From 324a8e5999fabd4e526e8a2e609a37e09d42c346 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Mon, 4 Mar 2019 18:47:51 +0100 Subject: [PATCH] updated German translation --- HISTORY.md | 1 + locale/lang-de.js | 8 +++++++- snap.html | 2 +- src/locale.js | 4 ++-- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 2a904fa0..55e95ff4 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -48,6 +48,7 @@ * GUI: reenabled publish / unpublish buttons in the project dialog * GUI: spread project dialog action buttons over 2 rows * GUI: changed project dialog's initial & miminum extent +* Updated German translation ### 2019-02-26 * Symbols: new "globe" symbol diff --git a/locale/lang-de.js b/locale/lang-de.js index 9fc628f4..5fd80b19 100644 --- a/locale/lang-de.js +++ b/locale/lang-de.js @@ -185,7 +185,7 @@ SnapTranslator.dict.de = { 'translator_e-mail': 'jens@moenig.org, jadga.huegle@sap.com', // optional 'last_changed': - '2019-02-22', // this, too, will appear in the Translators tab + '2019-03-04', // this, too, will appear in the Translators tab // GUI // control bar: @@ -1212,6 +1212,12 @@ SnapTranslator.dict.de = { 'Beispiele', 'Share': 'Teilen', + 'Unshare': + 'Nicht mehr teilen', + 'Publish': + 'Veröffentlichen', + 'Unpublish': + 'Nicht mehr veröffentlichen', 'Updating\nproject list...': 'Projektliste laden', 'Recover': diff --git a/snap.html b/snap.html index 53602312..e09fdb9f 100755 --- a/snap.html +++ b/snap.html @@ -18,7 +18,7 @@ - + diff --git a/src/locale.js b/src/locale.js index f366fd61..4a1ede62 100644 --- a/src/locale.js +++ b/src/locale.js @@ -42,7 +42,7 @@ /*global modules, contains*/ -modules.locale = '2019-February-24'; +modules.locale = '2019-March-04'; // Global stuff @@ -160,7 +160,7 @@ SnapTranslator.dict.de = { 'translator_e-mail': 'jens@moenig.org, jadga.huegle@sap.com', 'last_changed': - '2019-02-22' + '2019-03-04' }; SnapTranslator.dict.it = {