diff --git a/plumbum/cli/i18n/de.po b/plumbum/cli/i18n/de.po index 13acf60f7..feb0f5bb3 100644 --- a/plumbum/cli/i18n/de.po +++ b/plumbum/cli/i18n/de.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-01-26 00:34-0500\n" +"POT-Creation-Date: 2022-10-05 22:39-0400\n" "PO-Revision-Date: 2017-11-02 15:04+0200\n" "Last-Translator: Christoph Hasse \n" "Language: de_DE\n" @@ -16,62 +16,62 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: plumbum/cli/application.py:71 +#: plumbum/cli/application.py:69 #, python-brace-format msgid "Subcommand({self.name}, {self.subapplication})" msgstr "Unterbefehl({self.name}, {self.subapplication})" -#: plumbum/cli/application.py:75 +#: plumbum/cli/application.py:73 msgid "Switches" msgstr "Optionen" -#: plumbum/cli/application.py:75 +#: plumbum/cli/application.py:73 msgid "Meta-switches" msgstr "Meta-optionen" -#: plumbum/cli/application.py:157 +#: plumbum/cli/application.py:163 #, python-brace-format msgid "see '{parent} {sub} --help' for more info" msgstr "siehe '{parent} {sub} --help' für mehr Informationen" -#: plumbum/cli/application.py:207 +#: plumbum/cli/application.py:220 #, fuzzy msgid "Sub-command names cannot start with '-'" msgstr "Unterbefehle können nicht mit '-' beginnen" -#: plumbum/cli/application.py:225 +#: plumbum/cli/application.py:238 #, fuzzy, python-brace-format msgid "Switch {name} already defined and is not overridable" msgstr "Option {name} ist bereits definiert und nicht überschreibbar" -#: plumbum/cli/application.py:331 +#: plumbum/cli/application.py:343 #, python-brace-format msgid "Ambiguous partial switch {0}" msgstr "" -#: plumbum/cli/application.py:336 plumbum/cli/application.py:361 -#: plumbum/cli/application.py:377 +#: plumbum/cli/application.py:348 plumbum/cli/application.py:373 +#: plumbum/cli/application.py:389 #, python-brace-format msgid "Unknown switch {0}" msgstr "Unbekannte Option {0}" -#: plumbum/cli/application.py:341 plumbum/cli/application.py:350 -#: plumbum/cli/application.py:369 +#: plumbum/cli/application.py:353 plumbum/cli/application.py:362 +#: plumbum/cli/application.py:381 #, python-brace-format msgid "Switch {0} requires an argument" msgstr "Option {0} benötigt ein Argument" -#: plumbum/cli/application.py:389 +#: plumbum/cli/application.py:401 #, python-brace-format msgid "Switch {0} already given" msgstr "Option {0} bereits gegeben" -#: plumbum/cli/application.py:392 +#: plumbum/cli/application.py:403 #, python-brace-format msgid "Switch {0} already given ({1} is equivalent)" msgstr "Option {0} bereits gegeben({1} ist äquivalent)" -#: plumbum/cli/application.py:442 +#: plumbum/cli/application.py:451 msgid "" "Argument of {name} expected to be {argtype}, not {val!r}:\n" " {ex!r}" @@ -79,156 +79,155 @@ msgstr "" "Argument von {name} sollte {argtype} sein, nicht {val|1}:\n" " {ex!r}" -#: plumbum/cli/application.py:461 +#: plumbum/cli/application.py:470 #, python-brace-format msgid "Switch {0} is mandatory" msgstr "Option {0} ist notwendig" -#: plumbum/cli/application.py:481 +#: plumbum/cli/application.py:490 #, python-brace-format msgid "Given {0}, the following are missing {1}" msgstr "Gegeben {0}, werden die folgenden vermisst {1}" -#: plumbum/cli/application.py:489 +#: plumbum/cli/application.py:498 #, python-brace-format msgid "Given {0}, the following are invalid {1}" msgstr "Gegeben {0}, sind die folgenden ungültig {1}" -#: plumbum/cli/application.py:500 +#: plumbum/cli/application.py:515 #, python-brace-format msgid "Expected at least {0} positional argument, got {1}" msgid_plural "Expected at least {0} positional arguments, got {1}" msgstr[0] "Erwarte mindestens {0} positionelles Argument, erhalte {1}" msgstr[1] "Erwarte mindestens {0} positionelle Argumente, erhalte {1}" -#: plumbum/cli/application.py:508 +#: plumbum/cli/application.py:523 #, python-brace-format msgid "Expected at most {0} positional argument, got {1}" msgid_plural "Expected at most {0} positional arguments, got {1}" msgstr[0] "Erwarte höchstens {0} positionelles Argument, erhalte {0}" msgstr[1] "Erwarte höchstens {0} positionelle Argumente, erhalte {0}" -#: plumbum/cli/application.py:599 +#: plumbum/cli/application.py:624 #, python-brace-format msgid "Error: {0}" msgstr "Fehler: {0}" -#: plumbum/cli/application.py:600 plumbum/cli/application.py:686 -#: plumbum/cli/application.py:691 +#: plumbum/cli/application.py:625 plumbum/cli/application.py:711 +#: plumbum/cli/application.py:716 msgid "------" msgstr "------" -#: plumbum/cli/application.py:669 +#: plumbum/cli/application.py:694 #, python-brace-format msgid "Switch {0} must be a sequence (iterable)" msgstr "Option {0} muss eine Sequenz sein (iterierbar)" -#: plumbum/cli/application.py:674 +#: plumbum/cli/application.py:699 #, python-brace-format msgid "Switch {0} is a boolean flag" msgstr "Option {0} ist ein boolescher Wert" -#: plumbum/cli/application.py:685 +#: plumbum/cli/application.py:710 #, python-brace-format msgid "Unknown sub-command '{0}'" msgstr "Unbekannter Unterbefehl '{0}'" -#: plumbum/cli/application.py:690 +#: plumbum/cli/application.py:715 msgid "No sub-command given" msgstr "Kein Unterbefehl gegeben" -#: plumbum/cli/application.py:695 +#: plumbum/cli/application.py:721 msgid "main() not implemented" msgstr "main() nicht implementiert" -#: plumbum/cli/application.py:708 +#: plumbum/cli/application.py:734 #, fuzzy msgid "Prints help messages of all sub-commands and quits" msgstr "Druckt die Hilfetexte aller Unterbefehle und terminiert" -#: plumbum/cli/application.py:728 +#: plumbum/cli/application.py:754 msgid "Prints this help message and quits" msgstr "Druckt den Hilfetext und terminiert" -#: plumbum/cli/application.py:859 +#: plumbum/cli/application.py:877 msgid "Usage:" msgstr "Gebrauch:" -#: plumbum/cli/application.py:863 +#: plumbum/cli/application.py:883 #, python-brace-format msgid " {progname} [SWITCHES] [SUBCOMMAND [SWITCHES]] {tailargs}\n" msgstr " {progname} [OPTIONEN] [UNTERBEFEHL [OPTIONEN]] {tailargs}\n" -#: plumbum/cli/application.py:866 +#: plumbum/cli/application.py:886 #, python-brace-format msgid " {progname} [SWITCHES] {tailargs}\n" msgstr " {progname} [OPTIONEN] {tailargs}\n" -#: plumbum/cli/application.py:916 +#: plumbum/cli/application.py:936 msgid "; may be given multiple times" msgstr "; kann mehrmals angegeben werden" -#: plumbum/cli/application.py:918 +#: plumbum/cli/application.py:938 msgid "; required" msgstr "; benötigt" -#: plumbum/cli/application.py:920 +#: plumbum/cli/application.py:940 #, python-brace-format msgid "; requires {0}" msgstr "; benötigt {0}" -#: plumbum/cli/application.py:927 +#: plumbum/cli/application.py:947 #, python-brace-format msgid "; excludes {0}" msgstr "; schließt {0} aus" -#: plumbum/cli/application.py:946 +#: plumbum/cli/application.py:966 #, fuzzy msgid "Sub-commands:" msgstr "Unterbefehle:" -#: plumbum/cli/application.py:992 +#: plumbum/cli/application.py:1014 msgid "Prints the program's version and quits" msgstr "Druckt die Programmversion und terminiert" -#: plumbum/cli/application.py:997 +#: plumbum/cli/application.py:1019 msgid "(version not set)" msgstr "(Version nicht gesetzt)" -#: plumbum/cli/switches.py:180 plumbum/cli/switches.py:240 +#: plumbum/cli/switches.py:167 plumbum/cli/switches.py:225 msgid "VALUE" msgstr "WERT" -#: plumbum/cli/switches.py:244 +#: plumbum/cli/switches.py:238 #, python-brace-format msgid "; the default is {0}" msgstr "; der Standard ist {0}" -#: plumbum/cli/switches.py:443 +#: plumbum/cli/switches.py:437 #, python-brace-format msgid "Not in range [{0:d}..{1:d}]" msgstr "Nicht im Wertebereich [{0:d}..{1:d}]" -#: plumbum/cli/switches.py:476 -#, python-brace-format -msgid "got unexpected keyword argument(s): {0}" -msgstr "Unerwartete(s) Argument(e) erhalten: {0}" - -#: plumbum/cli/switches.py:538 +#: plumbum/cli/switches.py:546 #, python-brace-format msgid "{0} is not a directory" msgstr "{0} ist kein Ordner" -#: plumbum/cli/switches.py:559 +#: plumbum/cli/switches.py:565 #, python-brace-format msgid "{0} is not a file" msgstr "{0} ist keine Datei" -#: plumbum/cli/switches.py:568 +#: plumbum/cli/switches.py:574 #, python-brace-format msgid "{0} already exists" msgstr "{0} existiert bereits" +#, python-brace-format +#~ msgid "got unexpected keyword argument(s): {0}" +#~ msgstr "Unerwartete(s) Argument(e) erhalten: {0}" + #, python-brace-format #~ msgid "Expected one of {0}" #~ msgstr "Erwartet einen von {0}" diff --git a/plumbum/cli/i18n/de/LC_MESSAGES/plumbum.cli.mo b/plumbum/cli/i18n/de/LC_MESSAGES/plumbum.cli.mo index f325fe57f..ed2694d99 100644 Binary files a/plumbum/cli/i18n/de/LC_MESSAGES/plumbum.cli.mo and b/plumbum/cli/i18n/de/LC_MESSAGES/plumbum.cli.mo differ diff --git a/plumbum/cli/i18n/fr.po b/plumbum/cli/i18n/fr.po index af76a4ce6..1fb291d02 100644 --- a/plumbum/cli/i18n/fr.po +++ b/plumbum/cli/i18n/fr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-01-26 00:34-0500\n" +"POT-Creation-Date: 2022-10-05 22:39-0400\n" "PO-Revision-Date: 2017-10-14 15:04+0200\n" "Last-Translator: Joel Closier \n" "Language: fr_FR\n" @@ -16,62 +16,62 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: plumbum/cli/application.py:71 +#: plumbum/cli/application.py:69 #, python-brace-format msgid "Subcommand({self.name}, {self.subapplication})" msgstr "Sous-commande({self.name}, {self.subapplication})" -#: plumbum/cli/application.py:75 +#: plumbum/cli/application.py:73 msgid "Switches" msgstr "Options" -#: plumbum/cli/application.py:75 +#: plumbum/cli/application.py:73 msgid "Meta-switches" msgstr "Meta-options" -#: plumbum/cli/application.py:157 +#: plumbum/cli/application.py:163 #, python-brace-format msgid "see '{parent} {sub} --help' for more info" msgstr "voir '{parent} {sub} --help' pour plus d'information" -#: plumbum/cli/application.py:207 +#: plumbum/cli/application.py:220 #, fuzzy msgid "Sub-command names cannot start with '-'" msgstr "le nom des Sous-commandes ne peut pas commencer avec '-' " -#: plumbum/cli/application.py:225 +#: plumbum/cli/application.py:238 #, fuzzy, python-brace-format msgid "Switch {name} already defined and is not overridable" msgstr "Option {name} est déjà définie et ne peut pas être sur-écrite" -#: plumbum/cli/application.py:331 +#: plumbum/cli/application.py:343 #, python-brace-format msgid "Ambiguous partial switch {0}" msgstr "" -#: plumbum/cli/application.py:336 plumbum/cli/application.py:361 -#: plumbum/cli/application.py:377 +#: plumbum/cli/application.py:348 plumbum/cli/application.py:373 +#: plumbum/cli/application.py:389 #, python-brace-format msgid "Unknown switch {0}" msgstr "Option inconnue {0}" -#: plumbum/cli/application.py:341 plumbum/cli/application.py:350 -#: plumbum/cli/application.py:369 +#: plumbum/cli/application.py:353 plumbum/cli/application.py:362 +#: plumbum/cli/application.py:381 #, python-brace-format msgid "Switch {0} requires an argument" msgstr "Option {0} nécessite un argument" -#: plumbum/cli/application.py:389 +#: plumbum/cli/application.py:401 #, python-brace-format msgid "Switch {0} already given" msgstr "Option {0} déjà donnée" -#: plumbum/cli/application.py:392 +#: plumbum/cli/application.py:403 #, python-brace-format msgid "Switch {0} already given ({1} is equivalent)" msgstr "Option {0} déjà donnée ({1} est équivalent)" -#: plumbum/cli/application.py:442 +#: plumbum/cli/application.py:451 msgid "" "Argument of {name} expected to be {argtype}, not {val!r}:\n" " {ex!r}" @@ -79,156 +79,155 @@ msgstr "" "Argument de {name} doit être {argtype} , et non {val!r}:\n" " {ex!r}" -#: plumbum/cli/application.py:461 +#: plumbum/cli/application.py:470 #, python-brace-format msgid "Switch {0} is mandatory" msgstr "Option {0} obligatoire" -#: plumbum/cli/application.py:481 +#: plumbum/cli/application.py:490 #, python-brace-format msgid "Given {0}, the following are missing {1}" msgstr "Etant donné {0}, ce qui suit est manquant {1}" -#: plumbum/cli/application.py:489 +#: plumbum/cli/application.py:498 #, python-brace-format msgid "Given {0}, the following are invalid {1}" msgstr "Etant donné {0}, ce qui suit est invalide {1}" -#: plumbum/cli/application.py:500 +#: plumbum/cli/application.py:515 #, python-brace-format msgid "Expected at least {0} positional argument, got {1}" msgid_plural "Expected at least {0} positional arguments, got {1}" msgstr[0] "Au moins {0} argument de position attendu, reçu {0}" msgstr[1] "Au moins {0} arguments de position, reçu {0}" -#: plumbum/cli/application.py:508 +#: plumbum/cli/application.py:523 #, python-brace-format msgid "Expected at most {0} positional argument, got {1}" msgid_plural "Expected at most {0} positional arguments, got {1}" msgstr[0] "Au plus {0} argument de position attendu, reçu {0}" msgstr[1] "Au plus {0} arguments de position, reçu {0}" -#: plumbum/cli/application.py:599 +#: plumbum/cli/application.py:624 #, python-brace-format msgid "Error: {0}" msgstr "Erreur: {0}" -#: plumbum/cli/application.py:600 plumbum/cli/application.py:686 -#: plumbum/cli/application.py:691 +#: plumbum/cli/application.py:625 plumbum/cli/application.py:711 +#: plumbum/cli/application.py:716 msgid "------" msgstr "------" -#: plumbum/cli/application.py:669 +#: plumbum/cli/application.py:694 #, python-brace-format msgid "Switch {0} must be a sequence (iterable)" msgstr "Option {0} doit être une séquence (itérable)" -#: plumbum/cli/application.py:674 +#: plumbum/cli/application.py:699 #, python-brace-format msgid "Switch {0} is a boolean flag" msgstr "Option {0} est un booléen" -#: plumbum/cli/application.py:685 +#: plumbum/cli/application.py:710 #, python-brace-format msgid "Unknown sub-command '{0}'" msgstr "Sous-commande inconnue '{0}'" -#: plumbum/cli/application.py:690 +#: plumbum/cli/application.py:715 msgid "No sub-command given" msgstr "Pas de sous-commande donnée" -#: plumbum/cli/application.py:695 +#: plumbum/cli/application.py:721 msgid "main() not implemented" msgstr "main() n'est pas implémenté" -#: plumbum/cli/application.py:708 +#: plumbum/cli/application.py:734 #, fuzzy msgid "Prints help messages of all sub-commands and quits" msgstr "Imprime les messages d'aide de toutes les sous-commandes et sort" -#: plumbum/cli/application.py:728 +#: plumbum/cli/application.py:754 msgid "Prints this help message and quits" msgstr "Imprime ce message d'aide et sort" -#: plumbum/cli/application.py:859 +#: plumbum/cli/application.py:877 msgid "Usage:" msgstr "Utilisation:" -#: plumbum/cli/application.py:863 +#: plumbum/cli/application.py:883 #, python-brace-format msgid " {progname} [SWITCHES] [SUBCOMMAND [SWITCHES]] {tailargs}\n" msgstr " {progname} [OPTIONS] [SOUS_COMMANDE [OPTIONS]] {tailargs}\n" -#: plumbum/cli/application.py:866 +#: plumbum/cli/application.py:886 #, python-brace-format msgid " {progname} [SWITCHES] {tailargs}\n" msgstr " {progname} [OPTIONS] {tailargs}\n" -#: plumbum/cli/application.py:916 +#: plumbum/cli/application.py:936 msgid "; may be given multiple times" msgstr "; peut être fourni plusieurs fois" -#: plumbum/cli/application.py:918 +#: plumbum/cli/application.py:938 msgid "; required" msgstr "; nécessaire" -#: plumbum/cli/application.py:920 +#: plumbum/cli/application.py:940 #, python-brace-format msgid "; requires {0}" msgstr "; nécessite {0}" -#: plumbum/cli/application.py:927 +#: plumbum/cli/application.py:947 #, python-brace-format msgid "; excludes {0}" msgstr "; exclut {0}" -#: plumbum/cli/application.py:946 +#: plumbum/cli/application.py:966 #, fuzzy msgid "Sub-commands:" msgstr "Sous-Commandes:" -#: plumbum/cli/application.py:992 +#: plumbum/cli/application.py:1014 msgid "Prints the program's version and quits" msgstr "Imprime la version du programme et sort" -#: plumbum/cli/application.py:997 +#: plumbum/cli/application.py:1019 msgid "(version not set)" msgstr "(version non définie)" -#: plumbum/cli/switches.py:180 plumbum/cli/switches.py:240 +#: plumbum/cli/switches.py:167 plumbum/cli/switches.py:225 msgid "VALUE" msgstr "VALEUR" -#: plumbum/cli/switches.py:244 +#: plumbum/cli/switches.py:238 #, python-brace-format msgid "; the default is {0}" msgstr "; la valeur par défaut est {0}" -#: plumbum/cli/switches.py:443 +#: plumbum/cli/switches.py:437 #, python-brace-format msgid "Not in range [{0:d}..{1:d}]" msgstr "Pas dans la chaîne [{0:d}..{1:d}]" -#: plumbum/cli/switches.py:476 -#, python-brace-format -msgid "got unexpected keyword argument(s): {0}" -msgstr "mot-clé inconnu donné comme argument: {0}" - -#: plumbum/cli/switches.py:538 +#: plumbum/cli/switches.py:546 #, python-brace-format msgid "{0} is not a directory" msgstr "{0} n'est pas un répertoire" -#: plumbum/cli/switches.py:559 +#: plumbum/cli/switches.py:565 #, python-brace-format msgid "{0} is not a file" msgstr "{0} n'est pas un fichier" -#: plumbum/cli/switches.py:568 +#: plumbum/cli/switches.py:574 #, python-brace-format msgid "{0} already exists" msgstr "{0} existe déjà" +#, python-brace-format +#~ msgid "got unexpected keyword argument(s): {0}" +#~ msgstr "mot-clé inconnu donné comme argument: {0}" + #, python-brace-format #~ msgid "Expected one of {0}" #~ msgstr "un des {0} attendu" diff --git a/plumbum/cli/i18n/fr/LC_MESSAGES/plumbum.cli.mo b/plumbum/cli/i18n/fr/LC_MESSAGES/plumbum.cli.mo index a21ea27c2..6b244343c 100644 Binary files a/plumbum/cli/i18n/fr/LC_MESSAGES/plumbum.cli.mo and b/plumbum/cli/i18n/fr/LC_MESSAGES/plumbum.cli.mo differ diff --git a/plumbum/cli/i18n/nl.po b/plumbum/cli/i18n/nl.po index ef897ec3e..bcbb00010 100644 --- a/plumbum/cli/i18n/nl.po +++ b/plumbum/cli/i18n/nl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-01-26 00:34-0500\n" +"POT-Creation-Date: 2022-10-05 22:39-0400\n" "PO-Revision-Date: 2017-10-14 15:04+0200\n" "Last-Translator: Roel Aaij \n" "Language: nl_NL\n" @@ -16,62 +16,62 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: plumbum/cli/application.py:71 +#: plumbum/cli/application.py:69 #, python-brace-format msgid "Subcommand({self.name}, {self.subapplication})" msgstr "Subopdracht({self.name}, {self.subapplication})" -#: plumbum/cli/application.py:75 +#: plumbum/cli/application.py:73 msgid "Switches" msgstr "Opties" -#: plumbum/cli/application.py:75 +#: plumbum/cli/application.py:73 msgid "Meta-switches" msgstr "Meta-opties" -#: plumbum/cli/application.py:157 +#: plumbum/cli/application.py:163 #, python-brace-format msgid "see '{parent} {sub} --help' for more info" msgstr "zie '{parent} {sub} --help' voor meer informatie" -#: plumbum/cli/application.py:207 +#: plumbum/cli/application.py:220 #, fuzzy msgid "Sub-command names cannot start with '-'" msgstr "Namen van subopdrachten mogen niet met '-' beginnen" -#: plumbum/cli/application.py:225 +#: plumbum/cli/application.py:238 #, fuzzy, python-brace-format msgid "Switch {name} already defined and is not overridable" msgstr "Optie {name} is al gedefiniëerd en kan niet worden overschreven" -#: plumbum/cli/application.py:331 +#: plumbum/cli/application.py:343 #, python-brace-format msgid "Ambiguous partial switch {0}" msgstr "" -#: plumbum/cli/application.py:336 plumbum/cli/application.py:361 -#: plumbum/cli/application.py:377 +#: plumbum/cli/application.py:348 plumbum/cli/application.py:373 +#: plumbum/cli/application.py:389 #, python-brace-format msgid "Unknown switch {0}" msgstr "Onbekende optie {0}" -#: plumbum/cli/application.py:341 plumbum/cli/application.py:350 -#: plumbum/cli/application.py:369 +#: plumbum/cli/application.py:353 plumbum/cli/application.py:362 +#: plumbum/cli/application.py:381 #, python-brace-format msgid "Switch {0} requires an argument" msgstr "Een argument is vereist bij optie {0}" -#: plumbum/cli/application.py:389 +#: plumbum/cli/application.py:401 #, python-brace-format msgid "Switch {0} already given" msgstr "Optie {0} is al gegeven" -#: plumbum/cli/application.py:392 +#: plumbum/cli/application.py:403 #, python-brace-format msgid "Switch {0} already given ({1} is equivalent)" msgstr "Optie {0} is al gegeven ({1} is equivalent)" -#: plumbum/cli/application.py:442 +#: plumbum/cli/application.py:451 msgid "" "Argument of {name} expected to be {argtype}, not {val!r}:\n" " {ex!r}" @@ -79,156 +79,155 @@ msgstr "" "Argement van {name} hoort {argtype} te zijn, niet {val|1}:\n" " {ex!r}" -#: plumbum/cli/application.py:461 +#: plumbum/cli/application.py:470 #, python-brace-format msgid "Switch {0} is mandatory" msgstr "Optie {0} is verplicht" -#: plumbum/cli/application.py:481 +#: plumbum/cli/application.py:490 #, python-brace-format msgid "Given {0}, the following are missing {1}" msgstr "Gegeven {0}, ontbreken de volgenden {1}" -#: plumbum/cli/application.py:489 +#: plumbum/cli/application.py:498 #, python-brace-format msgid "Given {0}, the following are invalid {1}" msgstr "Gegeven {0}, zijn de volgenden ongeldig {1}" -#: plumbum/cli/application.py:500 +#: plumbum/cli/application.py:515 #, python-brace-format msgid "Expected at least {0} positional argument, got {1}" msgid_plural "Expected at least {0} positional arguments, got {1}" msgstr[0] "Verwachtte ten minste {0} positioneel argument, kreeg {1}" msgstr[1] "Verwachtte ten minste {0} positionele argumenten, kreeg {1}" -#: plumbum/cli/application.py:508 +#: plumbum/cli/application.py:523 #, python-brace-format msgid "Expected at most {0} positional argument, got {1}" msgid_plural "Expected at most {0} positional arguments, got {1}" msgstr[0] "Verwachtte hoogstens {0} positioneel argument, kreeg {0}" msgstr[1] "Verwachtte hoogstens {0} positionele argumenten, kreeg {0}" -#: plumbum/cli/application.py:599 +#: plumbum/cli/application.py:624 #, python-brace-format msgid "Error: {0}" msgstr "Fout: {0}" -#: plumbum/cli/application.py:600 plumbum/cli/application.py:686 -#: plumbum/cli/application.py:691 +#: plumbum/cli/application.py:625 plumbum/cli/application.py:711 +#: plumbum/cli/application.py:716 msgid "------" msgstr "------" -#: plumbum/cli/application.py:669 +#: plumbum/cli/application.py:694 #, python-brace-format msgid "Switch {0} must be a sequence (iterable)" msgstr "Optie {0} moet een reeks zijn (itereerbaar object)" -#: plumbum/cli/application.py:674 +#: plumbum/cli/application.py:699 #, python-brace-format msgid "Switch {0} is a boolean flag" msgstr "Optie {0} geeft een waarheidswaarde weer" -#: plumbum/cli/application.py:685 +#: plumbum/cli/application.py:710 #, python-brace-format msgid "Unknown sub-command '{0}'" msgstr "Onbekend subcommando '{0}'" -#: plumbum/cli/application.py:690 +#: plumbum/cli/application.py:715 msgid "No sub-command given" msgstr "Geen subcommando gegeven" -#: plumbum/cli/application.py:695 +#: plumbum/cli/application.py:721 msgid "main() not implemented" msgstr "main() niet geïmplementeerd" -#: plumbum/cli/application.py:708 +#: plumbum/cli/application.py:734 #, fuzzy msgid "Prints help messages of all sub-commands and quits" msgstr "Druk hulpberichten van alle subcommando's af en beëindig" -#: plumbum/cli/application.py:728 +#: plumbum/cli/application.py:754 msgid "Prints this help message and quits" msgstr "Drukt dit hulpbericht af en beëindig" -#: plumbum/cli/application.py:859 +#: plumbum/cli/application.py:877 msgid "Usage:" msgstr "Gebruik:" -#: plumbum/cli/application.py:863 +#: plumbum/cli/application.py:883 #, python-brace-format msgid " {progname} [SWITCHES] [SUBCOMMAND [SWITCHES]] {tailargs}\n" msgstr " {progname} [OPTIES] [SUBCOMMANDO [OPTIES]] {tailargs}\n" -#: plumbum/cli/application.py:866 +#: plumbum/cli/application.py:886 #, python-brace-format msgid " {progname} [SWITCHES] {tailargs}\n" msgstr " {progname} [OPTIES] {tailargs}\n" -#: plumbum/cli/application.py:916 +#: plumbum/cli/application.py:936 msgid "; may be given multiple times" msgstr "; kan meerdere keren gegeven worden" -#: plumbum/cli/application.py:918 +#: plumbum/cli/application.py:938 msgid "; required" msgstr "; vereist" -#: plumbum/cli/application.py:920 +#: plumbum/cli/application.py:940 #, python-brace-format msgid "; requires {0}" msgstr "; verseist {0}" -#: plumbum/cli/application.py:927 +#: plumbum/cli/application.py:947 #, python-brace-format msgid "; excludes {0}" msgstr "; sluit {0} uit" -#: plumbum/cli/application.py:946 +#: plumbum/cli/application.py:966 #, fuzzy msgid "Sub-commands:" msgstr "Subcommando's" -#: plumbum/cli/application.py:992 +#: plumbum/cli/application.py:1014 msgid "Prints the program's version and quits" msgstr "Drukt de versie van het programma af en beëindigt" -#: plumbum/cli/application.py:997 +#: plumbum/cli/application.py:1019 msgid "(version not set)" msgstr "(versie niet opgegeven)" -#: plumbum/cli/switches.py:180 plumbum/cli/switches.py:240 +#: plumbum/cli/switches.py:167 plumbum/cli/switches.py:225 msgid "VALUE" msgstr "WAARDE" -#: plumbum/cli/switches.py:244 +#: plumbum/cli/switches.py:238 #, python-brace-format msgid "; the default is {0}" msgstr "; de standaard is {0}" -#: plumbum/cli/switches.py:443 +#: plumbum/cli/switches.py:437 #, python-brace-format msgid "Not in range [{0:d}..{1:d}]" msgstr "Niet binnen bereik [{0:d}..{1:d}]" -#: plumbum/cli/switches.py:476 -#, python-brace-format -msgid "got unexpected keyword argument(s): {0}" -msgstr "Onverwacht(e) trefwoord argument(en) gegeven: {0}" - -#: plumbum/cli/switches.py:538 +#: plumbum/cli/switches.py:546 #, python-brace-format msgid "{0} is not a directory" msgstr "{0} is geen map" -#: plumbum/cli/switches.py:559 +#: plumbum/cli/switches.py:565 #, python-brace-format msgid "{0} is not a file" msgstr "{0} is geen bestand" -#: plumbum/cli/switches.py:568 +#: plumbum/cli/switches.py:574 #, python-brace-format msgid "{0} already exists" msgstr "{0} bestaat al" +#, python-brace-format +#~ msgid "got unexpected keyword argument(s): {0}" +#~ msgstr "Onverwacht(e) trefwoord argument(en) gegeven: {0}" + #, python-brace-format #~ msgid "Expected one of {0}" #~ msgstr "Verwachtte één van {0}" diff --git a/plumbum/cli/i18n/nl/LC_MESSAGES/plumbum.cli.mo b/plumbum/cli/i18n/nl/LC_MESSAGES/plumbum.cli.mo index a8422f692..4af917411 100644 Binary files a/plumbum/cli/i18n/nl/LC_MESSAGES/plumbum.cli.mo and b/plumbum/cli/i18n/nl/LC_MESSAGES/plumbum.cli.mo differ diff --git a/plumbum/cli/i18n/ru.po b/plumbum/cli/i18n/ru.po index e95e6b56e..d08cf8c8e 100644 --- a/plumbum/cli/i18n/ru.po +++ b/plumbum/cli/i18n/ru.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-01-26 00:34-0500\n" +"POT-Creation-Date: 2022-10-05 22:39-0400\n" "PO-Revision-Date: 2017-08-14 10:21+0200\n" "Last-Translator: \n" "Language-Team: Russian \n" @@ -19,62 +19,62 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: plumbum/cli/application.py:71 +#: plumbum/cli/application.py:69 #, python-brace-format msgid "Subcommand({self.name}, {self.subapplication})" msgstr "Подкоманда({self.name}, {self.subapplication})" -#: plumbum/cli/application.py:75 +#: plumbum/cli/application.py:73 msgid "Switches" msgstr "Опции" -#: plumbum/cli/application.py:75 +#: plumbum/cli/application.py:73 msgid "Meta-switches" msgstr "Мета-опции" -#: plumbum/cli/application.py:157 +#: plumbum/cli/application.py:163 #, python-brace-format msgid "see '{parent} {sub} --help' for more info" msgstr "вызовите '{parent} {sub} --help' для более полной справки" -#: plumbum/cli/application.py:207 +#: plumbum/cli/application.py:220 #, fuzzy msgid "Sub-command names cannot start with '-'" msgstr "Имена подкомманд не могут начинаться с '-'" -#: plumbum/cli/application.py:225 +#: plumbum/cli/application.py:238 #, python-brace-format msgid "Switch {name} already defined and is not overridable" msgstr "Опция {name} уже определена и не может быть переопределена" -#: plumbum/cli/application.py:331 +#: plumbum/cli/application.py:343 #, python-brace-format msgid "Ambiguous partial switch {0}" msgstr "" -#: plumbum/cli/application.py:336 plumbum/cli/application.py:361 -#: plumbum/cli/application.py:377 +#: plumbum/cli/application.py:348 plumbum/cli/application.py:373 +#: plumbum/cli/application.py:389 #, python-brace-format msgid "Unknown switch {0}" msgstr "Неизестная опция {0}" -#: plumbum/cli/application.py:341 plumbum/cli/application.py:350 -#: plumbum/cli/application.py:369 +#: plumbum/cli/application.py:353 plumbum/cli/application.py:362 +#: plumbum/cli/application.py:381 #, python-brace-format msgid "Switch {0} requires an argument" msgstr "Для опции {0} необходим аргумент" -#: plumbum/cli/application.py:389 +#: plumbum/cli/application.py:401 #, python-brace-format msgid "Switch {0} already given" msgstr "Опция {0} уже была передана" -#: plumbum/cli/application.py:392 +#: plumbum/cli/application.py:403 #, python-brace-format msgid "Switch {0} already given ({1} is equivalent)" msgstr "Опция {0} уже была передана (эквивалентна {1})" -#: plumbum/cli/application.py:442 +#: plumbum/cli/application.py:451 msgid "" "Argument of {name} expected to be {argtype}, not {val!r}:\n" " {ex!r}" @@ -82,22 +82,22 @@ msgstr "" "Аргумент опции {name} должен быть типа {argtype}, но не {val!r}:\n" " {ex!r}" -#: plumbum/cli/application.py:461 +#: plumbum/cli/application.py:470 #, python-brace-format msgid "Switch {0} is mandatory" msgstr "Опция {0} обязательна" -#: plumbum/cli/application.py:481 +#: plumbum/cli/application.py:490 #, python-brace-format msgid "Given {0}, the following are missing {1}" msgstr "При передаче {0}, необходимо также указать {1}" -#: plumbum/cli/application.py:489 +#: plumbum/cli/application.py:498 #, python-brace-format msgid "Given {0}, the following are invalid {1}" msgstr "При передаче {0}, нельзя указать {1}" -#: plumbum/cli/application.py:500 +#: plumbum/cli/application.py:515 #, python-brace-format msgid "Expected at least {0} positional argument, got {1}" msgid_plural "Expected at least {0} positional arguments, got {1}" @@ -105,7 +105,7 @@ msgstr[0] "Ожидая как минимум {0} позиционный арг msgstr[1] "Ожидая как минимум {0} позиционных аргумента, получено {1}" msgstr[2] "Ожидая как минимум {0} позиционных аргументов, получено {1}" -#: plumbum/cli/application.py:508 +#: plumbum/cli/application.py:523 #, python-brace-format msgid "Expected at most {0} positional argument, got {1}" msgid_plural "Expected at most {0} positional arguments, got {1}" @@ -113,127 +113,126 @@ msgstr[0] "Ожидая как максимум {0} позиционный ар msgstr[1] "Ожидая как максимум {0} позиционных аргумента, получено {1}" msgstr[2] "Ожидая как максимум {0} позиционных аргументов, получено {1}" -#: plumbum/cli/application.py:599 +#: plumbum/cli/application.py:624 #, python-brace-format msgid "Error: {0}" msgstr "Ошибка: {0}" -#: plumbum/cli/application.py:600 plumbum/cli/application.py:686 -#: plumbum/cli/application.py:691 +#: plumbum/cli/application.py:625 plumbum/cli/application.py:711 +#: plumbum/cli/application.py:716 msgid "------" msgstr "-------" -#: plumbum/cli/application.py:669 +#: plumbum/cli/application.py:694 #, python-brace-format msgid "Switch {0} must be a sequence (iterable)" msgstr "Опция {0} должна быть последовательностью (перечислением)" -#: plumbum/cli/application.py:674 +#: plumbum/cli/application.py:699 #, python-brace-format msgid "Switch {0} is a boolean flag" msgstr "Опция {0} - это булев флаг" -#: plumbum/cli/application.py:685 +#: plumbum/cli/application.py:710 #, python-brace-format msgid "Unknown sub-command '{0}'" msgstr "Неизестная подкоманда '{0}'" -#: plumbum/cli/application.py:690 +#: plumbum/cli/application.py:715 msgid "No sub-command given" msgstr "Подкоманда не задана" -#: plumbum/cli/application.py:695 +#: plumbum/cli/application.py:721 msgid "main() not implemented" msgstr "Функция main() не реализована" -#: plumbum/cli/application.py:708 +#: plumbum/cli/application.py:734 #, fuzzy msgid "Prints help messages of all sub-commands and quits" msgstr "Печатает помощь по всем подкомандам и выходит" -#: plumbum/cli/application.py:728 +#: plumbum/cli/application.py:754 msgid "Prints this help message and quits" msgstr "Печатает это сообщение и выходит" -#: plumbum/cli/application.py:859 +#: plumbum/cli/application.py:877 msgid "Usage:" msgstr "Использование:" -#: plumbum/cli/application.py:863 +#: plumbum/cli/application.py:883 #, python-brace-format msgid " {progname} [SWITCHES] [SUBCOMMAND [SWITCHES]] {tailargs}\n" msgstr " {progname} [ОПЦИИ] [ПОДКОМАНДА [ОПЦИИ]] {tailargs}\n" -#: plumbum/cli/application.py:866 +#: plumbum/cli/application.py:886 #, python-brace-format msgid " {progname} [SWITCHES] {tailargs}\n" msgstr " {progname} [ОПЦИИ] {tailargs}\n" -#: plumbum/cli/application.py:916 +#: plumbum/cli/application.py:936 msgid "; may be given multiple times" msgstr "; может быть передана несколько раз" -#: plumbum/cli/application.py:918 +#: plumbum/cli/application.py:938 msgid "; required" msgstr "; обязательная" -#: plumbum/cli/application.py:920 +#: plumbum/cli/application.py:940 #, python-brace-format msgid "; requires {0}" msgstr "; запрашивает {0}" -#: plumbum/cli/application.py:927 +#: plumbum/cli/application.py:947 #, python-brace-format msgid "; excludes {0}" msgstr "; исключает {0}" -#: plumbum/cli/application.py:946 +#: plumbum/cli/application.py:966 #, fuzzy msgid "Sub-commands:" msgstr "Подкоманды:" -#: plumbum/cli/application.py:992 +#: plumbum/cli/application.py:1014 msgid "Prints the program's version and quits" msgstr "Печатает версию этой программы и выходит" -#: plumbum/cli/application.py:997 +#: plumbum/cli/application.py:1019 msgid "(version not set)" msgstr "(версия не задана)" -#: plumbum/cli/switches.py:180 plumbum/cli/switches.py:240 +#: plumbum/cli/switches.py:167 plumbum/cli/switches.py:225 msgid "VALUE" msgstr "ЗНАЧЕНИЕ" -#: plumbum/cli/switches.py:244 +#: plumbum/cli/switches.py:238 #, python-brace-format msgid "; the default is {0}" msgstr "; по умолчанию - {0}" -#: plumbum/cli/switches.py:443 +#: plumbum/cli/switches.py:437 #, python-brace-format msgid "Not in range [{0:d}..{1:d}]" msgstr "Не в промежутке [{0:d}..{1:d}]" -#: plumbum/cli/switches.py:476 -#, python-brace-format -msgid "got unexpected keyword argument(s): {0}" -msgstr "получен(ы) неожиданный(е) аргумент(ы) ключ-значение: {0}" - -#: plumbum/cli/switches.py:538 +#: plumbum/cli/switches.py:546 #, python-brace-format msgid "{0} is not a directory" msgstr "{0} - это не папка" -#: plumbum/cli/switches.py:559 +#: plumbum/cli/switches.py:565 #, python-brace-format msgid "{0} is not a file" msgstr "{0} - это не файл" -#: plumbum/cli/switches.py:568 +#: plumbum/cli/switches.py:574 #, python-brace-format msgid "{0} already exists" msgstr "{0} уже была передана" +#, python-brace-format +#~ msgid "got unexpected keyword argument(s): {0}" +#~ msgstr "получен(ы) неожиданный(е) аргумент(ы) ключ-значение: {0}" + #, python-brace-format #~ msgid "Expected one of {0}" #~ msgstr "Ожидался один из {0}" diff --git a/plumbum/cli/i18n/ru/LC_MESSAGES/plumbum.cli.mo b/plumbum/cli/i18n/ru/LC_MESSAGES/plumbum.cli.mo index 34f06bfbe..74c0dc676 100644 Binary files a/plumbum/cli/i18n/ru/LC_MESSAGES/plumbum.cli.mo and b/plumbum/cli/i18n/ru/LC_MESSAGES/plumbum.cli.mo differ