From 5fe69643885f2bc1037b03da56f692c8baada4a5 Mon Sep 17 00:00:00 2001 From: Berend-Jan Lange Date: Wed, 8 Apr 2020 16:05:05 +0200 Subject: [PATCH] added poly translations --- notebook/i18n/nl_NL/LC_MESSAGES/nbjs.pot | 24 +++++++++++--------- notebook/i18n/nl_NL/LC_MESSAGES/notebook.pot | 4 ++-- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/notebook/i18n/nl_NL/LC_MESSAGES/nbjs.pot b/notebook/i18n/nl_NL/LC_MESSAGES/nbjs.pot index 4366af511..f7c97962f 100644 --- a/notebook/i18n/nl_NL/LC_MESSAGES/nbjs.pot +++ b/notebook/i18n/nl_NL/LC_MESSAGES/nbjs.pot @@ -1625,19 +1625,19 @@ msgstr "(automatisch opgeslagen)" msgid "" "Warning: too many matches (%d). Some changes might not be shown or applied." msgstr "" -"Waarschuwing: te veel wedstrijden (%d). Sommige wijzigingen worden mogelijk " +"Waarschuwing: te veel matches (%d). Sommige wijzigingen worden mogelijk " "niet weergegeven of toegepast." #: notebook/static/notebook/js/searchandreplace.js:77 #, python-format msgid "%d match" msgid_plural "%d matches" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d match" +msgstr[1] "%d matches" #: notebook/static/notebook/js/searchandreplace.js:145 msgid "More than 100 matches, aborting" -msgstr "Meer dan 100 wedstrijden, afbreken" +msgstr "Meer dan 100 matches, afbreken" #: notebook/static/notebook/js/searchandreplace.js:166 msgid "Use regex (JavaScript regex syntax)" @@ -2028,15 +2028,15 @@ msgstr "Naam wijzigen Van mislukt" #, python-format msgid "Enter a new destination directory path for this item:" msgid_plural "Enter a new destination directory path for these %d items:" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Voer een nieuw bestemmingsmappad in voor dit item:" +msgstr[1] "Voer een nieuw bestemmingsmappad in voor deze %d-items:" #: notebook/static/tree/js/notebooklist.js:940 #, python-format msgid "Move an Item" msgid_plural "Move %d Items" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Een item verplaatsen" +msgstr[1] "%d-objecten verplaatsen" #: notebook/static/tree/js/notebooklist.js:959 msgid "An error occurred while moving \"%1$s\" from \"%2$s\" to \"%3$s\"." @@ -2054,8 +2054,10 @@ msgid "Are you sure you want to permanently delete: \"%s\"?" msgid_plural "" "Are you sure you want to permanently delete the %d files or folders " "selected?" -msgstr[0] "" +msgstr[0] "Weet u zeker dat u definitief wilt verwijderen: \"%s\"?" msgstr[1] "" +"Weet u zeker dat u de geselecteerde %d-bestanden of mappen permanent wilt " +"verwijderen?" #: notebook/static/tree/js/notebooklist.js:1035 #, python-format @@ -2070,8 +2072,8 @@ msgstr "Verwijderen mislukt" #, python-format msgid "Are you sure you want to duplicate: \"%s\"?" msgid_plural "Are you sure you want to duplicate the %d files selected?" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Weet u zeker dat u wilt dupliceren: \"%s\"?" +msgstr[1] "Weet u zeker dat u de geselecteerde %d-bestanden wilt dupliceren?" #: notebook/static/tree/js/notebooklist.js:1088 msgid "Duplicate" diff --git a/notebook/i18n/nl_NL/LC_MESSAGES/notebook.pot b/notebook/i18n/nl_NL/LC_MESSAGES/notebook.pot index 3f72efa7b..f3b4337f0 100644 --- a/notebook/i18n/nl_NL/LC_MESSAGES/notebook.pot +++ b/notebook/i18n/nl_NL/LC_MESSAGES/notebook.pot @@ -541,8 +541,8 @@ msgstr "%d-kernels afsluiten" #, python-format msgid "%d active kernel" msgid_plural "%d active kernels" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d actieve kernel" +msgstr[1] "%d actieve kernel" #: notebook/notebookapp.py:1379 #, python-format