diff --git a/homeassistant/components/amberelectric/translations/ja.json b/homeassistant/components/amberelectric/translations/ja.json index 03e4bef5c4b..1fc5f6c58c1 100644 --- a/homeassistant/components/amberelectric/translations/ja.json +++ b/homeassistant/components/amberelectric/translations/ja.json @@ -1,10 +1,20 @@ { "config": { "step": { + "site": { + "data": { + "site_name": "\u30b5\u30a4\u30c8\u540d", + "site_nmi": "\u30b5\u30a4\u30c8NMI" + }, + "description": "\u8ffd\u52a0\u3057\u305f\u3044\u30b5\u30a4\u30c8\u306eNMI\u3092\u9078\u629e", + "title": "Amber Electric" + }, "user": { "data": { - "api_token": "API\u30c8\u30fc\u30af\u30f3" + "api_token": "API\u30c8\u30fc\u30af\u30f3", + "site_id": "\u30b5\u30a4\u30c8ID" }, + "description": "API\u30ad\u30fc\u3092\u751f\u6210\u3059\u308b\u305f\u3081\u306b {api_url} \u306b\u30a2\u30af\u30bb\u30b9\u3057\u307e\u3059", "title": "Amber Electric" } } diff --git a/homeassistant/components/aurora_abb_powerone/translations/he.json b/homeassistant/components/aurora_abb_powerone/translations/he.json index 822dcf2be14..ea40181bd9a 100644 --- a/homeassistant/components/aurora_abb_powerone/translations/he.json +++ b/homeassistant/components/aurora_abb_powerone/translations/he.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "\u05ea\u05e6\u05d5\u05e8\u05ea \u05d4\u05d4\u05ea\u05e7\u05df \u05db\u05d1\u05e8 \u05e0\u05e7\u05d1\u05e2\u05d4" + }, "error": { "unknown": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05dc\u05ea\u05d9 \u05e6\u05e4\u05d5\u05d9\u05d4" } diff --git a/homeassistant/components/binary_sensor/translations/pt-BR.json b/homeassistant/components/binary_sensor/translations/pt-BR.json index 385d8620d76..711ac35f9f6 100644 --- a/homeassistant/components/binary_sensor/translations/pt-BR.json +++ b/homeassistant/components/binary_sensor/translations/pt-BR.json @@ -9,6 +9,19 @@ "no_motion": "{entity_name} parou de detectar movimento" } }, + "device_class": { + "cold": "frio", + "gas": "g\u00e1s", + "heat": "calor", + "moisture": "umidade", + "motion": "movimento", + "occupancy": "presen\u00e7a", + "power": "energia", + "problem": "problema", + "smoke": "fuma\u00e7a", + "sound": "som", + "vibration": "vibra\u00e7\u00e3o" + }, "state": { "_": { "off": "Desligado", diff --git a/homeassistant/components/button/translations/ca.json b/homeassistant/components/button/translations/ca.json new file mode 100644 index 00000000000..376570dd7be --- /dev/null +++ b/homeassistant/components/button/translations/ca.json @@ -0,0 +1,11 @@ +{ + "device_automation": { + "action_type": { + "press": "Prem el bot\u00f3 {entity_name}" + }, + "trigger_type": { + "pressed": "S'ha premut {entity_name}" + } + }, + "title": "Bot\u00f3" +} \ No newline at end of file diff --git a/homeassistant/components/button/translations/de.json b/homeassistant/components/button/translations/de.json new file mode 100644 index 00000000000..26d651ea1f0 --- /dev/null +++ b/homeassistant/components/button/translations/de.json @@ -0,0 +1,11 @@ +{ + "device_automation": { + "action_type": { + "press": "Dr\u00fccke die {entity_name} Taste" + }, + "trigger_type": { + "pressed": "{entity_name} wurde gedr\u00fcckt" + } + }, + "title": "Taste" +} \ No newline at end of file diff --git a/homeassistant/components/button/translations/et.json b/homeassistant/components/button/translations/et.json new file mode 100644 index 00000000000..b5d5cec992b --- /dev/null +++ b/homeassistant/components/button/translations/et.json @@ -0,0 +1,11 @@ +{ + "device_automation": { + "action_type": { + "press": "Vajuta nuppu {entity_name}" + }, + "trigger_type": { + "pressed": "Vajutati nuppu {entity_name}" + } + }, + "title": "Nupp" +} \ No newline at end of file diff --git a/homeassistant/components/button/translations/hu.json b/homeassistant/components/button/translations/hu.json new file mode 100644 index 00000000000..4a3e9274623 --- /dev/null +++ b/homeassistant/components/button/translations/hu.json @@ -0,0 +1,11 @@ +{ + "device_automation": { + "action_type": { + "press": "Nyomja meg: {entity_name}" + }, + "trigger_type": { + "pressed": "{entity_name} megnyomva" + } + }, + "title": "Gomb" +} \ No newline at end of file diff --git a/homeassistant/components/button/translations/it.json b/homeassistant/components/button/translations/it.json new file mode 100644 index 00000000000..9cfc538a5ce --- /dev/null +++ b/homeassistant/components/button/translations/it.json @@ -0,0 +1,11 @@ +{ + "device_automation": { + "action_type": { + "press": "Premi il pulsante {entity_name}" + }, + "trigger_type": { + "pressed": "{entity_name} \u00e8 stato premuto" + } + }, + "title": "Pulsante" +} \ No newline at end of file diff --git a/homeassistant/components/button/translations/pt-BR.json b/homeassistant/components/button/translations/pt-BR.json new file mode 100644 index 00000000000..840bc6ddcc2 --- /dev/null +++ b/homeassistant/components/button/translations/pt-BR.json @@ -0,0 +1,11 @@ +{ + "device_automation": { + "action_type": { + "press": "Pressione o bot\u00e3o {entity_name}" + }, + "trigger_type": { + "pressed": "{entity_name} foi pressionado" + } + }, + "title": "Bot\u00e3o" +} \ No newline at end of file diff --git a/homeassistant/components/button/translations/ru.json b/homeassistant/components/button/translations/ru.json new file mode 100644 index 00000000000..187f3846442 --- /dev/null +++ b/homeassistant/components/button/translations/ru.json @@ -0,0 +1,11 @@ +{ + "device_automation": { + "action_type": { + "press": "\u041d\u0430\u0436\u0430\u0442\u044c \u043a\u043d\u043e\u043f\u043a\u0443 {entity_name}" + }, + "trigger_type": { + "pressed": "\u041d\u0430\u0436\u0430\u0442\u0430 \u043a\u043d\u043e\u043f\u043a\u0430 {entity_name}" + } + }, + "title": "\u041a\u043d\u043e\u043f\u043a\u0430" +} \ No newline at end of file diff --git a/homeassistant/components/button/translations/zh-Hant.json b/homeassistant/components/button/translations/zh-Hant.json new file mode 100644 index 00000000000..e91b342dd44 --- /dev/null +++ b/homeassistant/components/button/translations/zh-Hant.json @@ -0,0 +1,11 @@ +{ + "device_automation": { + "action_type": { + "press": "\u6309\u4e0b {entity_name} \u6309\u9215" + }, + "trigger_type": { + "pressed": "{entity_name} \u5df2\u6309\u4e0b" + } + }, + "title": "\u6309\u9215" +} \ No newline at end of file diff --git a/homeassistant/components/cloud/translations/ja.json b/homeassistant/components/cloud/translations/ja.json new file mode 100644 index 00000000000..5cd3600a13a --- /dev/null +++ b/homeassistant/components/cloud/translations/ja.json @@ -0,0 +1,7 @@ +{ + "system_health": { + "info": { + "remote_server": "\u30ea\u30e2\u30fc\u30c8\u30b5\u30fc\u30d0\u30fc" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/crownstone/translations/ja.json b/homeassistant/components/crownstone/translations/ja.json new file mode 100644 index 00000000000..848514c7f7d --- /dev/null +++ b/homeassistant/components/crownstone/translations/ja.json @@ -0,0 +1,79 @@ +{ + "config": { + "abort": { + "usb_setup_complete": "Crownstone USB\u306e\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002", + "usb_setup_unsuccessful": "Crownstone USB\u306e\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002" + }, + "error": { + "account_not_verified": "\u30a2\u30ab\u30a6\u30f3\u30c8\u304c\u8a8d\u8a3c\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002Crownstone\u304b\u3089\u306e\u30a2\u30af\u30c6\u30a3\u30d9\u30fc\u30b7\u30e7\u30f3\u30e1\u30fc\u30eb\u3092\u901a\u3057\u3066\u3001\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30a2\u30af\u30c6\u30a3\u30d9\u30fc\u30c8\u3057\u3066\u304f\u3060\u3055\u3044\u3002" + }, + "step": { + "usb_config": { + "title": "Crownstone USB\u30f3\u30b0\u30eb\u306e\u69cb\u6210" + }, + "usb_manual_config": { + "description": "\u624b\u52d5\u3067\u3001Crownstone USB\u30c9\u30f3\u30b0\u30eb\u306e\u30d1\u30b9\u3092\u5165\u529b\u3057\u307e\u3059\u3002", + "title": "Crownstone USB\u30c9\u30f3\u30b0\u30eb\u3078\u306e\u624b\u52d5\u30d1\u30b9" + }, + "usb_sphere_config": { + "data": { + "usb_sphere": "Crownstone Sphere" + }, + "description": "USB\u306b\u914d\u7f6e\u3055\u308c\u3066\u3044\u308b\u3001CrownstoneSphere\u3092\u9078\u629e\u3057\u307e\u3059\u3002", + "title": "Crownstone USB Sphere" + }, + "user": { + "data": { + "email": "Email", + "password": "\u30d1\u30b9\u30ef\u30fc\u30c9" + }, + "title": "Crownstone\u30a2\u30ab\u30a6\u30f3\u30c8" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "usb_sphere_option": "USB\u306b\u914d\u7f6e\u3055\u308c\u3066\u3044\u308b\u3001CrownstoneSphere", + "use_usb_option": "\u30ed\u30fc\u30ab\u30eb\u30c7\u30fc\u30bf\u306e\u9001\u4fe1\u306b\u3001Crownstone USB\u30c9\u30f3\u30b0\u30eb\u3092\u4f7f\u7528\u3059\u308b" + } + }, + "usb_config": { + "data": { + "usb_path": "USB\u30c7\u30d0\u30a4\u30b9\u306e\u30d1\u30b9" + }, + "description": "Crownstone USB\u30c9\u30f3\u30b0\u30eb\u306e\u30b7\u30ea\u30a2\u30eb \u30dd\u30fc\u30c8\u3092\u9078\u629e\u3057\u307e\u3059\u3002\n\nVID 10C4 \u3067 PID EA60 \u306a\u5024\u306e\u30c7\u30d0\u30a4\u30b9\u3092\u63a2\u3057\u307e\u3059\u3002", + "title": "Crownstone USB\u30f3\u30b0\u30eb\u306e\u69cb\u6210" + }, + "usb_config_option": { + "description": "Crownstone USB\u30c9\u30f3\u30b0\u30eb\u306e\u30b7\u30ea\u30a2\u30eb \u30dd\u30fc\u30c8\u3092\u9078\u629e\u3057\u307e\u3059\u3002\n\nVID 10C4 \u3067 PID EA60 \u306a\u5024\u306e\u30c7\u30d0\u30a4\u30b9\u3092\u63a2\u3057\u307e\u3059\u3002", + "title": "Crownstone USB\u30f3\u30b0\u30eb\u306e\u69cb\u6210" + }, + "usb_manual_config": { + "data": { + "usb_manual_path": "USB\u30c7\u30d0\u30a4\u30b9\u306e\u30d1\u30b9" + }, + "description": "\u624b\u52d5\u3067\u3001Crownstone USB\u30c9\u30f3\u30b0\u30eb\u306e\u30d1\u30b9\u3092\u5165\u529b\u3057\u307e\u3059\u3002", + "title": "Crownstone USB\u30c9\u30f3\u30b0\u30eb\u3078\u306e\u624b\u52d5\u30d1\u30b9" + }, + "usb_manual_config_option": { + "description": "\u624b\u52d5\u3067\u3001Crownstone USB\u30c9\u30f3\u30b0\u30eb\u306e\u30d1\u30b9\u3092\u5165\u529b\u3057\u307e\u3059\u3002", + "title": "Crownstone USB\u30c9\u30f3\u30b0\u30eb\u3078\u306e\u624b\u52d5\u30d1\u30b9" + }, + "usb_sphere_config": { + "data": { + "usb_sphere": "Crownstone Sphere" + }, + "description": "USB\u306b\u914d\u7f6e\u3055\u308c\u3066\u3044\u308b\u3001CrownstoneSphere\u3092\u9078\u629e\u3057\u307e\u3059\u3002", + "title": "Crownstone USB Sphere" + }, + "usb_sphere_config_option": { + "data": { + "usb_sphere": "Crownstone Sphere" + }, + "description": "USB\u306b\u914d\u7f6e\u3055\u308c\u3066\u3044\u308b\u3001CrownstoneSphere\u3092\u9078\u629e\u3057\u307e\u3059\u3002" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/devolo_home_network/translations/ja.json b/homeassistant/components/devolo_home_network/translations/ja.json index c3eb278d18f..c95621b3cc7 100644 --- a/homeassistant/components/devolo_home_network/translations/ja.json +++ b/homeassistant/components/devolo_home_network/translations/ja.json @@ -5,6 +5,11 @@ }, "flow_title": "{product} ({name})", "step": { + "user": { + "data": { + "ip_address": "IP\u30a2\u30c9\u30ec\u30b9" + } + }, "zeroconf_confirm": { "description": "\u30db\u30b9\u30c8\u540d\u304c `{host_name}` \u306e devolo\u793e\u306e\u30db\u30fc\u30e0\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30c7\u30d0\u30a4\u30b9\u3092Home Assistant\u306b\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f", "title": "devolo\u793e\u306e\u30db\u30fc\u30e0\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u6a5f\u5668\u3092\u767a\u898b" diff --git a/homeassistant/components/devolo_home_network/translations/pt-BR.json b/homeassistant/components/devolo_home_network/translations/pt-BR.json new file mode 100644 index 00000000000..edffd23f3af --- /dev/null +++ b/homeassistant/components/devolo_home_network/translations/pt-BR.json @@ -0,0 +1,25 @@ +{ + "config": { + "abort": { + "already_configured": "Dispositivo j\u00e1 configurado", + "home_control": "A Unidade Central de Home Control Devolo n\u00e3o funciona com esta integra\u00e7\u00e3o." + }, + "error": { + "cannot_connect": "Falha ao conectar", + "unknown": "Erro inesperado" + }, + "flow_title": "{product} ({name})", + "step": { + "user": { + "data": { + "ip_address": "Endere\u00e7o IP" + }, + "description": "Deseja iniciar a configura\u00e7\u00e3o?" + }, + "zeroconf_confirm": { + "description": "Deseja adicionar o dispositivo de rede dom\u00e9stica Devolo com o nome \"{host_name}\" ao Home Assistant?", + "title": "Dispositivo de rede dom\u00e9stica Devolo descoberto" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/dlna_dmr/translations/ja.json b/homeassistant/components/dlna_dmr/translations/ja.json index 65a786b1368..6c041c865da 100644 --- a/homeassistant/components/dlna_dmr/translations/ja.json +++ b/homeassistant/components/dlna_dmr/translations/ja.json @@ -1,7 +1,16 @@ { "config": { "abort": { - "alternative_integration": "\u30c7\u30d0\u30a4\u30b9\u306f\u5225\u306e\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3\u3067\u3001\u3088\u308a\u9069\u5207\u306b\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u3059" + "alternative_integration": "\u30c7\u30d0\u30a4\u30b9\u306f\u5225\u306e\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3\u3067\u3001\u3088\u308a\u9069\u5207\u306b\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u3059", + "could_not_connect": "DLNA\u30c7\u30d0\u30a4\u30b9\u3078\u306e\u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f", + "discovery_error": "\u4e00\u81f4\u3059\u308b DLNA \u30c7\u30d0\u30a4\u30b9\u3092\u691c\u51fa\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f", + "incomplete_config": "\u69cb\u6210\u306b\u5fc5\u8981\u306a\u5909\u6570\u304c\u3042\u308a\u307e\u305b\u3093", + "non_unique_id": "\u540c\u4e00\u306eID\u3067\u8907\u6570\u306e\u30c7\u30d0\u30a4\u30b9\u304c\u691c\u51fa\u3055\u308c\u307e\u3057\u305f", + "not_dmr": "\u30c7\u30d0\u30a4\u30b9\u304c\u3001\u672a\u30b5\u30dd\u30fc\u30c8\u306aDigital Media Renderer\u3067\u3059" + }, + "error": { + "could_not_connect": "DLNA\u30c7\u30d0\u30a4\u30b9\u3078\u306e\u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f", + "not_dmr": "\u30c7\u30d0\u30a4\u30b9\u304c\u3001\u672a\u30b5\u30dd\u30fc\u30c8\u306aDigital Media Renderer\u3067\u3059" }, "flow_title": "{name}", "step": { @@ -9,11 +18,15 @@ "description": "\u30c7\u30d0\u30a4\u30b9\u306e\u96fb\u6e90\u3092\u5165\u308c\u3001\u9001\u4fe1(submit)\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u79fb\u884c\u3092\u7d9a\u3051\u3066\u304f\u3060\u3055\u3044" }, "manual": { + "data": { + "url": "URL" + }, "description": "\u30c7\u30d0\u30a4\u30b9\u8a18\u8ff0XML\u30d5\u30a1\u30a4\u30eb\u3078\u306eURL", "title": "\u624b\u52d5\u3067DLNA DMR\u6a5f\u5668\u306b\u63a5\u7d9a" }, "user": { "data": { + "host": "\u30db\u30b9\u30c8", "url": "URL" }, "description": "\u8a2d\u5b9a\u3059\u308b\u30c7\u30d0\u30a4\u30b9\u3092\u9078\u629e\u3059\u308b\u304b\u3001\u7a7a\u767d\u306e\u307e\u307e\u306b\u3057\u3066URL\u3092\u5165\u529b\u3057\u307e\u3059\u3002", @@ -31,7 +44,8 @@ "callback_url_override": "\u30a4\u30d9\u30f3\u30c8\u30ea\u30b9\u30ca\u30fc\u306e\u30b3\u30fc\u30eb\u30d0\u30c3\u30afURL", "listen_port": "\u30a4\u30d9\u30f3\u30c8\u30ea\u30b9\u30ca\u30fc\u30dd\u30fc\u30c8(\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306f\u30e9\u30f3\u30c0\u30e0)", "poll_availability": "\u30c7\u30d0\u30a4\u30b9\u306e\u53ef\u7528\u6027\u3092\u30dd\u30fc\u30ea\u30f3\u30b0" - } + }, + "title": "DLNA Digital Media Renderer\u306e\u8a2d\u5b9a" } } } diff --git a/homeassistant/components/esphome/translations/ja.json b/homeassistant/components/esphome/translations/ja.json index 1205652aff2..4e980989720 100644 --- a/homeassistant/components/esphome/translations/ja.json +++ b/homeassistant/components/esphome/translations/ja.json @@ -13,6 +13,9 @@ "description": "ESPHome\u306e\u30ce\u30fc\u30c9 `{name}` \u3092Home Assistant\u306b\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f", "title": "\u691c\u51fa\u3055\u308c\u305fESPHome\u306e\u30ce\u30fc\u30c9" }, + "reauth_confirm": { + "description": "ESPHome\u30c7\u30d0\u30a4\u30b9 {name} \u3001\u30c8\u30e9\u30f3\u30b9\u30dd\u30fc\u30c8\u306e\u6697\u53f7\u5316\u3092\u6709\u52b9\u306b\u3057\u305f\u304b\u3001\u6697\u53f7\u5316\u306e\u30ad\u30fc\u304c\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002\u66f4\u65b0\u3055\u308c\u305f\u30ad\u30fc\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002" + }, "user": { "description": "\u3042\u306a\u305f\u306e[ESPHome](https://esphomelib.com/)\u306e\u30ce\u30fc\u30c9\u306e\u63a5\u7d9a\u8a2d\u5b9a\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002" } diff --git a/homeassistant/components/flux_led/translations/ja.json b/homeassistant/components/flux_led/translations/ja.json index 4fa710d1331..45e7d8a606b 100644 --- a/homeassistant/components/flux_led/translations/ja.json +++ b/homeassistant/components/flux_led/translations/ja.json @@ -6,6 +6,9 @@ "description": "{model} {id} ({ipaddr}) \u3092\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u3057\u307e\u3059\u304b\uff1f" }, "user": { + "data": { + "host": "\u30db\u30b9\u30c8" + }, "description": "\u30db\u30b9\u30c8\u3092\u7a7a\u306b\u3057\u3066\u304a\u304f\u3068\u3001\u30c7\u30a3\u30b9\u30ab\u30d0\u30ea\u30fc\u3092\u4f7f\u3063\u3066\u30c7\u30d0\u30a4\u30b9\u3092\u691c\u7d22\u3057\u307e\u3059\u3002" } } diff --git a/homeassistant/components/homeassistant/translations/ja.json b/homeassistant/components/homeassistant/translations/ja.json new file mode 100644 index 00000000000..0504d2f2ad5 --- /dev/null +++ b/homeassistant/components/homeassistant/translations/ja.json @@ -0,0 +1,7 @@ +{ + "system_health": { + "info": { + "user": "\u30e6\u30fc\u30b6\u30fc" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/homekit/translations/ja.json b/homeassistant/components/homekit/translations/ja.json new file mode 100644 index 00000000000..35ada78aa74 --- /dev/null +++ b/homeassistant/components/homekit/translations/ja.json @@ -0,0 +1,11 @@ +{ + "options": { + "step": { + "cameras": { + "data": { + "camera_audio": "\u97f3\u58f0\u306b\u5bfe\u5fdc\u3057\u305f\u30ab\u30e1\u30e9" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/iotawatt/translations/ja.json b/homeassistant/components/iotawatt/translations/ja.json new file mode 100644 index 00000000000..1c43df55349 --- /dev/null +++ b/homeassistant/components/iotawatt/translations/ja.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "auth": { + "data": { + "username": "\u30e6\u30fc\u30b6\u30fc\u540d" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/lookin/translations/ja.json b/homeassistant/components/lookin/translations/ja.json index 8282b91ccd7..e4ac6a11f08 100644 --- a/homeassistant/components/lookin/translations/ja.json +++ b/homeassistant/components/lookin/translations/ja.json @@ -2,8 +2,18 @@ "config": { "flow_title": "{name} ({host})", "step": { + "device_name": { + "data": { + "name": "\u540d\u524d" + } + }, "discovery_confirm": { "description": "{name} ({host}) \u3092\u8a2d\u5b9a\u3057\u307e\u3059\u304b\uff1f" + }, + "user": { + "data": { + "ip_address": "IP\u30a2\u30c9\u30ec\u30b9" + } } } } diff --git a/homeassistant/components/modem_callerid/translations/ja.json b/homeassistant/components/modem_callerid/translations/ja.json new file mode 100644 index 00000000000..c928c7e76c3 --- /dev/null +++ b/homeassistant/components/modem_callerid/translations/ja.json @@ -0,0 +1,10 @@ +{ + "config": { + "step": { + "user": { + "description": "\u3053\u308c\u306f\u3001CX93001\u97f3\u58f0\u30e2\u30c7\u30e0\u3092\u4f7f\u7528\u3057\u305f\u56fa\u5b9a\u96fb\u8a71\u306e\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3\u3067\u3059\u3002\u767a\u4fe1\u8005\u756a\u53f7\u60c5\u5831\u3092\u53d6\u5f97\u3059\u308b\u3053\u3068\u3067\u3001\u7740\u4fe1\u3092\u62d2\u5426\u3059\u308b\u30aa\u30d7\u30b7\u30e7\u30f3\u3082\u3042\u308a\u307e\u3059\u3002", + "title": "Phone\u30e2\u30c7\u30e0" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/motioneye/translations/pt-BR.json b/homeassistant/components/motioneye/translations/pt-BR.json index cbc33e7c1c4..ec20df02074 100644 --- a/homeassistant/components/motioneye/translations/pt-BR.json +++ b/homeassistant/components/motioneye/translations/pt-BR.json @@ -8,5 +8,14 @@ "invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida", "unknown": "Erro inesperado" } + }, + "options": { + "step": { + "init": { + "data": { + "stream_url_template": "Modelo de URL de fluxo" + } + } + } } } \ No newline at end of file diff --git a/homeassistant/components/netatmo/translations/pt-BR.json b/homeassistant/components/netatmo/translations/pt-BR.json new file mode 100644 index 00000000000..77e55a889c4 --- /dev/null +++ b/homeassistant/components/netatmo/translations/pt-BR.json @@ -0,0 +1,9 @@ +{ + "config": { + "step": { + "reauth_confirm": { + "title": "Reautenticar integra\u00e7\u00e3o" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/netgear/translations/ja.json b/homeassistant/components/netgear/translations/ja.json new file mode 100644 index 00000000000..65132c94377 --- /dev/null +++ b/homeassistant/components/netgear/translations/ja.json @@ -0,0 +1,30 @@ +{ + "config": { + "error": { + "config": "\u63a5\u7d9a\u307e\u305f\u306f\u30ed\u30b0\u30a4\u30f3\u30a8\u30e9\u30fc : \u8a2d\u5b9a\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044" + }, + "step": { + "user": { + "data": { + "host": "\u30db\u30b9\u30c8 (\u30aa\u30d7\u30b7\u30e7\u30f3)", + "password": "\u30d1\u30b9\u30ef\u30fc\u30c9", + "port": "\u30dd\u30fc\u30c8 (\u30aa\u30d7\u30b7\u30e7\u30f3)", + "username": "\u30e6\u30fc\u30b6\u30fc\u540d (\u30aa\u30d7\u30b7\u30e7\u30f3)" + }, + "description": "\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30db\u30b9\u30c8: {host}\n\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30dd\u30fc\u30c8: {port}\n\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30e6\u30fc\u30b6\u30fc\u540d: {username}", + "title": "Netgear" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "consider_home": "\u30db\u30fc\u30e0\u30bf\u30a4\u30e0\u3092\u8003\u616e\u3059\u308b(\u79d2)" + }, + "description": "\u30aa\u30d7\u30b7\u30e7\u30f3\u8a2d\u5b9a\u306e\u6307\u5b9a", + "title": "Netgear" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/octoprint/translations/ja.json b/homeassistant/components/octoprint/translations/ja.json index e3cb8eccc81..f42ab595ab6 100644 --- a/homeassistant/components/octoprint/translations/ja.json +++ b/homeassistant/components/octoprint/translations/ja.json @@ -3,15 +3,18 @@ "abort": { "auth_failed": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3API \u30ad\u30fc\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f" }, + "flow_title": "OctoPrint Printer: {host}", "progress": { "get_api_key": "OctoPrint UI\u3092\u958b\u304d\u3001Home Assistant\u306e\u30a2\u30af\u30bb\u30b9\u30ea\u30af\u30a8\u30b9\u30c8\u3067\u3092 '\u8a31\u53ef' \u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059\u3002" }, "step": { "user": { "data": { + "host": "\u30db\u30b9\u30c8", "path": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u30d1\u30b9", "port": "\u30dd\u30fc\u30c8\u756a\u53f7", - "ssl": "SSL\u3092\u4f7f\u7528" + "ssl": "SSL\u3092\u4f7f\u7528", + "username": "\u30e6\u30fc\u30b6\u30fc\u540d" } } } diff --git a/homeassistant/components/opengarage/translations/ja.json b/homeassistant/components/opengarage/translations/ja.json index 83f7d96e874..91393016e27 100644 --- a/homeassistant/components/opengarage/translations/ja.json +++ b/homeassistant/components/opengarage/translations/ja.json @@ -3,7 +3,9 @@ "step": { "user": { "data": { - "device_key": "\u30c7\u30d0\u30a4\u30b9\u30ad\u30fc" + "device_key": "\u30c7\u30d0\u30a4\u30b9\u30ad\u30fc", + "host": "\u30dd\u30fc\u30c8", + "port": "\u30dd\u30fc\u30c8" } } } diff --git a/homeassistant/components/renault/translations/ja.json b/homeassistant/components/renault/translations/ja.json new file mode 100644 index 00000000000..3415f92f0c9 --- /dev/null +++ b/homeassistant/components/renault/translations/ja.json @@ -0,0 +1,19 @@ +{ + "config": { + "step": { + "reauth_confirm": { + "data": { + "password": "\u30d1\u30b9\u30ef\u30fc\u30c9" + } + }, + "user": { + "data": { + "locale": "\u30ed\u30b1\u30fc\u30eb", + "password": "\u30d1\u30b9\u30ef\u30fc\u30c9", + "username": "E\u30e1\u30fc\u30eb" + }, + "title": "\u30eb\u30ce\u30fc\u306e\u8a8d\u8a3c\u60c5\u5831\u3092\u8a2d\u5b9a" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/ridwell/translations/ja.json b/homeassistant/components/ridwell/translations/ja.json index f802ddc0ab0..c12ffee267d 100644 --- a/homeassistant/components/ridwell/translations/ja.json +++ b/homeassistant/components/ridwell/translations/ja.json @@ -2,9 +2,16 @@ "config": { "step": { "reauth_confirm": { + "data": { + "password": "\u30d1\u30b9\u30ef\u30fc\u30c9" + }, "description": "{username} \u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u518d\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044:" }, "user": { + "data": { + "password": "\u30d1\u30b9\u30ef\u30fc\u30c9", + "username": "\u30e6\u30fc\u30b6\u30fc\u540d" + }, "description": "\u30e6\u30fc\u30b6\u30fc\u540d\u3068\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044:" } } diff --git a/homeassistant/components/ridwell/translations/pt-BR.json b/homeassistant/components/ridwell/translations/pt-BR.json new file mode 100644 index 00000000000..befa822057f --- /dev/null +++ b/homeassistant/components/ridwell/translations/pt-BR.json @@ -0,0 +1,28 @@ +{ + "config": { + "abort": { + "already_configured": "Dispositivo j\u00e1 configurado", + "reauth_successful": "A reautentica\u00e7\u00e3o foi feita com sucesso" + }, + "error": { + "invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida", + "unknown": "Erro inesperado" + }, + "step": { + "reauth_confirm": { + "data": { + "password": "Senha" + }, + "description": "Por favor, digite novamente a senha para {username}:", + "title": "Reautenticar integra\u00e7\u00e3o" + }, + "user": { + "data": { + "password": "Senha", + "username": "Nome de usu\u00e1rio" + }, + "description": "Digite seu nome de usu\u00e1rio e senha:" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/sense/translations/pt-BR.json b/homeassistant/components/sense/translations/pt-BR.json index d04d91c034b..b61651bf441 100644 --- a/homeassistant/components/sense/translations/pt-BR.json +++ b/homeassistant/components/sense/translations/pt-BR.json @@ -7,6 +7,13 @@ "cannot_connect": "Falha ao conectar, tente novamente", "invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida", "unknown": "Erro inesperado" + }, + "step": { + "user": { + "data": { + "timeout": "Tempo limite" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/shelly/translations/ja.json b/homeassistant/components/shelly/translations/ja.json new file mode 100644 index 00000000000..c6021ac5b23 --- /dev/null +++ b/homeassistant/components/shelly/translations/ja.json @@ -0,0 +1,14 @@ +{ + "device_automation": { + "trigger_subtype": { + "button4": "4\u756a\u76ee\u306e\u30dc\u30bf\u30f3" + }, + "trigger_type": { + "btn_down": "{subtype} button down", + "btn_up": "{subtype} button up", + "double_push": "{subtype} double push", + "long_push": "{subtype} long push", + "single_push": "{subtype} single push" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/switchbot/translations/ja.json b/homeassistant/components/switchbot/translations/ja.json new file mode 100644 index 00000000000..76788c484fe --- /dev/null +++ b/homeassistant/components/switchbot/translations/ja.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "no_unconfigured_devices": "\u672a\u69cb\u6210\u306e\u30c7\u30d0\u30a4\u30b9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/synology_dsm/translations/ja.json b/homeassistant/components/synology_dsm/translations/ja.json new file mode 100644 index 00000000000..1b69cbdf7c8 --- /dev/null +++ b/homeassistant/components/synology_dsm/translations/ja.json @@ -0,0 +1,12 @@ +{ + "config": { + "step": { + "reauth_confirm": { + "data": { + "password": "\u30d1\u30b9\u30ef\u30fc\u30c9", + "username": "\u30e6\u30fc\u30b6\u30fc\u540d" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/tplink/translations/ja.json b/homeassistant/components/tplink/translations/ja.json index 28f8763eea2..58fbc868d85 100644 --- a/homeassistant/components/tplink/translations/ja.json +++ b/homeassistant/components/tplink/translations/ja.json @@ -3,6 +3,20 @@ "step": { "confirm": { "description": "TP-Link\u30b9\u30de\u30fc\u30c8\u30c7\u30d0\u30a4\u30b9\u3092\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u3057\u307e\u3059\u304b\uff1f" + }, + "discovery_confirm": { + "description": "{name} {model} ({host}) \u306e\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u3092\u884c\u3044\u307e\u3059\u304b\uff1f" + }, + "pick_device": { + "data": { + "device": "\u30c7\u30d0\u30a4\u30b9" + } + }, + "user": { + "data": { + "host": "\u30db\u30b9\u30c8" + }, + "description": "\u30db\u30b9\u30c8\u3092\u7a7a\u306b\u3057\u3066\u304a\u304f\u3068\u3001\u30c7\u30a3\u30b9\u30ab\u30d0\u30ea\u30fc\u3092\u4f7f\u3063\u3066\u30c7\u30d0\u30a4\u30b9\u3092\u691c\u7d22\u3057\u307e\u3059\u3002" } } } diff --git a/homeassistant/components/tuya/translations/select.ja.json b/homeassistant/components/tuya/translations/select.ja.json index 9607d436a15..fcc3466bf62 100644 --- a/homeassistant/components/tuya/translations/select.ja.json +++ b/homeassistant/components/tuya/translations/select.ja.json @@ -6,7 +6,9 @@ "2": "60 Hz" }, "tuya__basic_nightvision": { - "0": "\u81ea\u52d5" + "0": "\u81ea\u52d5", + "1": "\u30aa\u30d5", + "2": "\u30aa\u30f3" }, "tuya__decibel_sensitivity": { "0": "\u4f4e\u611f\u5ea6", @@ -22,6 +24,7 @@ "led": "LED" }, "tuya__light_mode": { + "none": "\u30aa\u30d5", "pos": "\u30b9\u30a4\u30c3\u30c1\u306e\u4f4d\u7f6e\u3092\u793a\u3059", "relay": "\u30b9\u30a4\u30c3\u30c1\u306e\u30aa\u30f3/\u30aa\u30d5\u72b6\u614b\u3092\u793a\u3059" }, @@ -36,7 +39,11 @@ }, "tuya__relay_status": { "last": "\u6700\u5f8c\u306e\u72b6\u614b\u3092\u8a18\u61b6", - "memory": "\u6700\u5f8c\u306e\u72b6\u614b\u3092\u8a18\u61b6" + "memory": "\u6700\u5f8c\u306e\u72b6\u614b\u3092\u8a18\u61b6", + "off": "\u30aa\u30d5", + "on": "\u30aa\u30f3", + "power_off": "\u30aa\u30d5", + "power_on": "\u30aa\u30f3" } } } \ No newline at end of file diff --git a/homeassistant/components/uptimerobot/translations/ja.json b/homeassistant/components/uptimerobot/translations/ja.json new file mode 100644 index 00000000000..210be855fc5 --- /dev/null +++ b/homeassistant/components/uptimerobot/translations/ja.json @@ -0,0 +1,18 @@ +{ + "config": { + "abort": { + "reauth_failed_existing": "\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u3092\u66f4\u65b0\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3\u3092\u524a\u9664\u3057\u3066\u518d\u5ea6\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002" + }, + "error": { + "reauth_failed_matching_account": "\u6307\u5b9a\u3055\u308c\u305fAPI\u30ad\u30fc\u304c\u3001\u65e2\u5b58\u306e\u69cb\u6210\u306e\u30a2\u30ab\u30a6\u30f3\u30c8ID\u3068\u4e00\u81f4\u3057\u307e\u305b\u3093\u3002" + }, + "step": { + "reauth_confirm": { + "description": "UptimeRobot\u304b\u3089\u65b0\u898f\u306e\u8aad\u307f\u53d6\u308a\u5c02\u7528\u306eAPI\u30ad\u30fc\u3092\u5f97\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059" + }, + "user": { + "description": "UptimeRobot\u304b\u3089\u8aad\u307f\u53d6\u308a\u5c02\u7528\u306eAPI\u30ad\u30fc\u3092\u5f97\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/venstar/translations/ja.json b/homeassistant/components/venstar/translations/ja.json index 2c30e8f5d24..4417972a338 100644 --- a/homeassistant/components/venstar/translations/ja.json +++ b/homeassistant/components/venstar/translations/ja.json @@ -2,6 +2,12 @@ "config": { "step": { "user": { + "data": { + "host": "\u30db\u30b9\u30c8", + "password": "\u30d1\u30b9\u30ef\u30fc\u30c9", + "pin": "PIN\u30b3\u30fc\u30c9", + "username": "\u30e6\u30fc\u30b6\u30fc\u540d" + }, "title": "Venstar\u793e\u306e\u30b5\u30fc\u30e2\u30b9\u30bf\u30c3\u30c8\u306b\u63a5\u7d9a" } } diff --git a/homeassistant/components/watttime/translations/ja.json b/homeassistant/components/watttime/translations/ja.json index 324ab6d1e3b..d0b14d727aa 100644 --- a/homeassistant/components/watttime/translations/ja.json +++ b/homeassistant/components/watttime/translations/ja.json @@ -1,8 +1,20 @@ { "config": { + "error": { + "unknown_coordinates": "\u7def\u5ea6/\u7d4c\u5ea6\u306e\u30c7\u30fc\u30bf\u306a\u3057" + }, "step": { + "coordinates": { + "description": "\u76e3\u8996\u3059\u308b\u7def\u5ea6(latitude)\u3068\u7d4c\u5ea6(longitude )\u3092\u5165\u529b:" + }, + "location": { + "description": "\u76e3\u8996\u3059\u308b\u5834\u6240\u3092\u9078\u629e:" + }, "reauth_confirm": { "description": "{username} \u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u518d\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044:" + }, + "user": { + "description": "\u30e6\u30fc\u30b6\u30fc\u540d\u3068\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044:" } } }, diff --git a/homeassistant/components/xiaomi_miio/translations/select.ja.json b/homeassistant/components/xiaomi_miio/translations/select.ja.json new file mode 100644 index 00000000000..22a7a4ea058 --- /dev/null +++ b/homeassistant/components/xiaomi_miio/translations/select.ja.json @@ -0,0 +1,9 @@ +{ + "state": { + "xiaomi_miio__led_brightness": { + "bright": "\u660e\u308b\u3044", + "dim": "\u8584\u6697\u3044", + "off": "\u30aa\u30d5" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/zwave_js/translations/ja.json b/homeassistant/components/zwave_js/translations/ja.json index 793a886b00b..42579491c85 100644 --- a/homeassistant/components/zwave_js/translations/ja.json +++ b/homeassistant/components/zwave_js/translations/ja.json @@ -13,7 +13,13 @@ }, "device_automation": { "action_type": { - "clear_lock_usercode": "{entity_name} \u30e6\u30fc\u30b6\u30fc\u30b3\u30fc\u30c9\u3092\u30af\u30ea\u30a2" + "clear_lock_usercode": "{entity_name} \u30e6\u30fc\u30b6\u30fc\u30b3\u30fc\u30c9\u3092\u30af\u30ea\u30a2", + "ping": "ping\u30c7\u30d0\u30a4\u30b9", + "refresh_value": "{entity_name} \u306e\u5024\u3092\u66f4\u65b0", + "reset_meter": "{subtype} \u306e\u30e1\u30fc\u30bf\u30fc\u3092\u30ea\u30bb\u30c3\u30c8", + "set_config_parameter": "\u8a2d\u5b9a\u30d1\u30e9\u30e1\u30fc\u30bf {subtype} \u306e\u5024\u3092\u8a2d\u5b9a", + "set_lock_usercode": "{entity_name} \u306b\u30e6\u30fc\u30b6\u30fc\u30b3\u30fc\u30c9\u3092\u8a2d\u5b9a", + "set_value": "Z-Wave\u5024\u306e\u8a2d\u5b9a\u5024" } }, "options": {