From 149ac4f99efaf7c2200337115b6b2fb84f7dbb0a Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 28 Jun 2023 05:08:53 -0400 Subject: [PATCH] Capitalize a bunch of translations (#95421) --- homeassistant/components/airvisual/strings.json | 2 +- .../components/binary_sensor/strings.json | 2 +- homeassistant/components/ecobee/strings.json | 2 -- homeassistant/components/lcn/strings.json | 10 +++++----- .../components/litterrobot/strings.json | 2 +- homeassistant/components/mysensors/strings.json | 12 ++++++------ homeassistant/components/netatmo/strings.json | 6 +++--- homeassistant/components/shelly/strings.json | 2 +- .../components/tankerkoenig/strings.json | 2 +- homeassistant/components/update/strings.json | 2 +- homeassistant/components/zha/strings.json | 16 ++++++++-------- 11 files changed, 28 insertions(+), 30 deletions(-) diff --git a/homeassistant/components/airvisual/strings.json b/homeassistant/components/airvisual/strings.json index 18183eee197..0ba99c0984a 100644 --- a/homeassistant/components/airvisual/strings.json +++ b/homeassistant/components/airvisual/strings.json @@ -17,7 +17,7 @@ "api_key": "[%key:common::config_flow::data::api_key%]", "city": "City", "country": "Country", - "state": "state" + "state": "State" } }, "reauth_confirm": { diff --git a/homeassistant/components/binary_sensor/strings.json b/homeassistant/components/binary_sensor/strings.json index ca349e19328..b9c9b19a93c 100644 --- a/homeassistant/components/binary_sensor/strings.json +++ b/homeassistant/components/binary_sensor/strings.json @@ -302,7 +302,7 @@ } }, "device_class": { - "co": "carbon_monoxide", + "co": "carbon monoxide", "cold": "cold", "gas": "gas", "heat": "heat", diff --git a/homeassistant/components/ecobee/strings.json b/homeassistant/components/ecobee/strings.json index af44845887b..647ea55e311 100644 --- a/homeassistant/components/ecobee/strings.json +++ b/homeassistant/components/ecobee/strings.json @@ -2,14 +2,12 @@ "config": { "step": { "user": { - "title": "ecobee API key", "description": "Please enter the API key obtained from ecobee.com.", "data": { "api_key": "[%key:common::config_flow::data::api_key%]" } }, "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." } }, diff --git a/homeassistant/components/lcn/strings.json b/homeassistant/components/lcn/strings.json index c0e46250c1e..bee6c0f0e29 100644 --- a/homeassistant/components/lcn/strings.json +++ b/homeassistant/components/lcn/strings.json @@ -1,11 +1,11 @@ { "device_automation": { "trigger_type": { - "transmitter": "transmitter code received", - "transponder": "transponder code received", - "fingerprint": "fingerprint code received", - "codelock": "code lock code received", - "send_keys": "send keys received" + "transmitter": "Transmitter code received", + "transponder": "Transponder code received", + "fingerprint": "Fingerprint code received", + "codelock": "Code lock code received", + "send_keys": "Send keys received" } } } diff --git a/homeassistant/components/litterrobot/strings.json b/homeassistant/components/litterrobot/strings.json index c0ba2666593..00a8a6122db 100644 --- a/homeassistant/components/litterrobot/strings.json +++ b/homeassistant/components/litterrobot/strings.json @@ -59,7 +59,7 @@ "name": "Last seen" }, "litter_level": { - "name": "litter level" + "name": "Litter level" }, "pet_weight": { "name": "Pet weight" diff --git a/homeassistant/components/mysensors/strings.json b/homeassistant/components/mysensors/strings.json index dc5dc76c7ae..7e0ff2c99d6 100644 --- a/homeassistant/components/mysensors/strings.json +++ b/homeassistant/components/mysensors/strings.json @@ -19,7 +19,7 @@ "description": "Ethernet gateway setup", "data": { "device": "IP address of the gateway", - "tcp_port": "port", + "tcp_port": "[%key:common::config_flow::data::port%]", "version": "MySensors version", "persistence_file": "persistence file (leave empty to auto-generate)" } @@ -30,17 +30,17 @@ "device": "Serial port", "baud_rate": "baud rate", "version": "MySensors version", - "persistence_file": "persistence file (leave empty to auto-generate)" + "persistence_file": "Persistence file (leave empty to auto-generate)" } }, "gw_mqtt": { "description": "MQTT gateway setup", "data": { - "retain": "mqtt retain", - "topic_in_prefix": "prefix for input topics (topic_in_prefix)", - "topic_out_prefix": "prefix for output topics (topic_out_prefix)", + "retain": "MQTT retain", + "topic_in_prefix": "Prefix for input topics (topic_in_prefix)", + "topic_out_prefix": "Prefix for output topics (topic_out_prefix)", "version": "MySensors version", - "persistence_file": "persistence file (leave empty to auto-generate)" + "persistence_file": "Persistence file (leave empty to auto-generate)" } } }, diff --git a/homeassistant/components/netatmo/strings.json b/homeassistant/components/netatmo/strings.json index a500689a937..5fdf580c6aa 100644 --- a/homeassistant/components/netatmo/strings.json +++ b/homeassistant/components/netatmo/strings.json @@ -47,9 +47,9 @@ }, "device_automation": { "trigger_subtype": { - "away": "away", - "schedule": "schedule", - "hg": "frost guard" + "away": "Away", + "schedule": "Schedule", + "hg": "Frost guard" }, "trigger_type": { "turned_off": "{entity_name} turned off", diff --git a/homeassistant/components/shelly/strings.json b/homeassistant/components/shelly/strings.json index f0d4e1c9bd9..265184e6227 100644 --- a/homeassistant/components/shelly/strings.json +++ b/homeassistant/components/shelly/strings.json @@ -103,7 +103,7 @@ "state": { "unknown": "Unknown", "warmup": "Warm-up", - "normal": "normal", + "normal": "Normal", "fault": "Fault" }, "state_attributes": { diff --git a/homeassistant/components/tankerkoenig/strings.json b/homeassistant/components/tankerkoenig/strings.json index e0b9b3d53e8..b68359a5176 100644 --- a/homeassistant/components/tankerkoenig/strings.json +++ b/homeassistant/components/tankerkoenig/strings.json @@ -18,7 +18,7 @@ }, "select_station": { "title": "Select stations to add", - "description": "found {stations_count} stations in radius", + "description": "Found {stations_count} stations in radius", "data": { "stations": "Stations" } diff --git a/homeassistant/components/update/strings.json b/homeassistant/components/update/strings.json index 4d730d71721..518b8605aa7 100644 --- a/homeassistant/components/update/strings.json +++ b/homeassistant/components/update/strings.json @@ -12,7 +12,7 @@ "name": "[%key:component::update::title%]" }, "firmware": { - "name": "firmware" + "name": "Firmware" } }, "issues": { diff --git a/homeassistant/components/zha/strings.json b/homeassistant/components/zha/strings.json index 94b3951f014..cbdc9cf8477 100644 --- a/homeassistant/components/zha/strings.json +++ b/homeassistant/components/zha/strings.json @@ -23,8 +23,8 @@ "description": "Enter the serial port settings", "data": { "path": "Serial device path", - "baudrate": "port speed", - "flow_control": "data flow control" + "baudrate": "Port speed", + "flow_control": "Data flow control" } }, "verify_radio": { @@ -237,12 +237,12 @@ "button_5": "Fifth button", "button_6": "Sixth button", "face_any": "With any/specified face(s) activated", - "face_1": "with face 1 activated", - "face_2": "with face 2 activated", - "face_3": "with face 3 activated", - "face_4": "with face 4 activated", - "face_5": "with face 5 activated", - "face_6": "with face 6 activated" + "face_1": "With face 1 activated", + "face_2": "With face 2 activated", + "face_3": "With face 3 activated", + "face_4": "With face 4 activated", + "face_5": "With face 5 activated", + "face_6": "With face 6 activated" } } }