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/de.json
Normal file
54
public/locales/de.json
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"accountInfo": {
|
||||
"paymentBalance": "Einzahlungsguthaben",
|
||||
"registrationDate": "Registrierungsdatum",
|
||||
"withdrawalBalance": "Auszahlungsguthaben",
|
||||
"yourId": "Ihre ID"
|
||||
},
|
||||
"actionModal": {
|
||||
"close": "Schließen"
|
||||
},
|
||||
"common": {
|
||||
"off": "aus",
|
||||
"on": "an"
|
||||
},
|
||||
"nav": {
|
||||
"apiary": "Bienenhaus",
|
||||
"cashdesk": "Kasse",
|
||||
"earnings": "Einnahmen",
|
||||
"game": "Spiel",
|
||||
"menu": "Menü",
|
||||
"roulette": "Roulette",
|
||||
"shop": "Shop",
|
||||
"tasks": "Aufgaben"
|
||||
},
|
||||
"operationType": {
|
||||
"deposit": "Einzahlung",
|
||||
"greeting": "Willkommensbonus",
|
||||
"referral": "Empfehlungsbonus",
|
||||
"withdrawal": "Auszahlung"
|
||||
},
|
||||
"pagination": {
|
||||
"of": "von"
|
||||
},
|
||||
"support": {
|
||||
"action": "Support kontaktieren",
|
||||
"text": "Wenn Sie Fragen zum Spiel haben, wenden Sie sich bitte an unseren Support."
|
||||
},
|
||||
"settings": {
|
||||
"accountInfo": "Kontoinformationen",
|
||||
"back": "Zurück",
|
||||
"faq": "FAQ",
|
||||
"language": "Sprache",
|
||||
"sound": "Ton",
|
||||
"support": "Support",
|
||||
"transactionHistory": "Transaktionsverlauf"
|
||||
},
|
||||
"transactionHistory": {
|
||||
"date": "Datum",
|
||||
"operationType": "Vorgangsart",
|
||||
"sum": "Summe",
|
||||
"title": "Transaktionsverlauf",
|
||||
"yourTransactions": "Ihre Transaktionen"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user