diff options
| author | Jens Mönig <jens@moenig.org> | 2013-08-12 04:07:49 -0700 |
|---|---|---|
| committer | Jens Mönig <jens@moenig.org> | 2013-08-12 04:07:49 -0700 |
| commit | b76c4106e34e01b8e451389685f541e4ab7b6e3e (patch) | |
| tree | 62085f8c96fc5b0577411a9ee716e2bf7d9d9386 /lang-nl.js | |
| parent | fe50029b1c727b932f4f47cc69fcaf246a92df4e (diff) | |
| parent | 7c4e9d1f6115e1b4aed523d90933615ffb6af0cd (diff) | |
| download | snap-byow-b76c4106e34e01b8e451389685f541e4ab7b6e3e.tar.gz snap-byow-b76c4106e34e01b8e451389685f541e4ab7b6e3e.zip | |
Merge pull request #113 from sdmeijer/master
Improved Dutch translation and updated with new strings
Diffstat (limited to 'lang-nl.js')
| -rw-r--r-- | lang-nl.js | 23 |
1 files changed, 18 insertions, 5 deletions
@@ -305,7 +305,7 @@ SnapTranslator.dict.nl = { 'change y by %n': 'verander y met %n', 'set y to %n': - 'Maak y %n', + 'maak y %n', 'if on edge, bounce': 'aan de rand, keer om', 'x position': @@ -390,7 +390,7 @@ SnapTranslator.dict.nl = { 'set pen color to %clr': 'maak penkleur %clr', 'change pen color by %n': - 'verander penkleur %n', + 'verander penkleur met %n', 'set pen color to %n': 'maak penkleur %n', 'change pen shade by %n': @@ -445,12 +445,14 @@ SnapTranslator.dict.nl = { 'stop script', 'stop all %stop': 'stop alle %stop', + 'pause all %pause': + 'pauzeer alles %pause', 'run %cmdRing %inputs': 'voer %cmdRing uit %inputs', 'launch %cmdRing %inputs': 'start %cmdRing %inputs', 'call %repRing %inputs': - 'roepen %repRing aan %inputs', + 'roep %repRing aan %inputs', 'run %cmdRing w/continuation': 'voer %cmdRing uit en ga door', 'call %cmdRing w/continuation': @@ -542,6 +544,10 @@ SnapTranslator.dict.nl = { 'unicode waarde van %s', 'unicode %n as letter': 'unicode %n als letter', + 'is %s a %typ ?': + 'is %s een %typ ?', + 'is %s identical to %s ?': + 'is %s gelijk aan %s ?', 'type of %s': 'type van %s', @@ -627,7 +633,7 @@ SnapTranslator.dict.nl = { 'Import...': 'Importeren...', 'file menu import hint': - 'bestandsmenu import hint', + 'importeer een project,\neen bibliotheek met blokken,\neen uiterlijk of een geluid', 'Export project as plain text...': 'Project exporteren als tekst...', 'Export project...': @@ -782,6 +788,10 @@ SnapTranslator.dict.nl = { // sprites: 'edit': 'bewerken', + 'detach from': + 'losmaken van', + 'detach all parts': + 'alle onderdelen losmaken', 'export...': 'exporteren...', @@ -800,6 +810,10 @@ SnapTranslator.dict.nl = { 'scripts verticaal\nordenen', 'add comment': 'opmerking toevoegen', + 'undrop': + 'ongedaan maken', + 'undo the last\nblock drop\nin this pane': + 'de laatste blokbeweging\nongedaan maken', 'scripts pic...': 'scripts-afbeelding...', 'open a new window\nwith a picture of all scripts': @@ -1200,4 +1214,3 @@ SnapTranslator.dict.nl = { 'alle' }; - |
