feat: add settings menu
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m40s
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m40s
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user