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/tr.json Normal file
View File

@@ -0,0 +1,54 @@
{
"accountInfo": {
"paymentBalance": "Ödeme bakiyesi",
"registrationDate": "Kayıt tarihi",
"withdrawalBalance": "Çekim bakiyesi",
"yourId": "Kimliğiniz"
},
"actionModal": {
"close": "Kapat"
},
"common": {
"off": "kapalı",
"on": "açık"
},
"nav": {
"apiary": "Arılık",
"cashdesk": "Kasa",
"earnings": "Kazançlar",
"game": "Oyun",
"menu": "Menü",
"roulette": "Rulet",
"shop": "Mağaza",
"tasks": "Görevler"
},
"operationType": {
"deposit": "Yatırım",
"greeting": "Hoş geldin bonusu",
"referral": "Referans bonusu",
"withdrawal": "Çekim"
},
"pagination": {
"of": "/"
},
"support": {
"action": "Destek ile iletişime geç",
"text": "Oyunla ilgili sorularınız varsa lütfen destek ekibimizle iletişime geçin."
},
"settings": {
"accountInfo": "Hesap bilgileri",
"back": "Geri",
"faq": "SSS",
"language": "Dil",
"sound": "Ses",
"support": "Destek",
"transactionHistory": "İşlem Geçmişi"
},
"transactionHistory": {
"date": "Tarih",
"operationType": "İşlem türü",
"sum": "Toplam",
"title": "İşlem Geçmişi",
"yourTransactions": "İşlemleriniz"
}
}