mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-11-07 20:10:36 -05:00
Add Indonesian (ID) Translation
This commit is contained in:
36
public/locales/id/client-form.json
Normal file
36
public/locales/id/client-form.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user