Skip to content

Commit fd2c5a8

Browse files
authored
Merge pull request #2579 from NaudtsRuben/master
Add missing NL translations and fix translation error
2 parents 0b58608 + fbcf7c8 commit fd2c5a8

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

localization/languages/nl.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"cut": "Knippen",
2424
"copy": "Kopiëren", //this is a verb (as in "copy the currently-selected text")
2525
"paste": "Plakken",
26-
"pasteAndMatchStyle": null, //missing translation
26+
"pasteAndMatchStyle": "Plakken zonder opmaak",
2727
"goBack": "Ga terug",
2828
"goForward": "Ga verder",
2929
"inspectElement": "Inspecteer element",
30-
"translatePage": null, // missing translation
30+
"translatePage": "Vertaal pagina",
3131
/* searchbar */
32-
"placesPluginOpenAgain": null, // missing translation
33-
"placesPluginSwitchToTab": null, // missing translation
34-
"placesPluginSwitchToTask": null, // missing translation
32+
"placesPluginOpenAgain": "Opnieuw openen",
33+
"placesPluginSwitchToTab": "Overschakelen naar tabblad",
34+
"placesPluginSwitchToTask": "Overschakelen naar \"%t\"",
3535
"pasteAndGo": "Plakken en bezoeken", //context menu item
3636
"DDGAnswerSubtitle": "Antwoord", //this is a noun - it is used as a subtitle when displaying Instant Answers from DuckDuckGo in the searchbar
3737
"suggestedSite": "Voorgestelde site", //this is used to label suggested websites from the DuckDuckGo API,
@@ -80,7 +80,7 @@
8080
"unsafeHTML": "Taak verwijderd. <a>Ongedaan maken?</a>"
8181
},
8282
"tasksSearchTabs": "Zoek in tabbladen",
83-
"returnToTask": "Ga terug naar de vorig taak",
83+
"returnToTask": "Ga terug naar de vorige taak",
8484
"taskDescriptionTwo": "%t en %t", //used to describe a task that has two tabs, %t is replaced with the tab titles
8585
"taskDescriptionThree": "%t, %t, en %n meer", //used to describe a task that has three or more tabs
8686
/* find in page toolbar */
@@ -162,14 +162,14 @@
162162
"settingsAdditionalFeaturesHeading": "Extra functies",
163163
"settingsUserscriptsToggle": "Schakel gebruikerscripten in",
164164
"settingsShowDividerToggle": "Scheiding tussen tabbladen tonen",
165-
"settingsLanguageSelection": null, //missing translation
165+
"settingsLanguageSelection": "Taal: ",
166166
"settingsSeparateTitlebarToggle": "Gebruik aparte titelbalk",
167167
"settingsAutoplayToggle": "Automatisch afspelen inschakelen",
168168
"settingsOpenTabsInForegroundToggle": "Open nieuwe tabbladen op de voorgrond",
169169
"settingsUserscriptsExplanation": {
170170
"unsafeHTML": "Gebruikersscripten kunt u gebruiken om het gedrag van websites te wijzigingen - <a href=\"https://github.com/minbrowser/min/wiki/userscripts\">lees meer</a>."
171171
},
172-
"settingsUserscriptShowDirectory": null, //missing translation,
172+
"settingsUserscriptShowDirectory": "Scriptdirectory weergeven",
173173
"settingsUserAgentToggle": "Gebruik een aangepaste gebruikersagent",
174174
"settingsUpdateNotificationsToggle": "Automatisch controleren op updates",
175175
"settingsUsageStatisticsToggle": {
@@ -179,9 +179,9 @@
179179
"settingsStartupCreateTask": "Her-open vorige tabbladen",
180180
"settingsStartupNewTaskandBackground": "Verplaats vorige tabbladen naar een taak op de achtergrond",
181181
"settingsStartupNewTaskOnly": "Open een lege taak",
182-
"settingsNewWindowOptions": null, //missing translation
183-
"settingsNewWindowCreateTask": null, //missing translation
184-
"settingsNewWindowPickTask": null, //missing translation
182+
"settingsNewWindowOptions": "In nieuwe vensters: ",
183+
"settingsNewWindowCreateTask": "Nieuwe taak maken",
184+
"settingsNewWindowPickTask": "Takenlijst weergeven",
185185
"settingsSearchEngineHeading": "Zoekmachine",
186186
"settingsDefaultSearchEngine": "Kies een standaard zoekmachine:",
187187
"settingsDDGExplanation": "Kies DuckDuckGo als standaard zoekmachine om meteen resultaten te zien in de zoekbalk.",
@@ -209,7 +209,7 @@
209209
"appMenuCut": "Knippen",
210210
"appMenuCopy": "Kopiëren",
211211
"appMenuPaste": "Plakken",
212-
"appMenuPasteAndMatchStyle": null, //missing translation
212+
"appMenuPasteAndMatchStyle": "Plakken zonder opmaak",
213213
"appMenuSelectAll": "Alles selecteren",
214214
"appMenuFind": "Zoeken",
215215
"appMenuView": "Venster",
@@ -242,10 +242,10 @@
242242
"appMenuQuit": "Stop %n",
243243
"appMenuBringToFront": "Breng alles naar voren",
244244
/* Tab menu */
245-
"tabMenuNewWindow": null, // missing translation
246-
"tabMenuReload": null, // missing translation
245+
"tabMenuNewWindow": "Tabblad naar nieuw venster verplaatsen",
246+
"tabMenuReload": "Herladen",
247247
/* PDF Viewer */
248-
"PDFInvertPage": null, //missing translation
248+
"PDFInvertPage": "Paginakleuren inverteren",
249249
"PDFPageCounter": {
250250
"unsafeHTML": "pagina <input type='text'/> van de <span id='total'></span>"
251251
},
@@ -293,7 +293,7 @@
293293
"passwordCaptureSave": "Opslaan",
294294
"passwordCaptureDontSave": "Niet opslaan",
295295
"passwordCaptureNeverSave": "Nooit opslaan",
296-
"generatePassword": null, // missing translation
296+
"generatePassword": "Genereer wachtwoord",
297297
/* Password viewer */
298298
"savedPasswordsHeading": "Opgeslagen wachtwoorden",
299299
"savedPasswordsEmpty": "Geen opgeslagen wachtwoorden.",

0 commit comments

Comments
 (0)