summaryrefslogtreecommitdiff
path: root/lang-de.js
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2013-09-16 12:13:15 +0200
committerjmoenig <jens@moenig.org>2013-09-16 12:13:15 +0200
commit4fdc678ccf088958d95f9d69f3261d5869b4d0f8 (patch)
treee4d6722360d7c11608095419c68df7e9f67b7d14 /lang-de.js
parentee30d63201e13ce3fb28f5731274341497158810 (diff)
downloadsnap-yow-4fdc678ccf088958d95f9d69f3261d5869b4d0f8.tar.gz
snap-yow-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.js14
1 files changed, 13 insertions, 1 deletions
diff --git a/lang-de.js b/lang-de.js
index 26e080c..07f0b00 100644
--- a/lang-de.js
+++ b/lang-de.js
@@ -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',