From c566b91f84f9ba95160073b82d03603fcd6811af Mon Sep 17 00:00:00 2001 From: jmoenig Date: Sun, 10 Mar 2019 13:11:03 +0100 Subject: [PATCH] updated German translation for pitch-detection --- HISTORY.md | 1 + locale/lang-de.js | 6 +++++- snap.html | 2 +- src/locale.js | 4 ++-- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index a4014c97..aa1f07f3 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -50,6 +50,7 @@ ### 2019-03-10 * Objects, Blocks, Threads: added microphone note and pitch detection * Tweaked note detection to only change when the audio signal is strong enough +* updated German translation for pitch-detection ### 2019-03-07 * AudioComp lib: added block to set the microphone's buffer and fft sizes diff --git a/locale/lang-de.js b/locale/lang-de.js index ea4ccf24..7df67cf2 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-03-07', // this, too, will appear in the Translators tab + '2019-03-10', // this, too, will appear in the Translators tab // GUI // control bar: @@ -608,6 +608,10 @@ SnapTranslator.dict.de = { 'Mikrofon %audio', 'volume': 'Lautstärke', + 'note': + 'Note', + 'pitch': + 'Tonhöhe', 'signals': 'Signale', 'frequencies': diff --git a/snap.html b/snap.html index 4663a8e3..f528fe5f 100755 --- a/snap.html +++ b/snap.html @@ -18,7 +18,7 @@ - + diff --git a/src/locale.js b/src/locale.js index e3234085..85958bb3 100644 --- a/src/locale.js +++ b/src/locale.js @@ -42,7 +42,7 @@ /*global modules, contains*/ -modules.locale = '2019-March-07'; +modules.locale = '2019-March-10'; // Global stuff @@ -160,7 +160,7 @@ SnapTranslator.dict.de = { 'translator_e-mail': 'jens@moenig.org, jadga.huegle@sap.com', 'last_changed': - '2019-03-07' + '2019-03-10' }; SnapTranslator.dict.it = {