Files
honey-fe/public/locales/ru.json
Hewston Fox 5e9acffa09
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m40s
feat: add settings menu
2026-03-22 04:08:56 +02:00

55 lines
1.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"accountInfo": {
"paymentBalance": "Баланс пополнений",
"registrationDate": "Дата регистрации",
"withdrawalBalance": "Баланс выводов",
"yourId": "Ваш ID"
},
"actionModal": {
"close": "Закрыть"
},
"common": {
"off": "выкл",
"on": "вкл"
},
"nav": {
"apiary": "Пасека",
"cashdesk": "Касса",
"earnings": "Заработок",
"game": "Игра",
"menu": "Меню",
"roulette": "Рулетка",
"shop": "Магазин",
"tasks": "Задания"
},
"operationType": {
"deposit": "Пополнение",
"greeting": "Приветственный бонус",
"referral": "Реферальный бонус",
"withdrawal": "Вывод"
},
"pagination": {
"of": "из"
},
"support": {
"action": "Связаться с поддержкой",
"text": "Если у вас возникли вопросы, связанные с игрой — обратитесь в нашу службу поддержки."
},
"settings": {
"accountInfo": "Информация об аккаунте",
"back": "Назад",
"faq": "ЧаВо",
"language": "Язык",
"sound": "Звук",
"support": "Поддержка",
"transactionHistory": "История транзакций"
},
"transactionHistory": {
"date": "Дата",
"operationType": "Тип операции",
"sum": "Сумма",
"title": "История транзакций",
"yourTransactions": "Ваши транзакции"
}
}