# Dutch Translations for PACKAGE package. # Nederlandse vertaling voor het PACKAGE pakket. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Roel Aaij , 2017. #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: plumbum/cli/application.py:69 #, python-brace-format msgid "Subcommand({self.name}, {self.subapplication})" msgstr "Subopdracht({self.name}, {self.subapplication})" #: plumbum/cli/application.py:73 msgid "Switches" msgstr "Opties" #: plumbum/cli/application.py:73 msgid "Meta-switches" msgstr "Meta-opties" #: 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:220 #, fuzzy msgid "Sub-command names cannot start with '-'" msgstr "Namen van subopdrachten mogen niet met '-' beginnen" #: 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:343 #, python-brace-format msgid "Ambiguous partial switch {0}" msgstr "" #: 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: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:401 #, python-brace-format msgid "Switch {0} already given" msgstr "Optie {0} is al gegeven" #: 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:451 msgid "" "Argument of {name} expected to be {argtype}, not {val!r}:\n" " {ex!r}" msgstr "" "Argement van {name} hoort {argtype} te zijn, niet {val|1}:\n" " {ex!r}" #: plumbum/cli/application.py:470 #, python-brace-format msgid "Switch {0} is mandatory" msgstr "Optie {0} is verplicht" #: 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:498 #, python-brace-format msgid "Given {0}, the following are invalid {1}" msgstr "Gegeven {0}, zijn de volgenden ongeldig {1}" #: 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: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:624 #, python-brace-format msgid "Error: {0}" msgstr "Fout: {0}" #: plumbum/cli/application.py:625 plumbum/cli/application.py:711 #: plumbum/cli/application.py:716 msgid "------" msgstr "------" #: 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:699 #, python-brace-format msgid "Switch {0} is a boolean flag" msgstr "Optie {0} geeft een waarheidswaarde weer" #: plumbum/cli/application.py:710 #, python-brace-format msgid "Unknown sub-command '{0}'" msgstr "Onbekend subcommando '{0}'" #: plumbum/cli/application.py:715 msgid "No sub-command given" msgstr "Geen subcommando gegeven" #: plumbum/cli/application.py:721 msgid "main() not implemented" msgstr "main() niet geïmplementeerd" #: 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:754 msgid "Prints this help message and quits" msgstr "Drukt dit hulpbericht af en beëindig" #: plumbum/cli/application.py:877 msgid "Usage:" msgstr "Gebruik:" #: 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:886 #, python-brace-format msgid " {progname} [SWITCHES] {tailargs}\n" msgstr " {progname} [OPTIES] {tailargs}\n" #: plumbum/cli/application.py:936 msgid "; may be given multiple times" msgstr "; kan meerdere keren gegeven worden" #: plumbum/cli/application.py:938 msgid "; required" msgstr "; vereist" #: plumbum/cli/application.py:940 #, python-brace-format msgid "; requires {0}" msgstr "; verseist {0}" #: plumbum/cli/application.py:947 #, python-brace-format msgid "; excludes {0}" msgstr "; sluit {0} uit" #: plumbum/cli/application.py:966 #, fuzzy msgid "Sub-commands:" msgstr "Subcommando's" #: 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:1019 msgid "(version not set)" msgstr "(versie niet opgegeven)" #: plumbum/cli/switches.py:167 plumbum/cli/switches.py:225 msgid "VALUE" msgstr "WAARDE" #: plumbum/cli/switches.py:238 #, python-brace-format msgid "; the default is {0}" msgstr "; de standaard is {0}" #: 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:546 #, python-brace-format msgid "{0} is not a directory" msgstr "{0} is geen map" #: plumbum/cli/switches.py:565 #, python-brace-format msgid "{0} is not a file" msgstr "{0} is geen bestand" #: 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}"