feat: add settings menu
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m40s

This commit is contained in:
Hewston Fox
2026-03-22 04:08:56 +02:00
parent 2a1115b66f
commit 5e9acffa09
89 changed files with 3412 additions and 216 deletions

View File

@@ -1,12 +1,54 @@
{
"hello": "Hello World!",
"actionModal.close": "Close",
"nav.shop": "Shop",
"nav.apiary": "Apiary",
"nav.game": "Game",
"nav.cashdesk": "Cashdesk",
"nav.menu": "Menu",
"nav.roulette": "Roulette",
"nav.tasks": "Tasks",
"nav.earnings": "Earnings"
"accountInfo": {
"paymentBalance": "Payment balance",
"registrationDate": "Registration date",
"withdrawalBalance": "Withdrawal balance",
"yourId": "Your ID"
},
"actionModal": {
"close": "Close"
},
"common": {
"off": "off",
"on": "on"
},
"nav": {
"apiary": "Apiary",
"cashdesk": "Cashdesk",
"earnings": "Earnings",
"game": "Game",
"menu": "Menu",
"roulette": "Roulette",
"shop": "Shop",
"tasks": "Tasks"
},
"operationType": {
"deposit": "Deposit",
"greeting": "Greeting bonus",
"referral": "Referral bonus",
"withdrawal": "Withdrawal"
},
"pagination": {
"of": "of"
},
"support": {
"action": "Contact support",
"text": "If you have any questions related to the game, please contact our support team."
},
"settings": {
"accountInfo": "Account information",
"back": "Back",
"faq": "FAQ",
"language": "Language",
"sound": "Sound",
"support": "Support",
"transactionHistory": "Transaction History"
},
"transactionHistory": {
"date": "Date",
"operationType": "Operation type",
"sum": "Sum",
"title": "Transaction History",
"yourTransactions": "Your Transactions"
}
}