From fe7600d12448370d908d57aeca72373b2649a404 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Mon, 2 Dec 2019 22:09:14 +0100 Subject: [PATCH] German translation update --- HISTORY.md | 2 ++ locale/lang-de.js | 10 +++++++++- snap.html | 2 +- src/locale.js | 4 ++-- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index ab36ee2c..b1203b70 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,6 +7,7 @@ * **Notable Changes:** * **Notable Fixes:** * **Translation Updates:** + * German ### 2019-12-02 * new dev version @@ -18,6 +19,7 @@ * objects: support relabelling "pen trails" to "pen trails (SVG)" and vice-versa * gui: added "svg" entry to the stage icon's context menu * objects: renamed "pen trails (SVG)" to "pen vectors" +* German translation update ## v5.3.8: * **Notable Change:** diff --git a/locale/lang-de.js b/locale/lang-de.js index db967068..2ef4a432 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-11-02', // this, too, will appear in the Translators tab + '2019-12-02', // this, too, will appear in the Translators tab // GUI // control bar: @@ -491,6 +491,8 @@ SnapTranslator.dict.de = { 'schreibe %s Größe %n', 'paste on %spr': 'drucke auf %spr', + 'pen vectors': + 'Vektor-Malspuren', // control: 'when %greenflag clicked': @@ -1212,6 +1214,12 @@ SnapTranslator.dict.de = { 'Bild exportieren...', 'open a new window\nwith a picture of the stage': 'ein neues Browserfenster mit einem\nBild der B\u00fchne \u00f6ffnen', + 'svg...': + 'SVG exportieren...', + 'export pen trails\nline segments as SVG': + 'Striche in Malspuren als\nVektorgraphik exportieren', + 'there are currently no\nvectorizable pen trail segments': + 'momentan gibt es keine\nvektorisierbaren Malspuren', 'turn all pen trails and stamps\ninto a new background for the stage': 'Hintergrund aus allen Malspuren und\nStempelabdrücken auf der Bühne erstellen', 'turn all pen trails and stamps\ninto a new costume for the\ncurrently selected sprite': diff --git a/snap.html b/snap.html index 9cd3784c..a6297224 100755 --- a/snap.html +++ b/snap.html @@ -20,7 +20,7 @@ - + diff --git a/src/locale.js b/src/locale.js index 3000d8de..257f8772 100644 --- a/src/locale.js +++ b/src/locale.js @@ -42,7 +42,7 @@ /*global modules, contains*/ -modules.locale = '2019-November-12'; +modules.locale = '2019-December-03'; // Global stuff @@ -164,7 +164,7 @@ SnapTranslator.dict.de = { 'translator_e-mail': 'jens@moenig.org, jadga.huegle@sap.com', 'last_changed': - '2019-11-02' + '2019-12-02' }; SnapTranslator.dict.it = {