diff --git a/homeassistant/components/coinbase/translations/ca.json b/homeassistant/components/coinbase/translations/ca.json index a7990703ef0..ca0214372fb 100644 --- a/homeassistant/components/coinbase/translations/ca.json +++ b/homeassistant/components/coinbase/translations/ca.json @@ -31,7 +31,7 @@ "init": { "data": { "account_balance_currencies": "Saldos de cartera a informar.", - "exchange_base": "Moneda base per als sensors de tipus de canvi.", + "exchange_base": "Moneda base per als sensors de canvi de tipus.", "exchange_rate_currencies": "Tipus de canvi a informar." }, "description": "Ajusta les opcions de Coinbase" diff --git a/homeassistant/components/coinbase/translations/nl.json b/homeassistant/components/coinbase/translations/nl.json index 052caf2f358..b13caef1976 100644 --- a/homeassistant/components/coinbase/translations/nl.json +++ b/homeassistant/components/coinbase/translations/nl.json @@ -31,6 +31,7 @@ "init": { "data": { "account_balance_currencies": "Wallet-saldi om te rapporteren.", + "exchange_base": "Basisvaluta voor wisselkoerssensoren.", "exchange_rate_currencies": "Wisselkoersen om te rapporteren." }, "description": "Coinbase-opties aanpassen" diff --git a/homeassistant/components/switcher_kis/translations/ca.json b/homeassistant/components/switcher_kis/translations/ca.json new file mode 100644 index 00000000000..dc21c371e60 --- /dev/null +++ b/homeassistant/components/switcher_kis/translations/ca.json @@ -0,0 +1,13 @@ +{ + "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." + }, + "step": { + "confirm": { + "description": "Vols comen\u00e7ar la configuraci\u00f3?" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/switcher_kis/translations/ru.json b/homeassistant/components/switcher_kis/translations/ru.json new file mode 100644 index 00000000000..85a42bf1be5 --- /dev/null +++ b/homeassistant/components/switcher_kis/translations/ru.json @@ -0,0 +1,13 @@ +{ + "config": { + "abort": { + "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.", + "single_instance_allowed": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0443\u0436\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430. \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0434\u043d\u0443 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044e." + }, + "step": { + "confirm": { + "description": "\u0425\u043e\u0442\u0438\u0442\u0435 \u043d\u0430\u0447\u0430\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0443?" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/switcher_kis/translations/zh-Hant.json b/homeassistant/components/switcher_kis/translations/zh-Hant.json new file mode 100644 index 00000000000..90c98e491df --- /dev/null +++ b/homeassistant/components/switcher_kis/translations/zh-Hant.json @@ -0,0 +1,13 @@ +{ + "config": { + "abort": { + "no_devices_found": "\u7db2\u8def\u4e0a\u627e\u4e0d\u5230\u88dd\u7f6e", + "single_instance_allowed": "\u50c5\u80fd\u8a2d\u5b9a\u4e00\u7d44\u88dd\u7f6e\u3002" + }, + "step": { + "confirm": { + "description": "\u662f\u5426\u8981\u958b\u59cb\u8a2d\u5b9a\uff1f" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/zwave_js/translations/nl.json b/homeassistant/components/zwave_js/translations/nl.json index d0475e20a3f..3696380b43a 100644 --- a/homeassistant/components/zwave_js/translations/nl.json +++ b/homeassistant/components/zwave_js/translations/nl.json @@ -56,6 +56,14 @@ "config_parameter": "Config parameter {subtype} waarde", "node_status": "Knooppuntstatus", "value": "Huidige waarde van een Z-Wave-waarde" + }, + "trigger_type": { + "event.notification.entry_control": "Stuur een Entry Control melding", + "event.notification.notification": "Stuur een notificatie", + "event.value_notification.basic": "Basis CC-evenement op {subtype}", + "event.value_notification.central_scene": "Centrale Sc\u00e8ne actie op {subtype}", + "event.value_notification.scene_activation": "Sc\u00e8ne-activering op {subtype}", + "state.node_status": "Knooppuntstatus gewijzigd" } }, "options": {