From 5aaddf72e6591e0f39b655608eba0370cba88eea Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 4 Feb 2023 19:08:18 -0600 Subject: [PATCH] Add missing mopeka translations (#87421) fixes #87163 --- .../components/mopeka/translations/af.json | 7 ++++++ .../components/mopeka/translations/bg.json | 21 ++++++++++++++++++ .../components/mopeka/translations/ca.json | 22 +++++++++++++++++++ .../components/mopeka/translations/de.json | 22 +++++++++++++++++++ .../components/mopeka/translations/el.json | 7 ++++++ .../components/mopeka/translations/en.json | 22 +++++++++++++++++++ .../components/mopeka/translations/es.json | 22 +++++++++++++++++++ .../components/mopeka/translations/et.json | 22 +++++++++++++++++++ .../components/mopeka/translations/fr.json | 21 ++++++++++++++++++ .../components/mopeka/translations/hu.json | 22 +++++++++++++++++++ .../components/mopeka/translations/id.json | 22 +++++++++++++++++++ .../components/mopeka/translations/it.json | 22 +++++++++++++++++++ .../components/mopeka/translations/lv.json | 20 +++++++++++++++++ .../components/mopeka/translations/nl.json | 22 +++++++++++++++++++ .../components/mopeka/translations/no.json | 22 +++++++++++++++++++ .../components/mopeka/translations/pl.json | 22 +++++++++++++++++++ .../components/mopeka/translations/pt-BR.json | 22 +++++++++++++++++++ .../components/mopeka/translations/ru.json | 22 +++++++++++++++++++ .../components/mopeka/translations/sk.json | 22 +++++++++++++++++++ .../mopeka/translations/zh-Hant.json | 22 +++++++++++++++++++ 20 files changed, 406 insertions(+) create mode 100644 homeassistant/components/mopeka/translations/af.json create mode 100644 homeassistant/components/mopeka/translations/bg.json create mode 100644 homeassistant/components/mopeka/translations/ca.json create mode 100644 homeassistant/components/mopeka/translations/de.json create mode 100644 homeassistant/components/mopeka/translations/el.json create mode 100644 homeassistant/components/mopeka/translations/en.json create mode 100644 homeassistant/components/mopeka/translations/es.json create mode 100644 homeassistant/components/mopeka/translations/et.json create mode 100644 homeassistant/components/mopeka/translations/fr.json create mode 100644 homeassistant/components/mopeka/translations/hu.json create mode 100644 homeassistant/components/mopeka/translations/id.json create mode 100644 homeassistant/components/mopeka/translations/it.json create mode 100644 homeassistant/components/mopeka/translations/lv.json create mode 100644 homeassistant/components/mopeka/translations/nl.json create mode 100644 homeassistant/components/mopeka/translations/no.json create mode 100644 homeassistant/components/mopeka/translations/pl.json create mode 100644 homeassistant/components/mopeka/translations/pt-BR.json create mode 100644 homeassistant/components/mopeka/translations/ru.json create mode 100644 homeassistant/components/mopeka/translations/sk.json create mode 100644 homeassistant/components/mopeka/translations/zh-Hant.json diff --git a/homeassistant/components/mopeka/translations/af.json b/homeassistant/components/mopeka/translations/af.json new file mode 100644 index 0000000000000..30d190196592b --- /dev/null +++ b/homeassistant/components/mopeka/translations/af.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e konfigurovan\u00e9" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/mopeka/translations/bg.json b/homeassistant/components/mopeka/translations/bg.json new file mode 100644 index 0000000000000..e899c3bcddbf8 --- /dev/null +++ b/homeassistant/components/mopeka/translations/bg.json @@ -0,0 +1,21 @@ +{ + "config": { + "abort": { + "already_configured": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u0442\u043e \u0432\u0435\u0447\u0435 \u0435 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u043e", + "no_devices_found": "\u041d\u044f\u043c\u0430 \u043d\u0430\u043c\u0435\u0440\u0435\u043d\u0438 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0432 \u043c\u0440\u0435\u0436\u0430\u0442\u0430", + "not_supported": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u0442\u043e \u043d\u0435 \u0441\u0435 \u043f\u043e\u0434\u0434\u044a\u0440\u0436\u0430" + }, + "flow_title": "{name}", + "step": { + "bluetooth_confirm": { + "description": "\u0418\u0441\u043a\u0430\u0442\u0435 \u043b\u0438 \u0434\u0430 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u0442\u0435 {name}?" + }, + "user": { + "data": { + "address": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e" + }, + "description": "\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e, \u043a\u043e\u0435\u0442\u043e \u0434\u0430 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u0442\u0435" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/mopeka/translations/ca.json b/homeassistant/components/mopeka/translations/ca.json new file mode 100644 index 0000000000000..c121ff7408cf7 --- /dev/null +++ b/homeassistant/components/mopeka/translations/ca.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "El dispositiu ja est\u00e0 configurat", + "already_in_progress": "El flux de configuraci\u00f3 ja est\u00e0 en curs", + "no_devices_found": "No s'han trobat dispositius a la xarxa", + "not_supported": "Dispositiu no compatible" + }, + "flow_title": "{name}", + "step": { + "bluetooth_confirm": { + "description": "Vols configurar {name}?" + }, + "user": { + "data": { + "address": "Dispositiu" + }, + "description": "Tria un dispositiu a configurar" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/mopeka/translations/de.json b/homeassistant/components/mopeka/translations/de.json new file mode 100644 index 0000000000000..4c5720ec6fbd6 --- /dev/null +++ b/homeassistant/components/mopeka/translations/de.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "Ger\u00e4t ist bereits konfiguriert", + "already_in_progress": "Der Konfigurationsablauf wird bereits ausgef\u00fchrt", + "no_devices_found": "Keine Ger\u00e4te im Netzwerk gefunden", + "not_supported": "Ger\u00e4t nicht unterst\u00fctzt" + }, + "flow_title": "{name}", + "step": { + "bluetooth_confirm": { + "description": "M\u00f6chtest du {name} einrichten?" + }, + "user": { + "data": { + "address": "Ger\u00e4t" + }, + "description": "W\u00e4hle ein Ger\u00e4t zum Einrichten aus" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/mopeka/translations/el.json b/homeassistant/components/mopeka/translations/el.json new file mode 100644 index 0000000000000..d33466142578d --- /dev/null +++ b/homeassistant/components/mopeka/translations/el.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "not_supported": "\u0397 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae \u03b4\u03b5\u03bd \u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/mopeka/translations/en.json b/homeassistant/components/mopeka/translations/en.json new file mode 100644 index 0000000000000..afe859ca76619 --- /dev/null +++ b/homeassistant/components/mopeka/translations/en.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "Device is already configured", + "already_in_progress": "Configuration flow is already in progress", + "no_devices_found": "No devices found on the network", + "not_supported": "Device not supported" + }, + "flow_title": "{name}", + "step": { + "bluetooth_confirm": { + "description": "Do you want to set up {name}?" + }, + "user": { + "data": { + "address": "Device" + }, + "description": "Choose a device to set up" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/mopeka/translations/es.json b/homeassistant/components/mopeka/translations/es.json new file mode 100644 index 0000000000000..ae0ab01acdf73 --- /dev/null +++ b/homeassistant/components/mopeka/translations/es.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "El dispositivo ya est\u00e1 configurado", + "already_in_progress": "El flujo de configuraci\u00f3n ya est\u00e1 en curso", + "no_devices_found": "No se encontraron dispositivos en la red", + "not_supported": "Dispositivo no compatible" + }, + "flow_title": "{name}", + "step": { + "bluetooth_confirm": { + "description": "\u00bfQuieres configurar {name}?" + }, + "user": { + "data": { + "address": "Dispositivo" + }, + "description": "Elige un dispositivo para configurar" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/mopeka/translations/et.json b/homeassistant/components/mopeka/translations/et.json new file mode 100644 index 0000000000000..8f424097aa59c --- /dev/null +++ b/homeassistant/components/mopeka/translations/et.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud", + "already_in_progress": "Seadistamine on juba k\u00e4imas", + "no_devices_found": "V\u00f5rgust ei leitud \u00fchtegi seadet", + "not_supported": "Seadet ei toetata" + }, + "flow_title": "{name}", + "step": { + "bluetooth_confirm": { + "description": "Kas seadistada {name} ?" + }, + "user": { + "data": { + "address": "Seade" + }, + "description": "Vali h\u00e4\u00e4lestatav seade" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/mopeka/translations/fr.json b/homeassistant/components/mopeka/translations/fr.json new file mode 100644 index 0000000000000..2cb8c3c6ad053 --- /dev/null +++ b/homeassistant/components/mopeka/translations/fr.json @@ -0,0 +1,21 @@ +{ + "config": { + "abort": { + "already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9", + "no_devices_found": "Aucun appareil trouv\u00e9 sur le r\u00e9seau", + "not_supported": "Appareil non pris en charge" + }, + "flow_title": "{name}", + "step": { + "bluetooth_confirm": { + "description": "Voulez-vous configurer {name}\u00a0?" + }, + "user": { + "data": { + "address": "Appareil" + }, + "description": "S\u00e9lectionnez l'appareil \u00e0 configurer" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/mopeka/translations/hu.json b/homeassistant/components/mopeka/translations/hu.json new file mode 100644 index 0000000000000..4668ffea41696 --- /dev/null +++ b/homeassistant/components/mopeka/translations/hu.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "Az eszk\u00f6z m\u00e1r konfigur\u00e1lva van", + "already_in_progress": "A be\u00e1ll\u00edt\u00e1si folyamat m\u00e1r el lett kezdve", + "no_devices_found": "Nem tal\u00e1lhat\u00f3 eszk\u00f6z a h\u00e1l\u00f3zaton", + "not_supported": "Eszk\u00f6z nem t\u00e1mogatott" + }, + "flow_title": "{name}", + "step": { + "bluetooth_confirm": { + "description": "Szeretn\u00e9 be\u00e1ll\u00edtani: {name}?" + }, + "user": { + "data": { + "address": "Eszk\u00f6z" + }, + "description": "V\u00e1lasszon egy be\u00e1ll\u00edtand\u00f3 eszk\u00f6zt" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/mopeka/translations/id.json b/homeassistant/components/mopeka/translations/id.json new file mode 100644 index 0000000000000..573eb39ed15af --- /dev/null +++ b/homeassistant/components/mopeka/translations/id.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "Perangkat sudah dikonfigurasi", + "already_in_progress": "Alur konfigurasi sedang berlangsung", + "no_devices_found": "Tidak ada perangkat yang ditemukan di jaringan", + "not_supported": "Perangkat tidak didukung" + }, + "flow_title": "{name}", + "step": { + "bluetooth_confirm": { + "description": "Ingin menyiapkan {name}?" + }, + "user": { + "data": { + "address": "Perangkat" + }, + "description": "Pilih perangkat untuk disiapkan" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/mopeka/translations/it.json b/homeassistant/components/mopeka/translations/it.json new file mode 100644 index 0000000000000..97113c57103f5 --- /dev/null +++ b/homeassistant/components/mopeka/translations/it.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato", + "already_in_progress": "Il flusso di configurazione \u00e8 gi\u00e0 in corso", + "no_devices_found": "Nessun dispositivo trovato sulla rete", + "not_supported": "Dispositivo non supportato" + }, + "flow_title": "{name}", + "step": { + "bluetooth_confirm": { + "description": "Vuoi configurare {name}?" + }, + "user": { + "data": { + "address": "Dispositivo" + }, + "description": "Scegli un dispositivo da configurare" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/mopeka/translations/lv.json b/homeassistant/components/mopeka/translations/lv.json new file mode 100644 index 0000000000000..cb2a17efe7265 --- /dev/null +++ b/homeassistant/components/mopeka/translations/lv.json @@ -0,0 +1,20 @@ +{ + "config": { + "abort": { + "no_devices_found": "T\u012bkl\u0101 nav atrasta neviena ier\u012bce", + "not_supported": "Ier\u012bce netiek atbalst\u012bta" + }, + "flow_title": "{name}", + "step": { + "bluetooth_confirm": { + "description": "Vai v\u0113laties iestat\u012bt {name}?" + }, + "user": { + "data": { + "address": "Ier\u012bce" + }, + "description": "Izv\u0113lieties ier\u012bci, kuru iestat\u012bt" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/mopeka/translations/nl.json b/homeassistant/components/mopeka/translations/nl.json new file mode 100644 index 0000000000000..93f866be7d977 --- /dev/null +++ b/homeassistant/components/mopeka/translations/nl.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd", + "already_in_progress": "Configuratie wordt al uitgevoerd", + "no_devices_found": "Geen apparaten gevonden op het netwerk", + "not_supported": "Apparaat wordt niet ondersteund" + }, + "flow_title": "{name}", + "step": { + "bluetooth_confirm": { + "description": "Wil je {name} instellen?" + }, + "user": { + "data": { + "address": "Apparaat" + }, + "description": "Kies een apparaat om in te stellen" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/mopeka/translations/no.json b/homeassistant/components/mopeka/translations/no.json new file mode 100644 index 0000000000000..38ab3d096f2d3 --- /dev/null +++ b/homeassistant/components/mopeka/translations/no.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "Enheten er allerede konfigurert", + "already_in_progress": "Konfigurasjonsflyten p\u00e5g\u00e5r allerede", + "no_devices_found": "Ingen enheter funnet p\u00e5 nettverket", + "not_supported": "Enheten st\u00f8ttes ikke" + }, + "flow_title": "{name}", + "step": { + "bluetooth_confirm": { + "description": "Vil du sette opp {name} ?" + }, + "user": { + "data": { + "address": "Enhet" + }, + "description": "Velg en enhet du vil konfigurere" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/mopeka/translations/pl.json b/homeassistant/components/mopeka/translations/pl.json new file mode 100644 index 0000000000000..4715905a2e9b2 --- /dev/null +++ b/homeassistant/components/mopeka/translations/pl.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", + "already_in_progress": "Konfiguracja jest ju\u017c w toku", + "no_devices_found": "Nie znaleziono urz\u0105dze\u0144 w sieci", + "not_supported": "Urz\u0105dzenie nie jest obs\u0142ugiwane" + }, + "flow_title": "{name}", + "step": { + "bluetooth_confirm": { + "description": "Czy chcesz skonfigurowa\u0107 {name}?" + }, + "user": { + "data": { + "address": "Urz\u0105dzenie" + }, + "description": "Wybierz urz\u0105dzenie do skonfigurowania" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/mopeka/translations/pt-BR.json b/homeassistant/components/mopeka/translations/pt-BR.json new file mode 100644 index 0000000000000..5b65416320111 --- /dev/null +++ b/homeassistant/components/mopeka/translations/pt-BR.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "Dispositivo j\u00e1 est\u00e1 configurado", + "already_in_progress": "O fluxo de configura\u00e7\u00e3o j\u00e1 est\u00e1 em andamento", + "no_devices_found": "Nenhum dispositivo encontrado na rede", + "not_supported": "Dispositivo n\u00e3o suportado" + }, + "flow_title": "{name}", + "step": { + "bluetooth_confirm": { + "description": "Deseja configurar {name}?" + }, + "user": { + "data": { + "address": "Dispositivo" + }, + "description": "Escolha um dispositivo para configurar" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/mopeka/translations/ru.json b/homeassistant/components/mopeka/translations/ru.json new file mode 100644 index 0000000000000..887499e5f2ece --- /dev/null +++ b/homeassistant/components/mopeka/translations/ru.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "\u042d\u0442\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u0443\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043e \u0432 Home Assistant.", + "already_in_progress": "\u041f\u0440\u043e\u0446\u0435\u0441\u0441 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0443\u0436\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f.", + "no_devices_found": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u044b \u0432 \u0441\u0435\u0442\u0438.", + "not_supported": "\u042d\u0442\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f." + }, + "flow_title": "{name}", + "step": { + "bluetooth_confirm": { + "description": "\u0425\u043e\u0442\u0438\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c {name}?" + }, + "user": { + "data": { + "address": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e" + }, + "description": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u0434\u043b\u044f \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/mopeka/translations/sk.json b/homeassistant/components/mopeka/translations/sk.json new file mode 100644 index 0000000000000..8273d877c9287 --- /dev/null +++ b/homeassistant/components/mopeka/translations/sk.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "Zariadenie u\u017e je nakonfigurovan\u00e9", + "already_in_progress": "Konfigur\u00e1cia u\u017e prebieha", + "no_devices_found": "V sieti sa nena\u0161li \u017eiadne zariadenia", + "not_supported": "Zariadenie nie je podporovan\u00e9" + }, + "flow_title": "{name}", + "step": { + "bluetooth_confirm": { + "description": "Chcete nastavi\u0165 {name}?" + }, + "user": { + "data": { + "address": "Zaradenie" + }, + "description": "Vyberte zariadenie, ktor\u00e9 chcete nastavi\u0165" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/mopeka/translations/zh-Hant.json b/homeassistant/components/mopeka/translations/zh-Hant.json new file mode 100644 index 0000000000000..64ae1f1909493 --- /dev/null +++ b/homeassistant/components/mopeka/translations/zh-Hant.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "\u88dd\u7f6e\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210", + "already_in_progress": "\u8a2d\u5b9a\u5df2\u7d93\u9032\u884c\u4e2d", + "no_devices_found": "\u7db2\u8def\u4e0a\u627e\u4e0d\u5230\u88dd\u7f6e", + "not_supported": "\u88dd\u7f6e\u4e0d\u652f\u63f4" + }, + "flow_title": "{name}", + "step": { + "bluetooth_confirm": { + "description": "\u662f\u5426\u8981\u8a2d\u5b9a {name}\uff1f" + }, + "user": { + "data": { + "address": "\u88dd\u7f6e" + }, + "description": "\u9078\u64c7\u6240\u8981\u8a2d\u5b9a\u7684\u88dd\u7f6e" + } + } + } +} \ No newline at end of file