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,9 @@
{
"title": "Rekening Bank",
"bank_name": "Nam Bank",
"account_no": "Detail rekening bank",
"loading": "Memuat",
"done": "Selesai",
"create": "Buat",
"notification_updated": "Diperbarui"
}

View File

@ -0,0 +1,6 @@
{
"loading": "Memuat",
"bank": "Bank",
"bank_account_details": "Detail rekening bank",
"add_bank_account": "Tambah rekening"
}

View File

@ -0,0 +1,10 @@
{
"label": "Label",
"field": "Kolom isian",
"delete_modal": {
"title": "Hapus kolom isian",
"ok_title": "Hapus",
"cancel_title": "Gugurkan"
},
"notification_deleted": "Dihapus"
}

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"
}

View File

@ -0,0 +1,6 @@
{
"client": "Pelanggan",
"create": "Buat",
"new": "baru",
"suggest_placeholder": "Cari pelanggan"
}

View File

@ -0,0 +1,5 @@
{
"title": "Sesuaikan Invoice Anda",
"textarea_label": "Sisipkan CSS Khusus",
"updated": "updated"
}

View File

@ -0,0 +1,3 @@
{
"content": "Belum ada apa-apa di sini"
}

View File

@ -0,0 +1,6 @@
{
"title": "Impor data",
"warning": "Data Anda saat ini akan dihapus dan ditimpa dengan data yang diimpor!",
"button_text": "Pilih berkas untuk diimpor",
"import-error": "Format JSON tidak valid"
}

View File

@ -0,0 +1,5 @@
{
"bank_name": "Tambah rekening bank",
"bank_account_no": "Tambah detail bank",
"bank_account_modal_title": "Pilih rekening bank"
}

View File

@ -0,0 +1,8 @@
{
"client_address": "Alamat",
"client_postal_code": "Kode pos",
"client_city": "Kota",
"client_county": "Provinsi/Wilayah",
"client_country": "Negara",
"client_email": "Email Pelanggan"
}

View File

@ -0,0 +1,9 @@
{
"your_company_name": "Nama Usaha Anda",
"address": "Alamat",
"postal_code": "Kode Pos",
"city": "Kota",
"county": "Provinsi/Wilayah",
"country": "Negara",
"your_email": "Email Anda"
}

View File

@ -0,0 +1,5 @@
{
"add_website": "Tambah website",
"add_email": "Tambah Email",
"add_phone": "Tambah No. HP"
}

View File

@ -0,0 +1,16 @@
{
"back": "Kembali",
"book": "Pesan",
"design_and_layout": "Desain & layout",
"compact": "Rapat",
"comfortable": "Nyaman",
"customize": "Sesuaikan",
"download_pdf": "Unduh PDF",
"delete": "Hapus",
"delete_modal": {
"title": "Hapus invoice",
"ok_title": "Hapus",
"cancel_title": "Gugurkan"
},
"notification_deleted": "Dihapus"
}

View File

@ -0,0 +1,3 @@
{
"insert_note": "Sisipkan catatan"
}

View File

@ -0,0 +1,10 @@
{
"invoice_title": "Invoice ",
"invoice_number": "No.",
"issued_at": "Diterbikan pada: ",
"due_at": "Tenggat Pembayaran:",
"late_fee": "Denda Keterlambatan:",
"add_late_fee": "Tambah Denda Keterlambatan",
"modal_issued_at_title": "Diterbikan pada",
"modal_due_at_title": "Tenggat Pembayaran"
}

View File

@ -0,0 +1,7 @@
{
"enter_item": "Masukkan item",
"enter_quantity": "Masukkan jumlah",
"enter_unit": "Masukkan unit/satuan",
"enter_price": "Masukkan harga",
"enter_tax": "Masukkan pajak"
}

View File

@ -0,0 +1,7 @@
{
"item": "Item",
"quantity": "Jumlah",
"unit": "Unit/satuan",
"price": "Harga",
"sum": "Total"
}

View File

@ -0,0 +1,5 @@
{
"subtotal": "Subtotal",
"total": "Total",
"add_currency": "Tambah mata uang"
}

View File

@ -0,0 +1,7 @@
{
"invoice_number": "No.",
"client": "Pelanggan",
"issued_at": "Diterbikan pada",
"total": "Total",
"status": "Status"
}

View File

@ -0,0 +1,6 @@
{
"title": "Invoice",
"new_invoice": "Invoice Baru",
"export": "Ekspor",
"import": "Impor"
}

View File

@ -0,0 +1,9 @@
{
"statuses": {
"draft": "konsep",
"booked": "dipesan",
"sent": "terkirim",
"paid": "lunas",
"cancelled": "dibatalkan"
}
}

View File

@ -0,0 +1,10 @@
{
"label": "Label",
"field": "Kolom isian",
"delete_modal": {
"title": "Hapus Kolom isian",
"ok_title": "Hapus",
"cancel_title": "Gugurkan"
},
"notification_delete": "Dihapus"
}

View File

@ -0,0 +1,36 @@
{
"title": "Usaha/Perusahan Anda",
"done": "Selesai",
"updated": "Diperbarui",
"loading": "Memuat",
"tabs": {
"general": "Umum",
"invoicing": "Penagihan",
"address": "Alamat",
"taxes": "Pajak"
},
"general": {
"company_name": "Nama Usaha",
"contact_email": "Email",
"contact_phone": "No. HP",
"website": "Website"
},
"invoicing": {
"invoice_late_fee": "Denda Keterlambatan (%)",
"invoice_due_days": "Ketentuan pemabarayan, hari",
"currency": "Mata uang baku"
},
"address": {
"company_address": "Alamat usaha",
"company_postal_code": "Kode Pos",
"company_city": "Kota",
"company_county": "Provinsi/Wilayah",
"company_country": "Negara"
},
"tax_modal": {
"title": "Timpa pajak untuk baris invoice saat ini?",
"ok_title": "Timpa",
"cancel_title": "Gugurkan",
"taxes_updated": "Pajak Diperbarui"
}
}

View File

@ -0,0 +1,7 @@
{
"modal_title": "Pilih logo",
"button_text": "Pilih dari berkas",
"logo_url": "Sisipkan tautan gambar",
"logo_url_err": "Ukuran berkas logo tidak boleh melebihi 512kb.",
"or": "atau"
}

View File

@ -0,0 +1,10 @@
{
"label": "Label",
"tax": "Pajak",
"delete_modal": {
"title": "Hapus pajak",
"ok_title": "Hapus",
"cancel_title": "Gugurkan"
},
"notification_deleted": "Dihapus"
}

View File

@ -0,0 +1,9 @@
{
"lights-on": "Mode terang aktif",
"lights-off": "Mode terang nonaktif",
"title": "Semua data tersimpan di peramban Anda, bukan di peladen/server manapun.\n Aplikasi ini benar-benar serverless dan hanya Anda yang memiliki akses ke data Anda.",
"what_about_my_data": "Bagaimana dengan data saya? ",
"made_with": "Dibuat dengan",
"by": "oleh",
"upgrade": "Tingkatkan"
}