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

54
public/locales/pl.json Normal file
View File

@@ -0,0 +1,54 @@
{
"accountInfo": {
"paymentBalance": "Saldo wpłat",
"registrationDate": "Data rejestracji",
"withdrawalBalance": "Saldo wypłat",
"yourId": "Twoje ID"
},
"actionModal": {
"close": "Zamknij"
},
"common": {
"off": "wył",
"on": "wł"
},
"nav": {
"apiary": "Pasieka",
"cashdesk": "Kasa",
"earnings": "Zarobki",
"game": "Gra",
"menu": "Menu",
"roulette": "Ruletka",
"shop": "Sklep",
"tasks": "Zadania"
},
"operationType": {
"deposit": "Wpłata",
"greeting": "Bonus powitalny",
"referral": "Bonus polecający",
"withdrawal": "Wypłata"
},
"pagination": {
"of": "z"
},
"support": {
"action": "Skontaktuj się z pomocą",
"text": "Jeśli masz pytania dotyczące gry, skontaktuj się z naszym zespołem wsparcia."
},
"settings": {
"accountInfo": "Informacje o koncie",
"back": "Wstecz",
"faq": "FAQ",
"language": "Język",
"sound": "Dźwięk",
"support": "Wsparcie",
"transactionHistory": "Historia transakcji"
},
"transactionHistory": {
"date": "Data",
"operationType": "Typ operacji",
"sum": "Suma",
"title": "Historia transakcji",
"yourTransactions": "Twoje transakcje"
}
}