mirror of
https://github.com/home-assistant/core.git
synced 2026-04-19 00:10:21 +01:00
21 lines
398 B
JSON
21 lines
398 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"language": "[%key:common::config_flow::data::language%]",
|
|
"tld": "TLD"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"device": {
|
|
"google_translate": {
|
|
"name": "Google Translate {lang} {tld}"
|
|
}
|
|
}
|
|
}
|