mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Capitalize a bunch of translations (#95421)
This commit is contained in:
parent
a5b91cb7e3
commit
149ac4f99e
@ -17,7 +17,7 @@
|
|||||||
"api_key": "[%key:common::config_flow::data::api_key%]",
|
"api_key": "[%key:common::config_flow::data::api_key%]",
|
||||||
"city": "City",
|
"city": "City",
|
||||||
"country": "Country",
|
"country": "Country",
|
||||||
"state": "state"
|
"state": "State"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"reauth_confirm": {
|
"reauth_confirm": {
|
||||||
|
@ -302,7 +302,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"device_class": {
|
"device_class": {
|
||||||
"co": "carbon_monoxide",
|
"co": "carbon monoxide",
|
||||||
"cold": "cold",
|
"cold": "cold",
|
||||||
"gas": "gas",
|
"gas": "gas",
|
||||||
"heat": "heat",
|
"heat": "heat",
|
||||||
|
@ -2,14 +2,12 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"title": "ecobee API key",
|
|
||||||
"description": "Please enter the API key obtained from ecobee.com.",
|
"description": "Please enter the API key obtained from ecobee.com.",
|
||||||
"data": {
|
"data": {
|
||||||
"api_key": "[%key:common::config_flow::data::api_key%]"
|
"api_key": "[%key:common::config_flow::data::api_key%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"authorize": {
|
"authorize": {
|
||||||
"title": "Authorize app on ecobee.com",
|
|
||||||
"description": "Please authorize this app at https://www.ecobee.com/consumerportal/index.html with PIN code:\n\n{pin}\n\nThen, press Submit."
|
"description": "Please authorize this app at https://www.ecobee.com/consumerportal/index.html with PIN code:\n\n{pin}\n\nThen, press Submit."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"device_automation": {
|
"device_automation": {
|
||||||
"trigger_type": {
|
"trigger_type": {
|
||||||
"transmitter": "transmitter code received",
|
"transmitter": "Transmitter code received",
|
||||||
"transponder": "transponder code received",
|
"transponder": "Transponder code received",
|
||||||
"fingerprint": "fingerprint code received",
|
"fingerprint": "Fingerprint code received",
|
||||||
"codelock": "code lock code received",
|
"codelock": "Code lock code received",
|
||||||
"send_keys": "send keys received"
|
"send_keys": "Send keys received"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -59,7 +59,7 @@
|
|||||||
"name": "Last seen"
|
"name": "Last seen"
|
||||||
},
|
},
|
||||||
"litter_level": {
|
"litter_level": {
|
||||||
"name": "litter level"
|
"name": "Litter level"
|
||||||
},
|
},
|
||||||
"pet_weight": {
|
"pet_weight": {
|
||||||
"name": "Pet weight"
|
"name": "Pet weight"
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
"description": "Ethernet gateway setup",
|
"description": "Ethernet gateway setup",
|
||||||
"data": {
|
"data": {
|
||||||
"device": "IP address of the gateway",
|
"device": "IP address of the gateway",
|
||||||
"tcp_port": "port",
|
"tcp_port": "[%key:common::config_flow::data::port%]",
|
||||||
"version": "MySensors version",
|
"version": "MySensors version",
|
||||||
"persistence_file": "persistence file (leave empty to auto-generate)"
|
"persistence_file": "persistence file (leave empty to auto-generate)"
|
||||||
}
|
}
|
||||||
@ -30,17 +30,17 @@
|
|||||||
"device": "Serial port",
|
"device": "Serial port",
|
||||||
"baud_rate": "baud rate",
|
"baud_rate": "baud rate",
|
||||||
"version": "MySensors version",
|
"version": "MySensors version",
|
||||||
"persistence_file": "persistence file (leave empty to auto-generate)"
|
"persistence_file": "Persistence file (leave empty to auto-generate)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gw_mqtt": {
|
"gw_mqtt": {
|
||||||
"description": "MQTT gateway setup",
|
"description": "MQTT gateway setup",
|
||||||
"data": {
|
"data": {
|
||||||
"retain": "mqtt retain",
|
"retain": "MQTT retain",
|
||||||
"topic_in_prefix": "prefix for input topics (topic_in_prefix)",
|
"topic_in_prefix": "Prefix for input topics (topic_in_prefix)",
|
||||||
"topic_out_prefix": "prefix for output topics (topic_out_prefix)",
|
"topic_out_prefix": "Prefix for output topics (topic_out_prefix)",
|
||||||
"version": "MySensors version",
|
"version": "MySensors version",
|
||||||
"persistence_file": "persistence file (leave empty to auto-generate)"
|
"persistence_file": "Persistence file (leave empty to auto-generate)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -47,9 +47,9 @@
|
|||||||
},
|
},
|
||||||
"device_automation": {
|
"device_automation": {
|
||||||
"trigger_subtype": {
|
"trigger_subtype": {
|
||||||
"away": "away",
|
"away": "Away",
|
||||||
"schedule": "schedule",
|
"schedule": "Schedule",
|
||||||
"hg": "frost guard"
|
"hg": "Frost guard"
|
||||||
},
|
},
|
||||||
"trigger_type": {
|
"trigger_type": {
|
||||||
"turned_off": "{entity_name} turned off",
|
"turned_off": "{entity_name} turned off",
|
||||||
|
@ -103,7 +103,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"unknown": "Unknown",
|
"unknown": "Unknown",
|
||||||
"warmup": "Warm-up",
|
"warmup": "Warm-up",
|
||||||
"normal": "normal",
|
"normal": "Normal",
|
||||||
"fault": "Fault"
|
"fault": "Fault"
|
||||||
},
|
},
|
||||||
"state_attributes": {
|
"state_attributes": {
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
},
|
},
|
||||||
"select_station": {
|
"select_station": {
|
||||||
"title": "Select stations to add",
|
"title": "Select stations to add",
|
||||||
"description": "found {stations_count} stations in radius",
|
"description": "Found {stations_count} stations in radius",
|
||||||
"data": {
|
"data": {
|
||||||
"stations": "Stations"
|
"stations": "Stations"
|
||||||
}
|
}
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
"name": "[%key:component::update::title%]"
|
"name": "[%key:component::update::title%]"
|
||||||
},
|
},
|
||||||
"firmware": {
|
"firmware": {
|
||||||
"name": "firmware"
|
"name": "Firmware"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"issues": {
|
"issues": {
|
||||||
|
@ -23,8 +23,8 @@
|
|||||||
"description": "Enter the serial port settings",
|
"description": "Enter the serial port settings",
|
||||||
"data": {
|
"data": {
|
||||||
"path": "Serial device path",
|
"path": "Serial device path",
|
||||||
"baudrate": "port speed",
|
"baudrate": "Port speed",
|
||||||
"flow_control": "data flow control"
|
"flow_control": "Data flow control"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"verify_radio": {
|
"verify_radio": {
|
||||||
@ -237,12 +237,12 @@
|
|||||||
"button_5": "Fifth button",
|
"button_5": "Fifth button",
|
||||||
"button_6": "Sixth button",
|
"button_6": "Sixth button",
|
||||||
"face_any": "With any/specified face(s) activated",
|
"face_any": "With any/specified face(s) activated",
|
||||||
"face_1": "with face 1 activated",
|
"face_1": "With face 1 activated",
|
||||||
"face_2": "with face 2 activated",
|
"face_2": "With face 2 activated",
|
||||||
"face_3": "with face 3 activated",
|
"face_3": "With face 3 activated",
|
||||||
"face_4": "with face 4 activated",
|
"face_4": "With face 4 activated",
|
||||||
"face_5": "with face 5 activated",
|
"face_5": "With face 5 activated",
|
||||||
"face_6": "with face 6 activated"
|
"face_6": "With face 6 activated"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user