From 12721da063c5edeadb42118559dbb0f3ba274b28 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 9 Aug 2022 00:28:50 +0000 Subject: [PATCH] [ci skip] Translation update --- .../anthemav/translations/zh-Hant.json | 2 +- .../components/demo/translations/ja.json | 9 +++++ .../deutsche_bahn/translations/ja.json | 7 ++++ .../components/escea/translations/ca.json | 8 +++++ .../components/escea/translations/de.json | 13 ++++++++ .../components/escea/translations/fr.json | 13 ++++++++ .../components/escea/translations/id.json | 13 ++++++++ .../components/escea/translations/ja.json | 8 +++++ .../escea/translations/zh-Hant.json | 13 ++++++++ .../justnimbus/translations/fr.json | 19 +++++++++++ .../components/mysensors/translations/id.json | 1 + .../components/mysensors/translations/ja.json | 7 ++++ .../components/mysensors/translations/no.json | 9 +++++ .../openexchangerates/translations/ca.json | 23 +++++++++++++ .../openexchangerates/translations/de.json | 33 +++++++++++++++++++ .../openexchangerates/translations/id.json | 33 +++++++++++++++++++ .../openexchangerates/translations/ja.json | 25 ++++++++++++++ .../openexchangerates/translations/no.json | 33 +++++++++++++++++++ .../openexchangerates/translations/pt-BR.json | 33 +++++++++++++++++++ .../translations/zh-Hant.json | 33 +++++++++++++++++++ .../simplepush/translations/zh-Hant.json | 2 +- .../soundtouch/translations/zh-Hant.json | 2 +- .../unifiprotect/translations/fr.json | 1 + 23 files changed, 337 insertions(+), 3 deletions(-) create mode 100644 homeassistant/components/deutsche_bahn/translations/ja.json create mode 100644 homeassistant/components/escea/translations/ca.json create mode 100644 homeassistant/components/escea/translations/de.json create mode 100644 homeassistant/components/escea/translations/fr.json create mode 100644 homeassistant/components/escea/translations/id.json create mode 100644 homeassistant/components/escea/translations/ja.json create mode 100644 homeassistant/components/escea/translations/zh-Hant.json create mode 100644 homeassistant/components/justnimbus/translations/fr.json create mode 100644 homeassistant/components/openexchangerates/translations/ca.json create mode 100644 homeassistant/components/openexchangerates/translations/de.json create mode 100644 homeassistant/components/openexchangerates/translations/id.json create mode 100644 homeassistant/components/openexchangerates/translations/ja.json create mode 100644 homeassistant/components/openexchangerates/translations/no.json create mode 100644 homeassistant/components/openexchangerates/translations/pt-BR.json create mode 100644 homeassistant/components/openexchangerates/translations/zh-Hant.json diff --git a/homeassistant/components/anthemav/translations/zh-Hant.json b/homeassistant/components/anthemav/translations/zh-Hant.json index acba04f49e6..d68bd690c48 100644 --- a/homeassistant/components/anthemav/translations/zh-Hant.json +++ b/homeassistant/components/anthemav/translations/zh-Hant.json @@ -18,7 +18,7 @@ }, "issues": { "deprecated_yaml": { - "description": "\u4f7f\u7528 YAML \u8a2d\u5b9a\u7684 Anthem A/V \u63a5\u6536\u5668\u5373\u5c07\u65bc Home Assistant 2022.9 \u7248\u4e2d\u9032\u884c\u79fb\u9664\u3002\n\n\u65e2\u6709\u7684 YAML \u8a2d\u5b9a\u5c07\u81ea\u52d5\u532f\u5165\u81f3 UI \u5167\u3002\n\n\u8acb\u65bc configuration.yaml \u6a94\u6848\u4e2d\u79fb\u9664 Anthem A/V \u63a5\u6536\u5668 YAML \u8a2d\u5b9a\u4e26\u91cd\u65b0\u555f\u52d5 Home Assistant \u4ee5\u4fee\u6b63\u6b64\u554f\u984c\u3002", + "description": "\u4f7f\u7528 YAML \u8a2d\u5b9a\u7684 Anthem A/V \u63a5\u6536\u5668\u5373\u5c07\u9032\u884c\u79fb\u9664\u3002\n\n\u65e2\u6709\u7684 YAML \u8a2d\u5b9a\u5c07\u81ea\u52d5\u532f\u5165\u81f3 UI \u5167\u3002\n\n\u8acb\u65bc configuration.yaml \u6a94\u6848\u4e2d\u79fb\u9664 Anthem A/V \u63a5\u6536\u5668 YAML \u8a2d\u5b9a\u4e26\u91cd\u65b0\u555f\u52d5 Home Assistant \u4ee5\u4fee\u6b63\u6b64\u554f\u984c\u3002", "title": "Anthem A/V \u63a5\u6536\u5668 YAML \u8a2d\u5b9a\u5373\u5c07\u79fb\u9664" } } diff --git a/homeassistant/components/demo/translations/ja.json b/homeassistant/components/demo/translations/ja.json index 30467e3df5b..97eb4866bfa 100644 --- a/homeassistant/components/demo/translations/ja.json +++ b/homeassistant/components/demo/translations/ja.json @@ -1,5 +1,14 @@ { "issues": { + "bad_psu": { + "fix_flow": { + "step": { + "confirm": { + "description": "SUBMIT(\u9001\u4fe1)\u3092\u62bc\u3057\u3066\u3001\u96fb\u6e90\u304c\u4ea4\u63db\u3055\u308c\u305f\u3053\u3068\u3092\u78ba\u8a8d\u3057\u307e\u3059" + } + } + } + }, "out_of_blinker_fluid": { "fix_flow": { "step": { diff --git a/homeassistant/components/deutsche_bahn/translations/ja.json b/homeassistant/components/deutsche_bahn/translations/ja.json new file mode 100644 index 00000000000..191ec874abf --- /dev/null +++ b/homeassistant/components/deutsche_bahn/translations/ja.json @@ -0,0 +1,7 @@ +{ + "issues": { + "pending_removal": { + "title": "\u30c9\u30a4\u30c4\u9244\u9053(Deutsche Bahn)\u306e\u7d71\u5408\u306f\u524a\u9664\u3055\u308c\u3066\u3044\u307e\u3059" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/escea/translations/ca.json b/homeassistant/components/escea/translations/ca.json new file mode 100644 index 00000000000..d28b9050682 --- /dev/null +++ b/homeassistant/components/escea/translations/ca.json @@ -0,0 +1,8 @@ +{ + "config": { + "abort": { + "no_devices_found": "No s'han trobat dispositius a la xarxa", + "single_instance_allowed": "Ja configurat. Nom\u00e9s \u00e9s possible una sola configuraci\u00f3." + } + } +} \ No newline at end of file diff --git a/homeassistant/components/escea/translations/de.json b/homeassistant/components/escea/translations/de.json new file mode 100644 index 00000000000..9ff884c6073 --- /dev/null +++ b/homeassistant/components/escea/translations/de.json @@ -0,0 +1,13 @@ +{ + "config": { + "abort": { + "no_devices_found": "Keine Ger\u00e4te im Netzwerk gefunden", + "single_instance_allowed": "Bereits konfiguriert. Nur eine einzige Konfiguration m\u00f6glich." + }, + "step": { + "confirm": { + "description": "M\u00f6chtest du einen Escea-Kamin einrichten?" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/escea/translations/fr.json b/homeassistant/components/escea/translations/fr.json new file mode 100644 index 00000000000..68cd0cce6dc --- /dev/null +++ b/homeassistant/components/escea/translations/fr.json @@ -0,0 +1,13 @@ +{ + "config": { + "abort": { + "no_devices_found": "Aucun appareil trouv\u00e9 sur le r\u00e9seau", + "single_instance_allowed": "D\u00e9j\u00e0 configur\u00e9. Une seule configuration possible." + }, + "step": { + "confirm": { + "description": "Voulez-vous configurer une chemin\u00e9e Escea\u00a0?" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/escea/translations/id.json b/homeassistant/components/escea/translations/id.json new file mode 100644 index 00000000000..66ad19d2a15 --- /dev/null +++ b/homeassistant/components/escea/translations/id.json @@ -0,0 +1,13 @@ +{ + "config": { + "abort": { + "no_devices_found": "Tidak ada perangkat yang ditemukan di jaringan", + "single_instance_allowed": "Sudah dikonfigurasi. Hanya satu konfigurasi yang diizinkan." + }, + "step": { + "confirm": { + "description": "Ingin menyiapkan tungku Escea?" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/escea/translations/ja.json b/homeassistant/components/escea/translations/ja.json new file mode 100644 index 00000000000..a64c00ee212 --- /dev/null +++ b/homeassistant/components/escea/translations/ja.json @@ -0,0 +1,8 @@ +{ + "config": { + "abort": { + "no_devices_found": "\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u4e0a\u306b\u30c7\u30d0\u30a4\u30b9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093", + "single_instance_allowed": "\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u8a2d\u5b9a\u3067\u304d\u308b\u306e\u306f1\u3064\u3060\u3051\u3067\u3059\u3002" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/escea/translations/zh-Hant.json b/homeassistant/components/escea/translations/zh-Hant.json new file mode 100644 index 00000000000..403184e5a23 --- /dev/null +++ b/homeassistant/components/escea/translations/zh-Hant.json @@ -0,0 +1,13 @@ +{ + "config": { + "abort": { + "no_devices_found": "\u7db2\u8def\u4e0a\u627e\u4e0d\u5230\u88dd\u7f6e", + "single_instance_allowed": "\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210\u3001\u50c5\u80fd\u8a2d\u5b9a\u4e00\u7d44\u88dd\u7f6e\u3002" + }, + "step": { + "confirm": { + "description": "\u662f\u5426\u8981\u8a2d\u5b9a Escea fireplace\uff1f" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/justnimbus/translations/fr.json b/homeassistant/components/justnimbus/translations/fr.json new file mode 100644 index 00000000000..a8c26f118e3 --- /dev/null +++ b/homeassistant/components/justnimbus/translations/fr.json @@ -0,0 +1,19 @@ +{ + "config": { + "abort": { + "already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9" + }, + "error": { + "cannot_connect": "\u00c9chec de connexion", + "invalid_auth": "Authentification non valide", + "unknown": "Erreur inattendue" + }, + "step": { + "user": { + "data": { + "client_id": "ID du client" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/mysensors/translations/id.json b/homeassistant/components/mysensors/translations/id.json index 418da20676e..67a7469b48a 100644 --- a/homeassistant/components/mysensors/translations/id.json +++ b/homeassistant/components/mysensors/translations/id.json @@ -70,6 +70,7 @@ "description": "Pengaturan gateway Ethernet" }, "select_gateway_type": { + "description": "Pilih gateway mana yang akan dikonfigurasi.", "menu_options": { "gw_mqtt": "Konfigurasikan gateway MQTT", "gw_serial": "Konfigurasikan gateway serial", diff --git a/homeassistant/components/mysensors/translations/ja.json b/homeassistant/components/mysensors/translations/ja.json index 4a73363bf16..2732a622511 100644 --- a/homeassistant/components/mysensors/translations/ja.json +++ b/homeassistant/components/mysensors/translations/ja.json @@ -68,6 +68,13 @@ }, "description": "\u30a4\u30fc\u30b5\u30cd\u30c3\u30c8 \u30b2\u30fc\u30c8\u30a6\u30a7\u30a4\u306e\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7" }, + "select_gateway_type": { + "description": "\u8a2d\u5b9a\u3059\u308b\u30b2\u30fc\u30c8\u30a6\u30a7\u30a4\u3092\u9078\u629e\u3057\u307e\u3059\u3002", + "menu_options": { + "gw_mqtt": "MQTT\u30b2\u30fc\u30c8\u30a6\u30a7\u30a4\u306e\u8a2d\u5b9a", + "gw_tcp": "TCP\u30b2\u30fc\u30c8\u30a6\u30a7\u30a4\u306e\u8a2d\u5b9a" + } + }, "user": { "data": { "gateway_type": "\u30b2\u30fc\u30c8\u30a6\u30a7\u30a4\u306e\u7a2e\u985e" diff --git a/homeassistant/components/mysensors/translations/no.json b/homeassistant/components/mysensors/translations/no.json index 14fb39910fe..1e45899d981 100644 --- a/homeassistant/components/mysensors/translations/no.json +++ b/homeassistant/components/mysensors/translations/no.json @@ -14,6 +14,7 @@ "invalid_serial": "Ugyldig serieport", "invalid_subscribe_topic": "Ugyldig abonnementsemne", "invalid_version": "Ugyldig MySensors-versjon", + "mqtt_required": "MQTT-integrasjonen er ikke satt opp", "not_a_number": "Vennligst skriv inn et nummer", "port_out_of_range": "Portnummer m\u00e5 v\u00e6re minst 1 og maksimalt 65535", "same_topic": "Abonner og publiser emner er de samme", @@ -68,6 +69,14 @@ }, "description": "Ethernet gateway-oppsett" }, + "select_gateway_type": { + "description": "Velg hvilken gateway som skal konfigureres.", + "menu_options": { + "gw_mqtt": "Konfigurer en MQTT-gateway", + "gw_serial": "Konfigurer en seriell gateway", + "gw_tcp": "Konfigurer en TCP-gateway" + } + }, "user": { "data": { "gateway_type": "" diff --git a/homeassistant/components/openexchangerates/translations/ca.json b/homeassistant/components/openexchangerates/translations/ca.json new file mode 100644 index 00000000000..f5a93caa71d --- /dev/null +++ b/homeassistant/components/openexchangerates/translations/ca.json @@ -0,0 +1,23 @@ +{ + "config": { + "abort": { + "already_configured": "El servei ja est\u00e0 configurat", + "cannot_connect": "Ha fallat la connexi\u00f3", + "reauth_successful": "Re-autenticaci\u00f3 realitzada correctament", + "timeout_connect": "S'ha esgotat el temps m\u00e0xim d'espera per establir connexi\u00f3" + }, + "error": { + "cannot_connect": "Ha fallat la connexi\u00f3", + "invalid_auth": "Autenticaci\u00f3 inv\u00e0lida", + "timeout_connect": "S'ha esgotat el temps m\u00e0xim d'espera per establir connexi\u00f3", + "unknown": "Error inesperat" + }, + "step": { + "user": { + "data": { + "api_key": "Clau API" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/openexchangerates/translations/de.json b/homeassistant/components/openexchangerates/translations/de.json new file mode 100644 index 00000000000..51a0294c816 --- /dev/null +++ b/homeassistant/components/openexchangerates/translations/de.json @@ -0,0 +1,33 @@ +{ + "config": { + "abort": { + "already_configured": "Der Dienst ist bereits konfiguriert", + "cannot_connect": "Verbindung fehlgeschlagen", + "reauth_successful": "Die erneute Authentifizierung war erfolgreich", + "timeout_connect": "Zeit\u00fcberschreitung beim Verbindungsaufbau" + }, + "error": { + "cannot_connect": "Verbindung fehlgeschlagen", + "invalid_auth": "Ung\u00fcltige Authentifizierung", + "timeout_connect": "Zeit\u00fcberschreitung beim Verbindungsaufbau", + "unknown": "Unerwarteter Fehler" + }, + "step": { + "user": { + "data": { + "api_key": "API-Schl\u00fcssel", + "base": "Basisw\u00e4hrung" + }, + "data_description": { + "base": "Die Verwendung einer anderen Basisw\u00e4hrung als USD erfordert einen [kostenpflichtigen Plan]({signup})." + } + } + } + }, + "issues": { + "deprecated_yaml": { + "description": "Die Konfiguration von Open Exchange Rates mittels YAML wird entfernt.\n\nDeine bestehende YAML-Konfiguration wurde automatisch in die Benutzeroberfl\u00e4che importiert.\n\nEntferne die YAML-Konfiguration f\u00fcr Open Exchange Rates aus deiner configuration.yaml und starte den Home Assistant neu, um dieses Problem zu beheben.", + "title": "Die Open Exchange Rates YAML-Konfiguration wird entfernt" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/openexchangerates/translations/id.json b/homeassistant/components/openexchangerates/translations/id.json new file mode 100644 index 00000000000..0b5f0183e2b --- /dev/null +++ b/homeassistant/components/openexchangerates/translations/id.json @@ -0,0 +1,33 @@ +{ + "config": { + "abort": { + "already_configured": "Layanan sudah dikonfigurasi", + "cannot_connect": "Gagal terhubung", + "reauth_successful": "Autentikasi ulang berhasil", + "timeout_connect": "Tenggang waktu membuat koneksi habis" + }, + "error": { + "cannot_connect": "Gagal terhubung", + "invalid_auth": "Autentikasi tidak valid", + "timeout_connect": "Tenggang waktu membuat koneksi habis", + "unknown": "Kesalahan yang tidak diharapkan" + }, + "step": { + "user": { + "data": { + "api_key": "Kunci API", + "base": "Mata uang dasar" + }, + "data_description": { + "base": "Menggunakan mata uang dasar selain USD memerlukan [paket berbayar]({daftar})." + } + } + } + }, + "issues": { + "deprecated_yaml": { + "description": "Proses konfigurasi Open Exchange Rates lewat YAML dalam proses penghapusan.\n\nKonfigurasi YAML yang ada telah diimpor ke antarmuka secara otomatis.\n\nHapus konfigurasi YAML Open Exchange Rates dari file configuration.yaml dan mulai ulang Home Assistant untuk memperbaiki masalah ini.", + "title": "Konfigurasi YAML Open Exchange Rates dalam proses penghapusan" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/openexchangerates/translations/ja.json b/homeassistant/components/openexchangerates/translations/ja.json new file mode 100644 index 00000000000..35a212e6d82 --- /dev/null +++ b/homeassistant/components/openexchangerates/translations/ja.json @@ -0,0 +1,25 @@ +{ + "config": { + "abort": { + "already_configured": "\u30b5\u30fc\u30d3\u30b9\u306f\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059", + "reauth_successful": "\u518d\u8a8d\u8a3c\u306b\u6210\u529f\u3057\u307e\u3057\u305f", + "timeout_connect": "\u63a5\u7d9a\u78ba\u7acb\u6642\u306b\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8" + }, + "error": { + "cannot_connect": "\u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f", + "invalid_auth": "\u7121\u52b9\u306a\u8a8d\u8a3c", + "timeout_connect": "\u63a5\u7d9a\u78ba\u7acb\u6642\u306b\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8", + "unknown": "\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc" + }, + "step": { + "user": { + "data": { + "api_key": "API\u30ad\u30fc" + }, + "data_description": { + "base": "\u7c73\u30c9\u30eb\u4ee5\u5916\u306e\u57fa\u672c\u901a\u8ca8\u3092\u4f7f\u7528\u3059\u308b\u306b\u306f\u3001[\u6709\u6599\u30d7\u30e9\u30f3] ({signup}) \u304c\u5fc5\u8981\u3067\u3059\u3002" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/openexchangerates/translations/no.json b/homeassistant/components/openexchangerates/translations/no.json new file mode 100644 index 00000000000..93a85a767c8 --- /dev/null +++ b/homeassistant/components/openexchangerates/translations/no.json @@ -0,0 +1,33 @@ +{ + "config": { + "abort": { + "already_configured": "Tjenesten er allerede konfigurert", + "cannot_connect": "Tilkobling mislyktes", + "reauth_successful": "Godkjenning p\u00e5 nytt var vellykket", + "timeout_connect": "Tidsavbrudd oppretter forbindelse" + }, + "error": { + "cannot_connect": "Tilkobling mislyktes", + "invalid_auth": "Ugyldig godkjenning", + "timeout_connect": "Tidsavbrudd oppretter forbindelse", + "unknown": "Uventet feil" + }, + "step": { + "user": { + "data": { + "api_key": "API-n\u00f8kkel", + "base": "Grunnvaluta" + }, + "data_description": { + "base": "Bruk av en annen basisvaluta enn USD krever en [betalt plan]( {signup} )." + } + } + } + }, + "issues": { + "deprecated_yaml": { + "description": "Konfigurering av \u00e5pne valutakurser ved hjelp av YAML blir fjernet. \n\n Din eksisterende YAML-konfigurasjon har blitt importert til brukergrensesnittet automatisk. \n\n Fjern Open Exchange Rates YAML-konfigurasjonen fra configuration.yaml-filen og start Home Assistant p\u00e5 nytt for \u00e5 fikse dette problemet.", + "title": "Open Exchange Rates YAML-konfigurasjonen blir fjernet" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/openexchangerates/translations/pt-BR.json b/homeassistant/components/openexchangerates/translations/pt-BR.json new file mode 100644 index 00000000000..b7a8bc33614 --- /dev/null +++ b/homeassistant/components/openexchangerates/translations/pt-BR.json @@ -0,0 +1,33 @@ +{ + "config": { + "abort": { + "already_configured": "O servi\u00e7o j\u00e1 est\u00e1 configurado", + "cannot_connect": "Falhou ao conectar", + "reauth_successful": "A reautentica\u00e7\u00e3o foi bem-sucedida", + "timeout_connect": "Tempo limite estabelecendo conex\u00e3o" + }, + "error": { + "cannot_connect": "Falhou ao conectar", + "invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida", + "timeout_connect": "Tempo limite estabelecendo conex\u00e3o", + "unknown": "Erro inesperado" + }, + "step": { + "user": { + "data": { + "api_key": "Chave API", + "base": "Moeda base" + }, + "data_description": { + "base": "Usar outra moeda base que n\u00e3o seja USD requer um [plano pago]( {signup} )." + } + } + } + }, + "issues": { + "deprecated_yaml": { + "description": "A configura\u00e7\u00e3o de Open Exchange Rates usando YAML est\u00e1 sendo removida. \n\n Sua configura\u00e7\u00e3o YAML existente foi importada para a interface do usu\u00e1rio automaticamente. \n\n Remova a configura\u00e7\u00e3o YAML do Open Exchange Rates do arquivo configuration.yaml e reinicie o Home Assistant para corrigir esse problema.", + "title": "A configura\u00e7\u00e3o de YAML de Open Exchange Rates est\u00e1 sendo removida" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/openexchangerates/translations/zh-Hant.json b/homeassistant/components/openexchangerates/translations/zh-Hant.json new file mode 100644 index 00000000000..c9f8df654e4 --- /dev/null +++ b/homeassistant/components/openexchangerates/translations/zh-Hant.json @@ -0,0 +1,33 @@ +{ + "config": { + "abort": { + "already_configured": "\u670d\u52d9\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210", + "cannot_connect": "\u9023\u7dda\u5931\u6557", + "reauth_successful": "\u91cd\u65b0\u8a8d\u8b49\u6210\u529f", + "timeout_connect": "\u5efa\u7acb\u9023\u7dda\u903e\u6642" + }, + "error": { + "cannot_connect": "\u9023\u7dda\u5931\u6557", + "invalid_auth": "\u9a57\u8b49\u78bc\u7121\u6548", + "timeout_connect": "\u5efa\u7acb\u9023\u7dda\u903e\u6642", + "unknown": "\u672a\u9810\u671f\u932f\u8aa4" + }, + "step": { + "user": { + "data": { + "api_key": "API \u91d1\u9470", + "base": "\u57fa\u6e96\u8ca8\u5e63" + }, + "data_description": { + "base": "\u4f7f\u7528\u5176\u4ed6\u8ca8\u5e63\u53d6\u4ee3\u7f8e\u91d1\u505a\u70ba\u57fa\u6e96\u8ca8\u5e63\u70ba [\u4ed8\u8cbb]({signup}) \u670d\u52d9\u3002" + } + } + } + }, + "issues": { + "deprecated_yaml": { + "description": "\u4f7f\u7528 YAML \u8a2d\u5b9a\u7684 Open Exchange Rates \u5373\u5c07\u9032\u884c\u79fb\u9664\u3002\n\n\u65e2\u6709\u7684 YAML \u8a2d\u5b9a\u5c07\u81ea\u52d5\u532f\u5165\u81f3 UI \u5167\u3002\n\n\u8acb\u65bc configuration.yaml \u6a94\u6848\u4e2d\u79fb\u9664 Open Exchange Rates YAML \u8a2d\u5b9a\u4e26\u91cd\u65b0\u555f\u52d5 Home Assistant \u4ee5\u4fee\u6b63\u6b64\u554f\u984c\u3002", + "title": "Open Exchange Rates YAML \u8a2d\u5b9a\u5373\u5c07\u79fb\u9664" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/simplepush/translations/zh-Hant.json b/homeassistant/components/simplepush/translations/zh-Hant.json index 2e5b3576135..ea51e58e648 100644 --- a/homeassistant/components/simplepush/translations/zh-Hant.json +++ b/homeassistant/components/simplepush/translations/zh-Hant.json @@ -20,7 +20,7 @@ }, "issues": { "deprecated_yaml": { - "description": "\u4f7f\u7528 YAML \u8a2d\u5b9a\u7684 Simplepush \u5373\u5c07\u65bc Home Assistant 2022.9 \u7248\u4e2d\u9032\u884c\u79fb\u9664\u3002\n\n\u65e2\u6709\u7684 YAML \u8a2d\u5b9a\u5c07\u81ea\u52d5\u532f\u5165\u81f3 UI \u5167\u3002\n\n\u8acb\u65bc configuration.yaml \u6a94\u6848\u4e2d\u79fb\u9664 Simplepush YAML \u8a2d\u5b9a\u4e26\u91cd\u65b0\u555f\u52d5 Home Assistant \u4ee5\u4fee\u6b63\u6b64\u554f\u984c\u3002", + "description": "\u4f7f\u7528 YAML \u8a2d\u5b9a\u7684 Simplepush \u5373\u5c07\u9032\u884c\u79fb\u9664\u3002\n\n\u65e2\u6709\u7684 YAML \u8a2d\u5b9a\u5c07\u81ea\u52d5\u532f\u5165\u81f3 UI \u5167\u3002\n\n\u8acb\u65bc configuration.yaml \u6a94\u6848\u4e2d\u79fb\u9664 Simplepush YAML \u8a2d\u5b9a\u4e26\u91cd\u65b0\u555f\u52d5 Home Assistant \u4ee5\u4fee\u6b63\u6b64\u554f\u984c\u3002", "title": "Simplepush YAML \u8a2d\u5b9a\u5373\u5c07\u79fb\u9664" }, "removed_yaml": { diff --git a/homeassistant/components/soundtouch/translations/zh-Hant.json b/homeassistant/components/soundtouch/translations/zh-Hant.json index 80d78ba9d20..4387df76e05 100644 --- a/homeassistant/components/soundtouch/translations/zh-Hant.json +++ b/homeassistant/components/soundtouch/translations/zh-Hant.json @@ -20,7 +20,7 @@ }, "issues": { "deprecated_yaml": { - "description": "\u4f7f\u7528 YAML \u8a2d\u5b9a\u7684 Bose SoundTouch \u5373\u5c07\u65bc Home Assistant 2022.9 \u7248\u4e2d\u9032\u884c\u79fb\u9664\u3002\n\n\u65e2\u6709\u7684 YAML \u8a2d\u5b9a\u5c07\u81ea\u52d5\u532f\u5165\u81f3 UI \u5167\u3002\n\n\u8acb\u65bc configuration.yaml \u6a94\u6848\u4e2d\u79fb\u9664 Bose SoundTouch YAML \u8a2d\u5b9a\u4e26\u91cd\u65b0\u555f\u52d5 Home Assistant \u4ee5\u4fee\u6b63\u6b64\u554f\u984c\u3002", + "description": "\u4f7f\u7528 YAML \u8a2d\u5b9a\u7684 Bose SoundTouch \u5373\u5c07\u9032\u884c\u79fb\u9664\u3002\n\n\u65e2\u6709\u7684 YAML \u8a2d\u5b9a\u5c07\u81ea\u52d5\u532f\u5165\u81f3 UI \u5167\u3002\n\n\u8acb\u65bc configuration.yaml \u6a94\u6848\u4e2d\u79fb\u9664 Bose SoundTouch YAML \u8a2d\u5b9a\u4e26\u91cd\u65b0\u555f\u52d5 Home Assistant \u4ee5\u4fee\u6b63\u6b64\u554f\u984c\u3002", "title": "Bose SoundTouch YAML \u8a2d\u5b9a\u5373\u5c07\u79fb\u9664" } } diff --git a/homeassistant/components/unifiprotect/translations/fr.json b/homeassistant/components/unifiprotect/translations/fr.json index e1f189a55d5..c6527d39a39 100644 --- a/homeassistant/components/unifiprotect/translations/fr.json +++ b/homeassistant/components/unifiprotect/translations/fr.json @@ -47,6 +47,7 @@ "data": { "all_updates": "M\u00e9triques en temps r\u00e9el (AVERTISSEMENT\u00a0: augmente consid\u00e9rablement l'utilisation du processeur)", "disable_rtsp": "D\u00e9sactiver le flux RTSP", + "max_media": "Nombre maximal d'\u00e9v\u00e9nements \u00e0 charger pour le navigateur multim\u00e9dia (augmente l'utilisation de la RAM)", "override_connection_host": "Ignorer l'h\u00f4te de connexion" }, "description": "L'option Mesures en temps r\u00e9el ne doit \u00eatre activ\u00e9e que si vous avez activ\u00e9 les capteurs de diagnostic et souhaitez qu'ils soient mis \u00e0 jour en temps r\u00e9el. S'ils ne sont pas activ\u00e9s, ils ne seront mis \u00e0 jour qu'une fois toutes les 15 minutes.",