From dec2d7c296ab7e6b04ce5105957a23791cb29509 Mon Sep 17 00:00:00 2001 From: openhab-bot Date: Tue, 1 Feb 2022 10:14:46 +0100 Subject: [PATCH] New Crowdin updates (#2717) * New translations validation.properties (Italian) * New translations validation.properties (Finnish) * New translations validation.properties (German) * New translations validation.properties (Hebrew) * New translations voice.properties (Italian) * New translations validation.properties (Luxembourgish) * New translations voice.properties (German) * New translations voice.properties (Finnish) * New translations voice.properties (Hebrew) --- .../src/main/resources/OH-INF/i18n/validation_de.properties | 4 ++-- .../src/main/resources/OH-INF/i18n/validation_fi.properties | 2 +- .../src/main/resources/OH-INF/i18n/validation_he.properties | 4 ++-- .../src/main/resources/OH-INF/i18n/validation_it.properties | 2 +- .../src/main/resources/OH-INF/i18n/validation_lb.properties | 4 ++-- .../src/main/resources/OH-INF/i18n/voice_de.properties | 4 ++++ .../src/main/resources/OH-INF/i18n/voice_fi.properties | 4 ++++ .../src/main/resources/OH-INF/i18n/voice_he.properties | 4 ++++ .../src/main/resources/OH-INF/i18n/voice_it.properties | 4 ++++ 9 files changed, 24 insertions(+), 8 deletions(-) diff --git a/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_de.properties b/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_de.properties index 714966cd46..c2ffd275db 100644 --- a/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_de.properties +++ b/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_de.properties @@ -1,9 +1,9 @@ parameter_required=Der Parameter wird benötigt. -data_type_violated=Der Datentyp des übergebenen Wertes entspricht nicht der Typdeklaration ({0}) in der Konfigurationsbeschreibung. +data_type_violated=Der Datentyp des Wertes ({0}) stimmt nicht mit der Typen-Deklaration ({1}) in der Konfigurationsbeschreibung überein. max_value_txt_violated=Der Wert darf maximal {0} Zeichen enthalten. -max_value_numeric_violated=Der Wert darf maximal {0} sein. +max_value_numeric_violated=Der Wert darf nicht größer als {0} sein. max_value_options_violated=Es sind maximal {0} Optionen erlaubt. min_value_txt_violated=Der Wert muss mindestens {0} Zeichen enthalten. diff --git a/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_fi.properties b/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_fi.properties index ebadb0bd14..da559bb35e 100644 --- a/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_fi.properties +++ b/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_fi.properties @@ -1,6 +1,6 @@ parameter_required=Tämä parametri on pakollinen. -data_type_violated=Arvon datatyyppi ei vastaa konfiguraation määritelmää ({0}). +data_type_violated=Arvon datatyyppi ({0}) ei vastaa konfiguraation määritelmää ({1}). max_value_txt_violated=Arvo ei saa sisältää enemmän kuin {0} merkkiä. max_value_numeric_violated=Arvo ei saa olla suurempi kuin {0}. diff --git a/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_he.properties b/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_he.properties index 4345420e7e..fadb12e981 100644 --- a/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_he.properties +++ b/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_he.properties @@ -1,9 +1,9 @@ parameter_required=הפרמטר נדרש. -data_type_violated=סוג הנתונים של הערך אינו תואם את תבנית הנתון ({0}) בתיאור התצורה. +data_type_violated=סוג הנתונים של הערך ({0}) אינו תואם להצהרת הסוג ({1}) בתיאור התצורה. max_value_txt_violated=הערך אינו יכול לכלול יותר מ- {0} תווים. -max_value_numeric_violated=הערך איננו יכול להיות גדול מ- {0}. +max_value_numeric_violated=הערך אינו יכול להיות גדול מ-{0}. max_value_options_violated=אין יותר מ- {0} אפשרויות מותרות. min_value_txt_violated=הערך איננו יכול לכלול פחות מ- {0} תווים. diff --git a/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_it.properties b/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_it.properties index adc0cca397..2fe9a3cf12 100644 --- a/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_it.properties +++ b/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_it.properties @@ -1,6 +1,6 @@ parameter_required=Il parametro è obbligatorio. -data_type_violated=Il tipo di dati del valore non corrisponde alla dichiarazione di tipo ({0}) nella descrizione della configurazione. +data_type_violated=Il tipo di dati del valore ({0}) non corrisponde alla dichiarazione di tipo ({1}) nella descrizione della configurazione. max_value_txt_violated=Il valore non deve contenere più di {0} caratteri. max_value_numeric_violated=Il valore non deve essere maggiore di {0}. diff --git a/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_lb.properties b/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_lb.properties index aead9015d7..6acf69d7d2 100644 --- a/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_lb.properties +++ b/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_lb.properties @@ -1,9 +1,9 @@ parameter_required=Dëse Parameter ass obligatoresch. -data_type_violated=Den Datentyp vun dësem Wäert stëmmt net mat der Typendeklaratioun ({0}) aus der Konfiguratiounsbeschreiwung iwwerteneen. +data_type_violated=Den Datentyp vum Wäert ({0}) stëmmt net mat der Typendeklaratioun ({1}) aus der Konfiguratiounsbeschreiwung iwwerteneen. max_value_txt_violated=Dëse Wäert däerf net méi wéi {0} Zeechen hunn. -max_value_numeric_violated=Dëse Wäert dierf net méi grouss wéi {0} sinn. +max_value_numeric_violated=Dëse Wäert muss méi grouss wéi {0} sinn. max_value_options_violated=Et sinn net méi wéi {0} Optiounen erlaabt. min_value_txt_violated=Dëse Wäert muss mindestens {0} Zeechen hunn. diff --git a/bundles/org.openhab.core.voice/src/main/resources/OH-INF/i18n/voice_de.properties b/bundles/org.openhab.core.voice/src/main/resources/OH-INF/i18n/voice_de.properties index f1b603e3d4..57f02916e2 100644 --- a/bundles/org.openhab.core.voice/src/main/resources/OH-INF/i18n/voice_de.properties +++ b/bundles/org.openhab.core.voice/src/main/resources/OH-INF/i18n/voice_de.properties @@ -14,3 +14,7 @@ system.config.voice.listeningItem.label = Listening Switch system.config.voice.listeningItem.description = Wenn angegeben, dann wird das Switch-Item während des Zeitraums eingeschaltet, in dem der Dialogprozessor das magische Wort gefunden hat und auf Befehle lauscht. service.system.voice.label = Sprache + +error.ks-error = Ein Fehler ist bei der Erkennung des Keywords aufgetreten\: {0} +error.stt-error = Ein Fehler ist bei der Texterkennung aufgetreten\: {0} +error.stt-exception = Ein Fehler ist bei der Spracherkennung aufgetreten\: {0} diff --git a/bundles/org.openhab.core.voice/src/main/resources/OH-INF/i18n/voice_fi.properties b/bundles/org.openhab.core.voice/src/main/resources/OH-INF/i18n/voice_fi.properties index f345199068..07a09f56b7 100644 --- a/bundles/org.openhab.core.voice/src/main/resources/OH-INF/i18n/voice_fi.properties +++ b/bundles/org.openhab.core.voice/src/main/resources/OH-INF/i18n/voice_fi.properties @@ -14,3 +14,7 @@ system.config.voice.listeningItem.label = Kuuntelukytkin system.config.voice.listeningItem.description = Jos annettu, Item kytketään päälle sen ajanjakson aikana, jolloin kuuntelija on havainnut avainsanan ja kuuntelee komentoja. service.system.voice.label = Puheääni + +error.ks-error = Virhe havaittaessa avainsanoja, {0} +error.stt-error = Virhe tunnistettaessa tekstiä, {0} +error.stt-exception = Virhe tunnistuksen aikana, {0} diff --git a/bundles/org.openhab.core.voice/src/main/resources/OH-INF/i18n/voice_he.properties b/bundles/org.openhab.core.voice/src/main/resources/OH-INF/i18n/voice_he.properties index c9ce881074..f50b9fda7c 100644 --- a/bundles/org.openhab.core.voice/src/main/resources/OH-INF/i18n/voice_he.properties +++ b/bundles/org.openhab.core.voice/src/main/resources/OH-INF/i18n/voice_he.properties @@ -14,3 +14,7 @@ system.config.voice.listeningItem.label = מתג האזנה system.config.voice.listeningItem.description = אם מסופק, הפריט יופעל במהלך התקופה בה דיאלוג העיבוד הבחין במילת המפתח ומקשיב לפקודות. service.system.voice.label = קול + +error.ks-error = נתקל בשגיאה בעת איתור מילות מפתח, {0} +error.stt-error = נתקל בשגיאה בעת זיהוי טקסט, {0} +error.stt-exception = שגיאה במהלך זיהוי, {0} diff --git a/bundles/org.openhab.core.voice/src/main/resources/OH-INF/i18n/voice_it.properties b/bundles/org.openhab.core.voice/src/main/resources/OH-INF/i18n/voice_it.properties index 350d3e34bf..2b1b645d0e 100644 --- a/bundles/org.openhab.core.voice/src/main/resources/OH-INF/i18n/voice_it.properties +++ b/bundles/org.openhab.core.voice/src/main/resources/OH-INF/i18n/voice_it.properties @@ -14,3 +14,7 @@ system.config.voice.listeningItem.label = Interruttore Di Ascolto system.config.voice.listeningItem.description = Se fornito, l'Item verrà acceso durante il periodo in cui il processore di dialogo ha individuato la parola chiave e sta ascoltando i comandi. service.system.voice.label = Voce + +error.ks-error = Errore rilevato durante l''individuazione delle parole chiave, {0} +error.stt-error = Errore rilevato durante il riconoscimento del testo, {0} +error.stt-exception = Errore durante il riconoscimento, {0}