mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-09 18:36:35 +00:00
Update translations
This commit is contained in:
parent
570cb5d52b
commit
75ae672ef9
@ -34,13 +34,13 @@
|
|||||||
"armed_custom_bypass": "Armed custom bypass"
|
"armed_custom_bypass": "Armed custom bypass"
|
||||||
},
|
},
|
||||||
"automation": {
|
"automation": {
|
||||||
"off": "[%1$s]",
|
"off": "Off",
|
||||||
"on": "[%1$s]"
|
"on": "On"
|
||||||
},
|
},
|
||||||
"binary_sensor": {
|
"binary_sensor": {
|
||||||
"default": {
|
"default": {
|
||||||
"off": "[%1$s]",
|
"off": "Off",
|
||||||
"on": "[%1$s]"
|
"on": "On"
|
||||||
},
|
},
|
||||||
"moisture": {
|
"moisture": {
|
||||||
"off": "Dry",
|
"off": "Dry",
|
||||||
@ -51,36 +51,36 @@
|
|||||||
"on": "Detected"
|
"on": "Detected"
|
||||||
},
|
},
|
||||||
"motion": {
|
"motion": {
|
||||||
"off": "[%1$s]",
|
"off": "Clear",
|
||||||
"on": "[%1$s]"
|
"on": "Detected"
|
||||||
},
|
},
|
||||||
"occupancy": {
|
"occupancy": {
|
||||||
"off": "[%1$s]",
|
"off": "Clear",
|
||||||
"on": "[%1$s]"
|
"on": "Detected"
|
||||||
},
|
},
|
||||||
"smoke": {
|
"smoke": {
|
||||||
"off": "[%1$s]",
|
"off": "Clear",
|
||||||
"on": "[%1$s]"
|
"on": "Detected"
|
||||||
},
|
},
|
||||||
"sound": {
|
"sound": {
|
||||||
"off": "[%1$s]",
|
"off": "Clear",
|
||||||
"on": "[%1$s]"
|
"on": "Detected"
|
||||||
},
|
},
|
||||||
"vibration": {
|
"vibration": {
|
||||||
"off": "[%1$s]",
|
"off": "Clear",
|
||||||
"on": "[%1$s]"
|
"on": "Detected"
|
||||||
},
|
},
|
||||||
"opening": {
|
"opening": {
|
||||||
"off": "[%1$s]",
|
"off": "Closed",
|
||||||
"on": "[%1$s]"
|
"on": "Open"
|
||||||
},
|
},
|
||||||
"safety": {
|
"safety": {
|
||||||
"off": "Safe",
|
"off": "Safe",
|
||||||
"on": "Unsafe"
|
"on": "Unsafe"
|
||||||
},
|
},
|
||||||
"presence": {
|
"presence": {
|
||||||
"off": "[%1$s]",
|
"off": "Away",
|
||||||
"on": "[%1$s]"
|
"on": "Home"
|
||||||
},
|
},
|
||||||
"battery": {
|
"battery": {
|
||||||
"off": "Normal",
|
"off": "Normal",
|
||||||
@ -95,33 +95,33 @@
|
|||||||
"on": "Connected"
|
"on": "Connected"
|
||||||
},
|
},
|
||||||
"cold": {
|
"cold": {
|
||||||
"off": "[%1$s]",
|
"off": "Normal",
|
||||||
"on": "Cold"
|
"on": "Cold"
|
||||||
},
|
},
|
||||||
"door": {
|
"door": {
|
||||||
"off": "[%1$s]",
|
"off": "Closed",
|
||||||
"on": "[%1$s]"
|
"on": "Open"
|
||||||
},
|
},
|
||||||
"garage_door": {
|
"garage_door": {
|
||||||
"off": "[%1$s]",
|
"off": "Closed",
|
||||||
"on": "[%1$s]"
|
"on": "Open"
|
||||||
},
|
},
|
||||||
"heat": {
|
"heat": {
|
||||||
"off": "[%1$s]",
|
"off": "Normal",
|
||||||
"on": "Hot"
|
"on": "Hot"
|
||||||
},
|
},
|
||||||
"window": {
|
"window": {
|
||||||
"off": "[%1$s]",
|
"off": "Closed",
|
||||||
"on": "[%1$s]"
|
"on": "Open"
|
||||||
},
|
},
|
||||||
"lock": {
|
"lock": {
|
||||||
"off": "[%1$s]",
|
"off": "Locked",
|
||||||
"on": "[%1$s]"
|
"on": "Unlocked"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"calendar": {
|
"calendar": {
|
||||||
"off": "[%1$s]",
|
"off": "Off",
|
||||||
"on": "[%1$s]"
|
"on": "On"
|
||||||
},
|
},
|
||||||
"camera": {
|
"camera": {
|
||||||
"recording": "Recording",
|
"recording": "Recording",
|
||||||
@ -129,8 +129,8 @@
|
|||||||
"idle": "Idle"
|
"idle": "Idle"
|
||||||
},
|
},
|
||||||
"climate": {
|
"climate": {
|
||||||
"off": "[%1$s]",
|
"off": "Off",
|
||||||
"on": "[%1$s]",
|
"on": "On",
|
||||||
"heat": "Heat",
|
"heat": "Heat",
|
||||||
"cool": "Cool",
|
"cool": "Cool",
|
||||||
"idle": "Idle",
|
"idle": "Idle",
|
||||||
@ -160,70 +160,70 @@
|
|||||||
"not_home": "Away"
|
"not_home": "Away"
|
||||||
},
|
},
|
||||||
"fan": {
|
"fan": {
|
||||||
"off": "[%1$s]",
|
"off": "Off",
|
||||||
"on": "[%1$s]"
|
"on": "On"
|
||||||
},
|
},
|
||||||
"group": {
|
"group": {
|
||||||
"off": "[%1$s]",
|
"off": "Off",
|
||||||
"on": "[%1$s]",
|
"on": "On",
|
||||||
"home": "[%1$s]",
|
"home": "Home",
|
||||||
"not_home": "[%1$s]",
|
"not_home": "Away",
|
||||||
"open": "[%1$s]",
|
"open": "Open",
|
||||||
"opening": "[%1$s]",
|
"opening": "Opening",
|
||||||
"closed": "[%1$s]",
|
"closed": "Closed",
|
||||||
"closing": "[%1$s]",
|
"closing": "Closing",
|
||||||
"stopped": "[%1$s]",
|
"stopped": "Stopped",
|
||||||
"locked": "[%1$s]",
|
"locked": "Locked",
|
||||||
"unlocked": "[%1$s]",
|
"unlocked": "Unlocked",
|
||||||
"ok": "[%1$s]",
|
"ok": "OK",
|
||||||
"problem": "[%1$s]"
|
"problem": "Problem"
|
||||||
},
|
},
|
||||||
"input_boolean": {
|
"input_boolean": {
|
||||||
"off": "[%1$s]",
|
"off": "Off",
|
||||||
"on": "[%1$s]"
|
"on": "On"
|
||||||
},
|
},
|
||||||
"light": {
|
"light": {
|
||||||
"off": "[%1$s]",
|
"off": "Off",
|
||||||
"on": "[%1$s]"
|
"on": "On"
|
||||||
},
|
},
|
||||||
"lock": {
|
"lock": {
|
||||||
"locked": "Locked",
|
"locked": "Locked",
|
||||||
"unlocked": "Unlocked"
|
"unlocked": "Unlocked"
|
||||||
},
|
},
|
||||||
"media_player": {
|
"media_player": {
|
||||||
"off": "[%1$s]",
|
"off": "Off",
|
||||||
"on": "[%1$s]",
|
"on": "On",
|
||||||
"playing": "Playing",
|
"playing": "Playing",
|
||||||
"paused": "Paused",
|
"paused": "Paused",
|
||||||
"idle": "Idle",
|
"idle": "Idle",
|
||||||
"standby": "Standby"
|
"standby": "Standby"
|
||||||
},
|
},
|
||||||
"plant": {
|
"plant": {
|
||||||
"ok": "[%1$s]",
|
"ok": "OK",
|
||||||
"problem": "[%1$s]"
|
"problem": "Problem"
|
||||||
},
|
},
|
||||||
"remote": {
|
"remote": {
|
||||||
"off": "[%1$s]",
|
"off": "Off",
|
||||||
"on": "[%1$s]"
|
"on": "On"
|
||||||
},
|
},
|
||||||
"scene": {
|
"scene": {
|
||||||
"scening": "Scening"
|
"scening": "Scening"
|
||||||
},
|
},
|
||||||
"script": {
|
"script": {
|
||||||
"off": "[%1$s]",
|
"off": "Off",
|
||||||
"on": "[%1$s]"
|
"on": "On"
|
||||||
},
|
},
|
||||||
"sensor": {
|
"sensor": {
|
||||||
"off": "[%1$s]",
|
"off": "Off",
|
||||||
"on": "[%1$s]"
|
"on": "On"
|
||||||
},
|
},
|
||||||
"sun": {
|
"sun": {
|
||||||
"above_horizon": "Above horizon",
|
"above_horizon": "Above horizon",
|
||||||
"below_horizon": "Below horizon"
|
"below_horizon": "Below horizon"
|
||||||
},
|
},
|
||||||
"switch": {
|
"switch": {
|
||||||
"off": "[%1$s]",
|
"off": "Off",
|
||||||
"on": "[%1$s]"
|
"on": "On"
|
||||||
},
|
},
|
||||||
"zwave": {
|
"zwave": {
|
||||||
"default": {
|
"default": {
|
||||||
@ -233,8 +233,8 @@
|
|||||||
"ready": "Ready"
|
"ready": "Ready"
|
||||||
},
|
},
|
||||||
"query_stage": {
|
"query_stage": {
|
||||||
"initializing": "[%1$s] (%1$s)",
|
"initializing": "Initializing ({query_stage})",
|
||||||
"dead": "[%1$s] (%1$s)"
|
"dead": "Dead ({query_stage})"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -246,18 +246,18 @@
|
|||||||
"alarm_control_panel": {
|
"alarm_control_panel": {
|
||||||
"armed": "Armed",
|
"armed": "Armed",
|
||||||
"disarmed": "Disarm",
|
"disarmed": "Disarm",
|
||||||
"armed_home": "[%1$s]",
|
"armed_home": "Armed",
|
||||||
"armed_away": "[%1$s]",
|
"armed_away": "Armed",
|
||||||
"armed_night": "[%1$s]",
|
"armed_night": "Armed",
|
||||||
"pending": "Pend",
|
"pending": "Pend",
|
||||||
"arming": "Arming",
|
"arming": "Arming",
|
||||||
"disarming": "Disarm",
|
"disarming": "Disarm",
|
||||||
"triggered": "Trig",
|
"triggered": "Trig",
|
||||||
"armed_custom_bypass": "[%1$s]"
|
"armed_custom_bypass": "Armed"
|
||||||
},
|
},
|
||||||
"device_tracker": {
|
"device_tracker": {
|
||||||
"home": "[%1$s]",
|
"home": "Home",
|
||||||
"not_home": "[%1$s]"
|
"not_home": "Away"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ui": {
|
"ui": {
|
||||||
@ -272,7 +272,7 @@
|
|||||||
"period": "Period"
|
"period": "Period"
|
||||||
},
|
},
|
||||||
"logbook": {
|
"logbook": {
|
||||||
"showing_entries": "[%1$s]"
|
"showing_entries": "Showing entries for"
|
||||||
},
|
},
|
||||||
"mailbox": {
|
"mailbox": {
|
||||||
"empty": "You do not have any messages",
|
"empty": "You do not have any messages",
|
||||||
@ -360,9 +360,9 @@
|
|||||||
"introduction": "Triggers are what starts the processing of an automation rule. It is possible to specify multiple triggers for the same rule. Once a trigger starts, Home Assistant will validate the conditions, if any, and call the action.\n\n[Learn more about triggers.](https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
|
"introduction": "Triggers are what starts the processing of an automation rule. It is possible to specify multiple triggers for the same rule. Once a trigger starts, Home Assistant will validate the conditions, if any, and call the action.\n\n[Learn more about triggers.](https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
|
||||||
"add": "Add trigger",
|
"add": "Add trigger",
|
||||||
"duplicate": "Duplicate",
|
"duplicate": "Duplicate",
|
||||||
"delete": "[%1$s]",
|
"delete": "Delete",
|
||||||
"delete_confirm": "Sure you want to delete?",
|
"delete_confirm": "Sure you want to delete?",
|
||||||
"unsupported_platform": "Unsupported platform: %1$s",
|
"unsupported_platform": "Unsupported platform: {platform}",
|
||||||
"type_select": "Trigger type",
|
"type_select": "Trigger type",
|
||||||
"type": {
|
"type": {
|
||||||
"event": {
|
"event": {
|
||||||
@ -394,7 +394,7 @@
|
|||||||
},
|
},
|
||||||
"sun": {
|
"sun": {
|
||||||
"label": "Sun",
|
"label": "Sun",
|
||||||
"event": "[%1$s]",
|
"event": "Event:",
|
||||||
"sunrise": "Sunrise",
|
"sunrise": "Sunrise",
|
||||||
"sunset": "Sunset",
|
"sunset": "Sunset",
|
||||||
"offset": "Offset (optional)"
|
"offset": "Offset (optional)"
|
||||||
@ -410,8 +410,8 @@
|
|||||||
"zone": {
|
"zone": {
|
||||||
"label": "Zone",
|
"label": "Zone",
|
||||||
"entity": "Entity with location",
|
"entity": "Entity with location",
|
||||||
"zone": "[%1$s]",
|
"zone": "Zone",
|
||||||
"event": "[%1$s]",
|
"event": "Event:",
|
||||||
"enter": "Enter",
|
"enter": "Enter",
|
||||||
"leave": "Leave"
|
"leave": "Leave"
|
||||||
}
|
}
|
||||||
@ -421,24 +421,24 @@
|
|||||||
"header": "Conditions",
|
"header": "Conditions",
|
||||||
"introduction": "Conditions are an optional part of an automation rule and can be used to prevent an action from happening when triggered. Conditions look very similar to triggers but are very different. A trigger will look at events happening in the system while a condition only looks at how the system looks right now. A trigger can observe that a switch is being turned on. A condition can only see if a switch is currently on or off.\n\n[Learn more about conditions.](https:\/\/home-assistant.io\/docs\/scripts\/conditions\/)",
|
"introduction": "Conditions are an optional part of an automation rule and can be used to prevent an action from happening when triggered. Conditions look very similar to triggers but are very different. A trigger will look at events happening in the system while a condition only looks at how the system looks right now. A trigger can observe that a switch is being turned on. A condition can only see if a switch is currently on or off.\n\n[Learn more about conditions.](https:\/\/home-assistant.io\/docs\/scripts\/conditions\/)",
|
||||||
"add": "Add condition",
|
"add": "Add condition",
|
||||||
"duplicate": "[%1$s]",
|
"duplicate": "Duplicate",
|
||||||
"delete": "[%1$s]",
|
"delete": "Delete",
|
||||||
"delete_confirm": "[%1$s]",
|
"delete_confirm": "Sure you want to delete?",
|
||||||
"unsupported_condition": "Unsupported condition: %1$s",
|
"unsupported_condition": "Unsupported condition: {condition}",
|
||||||
"type_select": "Condition type",
|
"type_select": "Condition type",
|
||||||
"type": {
|
"type": {
|
||||||
"state": {
|
"state": {
|
||||||
"label": "[%1$s]",
|
"label": "State",
|
||||||
"state": "[%1$s]"
|
"state": "State"
|
||||||
},
|
},
|
||||||
"numeric_state": {
|
"numeric_state": {
|
||||||
"label": "[%1$s]",
|
"label": "Numeric state",
|
||||||
"above": "[%1$s]",
|
"above": "Above",
|
||||||
"below": "[%1$s]",
|
"below": "Below",
|
||||||
"value_template": "[%1$s]"
|
"value_template": "Value template (optional)"
|
||||||
},
|
},
|
||||||
"sun": {
|
"sun": {
|
||||||
"label": "[%1$s]",
|
"label": "Sun",
|
||||||
"before": "Before:",
|
"before": "Before:",
|
||||||
"after": "After:",
|
"after": "After:",
|
||||||
"before_offset": "Before offset (optional)",
|
"before_offset": "Before offset (optional)",
|
||||||
@ -447,18 +447,18 @@
|
|||||||
"sunset": "Sunset"
|
"sunset": "Sunset"
|
||||||
},
|
},
|
||||||
"template": {
|
"template": {
|
||||||
"label": "[%1$s]",
|
"label": "Template",
|
||||||
"value_template": "[%1$s]"
|
"value_template": "Value template"
|
||||||
},
|
},
|
||||||
"time": {
|
"time": {
|
||||||
"label": "[%1$s]",
|
"label": "Time",
|
||||||
"after": "After",
|
"after": "After",
|
||||||
"before": "Before"
|
"before": "Before"
|
||||||
},
|
},
|
||||||
"zone": {
|
"zone": {
|
||||||
"label": "[%1$s]",
|
"label": "Zone",
|
||||||
"entity": "[%1$s]",
|
"entity": "Entity with location",
|
||||||
"zone": "[%1$s]"
|
"zone": "Zone"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -466,10 +466,10 @@
|
|||||||
"header": "Actions",
|
"header": "Actions",
|
||||||
"introduction": "The actions are what Home Assistant will do when the automation is triggered.\n\n[Learn more about actions.](https:\/\/home-assistant.io\/docs\/automation\/action\/)",
|
"introduction": "The actions are what Home Assistant will do when the automation is triggered.\n\n[Learn more about actions.](https:\/\/home-assistant.io\/docs\/automation\/action\/)",
|
||||||
"add": "Add action",
|
"add": "Add action",
|
||||||
"duplicate": "[%1$s]",
|
"duplicate": "Duplicate",
|
||||||
"delete": "[%1$s]",
|
"delete": "Delete",
|
||||||
"delete_confirm": "[%1$s]",
|
"delete_confirm": "Sure you want to delete?",
|
||||||
"unsupported_action": "Unsupported action: %1$s",
|
"unsupported_action": "Unsupported action: {action}",
|
||||||
"type_select": "Action type",
|
"type_select": "Action type",
|
||||||
"type": {
|
"type": {
|
||||||
"service": {
|
"service": {
|
||||||
@ -478,7 +478,7 @@
|
|||||||
},
|
},
|
||||||
"delay": {
|
"delay": {
|
||||||
"label": "Delay",
|
"label": "Delay",
|
||||||
"delay": "[%1$s]"
|
"delay": "Delay"
|
||||||
},
|
},
|
||||||
"wait_template": {
|
"wait_template": {
|
||||||
"label": "Wait",
|
"label": "Wait",
|
||||||
@ -490,8 +490,8 @@
|
|||||||
},
|
},
|
||||||
"event": {
|
"event": {
|
||||||
"label": "Fire event",
|
"label": "Fire event",
|
||||||
"event": "[%1$s]",
|
"event": "Event:",
|
||||||
"service_data": "[%1$s]"
|
"service_data": "Service data"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -516,9 +516,9 @@
|
|||||||
"cancel": "Cancel"
|
"cancel": "Cancel"
|
||||||
},
|
},
|
||||||
"duration": {
|
"duration": {
|
||||||
"day": "%1$s {count, plural,\n one %1$s\n other %1$s\n}",
|
"day": "{count} {count, plural,\n one {day}\n other {days}\n}",
|
||||||
"week": "%1$s {count, plural,\n one %1$s\n other %1$s\n}",
|
"week": "{count} {count, plural,\n one {week}\n other {weeks}\n}",
|
||||||
"second": "%1$s {count, plural,\n one %1$s\n other %1$s\n}"
|
"second": "{count} {count, plural,\n one {second}\n other {seconds}\n}"
|
||||||
},
|
},
|
||||||
"login-form": {
|
"login-form": {
|
||||||
"password": "Password",
|
"password": "Password",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user