mirror of
https://github.com/ejwa/gitinspector.git
synced 2025-03-11 19:18:53 +01:00
Added translation files.
For now the pot (template file) has been committed and can be used when adding new languages. Also added a Swedish translation.
This commit is contained in:
parent
f20c3c1895
commit
178356563b
3 changed files with 437 additions and 0 deletions
169
gitinspector/translations/messages.pot
Normal file
169
gitinspector/translations/messages.pot
Normal file
|
@ -0,0 +1,169 @@
|
|||
|
||||
# Copyright © 2012-2013 Ejwa Software. All rights reserved.
|
||||
#
|
||||
# This file is part of gitinspector.
|
||||
#
|
||||
# gitinspector is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# gitinspector is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with gitinspector. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gitinspector 0.2.2\n"
|
||||
"POT-Creation-Date: 2013-06-25 14:45+CEST\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Adam Waldenberg <adam.waldenberg@ejwa.se>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: pygettext.py 1.5\n"
|
||||
|
||||
msgid "Checking how many rows belong to each author (Progress): {0:.0f}%"
|
||||
msgstr ""
|
||||
|
||||
msgid "Below are the number of rows from each author that have survived and are still intact in the current revision"
|
||||
msgstr ""
|
||||
|
||||
msgid "Author"
|
||||
msgstr ""
|
||||
|
||||
msgid "% in comments"
|
||||
msgstr ""
|
||||
|
||||
msgid "Rows"
|
||||
msgstr ""
|
||||
|
||||
msgid "The following historical commit information, by author, was found in the repository"
|
||||
msgstr ""
|
||||
|
||||
msgid "No commited files with the specified extensions were found"
|
||||
msgstr ""
|
||||
|
||||
msgid "Commits"
|
||||
msgstr ""
|
||||
|
||||
msgid "Insertions"
|
||||
msgstr ""
|
||||
|
||||
msgid "% of changes"
|
||||
msgstr ""
|
||||
|
||||
msgid "Deletions"
|
||||
msgstr ""
|
||||
|
||||
msgid "Minor Authors"
|
||||
msgstr ""
|
||||
|
||||
msgid "The extensions below were found in the repository history"
|
||||
msgstr ""
|
||||
|
||||
msgid "(extensions used during statistical analysis are marked)"
|
||||
msgstr ""
|
||||
|
||||
msgid "The following files were excluded from the statistics due to the specified exclusion patterns"
|
||||
msgstr ""
|
||||
|
||||
msgid "gitinspector requires at leat Python 2.6 to run (version {0} was found)."
|
||||
msgstr ""
|
||||
|
||||
msgid "specified output format not supported."
|
||||
msgstr ""
|
||||
|
||||
msgid "Try `{0} --help' for more information."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Usage: {0} [OPTION]... [DIRECTORY]\n"
|
||||
"List information about the repository in DIRECTORY. If no directory is\n"
|
||||
"specified, the current directory is used. If multiple directories are\n"
|
||||
"given, information will be fetched from the last directory specified.\n"
|
||||
"\n"
|
||||
"Mandatory arguments to long options are mandatory for short options too.\n"
|
||||
" -c, --checkout-missing try to checkout any missing files\n"
|
||||
" -f, --file-types=EXTENSIONS a comma separated list of file extensions to\n"
|
||||
" include when computing statistics. The\n"
|
||||
" default extensions used are:\n"
|
||||
" {1}\n"
|
||||
" -F, --format=FORMAT define in which format output should be\n"
|
||||
" generated; the default format is 'text' and\n"
|
||||
" the available formats are: {2}\n"
|
||||
" --grading show statistics and information in a way that\n"
|
||||
" is formatted for grading of student projects;\n"
|
||||
" this is the same as supplying -HlmrTw\n"
|
||||
" -H, --hard track rows and look for duplicates harder;\n"
|
||||
" this can be quite slow with big repositories\n"
|
||||
" -l, --list-file-types list all the file extensions available in the\n"
|
||||
" current branch of the repository\n"
|
||||
" -m --metrics include checks for certain metrics during the\n"
|
||||
" analysis of commits\n"
|
||||
" -r --responsibilities show which files the different authors seem\n"
|
||||
" most responsible for\n"
|
||||
" --since=DATE only show statistics for commits more recent\n"
|
||||
" than a specific date\n"
|
||||
" -T, --timeline show commit timeline, including author names\n"
|
||||
" --until=DATE only show statistics for commits older than a\n"
|
||||
" specific date\n"
|
||||
" -w show all statistical information in weeks\n"
|
||||
" instead of in months\n"
|
||||
" -x, --exclude=PATTERN an exclusion pattern describing file names that\n"
|
||||
" should be excluded from the statistics; can\n"
|
||||
" be specified multiple times\n"
|
||||
" -h, --help display this help and exit\n"
|
||||
" --version output version information and exit\n"
|
||||
"\n"
|
||||
"gitinspector will filter statistics to only include commits that modify,\n"
|
||||
"add or remove one of the specified extensions, see -f or --file-types for\n"
|
||||
"more information.\n"
|
||||
"\n"
|
||||
"gitinspector requires that the git executable is available in your PATH.\n"
|
||||
"Report gitinspector bugs to gitinspector@ejwa.se."
|
||||
msgstr ""
|
||||
|
||||
msgid "The following files are suspiciously big (in order of severity)"
|
||||
msgstr ""
|
||||
|
||||
msgid "No metrics violations were found in the repository"
|
||||
msgstr ""
|
||||
|
||||
msgid "The following files were missing in the repository and were therefore not completely included in the statistical analysis. To include them, you can either checkout manually using git or use the -c option in gitinspector"
|
||||
msgstr ""
|
||||
|
||||
msgid "HTML output not yet supported in"
|
||||
msgstr ""
|
||||
|
||||
msgid "Text output not yet supported in"
|
||||
msgstr ""
|
||||
|
||||
msgid "XML output not yet supported in"
|
||||
msgstr ""
|
||||
|
||||
msgid "The following repsonsibilties, by author, were found in the current revision of the repository (comments are exluded from the line count, if possible)"
|
||||
msgstr ""
|
||||
|
||||
msgid "is mostly responsible for"
|
||||
msgstr ""
|
||||
|
||||
msgid "The following history timeline has been gathered from the repository"
|
||||
msgstr ""
|
||||
|
||||
msgid "Modified Rows:"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Copyright \302\251 2012-2013 Ejwa Software. All rights reserved.\n"
|
||||
"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\n"
|
||||
"This is free software: you are free to change and redistribute it.\n"
|
||||
"There is NO WARRANTY, to the extent permitted by law.\n"
|
||||
"\n"
|
||||
"Written by Adam Waldenberg."
|
||||
msgstr ""
|
||||
|
BIN
gitinspector/translations/messages_sv.mo
Normal file
BIN
gitinspector/translations/messages_sv.mo
Normal file
Binary file not shown.
268
gitinspector/translations/messages_sv.po
Normal file
268
gitinspector/translations/messages_sv.po
Normal file
|
@ -0,0 +1,268 @@
|
|||
# Copyright © 2012-2013 Ejwa Software. All rights reserved.
|
||||
#
|
||||
# This file is part of gitinspector.
|
||||
#
|
||||
# gitinspector is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# gitinspector is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with gitinspector. If not, see <http://www.gnu.org/licenses/>.
|
||||
# Adam Waldenberg <adam.waldenberg@ejwa.se>, 2013.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gitinspector 0.2.2\n"
|
||||
"POT-Creation-Date: 2013-06-25 14:45+CEST\n"
|
||||
"PO-Revision-Date: 2013-06-25 16:18+0200\n"
|
||||
"Last-Translator: Adam Waldenberg <adam.waldenberg@ejwa.se>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: pygettext.py 1.5\n"
|
||||
"Language-Team: Svenska <>\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Checking how many rows belong to each author (Progress): {0:.0f}%"
|
||||
msgstr ""
|
||||
"Kontrollerar hur många rader som tillhör varje författare (Framsteg): "
|
||||
"{0:.0f}%"
|
||||
|
||||
msgid ""
|
||||
"Below are the number of rows from each author that have survived and are "
|
||||
"still intact in the current revision"
|
||||
msgstr ""
|
||||
"Nedan återges antalet rader från varje upphovsman som har överlevt och "
|
||||
"fortfarande är intakta i senaste revisionen"
|
||||
|
||||
msgid "Author"
|
||||
msgstr "Upphovsman"
|
||||
|
||||
msgid "% in comments"
|
||||
msgstr "% i kommentarer"
|
||||
|
||||
msgid "Rows"
|
||||
msgstr "Rader"
|
||||
|
||||
msgid ""
|
||||
"The following historical commit information, by author, was found in the "
|
||||
"repository"
|
||||
msgstr ""
|
||||
"Den följande inlämningshistoriken, efter upphovsman, hittades i förrådet"
|
||||
|
||||
msgid "No commited files with the specified extensions were found"
|
||||
msgstr "Kunde inte hitta några inlämnade filer med det angivna suffixet"
|
||||
|
||||
msgid "Commits"
|
||||
msgstr "Inlämningar"
|
||||
|
||||
msgid "Insertions"
|
||||
msgstr "Insättningar"
|
||||
|
||||
msgid "% of changes"
|
||||
msgstr "% av ändringar"
|
||||
|
||||
msgid "Deletions"
|
||||
msgstr "Borttagningar"
|
||||
|
||||
msgid "Minor Authors"
|
||||
msgstr "Mindre Upphovsmän"
|
||||
|
||||
msgid "The extensions below were found in the repository history"
|
||||
msgstr "Suffixen nedan hittades i förrådshistoriken"
|
||||
|
||||
msgid "(extensions used during statistical analysis are marked)"
|
||||
msgstr "(suffix som användes vid den statistiska analysen är markerade)"
|
||||
|
||||
msgid ""
|
||||
"The following files were excluded from the statistics due to the specified "
|
||||
"exclusion patterns"
|
||||
msgstr ""
|
||||
"Följande filer var uteslutna från den statistiska analysen på grund av de "
|
||||
"angivna uteslutningsreglerna"
|
||||
|
||||
msgid ""
|
||||
"gitinspector requires at leat Python 2.6 to run (version {0} was found)."
|
||||
msgstr "gitinspector kräver åtminstone Python 2.6 (version {} hittades)."
|
||||
|
||||
msgid "specified output format not supported."
|
||||
msgstr "det angivna utmatningsformatet stöds inte."
|
||||
|
||||
msgid "Try `{0} --help' for more information."
|
||||
msgstr "Försök med `{0} --help' för mer information."
|
||||
|
||||
msgid ""
|
||||
"Usage: {0} [OPTION]... [DIRECTORY]\n"
|
||||
"List information about the repository in DIRECTORY. If no directory is\n"
|
||||
"specified, the current directory is used. If multiple directories are\n"
|
||||
"given, information will be fetched from the last directory specified.\n"
|
||||
"\n"
|
||||
"Mandatory arguments to long options are mandatory for short options too.\n"
|
||||
" -c, --checkout-missing try to checkout any missing files\n"
|
||||
" -f, --file-types=EXTENSIONS a comma separated list of file extensions to\n"
|
||||
" include when computing statistics. The\n"
|
||||
" default extensions used are:\n"
|
||||
" {1}\n"
|
||||
" -F, --format=FORMAT define in which format output should be\n"
|
||||
" generated; the default format is 'text' "
|
||||
"and\n"
|
||||
" the available formats are: {2}\n"
|
||||
" --grading show statistics and information in a way "
|
||||
"that\n"
|
||||
" is formatted for grading of student "
|
||||
"projects;\n"
|
||||
" this is the same as supplying -HlmrTw\n"
|
||||
" -H, --hard track rows and look for duplicates harder;\n"
|
||||
" this can be quite slow with big "
|
||||
"repositories\n"
|
||||
" -l, --list-file-types list all the file extensions available in "
|
||||
"the\n"
|
||||
" current branch of the repository\n"
|
||||
" -m --metrics include checks for certain metrics during "
|
||||
"the\n"
|
||||
" analysis of commits\n"
|
||||
" -r --responsibilities show which files the different authors seem\n"
|
||||
" most responsible for\n"
|
||||
" --since=DATE only show statistics for commits more recent\n"
|
||||
" than a specific date\n"
|
||||
" -T, --timeline show commit timeline, including author names\n"
|
||||
" --until=DATE only show statistics for commits older than "
|
||||
"a\n"
|
||||
" specific date\n"
|
||||
" -w show all statistical information in weeks\n"
|
||||
" instead of in months\n"
|
||||
" -x, --exclude=PATTERN an exclusion pattern describing file names "
|
||||
"that\n"
|
||||
" should be excluded from the statistics; "
|
||||
"can\n"
|
||||
" be specified multiple times\n"
|
||||
" -h, --help display this help and exit\n"
|
||||
" --version output version information and exit\n"
|
||||
"\n"
|
||||
"gitinspector will filter statistics to only include commits that modify,\n"
|
||||
"add or remove one of the specified extensions, see -f or --file-types for\n"
|
||||
"more information.\n"
|
||||
"\n"
|
||||
"gitinspector requires that the git executable is available in your PATH.\n"
|
||||
"Report gitinspector bugs to gitinspector@ejwa.se."
|
||||
msgstr ""
|
||||
"Användning: {0} [FLAGGA]... [KATALOG]\n"
|
||||
"Lista information om förrådet i KATALOG. Om ingen katalog anges så\n"
|
||||
"används den nuvarande katalogen istället. Om flera förråd anges så hämtas\n"
|
||||
"information från den sista katalogen som angivits.\n"
|
||||
"\n"
|
||||
"Obligatoriska argument till långa flaggor är obligatoriska även för de "
|
||||
"korta.\n"
|
||||
" -c, --checkout-missing försök att checka ut filer som saknas\n"
|
||||
" -f, --file-types=FILSUFFIX en komma-separerad lista av fil-suffix som\n"
|
||||
" ska inkluderas vid statistikberäkning. De\n"
|
||||
" förvalda suffixen är följande:\n"
|
||||
" {1}\n"
|
||||
" -F, --format=FORMAT ange i vilket format den genererade "
|
||||
"utmatningen\n"
|
||||
" ska vara; det förvalda formatet är 'text', "
|
||||
"de\n"
|
||||
" tillgängliga formaten är: {2}\n"
|
||||
" --grading visa statistik och information anpassad för\n"
|
||||
" rättning av studentprojekt; detta är "
|
||||
"detsamma\n"
|
||||
" som att ange flaggorna -HlmrTw\n"
|
||||
" -H, --hard spåra rader och leta efter dubbletter "
|
||||
"hårdare;\n"
|
||||
" detta kan ta lång tid på väldigt stora "
|
||||
"förråd\n"
|
||||
" -l, --list-file-types lista alla fil-suffix som hittades i den\n"
|
||||
" nuvarande grenen i förrådet\n"
|
||||
" -m --metrics inkludera kontroller för kodmetrik vid "
|
||||
"analysen\n"
|
||||
" av inlämningar\n"
|
||||
" -r --responsibilities visa vilka filer olika upphovsmän verkar "
|
||||
"mest\n"
|
||||
" ansvariga för\n"
|
||||
" --since=DATUM beräkna endast statistik för inlämningar "
|
||||
"nyare\n"
|
||||
" än ett angivet datum\n"
|
||||
" -T, --timeline visa en inlämnings-tidslinje för alla funna\n"
|
||||
" upphovsmän\n"
|
||||
" --until=DATUM beräkna endast statistik för inlämningar "
|
||||
"äldre\n"
|
||||
" än ett angivet datum\n"
|
||||
" -w visa statistisk information indelad i veckor\n"
|
||||
" istället för månader\n"
|
||||
" -x, --exclude=MÖNSTER ett uteslutningsmönster som anger de filnamn\n"
|
||||
" som ska uteslutas ur statistiken; kan "
|
||||
"anges\n"
|
||||
" flera gånger\n"
|
||||
" -h, --help visa denna hjälptext och avsluta\n"
|
||||
" --version visa versionsinformation och avsluta\n"
|
||||
"\n"
|
||||
"gitinspector filtrerar statistik så att bara inlämningar som ändrar, lägger\n"
|
||||
"till eller tar bort en av de angivna fil-suffixen tas med; se -f eller\n"
|
||||
"--file-types för mer information.\n"
|
||||
"\n"
|
||||
"gitinspector kräver att den körbara filen för git finns i PATH.\n"
|
||||
"Rapportera fel i gitinspector till gitinspector@ejwa.se."
|
||||
|
||||
msgid "The following files are suspiciously big (in order of severity)"
|
||||
msgstr ""
|
||||
"Följande filer är misstänksamt stora (sorterat utefter allvarlighetsgrad)"
|
||||
|
||||
msgid "No metrics violations were found in the repository"
|
||||
msgstr "Inga överträdelser av kodmetrik hittades i förrådet"
|
||||
|
||||
msgid ""
|
||||
"The following files were missing in the repository and were therefore not "
|
||||
"completely included in the statistical analysis. To include them, you can "
|
||||
"either checkout manually using git or use the -c option in gitinspector"
|
||||
msgstr ""
|
||||
"Följande filer saknades i förrådet och var därför inte helt inräknade i den "
|
||||
"statistiska analysen. För att inkludera dem så kan du antingen checka ut dem "
|
||||
"manuellt med git eller använda -c flaggan i gitinspector"
|
||||
|
||||
msgid "HTML output not yet supported in"
|
||||
msgstr "HTML-utmatning stöds inte i"
|
||||
|
||||
msgid "Text output not yet supported in"
|
||||
msgstr "Textutmatning stöds inte i"
|
||||
|
||||
msgid "XML output not yet supported in"
|
||||
msgstr "XML-utmatning stöds inte i"
|
||||
|
||||
msgid ""
|
||||
"The following repsonsibilties, by author, were found in the current revision "
|
||||
"of the repository (comments are exluded from the line count, if possible)"
|
||||
msgstr ""
|
||||
"Följande ansvar, utefter upphovsman, hittades i den nuvarande revisionen av "
|
||||
"förrådet (kommentarer är uteslutna från radberäkningen, om så möjligt)"
|
||||
|
||||
msgid "is mostly responsible for"
|
||||
msgstr "är mestandels ansvarig för"
|
||||
|
||||
msgid "The following history timeline has been gathered from the repository"
|
||||
msgstr "Den följande historiska tidslinjen har samlats in från förrådet"
|
||||
|
||||
msgid "Modified Rows:"
|
||||
msgstr "Ändrade Rader:"
|
||||
|
||||
msgid ""
|
||||
"Copyright © 2012-2013 Ejwa Software. All rights reserved.\n"
|
||||
"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
|
||||
"html>.\n"
|
||||
"This is free software: you are free to change and redistribute it.\n"
|
||||
"There is NO WARRANTY, to the extent permitted by law.\n"
|
||||
"\n"
|
||||
"Written by Adam Waldenberg."
|
||||
msgstr ""
|
||||
"Upphovsrätt © 2012-2013 Ejwa Software. Alla rättigheter förbehållna.\n"
|
||||
"Licens GPLv3+: GNU GPL version 3 eller senare <http://gnu.org/licenses/gpl."
|
||||
"html>.\n"
|
||||
"Detta är fri programvara: du får lov att ändra och vidaredistribuera den.\n"
|
||||
"Det finns INGEN GARANTI, så långt lagen tillåter.\n"
|
||||
"\n"
|
||||
"Skrivet av Adam Waldenberg."
|
Loading…
Reference in a new issue