-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Russian and Ukrainian translations (#264)
- Loading branch information
Showing
4 changed files
with
100 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,21 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"already_configured": "Устройство уже настроено" | ||
}, | ||
"error": { | ||
"unknown": "Неожиданная ошибка", | ||
"detect_encryption": "Не удалось обнаружить шифрование, проверьте логи" | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"ip_address": "IP-адрес устройства", | ||
"password": "Ключ шифрования", | ||
"use_encryption": "Используйте ключ шифрования" | ||
} | ||
} | ||
} | ||
}, | ||
"title": "Candy" | ||
} |
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,29 @@ | ||
{ | ||
"state": { | ||
"_": { | ||
"Idle": "Бездействие", | ||
"Running": "Работает", | ||
"Paused": "Пауза", | ||
"Delayed start selection": "Выбор отложенного запуска", | ||
"Delayed start programmed": "Задан отложенный запуск", | ||
"Error": "Ошибка", | ||
"Finished": "Завершено", | ||
"Stopped": "Остановлено", | ||
"Pre-wash": "Предварительная стирка", | ||
"Wash": "Стирка", | ||
"Rinse": "Полоскание", | ||
"Last rinse": "Последнее полоскание", | ||
"End": "Конец", | ||
"Drying": "Сушка", | ||
"Steam": "Пар", | ||
"Spin - Good Night": "Отжим - Ночной режим", | ||
"Spin": "Отжим", | ||
"Heating": "Нагрев", | ||
"No Dry": "Не сушить", | ||
"Iron Dry": "Сушка \"под утюг\"", | ||
"Hang Dry": "Сушка на вешалке", | ||
"Store Dry": "Сушка для хранения", | ||
"Bone Dry": "Полная сушка" | ||
} | ||
} | ||
} |
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,29 @@ | ||
{ | ||
"state": { | ||
"_": { | ||
"Idle": "Бездія", | ||
"Running": "Працює", | ||
"Paused": "Пауза", | ||
"Delayed start selection": "Вибір відкладеного запуску", | ||
"Delayed start programmed": "Задано відкладений запуск", | ||
"Error": "Помилка", | ||
"Finished": "Завершено", | ||
"Stopped": "Зупинено", | ||
"Pre-wash": "Попереднє прання", | ||
"Wash": "Прання", | ||
"Rinse": "Полоскання", | ||
"Last rinse": "Останнє полоскання", | ||
"End": "Кінець", | ||
"Drying": "Сушка", | ||
"Steam": "Пар", | ||
"Spin - Good Night": "Віджим - Нічний режим", | ||
"Spin": "Віджимання", | ||
"Heating": "Нагрів", | ||
"No Dry": "Не сушити", | ||
"Iron Dry": "Сушка \"під праску\"", | ||
"Hang Dry": "Сушіння на вішалці", | ||
"Store Dry": "Сушіння для зберігання", | ||
"Bone Dry": "Повне сушіння" | ||
} | ||
} | ||
} |
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,21 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"already_configured": "Пристрій вже налаштований" | ||
}, | ||
"error": { | ||
"unknown": "Несподівана помилка", | ||
"detect_encryption": "Не вдалося виявити шифрування, перевірте логи" | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"ip_address": "IP-адреса пристрою", | ||
"password": "Ключ шифрування", | ||
"use_encryption": "Використовувати ключ шифрування" | ||
} | ||
} | ||
} | ||
}, | ||
"title": "Candy" | ||
} |