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/id.json
Normal file
54
public/locales/id.json
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"accountInfo": {
|
||||
"paymentBalance": "Saldo pembayaran",
|
||||
"registrationDate": "Tanggal pendaftaran",
|
||||
"withdrawalBalance": "Saldo penarikan",
|
||||
"yourId": "ID Anda"
|
||||
},
|
||||
"actionModal": {
|
||||
"close": "Tutup"
|
||||
},
|
||||
"common": {
|
||||
"off": "mati",
|
||||
"on": "nyala"
|
||||
},
|
||||
"nav": {
|
||||
"apiary": "Peternakan Lebah",
|
||||
"cashdesk": "Kasir",
|
||||
"earnings": "Penghasilan",
|
||||
"game": "Permainan",
|
||||
"menu": "Menu",
|
||||
"roulette": "Roulette",
|
||||
"shop": "Toko",
|
||||
"tasks": "Tugas"
|
||||
},
|
||||
"operationType": {
|
||||
"deposit": "Setoran",
|
||||
"greeting": "Bonus sambutan",
|
||||
"referral": "Bonus referral",
|
||||
"withdrawal": "Penarikan"
|
||||
},
|
||||
"pagination": {
|
||||
"of": "dari"
|
||||
},
|
||||
"support": {
|
||||
"action": "Hubungi dukungan",
|
||||
"text": "Jika Anda memiliki pertanyaan terkait permainan, silakan hubungi tim dukungan kami."
|
||||
},
|
||||
"settings": {
|
||||
"accountInfo": "Informasi akun",
|
||||
"back": "Kembali",
|
||||
"faq": "FAQ",
|
||||
"language": "Bahasa",
|
||||
"sound": "Suara",
|
||||
"support": "Dukungan",
|
||||
"transactionHistory": "Riwayat transaksi"
|
||||
},
|
||||
"transactionHistory": {
|
||||
"date": "Tanggal",
|
||||
"operationType": "Jenis operasi",
|
||||
"sum": "Jumlah",
|
||||
"title": "Riwayat transaksi",
|
||||
"yourTransactions": "Transaksi Anda"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user