diff --git a/homeassistant/components/alarm_control_panel/translations/ja.json b/homeassistant/components/alarm_control_panel/translations/ja.json index c9cfd274bb5..76f829502e9 100644 --- a/homeassistant/components/alarm_control_panel/translations/ja.json +++ b/homeassistant/components/alarm_control_panel/translations/ja.json @@ -7,6 +7,7 @@ "state": { "_": { "armed": "\u8b66\u6212", + "arming": "\u8b66\u6212\u4e2d", "disarmed": "\u89e3\u9664", "disarming": "\u89e3\u9664", "pending": "\u4fdd\u7559\u4e2d", diff --git a/homeassistant/components/august/translations/ja.json b/homeassistant/components/august/translations/ja.json index d1b28dfd52d..f9d62163a8b 100644 --- a/homeassistant/components/august/translations/ja.json +++ b/homeassistant/components/august/translations/ja.json @@ -30,6 +30,7 @@ "data": { "code": "\u8a8d\u8a3c\u30b3\u30fc\u30c9" }, + "description": "{login_method} ({username}) \u3092\u78ba\u8a8d\u3057\u3066\u3001\u4ee5\u4e0b\u306b\u78ba\u8a8d\u30b3\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044", "title": "2\u8981\u7d20\u8a8d\u8a3c" } } diff --git a/homeassistant/components/awair/translations/ja.json b/homeassistant/components/awair/translations/ja.json index ee87ceaba8c..ad0d2904258 100644 --- a/homeassistant/components/awair/translations/ja.json +++ b/homeassistant/components/awair/translations/ja.json @@ -14,7 +14,8 @@ "data": { "access_token": "\u30a2\u30af\u30bb\u30b9\u30c8\u30fc\u30af\u30f3", "email": "E\u30e1\u30fc\u30eb" - } + }, + "description": "Awair developer access token\u3092\u518d\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002" }, "user": { "data": { diff --git a/homeassistant/components/balboa/translations/bg.json b/homeassistant/components/balboa/translations/bg.json new file mode 100644 index 00000000000..cbf1e2ae7c9 --- /dev/null +++ b/homeassistant/components/balboa/translations/bg.json @@ -0,0 +1,18 @@ +{ + "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" + }, + "error": { + "cannot_connect": "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435", + "unknown": "\u041d\u0435\u043e\u0447\u0430\u043a\u0432\u0430\u043d\u0430 \u0433\u0440\u0435\u0448\u043a\u0430" + }, + "step": { + "user": { + "data": { + "host": "\u0425\u043e\u0441\u0442" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/balboa/translations/he.json b/homeassistant/components/balboa/translations/he.json new file mode 100644 index 00000000000..1699e0f8e19 --- /dev/null +++ b/homeassistant/components/balboa/translations/he.json @@ -0,0 +1,18 @@ +{ + "config": { + "abort": { + "already_configured": "\u05ea\u05e6\u05d5\u05e8\u05ea \u05d4\u05d4\u05ea\u05e7\u05df \u05db\u05d1\u05e8 \u05e0\u05e7\u05d1\u05e2\u05d4" + }, + "error": { + "cannot_connect": "\u05d4\u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea \u05e0\u05db\u05e9\u05dc\u05d4", + "unknown": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05dc\u05ea\u05d9 \u05e6\u05e4\u05d5\u05d9\u05d4" + }, + "step": { + "user": { + "data": { + "host": "\u05de\u05d0\u05e8\u05d7" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/balboa/translations/hu.json b/homeassistant/components/balboa/translations/hu.json new file mode 100644 index 00000000000..d9ae0e9c403 --- /dev/null +++ b/homeassistant/components/balboa/translations/hu.json @@ -0,0 +1,28 @@ +{ + "config": { + "abort": { + "already_configured": "Az eszk\u00f6z m\u00e1r konfigur\u00e1lva van" + }, + "error": { + "cannot_connect": "Sikertelen csatlakoz\u00e1s", + "unknown": "V\u00e1ratlan hiba t\u00f6rt\u00e9nt" + }, + "step": { + "user": { + "data": { + "host": "C\u00edm" + }, + "title": "Csatlakoz\u00e1s a Balboa Wi-Fi eszk\u00f6zh\u00f6z" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "sync_time": "Balboa Spa kliens \u00f3r\u00e1j\u00e1nak szinkroniz\u00e1l\u00e1sa Home Assistanthoz" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/balboa/translations/tr.json b/homeassistant/components/balboa/translations/tr.json new file mode 100644 index 00000000000..f83ec51d377 --- /dev/null +++ b/homeassistant/components/balboa/translations/tr.json @@ -0,0 +1,28 @@ +{ + "config": { + "abort": { + "already_configured": "Cihaz zaten yap\u0131land\u0131r\u0131lm\u0131\u015f" + }, + "error": { + "cannot_connect": "Ba\u011flanma hatas\u0131", + "unknown": "Beklenmeyen hata" + }, + "step": { + "user": { + "data": { + "host": "Ana bilgisayar" + }, + "title": "Balboa Wi-Fi cihaz\u0131na ba\u011flan\u0131n" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "sync_time": "Balboa Spa \u0130stemcisi'nin zaman\u0131n\u0131 Home Assistant ile senkronize tutun" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/binary_sensor/translations/ja.json b/homeassistant/components/binary_sensor/translations/ja.json index 0218f242979..ee695425407 100644 --- a/homeassistant/components/binary_sensor/translations/ja.json +++ b/homeassistant/components/binary_sensor/translations/ja.json @@ -4,13 +4,13 @@ "is_bat_low": "{entity_name} \u96fb\u6c60\u6b8b\u91cf\u304c\u5c11\u306a\u304f\u306a\u3063\u3066\u3044\u307e\u3059", "is_cold": "{entity_name} \u51b7\u3048\u3066\u3044\u308b", "is_connected": "{entity_name} \u304c\u63a5\u7d9a\u3055\u308c\u3066\u3044\u307e\u3059", - "is_gas": "{entity_name} \u304c\u3001\u30ac\u30b9\u3092\u691c\u51fa\u3057\u3066\u3044\u307e\u3059", + "is_gas": "{entity_name} \u304c\u30ac\u30b9\u3092\u691c\u51fa\u3057\u3066\u3044\u307e\u3059", "is_hot": "{entity_name} \u71b1\u3044", "is_light": "{entity_name} \u304c\u5149\u3092\u691c\u77e5\u3057\u3066\u3044\u307e\u3059", "is_locked": "{entity_name} \u306f\u30ed\u30c3\u30af\u3055\u308c\u3066\u3044\u307e\u3059", "is_moist": "{entity_name} \u306f\u6e7f\u3063\u3066\u3044\u307e\u3059", "is_motion": "{entity_name} \u306f\u3001\u52d5\u304d\u3092\u691c\u51fa\u3057\u3066\u3044\u307e\u3059", - "is_moving": "{entity_name} \u304c\u3001\u79fb\u52d5\u4e2d\u3067\u3059", + "is_moving": "{entity_name} \u304c\u79fb\u52d5\u4e2d\u3067\u3059", "is_no_gas": "{entity_name} \u306f\u3001\u30ac\u30b9\u3092\u691c\u51fa\u3057\u3066\u3044\u307e\u305b\u3093", "is_no_light": "{entity_name} \u306f\u3001\u5149\u3092\u691c\u51fa\u3057\u3066\u3044\u307e\u305b\u3093", "is_no_motion": "{entity_name} \u306f\u3001\u52d5\u304d\u3092\u691c\u51fa\u3057\u3066\u3044\u307e\u305b\u3093", @@ -54,7 +54,7 @@ "bat_low": "{entity_name} \u96fb\u6c60\u6b8b\u91cf\u304c\u5c11\u306a\u304f\u306a\u3063\u3066\u3044\u307e\u3059", "cold": "{entity_name} \u51b7\u3048\u3066\u3044\u307e\u3059", "connected": "{entity_name} \u63a5\u7d9a\u3055\u308c\u3066\u3044\u307e\u3059", - "gas": "{entity_name} \u304c\u3001\u30ac\u30b9\u306e\u691c\u51fa\u3092\u958b\u59cb\u3057\u307e\u3057\u305f", + "gas": "{entity_name} \u304c\u30ac\u30b9\u306e\u691c\u51fa\u3092\u958b\u59cb\u3057\u307e\u3057\u305f", "hot": "{entity_name} \u6e29\u307e\u3063\u3066\u3044\u307e\u3059", "is_not_tampered": "{entity_name} \u304c\u6539\u7ac4(tampering)\u306e\u691c\u51fa\u3092\u505c\u6b62\u3057\u307e\u3057\u305f", "is_tampered": "{entity_name} \u304c\u6539\u7ac4(tampering)\u306e\u691c\u51fa\u3092\u958b\u59cb\u3057\u307e\u3057\u305f", @@ -78,6 +78,7 @@ "not_moist": "{entity_name} \u306f\u4e7e\u3044\u3066\u3044\u307e\u305b\u3093", "not_moving": "{entity_name} \u304c\u52d5\u304d\u3092\u505c\u6b62\u3057\u307e\u3057\u305f", "not_occupied": "{entity_name} \u304c\u5360\u6709\u3055\u308c\u306a\u304f\u306a\u308a\u307e\u3057\u305f", + "not_opened": "{entity_name} \u9589\u3058\u307e\u3057\u305f", "not_plugged_in": "{entity_name} \u306e\u30d7\u30e9\u30b0\u304c\u629c\u304b\u308c\u307e\u3057\u305f", "not_powered": "{entity_name} \u306f\u96fb\u6e90\u304c\u5165\u3063\u3066\u3044\u307e\u305b\u3093", "not_present": "{entity_name} \u304c\u5b58\u5728\u3057\u307e\u305b\u3093", @@ -90,8 +91,8 @@ "present": "{entity_name} \u304c\u5b58\u5728", "problem": "{entity_name} \u304c\u554f\u984c\u306e\u691c\u51fa\u3092\u958b\u59cb\u3057\u307e\u3057\u305f", "running": "{entity_name} \u306e\u5b9f\u884c\u3092\u958b\u59cb", - "smoke": "{entity_name} \u304c\u3001\u7159\u306e\u691c\u51fa\u3092\u958b\u59cb\u3057\u307e\u3057\u305f", - "sound": "{entity_name} \u304c\u3001\u97f3\u306e\u691c\u51fa\u3092\u958b\u59cb\u3057\u307e\u3057\u305f", + "smoke": "{entity_name} \u304c\u7159\u306e\u691c\u51fa\u3092\u958b\u59cb\u3057\u307e\u3057\u305f", + "sound": "{entity_name} \u304c\u97f3\u306e\u691c\u51fa\u3092\u958b\u59cb\u3057\u307e\u3057\u305f", "turned_off": "{entity_name} \u30aa\u30d5\u306b\u306a\u308a\u307e\u3057\u305f", "turned_on": "{entity_name} \u30aa\u30f3\u306b\u306a\u3063\u3066\u3044\u307e\u3059", "unsafe": "{entity_name} \u306f\u5b89\u5168\u3067\u306f\u306a\u304f\u306a\u308a\u307e\u3057\u305f", diff --git a/homeassistant/components/bond/translations/ja.json b/homeassistant/components/bond/translations/ja.json index 0a39acc8cb2..c5bf98f6740 100644 --- a/homeassistant/components/bond/translations/ja.json +++ b/homeassistant/components/bond/translations/ja.json @@ -6,6 +6,7 @@ "error": { "cannot_connect": "\u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f", "invalid_auth": "\u7121\u52b9\u306a\u8a8d\u8a3c", + "old_firmware": "Bond device\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u306a\u3044\u53e4\u3044\u30d5\u30a1\u30fc\u30e0\u30a6\u30a7\u30a2 - \u7d9a\u884c\u3059\u308b\u524d\u306b\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u3057\u3066\u304f\u3060\u3055\u3044", "unknown": "\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc" }, "flow_title": "{name} ({host})", diff --git a/homeassistant/components/brunt/translations/bg.json b/homeassistant/components/brunt/translations/bg.json new file mode 100644 index 00000000000..e9a9c468402 --- /dev/null +++ b/homeassistant/components/brunt/translations/bg.json @@ -0,0 +1,7 @@ +{ + "config": { + "error": { + "cannot_connect": "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/bsblan/translations/ja.json b/homeassistant/components/bsblan/translations/ja.json index 4dda07de639..3aa85a17cf8 100644 --- a/homeassistant/components/bsblan/translations/ja.json +++ b/homeassistant/components/bsblan/translations/ja.json @@ -16,7 +16,8 @@ "port": "\u30dd\u30fc\u30c8", "username": "\u30e6\u30fc\u30b6\u30fc\u540d" }, - "description": "BSB-Lan\u3092\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u3057\u3066\u3001Home Assistant\u3068\u9023\u643a\u3059\u308b\u3088\u3046\u306b\u3057\u307e\u3059\u3002" + "description": "BSB-Lan\u3092\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u3057\u3066\u3001Home Assistant\u3068\u9023\u643a\u3059\u308b\u3088\u3046\u306b\u3057\u307e\u3059\u3002", + "title": "BSB-Lan device\u306b\u63a5\u7d9a" } } } diff --git a/homeassistant/components/button/translations/ja.json b/homeassistant/components/button/translations/ja.json index 2c54ca49380..9d2f1615dc1 100644 --- a/homeassistant/components/button/translations/ja.json +++ b/homeassistant/components/button/translations/ja.json @@ -4,7 +4,7 @@ "press": "{entity_name} \u30dc\u30bf\u30f3\u3092\u62bc\u3059" }, "trigger_type": { - "pressed": "{entity_name} \u304c\u3001\u62bc\u3055\u308c\u307e\u3057\u305f" + "pressed": "{entity_name} \u304c\u62bc\u3055\u308c\u307e\u3057\u305f" } }, "title": "\u30dc\u30bf\u30f3" diff --git a/homeassistant/components/button/translations/pl.json b/homeassistant/components/button/translations/pl.json index 81dcd88a091..e5af8b8c29b 100644 --- a/homeassistant/components/button/translations/pl.json +++ b/homeassistant/components/button/translations/pl.json @@ -1,7 +1,7 @@ { "device_automation": { "action_type": { - "press": "Naci\u015bnij przycisk {entity_name}" + "press": "naci\u015bnij przycisk {entity_name}" }, "trigger_type": { "pressed": "{entity_name} zosta\u0142 naci\u015bni\u0119ty" diff --git a/homeassistant/components/cast/translations/ja.json b/homeassistant/components/cast/translations/ja.json index d16d72dbcbf..626ef56cba1 100644 --- a/homeassistant/components/cast/translations/ja.json +++ b/homeassistant/components/cast/translations/ja.json @@ -4,7 +4,7 @@ "single_instance_allowed": "\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u5358\u4e00\u306e\u8a2d\u5b9a\u3057\u304b\u3067\u304d\u307e\u305b\u3093\u3002" }, "error": { - "invalid_known_hosts": "\u65e2\u77e5\u306e\u30db\u30b9\u30c8\u306f\u3001\u30ab\u30f3\u30de\u3067\u533a\u5207\u3089\u308c\u305f\u30db\u30b9\u30c8\u306e\u30ea\u30b9\u30c8\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002" + "invalid_known_hosts": "\u65e2\u77e5\u306e\u30db\u30b9\u30c8\u306f\u3001\u30b3\u30f3\u30de\u3067\u533a\u5207\u3089\u308c\u305f\u30db\u30b9\u30c8\u306e\u30ea\u30b9\u30c8\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002" }, "step": { "config": { @@ -21,7 +21,7 @@ }, "options": { "error": { - "invalid_known_hosts": "\u65e2\u77e5\u306e\u30db\u30b9\u30c8\u306f\u3001\u30ab\u30f3\u30de\u3067\u533a\u5207\u3089\u308c\u305f\u30db\u30b9\u30c8\u306e\u30ea\u30b9\u30c8\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002" + "invalid_known_hosts": "\u65e2\u77e5\u306e\u30db\u30b9\u30c8\u306f\u3001\u30b3\u30f3\u30de\u3067\u533a\u5207\u3089\u308c\u305f\u30db\u30b9\u30c8\u306e\u30ea\u30b9\u30c8\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002" }, "step": { "advanced_options": { diff --git a/homeassistant/components/climate/translations/ja.json b/homeassistant/components/climate/translations/ja.json index 53a68714c30..c0b172839e3 100644 --- a/homeassistant/components/climate/translations/ja.json +++ b/homeassistant/components/climate/translations/ja.json @@ -12,6 +12,7 @@ "dry": "\u30c9\u30e9\u30a4", "fan_only": "\u30d5\u30a1\u30f3\u306e\u307f", "heat": "\u6696\u623f", + "heat_cool": "\u6696/\u51b7", "off": "\u30aa\u30d5" } }, diff --git a/homeassistant/components/coolmaster/translations/ja.json b/homeassistant/components/coolmaster/translations/ja.json index 06a6ca34b95..fd9b5952b9a 100644 --- a/homeassistant/components/coolmaster/translations/ja.json +++ b/homeassistant/components/coolmaster/translations/ja.json @@ -7,9 +7,15 @@ "step": { "user": { "data": { + "cool": "\u30af\u30fc\u30eb\u30e2\u30fc\u30c9\u3092\u30b5\u30dd\u30fc\u30c8", + "dry": "\u30c9\u30e9\u30a4\u30e2\u30fc\u30c9\u3092\u30b5\u30dd\u30fc\u30c8", + "fan_only": "\u30d5\u30a1\u30f3\u306e\u307f\u306e\u30e2\u30fc\u30c9\u3092\u30b5\u30dd\u30fc\u30c8", + "heat": "\u30d2\u30fc\u30c8\u30e2\u30fc\u30c9\u3092\u30b5\u30dd\u30fc\u30c8", + "heat_cool": "\u81ea\u52d5\u6696\u623f(\u52a0\u71b1)/\u30af\u30fc\u30eb\u30e2\u30fc\u30c9\u5bfe\u5fdc", "host": "\u30db\u30b9\u30c8", "off": "\u30aa\u30d5\u306b\u3067\u304d\u307e\u3059" - } + }, + "title": "CoolMasterNet\u306e\u63a5\u7d9a\u60c5\u5831\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002" } } } diff --git a/homeassistant/components/coronavirus/translations/ja.json b/homeassistant/components/coronavirus/translations/ja.json index 113db73a700..ef8059fc1b5 100644 --- a/homeassistant/components/coronavirus/translations/ja.json +++ b/homeassistant/components/coronavirus/translations/ja.json @@ -8,7 +8,8 @@ "user": { "data": { "country": "\u56fd" - } + }, + "title": "\u76e3\u8996\u3059\u308b\u56fd\u3092\u9078\u629e" } } } diff --git a/homeassistant/components/cover/translations/ja.json b/homeassistant/components/cover/translations/ja.json index 95343f36356..acd06502cff 100644 --- a/homeassistant/components/cover/translations/ja.json +++ b/homeassistant/components/cover/translations/ja.json @@ -2,13 +2,31 @@ "device_automation": { "action_type": { "stop": "\u505c\u6b62 {entity_name}" + }, + "condition_type": { + "is_closed": "{entity_name} \u306f\u9589\u3058\u3066\u3044\u307e\u3059", + "is_closing": "{entity_name} \u304c\u7d42\u4e86\u3057\u3066\u3044\u307e\u3059", + "is_open": "{entity_name} \u304c\u958b\u3044\u3066\u3044\u307e\u3059", + "is_opening": "{entity_name} \u304c\u958b\u3044\u3066\u3044\u307e\u3059", + "is_position": "\u73fe\u5728\u306e {entity_name} \u4f4d\u7f6e", + "is_tilt_position": "\u73fe\u5728\u306e {entity_name} \u50be\u659c\u4f4d\u7f6e" + }, + "trigger_type": { + "closed": "{entity_name} \u9589\u3058\u307e\u3057\u305f", + "closing": "{entity_name} \u304c\u7d42\u4e86", + "opened": "{entity_name} \u304c\u958b\u304b\u308c\u307e\u3057\u305f", + "opening": "{entity_name} \u304c\u958b\u304f", + "position": "{entity_name} \u4f4d\u7f6e\u306e\u5909\u66f4", + "tilt_position": "{entity_name} \u50be\u659c\u4f4d\u7f6e\u306e\u5909\u66f4" } }, "state": { "_": { "closed": "\u9589\u9396", + "closing": "\u9589\u3058\u3066\u3044\u307e\u3059", "open": "\u958b\u653e", - "opening": "\u6249" + "opening": "\u6249", + "stopped": "\u505c\u6b62" } }, "title": "\u30ab\u30d0\u30fc" diff --git a/homeassistant/components/deconz/translations/ja.json b/homeassistant/components/deconz/translations/ja.json index b8d54820183..cb1f95bccca 100644 --- a/homeassistant/components/deconz/translations/ja.json +++ b/homeassistant/components/deconz/translations/ja.json @@ -5,7 +5,8 @@ "already_in_progress": "\u69cb\u6210\u30d5\u30ed\u30fc\u306f\u3059\u3067\u306b\u9032\u884c\u4e2d\u3067\u3059", "no_bridges": "deCONZ\u30d6\u30ea\u30c3\u30b8\u306f\u691c\u51fa\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f", "no_hardware_available": "deCONZ\u306b\u63a5\u7d9a\u3055\u308c\u3066\u3044\u308b\u7121\u7dda\u30cf\u30fc\u30c9\u30a6\u30a7\u30a2\u304c\u3042\u308a\u307e\u305b\u3093", - "not_deconz_bridge": "deCONZ bridge\u3067\u306f\u3042\u308a\u307e\u305b\u3093" + "not_deconz_bridge": "deCONZ bridge\u3067\u306f\u3042\u308a\u307e\u305b\u3093", + "updated_instance": "\u65b0\u3057\u3044\u30db\u30b9\u30c8\u30a2\u30c9\u30ec\u30b9\u3067deCONZ\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f" }, "error": { "no_key": "API\u30ad\u30fc\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f" @@ -52,6 +53,7 @@ "side_4": "\u30b5\u30a4\u30c94", "side_5": "\u30b5\u30a4\u30c95", "side_6": "\u30b5\u30a4\u30c96", + "top_buttons": "\u30c8\u30c3\u30d7\u30dc\u30bf\u30f3", "turn_off": "\u30aa\u30d5\u306b\u3059\u308b", "turn_on": "\u30aa\u30f3\u306b\u3059\u308b" }, @@ -60,7 +62,13 @@ "remote_button_long_press": "\"{subtype}\" \u30dc\u30bf\u30f3\u3092\u62bc\u3057\u7d9a\u3051\u308b", "remote_button_rotated_fast": "\u30dc\u30bf\u30f3\u304c\u9ad8\u901f\u56de\u8ee2\u3059\u308b \"{subtype}\"", "remote_button_short_press": "\"{subtype}\" \u30dc\u30bf\u30f3\u304c\u62bc\u3055\u308c\u307e\u3057\u305f\u3002", + "remote_double_tap": "\u30c7\u30d0\u30a4\u30b9 \"{subtype}\" \u304c\u30c0\u30d6\u30eb\u30bf\u30c3\u30d7\u3055\u308c\u307e\u3057\u305f", + "remote_double_tap_any_side": "\u30c7\u30d0\u30a4\u30b9\u306e\u3044\u305a\u308c\u304b\u306e\u9762\u3092\u30c0\u30d6\u30eb\u30bf\u30c3\u30d7\u3057\u305f", + "remote_falling": "\u81ea\u7531\u843d\u4e0b\u6642\u306e\u30c7\u30d0\u30a4\u30b9(Device in free fall)", + "remote_flip_180_degrees": "\u30c7\u30d0\u30a4\u30b9\u304c180\u5ea6\u53cd\u8ee2", + "remote_flip_90_degrees": "\u30c7\u30d0\u30a4\u30b9\u304c90\u5ea6\u53cd\u8ee2", "remote_gyro_activated": "\u30c7\u30d0\u30a4\u30b9\u304c\u63fa\u308c\u308b", + "remote_moved_any_side": "\u30c7\u30d0\u30a4\u30b9\u304c\u4efb\u610f\u306e\u9762\u3092\u4e0a\u306b\u3057\u3066\u79fb\u52d5\u3057\u305f", "remote_turned_clockwise": "\u30c7\u30d0\u30a4\u30b9\u304c\u6642\u8a08\u56de\u308a\u306b", "remote_turned_counter_clockwise": "\u30c7\u30d0\u30a4\u30b9\u304c\u53cd\u6642\u8a08\u56de\u308a\u306b" } diff --git a/homeassistant/components/device_tracker/translations/ja.json b/homeassistant/components/device_tracker/translations/ja.json index 4609f6f9f3e..872448abf44 100644 --- a/homeassistant/components/device_tracker/translations/ja.json +++ b/homeassistant/components/device_tracker/translations/ja.json @@ -5,8 +5,8 @@ "is_not_home": "{entity_name} \u306f\u3001\u4e0d\u5728\u3067\u3059" }, "trigger_type": { - "enters": "{entity_name} \u304c\u3001\u30be\u30fc\u30f3\u306b\u5165\u308b", - "leaves": "{entity_name} \u304c\u3001\u30be\u30fc\u30f3\u304b\u3089\u96e2\u308c\u308b" + "enters": "{entity_name} \u304c\u30be\u30fc\u30f3\u306b\u5165\u308b", + "leaves": "{entity_name} \u304c\u30be\u30fc\u30f3\u304b\u3089\u96e2\u308c\u308b" } }, "state": { diff --git a/homeassistant/components/doorbird/translations/ja.json b/homeassistant/components/doorbird/translations/ja.json index 059ae70c39c..179edc8943c 100644 --- a/homeassistant/components/doorbird/translations/ja.json +++ b/homeassistant/components/doorbird/translations/ja.json @@ -2,7 +2,8 @@ "config": { "abort": { "already_configured": "\u30c7\u30d0\u30a4\u30b9\u306f\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059", - "link_local_address": "\u30ed\u30fc\u30ab\u30eb\u30a2\u30c9\u30ec\u30b9\u306e\u30ea\u30f3\u30af\u306b\u306f\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u305b\u3093" + "link_local_address": "\u30ed\u30fc\u30ab\u30eb\u30a2\u30c9\u30ec\u30b9\u306e\u30ea\u30f3\u30af\u306b\u306f\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u305b\u3093", + "not_doorbird_device": "\u3053\u306e\u30c7\u30d0\u30a4\u30b9\u306f\u3001DoorBird\u3067\u306f\u3042\u308a\u307e\u305b\u3093" }, "error": { "cannot_connect": "\u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f", @@ -17,14 +18,18 @@ "name": "\u30c7\u30d0\u30a4\u30b9\u540d", "password": "\u30d1\u30b9\u30ef\u30fc\u30c9", "username": "\u30e6\u30fc\u30b6\u30fc\u540d" - } + }, + "title": "DoorBird\u306b\u63a5\u7d9a" } } }, "options": { "step": { "init": { - "description": "\u8ffd\u8de1\u3059\u308b\u30a4\u30d9\u30f3\u30c8\u3054\u3068\u306b\u3001\u30b3\u30f3\u30de\u533a\u5207\u308a\u3067\u30a4\u30d9\u30f3\u30c8\u540d\u3092\u8ffd\u52a0\u3057\u307e\u3059\u3002\u3053\u3053\u306b\u5165\u529b\u3057\u305f\u5f8c\u3001DoorBird\u30a2\u30d7\u30ea\u3092\u4f7f\u7528\u3057\u3066\u7279\u5b9a\u306e\u30a4\u30d9\u30f3\u30c8\u306b\u5272\u308a\u5f53\u3066\u307e\u3059\u3002 https://www.home-assistant.io/integrations/doorbird/#events. \u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u4f8b: somebody_pressed_the_button, motion" + "data": { + "events": "\u30a4\u30d9\u30f3\u30c8\u306e\u30b3\u30f3\u30de\u533a\u5207\u308a\u30ea\u30b9\u30c8\u3002" + }, + "description": "\u8ffd\u8de1\u3059\u308b\u30a4\u30d9\u30f3\u30c8\u3054\u3068\u306b\u3001\u30b3\u30f3\u30de\u533a\u5207\u308a\u3067\u30a4\u30d9\u30f3\u30c8\u540d\u3092\u8ffd\u52a0\u3057\u307e\u3059\u3002\u3053\u3053\u306b\u5165\u529b\u3057\u305f\u5f8c\u3001DoorBird\u30a2\u30d7\u30ea\u3092\u4f7f\u7528\u3057\u3066\u7279\u5b9a\u306e\u30a4\u30d9\u30f3\u30c8\u306b\u5272\u308a\u5f53\u3066\u307e\u3059\u3002https://www.home-assistant.io/integrations/doorbird/#events. \u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u4f8b: somebody_pressed_the_button, motion" } } } diff --git a/homeassistant/components/eafm/translations/ja.json b/homeassistant/components/eafm/translations/ja.json index fb891d2d872..aff9730fcf9 100644 --- a/homeassistant/components/eafm/translations/ja.json +++ b/homeassistant/components/eafm/translations/ja.json @@ -9,6 +9,7 @@ "data": { "station": "\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3" }, + "description": "\u76e3\u8996\u3057\u305f\u3044\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044", "title": "\u6d2a\u6c34\u76e3\u8996(Track a flood monitoring)\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u8ffd\u8de1" } } diff --git a/homeassistant/components/ecobee/translations/ja.json b/homeassistant/components/ecobee/translations/ja.json index 7aa67559664..73ac4cd1611 100644 --- a/homeassistant/components/ecobee/translations/ja.json +++ b/homeassistant/components/ecobee/translations/ja.json @@ -3,6 +3,10 @@ "abort": { "single_instance_allowed": "\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u5358\u4e00\u306e\u8a2d\u5b9a\u3057\u304b\u3067\u304d\u307e\u305b\u3093\u3002" }, + "error": { + "pin_request_failed": "ecobee\u304b\u3089\u306ePIN\u30ea\u30af\u30a8\u30b9\u30c8\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f; API\u30ad\u30fc\u304c\u6b63\u3057\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "token_request_failed": "ecobee\u304b\u3089\u306e\u30c8\u30fc\u30af\u30f3\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u3082\u3046\u4e00\u5ea6\u3084\u308a\u76f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002" + }, "step": { "authorize": { "description": "\u3053\u306e\u30a2\u30d7\u30ea\u3092 https://www.ecobee.com/consumerportal/index.html \u3067PIN\u30b3\u30fc\u30c9\u3067\u8a8d\u8a3c\u3057\u3066\u304f\u3060\u3055\u3044\u3002 \n\n {pin}\n\n\u6b21\u306b\u3001\u9001\u4fe1(submit) \u3092\u62bc\u3057\u307e\u3059\u3002", @@ -12,6 +16,7 @@ "data": { "api_key": "API\u30ad\u30fc" }, + "description": "ecobee.com \u304b\u3089\u53d6\u5f97\u3057\u305fAPI\u30ad\u30fc\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", "title": "ecobee API\u30ad\u30fc" } } diff --git a/homeassistant/components/elgato/translations/ja.json b/homeassistant/components/elgato/translations/ja.json index 8280fd46ecc..d7686d574fc 100644 --- a/homeassistant/components/elgato/translations/ja.json +++ b/homeassistant/components/elgato/translations/ja.json @@ -17,7 +17,7 @@ "description": "Elgato Key Light\u3092\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u3057\u3066\u3001Home Assistant\u3068\u9023\u643a\u3059\u308b\u3088\u3046\u306b\u3057\u307e\u3059\u3002" }, "zeroconf_confirm": { - "description": "\u30b7\u30ea\u30a2\u30eb\u756a\u53f7 '{serial_number}' \u306e\u3001Elgato Light\u3092Home Assistant\u306b\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f", + "description": "\u30b7\u30ea\u30a2\u30eb\u756a\u53f7 `{serial_number}` \u306e\u3001Elgato Light\u3092Home Assistant\u306b\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f", "title": "Elgato Light device\u3092\u767a\u898b" } } diff --git a/homeassistant/components/elkm1/translations/ja.json b/homeassistant/components/elkm1/translations/ja.json index 0131bbb9fef..690d2b29969 100644 --- a/homeassistant/components/elkm1/translations/ja.json +++ b/homeassistant/components/elkm1/translations/ja.json @@ -14,7 +14,8 @@ "protocol": "\u30d7\u30ed\u30c8\u30b3\u30eb", "temperature_unit": "ElkM1\u304c\u4f7f\u7528\u3059\u308b\u6e29\u5ea6\u5358\u4f4d\u3002", "username": "\u30e6\u30fc\u30b6\u30fc\u540d" - } + }, + "title": "Elk-M1 Control\u306b\u63a5\u7d9a" } } } diff --git a/homeassistant/components/flick_electric/translations/ja.json b/homeassistant/components/flick_electric/translations/ja.json index 7a595dcd56a..6091cfde5c6 100644 --- a/homeassistant/components/flick_electric/translations/ja.json +++ b/homeassistant/components/flick_electric/translations/ja.json @@ -15,7 +15,8 @@ "client_secret": "\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30b7\u30fc\u30af\u30ec\u30c3\u30c8(\u30aa\u30d7\u30b7\u30e7\u30f3)", "password": "\u30d1\u30b9\u30ef\u30fc\u30c9", "username": "\u30e6\u30fc\u30b6\u30fc\u540d" - } + }, + "title": "Flick\u306e\u30ed\u30b0\u30a4\u30f3\u8a8d\u8a3c\u60c5\u5831" } } } diff --git a/homeassistant/components/flume/translations/ja.json b/homeassistant/components/flume/translations/ja.json index 9e279f94596..f476c0fd35f 100644 --- a/homeassistant/components/flume/translations/ja.json +++ b/homeassistant/components/flume/translations/ja.json @@ -24,6 +24,7 @@ "password": "\u30d1\u30b9\u30ef\u30fc\u30c9", "username": "\u30e6\u30fc\u30b6\u30fc\u540d" }, + "description": "Flume Personal API\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u306b\u306f\u3001https://portal.flumetech.com/settings#token \u3067\u3001'Client ID' \u3068 'Client Secret' \u3092\u30ea\u30af\u30a8\u30b9\u30c8\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002", "title": "Flume\u30a2\u30ab\u30a6\u30f3\u30c8\u306b\u63a5\u7d9a" } } diff --git a/homeassistant/components/flunearyou/translations/ja.json b/homeassistant/components/flunearyou/translations/ja.json index 2217ea645b4..23df88d984b 100644 --- a/homeassistant/components/flunearyou/translations/ja.json +++ b/homeassistant/components/flunearyou/translations/ja.json @@ -12,7 +12,8 @@ "latitude": "\u7def\u5ea6", "longitude": "\u7d4c\u5ea6" }, - "description": "\u30e6\u30fc\u30b6\u30fc\u30d9\u30fc\u30b9\u306e\u30ec\u30dd\u30fc\u30c8\u3068CDC\u306e\u30ec\u30dd\u30fc\u30c8\u3092\u30da\u30a2\u306b\u3057\u3066\u5ea7\u6a19\u3067\u30e2\u30cb\u30bf\u30fc\u3057\u307e\u3059\u3002" + "description": "\u30e6\u30fc\u30b6\u30fc\u30d9\u30fc\u30b9\u306e\u30ec\u30dd\u30fc\u30c8\u3068CDC\u306e\u30ec\u30dd\u30fc\u30c8\u3092\u30da\u30a2\u306b\u3057\u3066\u5ea7\u6a19\u3067\u30e2\u30cb\u30bf\u30fc\u3057\u307e\u3059\u3002", + "title": "\u8fd1\u304f\u306eFlu\u3092\u8a2d\u5b9a" } } } diff --git a/homeassistant/components/fritzbox/translations/ja.json b/homeassistant/components/fritzbox/translations/ja.json index 6b93e39252a..6631622d284 100644 --- a/homeassistant/components/fritzbox/translations/ja.json +++ b/homeassistant/components/fritzbox/translations/ja.json @@ -30,7 +30,8 @@ "host": "\u30db\u30b9\u30c8", "password": "\u30d1\u30b9\u30ef\u30fc\u30c9", "username": "\u30e6\u30fc\u30b6\u30fc\u540d" - } + }, + "description": "AVM FRITZ!Box\u306e\u60c5\u5831\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002" } } } diff --git a/homeassistant/components/fronius/translations/bg.json b/homeassistant/components/fronius/translations/bg.json new file mode 100644 index 00000000000..5d235f77133 --- /dev/null +++ b/homeassistant/components/fronius/translations/bg.json @@ -0,0 +1,17 @@ +{ + "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" + }, + "error": { + "cannot_connect": "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435" + }, + "step": { + "user": { + "data": { + "host": "\u0425\u043e\u0441\u0442" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/fronius/translations/he.json b/homeassistant/components/fronius/translations/he.json new file mode 100644 index 00000000000..1699e0f8e19 --- /dev/null +++ b/homeassistant/components/fronius/translations/he.json @@ -0,0 +1,18 @@ +{ + "config": { + "abort": { + "already_configured": "\u05ea\u05e6\u05d5\u05e8\u05ea \u05d4\u05d4\u05ea\u05e7\u05df \u05db\u05d1\u05e8 \u05e0\u05e7\u05d1\u05e2\u05d4" + }, + "error": { + "cannot_connect": "\u05d4\u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea \u05e0\u05db\u05e9\u05dc\u05d4", + "unknown": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05dc\u05ea\u05d9 \u05e6\u05e4\u05d5\u05d9\u05d4" + }, + "step": { + "user": { + "data": { + "host": "\u05de\u05d0\u05e8\u05d7" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/fronius/translations/hu.json b/homeassistant/components/fronius/translations/hu.json new file mode 100644 index 00000000000..fc461b66121 --- /dev/null +++ b/homeassistant/components/fronius/translations/hu.json @@ -0,0 +1,20 @@ +{ + "config": { + "abort": { + "already_configured": "Az eszk\u00f6z m\u00e1r konfigur\u00e1lva van" + }, + "error": { + "cannot_connect": "Sikertelen csatlakoz\u00e1s", + "unknown": "V\u00e1ratlan hiba t\u00f6rt\u00e9nt" + }, + "step": { + "user": { + "data": { + "host": "C\u00edm" + }, + "description": "Adja meg a Fronius eszk\u00f6z\u00e9nek helyi c\u00edm\u00e9t (IP vagy hosztn\u00e9v).", + "title": "Fronius SolarNet" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/fronius/translations/tr.json b/homeassistant/components/fronius/translations/tr.json new file mode 100644 index 00000000000..4f45dd9fa1e --- /dev/null +++ b/homeassistant/components/fronius/translations/tr.json @@ -0,0 +1,20 @@ +{ + "config": { + "abort": { + "already_configured": "Cihaz zaten yap\u0131land\u0131r\u0131lm\u0131\u015f" + }, + "error": { + "cannot_connect": "Ba\u011flanma hatas\u0131", + "unknown": "Beklenmeyen hata" + }, + "step": { + "user": { + "data": { + "host": "Ana bilgisayar" + }, + "description": "Fronius cihaz\u0131n\u0131z\u0131n IP adresini veya yerel ana bilgisayar ad\u0131n\u0131 yap\u0131land\u0131r\u0131n.", + "title": "Fronius SolarNet" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/gios/translations/ja.json b/homeassistant/components/gios/translations/ja.json index faaf4644f10..2bcc20414bb 100644 --- a/homeassistant/components/gios/translations/ja.json +++ b/homeassistant/components/gios/translations/ja.json @@ -4,14 +4,18 @@ "already_configured": "\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3\u306f\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059" }, "error": { - "cannot_connect": "\u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f" + "cannot_connect": "\u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f", + "invalid_sensors_data": "\u3053\u306e\u6e2c\u5b9a\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\u306e\u30bb\u30f3\u30b5\u30fc\u306e\u30c7\u30fc\u30bf\u304c\u7121\u52b9\u3067\u3059\u3002", + "wrong_station_id": "\u6e2c\u5b9a\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\u306eID\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002" }, "step": { "user": { "data": { - "name": "\u540d\u524d" + "name": "\u540d\u524d", + "station_id": "\u6e2c\u5b9a\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\u306eID" }, - "description": "GIO\u015a(Polish Chief Inspectorate Of Environmental Protection)\u306e\u5927\u6c17\u8cea\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3\u3092\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u3057\u307e\u3059\u3002\u8a2d\u5b9a\u306b\u3064\u3044\u3066\u30d8\u30eb\u30d7\u304c\u5fc5\u8981\u306a\u5834\u5408\u306f\u3001https://www.home-assistant.io/integrations/gios \u306b\u30a2\u30af\u30bb\u30b9\u3057\u3066\u304f\u3060\u3055\u3044" + "description": "GIO\u015a(Polish Chief Inspectorate Of Environmental Protection)\u306e\u5927\u6c17\u8cea\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3\u3092\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u3057\u307e\u3059\u3002\u8a2d\u5b9a\u306b\u3064\u3044\u3066\u30d8\u30eb\u30d7\u304c\u5fc5\u8981\u306a\u5834\u5408\u306f\u3001https://www.home-assistant.io/integrations/gios \u306b\u30a2\u30af\u30bb\u30b9\u3057\u3066\u304f\u3060\u3055\u3044", + "title": "GIO\u015a (Polish Chief Inspectorate Of Environmental Protection)" } } }, diff --git a/homeassistant/components/guardian/translations/ja.json b/homeassistant/components/guardian/translations/ja.json index 57378efab44..0c282a324bd 100644 --- a/homeassistant/components/guardian/translations/ja.json +++ b/homeassistant/components/guardian/translations/ja.json @@ -13,7 +13,11 @@ "data": { "ip_address": "IP\u30a2\u30c9\u30ec\u30b9", "port": "\u30dd\u30fc\u30c8" - } + }, + "description": "\u30ed\u30fc\u30ab\u30eb\u306eElexa Guardian\u30c7\u30d0\u30a4\u30b9\u3092\u8a2d\u5b9a\u3057\u307e\u3059\u3002" + }, + "zeroconf_confirm": { + "description": "\u3053\u306eGuardian\u30c7\u30d0\u30a4\u30b9\u3092\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u3057\u307e\u3059\u304b\uff1f" } } } diff --git a/homeassistant/components/harmony/translations/ja.json b/homeassistant/components/harmony/translations/ja.json index 2730ab3ba1a..b34b504e586 100644 --- a/homeassistant/components/harmony/translations/ja.json +++ b/homeassistant/components/harmony/translations/ja.json @@ -24,6 +24,10 @@ "options": { "step": { "init": { + "data": { + "activity": "\u4f55\u3082\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306b\u5b9f\u884c\u3055\u308c\u308b\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3\u3002", + "delay_secs": "\u30b3\u30de\u30f3\u30c9\u3092\u9001\u4fe1\u3059\u308b\u969b\u306e\u9045\u5ef6\u6642\u9593\u3002" + }, "description": "Harmony Hub\u306e\u8abf\u6574" } } diff --git a/homeassistant/components/hive/translations/ja.json b/homeassistant/components/hive/translations/ja.json index 277b941fc0f..55b18b13427 100644 --- a/homeassistant/components/hive/translations/ja.json +++ b/homeassistant/components/hive/translations/ja.json @@ -18,7 +18,7 @@ "2fa": "2\u8981\u7d20\u30b3\u30fc\u30c9" }, "description": "Hive\u8a8d\u8a3c\u30b3\u30fc\u30c9\u3092\u5165\u529b\u3057\u307e\u3059\u3002 \n\n\u5225\u306e\u30b3\u30fc\u30c9\u3092\u30ea\u30af\u30a8\u30b9\u30c8\u3059\u308b\u306b\u306f\u3001\u30b3\u30fc\u30c9 0000 \u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "title": "\u30cf\u30a4\u30d6(Hive)2\u8981\u7d20\u8a8d\u8a3c\u3002" + "title": "Hive 2\u8981\u7d20\u8a8d\u8a3c\u3002" }, "reauth": { "data": { diff --git a/homeassistant/components/homekit_controller/translations/ja.json b/homeassistant/components/homekit_controller/translations/ja.json index a6b675cb131..ca975c58723 100644 --- a/homeassistant/components/homekit_controller/translations/ja.json +++ b/homeassistant/components/homekit_controller/translations/ja.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "accessory_not_found_error": "\u30c7\u30d0\u30a4\u30b9\u304c\u898b\u3064\u304b\u3089\u306a\u3044\u305f\u3081\u3001\u30da\u30a2\u30ea\u30f3\u30b0\u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002", "already_configured": "\u30a2\u30af\u30bb\u30b5\u30ea\u306f\u3001\u3053\u306e\u30b3\u30f3\u30c8\u30ed\u30fc\u30e9\u3067\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059\u3002", "already_in_progress": "\u69cb\u6210\u30d5\u30ed\u30fc\u306f\u3059\u3067\u306b\u9032\u884c\u4e2d\u3067\u3059", "already_paired": "\u3053\u306e\u30a2\u30af\u30bb\u30b5\u30ea\u306f\u3001\u3059\u3067\u306b\u4ed6\u306e\u30c7\u30d0\u30a4\u30b9\u3068\u30da\u30a2\u30ea\u30f3\u30b0\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u30a2\u30af\u30bb\u30b5\u30ea\u3092\u30ea\u30bb\u30c3\u30c8\u3057\u3066\u3001\u3082\u3046\u4e00\u5ea6\u3084\u308a\u76f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002", @@ -12,11 +13,19 @@ "error": { "authentication_error": "HomeKit\u30b3\u30fc\u30c9\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002\u78ba\u8a8d\u3057\u3066\u3001\u3082\u3046\u4e00\u5ea6\u8a66\u3057\u3066\u304f\u3060\u3055\u3044\u3002", "insecure_setup_code": "\u8981\u6c42\u3055\u308c\u305f\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u30b3\u30fc\u30c9\u306f\u3001\u5358\u7d14\u3059\u304e\u308b\u6027\u8cea\u306a\u305f\u3081\u5b89\u5168\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u3053\u306e\u30a2\u30af\u30bb\u30b5\u30ea\u306f\u3001\u57fa\u672c\u7684\u306a\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u8981\u4ef6\u3092\u6e80\u305f\u3057\u3066\u3044\u307e\u305b\u3093\u3002", + "max_peers_error": "\u30c7\u30d0\u30a4\u30b9\u306b\u306f\u7121\u6599\u306e\u30da\u30a2\u30ea\u30f3\u30b0\u30b9\u30c8\u30ec\u30fc\u30b8\u304c\u306a\u3044\u305f\u3081\u3001\u30da\u30a2\u30ea\u30f3\u30b0\u306e\u8ffd\u52a0\u3092\u62d2\u5426\u3057\u307e\u3057\u305f\u3002", + "pairing_failed": "\u3053\u306e\u30c7\u30d0\u30a4\u30b9\u3068\u306e\u30da\u30a2\u30ea\u30f3\u30b0\u4e2d\u306b\u3001\u672a\u51e6\u7406\u306e\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u3053\u308c\u306f\u4e00\u6642\u7684\u306a\u969c\u5bb3\u304b\u3001\u30c7\u30d0\u30a4\u30b9\u304c\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002", "unable_to_pair": "\u30da\u30a2\u30ea\u30f3\u30b0\u3067\u304d\u307e\u305b\u3093\u3002\u3082\u3046\u4e00\u5ea6\u8a66\u3057\u3066\u304f\u3060\u3055\u3044\u3002", "unknown_error": "\u30c7\u30d0\u30a4\u30b9\u304c\u4e0d\u660e\u306a\u30a8\u30e9\u30fc\u3092\u5831\u544a\u3057\u307e\u3057\u305f\u3002\u30da\u30a2\u30ea\u30f3\u30b0\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002" }, "flow_title": "{name}", "step": { + "busy_error": { + "title": "\u65e2\u306b\u4ed6\u306e\u30b3\u30f3\u30c8\u30ed\u30fc\u30e9\u30fc\u3068\u30da\u30a2\u30ea\u30f3\u30b0\u3055\u308c\u3066\u3044\u307e\u3059" + }, + "max_tries_error": { + "title": "\u8a8d\u8a3c\u306e\u6700\u5927\u8a66\u884c\u56de\u6570\u3092\u8d85\u3048\u307e\u3057\u305f" + }, "pair": { "data": { "allow_insecure_setup_codes": "\u5b89\u5168\u3067\u306a\u3044\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u30b3\u30fc\u30c9\u3068\u306e\u30da\u30a2\u30ea\u30f3\u30b0\u3092\u8a31\u53ef\u3059\u308b\u3002", @@ -49,7 +58,7 @@ "trigger_type": { "double_press": "\"{subtype}\" \u30922\u56de\u62bc\u3059", "long_press": "\"{subtype}\" \u304c\u3001\u62bc\u3055\u308c\u305f\u307e\u307e", - "single_press": "\"{subtype}\" \u304c\u3001\u62bc\u3055\u308c\u307e\u3057\u305f" + "single_press": "\"{subtype}\" \u304c\u3001\u62bc\u3055\u308c\u307e\u3057\u305f" } }, "title": "HomeKit\u30b3\u30f3\u30c8\u30ed\u30fc\u30e9\u30fc" diff --git a/homeassistant/components/huawei_lte/translations/ja.json b/homeassistant/components/huawei_lte/translations/ja.json index 35a8de978c0..37169a86d4a 100644 --- a/homeassistant/components/huawei_lte/translations/ja.json +++ b/homeassistant/components/huawei_lte/translations/ja.json @@ -31,6 +31,7 @@ "step": { "init": { "data": { + "name": "\u901a\u77e5\u30b5\u30fc\u30d3\u30b9\u540d(\u5909\u66f4\u306b\u306f\u518d\u8d77\u52d5\u304c\u5fc5\u8981)", "recipient": "SMS\u901a\u77e5\u306e\u53d7\u4fe1\u8005", "track_new_devices": "\u65b0\u3057\u3044\u30c7\u30d0\u30a4\u30b9\u306e\u8ffd\u8de1", "track_wired_clients": "\u6709\u7dda\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u3092\u8ffd\u8de1\u3059\u308b", diff --git a/homeassistant/components/hue/translations/ja.json b/homeassistant/components/hue/translations/ja.json index ed2161e9fbc..a015f0d1806 100644 --- a/homeassistant/components/hue/translations/ja.json +++ b/homeassistant/components/hue/translations/ja.json @@ -43,10 +43,11 @@ "double_buttons_2_4": "2\u756a\u76ee\u30684\u756a\u76ee\u306e\u30dc\u30bf\u30f3" }, "trigger_type": { - "double_short_release": "\u30dc\u30bf\u30f3 \"{subtype}\" \u96e2\u3059", + "double_short_release": "\u4e21\u65b9\u306e \"{subtype}\" \u3092\u96e2\u3059", "initial_press": "\u30dc\u30bf\u30f3 \"{subtype}\" \u6700\u521d\u306b\u62bc\u3055\u308c\u305f", "long_release": "\u30dc\u30bf\u30f3 \"{subtype}\" \u96e2\u3057\u305f\u5f8c\u306b\u9577\u62bc\u3057", "remote_button_short_press": "\"{subtype}\" \u30dc\u30bf\u30f3\u304c\u62bc\u3055\u308c\u307e\u3057\u305f\u3002", + "remote_double_button_short_press": "\u4e21\u65b9\u306e \"{subtype}\" \u3092\u96e2\u3059", "repeat": "\u30dc\u30bf\u30f3 \"{subtype}\" \u3092\u62bc\u3057\u305f\u307e\u307e", "short_release": "\u30dc\u30bf\u30f3 \"{subtype}\" \u77ed\u62bc\u3057\u306e\u5f8c\u306b\u96e2\u3059" } diff --git a/homeassistant/components/hue/translations/pl.json b/homeassistant/components/hue/translations/pl.json index c1109444bdb..1b8d3d4ef2d 100644 --- a/homeassistant/components/hue/translations/pl.json +++ b/homeassistant/components/hue/translations/pl.json @@ -35,10 +35,10 @@ }, "device_automation": { "trigger_subtype": { - "1": "Pierwszy przycisk", - "2": "Drugi przycisk", - "3": "Trzeci przycisk", - "4": "Czwarty przycisk", + "1": "pierwszy", + "2": "drugi", + "3": "trzeci", + "4": "czwarty", "button_1": "pierwszy", "button_2": "drugi", "button_3": "trzeci", @@ -51,16 +51,16 @@ "turn_on": "w\u0142\u0105cznik" }, "trigger_type": { - "double_short_release": "Przycisk \"{subtype}\" zwolniony", - "initial_press": "Przycisk \"{subtype}\" wci\u015bni\u0119ty pocz\u0105tkowo", - "long_release": "Przycisk \"{subtype}\" zwolniony po d\u0142ugim przyci\u015bni\u0119ciu", + "double_short_release": "przycisk \"{subtype}\" zostanie zwolniony", + "initial_press": "przycisk \"{subtype}\" zostanie lekko naci\u015bni\u0119ty", + "long_release": "przycisk \"{subtype}\" zostanie zwolniony po d\u0142ugim naci\u015bni\u0119ciu", "remote_button_long_release": "przycisk \"{subtype}\" zostanie zwolniony po d\u0142ugim naci\u015bni\u0119ciu", "remote_button_short_press": "przycisk \"{subtype}\" zostanie naci\u015bni\u0119ty", "remote_button_short_release": "przycisk \"{subtype}\" zostanie zwolniony", "remote_double_button_long_press": "oba przyciski \"{subtype}\" zostan\u0105 zwolnione po d\u0142ugim naci\u015bni\u0119ciu", "remote_double_button_short_press": "oba przyciski \"{subtype}\" zostan\u0105 zwolnione", - "repeat": "Przycisk \"{subtype}\" przytrzymany", - "short_release": "Przycisk \"{subtype}\" zwolniony po kr\u00f3tkim naci\u015bni\u0119ciu" + "repeat": "przycisk \"{subtype}\" zostanie przytrzymany", + "short_release": "przycisk \"{subtype}\" zostanie zwolniony po kr\u00f3tkim naci\u015bni\u0119ciu" } }, "options": { diff --git a/homeassistant/components/hunterdouglas_powerview/translations/ja.json b/homeassistant/components/hunterdouglas_powerview/translations/ja.json index 8df2288c362..a4c7674472a 100644 --- a/homeassistant/components/hunterdouglas_powerview/translations/ja.json +++ b/homeassistant/components/hunterdouglas_powerview/translations/ja.json @@ -10,12 +10,14 @@ "flow_title": "{name} ({host})", "step": { "link": { - "description": "{name} ({host})\u3092\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u3057\u307e\u3059\u304b?" + "description": "{name} ({host})\u3092\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u3057\u307e\u3059\u304b?", + "title": "PowerView Hub\u306b\u63a5\u7d9a" }, "user": { "data": { "host": "IP\u30a2\u30c9\u30ec\u30b9" - } + }, + "title": "PowerView Hub\u306b\u63a5\u7d9a" } } } diff --git a/homeassistant/components/hvv_departures/translations/ja.json b/homeassistant/components/hvv_departures/translations/ja.json index 1dd658cedbf..89656d2669c 100644 --- a/homeassistant/components/hvv_departures/translations/ja.json +++ b/homeassistant/components/hvv_departures/translations/ja.json @@ -5,7 +5,8 @@ }, "error": { "cannot_connect": "\u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f", - "invalid_auth": "\u7121\u52b9\u306a\u8a8d\u8a3c" + "invalid_auth": "\u7121\u52b9\u306a\u8a8d\u8a3c", + "no_results": "\u7d50\u679c\u306a\u3057\u3002\u5225\u306e\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3/\u30a2\u30c9\u30ec\u30b9\u3067\u8a66\u3057\u3066\u304f\u3060\u3055\u3044" }, "step": { "station": { diff --git a/homeassistant/components/hyperion/translations/ja.json b/homeassistant/components/hyperion/translations/ja.json index 2d5b66adc3f..ccd32102cff 100644 --- a/homeassistant/components/hyperion/translations/ja.json +++ b/homeassistant/components/hyperion/translations/ja.json @@ -27,7 +27,7 @@ "title": "Hyperion Ambilight\u30b5\u30fc\u30d3\u30b9\u306e\u8ffd\u52a0\u3092\u78ba\u8a8d" }, "create_token": { - "description": "\u4ee5\u4e0b\u306e\u3001\u9001\u4fe1(submit)\u3092\u9078\u629e\u3057\u3066\u3001\u65b0\u3057\u3044\u8a8d\u8a3c\u30c8\u30fc\u30af\u30f3\u3092\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059\u3002\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u627f\u8a8d\u3059\u308b\u305f\u3081\u306b\u3001Hyperion UI\u306b\u30ea\u30c0\u30a4\u30ec\u30af\u30c8\u3055\u308c\u307e\u3059\u3002\u8868\u793a\u3055\u308c\u305fID\u304c \"{auth_id}\" \u3067\u3042\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "description": "\u4ee5\u4e0b\u306e\u3001\u9001\u4fe1(submit)\u3092\u9078\u629e\u3057\u3066\u3001\u65b0\u3057\u3044\u8a8d\u8a3c\u30c8\u30fc\u30af\u30f3\u3092\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059\u3002\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u627f\u8a8d\u3059\u308b\u305f\u3081\u306b\u3001Hyperion UI\u306b\u30ea\u30c0\u30a4\u30ec\u30af\u30c8\u3055\u308c\u307e\u3059\u3002\u8868\u793a\u3055\u308c\u305fID\u304c \"{auth_id}\" \u3067\u3042\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", "title": "\u65b0\u3057\u3044\u8a8d\u8a3c\u30c8\u30fc\u30af\u30f3\u3092\u81ea\u52d5\u7684\u306b\u4f5c\u6210\u3057\u307e\u3059" }, "create_token_external": { diff --git a/homeassistant/components/icloud/translations/ja.json b/homeassistant/components/icloud/translations/ja.json index a749d2fb926..ab79f0b6611 100644 --- a/homeassistant/components/icloud/translations/ja.json +++ b/homeassistant/components/icloud/translations/ja.json @@ -2,6 +2,7 @@ "config": { "abort": { "already_configured": "\u30a2\u30ab\u30a6\u30f3\u30c8\u306f\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059", + "no_device": "\"iPhone\u3092\u63a2\u3059\" \u304c\u6709\u52b9\u306b\u306a\u3063\u3066\u3044\u308b\u30c7\u30d0\u30a4\u30b9\u306f\u3042\u308a\u307e\u305b\u3093", "reauth_successful": "\u518d\u8a8d\u8a3c\u306b\u6210\u529f\u3057\u307e\u3057\u305f" }, "error": { diff --git a/homeassistant/components/insteon/translations/ja.json b/homeassistant/components/insteon/translations/ja.json index 22a9d0a2b2b..cf433818237 100644 --- a/homeassistant/components/insteon/translations/ja.json +++ b/homeassistant/components/insteon/translations/ja.json @@ -45,6 +45,7 @@ "options": { "error": { "cannot_connect": "\u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f", + "input_error": "\u30a8\u30f3\u30c8\u30ea\u304c\u7121\u52b9\u3067\u3059\u3002\u5024\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", "select_single": "\u30aa\u30d7\u30b7\u30e7\u30f3\u30921\u3064\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002" }, "step": { @@ -75,8 +76,10 @@ }, "init": { "data": { + "add_override": "\u30c7\u30d0\u30a4\u30b9\u3092\u8ffd\u52a0\u3057\u3066\u4e0a\u66f8\u304d\u3057\u307e\u3059\u3002", "add_x10": "X10 \u30c7\u30d0\u30a4\u30b9\u3092\u8ffd\u52a0\u3057\u307e\u3059\u3002", "change_hub_config": "Hub\u306e\u8a2d\u5b9a\u3092\u5909\u66f4\u3057\u307e\u3059\u3002", + "remove_override": "\u30c7\u30d0\u30a4\u30b9\u3092\u524a\u9664\u3057\u3066\u4e0a\u66f8\u304d\u3057\u307e\u3059\u3002", "remove_x10": "X10\u30c7\u30d0\u30a4\u30b9\u524a\u9664\u3092\u524a\u9664\u3057\u307e\u3059\u3002" }, "description": "\u8a2d\u5b9a\u3059\u308b\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u9078\u629e\u3057\u307e\u3059\u3002", diff --git a/homeassistant/components/ipp/translations/ja.json b/homeassistant/components/ipp/translations/ja.json index 3e9159ce3a2..65226f78cbc 100644 --- a/homeassistant/components/ipp/translations/ja.json +++ b/homeassistant/components/ipp/translations/ja.json @@ -4,6 +4,7 @@ "already_configured": "\u30c7\u30d0\u30a4\u30b9\u306f\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059", "cannot_connect": "\u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f", "connection_upgrade": "\u63a5\u7d9a\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9(connection upgrade)\u304c\u5fc5\u8981\u306a\u305f\u3081\u3001\u30d7\u30ea\u30f3\u30bf\u30fc\u3078\u306e\u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002", + "ipp_error": "IPP\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002", "ipp_version_error": "IPP\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30d7\u30ea\u30f3\u30bf\u30fc\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002", "parse_error": "\u30d7\u30ea\u30f3\u30bf\u30fc\u304b\u3089\u306e\u5fdc\u7b54\u306e\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002", "unique_id_required": "\u691c\u51fa\u306b\u5fc5\u8981\u306a\u30e6\u30cb\u30fc\u30af(\u4e00\u610f)ID\u304c\u30c7\u30d0\u30a4\u30b9\u306b\u3042\u308a\u307e\u305b\u3093\u3002" @@ -16,6 +17,7 @@ "step": { "user": { "data": { + "base_path": "\u30d7\u30ea\u30f3\u30bf\u30fc\u3078\u306e\u76f8\u5bfe\u30d1\u30b9", "host": "\u30db\u30b9\u30c8", "port": "\u30dd\u30fc\u30c8", "ssl": "SSL\u8a3c\u660e\u66f8\u3092\u4f7f\u7528\u3059\u308b", diff --git a/homeassistant/components/knx/translations/bg.json b/homeassistant/components/knx/translations/bg.json index 6fe37eac691..42ce4fc3608 100644 --- a/homeassistant/components/knx/translations/bg.json +++ b/homeassistant/components/knx/translations/bg.json @@ -1,5 +1,8 @@ { "config": { + "error": { + "cannot_connect": "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435" + }, "step": { "manual_tunnel": { "data": { diff --git a/homeassistant/components/konnected/translations/bg.json b/homeassistant/components/konnected/translations/bg.json index 6b2ccdd56ec..1c804131ae8 100644 --- a/homeassistant/components/konnected/translations/bg.json +++ b/homeassistant/components/konnected/translations/bg.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "cannot_connect": "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/konnected/translations/he.json b/homeassistant/components/konnected/translations/he.json index 5bfc5453409..f07caab4ee1 100644 --- a/homeassistant/components/konnected/translations/he.json +++ b/homeassistant/components/konnected/translations/he.json @@ -3,6 +3,7 @@ "abort": { "already_configured": "\u05ea\u05e6\u05d5\u05e8\u05ea \u05d4\u05d4\u05ea\u05e7\u05df \u05db\u05d1\u05e8 \u05e0\u05e7\u05d1\u05e2\u05d4", "already_in_progress": "\u05d6\u05e8\u05d9\u05de\u05ea \u05d4\u05ea\u05e6\u05d5\u05e8\u05d4 \u05db\u05d1\u05e8 \u05de\u05ea\u05d1\u05e6\u05e2\u05ea", + "cannot_connect": "\u05d4\u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea \u05e0\u05db\u05e9\u05dc\u05d4", "unknown": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05dc\u05ea\u05d9 \u05e6\u05e4\u05d5\u05d9\u05d4" }, "error": { diff --git a/homeassistant/components/konnected/translations/hu.json b/homeassistant/components/konnected/translations/hu.json index 65a1c88b8d5..9b65090505b 100644 --- a/homeassistant/components/konnected/translations/hu.json +++ b/homeassistant/components/konnected/translations/hu.json @@ -3,6 +3,7 @@ "abort": { "already_configured": "Az eszk\u00f6z m\u00e1r konfigur\u00e1lva van", "already_in_progress": "A konfigur\u00e1l\u00e1s m\u00e1r folyamatban van", + "cannot_connect": "Sikertelen csatlakoz\u00e1s", "not_konn_panel": "Nem felismert Konnected.io eszk\u00f6z", "unknown": "V\u00e1ratlan hiba t\u00f6rt\u00e9nt" }, diff --git a/homeassistant/components/konnected/translations/ja.json b/homeassistant/components/konnected/translations/ja.json index 162d7e25d1e..5e50b806208 100644 --- a/homeassistant/components/konnected/translations/ja.json +++ b/homeassistant/components/konnected/translations/ja.json @@ -87,14 +87,17 @@ "blink": "\u72b6\u614b\u5909\u66f4\u3092\u9001\u4fe1\u3059\u308b\u3068\u304d\u306b\u3001\u30d1\u30cd\u30eb\u306eLED\u3092\u70b9\u6ec5\u3055\u305b\u308b", "discovery": "\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u4e0a\u306e\u691c\u51fa(discovery)\u8981\u6c42\u306b\u5fdc\u7b54\u3059\u308b" }, + "description": "\u30d1\u30cd\u30eb\u306b\u5fc5\u8981\u306a\u52d5\u4f5c\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044", "title": "\u305d\u306e\u4ed6\u306e\u8a2d\u5b9a" }, "options_switch": { "data": { "activation": "\u30aa\u30f3\u306e\u3068\u304d\u306b\u51fa\u529b", + "momentary": "\u30d1\u30eb\u30b9\u6301\u7d9a\u6642\u9593(ms)(\u30aa\u30d7\u30b7\u30e7\u30f3)", "name": "\u540d\u524d(\u30aa\u30d7\u30b7\u30e7\u30f3)" }, - "description": "{zone}\u30aa\u30d7\u30b7\u30e7\u30f3 : \u72b6\u614b{state}" + "description": "{zone}\u30aa\u30d7\u30b7\u30e7\u30f3 : \u72b6\u614b{state}", + "title": "\u5207\u308a\u66ff\u3048\u53ef\u80fd\u306a\u51fa\u529b\u306e\u8a2d\u5b9a" } } } diff --git a/homeassistant/components/konnected/translations/tr.json b/homeassistant/components/konnected/translations/tr.json index be52b4ac92b..3c23b26ab0d 100644 --- a/homeassistant/components/konnected/translations/tr.json +++ b/homeassistant/components/konnected/translations/tr.json @@ -3,6 +3,7 @@ "abort": { "already_configured": "Cihaz zaten yap\u0131land\u0131r\u0131lm\u0131\u015f", "already_in_progress": "Yap\u0131land\u0131rma ak\u0131\u015f\u0131 zaten devam ediyor", + "cannot_connect": "Ba\u011flanma hatas\u0131", "not_konn_panel": "Bilinen bir Konnected.io cihaz\u0131 de\u011fil", "unknown": "Beklenmeyen hata" }, diff --git a/homeassistant/components/life360/translations/ja.json b/homeassistant/components/life360/translations/ja.json index 725e1cfaae3..772b44b31d8 100644 --- a/homeassistant/components/life360/translations/ja.json +++ b/homeassistant/components/life360/translations/ja.json @@ -19,6 +19,7 @@ "password": "\u30d1\u30b9\u30ef\u30fc\u30c9", "username": "\u30e6\u30fc\u30b6\u30fc\u540d" }, + "description": "\u8a73\u7d30\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8a2d\u5b9a\u3059\u308b\u306b\u306f\u3001[Life360\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8]({docs_url}) \u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002\n\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u8ffd\u52a0\u3059\u308b\u524d\u306b\u884c\u3046\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002", "title": "Life360\u30a2\u30ab\u30a6\u30f3\u30c8\u60c5\u5831" } } diff --git a/homeassistant/components/light/translations/ja.json b/homeassistant/components/light/translations/ja.json index c8e4a666c25..16d0fd40523 100644 --- a/homeassistant/components/light/translations/ja.json +++ b/homeassistant/components/light/translations/ja.json @@ -1,6 +1,7 @@ { "device_automation": { "action_type": { + "flash": "\u30d5\u30e9\u30c3\u30b7\u30e5 {entity_name}", "toggle": "\u30c8\u30b0\u30eb {entity_name}", "turn_off": "\u30aa\u30d5\u306b\u3059\u308b {entity_name}", "turn_on": "\u30aa\u30f3\u306b\u3059\u308b {entity_name}" diff --git a/homeassistant/components/lutron_caseta/translations/ja.json b/homeassistant/components/lutron_caseta/translations/ja.json index 64d42df1c1d..4f7339efcd8 100644 --- a/homeassistant/components/lutron_caseta/translations/ja.json +++ b/homeassistant/components/lutron_caseta/translations/ja.json @@ -65,7 +65,7 @@ "stop_all": "\u3059\u3079\u3066\u505c\u6b62" }, "trigger_type": { - "press": "\"{subtype}\" \u304c\u3001\u62bc\u3055\u308c\u307e\u3057\u305f", + "press": "\"{subtype}\" \u304c\u3001\u62bc\u3055\u308c\u307e\u3057\u305f", "release": "\"{subtype}\" \u96e2\u3059" } } diff --git a/homeassistant/components/media_player/translations/ja.json b/homeassistant/components/media_player/translations/ja.json index e27e8dfbf20..b60a48d3279 100644 --- a/homeassistant/components/media_player/translations/ja.json +++ b/homeassistant/components/media_player/translations/ja.json @@ -1,9 +1,16 @@ { "device_automation": { + "condition_type": { + "is_idle": "{entity_name} \u306f\u3001\u30a2\u30a4\u30c9\u30eb\u72b6\u614b\u3067\u3059", + "is_off": "{entity_name} \u306f\u30aa\u30d5\u3067\u3059", + "is_on": "{entity_name} \u304c\u30aa\u30f3\u3067\u3059", + "is_paused": "{entity_name} \u306f\u3001\u4e00\u6642\u505c\u6b62\u3057\u3066\u3044\u307e\u3059", + "is_playing": "{entity_name} \u304c\u518d\u751f\u3055\u308c\u3066\u3044\u307e\u3059" + }, "trigger_type": { - "idle": "{entity_name} \u304c\u3001\u30a2\u30a4\u30c9\u30eb\u72b6\u614b\u306b\u306a\u308a\u307e\u3059", + "idle": "{entity_name} \u304c\u30a2\u30a4\u30c9\u30eb\u72b6\u614b\u306b\u306a\u308a\u307e\u3059", "paused": "{entity_name} \u306f\u3001\u4e00\u6642\u505c\u6b62\u3057\u3066\u3044\u307e\u3059", - "playing": "{entity_name} \u304c\u3001\u518d\u751f\u3092\u958b\u59cb\u3057\u307e\u3059", + "playing": "{entity_name} \u304c\u518d\u751f\u3092\u958b\u59cb\u3057\u307e\u3059", "turned_off": "{entity_name} \u30aa\u30d5\u306b\u306a\u308a\u307e\u3057\u305f", "turned_on": "{entity_name} \u30aa\u30f3\u306b\u306a\u3063\u3066\u3044\u307e\u3059" } diff --git a/homeassistant/components/melcloud/translations/ja.json b/homeassistant/components/melcloud/translations/ja.json index 17675d40bfc..b8f2d14e5cd 100644 --- a/homeassistant/components/melcloud/translations/ja.json +++ b/homeassistant/components/melcloud/translations/ja.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "\u3053\u306e\u30e1\u30fc\u30eb\u306b\u306f\u3059\u3067\u306b\u3001MELCloud\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u30a2\u30af\u30bb\u30b9\u30c8\u30fc\u30af\u30f3\u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002" + }, "error": { "cannot_connect": "\u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f", "invalid_auth": "\u7121\u52b9\u306a\u8a8d\u8a3c", diff --git a/homeassistant/components/meteo_france/translations/ja.json b/homeassistant/components/meteo_france/translations/ja.json index ca736d1c31d..2fa1f60225e 100644 --- a/homeassistant/components/meteo_france/translations/ja.json +++ b/homeassistant/components/meteo_france/translations/ja.json @@ -4,11 +4,15 @@ "already_configured": "\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3\u306f\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059", "unknown": "\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc" }, + "error": { + "empty": "\u90fd\u5e02\u691c\u7d22\u306e\u7d50\u679c\u306f\u3042\u308a\u307e\u305b\u3093: \u90fd\u5e02\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044" + }, "step": { "cities": { "data": { "city": "\u90fd\u5e02" }, + "description": "\u30ea\u30b9\u30c8\u304b\u3089\u3042\u306a\u305f\u306e\u90fd\u5e02\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044", "title": "M\u00e9t\u00e9o-France" }, "user": { diff --git a/homeassistant/components/mobile_app/translations/ja.json b/homeassistant/components/mobile_app/translations/ja.json index da9774e8350..6a5de20ec8d 100644 --- a/homeassistant/components/mobile_app/translations/ja.json +++ b/homeassistant/components/mobile_app/translations/ja.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "install_app": "Mobile app\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3\u3092\u958b\u3044\u3066\u3001Home Assistant\u3068\u306e\u8a2d\u5b9a\u3057\u307e\u3059\u3002\u4e92\u63db\u6027\u306e\u3042\u308b\u30a2\u30d7\u30ea\u306e\u4e00\u89a7\u306f\u3001[\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8]({apps_url}) \u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002" + }, "step": { "confirm": { "description": "\u30e2\u30d0\u30a4\u30eb\u30a2\u30d7\u30ea\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u8a2d\u5b9a\u3057\u307e\u3059\u304b\uff1f" diff --git a/homeassistant/components/mqtt/translations/ja.json b/homeassistant/components/mqtt/translations/ja.json index 78b002e492c..48165f64111 100644 --- a/homeassistant/components/mqtt/translations/ja.json +++ b/homeassistant/components/mqtt/translations/ja.json @@ -40,7 +40,7 @@ }, "trigger_type": { "button_long_press": "\"{subtype}\" \u304c\u3001\u7d99\u7d9a\u7684\u306b\u62bc\u3055\u308c\u305f", - "button_short_press": "\"{subtype}\" \u304c\u3001\u62bc\u3055\u308c\u307e\u3057\u305f" + "button_short_press": "\"{subtype}\" \u304c\u3001\u62bc\u3055\u308c\u307e\u3057\u305f" } }, "options": { diff --git a/homeassistant/components/netatmo/translations/ja.json b/homeassistant/components/netatmo/translations/ja.json index 97b706fa99d..ac3c4b258d2 100644 --- a/homeassistant/components/netatmo/translations/ja.json +++ b/homeassistant/components/netatmo/translations/ja.json @@ -29,12 +29,12 @@ "trigger_type": { "alarm_started": "{entity_name} \u304c\u30a2\u30e9\u30fc\u30e0\u3092\u691c\u51fa\u3057\u307e\u3057\u305f", "animal": "{entity_name} \u304c\u52d5\u7269\u3092\u691c\u51fa\u3057\u307e\u3057\u305f", - "cancel_set_point": "{entity_name} \u304c\u3001\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u518d\u958b\u3057\u307e\u3057\u305f\u3002", - "human": "{entity_name} \u304c\u3001\u4eba\u3092\u691c\u51fa\u3057\u307e\u3057\u305f", + "cancel_set_point": "{entity_name} \u304c\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u518d\u958b\u3057\u307e\u3057\u305f\u3002", + "human": "{entity_name} \u304c\u4eba\u3092\u691c\u51fa\u3057\u307e\u3057\u305f", "movement": "{entity_name} \u304c\u52d5\u304d\u3092\u691c\u51fa\u3057\u307e\u3057\u305f", "outdoor": "{entity_name} \u304c\u5c4b\u5916\u30a4\u30d9\u30f3\u30c8\u3092\u691c\u51fa\u3057\u307e\u3057\u305f", - "person": "{entity_name} \u304c\u3001\u500b\u4eba\u3092\u691c\u51fa\u3057\u307e\u3057\u305f", - "person_away": "{entity_name} \u304c\u3001\u4eba\u304c\u53bb\u3063\u305f\u3053\u3068\u3092\u691c\u51fa\u3057\u307e\u3057\u305f", + "person": "{entity_name} \u304c\u500b\u4eba\u3092\u691c\u51fa\u3057\u307e\u3057\u305f", + "person_away": "{entity_name} \u304c\u4eba\u304c\u53bb\u3063\u305f\u3053\u3068\u3092\u691c\u51fa\u3057\u307e\u3057\u305f", "set_point": "\u76ee\u6a19\u6e29\u5ea6 {entity_name} \u3092\u624b\u52d5\u3067\u8a2d\u5b9a", "therm_mode": "{entity_name} \u306f \"{subtype}\" \u306b\u5207\u308a\u66ff\u308f\u308a\u307e\u3057\u305f\u3002", "turned_off": "{entity_name} \u30aa\u30d5\u306b\u306a\u308a\u307e\u3057\u305f", diff --git a/homeassistant/components/nmap_tracker/translations/ja.json b/homeassistant/components/nmap_tracker/translations/ja.json index b8e45689a20..fe75eca98c5 100644 --- a/homeassistant/components/nmap_tracker/translations/ja.json +++ b/homeassistant/components/nmap_tracker/translations/ja.json @@ -9,9 +9,9 @@ "step": { "user": { "data": { - "exclude": "\u30b9\u30ad\u30e3\u30f3\u5bfe\u8c61\u304b\u3089\u9664\u5916\u3059\u308b\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30a2\u30c9\u30ec\u30b9(\u30ab\u30f3\u30de\u533a\u5207\u308a)", + "exclude": "\u30b9\u30ad\u30e3\u30f3\u5bfe\u8c61\u304b\u3089\u9664\u5916\u3059\u308b\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30a2\u30c9\u30ec\u30b9(\u30b3\u30f3\u30de\u533a\u5207\u308a)", "home_interval": "\u30a2\u30af\u30c6\u30a3\u30d6\u306a\u30c7\u30d0\u30a4\u30b9\u306e\u30b9\u30ad\u30e3\u30f3\u9593\u9694(\u5206)\u306e\u6700\u5c0f\u6642\u9593(\u30d0\u30c3\u30c6\u30ea\u30fc\u3092\u7bc0\u7d04)", - "hosts": "\u30b9\u30ad\u30e3\u30f3\u3059\u308b\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30a2\u30c9\u30ec\u30b9(\u30ab\u30f3\u30de\u533a\u5207\u308a)", + "hosts": "\u30b9\u30ad\u30e3\u30f3\u3059\u308b\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30a2\u30c9\u30ec\u30b9(\u30b3\u30f3\u30de\u533a\u5207\u308a)", "scan_options": "Nmap\u306b\u672a\u52a0\u5de5\u3067\u305d\u306e\u307e\u307e\u6e21\u3055\u308c\u308b\u30b9\u30ad\u30e3\u30f3\u8a2d\u5b9a\u306e\u30aa\u30d7\u30b7\u30e7\u30f3" }, "description": "Nmap\u3067\u30b9\u30ad\u30e3\u30f3\u3055\u308c\u308b\u30db\u30b9\u30c8\u3092\u8a2d\u5b9a\u3057\u307e\u3059\u3002\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30a2\u30c9\u30ec\u30b9\u304a\u3088\u3073\u9664\u5916\u5bfe\u8c61\u306f\u3001IP\u30a2\u30c9\u30ec\u30b9(192.168.1.1)\u3001IP\u30cd\u30c3\u30c8\u30ef\u30fc\u30af(192.168.0.0/24)\u3001\u307e\u305f\u306f\u3001IP\u7bc4\u56f2(192.168.1.0-32)\u3067\u3059\u3002" @@ -26,9 +26,9 @@ "init": { "data": { "consider_home": "\u898b\u3048\u306a\u304f\u306a\u3063\u305f\u5f8c\u3001\u30c7\u30d0\u30a4\u30b9\u30c8\u30e9\u30c3\u30ab\u30fc\u3092\u30db\u30fc\u30e0\u3067\u306a\u3044\u3082\u306e\u3068\u3057\u3066\u898b\u306a\u3057\u3066\u3001\u30de\u30fc\u30af\u3059\u308b\u307e\u3067\u5f85\u6a5f\u3059\u308b\u307e\u3067\u306e\u79d2\u6570\u3002", - "exclude": "\u30b9\u30ad\u30e3\u30f3\u5bfe\u8c61\u304b\u3089\u9664\u5916\u3059\u308b\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30a2\u30c9\u30ec\u30b9(\u30ab\u30f3\u30de\u533a\u5207\u308a)", + "exclude": "\u30b9\u30ad\u30e3\u30f3\u5bfe\u8c61\u304b\u3089\u9664\u5916\u3059\u308b\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30a2\u30c9\u30ec\u30b9(\u30b3\u30f3\u30de\u533a\u5207\u308a)", "home_interval": "\u30a2\u30af\u30c6\u30a3\u30d6\u306a\u30c7\u30d0\u30a4\u30b9\u306e\u30b9\u30ad\u30e3\u30f3\u9593\u9694(\u5206)\u306e\u6700\u5c0f\u6642\u9593(\u30d0\u30c3\u30c6\u30ea\u30fc\u3092\u7bc0\u7d04)", - "hosts": "\u30b9\u30ad\u30e3\u30f3\u3059\u308b\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30a2\u30c9\u30ec\u30b9(\u30ab\u30f3\u30de\u533a\u5207\u308a)", + "hosts": "\u30b9\u30ad\u30e3\u30f3\u3059\u308b\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30a2\u30c9\u30ec\u30b9(\u30b3\u30f3\u30de\u533a\u5207\u308a)", "interval_seconds": "\u30b9\u30ad\u30e3\u30f3\u9593\u9694", "scan_options": "Nmap\u306b\u672a\u52a0\u5de5\u3067\u305d\u306e\u307e\u307e\u6e21\u3055\u308c\u308b\u30b9\u30ad\u30e3\u30f3\u8a2d\u5b9a\u306e\u30aa\u30d7\u30b7\u30e7\u30f3", "track_new_devices": "\u65b0\u3057\u3044\u30c7\u30d0\u30a4\u30b9\u306e\u8ffd\u8de1" diff --git a/homeassistant/components/nuheat/translations/ja.json b/homeassistant/components/nuheat/translations/ja.json index 8f2eb2cc09a..c8a9b3fc105 100644 --- a/homeassistant/components/nuheat/translations/ja.json +++ b/homeassistant/components/nuheat/translations/ja.json @@ -6,14 +6,17 @@ "error": { "cannot_connect": "\u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f", "invalid_auth": "\u7121\u52b9\u306a\u8a8d\u8a3c", + "invalid_thermostat": "\u30b5\u30fc\u30e2\u30b9\u30bf\u30c3\u30c8\u306e\u30b7\u30ea\u30a2\u30eb\u756a\u53f7\u304c\u7121\u52b9\u3067\u3059\u3002", "unknown": "\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc" }, "step": { "user": { "data": { "password": "\u30d1\u30b9\u30ef\u30fc\u30c9", + "serial_number": "\u30b5\u30fc\u30e2\u30b9\u30bf\u30c3\u30c8\u306e\u30b7\u30ea\u30a2\u30eb\u756a\u53f7\u3002", "username": "\u30e6\u30fc\u30b6\u30fc\u540d" }, + "description": "https://MyNuHeat.com \u306b\u30ed\u30b0\u30a4\u30f3\u3057\u3001\u30b5\u30fc\u30e2\u30b9\u30bf\u30c3\u30c8\u3092\u9078\u629e\u3057\u3066\u3001\u30b5\u30fc\u30e2\u30b9\u30bf\u30c3\u30c8\u306e\u30b7\u30ea\u30a2\u30eb\u756a\u53f7\u307e\u305f\u306fID\u3092\u53d6\u5f97\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002", "title": "NuHeat\u306b\u63a5\u7d9a" } } diff --git a/homeassistant/components/nut/translations/ja.json b/homeassistant/components/nut/translations/ja.json index 707a8bd8faa..4c52cc74ed2 100644 --- a/homeassistant/components/nut/translations/ja.json +++ b/homeassistant/components/nut/translations/ja.json @@ -27,7 +27,8 @@ "password": "\u30d1\u30b9\u30ef\u30fc\u30c9", "port": "\u30dd\u30fc\u30c8", "username": "\u30e6\u30fc\u30b6\u30fc\u540d" - } + }, + "title": "NUT server\u306b\u63a5\u7d9a" } } }, diff --git a/homeassistant/components/owntracks/translations/ja.json b/homeassistant/components/owntracks/translations/ja.json index 1db987a2734..faec1e6977b 100644 --- a/homeassistant/components/owntracks/translations/ja.json +++ b/homeassistant/components/owntracks/translations/ja.json @@ -4,7 +4,7 @@ "single_instance_allowed": "\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u5358\u4e00\u306e\u8a2d\u5b9a\u3057\u304b\u3067\u304d\u307e\u305b\u3093\u3002" }, "create_entry": { - "default": "\n\nAndroid\u306e\u5834\u5408\u3001[OwnTracks app]({android_url})\u3092\u958b\u304d\u3001\u74b0\u5883\u8a2d\u5b9a -> \u63a5\u7d9a \u306b\u79fb\u52d5\u3057\u3066\u3001\u6b21\u306e\u8a2d\u5b9a\u3092\u5909\u66f4\u3057\u307e\u3059:\n - Mode: Private HTTP\n - Host: {webhook_url}\n - Identification(\u8b58\u5225\u60c5\u5831):\n - Username: `'1A'`\n - Device ID: `'1B'`\n\niOS\u306e\u5834\u5408\u3001[OwnTracks app]({ios_url})\u3092\u958b\u304d\u3001\u5de6\u4e0a\u306e(i)\u30a2\u30a4\u30b3\u30f3\u3092\u30bf\u30c3\u30d7\u3057\u3066 -> \u8a2d\u5b9a\u3002\u6b21\u306e\u8a2d\u5b9a\u3092\u5909\u66f4\u3057\u307e\u3059:\n - Mode: HTTP\n - URL: {webhook_url}\n - Turn on authentication(\u8a8d\u8a3c\u3092\u30aa\u30f3\u306b\u3059\u308b)\n - UserID: `'1A'`\n\n{secret}\n\n\u8a73\u7d30\u306f[\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8]({docs_url})\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002" + "default": "\n\nAndroid\u306e\u5834\u5408\u3001[OwnTracks app]({android_url})\u3092\u958b\u304d\u3001\u74b0\u5883\u8a2d\u5b9a -> \u63a5\u7d9a \u306b\u79fb\u52d5\u3057\u3066\u3001\u6b21\u306e\u8a2d\u5b9a\u3092\u5909\u66f4\u3057\u307e\u3059:\n - Mode: Private HTTP\n - Host: {webhook_url}\n - Identification(\u8b58\u5225\u60c5\u5831):\n - Username: `''`\n - Device ID: `''`\n\nOS\u306e\u5834\u5408\u3001[OwnTracks app]({ios_url})\u3092\u958b\u304d\u3001\u5de6\u4e0a\u306e(i)\u30a2\u30a4\u30b3\u30f3\u3092\u30bf\u30c3\u30d7\u3057\u3066 -> \u8a2d\u5b9a\u3002\u6b21\u306e\u8a2d\u5b9a\u3092\u5909\u66f4\u3057\u307e\u3059:\n - Mode: HTTP\n - URL: {webhook_url}\n - Turn on authentication(\u8a8d\u8a3c\u3092\u30aa\u30f3\u306b\u3059\u308b)\n - UserID: `''`\n\n{secret}\n\n\u8a73\u7d30\u306f[\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8]({docs_url})\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002" }, "step": { "user": { diff --git a/homeassistant/components/plaato/translations/ja.json b/homeassistant/components/plaato/translations/ja.json index 75a3ec07146..8b3f030b72f 100644 --- a/homeassistant/components/plaato/translations/ja.json +++ b/homeassistant/components/plaato/translations/ja.json @@ -6,7 +6,7 @@ "webhook_not_internet_accessible": "Webhook\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u53d7\u4fe1\u3059\u308b\u306b\u306f\u3001Home Assistant\u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u306b\u3001\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u304b\u3089\u30a2\u30af\u30bb\u30b9\u3067\u304d\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002" }, "create_entry": { - "default": "Plaato {device_type} \u540d\u524d **{device_name}** \u304c\u6b63\u5e38\u306b\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3057\u305f\u3002" + "default": "Plaato {device_type} \u540d\u524d **{device_name}** \u304c\u6b63\u5e38\u306b\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3057\u305f\u3002" }, "error": { "invalid_webhook_device": "Webhook\u3078\u306e\u30c7\u30fc\u30bf\u9001\u4fe1\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u306a\u3044\u30c7\u30d0\u30a4\u30b9\u3092\u9078\u629e\u3057\u307e\u3057\u305f\u3002Airlock\u3067\u306e\u307f\u5229\u7528\u53ef\u80fd\u3067\u3059", diff --git a/homeassistant/components/plex/translations/ja.json b/homeassistant/components/plex/translations/ja.json index f6a98b1d8a2..5fda1370e65 100644 --- a/homeassistant/components/plex/translations/ja.json +++ b/homeassistant/components/plex/translations/ja.json @@ -5,6 +5,7 @@ "already_configured": "\u3053\u306ePlex server\u306f\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059", "already_in_progress": "\u69cb\u6210\u30d5\u30ed\u30fc\u306f\u3059\u3067\u306b\u9032\u884c\u4e2d\u3067\u3059", "reauth_successful": "\u518d\u8a8d\u8a3c\u306b\u6210\u529f\u3057\u307e\u3057\u305f", + "token_request_timeout": "\u30c8\u30fc\u30af\u30f3\u306e\u53d6\u5f97\u306b\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8\u3057\u307e\u3057\u305f", "unknown": "\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc" }, "error": { @@ -33,6 +34,7 @@ "title": "Plex\u30b5\u30fc\u30d0\u30fc\u3092\u9078\u629e" }, "user": { + "description": "[plex.tv](https://plex.tv) \u306b\u9032\u307f\u3001Plex server\u3092\u30ea\u30f3\u30af\u3057\u307e\u3059\u3002", "title": "Plex Media Server" }, "user_advanced": { @@ -47,7 +49,9 @@ "step": { "plex_mp_settings": { "data": { + "ignore_new_shared_users": "\u65b0\u3057\u3044\u7ba1\u7406\u5bfe\u8c61/\u5171\u6709\u30e6\u30fc\u30b6\u30fc\u3092\u7121\u8996\u3059\u308b", "ignore_plex_web_clients": "Plex Web clients\u3092\u7121\u8996\u3059\u308b", + "monitored_users": "\u76e3\u8996\u5bfe\u8c61\u306e\u30e6\u30fc\u30b6\u30fc", "use_episode_art": "\u30a8\u30d4\u30bd\u30fc\u30c9\u30a2\u30fc\u30c8\u3092\u4f7f\u7528" }, "description": "Plex Media Player\u306e\u30aa\u30d7\u30b7\u30e7\u30f3" diff --git a/homeassistant/components/powerwall/translations/ja.json b/homeassistant/components/powerwall/translations/ja.json index e66e1ef19b6..27c9cfded6a 100644 --- a/homeassistant/components/powerwall/translations/ja.json +++ b/homeassistant/components/powerwall/translations/ja.json @@ -16,7 +16,8 @@ "data": { "ip_address": "IP\u30a2\u30c9\u30ec\u30b9", "password": "\u30d1\u30b9\u30ef\u30fc\u30c9" - } + }, + "title": "Powerwall\u306b\u63a5\u7d9a" } } } diff --git a/homeassistant/components/pvpc_hourly_pricing/translations/ja.json b/homeassistant/components/pvpc_hourly_pricing/translations/ja.json index 245ad03a7e6..1021f47a38a 100644 --- a/homeassistant/components/pvpc_hourly_pricing/translations/ja.json +++ b/homeassistant/components/pvpc_hourly_pricing/translations/ja.json @@ -11,6 +11,7 @@ "power_p3": "\u8c37\u9593(valley period) P3 (kW)\u306e\u5951\u7d04\u96fb\u529b", "tariff": "\u5730\u57df\u5225\u9069\u7528\u95a2\u7a0e" }, + "description": "\u3053\u306e\u30bb\u30f3\u30b5\u30fc\u306f\u3001\u516c\u5f0fAPI\u3092\u4f7f\u7528\u3057\u3066\u3001\u30b9\u30da\u30a4\u30f3\u3067\u306e[\u96fb\u6c17\u306e\u6642\u9593\u4fa1\u683c((hourly pricing of electricity)PVPC)](https://www.esios.ree.es/es/pvpc) \u3092\u53d6\u5f97\u3057\u307e\u3059\u3002\n\u3088\u308a\u6b63\u78ba\u306a\u8aac\u660e\u306b\u3064\u3044\u3066\u306f\u3001[\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3 \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8](https://www.home-assistant.io/integrations/pvpc_hourly_pricing/) \u306b\u30a2\u30af\u30bb\u30b9\u3057\u3066\u304f\u3060\u3055\u3044\u3002", "title": "\u30bb\u30f3\u30b5\u30fc\u306e\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7" } } diff --git a/homeassistant/components/rachio/translations/ja.json b/homeassistant/components/rachio/translations/ja.json index 81dd28070d0..37b8fa99800 100644 --- a/homeassistant/components/rachio/translations/ja.json +++ b/homeassistant/components/rachio/translations/ja.json @@ -13,7 +13,8 @@ "data": { "api_key": "API\u30ad\u30fc" }, - "description": "https://app.rach.io/ \u304b\u3089\u306eAPI Key\u304c\u5fc5\u8981\u3067\u3059\u3002Settings(\u8a2d\u5b9a)\u3092\u958b\u304d\u3001'GET API KEY'\u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059\u3002" + "description": "https://app.rach.io/ \u304b\u3089\u306eAPI Key\u304c\u5fc5\u8981\u3067\u3059\u3002Settings(\u8a2d\u5b9a)\u3092\u958b\u304d\u3001'GET API KEY'\u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059\u3002", + "title": "Rachio device\u306b\u63a5\u7d9a" } } }, diff --git a/homeassistant/components/rfxtrx/translations/pl.json b/homeassistant/components/rfxtrx/translations/pl.json index 0ac33ed40fc..be3e39fca70 100644 --- a/homeassistant/components/rfxtrx/translations/pl.json +++ b/homeassistant/components/rfxtrx/translations/pl.json @@ -49,7 +49,7 @@ "send_status": "wy\u015blij aktualizacj\u0119 statusu: {subtype}" }, "trigger_type": { - "command": "Otrzymane polecenie: {subtype}", + "command": "otrzymane polecenie {subtype}", "status": "otrzymany status: {subtype}" } }, diff --git a/homeassistant/components/samsungtv/translations/ja.json b/homeassistant/components/samsungtv/translations/ja.json index 21e72de5eac..b10b92906f4 100644 --- a/homeassistant/components/samsungtv/translations/ja.json +++ b/homeassistant/components/samsungtv/translations/ja.json @@ -17,7 +17,7 @@ "flow_title": "{device}", "step": { "confirm": { - "description": "\u30c7\u30d0\u30a4\u30b9}\u3092\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u3057\u307e\u3059\u304b\uff1f\u3053\u308c\u307e\u3067\u306bHome Assistant\u3092\u4e00\u5ea6\u3082\u63a5\u7d9a\u3057\u305f\u3053\u3068\u304c\u306a\u3044\u5834\u5408\u306f\u3001\u30c6\u30ec\u30d3\u306b\u8a8d\u8a3c\u3092\u6c42\u3081\u308b\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002", + "description": "{device} \u3092\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u3057\u307e\u3059\u304b\uff1f\u3053\u308c\u307e\u3067\u306bHome Assistant\u3092\u4e00\u5ea6\u3082\u63a5\u7d9a\u3057\u305f\u3053\u3068\u304c\u306a\u3044\u5834\u5408\u306f\u3001\u30c6\u30ec\u30d3\u306b\u8a8d\u8a3c\u3092\u6c42\u3081\u308b\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002", "title": "Samsung TV" }, "reauth_confirm": { diff --git a/homeassistant/components/sensor/translations/ja.json b/homeassistant/components/sensor/translations/ja.json index 1cf40e43e8b..ef9de383daa 100644 --- a/homeassistant/components/sensor/translations/ja.json +++ b/homeassistant/components/sensor/translations/ja.json @@ -1,12 +1,15 @@ { "device_automation": { "condition_type": { + "is_battery_level": "\u73fe\u5728\u306e {entity_name} \u96fb\u6c60\u6b8b\u91cf", "is_carbon_dioxide": "\u73fe\u5728\u306e {entity_name} \u4e8c\u9178\u5316\u70ad\u7d20\u6fc3\u5ea6\u30ec\u30d9\u30eb", "is_carbon_monoxide": "\u73fe\u5728\u306e {entity_name} \u4e00\u9178\u5316\u70ad\u7d20\u6fc3\u5ea6\u30ec\u30d9\u30eb", "is_current": "\u73fe\u5728\u306e {entity_name} \u96fb\u6d41", "is_energy": "\u73fe\u5728\u306e {entity_name} \u30a8\u30cd\u30eb\u30ae\u30fc", "is_frequency": "\u73fe\u5728\u306e {entity_name} \u983b\u5ea6(frequency)", "is_gas": "\u73fe\u5728\u306e {entity_name} \u30ac\u30b9", + "is_humidity": "\u73fe\u5728\u306e {entity_name} \u6e7f\u5ea6", + "is_illuminance": "\u73fe\u5728\u306e {entity_name} \u7167\u5ea6", "is_nitrogen_dioxide": "\u73fe\u5728\u306e {entity_name} \u4e8c\u9178\u5316\u7a92\u7d20\u6fc3\u5ea6\u30ec\u30d9\u30eb", "is_nitrogen_monoxide": "\u73fe\u5728\u306e {entity_name} \u4e00\u9178\u5316\u7a92\u7d20\u6fc3\u5ea6\u30ec\u30d9\u30eb", "is_nitrous_oxide": "\u73fe\u5728\u306e {entity_name} \u4e9c\u9178\u5316\u7a92\u7d20\u6fc3\u5ea6\u30ec\u30d9\u30eb", @@ -14,18 +17,26 @@ "is_pm1": "\u73fe\u5728\u306e {entity_name} PM1\u6fc3\u5ea6\u30ec\u30d9\u30eb", "is_pm10": "\u73fe\u5728\u306e {entity_name} PM10\u6fc3\u5ea6\u30ec\u30d9\u30eb", "is_pm25": "\u73fe\u5728\u306e {entity_name} PM2.5\u6fc3\u5ea6\u30ec\u30d9\u30eb", + "is_power": "\u73fe\u5728\u306e {entity_name} \u96fb\u6e90", "is_power_factor": "\u73fe\u5728\u306e {entity_name} \u529b\u7387", + "is_pressure": "\u73fe\u5728\u306e {entity_name} \u5727\u529b", + "is_signal_strength": "\u73fe\u5728\u306e {entity_name} \u4fe1\u53f7\u5f37\u5ea6", "is_sulphur_dioxide": "\u73fe\u5728\u306e {entity_name} \u4e8c\u9178\u5316\u786b\u9ec4\u6fc3\u5ea6\u30ec\u30d9\u30eb", + "is_temperature": "\u73fe\u5728\u306e {entity_name} \u6e29\u5ea6", + "is_value": "\u73fe\u5728\u306e {entity_name} \u5024", "is_volatile_organic_compounds": "\u73fe\u5728\u306e {entity_name} \u63ee\u767a\u6027\u6709\u6a5f\u5316\u5408\u7269\u306e\u6fc3\u5ea6\u30ec\u30d9\u30eb", "is_voltage": "\u73fe\u5728\u306e {entity_name} \u96fb\u5727" }, "trigger_type": { + "battery_level": "{entity_name} \u96fb\u6c60\u6b8b\u91cf\u306e\u5909\u5316", "carbon_dioxide": "{entity_name} \u4e8c\u9178\u5316\u70ad\u7d20\u6fc3\u5ea6\u306e\u5909\u5316", "carbon_monoxide": "{entity_name} \u4e00\u9178\u5316\u70ad\u7d20\u6fc3\u5ea6\u306e\u5909\u5316", "current": "{entity_name} \u73fe\u5728\u306e\u5909\u5316", "energy": "{entity_name} \u30a8\u30cd\u30eb\u30ae\u30fc\u306e\u5909\u5316", "frequency": "{entity_name} \u983b\u5ea6(frequency)\u306e\u5909\u66f4", "gas": "{entity_name} \u30ac\u30b9\u306e\u5909\u66f4", + "humidity": "{entity_name} \u6e7f\u5ea6\u306e\u5909\u5316", + "illuminance": "{entity_name} \u7167\u5ea6\u306e\u5909\u5316", "nitrogen_dioxide": "{entity_name} \u4e8c\u9178\u5316\u7a92\u7d20\u6fc3\u5ea6\u306e\u5909\u5316", "nitrogen_monoxide": "{entity_name} \u4e00\u9178\u5316\u7a92\u7d20\u6fc3\u5ea6\u306e\u5909\u5316", "nitrous_oxide": "{entity_name} \u4e9c\u9178\u5316\u7a92\u7d20\u6fc3\u5ea6\u306e\u5909\u5316", @@ -33,8 +44,13 @@ "pm1": "{entity_name} PM1\u6fc3\u5ea6\u306e\u5909\u5316", "pm10": "{entity_name} PM10\u6fc3\u5ea6\u306e\u5909\u5316", "pm25": "{entity_name} PM2.5\u6fc3\u5ea6\u306e\u5909\u5316", + "power": "{entity_name} \u96fb\u6e90(power)\u306e\u5909\u5316", "power_factor": "{entity_name} \u529b\u7387\u304c\u5909\u66f4", + "pressure": "{entity_name} \u5727\u529b\u306e\u5909\u5316", + "signal_strength": "{entity_name} \u4fe1\u53f7\u5f37\u5ea6\u306e\u5909\u5316", "sulphur_dioxide": "{entity_name} \u4e8c\u9178\u5316\u786b\u9ec4\u6fc3\u5ea6\u306e\u5909\u5316", + "temperature": "{entity_name} \u6e29\u5ea6\u5909\u5316", + "value": "{entity_name} \u5024\u306e\u5909\u5316", "volatile_organic_compounds": "{entity_name} \u63ee\u767a\u6027\u6709\u6a5f\u5316\u5408\u7269\u6fc3\u5ea6\u306e\u5909\u5316", "voltage": "{entity_name} \u96fb\u5727\u306e\u5909\u5316" } diff --git a/homeassistant/components/sensor/translations/pl.json b/homeassistant/components/sensor/translations/pl.json index b55de538fd3..c844f9d3221 100644 --- a/homeassistant/components/sensor/translations/pl.json +++ b/homeassistant/components/sensor/translations/pl.json @@ -33,7 +33,7 @@ "carbon_monoxide": "{entity_name} wykryje zmian\u0119 st\u0119\u017cenia tlenku w\u0119gla", "current": "zmieni si\u0119 nat\u0119\u017cenie pr\u0105du w {entity_name}", "energy": "zmieni si\u0119 energia {entity_name}", - "frequency": "zmiany cz\u0119stotliwo\u015b\u0107 {entity_name}", + "frequency": "zmieni si\u0119 cz\u0119stotliwo\u015b\u0107 w {entity_name}", "gas": "{entity_name} wykryje zmian\u0119 poziomu gazu", "humidity": "zmieni si\u0119 wilgotno\u015b\u0107 {entity_name}", "illuminance": "zmieni si\u0119 nat\u0119\u017cenie o\u015bwietlenia {entity_name}", diff --git a/homeassistant/components/simplisafe/translations/ja.json b/homeassistant/components/simplisafe/translations/ja.json index ea151bfa868..39ff690804f 100644 --- a/homeassistant/components/simplisafe/translations/ja.json +++ b/homeassistant/components/simplisafe/translations/ja.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "\u3053\u306eSimpliSafe account\u306f\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059\u3002", "reauth_successful": "\u518d\u8a8d\u8a3c\u306b\u6210\u529f\u3057\u307e\u3057\u305f", "wrong_account": "\u63d0\u4f9b\u3055\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u8a8d\u8a3c\u60c5\u5831\u304c\u3001\u3053\u306eSimpliSafe\u30a2\u30ab\u30a6\u30f3\u30c8\u3068\u4e00\u81f4\u3057\u307e\u305b\u3093\u3002" }, diff --git a/homeassistant/components/smappee/translations/ja.json b/homeassistant/components/smappee/translations/ja.json index 068d62fa0d8..1b1751d63f0 100644 --- a/homeassistant/components/smappee/translations/ja.json +++ b/homeassistant/components/smappee/translations/ja.json @@ -4,6 +4,7 @@ "already_configured_device": "\u30c7\u30d0\u30a4\u30b9\u306f\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059", "authorize_url_timeout": "\u8a8d\u8a3cURL\u306e\u751f\u6210\u304c\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8\u3057\u307e\u3057\u305f\u3002", "cannot_connect": "\u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f", + "invalid_mdns": "Smappee\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u306a\u3044\u30c7\u30d0\u30a4\u30b9\u3002", "missing_configuration": "\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u5f93\u3063\u3066\u304f\u3060\u3055\u3044\u3002", "no_url_available": "\u4f7f\u7528\u53ef\u80fd\u306aURL\u304c\u3042\u308a\u307e\u305b\u3093\u3002\u3053\u306e\u30a8\u30e9\u30fc\u306e\u8a73\u7d30\u306b\u3064\u3044\u3066\u306f\u3001[\u30d8\u30eb\u30d7\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044]({docs_url})" }, @@ -18,12 +19,14 @@ "local": { "data": { "host": "\u30db\u30b9\u30c8" - } + }, + "description": "\u30db\u30b9\u30c8\u3092\u5165\u529b\u3057\u3066\u3001Smappee local\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3\u3092\u958b\u59cb\u3057\u307e\u3059" }, "pick_implementation": { "title": "\u8a8d\u8a3c\u65b9\u6cd5\u306e\u9078\u629e" }, "zeroconf_confirm": { + "description": "`{serialnumber}` \u306eSmappee device\u3092Home Assistant\u306b\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f", "title": "Smappee device\u3092\u767a\u898b" } } diff --git a/homeassistant/components/smarthab/translations/ja.json b/homeassistant/components/smarthab/translations/ja.json index 304a537c9e0..826692925d7 100644 --- a/homeassistant/components/smarthab/translations/ja.json +++ b/homeassistant/components/smarthab/translations/ja.json @@ -11,6 +11,7 @@ "email": "E\u30e1\u30fc\u30eb", "password": "\u30d1\u30b9\u30ef\u30fc\u30c9" }, + "description": "\u6280\u8853\u7684\u306a\u7406\u7531\u304b\u3089\u3001Home Assistant\u306e\u8a2d\u5b9a\u306b\u56fa\u6709\u306e\u30bb\u30ab\u30f3\u30c0\u30ea\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002SmartHab\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304b\u3089\u4f5c\u6210\u3067\u304d\u307e\u3059\u3002", "title": "SmartHab\u306e\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7" } } diff --git a/homeassistant/components/smartthings/translations/ja.json b/homeassistant/components/smartthings/translations/ja.json index bab4e1838ef..1174e136535 100644 --- a/homeassistant/components/smartthings/translations/ja.json +++ b/homeassistant/components/smartthings/translations/ja.json @@ -1,5 +1,9 @@ { "config": { + "abort": { + "invalid_webhook_url": "SmartThings\u304b\u3089\u66f4\u65b0\u3092\u53d7\u4fe1\u3059\u308b\u3088\u3046\u306bHome Assistant\u304c\u6b63\u3057\u304f\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002 Webhook\u306eURL\u304c\u7121\u52b9\u3067\u3059:\n> {webhook_url}\n\n[\u8aac\u660e\u66f8]({component_url}) \u306b\u5f93\u3063\u3066\u8a2d\u5b9a\u3092\u66f4\u65b0\u3057\u3001Home Assistant\u3092\u518d\u8d77\u52d5\u3057\u3066\u304b\u3089\u3082\u3046\u4e00\u5ea6\u8a66\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "no_available_locations": "Home Assistant\u306b\u8a2d\u5b9a\u3067\u304d\u308bSmartThings\u306e\u5834\u6240\u304c\u3042\u308a\u307e\u305b\u3093\u3002" + }, "error": { "app_setup_error": "SmartApp\u306e\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u304c\u3067\u304d\u307e\u305b\u3093\u3002\u3082\u3046\u4e00\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002", "token_forbidden": "\u30c8\u30fc\u30af\u30f3\u306b\u5fc5\u8981\u306aOAuth\u30b9\u30b3\u30fc\u30d7(OAuth scopes)\u304c\u3042\u308a\u307e\u305b\u3093\u3002", @@ -21,6 +25,7 @@ "data": { "location_id": "\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3" }, + "description": "Home Assistant\u306b\u8ffd\u52a0\u3057\u305f\u3044SmartThings\u306e\u5834\u6240\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002 \u3059\u308b\u3068\u3001\u65b0\u3057\u3044\u30a6\u30a3\u30f3\u30c9\u30a6\u304c\u958b\u304f\u306e\u3067\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u3001\u9078\u629e\u3057\u305f\u5834\u6240\u3078\u306eHome Assistant\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u627f\u8a8d\u3059\u308b\u3088\u3046\u6c42\u3081\u3089\u308c\u307e\u3059\u3002", "title": "\u5834\u6240\u3092\u9078\u629e" }, "user": { diff --git a/homeassistant/components/somfy_mylink/translations/ja.json b/homeassistant/components/somfy_mylink/translations/ja.json index e0dafa5a64a..4482dd37db2 100644 --- a/homeassistant/components/somfy_mylink/translations/ja.json +++ b/homeassistant/components/somfy_mylink/translations/ja.json @@ -29,7 +29,7 @@ "data": { "reverse": "\u30ab\u30d0\u30fc\u304c\u9006\u306b\u306a\u3063\u3066\u3044\u307e\u3059" }, - "description": "{{entity_id}} \u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8a2d\u5b9a", + "description": "{entity_id}} \u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8a2d\u5b9a", "title": "\u30a8\u30f3\u30c6\u30a3\u30c6\u30a3\u306e\u8a2d\u5b9a" }, "init": { diff --git a/homeassistant/components/spotify/translations/ja.json b/homeassistant/components/spotify/translations/ja.json index d5304c1db0d..2b057f2ced2 100644 --- a/homeassistant/components/spotify/translations/ja.json +++ b/homeassistant/components/spotify/translations/ja.json @@ -12,7 +12,7 @@ "title": "\u8a8d\u8a3c\u65b9\u6cd5\u306e\u9078\u629e" }, "reauth_confirm": { - "description": "Spotify\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3\u3067\u306f\u3001Spotify\u3067\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u518d\u8a8d\u8a3c\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002", + "description": "Spotify\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3\u3067\u306f\u3001Spotify\u3067\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u518d\u8a8d\u8a3c\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059: {account}", "title": "\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3\u306e\u518d\u8a8d\u8a3c" } } diff --git a/homeassistant/components/starline/translations/ja.json b/homeassistant/components/starline/translations/ja.json index 8b95713541d..dc64e26ac64 100644 --- a/homeassistant/components/starline/translations/ja.json +++ b/homeassistant/components/starline/translations/ja.json @@ -11,6 +11,7 @@ "app_id": "App ID", "app_secret": "\u30b7\u30fc\u30af\u30ec\u30c3\u30c8" }, + "description": "[StarLine\u958b\u767a\u8005\u30a2\u30ab\u30a6\u30f3\u30c8](https://my.starline.ru/developer)\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3ID\u3068\u30b7\u30fc\u30af\u30ec\u30c3\u30c8\u30b3\u30fc\u30c9", "title": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8cc7\u683c\u60c5\u5831" }, "auth_captcha": { @@ -24,6 +25,7 @@ "data": { "mfa_code": "SMS\u30b3\u30fc\u30c9" }, + "description": "\u96fb\u8a71 {phone_number} \u306b\u9001\u4fe1\u3055\u308c\u305f\u30b3\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044", "title": "2\u8981\u7d20\u8a8d\u8a3c" }, "auth_user": { diff --git a/homeassistant/components/synology_dsm/translations/ja.json b/homeassistant/components/synology_dsm/translations/ja.json index 848991ffaf2..90ea6970c61 100644 --- a/homeassistant/components/synology_dsm/translations/ja.json +++ b/homeassistant/components/synology_dsm/translations/ja.json @@ -15,7 +15,8 @@ "2sa": { "data": { "otp_code": "\u30b3\u30fc\u30c9" - } + }, + "title": "Synology DSM: 2\u8981\u7d20\u8a8d\u8a3c" }, "link": { "data": { @@ -25,6 +26,7 @@ "username": "\u30e6\u30fc\u30b6\u30fc\u540d", "verify_ssl": "SSL\u8a3c\u660e\u66f8\u3092\u78ba\u8a8d\u3059\u308b" }, + "description": "{name} ({host})\u3092\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u3057\u307e\u3059\u304b?", "title": "Synology DSM" }, "reauth": { diff --git a/homeassistant/components/tellduslive/translations/ja.json b/homeassistant/components/tellduslive/translations/ja.json index 41803a6f62b..cbeefb97eb2 100644 --- a/homeassistant/components/tellduslive/translations/ja.json +++ b/homeassistant/components/tellduslive/translations/ja.json @@ -11,7 +11,7 @@ }, "step": { "auth": { - "description": "TelldusLive\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30ea\u30f3\u30af\u3059\u308b\u306b\u306f:\n1. \u4ee5\u4e0b\u306e\u30ea\u30f3\u30af\u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059\n2. Telldus Live\u306b\u30ed\u30b0\u30a4\u30f3\u3057\u307e\u3059\n3. **{app_name}** \u3092\u627f\u8a8d\u3057\u307e\u3059(**Yes(\u306f\u3044)**\u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059)\n4. \u3053\u3053\u306b\u623b\u3063\u3066\u304d\u3066\u3001**\u9001\u4fe1(submit)** \u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059\u3002 \n\n [TelldusLive\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u30ea\u30f3\u30af]({auth_url})", + "description": "TelldusLive\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30ea\u30f3\u30af\u3059\u308b\u306b\u306f:\n1. \u4ee5\u4e0b\u306e\u30ea\u30f3\u30af\u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059\n2. Telldus Live\u306b\u30ed\u30b0\u30a4\u30f3\u3057\u307e\u3059\n3. **{app_name}** \u3092\u627f\u8a8d\u3057\u307e\u3059(**Yes(\u306f\u3044)**\u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059)\n4. \u3053\u3053\u306b\u623b\u3063\u3066\u304d\u3066\u3001**\u9001\u4fe1(submit)** \u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059\u3002\n\n[TelldusLive\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u30ea\u30f3\u30af]({auth_url})", "title": "TelldusLive\u306b\u5bfe\u3057\u3066\u8a8d\u8a3c\u3059\u308b" }, "user": { diff --git a/homeassistant/components/tolo/translations/bg.json b/homeassistant/components/tolo/translations/bg.json new file mode 100644 index 00000000000..f1c33573305 --- /dev/null +++ b/homeassistant/components/tolo/translations/bg.json @@ -0,0 +1,22 @@ +{ + "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" + }, + "error": { + "cannot_connect": "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435" + }, + "flow_title": "{name}", + "step": { + "confirm": { + "description": "\u0418\u0441\u043a\u0430\u0442\u0435 \u043b\u0438 \u0434\u0430 \u0437\u0430\u043f\u043e\u0447\u043d\u0435\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u0432\u0430\u043d\u0435\u0442\u043e?" + }, + "user": { + "data": { + "host": "\u0425\u043e\u0441\u0442" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/tolo/translations/he.json b/homeassistant/components/tolo/translations/he.json new file mode 100644 index 00000000000..9da8a69a4fe --- /dev/null +++ b/homeassistant/components/tolo/translations/he.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "\u05ea\u05e6\u05d5\u05e8\u05ea \u05d4\u05d4\u05ea\u05e7\u05df \u05db\u05d1\u05e8 \u05e0\u05e7\u05d1\u05e2\u05d4", + "no_devices_found": "\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05de\u05db\u05e9\u05d9\u05e8\u05d9\u05dd \u05d1\u05e8\u05e9\u05ea" + }, + "error": { + "cannot_connect": "\u05d4\u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea \u05e0\u05db\u05e9\u05dc\u05d4" + }, + "flow_title": "{name}", + "step": { + "confirm": { + "description": "\u05d4\u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d1\u05d4\u05d2\u05d3\u05e8\u05d4?" + }, + "user": { + "data": { + "host": "\u05de\u05d0\u05e8\u05d7" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/tolo/translations/hu.json b/homeassistant/components/tolo/translations/hu.json new file mode 100644 index 00000000000..55239599c16 --- /dev/null +++ b/homeassistant/components/tolo/translations/hu.json @@ -0,0 +1,23 @@ +{ + "config": { + "abort": { + "already_configured": "Az eszk\u00f6z m\u00e1r konfigur\u00e1lva van", + "no_devices_found": "Nem tal\u00e1lhat\u00f3 eszk\u00f6z a h\u00e1l\u00f3zaton" + }, + "error": { + "cannot_connect": "Sikertelen csatlakoz\u00e1s" + }, + "flow_title": "{name}", + "step": { + "confirm": { + "description": "El szeretn\u00e9 kezdeni a be\u00e1ll\u00edt\u00e1st?" + }, + "user": { + "data": { + "host": "C\u00edm" + }, + "description": "Adja meg a TOLO Sauna eszk\u00f6z\u00e9nek hostnev\u00e9t vagy IP-c\u00edm\u00e9t." + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/tolo/translations/select.bg.json b/homeassistant/components/tolo/translations/select.bg.json new file mode 100644 index 00000000000..e66365b2339 --- /dev/null +++ b/homeassistant/components/tolo/translations/select.bg.json @@ -0,0 +1,8 @@ +{ + "state": { + "tolo__lamp_mode": { + "automatic": "\u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e", + "manual": "\u0440\u044a\u0447\u043d\u043e" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/tolo/translations/select.he.json b/homeassistant/components/tolo/translations/select.he.json new file mode 100644 index 00000000000..f02588f3be5 --- /dev/null +++ b/homeassistant/components/tolo/translations/select.he.json @@ -0,0 +1,8 @@ +{ + "state": { + "tolo__lamp_mode": { + "automatic": "\u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9", + "manual": "\u05d9\u05d3\u05e0\u05d9" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/tolo/translations/select.hu.json b/homeassistant/components/tolo/translations/select.hu.json new file mode 100644 index 00000000000..1768eeaa0a8 --- /dev/null +++ b/homeassistant/components/tolo/translations/select.hu.json @@ -0,0 +1,8 @@ +{ + "state": { + "tolo__lamp_mode": { + "automatic": "automatikus", + "manual": "k\u00e9zi" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/tolo/translations/select.tr.json b/homeassistant/components/tolo/translations/select.tr.json new file mode 100644 index 00000000000..fda5a726da0 --- /dev/null +++ b/homeassistant/components/tolo/translations/select.tr.json @@ -0,0 +1,8 @@ +{ + "state": { + "tolo__lamp_mode": { + "automatic": "otomatik", + "manual": "manuel" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/tolo/translations/tr.json b/homeassistant/components/tolo/translations/tr.json new file mode 100644 index 00000000000..2d5c8117cd6 --- /dev/null +++ b/homeassistant/components/tolo/translations/tr.json @@ -0,0 +1,23 @@ +{ + "config": { + "abort": { + "already_configured": "Cihaz zaten yap\u0131land\u0131r\u0131lm\u0131\u015f", + "no_devices_found": "A\u011fda cihaz bulunamad\u0131" + }, + "error": { + "cannot_connect": "Ba\u011flanma hatas\u0131" + }, + "flow_title": "{name}", + "step": { + "confirm": { + "description": "Kuruluma ba\u015flamak ister misiniz?" + }, + "user": { + "data": { + "host": "Ana bilgisayar" + }, + "description": "TOLO Sauna cihaz\u0131n\u0131z\u0131n ana bilgisayar ad\u0131n\u0131 veya IP adresini girin." + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/totalconnect/translations/ja.json b/homeassistant/components/totalconnect/translations/ja.json index aeb6b3af691..d6bffce6dae 100644 --- a/homeassistant/components/totalconnect/translations/ja.json +++ b/homeassistant/components/totalconnect/translations/ja.json @@ -26,7 +26,8 @@ "data": { "password": "\u30d1\u30b9\u30ef\u30fc\u30c9", "username": "\u30e6\u30fc\u30b6\u30fc\u540d" - } + }, + "title": "\u30c8\u30fc\u30bf\u30eb\u30b3\u30cd\u30af\u30c8" } } } diff --git a/homeassistant/components/transmission/translations/ja.json b/homeassistant/components/transmission/translations/ja.json index 14f3145978f..5bd5b98a8b3 100644 --- a/homeassistant/components/transmission/translations/ja.json +++ b/homeassistant/components/transmission/translations/ja.json @@ -26,8 +26,10 @@ "init": { "data": { "limit": "\u30ea\u30df\u30c3\u30c8", - "order": "\u30aa\u30fc\u30c0\u30fc" - } + "order": "\u30aa\u30fc\u30c0\u30fc", + "scan_interval": "\u66f4\u65b0\u983b\u5ea6" + }, + "title": "Transmission\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u8a2d\u5b9a" } } } diff --git a/homeassistant/components/tuya/translations/sensor.ja.json b/homeassistant/components/tuya/translations/sensor.ja.json index 6c08faf52de..aecb556cf17 100644 --- a/homeassistant/components/tuya/translations/sensor.ja.json +++ b/homeassistant/components/tuya/translations/sensor.ja.json @@ -3,8 +3,8 @@ "tuya__status": { "boiling_temp": "\u6cb8\u70b9", "cooling": "\u51b7\u5374", - "heating": "\u6696\u623f", - "heating_temp": "\u52a0\u71b1(\u6696\u623f)\u6e29\u5ea6", + "heating": "\u6696\u623f(\u52a0\u71b1)", + "heating_temp": "\u6696\u623f(\u52a0\u71b1)\u6e29\u5ea6", "reserve_1": "Reserve 1", "reserve_2": "Reserve 2", "reserve_3": "Reserve 3", diff --git a/homeassistant/components/twentemilieu/translations/ja.json b/homeassistant/components/twentemilieu/translations/ja.json index 0311d5ae5e3..8ec65b24fb5 100644 --- a/homeassistant/components/twentemilieu/translations/ja.json +++ b/homeassistant/components/twentemilieu/translations/ja.json @@ -10,6 +10,7 @@ "step": { "user": { "data": { + "house_letter": "\u30cf\u30a6\u30b9\u30ec\u30bf\u30fc/\u8ffd\u52a0", "house_number": "\u5bb6\u5c4b\u756a\u53f7", "post_code": "\u90f5\u4fbf\u756a\u53f7" }, diff --git a/homeassistant/components/unifi/translations/ca.json b/homeassistant/components/unifi/translations/ca.json index 1c6e95bd962..4bb01d82ef6 100644 --- a/homeassistant/components/unifi/translations/ca.json +++ b/homeassistant/components/unifi/translations/ca.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "El lloc del controlador ja est\u00e0 configurat", + "already_configured": "El lloc web d'UniFi Network ja est\u00e0 configurat", "configuration_updated": "S'ha actualitzat la configuraci\u00f3.", "reauth_successful": "Re-autenticaci\u00f3 realitzada correctament" }, @@ -21,7 +21,7 @@ "username": "[%key::common::config_flow::data::username%]", "verify_ssl": "Verifica el certificat SSL" }, - "title": "Configuraci\u00f3 del controlador UniFi" + "title": "Configuraci\u00f3 d'UniFi Network" } } }, @@ -34,19 +34,19 @@ "poe_clients": "Permet control POE dels clients" }, "description": "Configura els controls del client \n\nConfigura interruptors per als n\u00fameros de s\u00e8rie als quals vulguis controlar l'acc\u00e9s a la xarxa.", - "title": "Opcions d'UniFi 2/3" + "title": "Opcions d'UniFi Network 2/3" }, "device_tracker": { "data": { "detection_time": "Temps (en segons) des de s'ha vist per \u00faltima vegada fins que es considera a fora", - "ignore_wired_bug": "Desactiva la l\u00f2gica d'errors amb UniFi", + "ignore_wired_bug": "Desactiva la l\u00f2gica d'errors d'UniFi Network", "ssid_filter": "Selecciona els SSID's on fer-hi el seguiment de clients", "track_clients": "Segueix clients de la xarxa", "track_devices": "Segueix dispositius de la xarxa (dispositius Ubiquiti)", "track_wired_clients": "Inclou clients de xarxa per cable" }, "description": "Configuraci\u00f3 de seguiment de dispositius", - "title": "Opcions d'UniFi 1/3" + "title": "Opcions d'UniFi Network 1/3" }, "simple_options": { "data": { @@ -54,7 +54,7 @@ "track_clients": "[%key::component::unifi::options::step::device_tracker::data::track_clients%]", "track_devices": "[%key::component::unifi::options::step::device_tracker::data::track_devices%]" }, - "description": "Configura la integraci\u00f3 d'UniFi" + "description": "Configura la integraci\u00f3 UniFi Network" }, "statistics_sensors": { "data": { @@ -62,7 +62,7 @@ "allow_uptime_sensors": "Sensors de temps d'activitat per a clients de xarxa" }, "description": "Configuraci\u00f3 dels sensors d'estad\u00edstiques", - "title": "Opcions d'UniFi 3/3" + "title": "Opcions d'UniFi Network 3/3" } } } diff --git a/homeassistant/components/unifi/translations/de.json b/homeassistant/components/unifi/translations/de.json index 04fc14845c9..ce4047ced42 100644 --- a/homeassistant/components/unifi/translations/de.json +++ b/homeassistant/components/unifi/translations/de.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "Controller-Site ist bereits konfiguriert", + "already_configured": "UniFi-Netzwerkstandort ist bereits konfiguriert", "configuration_updated": "Konfiguration aktualisiert.", "reauth_successful": "Die erneute Authentifizierung war erfolgreich" }, @@ -21,7 +21,7 @@ "username": "Benutzername", "verify_ssl": "SSL-Zertifikat \u00fcberpr\u00fcfen" }, - "title": "UniFi-Controller einrichten" + "title": "UniFi-Netzwerk einrichten" } } }, @@ -34,19 +34,19 @@ "poe_clients": "POE-Kontrolle von Clients zulassen" }, "description": "Konfiguriere Client-Steuerelemente \n\nErstelle Switches f\u00fcr Seriennummern, f\u00fcr die du den Netzwerkzugriff steuern m\u00f6chtest.", - "title": "UniFi-Optionen 2/3" + "title": "UniFi Netzwerk Optionen 2/3" }, "device_tracker": { "data": { "detection_time": "Zeit in Sekunden vom letzten Gesehenen bis zur Entfernung", - "ignore_wired_bug": "Deaktivieren der kabelgebundenen UniFi-Fehlerlogik", + "ignore_wired_bug": "Deaktiviere die kabelgebundene Fehlerlogik des UniFi-Netzwerks", "ssid_filter": "W\u00e4hle SSIDs zur Verfolgung von drahtlosen Clients aus", "track_clients": "Nachverfolgen von Netzwerkclients", "track_devices": "Verfolgen von Netzwerkger\u00e4ten (Ubiquiti-Ger\u00e4te)", "track_wired_clients": "Einbinden von kabelgebundenen Netzwerk-Clients" }, "description": "Konfiguriere die Ger\u00e4teverfolgung", - "title": "UniFi-Optionen 1/3" + "title": "UniFi Netzwerk Optionen 1/3" }, "simple_options": { "data": { @@ -54,7 +54,7 @@ "track_clients": "Nachverfolgen von Netzwerkclients", "track_devices": "Verfolgen von Netzwerkger\u00e4ten (Ubiquiti-Ger\u00e4te)" }, - "description": "Konfiguriere die UniFi-Integration" + "description": "Konfigurieren der UniFi-Netzwerkintegration" }, "statistics_sensors": { "data": { @@ -62,7 +62,7 @@ "allow_uptime_sensors": "Uptime-Sensoren f\u00fcr Netzwerk-Clients" }, "description": "Konfiguriere die Statistiksensoren", - "title": "UniFi-Optionen 3/3" + "title": "UniFi Netzwerk Optionen 3/3" } } } diff --git a/homeassistant/components/unifi/translations/et.json b/homeassistant/components/unifi/translations/et.json index 443d036bd96..76d93c95d97 100644 --- a/homeassistant/components/unifi/translations/et.json +++ b/homeassistant/components/unifi/translations/et.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "Kontroller on juba seadistatud", + "already_configured": "UniFi Network on juba seadistatud", "configuration_updated": "Seaded on v\u00e4rskendatud.", "reauth_successful": "Taastuvastamine \u00f5nnestus" }, @@ -21,7 +21,7 @@ "username": "Kasutajanimi", "verify_ssl": "Kontrolli SSL sertifikaati" }, - "title": "Seadista UniFi kontroller" + "title": "Seadista UniFi Network" } } }, @@ -34,19 +34,19 @@ "poe_clients": "Luba klientide POE kontroll" }, "description": "Seadista kliendi juhtelemendid \n\n Loo seerianumbrite. mille v\u00f5rgule juurdep\u00e4\u00e4su soovite kontrollida, jaoks l\u00fclitid.", - "title": "UniFi valikud 2/3" + "title": "UniFi Network valikud 2/3" }, "device_tracker": { "data": { "detection_time": "Aeg sekundites alates viimasest ilmnemisest kuni olekuni '\u00e4ra'", - "ignore_wired_bug": "UniFi kaabel\u00fchenduse vealoogika keelamine", + "ignore_wired_bug": "UniFi Network kaabel\u00fchenduse vealoogika keelamine", "ssid_filter": "Vali WiFi klientide j\u00e4lgimiseks SSID", "track_clients": "J\u00e4lgi v\u00f5rgu kliente", "track_devices": "V\u00f5rguseadmete j\u00e4lgimine (Ubiquiti seadmed)", "track_wired_clients": "Kaasa juhtmega v\u00f5rgukliendid" }, "description": "Seadista seadme j\u00e4lgimine", - "title": "UniFi valikud 1/3" + "title": "UniFi Network valikud 1/3" }, "simple_options": { "data": { @@ -54,7 +54,7 @@ "track_clients": "J\u00e4lgi v\u00f5rgu kliente", "track_devices": "J\u00e4lgi v\u00f5rgu seadmeid (Ubiquiti seadmed)" }, - "description": "Seadista UniFi sidumine" + "description": "Seadista UniFi Network sidumine" }, "statistics_sensors": { "data": { @@ -62,7 +62,7 @@ "allow_uptime_sensors": "V\u00f5rguklientide t\u00f6\u00f6soleku andurid" }, "description": "Seadista statistikaandurid", - "title": "UniFi valikud 3/3" + "title": "UniFi Network valikud 3/3" } } } diff --git a/homeassistant/components/unifi/translations/id.json b/homeassistant/components/unifi/translations/id.json index ec023fa7363..e22b5a024a7 100644 --- a/homeassistant/components/unifi/translations/id.json +++ b/homeassistant/components/unifi/translations/id.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "Situs Controller sudah dikonfigurasi", + "already_configured": "Situs Jaringan UniFi sudah dikonfigurasi", "configuration_updated": "Konfigurasi diperbarui.", "reauth_successful": "Autentikasi ulang berhasil" }, diff --git a/homeassistant/components/unifi/translations/ja.json b/homeassistant/components/unifi/translations/ja.json index fbaf31c067b..9517b707531 100644 --- a/homeassistant/components/unifi/translations/ja.json +++ b/homeassistant/components/unifi/translations/ja.json @@ -30,7 +30,8 @@ "client_control": { "data": { "block_client": "\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u30af\u30e9\u30a4\u30a2\u30f3\u30c8", - "dpi_restrictions": "DPI\u5236\u9650\u30b0\u30eb\u30fc\u30d7\u306e\u5236\u5fa1\u3092\u8a31\u53ef\u3059\u308b" + "dpi_restrictions": "DPI\u5236\u9650\u30b0\u30eb\u30fc\u30d7\u306e\u5236\u5fa1\u3092\u8a31\u53ef\u3059\u308b", + "poe_clients": "\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306ePOE\u5236\u5fa1\u3092\u8a31\u53ef\u3059\u308b" }, "description": "\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u306e\u8a2d\u5b9a\n\n\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u5236\u5fa1\u3057\u305f\u3044\u30b7\u30ea\u30a2\u30eb\u30ca\u30f3\u30d0\u30fc\u306e\u30b9\u30a4\u30c3\u30c1\u3092\u4f5c\u6210\u3057\u307e\u3059\u3002", "title": "UniFi\u30aa\u30d7\u30b7\u30e7\u30f32/3" @@ -38,10 +39,14 @@ "device_tracker": { "data": { "detection_time": "\u6700\u5f8c\u306b\u898b\u305f\u3082\u306e\u304b\u3089\u96e2\u308c\u3066\u3044\u308b\u3068\u898b\u306a\u3055\u308c\u308b\u307e\u3067\u306e\u6642\u9593(\u79d2)", + "ignore_wired_bug": "UniFi\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u306e\u6709\u7dda\u30d0\u30b0 \u30ed\u30b8\u30c3\u30af\u3092\u7121\u52b9\u306b\u3059\u308b", + "ssid_filter": "\u30ef\u30a4\u30e4\u30ec\u30b9\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u3092\u8ffd\u8de1\u3059\u308bSSID\u3092\u9078\u629e", "track_clients": "\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u3092\u8ffd\u8de1\u3059\u308b", "track_devices": "\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30c7\u30d0\u30a4\u30b9\u306e\u8ffd\u8de1(\u30e6\u30d3\u30ad\u30c6\u30a3\u30c7\u30d0\u30a4\u30b9)", "track_wired_clients": "\u6709\u7dda\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u306e\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u3092\u542b\u3081\u308b" - } + }, + "description": "\u30c7\u30d0\u30a4\u30b9\u30c8\u30e9\u30c3\u30ad\u30f3\u30b0\u306e\u8a2d\u5b9a", + "title": "UniFi\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30aa\u30d7\u30b7\u30e7\u30f3 1/3" }, "simple_options": { "data": { diff --git a/homeassistant/components/unifi/translations/ru.json b/homeassistant/components/unifi/translations/ru.json index a2c9bfe8061..4d9726ab751 100644 --- a/homeassistant/components/unifi/translations/ru.json +++ b/homeassistant/components/unifi/translations/ru.json @@ -21,7 +21,7 @@ "username": "\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f", "verify_ssl": "\u041f\u0440\u043e\u0432\u0435\u0440\u044f\u0442\u044c \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 SSL" }, - "title": "UniFi Controller" + "title": "UniFi Network" } } }, @@ -34,19 +34,19 @@ "poe_clients": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c POE \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432" }, "description": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f.\n\n\u0421\u043e\u0437\u0434\u0430\u0439\u0442\u0435 \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0430\u0442\u0435\u043b\u0438 \u0434\u043b\u044f \u0441\u0435\u0440\u0438\u0439\u043d\u044b\u0445 \u043d\u043e\u043c\u0435\u0440\u043e\u0432, \u0434\u043b\u044f \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0412\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0441\u0435\u0442\u0438.", - "title": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 UniFi. \u0428\u0430\u0433 2" + "title": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 UniFi Network. \u0428\u0430\u0433 2" }, "device_tracker": { "data": { "detection_time": "\u0412\u0440\u0435\u043c\u044f \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f (\u0432 \u0441\u0435\u043a\u0443\u043d\u0434\u0430\u0445), \u043f\u043e \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u044e \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u0441\u0447\u0438\u0442\u0430\u0442\u044c \u0447\u0442\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u043d\u0435 \u0434\u043e\u043c\u0430", - "ignore_wired_bug": "\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043b\u043e\u0433\u0438\u043a\u0443 \u043e\u0448\u0438\u0431\u043a\u0438 \u0434\u043b\u044f \u043d\u0435 \u0431\u0435\u0441\u043f\u0440\u043e\u0432\u043e\u0434\u043d\u044b\u0445 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432 UniFi", + "ignore_wired_bug": "\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043b\u043e\u0433\u0438\u043a\u0443 \u043e\u0448\u0438\u0431\u043a\u0438 \u0434\u043b\u044f \u043d\u0435 \u0431\u0435\u0441\u043f\u0440\u043e\u0432\u043e\u0434\u043d\u044b\u0445 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432 UniFi Network", "ssid_filter": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 SSID \u0434\u043b\u044f \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u043d\u0438\u044f \u0431\u0435\u0441\u043f\u0440\u043e\u0432\u043e\u0434\u043d\u044b\u0445 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432", "track_clients": "\u041e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432 \u0441\u0435\u0442\u0438", "track_devices": "\u041e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432 \u0441\u0435\u0442\u0438 (\u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 Ubiquiti)", "track_wired_clients": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432 \u043f\u0440\u043e\u0432\u043e\u0434\u043d\u043e\u0439 \u0441\u0435\u0442\u0438" }, "description": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u043d\u0438\u044f \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432", - "title": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 UniFi. \u0428\u0430\u0433 1" + "title": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 UniFi Network. \u0428\u0430\u0433 1" }, "init": { "data": { @@ -62,7 +62,7 @@ "track_clients": "\u041e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432 \u0441\u0435\u0442\u0438", "track_devices": "\u041e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432 \u0441\u0435\u0442\u0438 (\u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 Ubiquiti)" }, - "description": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u0438 UniFi." + "description": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u0438 UniFi Network." }, "statistics_sensors": { "data": { @@ -70,7 +70,7 @@ "allow_uptime_sensors": "\u0421\u0435\u043d\u0441\u043e\u0440\u044b \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0440\u0430\u0431\u043e\u0442\u044b \u0434\u043b\u044f \u0441\u0435\u0442\u0435\u0432\u044b\u0445 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432" }, "description": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0441\u0435\u043d\u0441\u043e\u0440\u043e\u0432 \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0438", - "title": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 UniFi. \u0428\u0430\u0433 3" + "title": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 UniFi Network. \u0428\u0430\u0433 3" } } } diff --git a/homeassistant/components/unifi/translations/tr.json b/homeassistant/components/unifi/translations/tr.json index b165bee4187..6baa8108098 100644 --- a/homeassistant/components/unifi/translations/tr.json +++ b/homeassistant/components/unifi/translations/tr.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "Denetleyici sitesi zaten yap\u0131land\u0131r\u0131lm\u0131\u015f", + "already_configured": "UniFi Network sitesi zaten yap\u0131land\u0131r\u0131lm\u0131\u015f", "configuration_updated": "Yap\u0131land\u0131rma g\u00fcncellendi.", "reauth_successful": "Yeniden kimlik do\u011frulama ba\u015far\u0131l\u0131 oldu" }, diff --git a/homeassistant/components/vacuum/translations/ja.json b/homeassistant/components/vacuum/translations/ja.json index 74fb5660762..649cc868971 100644 --- a/homeassistant/components/vacuum/translations/ja.json +++ b/homeassistant/components/vacuum/translations/ja.json @@ -1,6 +1,15 @@ { "device_automation": { + "action_type": { + "clean": "{entity_name} \u30af\u30ea\u30fc\u30f3\u30a2\u30c3\u30d7\u3057\u307e\u3057\u3087\u3046", + "dock": "{entity_name} \u3092\u30c9\u30c3\u30af\u306b\u623b\u3057\u3066\u307f\u307e\u3057\u3087\u3046" + }, + "condition_type": { + "is_cleaning": "{entity_name} \u306f\u30af\u30ea\u30fc\u30cb\u30f3\u30b0\u4e2d\u3067\u3059", + "is_docked": "{entity_name} \u304c\u30c9\u30c3\u30ad\u30f3\u30b0\u3055\u308c\u3066\u3044\u307e\u3059" + }, "trigger_type": { + "cleaning": "{entity_name} \u304c\u30af\u30ea\u30fc\u30cb\u30f3\u30b0\u3092\u958b\u59cb", "docked": "{entity_name} \u30c9\u30c3\u30ad\u30f3\u30b0\u6e08\u307f" } }, diff --git a/homeassistant/components/velbus/translations/ja.json b/homeassistant/components/velbus/translations/ja.json index 3c052c44d65..8a1b2055945 100644 --- a/homeassistant/components/velbus/translations/ja.json +++ b/homeassistant/components/velbus/translations/ja.json @@ -10,8 +10,10 @@ "step": { "user": { "data": { + "name": "\u3053\u306e\u3001velbus connection\u306e\u540d\u524d", "port": "\u63a5\u7d9a\u6587\u5b57\u5217" - } + }, + "title": "velbus connection\u30bf\u30a4\u30d7\u306e\u5b9a\u7fa9" } } } diff --git a/homeassistant/components/vera/translations/ja.json b/homeassistant/components/vera/translations/ja.json index bef1a45ba32..2f800ee7b83 100644 --- a/homeassistant/components/vera/translations/ja.json +++ b/homeassistant/components/vera/translations/ja.json @@ -6,15 +6,23 @@ "step": { "user": { "data": { + "exclude": "Home Assistant\u304b\u3089\u9664\u5916\u3059\u308bVera\u30c7\u30d0\u30a4\u30b9\u306eID\u3002", + "lights": "Vera\u306f\u3001Home Assistant\u3067\u30e9\u30a4\u30c8\u3068\u3057\u3066\u6271\u3046\u30c7\u30d0\u30a4\u30b9ID\u3092\u5207\u308a\u66ff\u3048\u307e\u3059\u3002", "vera_controller_url": "\u30b3\u30f3\u30c8\u30ed\u30fc\u30e9\u306eURL" }, - "description": "Vera\u306e\u30b3\u30f3\u30c8\u30ed\u30fc\u30e9\u306eURL\u3092\u4ee5\u4e0b\u306b\u793a\u3057\u307e\u3059: http://192.168.1.161:3480 \u306e\u3088\u3046\u306b\u306a\u3063\u3066\u3044\u308b\u306f\u305a\u3067\u3059\u3002" + "description": "Vera\u306e\u30b3\u30f3\u30c8\u30ed\u30fc\u30e9\u306eURL\u3092\u4ee5\u4e0b\u306b\u793a\u3057\u307e\u3059: http://192.168.1.161:3480 \u306e\u3088\u3046\u306b\u306a\u3063\u3066\u3044\u308b\u306f\u305a\u3067\u3059\u3002", + "title": "Vera controller\u3092\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7" } } }, "options": { "step": { "init": { + "data": { + "exclude": "Home Assistant\u304b\u3089\u9664\u5916\u3059\u308bVera\u30c7\u30d0\u30a4\u30b9\u306eID\u3002", + "lights": "Vera\u306f\u3001Home Assistant\u3067\u30e9\u30a4\u30c8\u3068\u3057\u3066\u6271\u3046\u30c7\u30d0\u30a4\u30b9ID\u3092\u5207\u308a\u66ff\u3048\u307e\u3059\u3002" + }, + "description": "\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u8a73\u7d30\u306b\u3064\u3044\u3066\u306f\u3001vera\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044: https://www.home-assistant.io/integrations/vera/ \u6ce8: \u3053\u3053\u3067\u5909\u66f4\u3092\u884c\u3063\u305f\u5834\u5408\u306f\u3001Home Assistant\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u5024\u3092\u30af\u30ea\u30a2\u3059\u308b\u306b\u306f\u3001\u30b9\u30da\u30fc\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002", "title": "Vera controller\u306e\u30aa\u30d7\u30b7\u30e7\u30f3" } } diff --git a/homeassistant/components/vizio/translations/ja.json b/homeassistant/components/vizio/translations/ja.json index 36220756a4d..2496d351314 100644 --- a/homeassistant/components/vizio/translations/ja.json +++ b/homeassistant/components/vizio/translations/ja.json @@ -16,6 +16,7 @@ "title": "\u30da\u30a2\u30ea\u30f3\u30b0\u30d7\u30ed\u30bb\u30b9\u306e\u5b8c\u4e86" }, "pairing_complete": { + "description": "\u3042\u306a\u305f\u306e\u3001VIZIO SmartCast\u30c7\u30d0\u30a4\u30b9\u304cHome Assistant\u306b\u63a5\u7d9a\u3055\u308c\u307e\u3057\u305f\u3002", "title": "\u30da\u30a2\u30ea\u30f3\u30b0\u5b8c\u4e86" }, "pairing_complete_import": { diff --git a/homeassistant/components/waze_travel_time/translations/ja.json b/homeassistant/components/waze_travel_time/translations/ja.json index 4b61f0ea8f8..5ed0741a67e 100644 --- a/homeassistant/components/waze_travel_time/translations/ja.json +++ b/homeassistant/components/waze_travel_time/translations/ja.json @@ -14,7 +14,7 @@ "origin": "\u30aa\u30ea\u30b8\u30f3", "region": "\u30ea\u30fc\u30b8\u30e7\u30f3" }, - "description": "\u51fa\u767a\u5730\u3068\u76ee\u7684\u5730\u306b\u3001\u5834\u6240\u306e\u4f4f\u6240\u307e\u305f\u306fGPS\u5ea7\u6a19\u3092\u5165\u529b\u3057\u307e\u3059(GPS\u306e\u5ea7\u6a19\u306f\u30ab\u30f3\u30de\u3067\u533a\u5207\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059)\u3002\u3053\u306e\u60c5\u5831\u3092\u72b6\u614b(state)\u3067\u63d0\u4f9b\u3059\u308b\u30a8\u30f3\u30c6\u30a3\u30c6\u30a3ID\u3001\u7def\u5ea6\u3068\u7d4c\u5ea6\u306e\u5c5e\u6027\u3092\u6301\u3064\u30a8\u30f3\u30c6\u30a3\u30c6\u30a3ID\u3001\u307e\u305f\u306f\u30be\u30fc\u30f3\u306e\u30d5\u30ec\u30f3\u30c9\u30ea\u30fc\u540d\u3092\u5165\u529b\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u3002" + "description": "\u51fa\u767a\u5730\u3068\u76ee\u7684\u5730\u306b\u3001\u5834\u6240\u306e\u4f4f\u6240\u307e\u305f\u306fGPS\u5ea7\u6a19\u3092\u5165\u529b\u3057\u307e\u3059(GPS\u306e\u5ea7\u6a19\u306f\u30b3\u30f3\u30de\u3067\u533a\u5207\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059)\u3002\u3053\u306e\u60c5\u5831\u3092\u72b6\u614b(state)\u3067\u63d0\u4f9b\u3059\u308b\u30a8\u30f3\u30c6\u30a3\u30c6\u30a3ID\u3001\u7def\u5ea6\u3068\u7d4c\u5ea6\u306e\u5c5e\u6027\u3092\u6301\u3064\u30a8\u30f3\u30c6\u30a3\u30c6\u30a3ID\u3001\u307e\u305f\u306f\u30be\u30fc\u30f3\u306e\u30d5\u30ec\u30f3\u30c9\u30ea\u30fc\u540d\u3092\u5165\u529b\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u3002" } } }, diff --git a/homeassistant/components/withings/translations/ja.json b/homeassistant/components/withings/translations/ja.json index eb557810a0c..c409579fbc8 100644 --- a/homeassistant/components/withings/translations/ja.json +++ b/homeassistant/components/withings/translations/ja.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u306e\u8a2d\u5b9a\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", "authorize_url_timeout": "\u8a8d\u8a3cURL\u306e\u751f\u6210\u304c\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8\u3057\u307e\u3057\u305f\u3002", "missing_configuration": "\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u5f93\u3063\u3066\u304f\u3060\u3055\u3044\u3002", "no_url_available": "\u4f7f\u7528\u53ef\u80fd\u306aURL\u304c\u3042\u308a\u307e\u305b\u3093\u3002\u3053\u306e\u30a8\u30e9\u30fc\u306e\u8a73\u7d30\u306b\u3064\u3044\u3066\u306f\u3001[\u30d8\u30eb\u30d7\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044]({docs_url})" @@ -24,6 +25,7 @@ "title": "\u30e6\u30fc\u30b6\u30fc\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u3002" }, "reauth": { + "description": "Withings data\u306e\u53d7\u4fe1\u3092\u7d99\u7d9a\u3059\u308b\u306b\u306f\u3001\"{profile}\" \u306e\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u3092\u518d\u8a8d\u8a3c\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002", "title": "\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3\u306e\u518d\u8a8d\u8a3c" } } diff --git a/homeassistant/components/wled/translations/ja.json b/homeassistant/components/wled/translations/ja.json index 68235900ee9..0efbe56e3e0 100644 --- a/homeassistant/components/wled/translations/ja.json +++ b/homeassistant/components/wled/translations/ja.json @@ -16,6 +16,7 @@ "description": "WLED\u3092\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u3057\u3066\u3001Home Assistant\u3068\u9023\u643a\u3059\u308b\u3088\u3046\u306b\u3057\u307e\u3059\u3002" }, "zeroconf_confirm": { + "description": "Home Assistant\u306b\u3001`{name}` \u3068\u3044\u3046\u540d\u524d\u306eWLED\u3092\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f", "title": "\u767a\u898b\u3055\u308c\u305fWLED device" } } diff --git a/homeassistant/components/wolflink/translations/sensor.ja.json b/homeassistant/components/wolflink/translations/sensor.ja.json index ebb35d7143a..d37a81baaf0 100644 --- a/homeassistant/components/wolflink/translations/sensor.ja.json +++ b/homeassistant/components/wolflink/translations/sensor.ja.json @@ -17,17 +17,23 @@ "eco": "\u30a8\u30b3", "ein": "\u6709\u52b9", "fernschalter_ein": "\u30ea\u30e2\u30fc\u30c8\u5236\u5fa1\u304c\u6709\u52b9", + "frost_heizkreis": "\u6696\u623f(\u52a0\u71b1)\u56de\u8def\u306e\u971c", "frostschutz": "\u971c\u9632\u6b62", "gasdruck": "\u30ac\u30b9\u5727", "glt_betrieb": "BMS\u30e2\u30fc\u30c9", "gradienten_uberwachung": "\u50be\u659c\u30e2\u30cb\u30bf\u30ea\u30f3\u30b0", - "heizung": "\u6696\u623f", + "heizbetrieb": "\u6696\u623f(\u52a0\u71b1)\u30e2\u30fc\u30c9", + "heizung": "\u6696\u623f(\u52a0\u71b1)", "initialisierung": "\u521d\u671f\u5316", "kalibration": "\u30ad\u30e3\u30ea\u30d6\u30ec\u30fc\u30b7\u30e7\u30f3", + "kalibration_heizbetrieb": "\u6696\u623f(\u52a0\u71b1)\u306e\u30ad\u30e3\u30ea\u30d6\u30ec\u30fc\u30b7\u30e7\u30f3", + "kalibration_kombibetrieb": "\u30b3\u30f3\u30d3\u30e2\u30fc\u30c9 \u30ad\u30e3\u30ea\u30d6\u30ec\u30fc\u30b7\u30e7\u30f3", "kalibration_warmwasserbetrieb": "DHW\u30ad\u30e3\u30ea\u30d6\u30ec\u30fc\u30b7\u30e7\u30f3", + "nachlauf_heizkreispumpe": "\u6696\u623f(\u52a0\u71b1)\u56de\u8def\u30dd\u30f3\u30d7\u306e\u4f5c\u52d5", "nur_heizgerat": "\u30dc\u30a4\u30e9\u30fc\u306e\u307f", "parallelbetrieb": "\u30d1\u30e9\u30ec\u30eb\u30e2\u30fc\u30c9", "partymodus": "\u30d1\u30fc\u30c6\u30a3\u30fc\u30e2\u30fc\u30c9", + "perm_cooling": "PermCooling", "permanent": "\u6c38\u7d9a", "permanentbetrieb": "\u30d1\u30fc\u30de\u30cd\u30f3\u30c8\u30e2\u30fc\u30c9", "reduzierter_betrieb": "\u5236\u9650\u4ed8\u304d\u30e2\u30fc\u30c9", diff --git a/homeassistant/components/zha/translations/ja.json b/homeassistant/components/zha/translations/ja.json index d7fc0d4d7b2..89521148137 100644 --- a/homeassistant/components/zha/translations/ja.json +++ b/homeassistant/components/zha/translations/ja.json @@ -51,6 +51,9 @@ } }, "device_automation": { + "action_type": { + "squawk": "\u30b9\u30b3\u30fc\u30af(Squawk)" + }, "trigger_subtype": { "both_buttons": "\u4e21\u65b9\u306e\u30dc\u30bf\u30f3", "button_1": "1\u756a\u76ee\u306e\u30dc\u30bf\u30f3", @@ -69,8 +72,12 @@ "turn_on": "\u30aa\u30f3\u306b\u3059\u308b" }, "trigger_type": { + "device_flipped": "\u30c7\u30d0\u30a4\u30b9\u304c\u53cd\u8ee2\u3057\u307e\u3057\u305f \"{subtype}\"", + "device_knocked": "\u30c7\u30d0\u30a4\u30b9\u304c\u30ce\u30c3\u30af\u3055\u308c\u307e\u3057\u305f \"{subtype}\"", "device_offline": "\u30c7\u30d0\u30a4\u30b9\u304c\u30aa\u30d5\u30e9\u30a4\u30f3", + "device_rotated": "\u30c7\u30d0\u30a4\u30b9\u304c\u56de\u8ee2\u3057\u307e\u3057\u305f \"{subtype}\"", "device_shaken": "\u30c7\u30d0\u30a4\u30b9\u304c\u63fa\u308c\u308b", + "device_slid": "\u30c7\u30d0\u30a4\u30b9 \u30b9\u30e9\u30a4\u30c9 \"{subtype}\"", "device_tilted": "\u30c7\u30d0\u30a4\u30b9\u304c\u50be\u3044\u3066\u3044\u308b", "remote_button_alt_long_press": "\"{subtype}\" \u30dc\u30bf\u30f3\u3092\u62bc\u3057\u7d9a\u3051\u308b(\u4ee3\u66ff\u30e2\u30fc\u30c9)", "remote_button_alt_short_press": "\"{subtype}\" \u62bc\u3057\u7d9a\u3051\u308b(\u4ee3\u66ff\u30e2\u30fc\u30c9)",