mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-27 16:01:07 -04:00
Merge pull request #19 from raniaamina/main
Add Indonesian Translations
This commit is contained in:
9
public/locales/id/bank-account-form.json
Normal file
9
public/locales/id/bank-account-form.json
Normal 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"
|
||||
}
|
||||
6
public/locales/id/bank-accounts-list.json
Normal file
6
public/locales/id/bank-accounts-list.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"loading": "Memuat",
|
||||
"bank": "Bank",
|
||||
"bank_account_details": "Detail rekening bank",
|
||||
"add_bank_account": "Tambah rekening"
|
||||
}
|
||||
10
public/locales/id/client-fields.json
Normal file
10
public/locales/id/client-fields.json
Normal 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"
|
||||
}
|
||||
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"
|
||||
}
|
||||
6
public/locales/id/client-selector.json
Normal file
6
public/locales/id/client-selector.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"client": "Pelanggan",
|
||||
"create": "Buat",
|
||||
"new": "baru",
|
||||
"suggest_placeholder": "Cari pelanggan"
|
||||
}
|
||||
5
public/locales/id/customizations-modal.json
Normal file
5
public/locales/id/customizations-modal.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"title": "Sesuaikan Invoice Anda",
|
||||
"textarea_label": "Sisipkan CSS Khusus",
|
||||
"updated": "updated"
|
||||
}
|
||||
3
public/locales/id/empty-state.json
Normal file
3
public/locales/id/empty-state.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"content": "Belum ada apa-apa di sini"
|
||||
}
|
||||
6
public/locales/id/import-modal.json
Normal file
6
public/locales/id/import-modal.json
Normal 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"
|
||||
}
|
||||
5
public/locales/id/invoice-bank-details.json
Normal file
5
public/locales/id/invoice-bank-details.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"bank_name": "Tambah rekening bank",
|
||||
"bank_account_no": "Tambah detail bank",
|
||||
"bank_account_modal_title": "Pilih rekening bank"
|
||||
}
|
||||
8
public/locales/id/invoice-client-details.json
Normal file
8
public/locales/id/invoice-client-details.json
Normal 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"
|
||||
}
|
||||
9
public/locales/id/invoice-company-details.json
Normal file
9
public/locales/id/invoice-company-details.json
Normal 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"
|
||||
}
|
||||
5
public/locales/id/invoice-contact-details.json
Normal file
5
public/locales/id/invoice-contact-details.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"add_website": "Tambah website",
|
||||
"add_email": "Tambah Email",
|
||||
"add_phone": "Tambah No. HP"
|
||||
}
|
||||
16
public/locales/id/invoice-controls.json
Normal file
16
public/locales/id/invoice-controls.json
Normal 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"
|
||||
}
|
||||
3
public/locales/id/invoice-form.json
Normal file
3
public/locales/id/invoice-form.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"insert_note": "Sisipkan catatan"
|
||||
}
|
||||
10
public/locales/id/invoice-header.json
Normal file
10
public/locales/id/invoice-header.json
Normal 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"
|
||||
}
|
||||
7
public/locales/id/invoice-row.json
Normal file
7
public/locales/id/invoice-row.json
Normal 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"
|
||||
}
|
||||
7
public/locales/id/invoice-rows-header.json
Normal file
7
public/locales/id/invoice-rows-header.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"item": "Item",
|
||||
"quantity": "Jumlah",
|
||||
"unit": "Unit/satuan",
|
||||
"price": "Harga",
|
||||
"sum": "Total"
|
||||
}
|
||||
5
public/locales/id/invoice-totals.json
Normal file
5
public/locales/id/invoice-totals.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"subtotal": "Subtotal",
|
||||
"total": "Total",
|
||||
"add_currency": "Tambah mata uang"
|
||||
}
|
||||
7
public/locales/id/invoices-list.json
Normal file
7
public/locales/id/invoices-list.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"invoice_number": "No.",
|
||||
"client": "Pelanggan",
|
||||
"issued_at": "Diterbikan pada",
|
||||
"total": "Total",
|
||||
"status": "Status"
|
||||
}
|
||||
6
public/locales/id/invoices.json
Normal file
6
public/locales/id/invoices.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"title": "Invoice",
|
||||
"new_invoice": "Invoice Baru",
|
||||
"export": "Ekspor",
|
||||
"import": "Impor"
|
||||
}
|
||||
9
public/locales/id/statuses.json
Normal file
9
public/locales/id/statuses.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"statuses": {
|
||||
"draft": "konsep",
|
||||
"booked": "dipesan",
|
||||
"sent": "terkirim",
|
||||
"paid": "lunas",
|
||||
"cancelled": "dibatalkan"
|
||||
}
|
||||
}
|
||||
10
public/locales/id/team-fields.json
Normal file
10
public/locales/id/team-fields.json
Normal 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"
|
||||
}
|
||||
36
public/locales/id/team-form.json
Normal file
36
public/locales/id/team-form.json
Normal 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"
|
||||
}
|
||||
}
|
||||
7
public/locales/id/team-logo.json
Normal file
7
public/locales/id/team-logo.json
Normal 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"
|
||||
}
|
||||
10
public/locales/id/team-taxes.json
Normal file
10
public/locales/id/team-taxes.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"label": "Label",
|
||||
"tax": "Pajak",
|
||||
"delete_modal": {
|
||||
"title": "Hapus pajak",
|
||||
"ok_title": "Hapus",
|
||||
"cancel_title": "Gugurkan"
|
||||
},
|
||||
"notification_deleted": "Dihapus"
|
||||
}
|
||||
9
public/locales/id/the-footer.json
Normal file
9
public/locales/id/the-footer.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"lights-on": "Beralih ke Mode Terang",
|
||||
"lights-off": "Beralih ke Mode Gelap",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user