mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
[ci skip] Translation update
This commit is contained in:
parent
fcaabb3d33
commit
8257165562
@ -52,5 +52,12 @@
|
||||
"remote_rotate_from_side_5": "\u8bbe\u5907\u4ece\u201c\u7b2c 5 \u9762\u201d\u7ffb\u8f6c\u5230\u201c{subtype}\u201d",
|
||||
"remote_rotate_from_side_6": "\u8bbe\u5907\u4ece\u201c\u7b2c 6 \u9762\u201d\u7ffb\u8f6c\u5230\u201c{subtype}\u201d"
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"deconz_devices": {
|
||||
"title": "deCONZ \u9009\u9879"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
19
homeassistant/components/demo/.translations/zh-Hans.json
Normal file
19
homeassistant/components/demo/.translations/zh-Hans.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"options": {
|
||||
"step": {
|
||||
"options_1": {
|
||||
"data": {
|
||||
"bool": "\u5e03\u5c14\u9009\u9879",
|
||||
"int": "\u6570\u503c\u8f93\u5165"
|
||||
}
|
||||
},
|
||||
"options_2": {
|
||||
"data": {
|
||||
"multi": "\u591a\u91cd\u9009\u62e9",
|
||||
"select": "\u9009\u62e9\u9009\u9879",
|
||||
"string": "\u5b57\u7b26\u4e32\u503c"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -8,6 +8,7 @@
|
||||
"invalid_password": "\u65e0\u6548\u7684\u5bc6\u7801\uff01",
|
||||
"resolve_error": "\u65e0\u6cd5\u89e3\u6790 ESP \u7684\u5730\u5740\u3002\u5982\u679c\u6b64\u9519\u8bef\u6301\u7eed\u5b58\u5728\uff0c\u8bf7\u8bbe\u7f6e\u9759\u6001IP\u5730\u5740\uff1ahttps://esphomelib.com/esphomeyaml/components/wifi.html#manual-ips"
|
||||
},
|
||||
"flow_title": "ESPHome: {name}",
|
||||
"step": {
|
||||
"authenticate": {
|
||||
"data": {
|
||||
|
@ -5,7 +5,7 @@
|
||||
"already_configured": "\u98de\u5229\u6d66 Hue Bridge \u5df2\u914d\u7f6e\u5b8c\u6210",
|
||||
"already_in_progress": "\u7f51\u6865\u7684\u914d\u7f6e\u6d41\u5df2\u5728\u8fdb\u884c\u4e2d\u3002",
|
||||
"cannot_connect": "\u65e0\u6cd5\u8fde\u63a5\u5230 \u98de\u5229\u6d66 Hue Bridge",
|
||||
"discover_timeout": "\u65e0\u6cd5\u55c5\u63a2 Hue \u6865\u63a5\u5668",
|
||||
"discover_timeout": "\u65e0\u6cd5\u55c5\u63a2\u5230 Hue \u6865\u63a5\u5668",
|
||||
"no_bridges": "\u672a\u53d1\u73b0\u98de\u5229\u6d66 Hue Bridge",
|
||||
"unknown": "\u51fa\u73b0\u672a\u77e5\u7684\u9519\u8bef"
|
||||
},
|
||||
|
@ -8,6 +8,7 @@
|
||||
"data": {
|
||||
"latitude": "\u7eac\u5ea6",
|
||||
"longitude": "\u7ecf\u5ea6",
|
||||
"mode": "\u6a21\u5f0f",
|
||||
"name": "\u540d\u79f0"
|
||||
},
|
||||
"description": "\u8461\u8404\u7259\u56fd\u5bb6\u5927\u6c14\u7814\u7a76\u6240",
|
||||
|
@ -0,0 +1,9 @@
|
||||
{
|
||||
"options": {
|
||||
"step": {
|
||||
"options_switch": {
|
||||
"description": "\u8bf7\u9009\u62e9 {zone}\u8f93\u51fa\u9009\u9879"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,5 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"wrong_login": "\u767b\u5f55\u51fa\u9519\uff1a\u8bf7\u68c0\u67e5\u60a8\u7684\u7535\u5b50\u90ae\u7bb1\u548c\u5bc6\u7801"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
16
homeassistant/components/mikrotik/.translations/zh-Hans.json
Normal file
16
homeassistant/components/mikrotik/.translations/zh-Hans.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "\u4e3b\u673a",
|
||||
"name": "\u540d\u5b57",
|
||||
"password": "\u5bc6\u7801",
|
||||
"port": "\u7aef\u53e3",
|
||||
"username": "\u7528\u6237\u540d",
|
||||
"verify_ssl": "\u4f7f\u7528 ssl"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -27,5 +27,27 @@
|
||||
}
|
||||
},
|
||||
"title": "MQTT"
|
||||
},
|
||||
"device_automation": {
|
||||
"trigger_subtype": {
|
||||
"button_1": "\u7b2c\u4e00\u4e2a\u6309\u94ae",
|
||||
"button_2": "\u7b2c\u4e8c\u4e2a\u6309\u94ae",
|
||||
"button_3": "\u7b2c\u4e09\u4e2a\u6309\u94ae",
|
||||
"button_4": "\u7b2c\u56db\u4e2a\u6309\u94ae",
|
||||
"button_5": "\u7b2c\u4e94\u4e2a\u6309\u94ae",
|
||||
"button_6": "\u7b2c\u516d\u4e2a\u6309\u94ae",
|
||||
"turn_off": "\u5173\u95ed",
|
||||
"turn_on": "\u6253\u5f00"
|
||||
},
|
||||
"trigger_type": {
|
||||
"button_double_press": "\"{subtype}\" \u53cc\u51fb",
|
||||
"button_long_press": "\"{subtype}\" \u6301\u7eed\u6309\u4e0b",
|
||||
"button_long_release": "\"{subtype}\" \u957f\u6309\u540e\u91ca\u653e",
|
||||
"button_quadruple_press": "\"{subtype}\" \u56db\u8fde\u51fb",
|
||||
"button_quintuple_press": "\"{subtype}\" \u4e94\u8fde\u51fb",
|
||||
"button_short_press": "\"{subtype}\" \u6309\u4e0b",
|
||||
"button_short_release": "\"{subtype}\" \u91ca\u653e",
|
||||
"button_triple_press": "\"{subtype}\" \u4e09\u8fde\u51fb"
|
||||
}
|
||||
}
|
||||
}
|
@ -8,14 +8,14 @@
|
||||
},
|
||||
"error": {
|
||||
"internal_error": "\u9a8c\u8bc1\u4ee3\u7801\u65f6\u53d1\u751f\u5185\u90e8\u9519\u8bef",
|
||||
"invalid_code": "\u65e0\u6548\u4ee3\u7801",
|
||||
"timeout": "\u4ee3\u7801\u9a8c\u8bc1\u8d85\u65f6",
|
||||
"unknown": "\u9a8c\u8bc1\u4ee3\u7801\u65f6\u53d1\u751f\u672a\u77e5\u9519\u8bef"
|
||||
"invalid_code": "\u9a8c\u8bc1\u7801\u65e0\u6548",
|
||||
"timeout": "\u9a8c\u8bc1\u7801\u8d85\u65f6",
|
||||
"unknown": "\u9a8c\u8bc1\u7801\u672a\u77e5\u9519\u8bef"
|
||||
},
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"flow_impl": "\u63d0\u4f9b\u8005"
|
||||
"flow_impl": "\u8ba4\u8bc1\u63d0\u4f9b\u8005"
|
||||
},
|
||||
"description": "\u9009\u62e9\u60a8\u60f3\u901a\u8fc7\u54ea\u4e2a\u6388\u6743\u63d0\u4f9b\u8005\u4e0e Nest \u8fdb\u884c\u6388\u6743\u3002",
|
||||
"title": "\u6388\u6743\u63d0\u4f9b\u8005"
|
||||
|
12
homeassistant/components/plex/.translations/zh-Hans.json
Normal file
12
homeassistant/components/plex/.translations/zh-Hans.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"options": {
|
||||
"step": {
|
||||
"plex_mp_settings": {
|
||||
"data": {
|
||||
"ignore_new_shared_users": "\u5ffd\u7565\u65b0\u589e\u7ba1\u7406/\u5171\u4eab\u4f7f\u7528\u8005",
|
||||
"monitored_users": "\u53d7\u76d1\u89c6\u7684\u7528\u6237"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -2,7 +2,7 @@
|
||||
"config": {
|
||||
"abort": {
|
||||
"no_devices_found": "\u6ca1\u6709\u5728\u7f51\u7edc\u4e0a\u627e\u5230 Sonos \u8bbe\u5907\u3002",
|
||||
"single_instance_allowed": "\u53ea\u6709\u4e00\u6b21 Sonos \u914d\u7f6e\u662f\u5fc5\u8981\u7684\u3002"
|
||||
"single_instance_allowed": "\u53ea\u9700\u8bbe\u7f6e\u4e00\u6b21 Sonos \u5373\u53ef\u3002"
|
||||
},
|
||||
"step": {
|
||||
"confirm": {
|
||||
|
@ -38,7 +38,7 @@
|
||||
},
|
||||
"statistics_sensors": {
|
||||
"data": {
|
||||
"allow_bandwidth_sensors": "\ub124\ud2b8\uc6cc\ud06c \ud074\ub77c\uc774\uc5b8\ud2b8\ub97c \uc704\ud55c \ub300\uc5ed\ud3ed \uc0ac\uc6a9\ub7c9 \uc13c\uc11c \uc0dd\uc131\ud558\uae30"
|
||||
"allow_bandwidth_sensors": "\ub124\ud2b8\uc6cc\ud06c \ud074\ub77c\uc774\uc5b8\ud2b8 \ub300\uc5ed\ud3ed \uc0ac\uc6a9\ub7c9 \uc13c\uc11c"
|
||||
},
|
||||
"description": "\ud1b5\uacc4 \uc13c\uc11c \uad6c\uc131",
|
||||
"title": "UniFi \uc635\uc158"
|
||||
|
@ -28,10 +28,17 @@
|
||||
"device_tracker": {
|
||||
"data": {
|
||||
"detection_time": "\u8ddd\u79bb\u4e0a\u6b21\u53d1\u73b0\u591a\u5c11\u79d2\u540e\u8ba4\u4e3a\u79bb\u5f00",
|
||||
"ssid_filter": "\u9009\u62e9\u6240\u8981\u8ffd\u8e2a\u7684\u65e0\u7ebf\u7f51\u7edcSSID",
|
||||
"track_clients": "\u8ddf\u8e2a\u7f51\u7edc\u5ba2\u6237\u7aef",
|
||||
"track_devices": "\u8ddf\u8e2a\u7f51\u7edc\u8bbe\u5907\uff08Ubiquiti \u8bbe\u5907\uff09",
|
||||
"track_wired_clients": "\u5305\u62ec\u6709\u7ebf\u7f51\u7edc\u5ba2\u6237\u7aef"
|
||||
}
|
||||
},
|
||||
"description": "\u914d\u7f6e\u8bbe\u5907\u8ddf\u8e2a",
|
||||
"title": "UniFi \u9009\u9879"
|
||||
},
|
||||
"statistics_sensors": {
|
||||
"description": "\u914d\u7f6e\u7edf\u8ba1\u4f20\u611f\u5668",
|
||||
"title": "UniFi \u9009\u9879"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
19
homeassistant/components/vilfo/.translations/zh-Hans.json
Normal file
19
homeassistant/components/vilfo/.translations/zh-Hans.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"cannot_connect": "\u8fde\u63a5\u5931\u8d25\u3002\u8bf7\u68c0\u67e5\u8f93\u5165\u4fe1\u606f\u540e\uff0c\u518d\u8bd5\u4e00\u6b21\u3002",
|
||||
"unknown": "\u8bbe\u7f6e\u6574\u5408\u65f6\u53d1\u751f\u610f\u5916\u9519\u8bef\u3002"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"access_token": "Vilfo \u8def\u7531\u5668 API \u5b58\u53d6\u5bc6\u94a5",
|
||||
"host": "\u8def\u7531\u5668\u4e3b\u673a\u540d\u6216 IP \u5730\u5740"
|
||||
},
|
||||
"description": "\u8bbe\u7f6e Vilfo \u8def\u7531\u5668\u6574\u5408\u3002\u60a8\u9700\u8981\u8f93\u5165 Vilfo \u8def\u7531\u5668\u4e3b\u673a\u540d/IP \u5730\u5740\u3001API\u5b58\u53d6\u5bc6\u94a5\u3002\u5176\u4ed6\u6574\u5408\u7684\u76f8\u5173\u4fe1\u606f\uff0c\u8bf7\u8bbf\u95ee\uff1ahttps://www.home-assistant.io/integrations/vilfo",
|
||||
"title": "\u8fde\u63a5\u5230 Vilfo \u8def\u7531\u5668"
|
||||
}
|
||||
},
|
||||
"title": "Vilfo \u8def\u7531\u5668"
|
||||
}
|
||||
}
|
@ -24,7 +24,7 @@
|
||||
"host": "<\ud638\uc2a4\ud2b8/ip>:<Port>",
|
||||
"name": "\uc774\ub984"
|
||||
},
|
||||
"title": "Vizio SmartCast \ud074\ub77c\uc774\uc5b8\ud2b8 \uc124\uc815"
|
||||
"title": "Vizio SmartCast \uae30\uae30 \uc124\uc815"
|
||||
}
|
||||
},
|
||||
"title": "Vizio SmartCast"
|
||||
|
@ -12,10 +12,10 @@
|
||||
"radio_type": "\u0422\u0438\u043f \u0420\u0430\u0434\u0438\u043e",
|
||||
"usb_path": "\u041f\u0443\u0442\u044c \u043a USB-\u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0443"
|
||||
},
|
||||
"title": "Zigbee Home Automation (ZHA)"
|
||||
"title": "Zigbee Home Automation"
|
||||
}
|
||||
},
|
||||
"title": "Zigbee Home Automation"
|
||||
"title": "Zigbee Home Automation (ZHA)"
|
||||
},
|
||||
"device_automation": {
|
||||
"action_type": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"name_exists": "\u540d\u79f0\u5df2\u5b58\u5728"
|
||||
"name_exists": "\u8be5\u540d\u79f0\u5df2\u5b58\u5728"
|
||||
},
|
||||
"step": {
|
||||
"init": {
|
||||
@ -13,7 +13,7 @@
|
||||
"passive": "\u88ab\u52a8",
|
||||
"radius": "\u534a\u5f84"
|
||||
},
|
||||
"title": "\u5b9a\u4e49\u533a\u57df\u76f8\u5173\u53d8\u91cf"
|
||||
"title": "\u5b9a\u4e49\u533a\u57df\u53c2\u6570"
|
||||
}
|
||||
},
|
||||
"title": "\u533a\u57df"
|
||||
|
Loading…
x
Reference in New Issue
Block a user