udpate translations for new config_flow exception

This commit is contained in:
5ila5
2024-07-25 13:30:25 +02:00
committed by 5ila5
parent b00a0f89e1
commit 9ec09566f8
2 changed files with 2 additions and 0 deletions

View File

@@ -124,6 +124,7 @@
"invalid_weekdays": "Ungültiges Wochentagsformat bitte gib einen Wochentag (MO, TU, WE, TH, FR, SA, SU) oder ein Dictionary wie MO: 1.",
"invalid_source": "Du hast keine Quelle ausgewählt. Bitte wähle eine gültige Quelle aus.",
"fetch_error": "Die Quelle hat eine ungültige Antwort zurückgegeben: \"{fetch_error_message}\". Bitte überprüfe die Argumente und versuche es erneut.",
"invalid_arg": "Argument ist ungültig: \"{invalid_arg_message}\"",
"fetch_empty": "Die Quelle hat eine leere Antwort zurückgegeben. Bitte überprüfe die Argumente und versuche es erneut.",
"invalid_template": "Das Template ist ungültig. Bitte überprüfe die Syntax und versuche es erneut.",
"skip_additional": "Du kannst nicht den aktuellen Sensor und gleichzeitig einen zusätzliche Sensoren hinzufügen.",

View File

@@ -550,6 +550,7 @@
"invalid_weekdays": "Invalid Weekday format please proivde one (MO, TU, WE, TH, FR, SA, SU) or a dictonary like MO: 1.",
"invalid_source": "You did not select a source. Please select a valid source.",
"fetch_error": "The source returned an invalid response: \"{fetch_error_message}\". Please check the provided arguments and try again.",
"invalid_arg": "Argument is invalid: \"{invalid_arg_message}\"",
"fetch_empty": "The source returned an empty response. Please check the provided arguments and try again.",
"invalid_template": "The template is invalid. Please check the syntax and try again.",
"skip_additional": "You cannot skip the current and add additional sensors at the same time.",