Merge pull request #113 from sdmeijer/master

Improved Dutch translation and updated with new strings
pull/3/merge
Jens Mönig 2013-08-12 04:07:49 -07:00
commit b76c4106e3
1 zmienionych plików z 18 dodań i 5 usunięć

Wyświetl plik

@ -305,7 +305,7 @@ SnapTranslator.dict.nl = {
'change y by %n': 'change y by %n':
'verander y met %n', 'verander y met %n',
'set y to %n': 'set y to %n':
'Maak y %n', 'maak y %n',
'if on edge, bounce': 'if on edge, bounce':
'aan de rand, keer om', 'aan de rand, keer om',
'x position': 'x position':
@ -390,7 +390,7 @@ SnapTranslator.dict.nl = {
'set pen color to %clr': 'set pen color to %clr':
'maak penkleur %clr', 'maak penkleur %clr',
'change pen color by %n': 'change pen color by %n':
'verander penkleur %n', 'verander penkleur met %n',
'set pen color to %n': 'set pen color to %n':
'maak penkleur %n', 'maak penkleur %n',
'change pen shade by %n': 'change pen shade by %n':
@ -445,12 +445,14 @@ SnapTranslator.dict.nl = {
'stop script', 'stop script',
'stop all %stop': 'stop all %stop':
'stop alle %stop', 'stop alle %stop',
'pause all %pause':
'pauzeer alles %pause',
'run %cmdRing %inputs': 'run %cmdRing %inputs':
'voer %cmdRing uit %inputs', 'voer %cmdRing uit %inputs',
'launch %cmdRing %inputs': 'launch %cmdRing %inputs':
'start %cmdRing %inputs', 'start %cmdRing %inputs',
'call %repRing %inputs': 'call %repRing %inputs':
'roepen %repRing aan %inputs', 'roep %repRing aan %inputs',
'run %cmdRing w/continuation': 'run %cmdRing w/continuation':
'voer %cmdRing uit en ga door', 'voer %cmdRing uit en ga door',
'call %cmdRing w/continuation': 'call %cmdRing w/continuation':
@ -542,6 +544,10 @@ SnapTranslator.dict.nl = {
'unicode waarde van %s', 'unicode waarde van %s',
'unicode %n as letter': 'unicode %n as letter':
'unicode %n als 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 of %s':
'type van %s', 'type van %s',
@ -627,7 +633,7 @@ SnapTranslator.dict.nl = {
'Import...': 'Import...':
'Importeren...', 'Importeren...',
'file menu import hint': 'file menu import hint':
'bestandsmenu import hint', 'importeer een project,\neen bibliotheek met blokken,\neen uiterlijk of een geluid',
'Export project as plain text...': 'Export project as plain text...':
'Project exporteren als tekst...', 'Project exporteren als tekst...',
'Export project...': 'Export project...':
@ -782,6 +788,10 @@ SnapTranslator.dict.nl = {
// sprites: // sprites:
'edit': 'edit':
'bewerken', 'bewerken',
'detach from':
'losmaken van',
'detach all parts':
'alle onderdelen losmaken',
'export...': 'export...':
'exporteren...', 'exporteren...',
@ -800,6 +810,10 @@ SnapTranslator.dict.nl = {
'scripts verticaal\nordenen', 'scripts verticaal\nordenen',
'add comment': 'add comment':
'opmerking toevoegen', 'opmerking toevoegen',
'undrop':
'ongedaan maken',
'undo the last\nblock drop\nin this pane':
'de laatste blokbeweging\nongedaan maken',
'scripts pic...': 'scripts pic...':
'scripts-afbeelding...', 'scripts-afbeelding...',
'open a new window\nwith a picture of all scripts': 'open a new window\nwith a picture of all scripts':
@ -1200,4 +1214,3 @@ SnapTranslator.dict.nl = {
'alle' 'alle'
}; };