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:
54
public/locales/pl.json
Normal file
54
public/locales/pl.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user