-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Russian language support and update language handling logic
- Loading branch information
1 parent
9ad10fe
commit 7578512
Showing
6 changed files
with
64 additions
and
8 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
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
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
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,47 @@ | ||
{ | ||
"remaining_volume": "Осталось траффика", | ||
"initial_volume": "Весь траффик", | ||
"remaining_time": "Осталось времени", | ||
"initial_time": "Всего времени", | ||
"megabytes": "МБ", | ||
"gigabytes": "ГБ", | ||
"days": "дней", | ||
"welcome": "Приветствуем", | ||
"Russian": "Русский", | ||
"English": "English", | ||
"Persian": "فارسی", | ||
"status": { | ||
"active": "Активно", | ||
"expired": "Срок закончился", | ||
"on_hold": "На удержании", | ||
"disabled": "Отключена", | ||
"limited": "Закончился лимит" | ||
}, | ||
"support": "Поддержка", | ||
"userPanelTitle": "Подписка пользователя {brandName}.", | ||
"userPanelWelcome": "Добро пожаловать в подписку пользователя {brandName}.", | ||
"operatingSystems": "Операционные системы", | ||
"configuration": "Добавить в приложение", | ||
"download": "Скачать", | ||
"watchVideo": "Посмотреть туториал", | ||
"configsList": "Список конфигов", | ||
"emergancyList": "Emergancy конфиги", | ||
"linkCopied": "Ссылка скопирована", | ||
"expired": "Срок закончился", | ||
"hours": "часов", | ||
"minutes": "минут", | ||
"years": "лет", | ||
"copyAll": "Скопировать все", | ||
"B": "Б", | ||
"KB": "КБ", | ||
"MB": "МБ", | ||
"GB": "ГБ", | ||
"TB": "ТБ", | ||
"negative": "Негативно", | ||
"infinity": "Бесконечно", | ||
"subQRCode": "QR-код подписки", | ||
"free": "Бесплатно", | ||
"light": "Светлая", | ||
"dark": "Темная", | ||
"ended": "Закончилось" | ||
} |
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
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