From 9ec09566f80d081690207746d65e99c5fcee061d Mon Sep 17 00:00:00 2001 From: 5ila5 <5ila5@users.noreply.github.com> Date: Thu, 25 Jul 2024 13:30:25 +0200 Subject: [PATCH] udpate translations for new config_flow exception --- custom_components/waste_collection_schedule/translations/de.json | 1 + custom_components/waste_collection_schedule/translations/en.json | 1 + 2 files changed, 2 insertions(+) diff --git a/custom_components/waste_collection_schedule/translations/de.json b/custom_components/waste_collection_schedule/translations/de.json index b1663747..f01af450 100644 --- a/custom_components/waste_collection_schedule/translations/de.json +++ b/custom_components/waste_collection_schedule/translations/de.json @@ -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.", diff --git a/custom_components/waste_collection_schedule/translations/en.json b/custom_components/waste_collection_schedule/translations/en.json index 093dc6f5..c6cc3205 100644 --- a/custom_components/waste_collection_schedule/translations/en.json +++ b/custom_components/waste_collection_schedule/translations/en.json @@ -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.",