Adam Mills 34fd3e4899 Map and mailbox translations (#748)
* Map translations

* Mailbox panel translations
2017-12-22 21:16:02 -08:00

312 lines
8.5 KiB
JSON

{
"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",
"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"
},
"connectivity": {
"off": "Disconnected",
"on": "Connected"
},
"gas": {
"off": "Clear",
"on": "Detected"
},
"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": "Closed",
"on": "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%]"
}
},
"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": {
"common": {
"loading": "Loading",
"cancel": "Cancel"
},
"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}"
},
"sidebar": {
"developer_tools": "Developer tools",
"log_out": "Log out"
},
"panel": {
"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”"
}
}
}
}