ha-frontend/src/translations/en.json

598 lines
21 KiB
JSON
Raw Normal View History

{
"attribute": {
"weather": {
"humidity": "Humidity",
"visibility": "Visibility",
"wind_speed": "Wind speed"
}
},
2017-12-11 00:45:48 +01:00
"domain": {
"alarm_control_panel": "Alarm control panel",
"automation": "Automation",
"binary_sensor": "Binary sensor",
"calendar": "Calendar",
"camera": "Camera",
"climate": "Climate",
"configurator": "Configurator",
"conversation": "Conversation",
"cover": "Cover",
"device_tracker": "Device tracker",
"fan": "Fan",
"history_graph": "History graph",
"group": "Group",
"image_processing": "Image processing",
"input_boolean": "Input boolean",
"input_datetime": "Input datetime",
"input_select": "Input select",
"input_number": "Input number",
"input_text": "Input text",
"light": "Light",
"lock": "Lock",
"mailbox": "Mailbox",
"media_player": "Media player",
"notify": "Notify",
"plant": "Plant",
"proximity": "Proximity",
"remote": "Remote",
"scene": "Scene",
"script": "Script",
"sensor": "Sensor",
"sun": "Sun",
"switch": "Switch",
"updater": "Updater",
"weblink": "Weblink",
"zwave": "Z-Wave"
},
"panel": {
"config": "Configuration",
"states": "Overview",
"map": "Map",
"logbook": "Logbook",
"history": "History",
"mailbox": "Mailbox",
2017-12-10 19:47:33 +01:00
"shopping_list": "Shopping list",
"dev-services": "Services",
"dev-states": "States",
"dev-events": "Events",
"dev-templates": "Templates",
"dev-mqtt": "MQTT",
"dev-info": "Info"
},
"state": {
"default": {
"off": "Off",
"on": "On",
"unknown": "Unknown",
"unavailable": "Unavailable"
},
"alarm_control_panel": {
"armed": "Armed",
"disarmed": "Disarmed",
"armed_home": "Armed home",
"armed_away": "Armed away",
"armed_night": "Armed night",
"armed_custom_bypass": "Armed custom bypass",
"pending": "Pending",
"arming": "Arming",
"disarming": "Disarming",
"triggered": "Triggered"
},
"automation": {
"off": "[%key:state::default::off%]",
"on": "[%key:state::default::on%]"
},
"binary_sensor": {
"default": {
"off": "[%key:state::default::off%]",
"on": "[%key:state::default::on%]"
},
"battery": {
"off": "Normal",
"on": "Low"
},
"cold": {
"off": "[%key:state::binary_sensor::battery::off%]",
"on": "Cold"
},
"connectivity": {
"off": "Disconnected",
"on": "Connected"
},
"door": {
"off": "[%key:state::cover::closed%]",
"on": "[%key:state::cover::open%]"
},
"garage_door": {
"off": "[%key:state::cover::closed%]",
"on": "[%key:state::cover::open%]"
},
"gas": {
"off": "Clear",
"on": "Detected"
},
"heat": {
"off": "[%key:state::binary_sensor::battery::off%]",
"on": "Hot"
},
"lock": {
"off": "[%key:state::lock::locked%]",
"on": "[%key:state::lock::unlocked%]"
},
"moisture": {
"off": "Dry",
"on": "Wet"
},
"motion": {
"off": "[%key:state::binary_sensor::gas::off%]",
"on": "[%key:state::binary_sensor::gas::on%]"
},
"occupancy": {
"off": "[%key:state::binary_sensor::gas::off%]",
"on": "[%key:state::binary_sensor::gas::on%]"
},
"opening": {
"off": "[%key:state::cover::closed%]",
"on": "[%key:state::cover::open%]"
},
"presence": {
"off": "[%key:state::device_tracker::not_home%]",
"on": "[%key:state::device_tracker::home%]"
},
"problem": {
"off": "OK",
"on": "Problem"
},
"safety": {
"off": "Safe",
"on": "Unsafe"
},
"smoke": {
"off": "[%key:state::binary_sensor::gas::off%]",
"on": "[%key:state::binary_sensor::gas::on%]"
},
"sound": {
"off": "[%key:state::binary_sensor::gas::off%]",
"on": "[%key:state::binary_sensor::gas::on%]"
},
"vibration": {
"off": "[%key:state::binary_sensor::gas::off%]",
"on": "[%key:state::binary_sensor::gas::on%]"
},
"window": {
"off": "[%key:state::cover::closed%]",
"on": "[%key:state::cover::open%]"
}
},
"calendar": {
"off": "[%key:state::default::off%]",
"on": "[%key:state::default::on%]"
},
"camera": {
"recording": "Recording",
"streaming": "Streaming",
"idle": "Idle"
},
"climate": {
"off": "[%key:state::default::off%]",
"on": "[%key:state::default::on%]",
"heat": "Heat",
"cool": "Cool",
"idle": "Idle",
"auto": "Auto",
"dry": "Dry",
"fan_only": "Fan only",
"eco": "Eco",
"electric": "Electric",
"performance": "Performance",
"high_demand": "High demand",
"heat_pump": "Heat pump",
"gas": "Gas"
},
"configurator": {
"configure": "Configure",
"configured": "Configured"
},
"cover": {
"open": "Open",
"opening": "Opening",
"closed": "Closed",
"closing": "Closing",
"stopped": "Stopped"
},
"device_tracker": {
"home": "Home",
"not_home": "Away"
},
"fan": {
"off": "[%key:state::default::off%]",
"on": "[%key:state::default::on%]"
},
"group": {
"off": "[%key:state::default::off%]",
"on": "[%key:state::default::on%]",
"home": "[%key:state::device_tracker::home%]",
"not_home": "[%key:state::device_tracker::not_home%]",
"open": "[%key:state::cover::open%]",
"opening": "[%key:state::cover::opening%]",
"closed": "[%key:state::cover::closed%]",
"closing": "[%key:state::cover::closing%]",
"stopped": "[%key:state::cover::stopped%]",
"locked": "[%key:state::lock::locked%]",
"unlocked": "[%key:state::lock::unlocked%]",
"ok": "[%key:state::binary_sensor::problem::off%]",
"problem": "[%key:state::binary_sensor::problem::on%]"
},
"input_boolean": {
"off": "[%key:state::default::off%]",
"on": "[%key:state::default::on%]"
},
"light": {
"off": "[%key:state::default::off%]",
"on": "[%key:state::default::on%]"
},
"lock": {
"locked": "Locked",
"unlocked": "Unlocked"
},
"media_player": {
"off": "[%key:state::default::off%]",
"on": "[%key:state::default::on%]",
"playing": "Playing",
"paused": "Paused",
"idle": "Idle",
"standby": "Standby"
},
"plant": {
"ok": "[%key:state::binary_sensor::problem::off%]",
"problem": "[%key:state::binary_sensor::problem::on%]"
},
"remote": {
"off": "[%key:state::default::off%]",
"on": "[%key:state::default::on%]"
},
"scene": {
"scening": "Scening"
},
"script": {
"off": "[%key:state::default::off%]",
"on": "[%key:state::default::on%]"
},
"sensor": {
"off": "[%key:state::default::off%]",
"on": "[%key:state::default::on%]"
},
"sun": {
"above_horizon": "Above horizon",
"below_horizon": "Below horizon"
},
"switch": {
"off": "[%key:state::default::off%]",
"on": "[%key:state::default::on%]"
},
"zwave": {
"default": {
"initializing": "Initializing",
"dead": "Dead",
"sleeping": "Sleeping",
"ready": "Ready"
},
"query_stage": {
"initializing": "[%key:state::zwave::default::initializing%] ({query_stage})",
"dead": "[%key:state::zwave::default::dead%] ({query_stage})"
}
}
},
"state_badge": {
"default": {
"unknown": "Unk",
"unavailable": "Unavai"
},
"alarm_control_panel": {
"armed": "Armed",
"disarmed": "Disarm",
"armed_home": "[%key:state_badge::alarm_control_panel::armed%]",
"armed_away": "[%key:state_badge::alarm_control_panel::armed%]",
"armed_night": "[%key:state_badge::alarm_control_panel::armed%]",
"armed_custom_bypass": "[%key:state_badge::alarm_control_panel::armed%]",
"pending": "Pend",
"arming": "Arming",
"disarming": "Disarm",
"triggered": "Trig"
},
"device_tracker": {
"home": "[%key:state::device_tracker::home%]",
"not_home": "[%key:state::device_tracker::not_home%]"
}
},
"ui": {
"card": {
"camera": {
"not_available": "Image not available"
},
"persistent_notification": {
"dismiss": "Dismiss"
},
"scene": {
"activate": "Activate"
},
"script": {
"execute": "Execute"
}
},
"common": {
"loading": "Loading",
"cancel": "Cancel"
},
"components": {
"entity": {
"entity-picker": {
"entity": "Entity"
}
},
"service-picker": {
"service": "Service"
}
},
"duration": {
"second": "{count} {count, plural,\n one {second}\n other {seconds}\n}",
"day": "{count} {count, plural,\n one {day}\n other {days}\n}",
"week": "{count} {count, plural,\n one {week}\n other {weeks}\n}"
},
"login-form": {
"password": "Password",
"remember": "Remember",
"log_in": "Log in"
},
2017-12-10 19:47:33 +01:00
"sidebar": {
"developer_tools": "Developer tools",
"log_out": "Log out"
},
"panel": {
"config": {
"header": "Configure Home Assistant",
"introduction": "Here it is possible to configure your components and Home Assistant. Not everything is possible to configure from the UI yet, but we're working on it.",
"core": {
"caption": "General",
"description": "Validate your configuration file and control the server",
"section": {
"core": {
"header": "Configuration and server control",
"introduction": "Changing your configuration can be a tiresome process. We know. This section will try to make your life a little bit easier.",
"validation": {
"heading": "Configuration validation",
"introduction": "Validate your configuration if you recently made some changes to your configuration and want to make sure that it is all valid",
"check_config": "Check config",
"valid": "Configuration valid!",
"invalid": "Configuration invalid"
},
"reloading": {
"heading": "Configuration reloading",
"introduction": "Some parts of Home Assistant can reload without requiring a restart. Hitting reload will unload their current configuration and load the new one.",
"core": "Reload core",
"group": "Reload groups",
"automation": "Reload automations",
"script": "Reload scripts"
},
"server_management": {
"heading": "Server management",
"introduction": "Control your Home Assistant server… from Home Assistant.",
"restart": "Restart",
"stop": "Stop"
}
},
"push_notifications": {
"header": "Configure push notifications",
"introduction": "Enable this setting to receive push notifications on this device",
"push_notifications": "Push notifications"
},
"translation": {
"header": "Choose a language",
"introduction": "Choose a language for the Home Assistant interface on this device",
"language": "Language"
},
"themes": {
"header": "Set a theme",
"introduction": "Choose 'Backend-selected' to use whatever theme the backend chooses or pick a theme for this device",
"theme": "Theme"
},
"hassbian": {
"header": "Bring Hassbian to the next level",
"introduction": "Discover exciting add-ons to enhance your Home Assistant installation. Add an MQTT server or control a connected TV via HDMI-CEC.",
"learn_more": "Learn more",
"install": "Install"
}
}
},
"customize": {
"caption": "Customization",
"description": "Customize your entities"
},
"automation": {
"caption": "Automation",
"description": "Create and edit automations",
"picker": {
"header": "Automation editor",
"introduction": "The automation editor allows you to create and edit automations. Please read [the instructions](https://home-assistant.io/docs/automation/editor/) to make sure that you have configured Home Assistant correctly.",
"pick_automation": "Pick automation to edit",
"no_automations": "We couldnt find any editable automations",
"add_automation": "Add automation"
},
"editor": {
"introduction": "Use automations to bring your home alive",
"default_name": "New Automation",
"save": "Save",
"unsaved_confirm": "You have unsaved changes. Are you sure you want to leave?",
"alias": "Name",
"triggers": {
"header": "Triggers",
"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",
"duplicate": "Duplicate",
"delete": "[%key:ui::panel::mailbox::delete_button%]",
"delete_confirm": "Sure you want to delete?",
"unsupported_platform": "Unsupported platform: {platform}",
"type_select": "Trigger type",
"type": {
"event": {
"label": "Event",
"event_type": "Event type",
"event_data": "Event data"
},
"state": {
"label": "State",
"from": "From",
"to": "To"
},
"homeassistant": {
"label": "Home Assistant",
"event": "Event:",
"start": "Start",
"shutdown": "Shutdown"
},
"mqtt": {
"label": "MQTT",
"topic": "Topic",
"payload": "Payload (optional)"
},
"numeric_state": {
"label": "Numeric state",
"above": "Above",
"below": "Below",
"value_template": "Value template (optional)"
},
"sun": {
"label": "Sun",
"event": "[%key:ui::panel::config::automation::editor::triggers::type::homeassistant::event%]",
"sunrise": "Sunrise",
"sunset": "Sunset",
"offset": "Offset (optional)"
},
"template": {
"label": "Template",
"value_template": "Value template"
},
"time": {
"label": "Time",
"at": "At"
},
"zone": {
"label": "Zone",
"entity": "Entity with location",
"zone": "[%key:ui::panel::config::automation::editor::triggers::type::zone::label%]",
"event": "[%key:ui::panel::config::automation::editor::triggers::type::homeassistant::event%]",
"enter": "Enter",
"leave": "Leave"
}
}
},
"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/)",
"add": "Add condition",
"duplicate": "[%key:ui::panel::config::automation::editor::triggers::duplicate%]",
"delete": "[%key:ui::panel::mailbox::delete_button%]",
"delete_confirm": "[%key:ui::panel::config::automation::editor::triggers::delete_confirm%]",
"unsupported_condition": "Unsupported condition: {condition}",
"type_select": "Condition type",
"type": {
"state": {
"label": "[%key:ui::panel::config::automation::editor::triggers::type::state::label%]",
"state": "[%key:ui::panel::config::automation::editor::triggers::type::state::label%]"
},
"numeric_state": {
"label": "[%key:ui::panel::config::automation::editor::triggers::type::numeric_state::label%]",
"above": "[%key:ui::panel::config::automation::editor::triggers::type::numeric_state::above%]",
"below": "[%key:ui::panel::config::automation::editor::triggers::type::numeric_state::below%]",
"value_template": "[%key:ui::panel::config::automation::editor::triggers::type::numeric_state::value_template%]"
},
"sun": {
"label": "[%key:ui::panel::config::automation::editor::triggers::type::sun::label%]",
"before": "Before:",
"after": "After:",
"before_offset": "Before offset (optional)",
"after_offset": "After offset (optional)",
"sunrise": "Sunrise",
"sunset": "Sunset"
},
"template": {
"label": "[%key:ui::panel::config::automation::editor::triggers::type::template::label%]",
"value_template": "[%key:ui::panel::config::automation::editor::triggers::type::template::value_template%]"
},
"time": {
"label": "[%key:ui::panel::config::automation::editor::triggers::type::time::label%]",
"after": "After",
"before": "Before"
},
"zone": {
"label": "[%key:ui::panel::config::automation::editor::triggers::type::zone::label%]",
"entity": "[%key:ui::panel::config::automation::editor::triggers::type::zone::entity%]",
"zone": "[%key:ui::panel::config::automation::editor::triggers::type::zone::label%]"
}
}
},
"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/)",
"add": "Add action",
"duplicate": "[%key:ui::panel::config::automation::editor::triggers::duplicate%]",
"delete": "[%key:ui::panel::mailbox::delete_button%]",
"delete_confirm": "[%key:ui::panel::config::automation::editor::triggers::delete_confirm%]",
"unsupported_action": "Unsupported action: {action}",
"type_select": "Action type",
"type": {
"service": {
"label": "Call service",
"service_data": "Service data"
},
"delay": {
"label": "Delay",
"delay": "[%key:ui::panel::config::automation::editor::actions::type::delay::label%]"
},
"wait_template": {
"label": "Wait",
"wait_template": "Wait Template",
"timeout": "Timeout (optional)"
},
"condition": {
"label": "Condition"
},
"event": {
"label": "Fire event",
"event": "[%key:ui::panel::config::automation::editor::triggers::type::homeassistant::event%]",
"service_data": "[%key:ui::panel::config::automation::editor::actions::type::service::service_data%]"
}
}
}
}
},
"script": {
"caption": "Script",
"description": "Create and edit scripts"
},
"zwave": {
"caption": "Z-Wave",
"description": "Manage your Z-Wave network"
}
},
"history": {
"showing_entries": "Showing entries for",
"period": "Period"
},
"logbook": {
"showing_entries": "[%key:ui::panel::history::showing_entries%]"
},
"mailbox": {
"empty": "You do not have any messages",
"playback_title": "Message playback",
"delete_prompt": "Delete this message?",
"delete_button": "Delete"
},
"shopping-list": {
"clear_completed": "Clear completed",
"add_item": "Add item",
"microphone_tip": "Tap the microphone on the top right and say “Add candy to my shopping list”"
}
}
}
}