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