Add "language" to strings.json (#112869)
This commit is contained in:
parent
4c82196fc8
commit
df03e704f8
7 changed files with 13 additions and 10 deletions
|
@ -10,7 +10,7 @@
|
|||
"description": "Transcribed text input."
|
||||
},
|
||||
"language": {
|
||||
"name": "Language",
|
||||
"name": "[%key:common::config_flow::data::language%]",
|
||||
"description": "Language of text. Defaults to server language."
|
||||
},
|
||||
"agent_id": {
|
||||
|
@ -28,7 +28,7 @@
|
|||
"description": "Reloads the intent configuration.",
|
||||
"fields": {
|
||||
"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."
|
||||
},
|
||||
"agent_id": {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"language": "Language",
|
||||
"language": "[%key:common::config_flow::data::language%]",
|
||||
"tld": "TLD"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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`",
|
||||
"data": {
|
||||
"mode": "Travel Mode",
|
||||
"language": "Language",
|
||||
"language": "[%key:common::config_flow::data::language%]",
|
||||
"time_type": "Time Type",
|
||||
"time": "Time",
|
||||
"avoid": "Avoid",
|
||||
|
|
|
@ -166,7 +166,9 @@
|
|||
"ups_delay_reboot": { "name": "UPS reboot delay" },
|
||||
"ups_delay_shutdown": { "name": "UPS shutdown 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_id": { "name": "System identifier" },
|
||||
"ups_load": { "name": "Load" },
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"user": {
|
||||
"data": {
|
||||
"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%]",
|
||||
"longitude": "[%key:common::config_flow::data::longitude%]",
|
||||
"mode": "[%key:common::config_flow::data::mode%]",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"language": "Language",
|
||||
"language": "[%key:common::config_flow::data::language%]",
|
||||
"mode": "[%key:common::config_flow::data::mode%]"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"description": "Stores this message locally so that when the text is requested again, the output can be produced more quickly."
|
||||
},
|
||||
"language": {
|
||||
"name": "Language",
|
||||
"name": "[%key:common::config_flow::data::language%]",
|
||||
"description": "Language to use for speech generation."
|
||||
},
|
||||
"options": {
|
||||
|
@ -43,7 +43,7 @@
|
|||
"description": "[%key:component::tts::services::say::fields::cache::description%]"
|
||||
},
|
||||
"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%]"
|
||||
},
|
||||
"options": {
|
||||
|
|
|
@ -96,7 +96,8 @@
|
|||
"location": "Location",
|
||||
"pin": "PIN code",
|
||||
"mode": "Mode",
|
||||
"path": "Path"
|
||||
"path": "Path",
|
||||
"language": "Language"
|
||||
},
|
||||
"create_entry": {
|
||||
"authenticated": "Successfully authenticated"
|
||||
|
|
Loading…
Add table
Reference in a new issue