Skip to content

Commit

Permalink
attempted to fix strings translations again
Browse files Browse the repository at this point in the history
  • Loading branch information
vaproloff committed Nov 12, 2024
1 parent d60352b commit 6a50ae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
8 changes: 1 addition & 7 deletions custom_components/tion/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,11 @@
"data": {
"name": "[%key:common::config_flow::data::name%]",
"username": "Username",
"password": "Password",
"scan_interval": "API poll interval"
},
"data_description": {
"scan_interval": "Tion devices data minimum update period."
"password": "Password"
}
}
},
"reauth_confirm": {
"title": "Reauthentification required",
"description": "Please re-enter your Tion account credentials",
"data": {
"username": "Username",
Expand All @@ -36,7 +31,6 @@
"step": {
"init": {
"data": {
"password": "Password",
"scan_interval": "API poll interval"
},
"data_description": {
Expand Down
8 changes: 1 addition & 7 deletions custom_components/tion/translations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,11 @@
"description": "Введите данные учётной записи Tion",
"data": {
"username": "Логин",
"password": "Пароль",
"scan_interval": "Интервал обновления"
},
"data_description": {
"scan_interval": "Минимальный период обновления данных устройств Tion от API."
"password": "Пароль"
}
}
},
"reauth_confirm": {
"title": "Необходима повторная аутентификация",
"description": "Введите актуальные данные учётной записи Tion",
"data": {
"username": "Логин",
Expand All @@ -34,7 +29,6 @@
"step": {
"init": {
"data": {
"password": "Пароль",
"scan_interval": "Интервал обновления"
},
"data_description": {
Expand Down

0 comments on commit 6a50ae8

Please sign in to comment.