[ci skip] Translation update

pull/72665/head
GitHub Action 2022-05-29 00:23:25 +00:00
parent 24c34c0ef0
commit 7a0657c386
26 changed files with 142 additions and 29 deletions

View File

@ -3,6 +3,9 @@
"abort": {
"single_instance_allowed": "\u05ea\u05e6\u05d5\u05e8\u05ea\u05d5 \u05db\u05d1\u05e8 \u05e0\u05e7\u05d1\u05e2\u05d4. \u05e8\u05e7 \u05ea\u05e6\u05d5\u05e8\u05d4 \u05d0\u05d7\u05ea \u05d0\u05e4\u05e9\u05e8\u05d9\u05ea."
},
"create_entry": {
"default": "\u05d7\u05d9\u05d9\u05e9\u05e0\u05d9\u05dd \u05de\u05e1\u05d5\u05d9\u05de\u05d9\u05dd \u05d0\u05d9\u05e0\u05dd \u05de\u05d5\u05e4\u05e2\u05dc\u05d9\u05dd \u05db\u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc. \u05d1\u05d9\u05db\u05d5\u05dc\u05ea\u05da \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05d5\u05ea\u05dd \u05d1\u05e8\u05d9\u05e9\u05d5\u05dd \u05d4\u05d9\u05e9\u05d5\u05d9\u05d5\u05ea \u05dc\u05d0\u05d7\u05e8 \u05ea\u05e6\u05d5\u05e8\u05ea \u05d4\u05e9\u05d9\u05dc\u05d5\u05d1.\n \u05ea\u05d7\u05d6\u05d9\u05ea \u05de\u05d6\u05d2 \u05d4\u05d0\u05d5\u05d5\u05d9\u05e8 \u05d0\u05d9\u05e0\u05d4 \u05de\u05d5\u05e4\u05e2\u05dc\u05ea \u05db\u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc. \u05d1\u05d9\u05db\u05d5\u05dc\u05ea\u05da \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05ea \u05d6\u05d4 \u05d1\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05d4\u05e9\u05d9\u05dc\u05d5\u05d1."
},
"error": {
"cannot_connect": "\u05d4\u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea \u05e0\u05db\u05e9\u05dc\u05d4",
"invalid_api_key": "\u05de\u05e4\u05ea\u05d7 API \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9",

View File

@ -4,6 +4,7 @@
"arm_away": "{entity_name} \u79bb\u5bb6\u8b66\u6212",
"arm_home": "{entity_name} \u5728\u5bb6\u8b66\u6212",
"arm_night": "{entity_name} \u591c\u95f4\u8b66\u6212",
"arm_vacation": "{entity_name} \u5ea6\u5047\u8b66\u6212",
"disarm": "\u89e3\u9664 {entity_name} \u8b66\u6212",
"trigger": "\u89e6\u53d1 {entity_name}"
},
@ -11,6 +12,7 @@
"is_armed_away": "{entity_name} \u79bb\u5bb6\u8b66\u6212",
"is_armed_home": "{entity_name} \u5728\u5bb6\u8b66\u6212",
"is_armed_night": "{entity_name} \u591c\u95f4\u8b66\u6212",
"is_armed_vacation": "{entity_name} \u5ea6\u5047\u8b66\u6212",
"is_disarmed": "{entity_name} \u8b66\u6212\u5df2\u89e3\u9664",
"is_triggered": "{entity_name} \u8b66\u62a5\u5df2\u89e6\u53d1"
},
@ -18,6 +20,7 @@
"armed_away": "{entity_name} \u79bb\u5bb6\u8b66\u6212",
"armed_home": "{entity_name} \u5728\u5bb6\u8b66\u6212",
"armed_night": "{entity_name} \u591c\u95f4\u8b66\u6212",
"armed_vacation": "{entity_name} \u5ea6\u5047\u8b66\u6212",
"disarmed": "{entity_name} \u8b66\u6212\u89e3\u9664",
"triggered": "{entity_name} \u89e6\u53d1\u8b66\u62a5"
}

View File

@ -3,5 +3,10 @@
"abort": {
"cannot_connect": "\u8fde\u63a5\u5931\u8d25"
}
},
"device_automation": {
"trigger_type": {
"turn_on": "{entity_name} \u88ab\u8981\u6c42\u6253\u5f00"
}
}
}

View File

