Add Indonesian (ID) Translation

This commit is contained in:
Rania Amina
2023-03-07 01:21:29 +07:00
parent aee38c91c3
commit e1f27dcff9
26 changed files with 250 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
{
"title": "Pelanggan",
"delete": "Hapus",
"done": "Selesai",
"create": "Buat",
"loading": "Memuat",
"tabs": {
"general": "Umum",
"invoicing": "Penagihan",
"address": "Alamat"
},
"general": {
"company_name": "Nama Usaha",
"invoice_email": "Email"
},
"invoicing": {
"currency": "Mata uang",
"rate": "Tarif per jam",
"has_tax": "Terapkan Pajak",
"bank_account": "Rekening bank"
},
"address": {
"company_address": "Alamat Usaha",
"company_postal_code": "Kode Pos",
"company_city": "Kota",
"company_county": "Provinsi/Wilayah",
"company_country": "Negara"
},
"delete_modal": {
"title": "Hapus pelanggan",
"ok_title": "Hapus",
"cancel_title": "Gugurkan"
},
"notification_deleted": "Dihapus",
"notification_updated": "Diperbarui"
}