From 8855767072ea857ba5b0e6f04fa7e2386c14f2ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20M=C3=B6nig?= Date: Wed, 3 Aug 2022 14:23:58 +0200 Subject: [PATCH] German translation update for "variables" string (lowercased) --- HISTORY.md | 1 + locale/lang-de.js | 4 +++- snap.html | 2 +- src/locale.js | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index e40ed39d..243885a8 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -69,6 +69,7 @@ * gui: added credits for Glen & team * gui: added credits for Meghan * blocks, threads: new "variables" choice in OF reporter's attribute dropdown, reports a list of reachable variable names +* German translation update for "variables" string (lowercased) ### 2022-08-02 * cloud: update diff --git a/locale/lang-de.js b/locale/lang-de.js index b76a3eb9..fb898c01 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': - '2022-07-18', // this, too, will appear in the Translators tab + '2022-08-03', // this, too, will appear in the Translators tab // GUI // control bar: @@ -2122,6 +2122,8 @@ SnapTranslator.dict.de = { 'Rand unten', 'position': 'Position', + 'variables': + 'Variablen', 'costume name': 'Kostümname', 'categories': diff --git a/snap.html b/snap.html index 1642f107..15edb686 100755 --- a/snap.html +++ b/snap.html @@ -31,7 +31,7 @@ - + diff --git a/src/locale.js b/src/locale.js index 282cade4..d73b4cab 100644 --- a/src/locale.js +++ b/src/locale.js @@ -50,7 +50,7 @@ // Global stuff -modules.locale = '2022-July-30'; +modules.locale = '2022-August-03'; var Localizer; var SnapTranslator = new Localizer(); @@ -187,7 +187,7 @@ SnapTranslator.dict.de = { 'translator_e-mail': 'jens@moenig.org, jadga.huegle@sap.com', 'last_changed': - '2022-07-18' + '2022-08-03' }; SnapTranslator.dict.it = {