@ -1,7 +1,7 @@
{
"device_automation": {
"action_type": {
"press": "\u6309\u4e0b {entity_name} \u6309\u94ae"
"press": "\u6309\u4e0b {entity_name} \u7684\u6309\u94ae"
},
"trigger_type": {
"pressed": "{entity_name} \u88ab\u6309\u4e0b"

View File

@ -1,6 +1,7 @@
{
"device_automation": {
"action_type": {
"toggle": "\u5207\u6362 {entity_name} \u5f00\u5173",
"turn_off": "\u5173\u95ed {entity_name}",
"turn_on": "\u6253\u5f00 {entity_name}"
},
@ -9,6 +10,7 @@
"is_on": "{entity_name} \u5df2\u5f00\u542f"
},
"trigger_type": {
"changed_states": "{entity_name} \u88ab\u6253\u5f00\u6216\u5173\u95ed",
"turned_off": "{entity_name} \u88ab\u5173\u95ed",
"turned_on": "{entity_name} \u88ab\u6253\u5f00"
}

View File

@ -9,7 +9,7 @@
"name": "\u05e9\u05dd"
},
"description": "\u05d0\u05dd \u05d4\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \"\u05db\u05dc \u05d4\u05d9\u05e9\u05d5\u05d9\u05d5\u05ea\" \u05d6\u05de\u05d9\u05e0\u05d4, \u05de\u05e6\u05d1 \u05d4\u05e7\u05d1\u05d5\u05e6\u05d4 \u05de\u05d5\u05e4\u05e2\u05dc \u05e8\u05e7 \u05d0\u05dd \u05db\u05dc \u05d4\u05d7\u05d1\u05e8\u05d9\u05dd \u05e4\u05d5\u05e2\u05dc\u05d9\u05dd. \u05d0\u05dd \"\u05db\u05dc \u05d4\u05d9\u05e9\u05d5\u05d9\u05d5\u05ea\" \u05d0\u05d9\u05e0\u05d5 \u05d6\u05de\u05d9\u05df, \u05de\u05e6\u05d1 \u05d4\u05e7\u05d1\u05d5\u05e6\u05d4 \u05de\u05d5\u05e4\u05e2\u05dc \u05d0\u05dd \u05d7\u05d1\u05e8 \u05db\u05dc\u05e9\u05d4\u05d5 \u05e4\u05d5\u05e2\u05dc.",
"title": "\u05e7\u05d1\u05d5\u05e6\u05d4 \u05d7\u05d3\u05e9\u05d4"
"title": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e7\u05d1\u05d5\u05e6\u05d4"
},
"cover": {
"data": {
@ -17,7 +17,7 @@
"hide_members": "\u05d4\u05e1\u05ea\u05e8\u05ea \u05d7\u05d1\u05e8\u05d9\u05dd",
"name": "\u05e9\u05dd"
},
"title": "\u05e7\u05d1\u05d5\u05e6\u05d4 \u05d7\u05d3\u05e9\u05d4"
"title": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e7\u05d1\u05d5\u05e6\u05d4"
},
"fan": {
"data": {
@ -25,7 +25,7 @@
"hide_members": "\u05d4\u05e1\u05ea\u05e8\u05ea \u05d7\u05d1\u05e8\u05d9\u05dd",
"name": "\u05e9\u05dd"
},
"title": "\u05e7\u05d1\u05d5\u05e6\u05d4 \u05d7\u05d3\u05e9\u05d4"
"title": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e7\u05d1\u05d5\u05e6\u05d4"
},
"light": {
"data": {
@ -33,7 +33,7 @@
"hide_members": "\u05d4\u05e1\u05ea\u05e8\u05ea \u05d7\u05d1\u05e8\u05d9\u05dd",
"name": "\u05e9\u05dd"
},
"title": "\u05e7\u05d1\u05d5\u05e6\u05d4 \u05d7\u05d3\u05e9\u05d4"
"title": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e7\u05d1\u05d5\u05e6\u05d4"
},
"lock": {
"data": {
@ -41,7 +41,7 @@
"hide_members": "\u05d4\u05e1\u05ea\u05e8\u05ea \u05d7\u05d1\u05e8\u05d9\u05dd",
"name": "\u05e9\u05dd"
},
"title": "\u05e7\u05d1\u05d5\u05e6\u05d4 \u05d7\u05d3\u05e9\u05d4"
"title": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e7\u05d1\u05d5\u05e6\u05d4"
},
"media_player": {
"data": {
@ -49,7 +49,7 @@
"hide_members": "\u05d4\u05e1\u05ea\u05e8\u05ea \u05d7\u05d1\u05e8\u05d9\u05dd",
"name": "\u05e9\u05dd"
},
"title": "\u05e7\u05d1\u05d5\u05e6\u05d4 \u05d7\u05d3\u05e9\u05d4"
"title": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e7\u05d1\u05d5\u05e6\u05d4"
},
"switch": {
"data": {
@ -57,7 +57,7 @@
"hide_members": "\u05d4\u05e1\u05ea\u05e8\u05ea \u05d7\u05d1\u05e8\u05d9\u05dd",
"name": "\u05e9\u05dd"
},
"title": "\u05e7\u05d1\u05d5\u05e6\u05d4 \u05d7\u05d3\u05e9\u05d4"
"title": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e7\u05d1\u05d5\u05e6\u05d4"
},
"user": {
"description": "\u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05de\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05da \u05dc\u05d9\u05e6\u05d5\u05e8 \u05d9\u05e9\u05d5\u05ea \u05d7\u05d3\u05e9\u05d4 \u05d4\u05de\u05d9\u05d9\u05e6\u05d2\u05ea \u05d9\u05e9\u05d5\u05d9\u05d5\u05ea \u05de\u05e8\u05d5\u05d1\u05d5\u05ea \u05de\u05d0\u05d5\u05ea\u05d5 \u05e1\u05d5\u05d2.",
@ -68,7 +68,7 @@
"light": "\u05e7\u05d1\u05d5\u05e6\u05ea \u05ea\u05d0\u05d5\u05e8\u05d4",
"media_player": "\u05e7\u05d1\u05d5\u05e6\u05ea \u05e0\u05d2\u05e0\u05d9 \u05de\u05d3\u05d9\u05d4"
},
"title": "\u05e7\u05d1\u05d5\u05e6\u05d4 \u05d7\u05d3\u05e9\u05d4"
"title": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e7\u05d1\u05d5\u05e6\u05d4"
}
}
},

