mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-25 19:55:48 +01:00
New Crowdin updates (#2743)
* New translations validation.properties (German) * New translations validation.properties (Finnish) * New translations validation.properties (Italian) * New translations validation.properties (Hebrew) * New translations SystemProfiles.properties (French) * New translations validation.properties (French)
This commit is contained in:
parent
b36f292dcd
commit
cc11e0ccd6
@ -9,4 +9,5 @@ min_value_txt_violated=Der Wert muss mindestens {0} Zeichen enthalten.
|
||||
min_value_numeric_violated=Der Wert muss mindestens {0} sein.
|
||||
|
||||
pattern_violated=Der Wert {0} entspricht nicht dem Muster {1}.
|
||||
options_violated=Der Wert {0} ist nicht in den erlaubten Optionen enthalten. Erlaubte Optionen sind\: {1}
|
||||
multiple_limit_violated=Nur {0} Optionen sind zulässig, aber {1} wurden übergeben.
|
||||
|
@ -9,4 +9,5 @@ min_value_txt_violated=Arvo ei saa sisältää vähemmän kuin {0} merkkiä.
|
||||
min_value_numeric_violated=Arvo ei saa olla pienempi kuin {0}.
|
||||
|
||||
pattern_violated=Arvo {0} ei vastaa malli-lauseketta {1}.
|
||||
options_violated=Arvo {0} ei vastaa sallittuja parametrivaihtoehtoja. Sallitut vaihtoehdot ovat\: {1}
|
||||
multiple_limit_violated=Vain {0} elementtiä on sallittu, mutta {1} on annettu.
|
||||
|
@ -9,4 +9,5 @@ min_value_txt_violated=La valeur ne doit pas contenir moins de {0} caractères.
|
||||
min_value_numeric_violated=La valeur ne doit pas être inférieure à {0}.
|
||||
|
||||
pattern_violated=La valeur {0} ne correspond pas au modèle {1}.
|
||||
options_violated=La valeur {0} ne correspond pas aux options de paramètre autorisées. Les options autorisées sont \: {1}
|
||||
multiple_limit_violated=Seuls {0} éléments sont autorisés alors que {1} sont fournis.
|
||||
|
@ -9,4 +9,5 @@ min_value_txt_violated=הערך איננו יכול לכלול פחות מ- {0}
|
||||
min_value_numeric_violated=הערך איננו יכול להיות קטן מ- {0}.
|
||||
|
||||
pattern_violated=הערך {0} לא מתאים לתבנית {1}.
|
||||
options_violated=הערך {0} אינו תואם לאפשרויות הפרמטרים המותרות. האפשרויות המותרות הן\: {1}
|
||||
multiple_limit_violated=רק {0} אלמנטים מותרים אך הוזנו {1}.
|
||||
|
@ -9,4 +9,5 @@ min_value_txt_violated=Il valore non deve consistere di meno di {0} caratteri.
|
||||
min_value_numeric_violated=Il valore non deve essere inferiore a {0}.
|
||||
|
||||
pattern_violated=Il valore {0} non corrisponde al modello {1}.
|
||||
options_violated=Il valore {0} non è tra le opzioni consentite per il parametro. Le opzioni consentite sono\: {1}
|
||||
multiple_limit_violated=Sono consentiti {0} elementi, ma ne sono stati forniti {1}.
|
||||
|
@ -0,0 +1,27 @@
|
||||
profile-type.system.default.label = Défaut
|
||||
profile-type.system.follow.label = Suivre
|
||||
profile-type.system.offset.label = Décalage
|
||||
profile.config.system.offset.offset.label = Décalage
|
||||
profile.config.system.offset.offset.description = Décalage (nombre brut ou nombre avec unité) à appliquer sur l'état à destination de l'item. Un décalage négatif sera appliqué dans la direction inverse.
|
||||
profile-type.system.hysteresis.label = Hystérésis
|
||||
profile.config.system.hysteresis.lower.label = Limite inférieure
|
||||
profile.config.system.hysteresis.lower.description = Fais correspondre à OFF si la valeur est en dessous de la limite inférieure (nombre brut ou nombre avec unité).
|
||||
profile.config.system.hysteresis.upper.label = Limite supérieure
|
||||
profile.config.system.hysteresis.upper.description = Fais correspondre à ON si la valeur est au-dessus de la limite supérieure (nombre brut ou nombre avec unité).
|
||||
profile.config.system.hysteresis.inverted.label = Inversée
|
||||
profile.config.system.hysteresis.inverted.description = Inverse le résultat de la correspondance avec ON / OFF, si vrai.
|
||||
profile-type.system.range.label = Intervalle
|
||||
profile.config.system.range.lower.label = Limite inférieure
|
||||
profile.config.system.range.lower.description = Fais correspondre à ON si la valeur est comprise entre la limite inférieure et la limite supérieure (nombre brut ou nombre avec unité).
|
||||
profile.config.system.range.upper.label = Limite supérieure
|
||||
profile.config.system.range.upper.description = Fais correspondre à ON si la valeur est comprise entre la limite inférieure et la limite supérieure (nombre brut ou nombre avec unité).
|
||||
profile.config.system.range.inverted.label = Inversé
|
||||
profile.config.system.range.inverted.description = Inverse le résultat de la correspondance avec ON / OFF, si vrai.
|
||||
profile-type.system.timestamp-change.label = Horodatage en cas de changement
|
||||
profile-type.system.timestamp-offset.label = Décalage d'horodatage
|
||||
profile.config.system.timestamp-offset.offset.label = Décalage
|
||||
profile.config.system.timestamp-offset.offset.description = Décalage à appliquer sur l'état à destination de l'item. Un décalage négatif sera appliqué dans la direction inverse.
|
||||
profile.config.system.timestamp-offset.timezone.label = Fuseau Horaire
|
||||
profile.config.system.timestamp-offset.timezone.description = Un fuseau horaire à appliquer sur l'état.
|
||||
profile-type.system.timestamp-trigger.label = Horodatage au déclenchement
|
||||
profile-type.system.timestamp-update.label = Horodatage à la mise à jour
|
Loading…
Reference in New Issue
Block a user