Add "language" to strings.json (#112869)

This commit is contained in:
Sid 2024-03-12 21:49:59 +01:00 committed by GitHub
parent 4c82196fc8
commit df03e704f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 13 additions and 10 deletions

View File

@ -10,7 +10,7 @@
"description": "Transcribed text input." "description": "Transcribed text input."
}, },
"language": { "language": {
"name": "Language", "name": "[%key:common::config_flow::data::language%]",
"description": "Language of text. Defaults to server language." "description": "Language of text. Defaults to server language."
}, },
"agent_id": { "agent_id": {
@ -28,7 +28,7 @@
"description": "Reloads the intent configuration.", "description": "Reloads the intent configuration.",
"fields": { "fields": {
"language": { "language": {
"name": "[%key:component::conversation::services::process::fields::language::name%]", "name": "[%key:common::config_flow::data::language%]",
"description": "Language to clear cached intents for. Defaults to server language." "description": "Language to clear cached intents for. Defaults to server language."
}, },
"agent_id": { "agent_id": {

View File

@ -3,7 +3,7 @@
"step": { "step": {
"user": { "user": {
"data": { "data": {
"language": "Language", "language": "[%key:common::config_flow::data::language%]",
"tld": "TLD" "tld": "TLD"
} }
} }

View File

@ -27,7 +27,7 @@
"description": "You can optionally specify either a Departure Time or Arrival Time. If specifying a departure time, you can enter `now`, a Unix timestamp, or a 24 hour time string like `08:00:00`. If specifying an arrival time, you can use a Unix timestamp or a 24 hour time string like `08:00:00`", "description": "You can optionally specify either a Departure Time or Arrival Time. If specifying a departure time, you can enter `now`, a Unix timestamp, or a 24 hour time string like `08:00:00`. If specifying an arrival time, you can use a Unix timestamp or a 24 hour time string like `08:00:00`",
"data": { "data": {
"mode": "Travel Mode", "mode": "Travel Mode",
"language": "Language", "language": "[%key:common::config_flow::data::language%]",
"time_type": "Time Type", "time_type": "Time Type",
"time": "Time", "time": "Time",
"avoid": "Avoid", "avoid": "Avoid",

View File

@ -166,7 +166,9 @@
"ups_delay_reboot": { "name": "UPS reboot delay" }, "ups_delay_reboot": { "name": "UPS reboot delay" },
"ups_delay_shutdown": { "name": "UPS shutdown delay" }, "ups_delay_shutdown": { "name": "UPS shutdown delay" },
"ups_delay_start": { "name": "Load restart delay" }, "ups_delay_start": { "name": "Load restart delay" },
"ups_display_language": { "name": "Language" }, "ups_display_language": {
"name": "[%key:common::config_flow::data::language%]"
},
"ups_efficiency": { "name": "Efficiency" }, "ups_efficiency": { "name": "Efficiency" },
"ups_id": { "name": "System identifier" }, "ups_id": { "name": "System identifier" },
"ups_load": { "name": "Load" }, "ups_load": { "name": "Load" },

View File

@ -11,7 +11,7 @@
"user": { "user": {
"data": { "data": {
"api_key": "[%key:common::config_flow::data::api_key%]", "api_key": "[%key:common::config_flow::data::api_key%]",
"language": "Language", "language": "[%key:common::config_flow::data::language%]",
"latitude": "[%key:common::config_flow::data::latitude%]", "latitude": "[%key:common::config_flow::data::latitude%]",
"longitude": "[%key:common::config_flow::data::longitude%]", "longitude": "[%key:common::config_flow::data::longitude%]",
"mode": "[%key:common::config_flow::data::mode%]", "mode": "[%key:common::config_flow::data::mode%]",
@ -25,7 +25,7 @@
"step": { "step": {
"init": { "init": {
"data": { "data": {
"language": "Language", "language": "[%key:common::config_flow::data::language%]",
"mode": "[%key:common::config_flow::data::mode%]" "mode": "[%key:common::config_flow::data::mode%]"
} }
} }

View File

@ -17,7 +17,7 @@
"description": "Stores this message locally so that when the text is requested again, the output can be produced more quickly." "description": "Stores this message locally so that when the text is requested again, the output can be produced more quickly."
}, },
"language": { "language": {
"name": "Language", "name": "[%key:common::config_flow::data::language%]",
"description": "Language to use for speech generation." "description": "Language to use for speech generation."
}, },
"options": { "options": {
@ -43,7 +43,7 @@
"description": "[%key:component::tts::services::say::fields::cache::description%]" "description": "[%key:component::tts::services::say::fields::cache::description%]"
}, },
"language": { "language": {
"name": "[%key:component::tts::services::say::fields::language::name%]", "name": "[%key:common::config_flow::data::language%]",
"description": "[%key:component::tts::services::say::fields::language::description%]" "description": "[%key:component::tts::services::say::fields::language::description%]"
}, },
"options": { "options": {

View File

@ -96,7 +96,8 @@
"location": "Location", "location": "Location",
"pin": "PIN code", "pin": "PIN code",
"mode": "Mode", "mode": "Mode",
"path": "Path" "path": "Path",
"language": "Language"
}, },
"create_entry": { "create_entry": {
"authenticated": "Successfully authenticated" "authenticated": "Successfully authenticated"