View File

@ -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": {
"invalid_auth": "\u05d0\u05d9\u05de\u05d5\u05ea \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9",
"unknown": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05dc\u05ea\u05d9 \u05e6\u05e4\u05d5\u05d9\u05d4"
},
"step": {
"user": {
"data": {
"api_key": "\u05de\u05e4\u05ea\u05d7 API"
}
}
}
}
}

View File

@ -32,19 +32,20 @@
"2": "\u7b2c\u4e8c\u952e",
"3": "\u7b2c\u4e09\u952e",
"4": "\u7b2c\u56db\u952e",
"turn_off": "\u5173\u95ed"
"turn_off": "\u5173\u95ed",
"turn_on": "\u6253\u5f00"
},
"trigger_type": {
"double_short_release": "\u201c{subtype}\u201d\u4e24\u952e\u540c\u65f6\u677e\u5f00",
"initial_press": "\u201c{subtype}\u201d\u9996\u6b21\u6309\u4e0b",
"long_release": "\u201c{subtype}\u201d\u957f\u6309\u540e\u677e\u5f00",
"double_short_release": "\"{subtype}\" \u4e24\u952e\u540c\u65f6\u677e\u5f00",
"initial_press": "\"{subtype}\" \u9996\u6b21\u6309\u4e0b",
"long_release": "\"{subtype}\" \u957f\u6309\u540e\u677e\u5f00",
"remote_button_long_release": "\"{subtype}\" \u957f\u6309\u540e\u677e\u5f00",
"remote_button_short_press": "\"{subtype}\" \u5355\u51fb",
"remote_button_short_release": "\"{subtype}\" \u677e\u5f00",
"remote_double_button_long_press": "\"{subtype}\" \u4e24\u952e\u540c\u65f6\u957f\u6309\u540e\u677e\u5f00",
"remote_double_button_short_press": "\"{subtype}\" \u4e24\u952e\u540c\u65f6\u677e\u5f00",
"repeat": "\u201c{subtype}\u201d\u6309\u4f4f\u4e0d\u653e",
"short_release": "\u201c{subtype}\u201d\u77ed\u6309\u540e\u677e\u5f00"
"repeat": "\"{subtype}\" \u6309\u4f4f\u4e0d\u653e",
"short_release": "\"{subtype}\" \u77ed\u6309\u540e\u677e\u5f00"
}
},
"options": {

View File

@ -13,6 +13,7 @@
"is_on": "{entity_name} \u5df2\u6253\u5f00"
},
"trigger_type": {
"changed_states": "{entity_name} \u88ab\u6253\u5f00\u6216\u5173\u95ed",
"target_humidity_changed": "{entity_name} \u7684\u8bbe\u5b9a\u6e7f\u5ea6\u53d8\u5316",
"turned_off": "{entity_name} \u88ab\u5173\u95ed",
"turned_on": "{entity_name} \u88ab\u6253\u5f00"

View File

@ -0,0 +1,21 @@
{
"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",
"password": "\u05e1\u05d9\u05e1\u05de\u05d4",
"port": "\u05e4\u05ea\u05d7\u05d4",
"username": "\u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9"
}
}
}
}
}

