[ci skip] Translation update
This commit is contained in:
parent
7acb1b6eb9
commit
10b62370ff
33 changed files with 493 additions and 18 deletions
|
@ -1,4 +1,30 @@
|
|||
{
|
||||
"device_automation": {
|
||||
"action_type": {
|
||||
"arm_away": "\u05d3\u05e8\u05d9\u05db\u05ea {entity_name} \u05dc\u05d0 \u05d1\u05d1\u05d9\u05ea",
|
||||
"arm_home": "\u05d3\u05e8\u05d9\u05db\u05ea {entity_name} \u05d4\u05d1\u05d9\u05ea\u05d4",
|
||||
"arm_night": "\u05d3\u05e8\u05d9\u05db\u05ea {entity_name} \u05dc\u05d9\u05dc\u05d4",
|
||||
"arm_vacation": "\u05d3\u05e8\u05d9\u05db\u05ea {entity_name} \u05d7\u05d5\u05e4\u05e9\u05d4",
|
||||
"disarm": "\u05e0\u05d9\u05d8\u05e8\u05d5\u05dc {entity_name}",
|
||||
"trigger": "\u05d4\u05e4\u05e2\u05dc\u05ea {entity_name}"
|
||||
},
|
||||
"condition_type": {
|
||||
"is_armed_away": "{entity_name} \u05d3\u05e8\u05d5\u05da \u05dc\u05d0 \u05d1\u05d1\u05d9\u05ea",
|
||||
"is_armed_home": "{entity_name} \u05d3\u05e8\u05d5\u05da \u05d1\u05d9\u05ea",
|
||||
"is_armed_night": "{entity_name} \u05d3\u05e8\u05d5\u05da \u05dc\u05d9\u05dc\u05d4",
|
||||
"is_armed_vacation": "{entity_name} \u05d1\u05d7\u05d5\u05e4\u05e9\u05d4 \u05d3\u05e8\u05d5\u05db\u05d4",
|
||||
"is_disarmed": "{entity_name} \u05de\u05e0\u05d5\u05d8\u05e8\u05dc",
|
||||
"is_triggered": "{entity_name} \u05de\u05d5\u05e4\u05e2\u05dc"
|
||||
},
|
||||
"trigger_type": {
|
||||
"armed_away": "{entity_name} \u05d3\u05e8\u05d5\u05da \u05dc\u05d0 \u05d1\u05d1\u05d9\u05ea",
|
||||
"armed_home": "{entity_name} \u05d3\u05e8\u05d5\u05da \u05d1\u05d1\u05d9\u05ea",
|
||||
"armed_night": "{entity_name} \u05d3\u05e8\u05d5\u05da \u05dc\u05d9\u05dc\u05d4",
|
||||
"armed_vacation": "{entity_name} \u05d7\u05d5\u05e4\u05e9\u05d4 \u05d3\u05e8\u05d5\u05db\u05d4",
|
||||
"disarmed": "{entity_name} \u05de\u05e0\u05d5\u05d8\u05e8\u05dc",
|
||||
"triggered": "{entity_name} \u05de\u05d5\u05e4\u05e2\u05dc"
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
"_": {
|
||||
"armed": "\u05d3\u05e8\u05d5\u05da",
|
||||
|
|
|
@ -1,16 +1,96 @@
|
|||
{
|
||||
"device_automation": {
|
||||
"condition_type": {
|
||||
"is_bat_low": "\u05e1\u05d5\u05dc\u05dc\u05ea {entity_name} \u05d7\u05dc\u05e9\u05d4",
|
||||
"is_cold": "{entity_name} \u05e7\u05e8",
|
||||
"is_connected": "{entity_name} \u05de\u05d7\u05d5\u05d1\u05e8",
|
||||
"is_gas": "{entity_name} \u05de\u05d6\u05d4\u05d4 \u05d2\u05d6",
|
||||
"is_hot": "{entity_name} \u05d7\u05dd",
|
||||
"is_light": "{entity_name} \u05de\u05d6\u05d4\u05d4 \u05d0\u05d5\u05e8",
|
||||
"is_locked": "{entity_name} \u05e0\u05e2\u05d5\u05dc",
|
||||
"is_moist": "{entity_name} \u05dc\u05d7",
|
||||
"is_motion": "{entity_name} \u05de\u05d6\u05d4\u05d4 \u05ea\u05e0\u05d5\u05e2\u05d4",
|
||||
"is_moving": "{entity_name} \u05d6\u05d6",
|
||||
"is_no_gas": "{entity_name} \u05d0\u05d9\u05e0\u05d5 \u05de\u05d6\u05d4\u05d4 \u05d2\u05d6",
|
||||
"is_no_light": "{entity_name} \u05d0\u05d9\u05e0\u05d5 \u05de\u05d6\u05d4\u05d4 \u05d0\u05d5\u05e8",
|
||||
"is_not_cold": "{entity_name} \u05dc\u05d0 \u05e7\u05e8"
|
||||
"is_no_motion": "{entity_name} \u05d0\u05d9\u05e0\u05d5 \u05de\u05d6\u05d4\u05d4 \u05ea\u05e0\u05d5\u05e2\u05d4",
|
||||
"is_no_problem": "{entity_name} \u05d0\u05d9\u05e0\u05d5 \u05de\u05d6\u05d4\u05d4 \u05d1\u05e2\u05d9\u05d4",
|
||||
"is_no_smoke": "{entity_name} \u05d0\u05d9\u05e0\u05d5 \u05de\u05d6\u05d4\u05d4 \u05e2\u05e9\u05df",
|
||||
"is_no_sound": "{entity_name} \u05d0\u05d9\u05e0\u05d5 \u05de\u05d6\u05d4\u05d4 \u05e6\u05dc\u05d9\u05dc",
|
||||
"is_no_update": "{entity_name} \u05de\u05e2\u05d5\u05d3\u05db\u05df",
|
||||
"is_no_vibration": "{entity_name} \u05d0\u05d9\u05e0\u05d5 \u05de\u05d6\u05d4\u05d4 \u05e8\u05d8\u05d8",
|
||||
"is_not_bat_low": "\u05e1\u05d5\u05dc\u05dc\u05ea {entity_name} \u05ea\u05e7\u05d9\u05e0\u05d4",
|
||||
"is_not_cold": "{entity_name} \u05dc\u05d0 \u05e7\u05e8",
|
||||
"is_not_connected": "{entity_name} \u05de\u05e0\u05d5\u05ea\u05e7",
|
||||
"is_not_hot": "{entity_name} \u05d0\u05d9\u05e0\u05d5 \u05d7\u05dd",
|
||||
"is_not_locked": "{entity_name} \u05d0\u05d9\u05e0\u05d5 \u05e0\u05e2\u05d5\u05dc",
|
||||
"is_not_moist": "{entity_name} \u05d9\u05d1\u05e9",
|
||||
"is_not_moving": "{entity_name} \u05d0\u05d9\u05e0\u05d5 \u05d6\u05d6",
|
||||
"is_not_occupied": "{entity_name} \u05d0\u05d9\u05e0\u05d5 \u05ea\u05e4\u05d5\u05e1",
|
||||
"is_not_open": "{entity_name} \u05e1\u05d2\u05d5\u05e8",
|
||||
"is_not_plugged_in": "{entity_name} \u05de\u05e0\u05d5\u05ea\u05e7",
|
||||
"is_not_powered": "{entity_name} \u05d0\u05d9\u05e0\u05d5 \u05de\u05d5\u05e4\u05e2\u05dc",
|
||||
"is_not_present": "{entity_name} \u05d0\u05d9\u05e0\u05d5 \u05e7\u05d9\u05d9\u05dd",
|
||||
"is_not_unsafe": "{entity_name} \u05d1\u05d8\u05d5\u05d7",
|
||||
"is_occupied": "{entity_name} \u05ea\u05e4\u05d5\u05e1",
|
||||
"is_off": "{entity_name} \u05db\u05d1\u05d5\u05d9",
|
||||
"is_on": "{entity_name} \u05de\u05d5\u05e4\u05e2\u05dc",
|
||||
"is_open": "{entity_name} \u05e4\u05ea\u05d5\u05d7",
|
||||
"is_plugged_in": "{entity_name} \u05de\u05d7\u05d5\u05d1\u05e8",
|
||||
"is_powered": "{entity_name} \u05de\u05d5\u05e4\u05e2\u05dc",
|
||||
"is_present": "{entity_name} \u05e0\u05d5\u05db\u05d7",
|
||||
"is_problem": "{entity_name} \u05de\u05d6\u05d4\u05d4 \u05d1\u05e2\u05d9\u05d4",
|
||||
"is_smoke": "{entity_name} \u05de\u05d6\u05d4\u05d4 \u05e2\u05e9\u05df",
|
||||
"is_sound": "{entity_name} \u05de\u05d6\u05d4\u05d4 \u05e6\u05dc\u05d9\u05dc",
|
||||
"is_unsafe": "{entity_name} \u05d0\u05d9\u05e0\u05d5 \u05d1\u05d8\u05d5\u05d7",
|
||||
"is_update": "\u05e2\u05d3\u05db\u05d5\u05df \u05d6\u05de\u05d9\u05df \u05e2\u05d1\u05d5\u05e8 {entity_name}",
|
||||
"is_vibration": "{entity_name} \u05de\u05d6\u05d4\u05d4 \u05e8\u05d8\u05d8"
|
||||
},
|
||||
"trigger_type": {
|
||||
"bat_low": "\u05e1\u05d5\u05dc\u05dc\u05ea {entity_name} \u05d7\u05dc\u05e9\u05d4",
|
||||
"cold": "{entity_name} \u05e0\u05d4\u05d9\u05d4 \u05e7\u05e8",
|
||||
"connected": "{entity_name} \u05de\u05d7\u05d5\u05d1\u05e8",
|
||||
"gas": "{entity_name} \u05d4\u05d7\u05dc \u05dc\u05d6\u05d4\u05d5\u05ea \u05d2\u05d6",
|
||||
"hot": "{entity_name} \u05e0\u05e2\u05e9\u05d4 \u05d7\u05dd",
|
||||
"light": "{entity_name} \u05d4\u05ea\u05d7\u05d9\u05dc \u05dc\u05d6\u05d4\u05d5\u05ea \u05d0\u05d5\u05e8",
|
||||
"locked": "{entity_name} \u05e0\u05e2\u05d5\u05dc",
|
||||
"moist": "{entity_name} \u05d4\u05e4\u05da \u05dc\u05d7",
|
||||
"motion": "{entity_name} \u05d4\u05d7\u05dc \u05dc\u05d6\u05d4\u05d5\u05ea \u05ea\u05e0\u05d5\u05e2\u05d4",
|
||||
"moving": "{entity_name} \u05d4\u05d7\u05dc \u05dc\u05e0\u05d5\u05e2",
|
||||
"no_gas": "{entity_name} \u05d4\u05e4\u05e1\u05d9\u05e7 \u05dc\u05d6\u05d4\u05d5\u05ea \u05d2\u05d6",
|
||||
"no_light": "{entity_name} \u05d4\u05e4\u05e1\u05d9\u05e7 \u05dc\u05d6\u05d4\u05d5\u05ea \u05d0\u05d5\u05e8",
|
||||
"not_cold": "{entity_name} \u05e0\u05d4\u05d9\u05d4 \u05dc\u05d0 \u05e7\u05e8"
|
||||
"no_motion": "{entity_name} \u05d4\u05e4\u05e1\u05d9\u05e7 \u05dc\u05d6\u05d4\u05d5\u05ea \u05ea\u05e0\u05d5\u05e2\u05d4",
|
||||
"no_problem": "{entity_name} \u05d4\u05e4\u05e1\u05d9\u05e7 \u05dc\u05d6\u05d4\u05d5\u05ea \u05d1\u05e2\u05d9\u05d4",
|
||||
"no_smoke": "{entity_name} \u05d4\u05e4\u05e1\u05d9\u05e7 \u05dc\u05d6\u05d4\u05d5\u05ea \u05e2\u05e9\u05df",
|
||||
"no_sound": "{entity_name} \u05d4\u05e4\u05e1\u05d9\u05e7 \u05dc\u05d6\u05d4\u05d5\u05ea \u05e6\u05dc\u05d9\u05dc",
|
||||
"no_update": "{entity_name} \u05d4\u05e4\u05da \u05dc\u05de\u05e2\u05d5\u05d3\u05db\u05df",
|
||||
"no_vibration": "{entity_name} \u05d4\u05e4\u05e1\u05d9\u05e7 \u05dc\u05d6\u05d4\u05d5\u05ea \u05e8\u05d8\u05d8",
|
||||
"not_bat_low": "{entity_name} \u05e1\u05d5\u05dc\u05dc\u05d4 \u05e8\u05d2\u05d9\u05dc\u05d4",
|
||||
"not_cold": "{entity_name} \u05e0\u05d4\u05d9\u05d4 \u05dc\u05d0 \u05e7\u05e8",
|
||||
"not_connected": "{entity_name} \u05de\u05e0\u05d5\u05ea\u05e7",
|
||||
"not_hot": "{entity_name} \u05d4\u05e4\u05da \u05dc\u05d0 \u05d7\u05dd",
|
||||
"not_locked": "{entity_name} \u05dc\u05d0 \u05e0\u05e2\u05d5\u05dc",
|
||||
"not_moist": "{entity_name} \u05d4\u05ea\u05d9\u05d9\u05d1\u05e9",
|
||||
"not_moving": "{entity_name} \u05d4\u05e4\u05e1\u05d9\u05e7 \u05dc\u05d6\u05d5\u05d6",
|
||||
"not_occupied": "{entity_name} \u05dc\u05d0 \u05e0\u05ea\u05e4\u05e1",
|
||||
"not_opened": "{entity_name} \u05e1\u05d2\u05d5\u05e8",
|
||||
"not_plugged_in": "{entity_name} \u05de\u05e0\u05d5\u05ea\u05e7",
|
||||
"not_powered": "{entity_name} \u05d0\u05d9\u05e0\u05d5 \u05de\u05d5\u05e4\u05e2\u05dc",
|
||||
"not_present": "{entity_name} \u05d0\u05d9\u05e0\u05d5 \u05e7\u05d9\u05d9\u05dd",
|
||||
"not_unsafe": "{entity_name} \u05d4\u05e4\u05da \u05dc\u05d1\u05d8\u05d5\u05d7",
|
||||
"occupied": "{entity_name} \u05e0\u05ea\u05e4\u05e1",
|
||||
"opened": "{entity_name} \u05e0\u05e4\u05ea\u05d7",
|
||||
"plugged_in": "{entity_name} \u05de\u05d7\u05d5\u05d1\u05e8",
|
||||
"powered": "{entity_name} \u05de\u05d5\u05e4\u05e2\u05dc",
|
||||
"present": "{entity_name} \u05e0\u05d5\u05db\u05d7",
|
||||
"problem": "{entity_name} \u05d4\u05d7\u05dc\u05d4 \u05dc\u05d6\u05d4\u05d5\u05ea \u05d1\u05e2\u05d9\u05d4",
|
||||
"smoke": "{entity_name} \u05d4\u05d7\u05dc \u05dc\u05d6\u05d4\u05d5\u05ea \u05e2\u05e9\u05df",
|
||||
"sound": "{entity_name} \u05d4\u05d7\u05dc \u05dc\u05d6\u05d4\u05d5\u05ea \u05e6\u05dc\u05d9\u05dc",
|
||||
"turned_off": "{entity_name} \u05db\u05d5\u05d1\u05d4",
|
||||
"turned_on": "{entity_name} \u05d4\u05d5\u05e4\u05e2\u05dc",
|
||||
"unsafe": "{entity_name} \u05d4\u05e4\u05da \u05dc\u05dc\u05d0 \u05d1\u05d8\u05d5\u05d7",
|
||||
"update": "{entity_name} \u05e7\u05d9\u05d1\u05dc \u05e2\u05d3\u05db\u05d5\u05df \u05d6\u05de\u05d9\u05df",
|
||||
"vibration": "{entity_name} \u05d4\u05d7\u05dc \u05dc\u05d6\u05d4\u05d5\u05ea \u05e8\u05d8\u05d8"
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
|
@ -79,7 +159,8 @@
|
|||
"on": "\u05e4\u05ea\u05d5\u05d7"
|
||||
},
|
||||
"plug": {
|
||||
"off": "\u05de\u05e0\u05d5\u05ea\u05e7"
|
||||
"off": "\u05de\u05e0\u05d5\u05ea\u05e7",
|
||||
"on": "\u05de\u05d7\u05d5\u05d1\u05e8"
|
||||
},
|
||||
"presence": {
|
||||
"off": "\u05d1\u05d7\u05d5\u05e5",
|
||||
|
|
|
@ -1,7 +1,29 @@
|
|||
{
|
||||
"device_automation": {
|
||||
"action_type": {
|
||||
"close": "\u05e1\u05d2\u05d9\u05e8\u05ea {entity_name}",
|
||||
"close_tilt": "\u05e1\u05d2\u05d9\u05e8\u05ea \u05d4\u05d8\u05d9\u05d4 \u05e9\u05dc {entity_name}",
|
||||
"open": "\u05e4\u05ea\u05d9\u05d7\u05ea {entity_name}",
|
||||
"open_tilt": "\u05e4\u05ea\u05d9\u05d7\u05ea \u05d4\u05d8\u05d9\u05d9\u05ea {entity_name}",
|
||||
"set_position": "\u05d4\u05d2\u05d3\u05e8\u05ea \u05de\u05d9\u05e7\u05d5\u05dd {entity_name}",
|
||||
"set_tilt_position": "\u05d4\u05d2\u05d3\u05e8\u05ea \u05de\u05d9\u05e7\u05d5\u05dd \u05d4\u05d8\u05d9\u05d9\u05ea {entity_name}",
|
||||
"stop": "\u05e2\u05e6\u05d5\u05e8 {entity_name}"
|
||||
},
|
||||
"condition_type": {
|
||||
"is_closed": "{entity_name} \u05e1\u05d2\u05d5\u05e8",
|
||||
"is_closing": "{entity_name} \u05e0\u05e1\u05d2\u05e8",
|
||||
"is_open": "{entity_name} \u05e4\u05ea\u05d5\u05d7",
|
||||
"is_opening": "{entity_name} \u05e0\u05e4\u05ea\u05d7",
|
||||
"is_position": "\u05d4\u05de\u05d9\u05e7\u05d5\u05dd \u05d4\u05e0\u05d5\u05db\u05d7\u05d9 {entity_name} \u05d4\u05d5\u05d0",
|
||||
"is_tilt_position": "\u05de\u05d9\u05e7\u05d5\u05dd \u05d4\u05d4\u05d8\u05d9\u05d4 \u05d4\u05e0\u05d5\u05db\u05d7\u05d9 {entity_name} \u05d4\u05d5\u05d0"
|
||||
},
|
||||
"trigger_type": {
|
||||
"closed": "{entity_name} \u05e1\u05d2\u05d5\u05e8",
|
||||
"closing": "{entity_name} \u05e0\u05e1\u05d2\u05e8",
|
||||
"opened": "{entity_name} \u05e0\u05e4\u05ea\u05d7",
|
||||
"opening": "\u05e4\u05ea\u05d9\u05d7\u05ea {entity_name}",
|
||||
"position": "{entity_name} \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9 \u05de\u05d9\u05e7\u05d5\u05dd",
|
||||
"tilt_position": "{entity_name} \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d1\u05de\u05d9\u05e7\u05d5\u05dd \u05d4\u05d8\u05d9\u05d4"
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
|
|
|
@ -30,10 +30,23 @@
|
|||
},
|
||||
"device_automation": {
|
||||
"trigger_subtype": {
|
||||
"both_buttons": "\u05e9\u05e0\u05d9 \u05d4\u05dc\u05d7\u05e6\u05e0\u05d9\u05dd",
|
||||
"button_1": "\u05dc\u05d7\u05e6\u05df \u05e8\u05d0\u05e9\u05d5\u05df",
|
||||
"button_2": "\u05dc\u05d7\u05e6\u05df \u05e9\u05e0\u05d9",
|
||||
"button_3": "\u05dc\u05d7\u05e6\u05df \u05e9\u05dc\u05d9\u05e9\u05d9",
|
||||
"button_4": "\u05dc\u05d7\u05e6\u05df \u05e8\u05d1\u05d9\u05e2\u05d9",
|
||||
"button_5": "\u05db\u05e4\u05ea\u05d5\u05e8 \u05d7\u05de\u05d9\u05e9\u05d9",
|
||||
"button_6": "\u05db\u05e4\u05ea\u05d5\u05e8 \u05e9\u05d9\u05e9\u05d9",
|
||||
"button_7": "\u05db\u05e4\u05ea\u05d5\u05e8 \u05e9\u05d1\u05d9\u05e2\u05d9",
|
||||
"button_8": "\u05db\u05e4\u05ea\u05d5\u05e8 \u05e9\u05de\u05d9\u05e0\u05d9"
|
||||
"button_8": "\u05db\u05e4\u05ea\u05d5\u05e8 \u05e9\u05de\u05d9\u05e0\u05d9",
|
||||
"close": "\u05e1\u05d2\u05d5\u05e8",
|
||||
"dim_down": "\u05e2\u05de\u05e2\u05d5\u05dd \u05dc\u05de\u05d8\u05d4",
|
||||
"dim_up": "\u05e2\u05de\u05e2\u05d5\u05dd \u05dc\u05de\u05e2\u05dc\u05d4",
|
||||
"left": "\u05e9\u05de\u05d0\u05dc",
|
||||
"open": "\u05e4\u05ea\u05d5\u05d7",
|
||||
"right": "\u05d9\u05de\u05d9\u05df",
|
||||
"turn_off": "\u05db\u05d9\u05d1\u05d5\u05d9",
|
||||
"turn_on": "\u05d4\u05e4\u05e2\u05dc\u05d4"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,3 +1,21 @@
|
|||
{
|
||||
"options": {
|
||||
"step": {
|
||||
"options_1": {
|
||||
"data": {
|
||||
"bool": "\u05d1\u05d5\u05dc\u05d9\u05d0\u05e0\u05d9 \u05d0\u05d5\u05e4\u05e6\u05d9\u05d5\u05e0\u05dc\u05d9",
|
||||
"constant": "\u05e7\u05d1\u05d5\u05e2",
|
||||
"int": "\u05e7\u05dc\u05d8 \u05de\u05e1\u05e4\u05e8\u05d9"
|
||||
}
|
||||
},
|
||||
"options_2": {
|
||||
"data": {
|
||||
"multi": "\u05d1\u05d7\u05d9\u05e8\u05d4 \u05de\u05e8\u05d5\u05d1\u05d4",
|
||||
"select": "\u05d1\u05d7\u05d9\u05e8\u05ea \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea",
|
||||
"string": "\u05e2\u05e8\u05da \u05de\u05d7\u05e8\u05d5\u05d6\u05ea"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "\u05d4\u05d3\u05d2\u05de\u05d4"
|
||||
}
|
|
@ -1,7 +1,9 @@
|
|||
{
|
||||
"state": {
|
||||
"demo__speed": {
|
||||
"light_speed": "\u05de\u05d4\u05d9\u05e8\u05d5\u05ea \u05d4\u05d0\u05d5\u05e8"
|
||||
"light_speed": "\u05de\u05d4\u05d9\u05e8\u05d5\u05ea \u05d4\u05d0\u05d5\u05e8",
|
||||
"ludicrous_speed": "\u05de\u05d4\u05d9\u05e8\u05d5\u05ea \u05de\u05d2\u05d5\u05d7\u05db\u05ea",
|
||||
"ridiculous_speed": "\u05de\u05d4\u05d9\u05e8\u05d5\u05ea \u05de\u05d2\u05d5\u05d7\u05db\u05ea"
|
||||
}
|
||||
}
|
||||
}
|
21
homeassistant/components/efergy/translations/ca.json
Normal file
21
homeassistant/components/efergy/translations/ca.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "El dispositiu ja est\u00e0 configurat",
|
||||
"reauth_successful": "Re-autenticaci\u00f3 realitzada correctament"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Ha fallat la connexi\u00f3",
|
||||
"invalid_auth": "Autenticaci\u00f3 inv\u00e0lida",
|
||||
"unknown": "Error inesperat"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "Clau API"
|
||||
},
|
||||
"title": "Efergy"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
21
homeassistant/components/efergy/translations/de.json
Normal file
21
homeassistant/components/efergy/translations/de.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
|
||||
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Verbindung fehlgeschlagen",
|
||||
"invalid_auth": "Ung\u00fcltige Authentifizierung",
|
||||
"unknown": "Unerwarteter Fehler"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "API-Schl\u00fcssel"
|
||||
},
|
||||
"title": "Efergy"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
21
homeassistant/components/efergy/translations/et.json
Normal file
21
homeassistant/components/efergy/translations/et.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Seade on juba h\u00e4\u00e4lestatud",
|
||||
"reauth_successful": "Taastuvastamine \u00f5nnestus"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "\u00dchendamine nurjus",
|
||||
"invalid_auth": "Tuvastamine nurjus",
|
||||
"unknown": "Ootamatu t\u00f5rge"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "API v\u00f5ti"
|
||||
},
|
||||
"title": "Efergy"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
21
homeassistant/components/efergy/translations/hu.json
Normal file
21
homeassistant/components/efergy/translations/hu.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Az eszk\u00f6z m\u00e1r konfigur\u00e1lva van",
|
||||
"reauth_successful": "Az \u00fajrahiteles\u00edt\u00e9s sikeres volt"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Sikertelen csatlakoz\u00e1s",
|
||||
"invalid_auth": "\u00c9rv\u00e9nytelen hiteles\u00edt\u00e9s",
|
||||
"unknown": "V\u00e1ratlan hiba t\u00f6rt\u00e9nt"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "API kulcs"
|
||||
},
|
||||
"title": "Efergy"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
21
homeassistant/components/efergy/translations/ru.json
Normal file
21
homeassistant/components/efergy/translations/ru.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "\u042d\u0442\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u0443\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043e \u0432 Home Assistant.",
|
||||
"reauth_successful": "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u0430\u044f \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f.",
|
||||
"invalid_auth": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438.",
|
||||
"unknown": "\u041d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "\u041a\u043b\u044e\u0447 API"
|
||||
},
|
||||
"title": "Efergy"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
21
homeassistant/components/efergy/translations/zh-Hant.json
Normal file
21
homeassistant/components/efergy/translations/zh-Hant.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "\u88dd\u7f6e\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210",
|
||||
"reauth_successful": "\u91cd\u65b0\u8a8d\u8b49\u6210\u529f"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "\u9023\u7dda\u5931\u6557",
|
||||
"invalid_auth": "\u9a57\u8b49\u78bc\u7121\u6548",
|
||||
"unknown": "\u672a\u9810\u671f\u932f\u8aa4"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "API \u5bc6\u9470"
|
||||
},
|
||||
"title": "Efergy"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"bad_station_id": "Die Stations-ID ist ung\u00fcltig, fehlt oder wurde in der Stations-ID-Datenbank nicht gefunden",
|
||||
"cannot_connect": "Verbindung fehlgeschlagen",
|
||||
"error_response": "Fehlerhafte Antwort von Environment Canada",
|
||||
"too_many_attempts": "Verbindungen zu Environment Canada sind in ihrer Geschwindigkeit begrenzt; versuches in 60 Sekunden erneut.",
|
||||
"unknown": "Unerwarteter Fehler"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"language": "Sprache der Wetterinformationen",
|
||||
"latitude": "Breitengrad",
|
||||
"longitude": "L\u00e4ngengrad",
|
||||
"station": "ID der Wetterstation"
|
||||
},
|
||||
"description": "Es muss entweder eine Stations-ID oder der Breitengrad/L\u00e4ngengrad angegeben werden. Als Standardwerte f\u00fcr Breitengrad/L\u00e4ngengrad werden die in Ihrer Home Assistant-Installation konfigurierten Werte verwendet. Bei Angabe von Koordinaten wird die den Koordinaten am n\u00e4chsten gelegene Wetterstation verwendet. Wenn ein Stationscode verwendet wird, muss er dem Format entsprechen: PP/Code, wobei PP f\u00fcr die zweistellige Provinz und Code f\u00fcr die Stationskennung steht. Die Liste der Stations-IDs findest du hier: https://dd.weather.gc.ca/citypage_weather/docs/site_list_towns_en.csv. Die Wetterinformationen k\u00f6nnen entweder in Englisch oder Franz\u00f6sisch abgerufen werden.",
|
||||
"title": "Environment Canada: Wetterstandort und Sprache"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"bad_station_id": "Jaama ID ei sobi, puudub v\u00f5i seda ei leitud jaamade ID andmebaasist",
|
||||
"cannot_connect": "\u00dchendamine nurjus",
|
||||
"error_response": "Kanada keskkonnaameti ekslik vastus",
|
||||
"too_many_attempts": "\u00dchendus Kanada keskkonnaametiga on piiratud; proovi uuesti 60 sekundi p\u00e4rast",
|
||||
"unknown": "Ootamatu t\u00f5rge"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"language": "Ilmateabe keel",
|
||||
"latitude": "Laiuskraad",
|
||||
"longitude": "Pikkuskraad",
|
||||
"station": "Ilmajaama ID"
|
||||
},
|
||||
"description": "Tuleb m\u00e4\u00e4rata kas jaama ID v\u00f5i laiuskraad/pikkuskraad. Vaikimisi kasutatakse laiuskraadi/pikkuskraadi v\u00e4\u00e4rtusi, mis on konfigureeritud teie Home Assistant'i paigalduses. Koordinaatidele l\u00e4himat ilmajaama kasutatakse koordinaatide m\u00e4\u00e4ramisel. Kui kasutatakse jaama koodi, peab see j\u00e4rgima formaati: PP/kood, kus PP on kahet\u00e4heline provints ja kood on jaama ID. Jaama ID-de nimekiri on leitav siit: https://dd.weather.gc.ca/citypage_weather/docs/site_list_towns_en.csv. Ilmateavet saab otsida kas inglise v\u00f5i prantsuse keeles.",
|
||||
"title": "Kanada keskonnaamet: ilmateabe asukoht ja keel"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"bad_station_id": "Az \u00e1llom\u00e1s azonos\u00edt\u00f3ja \u00e9rv\u00e9nytelen, hi\u00e1nyzik, vagy nem tal\u00e1lhat\u00f3 az \u00e1llom\u00e1s azonos\u00edt\u00f3 adatb\u00e1zisban.",
|
||||
"cannot_connect": "Sikertelen csatlakoz\u00e1s",
|
||||
"error_response": "Az Environment Canada hib\u00e1val v\u00e1laszolt",
|
||||
"too_many_attempts": "Az Environment Canadahoz a kapcsol\u00f3d\u00e1sok sz\u00e1ma korl\u00e1tozva van; Pr\u00f3b\u00e1lja \u00fajra 60 m\u00e1sodperc m\u00falva",
|
||||
"unknown": "V\u00e1ratlan hiba t\u00f6rt\u00e9nt"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"language": "Id\u0151j\u00e1r\u00e1si inform\u00e1ci\u00f3k nyelve",
|
||||
"latitude": "Sz\u00e9less\u00e9g",
|
||||
"longitude": "Hossz\u00fas\u00e1g",
|
||||
"station": "Id\u0151j\u00e1r\u00e1s \u00e1llom\u00e1s ID-ja"
|
||||
},
|
||||
"description": "Adja meg \u00e1llom\u00e1s ID-t vagy a sz\u00e9less\u00e9gi/hossz\u00fas\u00e1gi fokot. Az alap\u00e9rtelmezett f\u00f6ldrajzi sz\u00e9less\u00e9g/hossz\u00fas\u00e1g a Home Assistant telep\u00edt\u00e9s\u00e9n\u00e9l be\u00e1ll\u00edtott \u00e9rt\u00e9kek. Koordin\u00e1t\u00e1k megad\u00e1sa eset\u00e9n a koordin\u00e1t\u00e1khoz legk\u00f6zelebbi id\u0151j\u00e1r\u00e1si \u00e1llom\u00e1s ker\u00fcl felhaszn\u00e1l\u00e1sra. Ha \u00e1llom\u00e1sk\u00f3dot haszn\u00e1l, annak a k\u00f6vetkez\u0151 form\u00e1tumot kell k\u00f6vetnie: PP/k\u00f3d, ahol PP a k\u00e9tbet\u0171s tartom\u00e1ny, a k\u00f3d pedig az \u00e1llom\u00e1s azonos\u00edt\u00f3ja. Az \u00e1llom\u00e1sazonos\u00edt\u00f3k list\u00e1ja itt tal\u00e1lhat\u00f3: https://dd.weather.gc.ca/citypage_weather/docs/site_list_towns_en.csv. Az id\u0151j\u00e1r\u00e1si inform\u00e1ci\u00f3k angol vagy francia nyelven k\u00e9rdezhet\u0151k le.",
|
||||
"title": "Environment Canada: id\u0151j\u00e1r\u00e1s helysz\u00edne \u00e9s nyelv"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"bad_station_id": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043c\u0435\u0442\u0435\u043e\u0441\u0442\u0430\u043d\u0446\u0438\u0438 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d, \u043b\u0438\u0431\u043e \u043d\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u0435\u043d.",
|
||||
"cannot_connect": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f.",
|
||||
"error_response": "\u041e\u0442\u0432\u0435\u0442 \u043e\u0442 Environment Canada \u043f\u043e \u043e\u0448\u0438\u0431\u043a\u0435.",
|
||||
"too_many_attempts": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u043f\u044b\u0442\u043e\u043a \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f \u043a Environment Canada \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043e. \u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443 \u0447\u0435\u0440\u0435\u0437 60 \u0441\u0435\u043a\u0443\u043d\u0434.",
|
||||
"unknown": "\u041d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"language": "\u042f\u0437\u044b\u043a, \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u043f\u043e\u0433\u043e\u0434\u0435",
|
||||
"latitude": "\u0428\u0438\u0440\u043e\u0442\u0430",
|
||||
"longitude": "\u0414\u043e\u043b\u0433\u043e\u0442\u0430",
|
||||
"station": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043c\u0435\u0442\u0435\u043e\u0441\u0442\u0430\u043d\u0446\u0438\u0438"
|
||||
},
|
||||
"description": "\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u043a\u0430\u043a \u043c\u0438\u043d\u0438\u043c\u0443\u043c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043c\u0435\u0442\u0435\u043e\u0441\u0442\u0430\u043d\u0446\u0438\u0438, \u043b\u0438\u0431\u043e \u043a\u043e\u043e\u0440\u0434\u0438\u043d\u0430\u0442\u044b \u043c\u0435\u0441\u0442\u043e\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044f. \u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442\u0441\u044f \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0448\u0438\u0440\u043e\u0442\u044b \u0438 \u0434\u043e\u043b\u0433\u043e\u0442\u044b, \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0435 \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445 \u043c\u0435\u0441\u0442\u043e\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0412\u0430\u0448\u0435\u0433\u043e Home Assistant. \u041f\u0440\u0438 \u0443\u043a\u0430\u0437\u0430\u043d\u0438\u0438 \u043a\u043e\u043e\u0440\u0434\u0438\u043d\u0430\u0442 \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0431\u043b\u0438\u0436\u0430\u0439\u0448\u0430\u044f \u043a \u043a\u043e\u043e\u0440\u0434\u0438\u043d\u0430\u0442\u0430\u043c \u043c\u0435\u0442\u0435\u043e\u0441\u0442\u0430\u043d\u0446\u0438\u044f. \u0415\u0441\u043b\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043c\u0435\u0442\u0435\u043e\u0441\u0442\u0430\u043d\u0446\u0438\u0438, \u043e\u043d \u0434\u043e\u043b\u0436\u0435\u043d \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u043e\u0432\u0430\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442\u0443: PP/\u043a\u043e\u0434, \u0433\u0434\u0435 PP \u2014 \u044d\u0442\u043e \u0438\u043d\u0434\u0435\u043a\u0441 \u043f\u0440\u043e\u0432\u0438\u043d\u0446\u0438\u0438, \u0430 \u043a\u043e\u0434 \u2014 \u044d\u0442\u043e \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043c\u0435\u0442\u0435\u043e\u0441\u0442\u0430\u043d\u0446\u0438\u0438. \u0421\u043f\u0438\u0441\u043e\u043a \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u043e\u0432 \u0441\u0442\u0430\u043d\u0446\u0438\u0439 \u043c\u043e\u0436\u043d\u043e \u043d\u0430\u0439\u0442\u0438 \u0437\u0434\u0435\u0441\u044c: https://dd.weather.gc.ca/citypage_weather/docs/site_list_towns_en.csv.\n\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u043f\u043e\u0433\u043e\u0434\u0435 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043d\u0430 \u0430\u043d\u0433\u043b\u0438\u0439\u0441\u043a\u043e\u043c \u0438\u043b\u0438 \u0444\u0440\u0430\u043d\u0446\u0443\u0437\u0441\u043a\u043e\u043c \u044f\u0437\u044b\u043a\u0430\u0445.",
|
||||
"title": "Environment Canada: \u043f\u043e\u0433\u043e\u0434\u0430, \u043c\u0435\u0441\u0442\u043e\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0438 \u044f\u0437\u044b\u043a"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -11,7 +11,7 @@
|
|||
"flow_title": "{model} {id} ({ipaddr})",
|
||||
"step": {
|
||||
"discovery_confirm": {
|
||||
"description": "Szeretn\u00e9 be\u00e1ll\u00edtani a(z) {model} {id} ({ipaddr}) webhelyet?"
|
||||
"description": "Be szeretn\u00e9 \u00e1ll\u00edtani: {model} {id} ({ipaddr}) ?"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
|
|
|
@ -2,6 +2,13 @@
|
|||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "\u05e9\u05d9\u05e8\u05d5\u05ea \u05d6\u05d4 \u05db\u05d1\u05e8 \u05de\u05d5\u05d2\u05d3\u05e8"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"radius": "\u05e8\u05d3\u05d9\u05d5\u05e1"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,6 +3,13 @@
|
|||
"abort": {
|
||||
"already_in_progress": "\u05d6\u05e8\u05d9\u05de\u05ea \u05d4\u05ea\u05e6\u05d5\u05e8\u05d4 \u05db\u05d1\u05e8 \u05de\u05ea\u05d1\u05e6\u05e2\u05ea"
|
||||
},
|
||||
"flow_title": "{name}"
|
||||
"flow_title": "{name}",
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"device": "\u05d4\u05ea\u05e7\u05df"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -21,7 +21,7 @@
|
|||
"title": "\u05d1\u05d7\u05e8 \u05e0\u05e7\u05d5\u05d3\u05ea \u05d2\u05d9\u05e9\u05d4 HomematicIP"
|
||||
},
|
||||
"link": {
|
||||
"description": "\u05dc\u05d7\u05e5 \u05e2\u05dc \u05d4\u05db\u05e4\u05ea\u05d5\u05e8 \u05d4\u05db\u05d7\u05d5\u05dc \u05d1\u05e0\u05e7\u05d5\u05d3\u05ea \u05d2\u05d9\u05e9\u05d4 \u05d5\u05e2\u05dc \u05db\u05e4\u05ea\u05d5\u05e8 \u05d4\u05e9\u05dc\u05d9\u05d7\u05d4 \u05db\u05d3\u05d9 \u05dc\u05d7\u05d1\u05e8 \u05d0\u05ea HomematicIP \u05e2\u05ddHome Assistant.\n\n",
|
||||
"description": "\u05dc\u05d7\u05d9\u05e6\u05d4 \u05e2\u05dc \u05d4\u05db\u05e4\u05ea\u05d5\u05e8 \u05d4\u05db\u05d7\u05d5\u05dc \u05d1\u05e0\u05e7\u05d5\u05d3\u05ea \u05d2\u05d9\u05e9\u05d4 \u05d5\u05e2\u05dc \u05db\u05e4\u05ea\u05d5\u05e8 \u05d4\u05e9\u05dc\u05d9\u05d7\u05d4 \u05db\u05d3\u05d9 \u05dc\u05e8\u05e9\u05d5\u05dd \u05d0\u05ea HomematIP \u05e2\u05dd Home Assistant.\n\n",
|
||||
"title": "\u05e0\u05e7\u05d5\u05d3\u05ea \u05d2\u05d9\u05e9\u05d4 \u05dc\u05e7\u05d9\u05e9\u05d5\u05e8"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,11 @@
|
|||
{
|
||||
"device_automation": {
|
||||
"action_type": {
|
||||
"lock": "\u05e0\u05e2\u05d9\u05dc\u05ea {entity_name}",
|
||||
"open": "\u05e4\u05ea\u05d9\u05d7\u05ea {entity_name}",
|
||||
"unlock": "\u05e0\u05e2\u05d9\u05dc\u05ea {entity_name}"
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
"_": {
|
||||
"locked": "\u05e0\u05e2\u05d5\u05dc",
|
||||
|
|
|
@ -7,6 +7,13 @@
|
|||
"error": {
|
||||
"authorize_url_timeout": "\u05e4\u05e1\u05e7 \u05d6\u05de\u05df \u05dc\u05d9\u05e6\u05d9\u05e8\u05ea \u05db\u05ea\u05d5\u05d1\u05ea URL \u05dc\u05d0\u05d9\u05e9\u05d5\u05e8.",
|
||||
"invalid_auth": "\u05d0\u05d9\u05de\u05d5\u05ea \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"flow_impl": "\u05e1\u05e4\u05e7"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -52,6 +52,7 @@
|
|||
"options": {
|
||||
"error": {
|
||||
"bad_birth": "\u05e0\u05d5\u05e9\u05d0 \u05dc\u05d9\u05d3\u05d4 \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9.",
|
||||
"bad_will": "\u05e0\u05d5\u05e9\u05d0 \u05d7\u05d5\u05e7 \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9.",
|
||||
"cannot_connect": "\u05d4\u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea \u05e0\u05db\u05e9\u05dc\u05d4"
|
||||
},
|
||||
"step": {
|
||||
|
@ -69,9 +70,15 @@
|
|||
"data": {
|
||||
"birth_enable": "\u05d0\u05e4\u05e9\u05e8 \u05d4\u05d5\u05d3\u05e2\u05ea \u05dc\u05d9\u05d3\u05d4",
|
||||
"birth_payload": "\u05de\u05d8\u05e2\u05df \u05d4\u05d5\u05d3\u05e2\u05ea \u05dc\u05d9\u05d3\u05d4",
|
||||
"birth_qos": "\u05d4\u05d5\u05d3\u05e2\u05ea \u05dc\u05d9\u05d3\u05d4 QoS",
|
||||
"birth_retain": "\u05d4\u05d5\u05d3\u05e2\u05ea \u05dc\u05d9\u05d3\u05d4 \u05e0\u05e9\u05de\u05e8\u05ea",
|
||||
"birth_topic": "\u05e0\u05d5\u05e9\u05d0 \u05d4\u05d5\u05d3\u05e2\u05ea \u05dc\u05d9\u05d3\u05d4",
|
||||
"discovery": "\u05d0\u05d9\u05e4\u05e9\u05d5\u05e8 \u05d2\u05d9\u05dc\u05d5\u05d9"
|
||||
"discovery": "\u05d0\u05d9\u05e4\u05e9\u05d5\u05e8 \u05d2\u05d9\u05dc\u05d5\u05d9",
|
||||
"will_enable": "\u05d4\u05e4\u05d9\u05db\u05ea \u05d4\u05d5\u05d3\u05e2\u05d4 \u05dc\u05d6\u05de\u05d9\u05e0\u05d4",
|
||||
"will_payload": "\u05d4\u05d0\u05dd \u05ea\u05d5\u05db\u05df \u05de\u05e0\u05d4 \u05e9\u05dc \u05d4\u05d5\u05d3\u05e2\u05d4",
|
||||
"will_qos": "\u05d4\u05d0\u05dd \u05d4\u05d5\u05d3\u05e2\u05ea QoS",
|
||||
"will_retain": "\u05d4\u05d0\u05dd \u05d4\u05d4\u05d5\u05d3\u05e2\u05d4 \u05ea\u05d9\u05e9\u05de\u05e8",
|
||||
"will_topic": "\u05d4\u05d0\u05dd \u05e0\u05d5\u05e9\u05d0 \u05d4\u05d5\u05d3\u05e2\u05d4"
|
||||
},
|
||||
"description": "\u05d2\u05d9\u05dc\u05d5\u05d9 - \u05d0\u05dd \u05d2\u05d9\u05dc\u05d5\u05d9 \u05de\u05d5\u05e4\u05e2\u05dc (\u05de\u05d5\u05de\u05dc\u05e5), Home Assistant \u05d9\u05d2\u05dc\u05d4 \u05d1\u05d0\u05d5\u05e4\u05df \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9 \u05de\u05db\u05e9\u05d9\u05e8\u05d9\u05dd \u05d5\u05d9\u05e9\u05d5\u05d9\u05d5\u05ea \u05d4\u05de\u05e4\u05e8\u05e1\u05de\u05d9\u05dd \u05d0\u05ea \u05ea\u05e6\u05d5\u05e8\u05ea\u05dd \u05d1\u05de\u05ea\u05d5\u05d5\u05da MQTT. \u05d0\u05dd \u05d4\u05d2\u05d9\u05dc\u05d5\u05d9 \u05d0\u05d9\u05e0\u05d5 \u05de\u05d5\u05e4\u05e2\u05dc, \u05db\u05dc \u05d4\u05ea\u05e6\u05d5\u05e8\u05d4 \u05d7\u05d9\u05d9\u05d1\u05ea \u05dc\u05d4\u05d9\u05e2\u05e9\u05d5\u05ea \u05d1\u05d0\u05d5\u05e4\u05df \u05d9\u05d3\u05e0\u05d9.\n\u05d4\u05d5\u05d3\u05e2\u05ea \u05dc\u05d9\u05d3\u05d4 - \u05d4\u05d5\u05d3\u05e2\u05ea \u05d4\u05dc\u05d9\u05d3\u05d4 \u05ea\u05d9\u05e9\u05dc\u05d7 \u05d1\u05db\u05dc \u05e4\u05e2\u05dd \u05e9-Home Assistant \u05de\u05ea\u05d7\u05d1\u05e8 (\u05de\u05d7\u05d3\u05e9) \u05dc\u05de\u05ea\u05d5\u05d5\u05da MQTT.\n\u05d4\u05d5\u05d3\u05e2\u05ea \u05e8\u05e6\u05d5\u05df - \u05d4\u05d5\u05d3\u05e2\u05ea \u05d4\u05e8\u05e6\u05d5\u05df \u05ea\u05d9\u05e9\u05dc\u05d7 \u05d1\u05db\u05dc \u05e4\u05e2\u05dd \u05e9-Home Assistant \u05d9\u05d0\u05d1\u05d3 \u05d0\u05ea \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05d5 \u05dc\u05de\u05ea\u05d5\u05d5\u05da, \u05d2\u05dd \u05d1\u05de\u05e7\u05e8\u05d4 \u05e9\u05dc \u05e0\u05d9\u05ea\u05d5\u05e7 \u05e0\u05e7\u05d9 (\u05dc\u05de\u05e9\u05dc \u05db\u05d9\u05d1\u05d5\u05d9 \u05e9\u05dc Home Assistant) \u05d5\u05d2\u05dd \u05d1\u05de\u05e7\u05e8\u05d4 \u05e9\u05dc \u05e0\u05d9\u05ea\u05d5\u05e7 \u05dc\u05d0 \u05e0\u05e7\u05d9 (\u05dc\u05de\u05e9\u05dc Home Assistant \u05de\u05ea\u05e8\u05e1\u05e7 \u05d0\u05d5 \u05de\u05d0\u05d1\u05d3 \u05d0\u05ea \u05d7\u05d9\u05d1\u05d5\u05e8 \u05d4\u05e8\u05e9\u05ea \u05e9\u05dc\u05d5).",
|
||||
"title": "\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea MQTT"
|
||||
|
|
|
@ -15,6 +15,13 @@
|
|||
},
|
||||
"step": {
|
||||
"gw_mqtt": {
|
||||
"data": {
|
||||
"persistence_file": "\u05e7\u05d5\u05d1\u05e5 \u05d4\u05ea\u05de\u05d3\u05d4 (\u05d4\u05e9\u05d0\u05e8\u05d4 \u05e8\u05d9\u05e7 \u05dc\u05d9\u05e6\u05d9\u05e8\u05d4 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea)",
|
||||
"retain": "\u05e9\u05de\u05d9\u05e8\u05d4 \u05e2\u05dc mqtt",
|
||||
"topic_in_prefix": "\u05e7\u05d9\u05d3\u05d5\u05de\u05ea \u05e2\u05d1\u05d5\u05e8 \u05e0\u05d5\u05e9\u05d0\u05d9 \u05e7\u05dc\u05d8 (topic_in_prefix)",
|
||||
"topic_out_prefix": "\u05e7\u05d9\u05d3\u05d5\u05de\u05ea \u05e2\u05d1\u05d5\u05e8 \u05e0\u05d5\u05e9\u05d0\u05d9 \u05e4\u05dc\u05d8 (topic_out_prefix)",
|
||||
"version": "\u05d2\u05d9\u05e8\u05e1\u05ea MySensors"
|
||||
},
|
||||
"description": "\u05d4\u05d2\u05d3\u05e8\u05ea \u05e9\u05e2\u05e8 MQTT"
|
||||
},
|
||||
"gw_tcp": {
|
||||
|
|
|
@ -42,10 +42,10 @@
|
|||
"public_weather": {
|
||||
"data": {
|
||||
"area_name": "A ter\u00fclet neve",
|
||||
"lat_ne": "Sz\u00e9less\u00e9g \u00c9szakkeleti sarok",
|
||||
"lat_sw": "Sz\u00e9less\u00e9g D\u00e9lnyugati sarok",
|
||||
"lon_ne": "Hossz\u00fas\u00e1g \u00c9szakkeleti sarok",
|
||||
"lon_sw": "Hossz\u00fas\u00e1g D\u00e9lnyugati sarok",
|
||||
"lat_ne": "\u00c9szakkeleti sarok sz\u00e9less\u00e9go fok",
|
||||
"lat_sw": "D\u00e9lnyugati sarok sz\u00e9lees\u00e9gi fok",
|
||||
"lon_ne": "\u00c9szakkeleti sarok hossz\u00fas\u00e1gi fok",
|
||||
"lon_sw": "D\u00e9lnyugati sarok hossz\u00fas\u00e1ggi fok",
|
||||
"mode": "Sz\u00e1m\u00edt\u00e1s",
|
||||
"show_on_map": "Mutasd a t\u00e9rk\u00e9pen"
|
||||
},
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"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",
|
||||
"no_h264": "\u05dc\u05d0 \u05d4\u05d9\u05d5 \u05d6\u05e8\u05de\u05d9 H264 \u05d6\u05de\u05d9\u05e0\u05d9\u05dd. \u05d9\u05e9 \u05dc\u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05ea\u05e6\u05d5\u05e8\u05ea \u05d4\u05e4\u05e8\u05d5\u05e4\u05d9\u05dc \u05d1\u05d4\u05ea\u05e7\u05df \u05e9\u05dc\u05da.",
|
||||
"no_mac": "\u05dc\u05d0 \u05d4\u05d9\u05ea\u05d4 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05e7\u05d1\u05d5\u05e2 \u05ea\u05e6\u05d5\u05e8\u05d4 \u05e9\u05dc \u05de\u05d6\u05d4\u05d4 \u05d9\u05d9\u05d7\u05d5\u05d3\u05d9 \u05e2\u05d1\u05d5\u05e8 \u05d4\u05ea\u05e7\u05df ONVIF."
|
||||
"no_mac": "\u05dc\u05d0 \u05d4\u05d9\u05ea\u05d4 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05e7\u05d1\u05d5\u05e2 \u05ea\u05e6\u05d5\u05e8\u05d4 \u05e9\u05dc \u05de\u05d6\u05d4\u05d4 \u05d9\u05d9\u05d7\u05d5\u05d3\u05d9 \u05e2\u05d1\u05d5\u05e8 \u05d4\u05ea\u05e7\u05df ONVIF.",
|
||||
"onvif_error": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d4\u05d2\u05d3\u05e8\u05ea \u05d4\u05ea\u05e7\u05df ONVIF. \u05e0\u05d0 \u05dc\u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05d9\u05d5\u05de\u05e0\u05d9 \u05d4\u05e8\u05d9\u05e9\u05d5\u05dd \u05dc\u05e7\u05d1\u05dc\u05ea \u05de\u05d9\u05d3\u05e2 \u05e0\u05d5\u05e1\u05e3."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "\u05d4\u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea \u05e0\u05db\u05e9\u05dc\u05d4"
|
||||
|
@ -14,7 +15,8 @@
|
|||
"data": {
|
||||
"password": "\u05e1\u05d9\u05e1\u05de\u05d4",
|
||||
"username": "\u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9"
|
||||
}
|
||||
},
|
||||
"title": "\u05e7\u05d1\u05d9\u05e2\u05ea \u05ea\u05e6\u05d5\u05e8\u05d4 \u05e9\u05dc \u05d0\u05d9\u05de\u05d5\u05ea"
|
||||
},
|
||||
"configure": {
|
||||
"data": {
|
||||
|
@ -30,6 +32,7 @@
|
|||
"data": {
|
||||
"include": "\u05e6\u05d5\u05e8 \u05d9\u05e9\u05d5\u05ea \u05de\u05e6\u05dc\u05de\u05d4"
|
||||
},
|
||||
"description": "\u05d4\u05d0\u05dd \u05dc\u05d9\u05e6\u05d5\u05e8 \u05d9\u05e9\u05d5\u05ea \u05de\u05e6\u05dc\u05de\u05d4 \u05e2\u05d1\u05d5\u05e8 {profile} \u05d1\u05e8\u05d6\u05d5\u05dc\u05d5\u05e6\u05d9\u05d9\u05ea {resolution}?",
|
||||
"title": "\u05e7\u05d1\u05d9\u05e2\u05ea \u05ea\u05e6\u05d5\u05e8\u05d4 \u05e9\u05dc \u05e4\u05e8\u05d5\u05e4\u05d9\u05dc\u05d9\u05dd"
|
||||
},
|
||||
"device": {
|
||||
|
@ -47,6 +50,9 @@
|
|||
"title": "\u05e7\u05d1\u05d9\u05e2\u05ea \u05ea\u05e6\u05d5\u05e8\u05d4 \u05e9\u05dc \u05d4\u05ea\u05e7\u05df ONVIF"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"auto": "\u05d7\u05d9\u05e4\u05d5\u05e9 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9"
|
||||
},
|
||||
"description": "\u05d1\u05dc\u05d7\u05d9\u05e6\u05d4 \u05e2\u05dc \u05e9\u05dc\u05d7, \u05e0\u05d7\u05e4\u05e9 \u05d1\u05e8\u05e9\u05ea \u05e9\u05dc\u05da \u05de\u05db\u05e9\u05d9\u05e8\u05d9 ONVIF \u05d4\u05ea\u05d5\u05de\u05db\u05d9\u05dd \u05d1\u05e4\u05e8\u05d5\u05e4\u05d9\u05dc S.\n\n\u05d9\u05e6\u05e8\u05e0\u05d9\u05dd \u05de\u05e1\u05d5\u05d9\u05de\u05d9\u05dd \u05d4\u05d7\u05dc\u05d5 \u05dc\u05d4\u05e9\u05d1\u05d9\u05ea \u05d0\u05ea ONVIF \u05db\u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc. \u05e0\u05d0 \u05d5\u05d3\u05d0 \u05e9\u05ea\u05e6\u05d5\u05e8\u05ea ONVIF \u05d6\u05de\u05d9\u05e0\u05d4 \u05d1\u05de\u05e6\u05dc\u05de\u05d4 \u05e9\u05dc\u05da.",
|
||||
"title": "\u05d4\u05d2\u05d3\u05e8\u05ea \u05d4\u05ea\u05e7\u05df ONVIF"
|
||||
}
|
||||
|
|
|
@ -17,6 +17,11 @@
|
|||
"ssl": "\u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05d0\u05d9\u05e9\u05d5\u05e8 SSL",
|
||||
"verify_ssl": "\u05d0\u05d9\u05de\u05d5\u05ea \u05d0\u05d9\u05e9\u05d5\u05e8 SSL"
|
||||
}
|
||||
},
|
||||
"select_server": {
|
||||
"data": {
|
||||
"server": "\u05e9\u05e8\u05ea"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
{
|
||||
"device_automation": {
|
||||
"action_type": {
|
||||
"select_option": "\u05e9\u05d9\u05e0\u05d5\u05d9 \u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea {entity_name}"
|
||||
},
|
||||
"condition_type": {
|
||||
"selected_option": "\u05d4\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05d4\u05e0\u05d5\u05db\u05d7\u05d9\u05ea {entity_name} \u05e9\u05e0\u05d1\u05d7\u05e8\u05d4"
|
||||
},
|
||||
"trigger_type": {
|
||||
"current_option_changed": "\u05d4\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea {entity_name} \u05d4\u05e9\u05ea\u05e0\u05ea\u05d4"
|
||||
}
|
||||
},
|
||||
"title": "\u05d1\u05d7\u05e8"
|
||||
}
|
14
homeassistant/components/stookalert/translations/he.json
Normal file
14
homeassistant/components/stookalert/translations/he.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "\u05e9\u05d9\u05e8\u05d5\u05ea \u05d6\u05d4 \u05db\u05d1\u05e8 \u05de\u05d5\u05d2\u05d3\u05e8"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"province": "\u05de\u05d7\u05d5\u05d6"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -8,6 +8,7 @@
|
|||
"error": {
|
||||
"cannot_connect": "\u05d4\u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea \u05e0\u05db\u05e9\u05dc\u05d4"
|
||||
},
|
||||
"flow_title": "{name} {model} ({host})",
|
||||
"step": {
|
||||
"confirm": {
|
||||
"description": "\u05d4\u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05d2\u05d3\u05d9\u05e8 \u05d4\u05ea\u05e7\u05e0\u05d9\u05dd \u05d7\u05db\u05de\u05d9\u05dd \u05e9\u05dc TP-Link ?"
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
|
||||
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
|
||||
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Ung\u00fcltige Authentifizierung",
|
||||
|
@ -22,6 +23,13 @@
|
|||
},
|
||||
"description": "W\u00e4hle einen Standort f\u00fcr die \u00dcberwachung:"
|
||||
},
|
||||
"reauth_confirm": {
|
||||
"data": {
|
||||
"password": "Passwort"
|
||||
},
|
||||
"description": "Bitte gib das Passwort f\u00fcr {ame} erneut ein:",
|
||||
"title": "Integration erneut authentifizieren"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Passwort",
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"data": {
|
||||
"password": "Password"
|
||||
},
|
||||
"description": "Please re-enter the password for {username}.",
|
||||
"description": "Please re-enter the password for {username}:",
|
||||
"title": "Reauthenticate Integration"
|
||||
},
|
||||
"user": {
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Az eszk\u00f6z m\u00e1r konfigur\u00e1lva van"
|
||||
"already_configured": "Az eszk\u00f6z m\u00e1r konfigur\u00e1lva van",
|
||||
"reauth_successful": "Az \u00fajrahiteles\u00edt\u00e9s sikeres volt"
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "\u00c9rv\u00e9nytelen hiteles\u00edt\u00e9s",
|
||||
|
@ -22,6 +23,13 @@
|
|||
},
|
||||
"description": "V\u00e1lasszon egy helyet a monitoroz\u00e1shoz:"
|
||||
},
|
||||
"reauth_confirm": {
|
||||
"data": {
|
||||
"password": "Jelsz\u00f3"
|
||||
},
|
||||
"description": "K\u00e9rem, adja meg \u00fajra a jelsz\u00f3t {username} r\u00e9sz\u00e9re:",
|
||||
"title": "Integr\u00e1ci\u00f3 \u00fajrahiteles\u00edt\u00e9se"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Jelsz\u00f3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue