diff options
| author | jmoenig <jens@moenig.org> | 2013-09-16 12:13:15 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2013-09-16 12:13:15 +0200 |
| commit | 4fdc678ccf088958d95f9d69f3261d5869b4d0f8 (patch) | |
| tree | e4d6722360d7c11608095419c68df7e9f67b7d14 /lang-de.js | |
| parent | ee30d63201e13ce3fb28f5731274341497158810 (diff) | |
| download | snap-4fdc678ccf088958d95f9d69f3261d5869b4d0f8.tar.gz snap-4fdc678ccf088958d95f9d69f3261d5869b4d0f8.zip | |
German translation update
for new SPLIT primitive, as well as translation integration update for
others
Diffstat (limited to 'lang-de.js')
| -rw-r--r-- | lang-de.js | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -185,7 +185,7 @@ SnapTranslator.dict.de = { 'translator_e-mail': 'jens@moenig.org', // optional 'last_changed': - '2013-08-10', // this, too, will appear in the Translators tab + '2013-09-16', // this, too, will appear in the Translators tab // GUI // control bar: @@ -540,6 +540,8 @@ SnapTranslator.dict.de = { 'falsch', 'join %words': 'verbinde %words', + 'split %s by %delim': + 'trenne %s nach %delim', 'hello': 'Hallo', 'world': @@ -1207,6 +1209,16 @@ SnapTranslator.dict.de = { 'e^': 'e^', + // delimiters + 'whitespace': + 'Leerraum', + 'line': + 'Zeilenvorschub', + 'tab': + 'Tabulator', + 'cr': + 'Wagenr\u00fccklauf', + // data types 'number': 'Zahl', |