View File

@ -8,13 +8,13 @@
"round": "\u05d3\u05d9\u05d5\u05e7",
"source": "\u05d7\u05d9\u05d9\u05e9\u05df \u05e7\u05dc\u05d8",
"unit_prefix": "\u05e7\u05d9\u05d3\u05d5\u05de\u05ea \u05de\u05d8\u05e8\u05d9\u05ea",
"unit_time": "\u05d6\u05de\u05df \u05e9\u05d9\u05dc\u05d5\u05d1"
"unit_time": "\u05d9\u05d7\u05d9\u05d3\u05ea \u05d6\u05de\u05df"
},
"data_description": {
"round": "\u05e9\u05dc\u05d9\u05d8\u05d4 \u05d1\u05de\u05e1\u05e4\u05e8 \u05d4\u05e1\u05e4\u05e8\u05d5\u05ea \u05d4\u05e2\u05e9\u05e8\u05d5\u05e0\u05d9\u05d5\u05ea \u05d1\u05e4\u05dc\u05d8."
},
"description": "\u05d3\u05d9\u05d5\u05e7 \u05e9\u05d5\u05dc\u05d8 \u05d1\u05de\u05e1\u05e4\u05e8 \u05d4\u05e1\u05e4\u05e8\u05d5\u05ea \u05d4\u05e2\u05e9\u05e8\u05d5\u05e0\u05d9\u05d5\u05ea \u05d1\u05e4\u05dc\u05d8.\n\u05d4\u05e1\u05db\u05d5\u05dd \u05d9\u05e9\u05ea\u05e0\u05d4 \u05d1\u05d4\u05ea\u05d0\u05dd \u05dc\u05e7\u05d9\u05d3\u05d5\u05de\u05ea \u05d4\u05de\u05d8\u05e8\u05d9\u05ea \u05e9\u05e0\u05d1\u05d7\u05e8\u05d4 \u05d5\u05d6\u05de\u05df \u05d4\u05e9\u05d9\u05dc\u05d5\u05d1.",
"title": "\u05d7\u05d9\u05d9\u05e9\u05df \u05e9\u05d9\u05dc\u05d5\u05d1 \u05d7\u05d3\u05e9"
"description": "\u05e6\u05d5\u05e8 \u05d7\u05d9\u05d9\u05e9\u05df \u05d4\u05de\u05d7\u05e9\u05d1 \u05e1\u05db\u05d5\u05dd Riemann \u05db\u05d3\u05d9 \u05dc\u05d4\u05e2\u05e8\u05d9\u05da \u05d0\u05ea \u05d4\u05d0\u05d9\u05e0\u05d8\u05d2\u05e8\u05dc \u05e9\u05dc \u05d7\u05d9\u05d9\u05e9\u05df.",
"title": "\u05d4\u05d5\u05e1\u05e3 \u05d7\u05d9\u05d9\u05e9\u05df \u05e1\u05db\u05d5\u05dd \u05d0\u05d9\u05e0\u05d8\u05d2\u05e8\u05dc\u05d9 \u05e9\u05dc Riemann"
}
}
},

View File

