Skip to content

Commit

Permalink
add timezone option & update timezone_error
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertD502 authored Sep 22, 2023
1 parent 6c4cb98 commit 9c34746
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion custom_components/petkit/translations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@
"server_busy": "Серверы PetKit заняты. Пожалуйста, повторите попытку позже",
"petkit_error": "Возникла неизвестная ошибка. Более подробная информация приведена в журналах Home Assistant",
"region_error": "Пожалуйста, выберите страну, связанную с вашей учетной записью",
"timezone_error": "Не удалось найти часовой пояс. Если вы запускаете Home Assistant как автономный контейнер Docker, вы должны определить переменную среды TZ"
"timezone_error": "A timezone could not be found. If you are running Home Assistant as a standalone Docker container, you must define the TZ environmental variable. If the TZ variable is defined or you are running Home Assistant OS, your timezone was not found in the tzlocal library - Please manually select a timezone during setup."
},
"step": {
"user": {
"data": {
"email": "Электронная почта учетной записи PetKit",
"password": "Пароль учетной записи PetKit",
"region": "Выберите страну, связанную с вашей учетной записью",
"timezone": "Select a timezone manually or attempt to set it automatically",
"polling_interval": "Интервал опроса (секунды)"
},
"title": "Заполните свои учетные данные PetKit"
Expand All @@ -28,6 +29,7 @@
"email": "Электронная почта учетной записи PetKit",
"password": "Пароль учетной записи PetKit",
"region": "Выберите страну, связанную с вашей учетной записью",
"timezone": "Select a timezone manually or attempt to set it automatically",
"polling_interval": "Интервал опроса (секунды)"
},
"title": "Заполните свои учетные данные PetKit"
Expand All @@ -39,6 +41,7 @@
"petkit_options": {
"data": {
"region": "Выберите страну, связанную с вашей учетной записью",
"timezone": "Select a timezone manually or attempt to set it automatically",
"polling_interval": "Интервал опроса (секунды)"
}
}
Expand Down

0 comments on commit 9c34746

Please sign in to comment.