-
Notifications
You must be signed in to change notification settings - Fork 420
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 #1491 from tslashd/bg-translation
Bulgarian translation
- Loading branch information
Showing
1 changed file
with
40 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,40 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"reauth_successful": "Повторното удостоверяване беше успешно" | ||
}, | ||
"error": { | ||
"exists": "Този акаунт вече е конфигуриран", | ||
"template": "{error}" | ||
}, | ||
"step": { | ||
"user": { | ||
"description": "Въведете вашите [eWeLink акаунт](https://www.ewelink.cc/en/) данни за вход", | ||
"data": { | ||
"username": "Имейл или телефон (използвайте което и да е за DIY режим)", | ||
"password": "Парола (оставете празно за DIY режим)", | ||
"country_code": "Код на държавата (оставете празно за автоматичен избор)" | ||
} | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"mode": "Режим (автоматичният е препоръчителен за повечето потребители)", | ||
"homes": "Домове (оставете празно за активния дом в мобилното приложение)", | ||
"debug": "Страница за отстраняване на грешки (Интеграция > Меню > Известни проблеми)" | ||
} | ||
} | ||
} | ||
}, | ||
"system_health": { | ||
"info": { | ||
"version": "Версия", | ||
"cloud_online": "Клауд устройства онлайн", | ||
"local_online": "Локални устройства онлайн", | ||
"debug": "Страница за отстраняване на грешки" | ||
} | ||
} | ||
} |