@ -7,6 +7,7 @@
"error": {
"cannot_connect": "\u05d4\u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea \u05e0\u05db\u05e9\u05dc\u05d4"
},
"flow_title": "{serial} ({host})",
"step": {
"api_config": {
"data": {
@ -16,7 +17,7 @@
},
"manual_device_entry": {
"data": {
"host": "\u05de\u05d0\u05e8\u05d7"
"host": "\u05de\u05d0\u05e8\u05d7 (\u05db\u05ea\u05d5\u05d1\u05ea IP)"
}
},
"pick_device": {

View File

@ -43,8 +43,8 @@
},
"device_automation": {
"trigger_type": {
"turn_off": "[entity_name} \u88ab\u8981\u6c42\u5173\u95ed",
"turn_on": "[entity_name} \u88ab\u8981\u6c42\u6253\u5f00"
"turn_off": "{entity_name} \u88ab\u8981\u6c42\u5173\u95ed",
"turn_on": "{entity_name} \u88ab\u8981\u6c42\u6253\u5f00"
}
}
}

View File

@ -0,0 +1,17 @@
{
"config": {
"abort": {
"single_instance_allowed": "\u05ea\u05e6\u05d5\u05e8\u05ea\u05d5 \u05db\u05d1\u05e8 \u05e0\u05e7\u05d1\u05e2\u05d4. \u05e8\u05e7 \u05ea\u05e6\u05d5\u05e8\u05d4 \u05d0\u05d7\u05ea \u05d0\u05e4\u05e9\u05e8\u05d9\u05ea."
},
"error": {
"cannot_connect": "\u05d4\u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea \u05e0\u05db\u05e9\u05dc\u05d4",
"invalid_auth": "\u05d0\u05d9\u05de\u05d5\u05ea \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9",
"unknown": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05dc\u05ea\u05d9 \u05e6\u05e4\u05d5\u05d9\u05d4"
},
"step": {
"reauth_confirm": {
"title": "\u05d0\u05d9\u05de\u05d5\u05ea \u05de\u05d7\u05d3\u05e9 \u05e9\u05dc \u05e9\u05d9\u05dc\u05d5\u05d1"
}
}
}
}

View File

@ -13,6 +13,7 @@
"is_on": "{entity_name} \u5df2\u6253\u5f00"
},
"trigger_type": {
"changed_states": "{entity_name} \u88ab\u6253\u5f00\u6216\u5173\u95ed",
"turned_off": "{entity_name} \u88ab\u5173\u95ed",
"turned_on": "{entity_name} \u88ab\u6253\u5f00"
}

View File

@ -2,7 +2,8 @@
"state": {
"litterrobot__status_code": {
"off": "\u05db\u05d1\u05d5\u05d9",
"p": "\u05de\u05d5\u05e9\u05d4\u05d4"
"p": "\u05de\u05d5\u05e9\u05d4\u05d4",
"rdy": "\u05de\u05d5\u05db\u05df"
}
}
}

View File

