diff --git a/homeassistant/components/monoprice/translations/fr.json b/homeassistant/components/monoprice/translations/fr.json index 5489fb4e0e6..7f1a2a7a72e 100644 --- a/homeassistant/components/monoprice/translations/fr.json +++ b/homeassistant/components/monoprice/translations/fr.json @@ -11,12 +11,12 @@ "user": { "data": { "port": "Port", - "source_1": "Nom de la source #1", - "source_2": "Nom de la source #2", - "source_3": "Nom de la source #3", - "source_4": "Nom de la source #4", - "source_5": "Nom de la source #5", - "source_6": "Nom de la source #6" + "source_1": "Nom de la source n\u00ba\u00a01", + "source_2": "Nom de la source n\u00ba\u00a02", + "source_3": "Nom de la source n\u00ba\u00a03", + "source_4": "Nom de la source n\u00ba\u00a04", + "source_5": "Nom de la source n\u00ba\u00a05", + "source_6": "Nom de la source n\u00ba\u00a06" }, "title": "Se connecter \u00e0 l'appareil" } @@ -26,12 +26,12 @@ "step": { "init": { "data": { - "source_1": "Nom de la source #1", - "source_2": "Nom de la source #2", - "source_3": "Nom de la source #3", - "source_4": "Nom de la source #4", - "source_5": "Nom de la source #5", - "source_6": "Nom de la source #6" + "source_1": "Nom de la source n\u00ba\u00a01", + "source_2": "Nom de la source n\u00ba\u00a02", + "source_3": "Nom de la source n\u00ba\u00a03", + "source_4": "Nom de la source n\u00ba\u00a04", + "source_5": "Nom de la source n\u00ba\u00a05", + "source_6": "Nom de la source n\u00ba\u00a06" }, "title": "Configurer les sources" } diff --git a/homeassistant/components/recorder/translations/ca.json b/homeassistant/components/recorder/translations/ca.json index b6e5a549ba7..ee9efb50b21 100644 --- a/homeassistant/components/recorder/translations/ca.json +++ b/homeassistant/components/recorder/translations/ca.json @@ -2,6 +2,7 @@ "system_health": { "info": { "current_recorder_run": "Hora d'inici de l'execuci\u00f3 actual", + "estimated_db_size": "Mida estimada de la base de dades (MiB)", "oldest_recorder_run": "Hora d'inici de l'execuci\u00f3 m\u00e9s antiga" } } diff --git a/homeassistant/components/recorder/translations/de.json b/homeassistant/components/recorder/translations/de.json index 823b4ae62bf..27ba9f1da85 100644 --- a/homeassistant/components/recorder/translations/de.json +++ b/homeassistant/components/recorder/translations/de.json @@ -2,6 +2,7 @@ "system_health": { "info": { "current_recorder_run": "Aktuelle Startzeit der Ausf\u00fchrung", + "estimated_db_size": "Gesch\u00e4tzte Datenbankgr\u00f6\u00dfe (MiB)", "oldest_recorder_run": "\u00c4lteste Startzeit der Ausf\u00fchrung" } } diff --git a/homeassistant/components/recorder/translations/el.json b/homeassistant/components/recorder/translations/el.json index 0ede908d151..6d541820c55 100644 --- a/homeassistant/components/recorder/translations/el.json +++ b/homeassistant/components/recorder/translations/el.json @@ -2,6 +2,7 @@ "system_health": { "info": { "current_recorder_run": "\u03a4\u03c1\u03ad\u03c7\u03bf\u03c5\u03c3\u03b1 \u03ce\u03c1\u03b1 \u03ad\u03bd\u03b1\u03c1\u03be\u03b7\u03c2 \u03b5\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03b7\u03c2", + "estimated_db_size": "\u0395\u03ba\u03c4\u03b9\u03bc\u03ce\u03bc\u03b5\u03bd\u03bf \u03bc\u03ad\u03b3\u03b5\u03b8\u03bf\u03c2 \u03b2\u03ac\u03c3\u03b7\u03c2 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd (MiB)", "oldest_recorder_run": "\u03a0\u03b1\u03bb\u03b1\u03b9\u03cc\u03c4\u03b5\u03c1\u03b7 \u03ce\u03c1\u03b1 \u03ad\u03bd\u03b1\u03c1\u03be\u03b7\u03c2 \u03b5\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03b7\u03c2" } } diff --git a/homeassistant/components/recorder/translations/en.json b/homeassistant/components/recorder/translations/en.json index 32d78085999..fb802ff7ff9 100644 --- a/homeassistant/components/recorder/translations/en.json +++ b/homeassistant/components/recorder/translations/en.json @@ -2,8 +2,8 @@ "system_health": { "info": { "current_recorder_run": "Current Run Start Time", - "oldest_recorder_run": "Oldest Run Start Time", - "estimated_db_size": "Estimated Database Size" + "estimated_db_size": "Estimated Database Size (MiB)", + "oldest_recorder_run": "Oldest Run Start Time" } } } \ No newline at end of file diff --git a/homeassistant/components/recorder/translations/et.json b/homeassistant/components/recorder/translations/et.json index 8455fb5ce7d..0dc6ae3ec62 100644 --- a/homeassistant/components/recorder/translations/et.json +++ b/homeassistant/components/recorder/translations/et.json @@ -2,6 +2,7 @@ "system_health": { "info": { "current_recorder_run": "Praegune k\u00e4ivitamise algusaeg", + "estimated_db_size": "Andmebaasi hinnanguline suurus (MB)", "oldest_recorder_run": "Vanim k\u00e4ivitamise algusaeg" } } diff --git a/homeassistant/components/recorder/translations/fr.json b/homeassistant/components/recorder/translations/fr.json index 31673d970f3..036fbdbb16c 100644 --- a/homeassistant/components/recorder/translations/fr.json +++ b/homeassistant/components/recorder/translations/fr.json @@ -2,6 +2,7 @@ "system_health": { "info": { "current_recorder_run": "Heure de d\u00e9marrage de l'ex\u00e9cution actuelle", + "estimated_db_size": "Taille estim\u00e9e de la base de donn\u00e9es (en Mio)", "oldest_recorder_run": "Heure de d\u00e9marrage de l'ex\u00e9cution la plus ancienne" } } diff --git a/homeassistant/components/recorder/translations/hu.json b/homeassistant/components/recorder/translations/hu.json index 4b0cd6067ad..96bb02c9c20 100644 --- a/homeassistant/components/recorder/translations/hu.json +++ b/homeassistant/components/recorder/translations/hu.json @@ -2,6 +2,7 @@ "system_health": { "info": { "current_recorder_run": "Aktu\u00e1lis futtat\u00e1s kezd\u00e9si id\u0151pontja", + "estimated_db_size": "Az adatb\u00e1zis becs\u00fclt m\u00e9rete (MiB)", "oldest_recorder_run": "Legr\u00e9gebbi futtat\u00e1s kezd\u00e9si id\u0151pontja" } } diff --git a/homeassistant/components/recorder/translations/pt-BR.json b/homeassistant/components/recorder/translations/pt-BR.json index c44ad73c28b..059dcc76779 100644 --- a/homeassistant/components/recorder/translations/pt-BR.json +++ b/homeassistant/components/recorder/translations/pt-BR.json @@ -2,6 +2,7 @@ "system_health": { "info": { "current_recorder_run": "Hora de in\u00edcio de execu\u00e7\u00e3o atual", + "estimated_db_size": "Tamanho estimado do banco de dados (MiB)", "oldest_recorder_run": "Hora de in\u00edcio de execu\u00e7\u00e3o mais antiga" } } diff --git a/homeassistant/components/recorder/translations/ru.json b/homeassistant/components/recorder/translations/ru.json index 6e5c928d77b..bdac6c52a3b 100644 --- a/homeassistant/components/recorder/translations/ru.json +++ b/homeassistant/components/recorder/translations/ru.json @@ -1,6 +1,7 @@ { "system_health": { "info": { + "estimated_db_size": "\u041f\u0440\u0435\u0434\u043f\u043e\u043b\u0430\u0433\u0430\u0435\u043c\u044b\u0439 \u0440\u0430\u0437\u043c\u0435\u0440 \u0431\u0430\u0437\u044b \u0434\u0430\u043d\u043d\u044b\u0445 (MiB)", "oldest_recorder_run": "\u0412\u0440\u0435\u043c\u044f \u043d\u0430\u0447\u0430\u043b\u0430 \u0441\u0430\u043c\u043e\u0433\u043e \u0441\u0442\u0430\u0440\u043e\u0433\u043e \u0446\u0438\u043a\u043b\u0430" } } diff --git a/homeassistant/components/recorder/translations/zh-Hant.json b/homeassistant/components/recorder/translations/zh-Hant.json index 648bade5447..d9525c0826d 100644 --- a/homeassistant/components/recorder/translations/zh-Hant.json +++ b/homeassistant/components/recorder/translations/zh-Hant.json @@ -2,6 +2,7 @@ "system_health": { "info": { "current_recorder_run": "\u76ee\u524d\u57f7\u884c\u958b\u59cb\u6642\u9593", + "estimated_db_size": "\u9810\u4f30\u8cc7\u6599\u5eab\u6a94\u6848\u5927\u5c0f(MiB)", "oldest_recorder_run": "\u6700\u65e9\u57f7\u884c\u958b\u59cb\u6642\u9593" } } diff --git a/homeassistant/components/ukraine_alarm/translations/de.json b/homeassistant/components/ukraine_alarm/translations/de.json new file mode 100644 index 00000000000..75dc7a7856a --- /dev/null +++ b/homeassistant/components/ukraine_alarm/translations/de.json @@ -0,0 +1,39 @@ +{ + "config": { + "abort": { + "already_configured": "Standort ist bereits konfiguriert" + }, + "error": { + "cannot_connect": "Verbindung fehlgeschlagen", + "invalid_api_key": "Ung\u00fcltiger API-Schl\u00fcssel", + "timeout": "Zeit\u00fcberschreitung beim Verbindungsaufbau", + "unknown": "Unerwarteter Fehler" + }, + "step": { + "community": { + "data": { + "region": "Region" + }, + "description": "Wenn du nicht nur Bundesland und Bezirk \u00fcberwachen m\u00f6chtest, w\u00e4hle die jeweilige Gemeinde aus" + }, + "district": { + "data": { + "region": "Region" + }, + "description": "Wenn du nicht nur das Bundesland \u00fcberwachen m\u00f6chtest, w\u00e4hle seinen bestimmten Bezirk" + }, + "state": { + "data": { + "region": "Region" + }, + "description": "Zu \u00fcberwachendes Bundesland ausw\u00e4hlen" + }, + "user": { + "data": { + "api_key": "API-Schl\u00fcssel" + }, + "description": "Richte die Ukraine Alarm-Integration ein. Um einen API-Schl\u00fcssel zu generieren, gehe zu {api_url}" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/ukraine_alarm/translations/el.json b/homeassistant/components/ukraine_alarm/translations/el.json new file mode 100644 index 00000000000..57e40095d37 --- /dev/null +++ b/homeassistant/components/ukraine_alarm/translations/el.json @@ -0,0 +1,39 @@ +{ + "config": { + "abort": { + "already_configured": "\u0397 \u03c4\u03bf\u03c0\u03bf\u03b8\u03b5\u03c3\u03af\u03b1 \u03ad\u03c7\u03b5\u03b9 \u03ae\u03b4\u03b7 \u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03c9\u03b8\u03b5\u03af" + }, + "error": { + "cannot_connect": "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2", + "invalid_api_key": "\u039c\u03b7 \u03ad\u03b3\u03ba\u03c5\u03c1\u03bf \u03ba\u03bb\u03b5\u03b9\u03b4\u03af API", + "timeout": "\u03a7\u03c1\u03bf\u03bd\u03b9\u03ba\u03cc \u03cc\u03c1\u03b9\u03bf \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2", + "unknown": "\u0391\u03c0\u03c1\u03cc\u03c3\u03bc\u03b5\u03bd\u03bf \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1" + }, + "step": { + "community": { + "data": { + "region": "\u03a0\u03b5\u03c1\u03b9\u03bf\u03c7\u03ae" + }, + "description": "\u0395\u03ac\u03bd \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03b5\u03af\u03c4\u03b5 \u03cc\u03c7\u03b9 \u03bc\u03cc\u03bd\u03bf \u03c4\u03b7\u03bd \u03c0\u03bf\u03bb\u03b9\u03c4\u03b5\u03af\u03b1 \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03c0\u03b5\u03c1\u03b9\u03c6\u03ad\u03c1\u03b5\u03b9\u03b1, \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b7 \u03ba\u03bf\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03ac \u03c4\u03b7\u03c2" + }, + "district": { + "data": { + "region": "\u03a0\u03b5\u03c1\u03b9\u03bf\u03c7\u03ae" + }, + "description": "\u0391\u03bd \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03b5\u03af\u03c4\u03b5 \u03cc\u03c7\u03b9 \u03bc\u03cc\u03bd\u03bf \u03c4\u03b7\u03bd \u03c0\u03bf\u03bb\u03b9\u03c4\u03b5\u03af\u03b1, \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b7 \u03c0\u03b5\u03c1\u03b9\u03bf\u03c7\u03ae \u03c4\u03b7\u03c2." + }, + "state": { + "data": { + "region": "\u03a0\u03b5\u03c1\u03b9\u03bf\u03c7\u03ae" + }, + "description": "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7" + }, + "user": { + "data": { + "api_key": "\u039a\u03bb\u03b5\u03b9\u03b4\u03af API" + }, + "description": "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03bd\u03c3\u03c9\u03bc\u03ac\u03c4\u03c9\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c3\u03c5\u03bd\u03b1\u03b3\u03b5\u03c1\u03bc\u03bf\u03cd \u03c4\u03b7\u03c2 \u039f\u03c5\u03ba\u03c1\u03b1\u03bd\u03af\u03b1\u03c2. \u0393\u03b9\u03b1 \u03bd\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03ba\u03bb\u03b5\u03b9\u03b4\u03af API \u03bc\u03b5\u03c4\u03b1\u03b2\u03b5\u03af\u03c4\u03b5 \u03c3\u03c4\u03b7 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 {api_url}" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/ukraine_alarm/translations/en.json b/homeassistant/components/ukraine_alarm/translations/en.json index 2c39945cb87..e7b2a9edcdc 100644 --- a/homeassistant/components/ukraine_alarm/translations/en.json +++ b/homeassistant/components/ukraine_alarm/translations/en.json @@ -1,15 +1,20 @@ { "config": { + "abort": { + "already_configured": "Location is already configured" + }, + "error": { + "cannot_connect": "Failed to connect", + "invalid_api_key": "Invalid API key", + "timeout": "Timeout establishing connection", + "unknown": "Unexpected error" + }, "step": { - "user": { - "description": "Set up the Ukraine Alarm integration. To generate an API key go to {api_url}", - "title": "Ukraine Alarm" - }, - "state": { + "community": { "data": { "region": "Region" }, - "description": "Choose state to monitor" + "description": "If you want to monitor not only state and district, choose its specific community" }, "district": { "data": { @@ -17,12 +22,18 @@ }, "description": "If you want to monitor not only state, choose its specific district" }, - "community": { + "state": { "data": { "region": "Region" }, - "description": "If you want to monitor not only state and district, choose its specific community" + "description": "Choose state to monitor" + }, + "user": { + "data": { + "api_key": "API Key" + }, + "description": "Set up the Ukraine Alarm integration. To generate an API key go to {api_url}" } } } -} +} \ No newline at end of file diff --git a/homeassistant/components/ukraine_alarm/translations/fr.json b/homeassistant/components/ukraine_alarm/translations/fr.json new file mode 100644 index 00000000000..51706dfee5f --- /dev/null +++ b/homeassistant/components/ukraine_alarm/translations/fr.json @@ -0,0 +1,39 @@ +{ + "config": { + "abort": { + "already_configured": "L'emplacement est d\u00e9j\u00e0 configur\u00e9" + }, + "error": { + "cannot_connect": "\u00c9chec de connexion", + "invalid_api_key": "Cl\u00e9 d'API non valide", + "timeout": "D\u00e9lai d'attente pour \u00e9tablir la connexion expir\u00e9", + "unknown": "Erreur inattendue" + }, + "step": { + "community": { + "data": { + "region": "R\u00e9gion" + }, + "description": "Si vous ne d\u00e9sirez pas uniquement surveiller l'\u00c9tat et son district, s\u00e9lectionnez sa communaut\u00e9 sp\u00e9cifique" + }, + "district": { + "data": { + "region": "R\u00e9gion" + }, + "description": "Si vous ne d\u00e9sirez pas uniquement surveiller l'\u00c9tat, s\u00e9lectionnez son district sp\u00e9cifique" + }, + "state": { + "data": { + "region": "R\u00e9gion" + }, + "description": "Choisissez l'\u00c9tat \u00e0 surveiller" + }, + "user": { + "data": { + "api_key": "Cl\u00e9 d'API" + }, + "description": "Configurez l'int\u00e9gration Ukraine Alarm. Pour g\u00e9n\u00e9rer une cl\u00e9 d'API, rendez-vous sur {api_url}" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/ukraine_alarm/translations/hu.json b/homeassistant/components/ukraine_alarm/translations/hu.json new file mode 100644 index 00000000000..fb00a32a507 --- /dev/null +++ b/homeassistant/components/ukraine_alarm/translations/hu.json @@ -0,0 +1,39 @@ +{ + "config": { + "abort": { + "already_configured": "A hely m\u00e1r konfigur\u00e1lva van" + }, + "error": { + "cannot_connect": "Sikertelen csatlakoz\u00e1s", + "invalid_api_key": "\u00c9rv\u00e9nytelen API kulcs", + "timeout": "Id\u0151t\u00fall\u00e9p\u00e9s a kapcsolat l\u00e9trehoz\u00e1sa sor\u00e1n", + "unknown": "V\u00e1ratlan hiba t\u00f6rt\u00e9nt" + }, + "step": { + "community": { + "data": { + "region": "R\u00e9gi\u00f3" + }, + "description": "Ha nem csak a megy\u00e9t \u00e9s a ker\u00fcletet szeretn\u00e9 figyelni, v\u00e1lassza ki az adott k\u00f6z\u00f6ss\u00e9get" + }, + "district": { + "data": { + "region": "R\u00e9gi\u00f3" + }, + "description": "Ha nem csak megy\u00e9t szeretne figyelni, v\u00e1lassza ki az adott ker\u00fcletet" + }, + "state": { + "data": { + "region": "R\u00e9gi\u00f3" + }, + "description": "V\u00e1lassza ki a megfigyelni k\u00edv\u00e1nt megy\u00e9t" + }, + "user": { + "data": { + "api_key": "API kulcs" + }, + "description": "\u00c1ll\u00edtsa be az Ukraine Alarm integr\u00e1ci\u00f3t. API-kulcs l\u00e9trehoz\u00e1s\u00e1hoz l\u00e1togasson el ide: {api_url}" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/ukraine_alarm/translations/ru.json b/homeassistant/components/ukraine_alarm/translations/ru.json index 89c9eb1670a..cd852ad0745 100644 --- a/homeassistant/components/ukraine_alarm/translations/ru.json +++ b/homeassistant/components/ukraine_alarm/translations/ru.json @@ -1,28 +1,39 @@ { "config": { + "abort": { + "already_configured": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043c\u0435\u0441\u0442\u043e\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0443\u0436\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430." + }, + "error": { + "cannot_connect": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f.", + "invalid_api_key": "\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u043a\u043b\u044e\u0447 API.", + "timeout": "\u0418\u0441\u0442\u0435\u043a\u043b\u043e \u0432\u0440\u0435\u043c\u044f \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f.", + "unknown": "\u041d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430." + }, "step": { - "user": { - "description": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 Home Assistant \u0434\u043b\u044f\u0020\u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u0438\u0020\u0441 Ukraine Alarm. \u0414\u043b\u044f\u0020\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f\u0020\u043a\u043b\u044e\u0447\u0430 API, \u043f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435\u0020\u043d\u0430 {api_url}.", - "title": "Ukraine Alarm" - }, - "state": { + "community": { "data": { "region": "\u0420\u0435\u0433\u0438\u043e\u043d" }, - "description": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435\u0020\u043e\u0431\u043b\u0430\u0441\u0442\u044c\u0020\u0434\u043b\u044f\u0020\u043c\u043e\u043d\u0438\u0442\u043e\u0440\u0438\u043d\u0433\u0430" + "description": "\u0415\u0441\u043b\u0438 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0441\u043b\u0435\u0434\u0438\u0442\u044c \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u0437\u0430 \u0448\u0442\u0430\u0442\u043e\u043c \u0438 \u043e\u043a\u0440\u0443\u0433\u043e\u043c, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0435\u0433\u043e \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u043e\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e." }, "district": { "data": { "region": "\u0420\u0435\u0433\u0438\u043e\u043d" }, - "description": "\u0415\u0441\u043b\u0438\u0020\u0432\u044b\u0020\u0436\u0435\u043b\u0430\u0435\u0442\u0435\u0020\u043c\u043e\u043d\u0438\u0442\u043e\u0440\u0438\u0442\u044c\u0020\u043d\u0435\u0020\u0442\u043e\u043b\u044c\u043a\u043e\u0020\u043e\u0431\u043b\u0430\u0441\u0442\u044c\u002c\u0020\u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435\u0020\u0435\u0451\u0020\u0440\u0430\u0439\u043e\u043d" + "description": "\u0415\u0441\u043b\u0438 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0441\u043b\u0435\u0434\u0438\u0442\u044c \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u0437\u0430 \u0448\u0442\u0430\u0442\u043e\u043c, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0435\u0433\u043e \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u0439 \u0440\u0430\u0439\u043e\u043d." }, - "community": { + "state": { "data": { "region": "\u0420\u0435\u0433\u0438\u043e\u043d" }, - "description": "\u0415\u0441\u043b\u0438\u0020\u0432\u044b\u0020\u0436\u0435\u043b\u0430\u0435\u0442\u0435\u0020\u043c\u043e\u043d\u0438\u0442\u043e\u0440\u0438\u0442\u044c\u0020\u043d\u0435\u0020\u0442\u043e\u043b\u044c\u043a\u043e\u0020\u043e\u0431\u043b\u0430\u0441\u0442\u044c\u0020\u0438\u0020\u0440\u0430\u0439\u043e\u043d\u002c\u0020\u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435\u0020\u0435\u0451\u0020\u0433\u0440\u043e\u043c\u0430\u0434\u0443" + "description": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0448\u0442\u0430\u0442 \u0434\u043b\u044f \u043c\u043e\u043d\u0438\u0442\u043e\u0440\u0438\u043d\u0433\u0430." + }, + "user": { + "data": { + "api_key": "\u041a\u043b\u044e\u0447 API" + }, + "description": "\u0427\u0442\u043e\u0431\u044b \u0441\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043b\u044e\u0447 API, \u043f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043d\u0430 {api_url}" } } } -} +} \ No newline at end of file diff --git a/homeassistant/components/ukraine_alarm/translations/uk.json b/homeassistant/components/ukraine_alarm/translations/uk.json deleted file mode 100644 index 2eed983f34f..00000000000 --- a/homeassistant/components/ukraine_alarm/translations/uk.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "config": { - "step": { - "user": { - "description": "\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0439\u0442\u0435 Home Assistant \u0434\u043b\u044f\u0020\u0456\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0456\u0457\u0020\u0437 Ukraine Alarm. \u0414\u043b\u044f\u0020\u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f\u0020\u043a\u043b\u044e\u0447\u0430 API, \u043f\u0435\u0440\u0435\u0439\u0434\u0456\u0442\u044c\u0020\u043d\u0430 {api_url}.", - "title": "Ukraine Alarm" - }, - "state": { - "data": { - "region": "\u0420\u0435\u0433\u0456\u043e\u043d" - }, - "description": "\u041e\u0431\u0435\u0440\u0456\u0442\u044c\u0020\u043e\u0431\u043b\u0430\u0441\u0442\u044c\u0020\u0434\u043b\u044f\u0020\u043c\u043e\u043d\u0456\u0442\u043e\u0440\u0438\u043d\u0433\u0443" - }, - "district": { - "data": { - "region": "\u0420\u0435\u0433\u0456\u043e\u043d" - }, - "description": "\u042f\u043a\u0449\u043e\u0020\u0432\u0438\u0020\u0431\u0430\u0436\u0430\u0454\u0442\u0435\u0020\u043c\u043e\u043d\u0456\u0442\u043e\u0440\u0438\u0442\u0438\u0020\u043d\u0435\u0020\u043b\u0438\u0448\u0435\u0020\u043e\u0431\u043b\u0430\u0441\u0442\u044c\u002c\u0020\u043e\u0431\u0435\u0440\u0456\u0442\u044c\u0020\u0457\u0457\u0020\u0440\u0430\u0439\u043e\u043d" - }, - "community": { - "data": { - "region": "\u0420\u0435\u0433\u0456\u043e\u043d" - }, - "description": "\u042f\u043a\u0449\u043e\u0020\u0432\u0438\u0020\u0431\u0430\u0436\u0430\u0454\u0442\u0435\u0020\u043c\u043e\u043d\u0456\u0442\u043e\u0440\u0438\u0442\u0438\u0020\u043d\u0435\u0020\u0442\u0456\u043b\u044c\u043a\u0438\u0020\u043e\u0431\u043b\u0430\u0441\u0442\u044c\u0020\u0442\u0430\u0020\u0440\u0430\u0439\u043e\u043d\u002c\u0020\u043e\u0431\u0435\u0440\u0456\u0442\u044c\u0020\u0457\u0457\u0020\u0433\u0440\u043e\u043c\u0430\u0434\u0443" - } - } - } -} diff --git a/homeassistant/components/ws66i/translations/en.json b/homeassistant/components/ws66i/translations/en.json index 7f6a04c1ea3..30ef1e4205a 100644 --- a/homeassistant/components/ws66i/translations/en.json +++ b/homeassistant/components/ws66i/translations/en.json @@ -31,5 +31,4 @@ } } } -} - +} \ No newline at end of file diff --git a/homeassistant/components/ws66i/translations/fr.json b/homeassistant/components/ws66i/translations/fr.json new file mode 100644 index 00000000000..d4d3f6e7350 --- /dev/null +++ b/homeassistant/components/ws66i/translations/fr.json @@ -0,0 +1,34 @@ +{ + "config": { + "abort": { + "already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9" + }, + "error": { + "cannot_connect": "\u00c9chec de connexion", + "unknown": "Erreur inattendue" + }, + "step": { + "user": { + "data": { + "ip_address": "Adresse IP" + }, + "title": "Se connecter \u00e0 l'appareil" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "source_1": "Nom de la source n\u00ba\u00a01", + "source_2": "Nom de la source n\u00ba\u00a02", + "source_3": "Nom de la source n\u00ba\u00a03", + "source_4": "Nom de la source n\u00ba\u00a04", + "source_5": "Nom de la source n\u00ba\u00a05", + "source_6": "Nom de la source n\u00ba\u00a06" + }, + "title": "Configurer les sources" + } + } + } +} \ No newline at end of file