-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #113 from sdurnev/master
Add russian lang
- Loading branch information
Showing
2 changed files
with
120 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"description": "Пожалуйста, введите свои учетные данные", | ||
"data": { | ||
"email": "Адрес электронной почты", | ||
"password": "Пароль" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"auth_error": "Ваша попытка входа не удалась. Убедитесь, что имя пользователя и пароль верны." | ||
} | ||
}, | ||
"entity": { | ||
"select": { | ||
"ac_machmode": { | ||
"name" : "Режим", | ||
"state": { | ||
"0": "Авто", | ||
"1": "Охлаждать", | ||
"2": "Сушить", | ||
"4": "Греть", | ||
"6": "Вентилировать" | ||
} | ||
}, | ||
"ac_winddirectionvertical": { | ||
"name" : "Направление потока вертикальное", | ||
"state": { | ||
"1": "Health high", | ||
"2": "Very high", | ||
"3": "Health low", | ||
"4": "Максимум", | ||
"5": "Средний", | ||
"6": "Низкий", | ||
"7": "Очень низкий", | ||
"8": "Авто" | ||
} | ||
}, | ||
"ac_winddirectionhorizontal": { | ||
"name" : "Направление потока горизонтальное", | ||
"state": { | ||
"0": "Средний", | ||
"3": "Сильно влево", | ||
"4": "Влево", | ||
"5": "Вправо", | ||
"6": "Сильно вправо", | ||
"7": "Авто" | ||
} | ||
}, | ||
"program": { | ||
"name" : "Программа" | ||
}, | ||
"windspeed": { | ||
"name" : "Скорость обдува" | ||
}, | ||
"lockstatus" : { | ||
"name" : "lockStatuslockStatus" | ||
} | ||
} | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"state": { | ||
"tumbledryerprogram": { | ||
"Default": "По умолчанию", | ||
"Cotton": "Хлопок", | ||
"Synthetics": "Синтетика", | ||
"Mix": "Смешаное", | ||
"Bed Sheets": "Простыни", | ||
"Sports": "Спортивная", | ||
"i-time": "i-time", | ||
"Duvet": "Пуховое одеяло", | ||
"Wool": "Шерсть", | ||
"i-Refresh": "i-Refresh", | ||
"Towel": "Полотенца", | ||
"Quick Dry": "Быстрая сушка", | ||
"Delicate": "Деликатный", | ||
"Remote 103": "Удаленный" | ||
}, | ||
"tumbledryerprogramphase": { | ||
"Waiting": "Ожидающий", | ||
"Drying": "Сушка", | ||
"Cooldown": "Остывать" | ||
}, | ||
"tumbledryertemplevel": { | ||
"Cupboard dry": "Шкаф сухой", | ||
"Cool": "Охлаждать", | ||
"Low temperature L-1": "Низкая температура", | ||
"Middle temperature L-2": "Средняя температура", | ||
"High temperature L-3": "Высокая температура" | ||
}, | ||
"tumbledryerdrylevel": { | ||
"Extra Dry H-1": "Экстра Сухой", | ||
"Ready to Store H-2": "Готов к хранению", | ||
"Ready to Iron H-3": "Готов к глажению" | ||
}, | ||
"washingmachineerror": { | ||
"No error": "Нет ошибки", | ||
"E2: Check if the door is closed": "E2: Проверьте, закрыта ли дверь", | ||
"E4: Check the water supply": "E4: Проверьте подачу воды", | ||
"Error Unb: Check the laundry, the washing machine might be overloaded": "Error Unb: Проверьте белье, возможно, стиральная машина перегружена." | ||
}, | ||
"washingmachinemode": { | ||
"Disconnected": "Разъединенный", | ||
"Ready": "Готовый", | ||
"Running": "Работающий", | ||
"Paused": "Приостановлено", | ||
"Scheduled": "Запланированное", | ||
"Error": "Ошибка", | ||
"Finished": "Законченно" | ||
}, | ||
"washingmachinedoorlockstatus": { | ||
"Locked": "Заблокировано", | ||
"Unlocked": "Разблокировано" | ||
} | ||
} | ||
} |