@ -1,6 +1,7 @@
{
"device_automation": {
"condition_type": {
"is_buffering": "{entity_name} \u6b63\u5728\u7f13\u51b2",
"is_idle": "{entity_name} \u7a7a\u95f2",
"is_off": "{entity_name} \u5df2\u5173\u95ed",
"is_on": "{entity_name} \u5df2\u5f00\u542f",
@ -8,6 +9,8 @@
"is_playing": "{entity_name} \u6b63\u5728\u64ad\u653e"
},
"trigger_type": {
"buffering": "{entity_name} \u5f00\u59cb\u7f13\u51b2",
"changed_states": "{entity_name} \u72b6\u6001\u53d8\u5316",
"idle": "{entity_name} \u7a7a\u95f2",
"paused": "{entity_name} \u6682\u505c",
"playing": "{entity_name} \u5f00\u59cb\u64ad\u653e",

View File

@ -10,6 +10,7 @@
"is_on": "{entity_name} \u5df2\u6253\u5f00"
},
"trigger_type": {
"changed_states": "{entity_name} \u88ab\u6253\u5f00\u6216\u5173\u95ed",
"turned_off": "{entity_name} \u88ab\u5173\u95ed",
"turned_on": "{entity_name} \u88ab\u6253\u5f00"
}

View File

@ -3,17 +3,30 @@
"condition_type": {
"is_apparent_power": "{entity_name} \u5f53\u524d\u7684\u89c6\u5728\u529f\u7387",
"is_battery_level": "{entity_name} \u5f53\u524d\u7684\u7535\u6c60\u7535\u91cf",
"is_carbon_dioxide": "{entity_name} \u5f53\u524d\u7684\u4e8c\u6c27\u5316\u78b3\u6d53\u5ea6\u6c34\u5e73",
"is_carbon_monoxide": "{entity_name} \u5f53\u524d\u7684\u4e00\u6c27\u5316\u78b3\u6d53\u5ea6\u6c34\u5e73",
"is_current": "{entity_name} \u5f53\u524d\u7684\u7535\u6d41",
"is_energy": "{entity_name} \u5f53\u524d\u7528\u7535\u91cf",
"is_frequency": "{entity_name} \u5f53\u524d\u7684\u9891\u7387",
"is_gas": "{entity_name} \u5f53\u524d\u7684\u71c3\u6c14",
"is_humidity": "{entity_name} \u5f53\u524d\u7684\u6e7f\u5ea6",
"is_illuminance": "{entity_name} \u5f53\u524d\u7684\u5149\u7167\u5f3a\u5ea6",
"is_nitrogen_dioxide": "{entity_name} \u5f53\u524d\u7684\u4e8c\u6c27\u5316\u6c2e\u6d53\u5ea6\u6c34\u5e73",
"is_nitrogen_monoxide": "{entity_name} \u5f53\u524d\u7684\u4e00\u6c27\u5316\u6c2e\u6d53\u5ea6\u6c34\u5e73",
"is_nitrous_oxide": "{entity_name} \u5f53\u524d\u7684\u4e00\u6c27\u5316\u4e8c\u6c2e\u6d53\u5ea6\u6c34\u5e73",
"is_ozone": "{entity_name} \u5f53\u524d\u7684\u81ed\u6c27\u6d53\u5ea6\u6c34\u5e73",
"is_pm1": "{entity_name} \u5f53\u524d\u7684 PM1 \u6d53\u5ea6\u6c34\u5e73",
"is_pm10": "{entity_name} \u5f53\u524d\u7684 PM10 \u6d53\u5ea6\u6c34\u5e73",
"is_pm25": "{entity_name} \u5f53\u524d\u7684 PM2.5 \u6d53\u5ea6\u6c34\u5e73",
"is_power": "{entity_name} \u5f53\u524d\u7684\u529f\u7387",
"is_power_factor": "{entity_name} \u5f53\u524d\u7684\u529f\u7387\u56e0\u6570",
"is_pressure": "{entity_name} \u5f53\u524d\u7684\u538b\u529b",
"is_reactive_power": "{entity_name} \u5f53\u524d\u7684\u65e0\u529f\u529f\u7387",
"is_signal_strength": "{entity_name} \u5f53\u524d\u7684\u4fe1\u53f7\u5f3a\u5ea6",
"is_sulphur_dioxide": "{entity_name} \u5f53\u524d\u7684\u4e8c\u6c27\u5316\u786b\u6d53\u5ea6\u6c34\u5e73",
"is_temperature": "{entity_name} \u5f53\u524d\u7684\u6e29\u5ea6",
"is_value": "{entity_name} \u5f53\u524d\u7684\u503c",
"is_volatile_organic_compounds": "{entity_name} \u5f53\u524d\u7684\u6325\u53d1\u6027\u6709\u673a\u7269\u6d53\u5ea6\u6c34\u5e73",
"is_voltage": "{entity_name} \u5f53\u524d\u7684\u7535\u538b"
},
"trigger_type": {

View File

@ -15,6 +15,11 @@
"description": "\u05ea\u05d5\u05e7\u05e3 \u05d0\u05e1\u05d9\u05de\u05d5\u05df \u05d4\u05d2\u05d9\u05e9\u05d4 \u05e9\u05dc\u05da \u05e4\u05d2 \u05d0\u05d5 \u05d1\u05d5\u05d8\u05dc. \u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05d0\u05ea \u05d4\u05e1\u05d9\u05e1\u05de\u05d4 \u05e9\u05dc\u05da \u05db\u05d3\u05d9 \u05dc\u05e7\u05e9\u05e8 \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da.",
"title": "\u05d0\u05d9\u05de\u05d5\u05ea \u05de\u05d7\u05d3\u05e9 \u05e9\u05dc \u05e9\u05d9\u05dc\u05d5\u05d1"
},
"sms_2fa": {
"data": {
"code": "\u05e7\u05d5\u05d3"
}
},
"user": {
"data": {
"password": "\u05e1\u05d9\u05e1\u05de\u05d4",

View File

@ -32,7 +32,8 @@
"init": {
"data": {
"scan_interval": "Update-Intervall",
"show_on_map": "Stationen auf der Karte anzeigen"
"show_on_map": "Stationen auf der Karte anzeigen",
"stations": "Stationen"
},
"title": "Tankerkoenig Optionen"
}

View File

@ -31,6 +31,7 @@
"step": {
"init": {
"data": {
"scan_interval": "Update Interval",
"show_on_map": "Show stations on map",
"stations": "Stations"
},

View File

@ -32,7 +32,8 @@
"init": {
"data": {
"scan_interval": "Intervalo de atualiza\u00e7\u00e3o",
"show_on_map": "Mostrar postos no mapa"
"show_on_map": "Mostrar postos no mapa",
"stations": "Esta\u00e7\u00f5es"
},
"title": "Op\u00e7\u00f5es de Tankerkoenig"
}

View File

@ -18,7 +18,7 @@
"data": {
"select_ip": "\u05db\u05ea\u05d5\u05d1\u05ea IP"
},
"description": "\u05d9\u05e9 \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05ea \u05d4\u05d4\u05ea\u05e7\u05e0\u05d4 \u05e9\u05d5\u05d1 \u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d7\u05d1\u05e8 \u05e9\u05e2\u05e8\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd"
"description": "\u05d1\u05d7\u05d9\u05e8\u05ea \u05e9\u05e2\u05e8 \u05e9\u05d9\u05d0\u05d5\u05de\u05d9 \u05d0\u05e7\u05d0\u05e8\u05d4 \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d7\u05d1\u05e8"
},
"settings": {
"data": {

View File

@ -48,6 +48,13 @@
"close": "\u5173\u95ed",
"dim_down": "\u8c03\u6697",
"dim_up": "\u8c03\u4eae",
"face_1": "\u5e76\u4e14\u7b2c 1 \u9762\u6fc0\u6d3b",
"face_2": "\u5e76\u4e14\u7b2c 2 \u9762\u6fc0\u6d3b",
"face_3": "\u5e76\u4e14\u7b2c 3 \u9762\u6fc0\u6d3b",
"face_4": "\u5e76\u4e14\u7b2c 4 \u9762\u6fc0\u6d3b",
"face_5": "\u5e76\u4e14\u7b2c 5 \u9762\u6fc0\u6d3b",
"face_6": "\u5e76\u4e14\u7b2c 6 \u9762\u6fc0\u6d3b",
"face_any": "\u5e76\u4e14\u4efb\u610f\u6216\u6307\u5b9a\u9762\u6fc0\u6d3b",
"left": "\u5de6",
"open": "\u5f00\u542f",
"right": "\u53f3",
@ -56,12 +63,12 @@
},
"trigger_type": {
"device_dropped": "\u8bbe\u5907\u81ea\u7531\u843d\u4f53",
"device_flipped": "\u8bbe\u5907\u7ffb\u8f6c \"{subtype}\"",
"device_knocked": "\u8bbe\u5907\u8f7b\u6572 \"{subtype}\"",
"device_flipped": "\u8bbe\u5907\u7ffb\u8f6c{subtype}",
"device_knocked": "\u8bbe\u5907\u8f7b\u6572{subtype}",
"device_offline": "\u8bbe\u5907\u79bb\u7ebf",
"device_rotated": "\u8bbe\u5907\u65cb\u8f6c \"{subtype}\"",
"device_rotated": "\u8bbe\u5907\u65cb\u8f6c{subtype}",
"device_shaken": "\u8bbe\u5907\u6447\u4e00\u6447",
"device_slid": "\u8bbe\u5907\u5e73\u79fb \"{subtype}\"",
"device_slid": "\u8bbe\u5907\u5e73\u79fb{subtype}",
"device_tilted": "\u8bbe\u5907\u503e\u659c",
"remote_button_alt_double_press": "\"{subtype}\" \u53cc\u51fb(\u5907\u7528)",
"remote_button_alt_long_press": "\"{subtype}\" \u957f\u6309(\u5907\u7528)",

View File

@ -0,0 +1,7 @@
{
"device_automation": {
"action_type": {
"ping": "Ping \u8bbe\u5907"
}
}
}