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/nl.json
Normal file
54
public/locales/nl.json
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"accountInfo": {
|
||||
"paymentBalance": "Stortingssaldo",
|
||||
"registrationDate": "Registratiedatum",
|
||||
"withdrawalBalance": "Opnamesaldo",
|
||||
"yourId": "Uw ID"
|
||||
},
|
||||
"actionModal": {
|
||||
"close": "Sluiten"
|
||||
},
|
||||
"common": {
|
||||
"off": "uit",
|
||||
"on": "aan"
|
||||
},
|
||||
"nav": {
|
||||
"apiary": "Bijenstal",
|
||||
"cashdesk": "Kassa",
|
||||
"earnings": "Inkomsten",
|
||||
"game": "Spel",
|
||||
"menu": "Menu",
|
||||
"roulette": "Roulette",
|
||||
"shop": "Winkel",
|
||||
"tasks": "Taken"
|
||||
},
|
||||
"operationType": {
|
||||
"deposit": "Storting",
|
||||
"greeting": "Welkomstbonus",
|
||||
"referral": "Verwijzingsbonus",
|
||||
"withdrawal": "Opname"
|
||||
},
|
||||
"pagination": {
|
||||
"of": "van"
|
||||
},
|
||||
"support": {
|
||||
"action": "Contact opnemen",
|
||||
"text": "Als u vragen heeft over het spel, neem dan contact op met ons ondersteuningsteam."
|
||||
},
|
||||
"settings": {
|
||||
"accountInfo": "Accountinformatie",
|
||||
"back": "Terug",
|
||||
"faq": "FAQ",
|
||||
"language": "Taal",
|
||||
"sound": "Geluid",
|
||||
"support": "Ondersteuning",
|
||||
"transactionHistory": "Transactiegeschiedenis"
|
||||
},
|
||||
"transactionHistory": {
|
||||
"date": "Datum",
|
||||
"operationType": "Bewerkingstype",
|
||||
"sum": "Som",
|
||||
"title": "Transactiegeschiedenis",
|
||||
"yourTransactions": "Uw transacties"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user