diff --git a/public/locales/id/bank-account-form.json b/public/locales/id/bank-account-form.json new file mode 100644 index 0000000..f10edf9 --- /dev/null +++ b/public/locales/id/bank-account-form.json @@ -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" +} \ No newline at end of file diff --git a/public/locales/id/bank-accounts-list.json b/public/locales/id/bank-accounts-list.json new file mode 100644 index 0000000..5b80d64 --- /dev/null +++ b/public/locales/id/bank-accounts-list.json @@ -0,0 +1,6 @@ +{ + "loading": "Memuat", + "bank": "Bank", + "bank_account_details": "Detail rekening bank", + "add_bank_account": "Tambah rekening" +} \ No newline at end of file diff --git a/public/locales/id/client-fields.json b/public/locales/id/client-fields.json new file mode 100644 index 0000000..c56bd3b --- /dev/null +++ b/public/locales/id/client-fields.json @@ -0,0 +1,10 @@ +{ + "label": "Label", + "field": "Kolom isian", + "delete_modal": { + "title": "Hapus kolom isian", + "ok_title": "Hapus", + "cancel_title": "Gugurkan" + }, + "notification_deleted": "Dihapus" +} \ No newline at end of file diff --git a/public/locales/id/client-form.json b/public/locales/id/client-form.json new file mode 100644 index 0000000..00c32ae --- /dev/null +++ b/public/locales/id/client-form.json @@ -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" +} \ No newline at end of file diff --git a/public/locales/id/client-selector.json b/public/locales/id/client-selector.json new file mode 100644 index 0000000..a18b189 --- /dev/null +++ b/public/locales/id/client-selector.json @@ -0,0 +1,6 @@ +{ + "client": "Pelanggan", + "create": "Buat", + "new": "baru", + "suggest_placeholder": "Cari pelanggan" +} \ No newline at end of file diff --git a/public/locales/id/customizations-modal.json b/public/locales/id/customizations-modal.json new file mode 100644 index 0000000..bcd0bcc --- /dev/null +++ b/public/locales/id/customizations-modal.json @@ -0,0 +1,5 @@ +{ + "title": "Sesuaikan Invoice Anda", + "textarea_label": "Sisipkan CSS Khusus", + "updated": "updated" +} \ No newline at end of file diff --git a/public/locales/id/empty-state.json b/public/locales/id/empty-state.json new file mode 100644 index 0000000..3f47857 --- /dev/null +++ b/public/locales/id/empty-state.json @@ -0,0 +1,3 @@ +{ + "content": "Belum ada apa-apa di sini" +} \ No newline at end of file diff --git a/public/locales/id/import-modal.json b/public/locales/id/import-modal.json new file mode 100644 index 0000000..43a96e2 --- /dev/null +++ b/public/locales/id/import-modal.json @@ -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" +} \ No newline at end of file diff --git a/public/locales/id/invoice-bank-details.json b/public/locales/id/invoice-bank-details.json new file mode 100644 index 0000000..a390a51 --- /dev/null +++ b/public/locales/id/invoice-bank-details.json @@ -0,0 +1,5 @@ +{ + "bank_name": "Tambah rekening bank", + "bank_account_no": "Tambah detail bank", + "bank_account_modal_title": "Pilih rekening bank" +} \ No newline at end of file diff --git a/public/locales/id/invoice-client-details.json b/public/locales/id/invoice-client-details.json new file mode 100644 index 0000000..eef266b --- /dev/null +++ b/public/locales/id/invoice-client-details.json @@ -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" +} \ No newline at end of file diff --git a/public/locales/id/invoice-company-details.json b/public/locales/id/invoice-company-details.json new file mode 100644 index 0000000..600a4f3 --- /dev/null +++ b/public/locales/id/invoice-company-details.json @@ -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" +} \ No newline at end of file diff --git a/public/locales/id/invoice-contact-details.json b/public/locales/id/invoice-contact-details.json new file mode 100644 index 0000000..5fbe3f8 --- /dev/null +++ b/public/locales/id/invoice-contact-details.json @@ -0,0 +1,5 @@ +{ + "add_website": "Tambah website", + "add_email": "Tambah Email", + "add_phone": "Tambah No. HP" +} \ No newline at end of file diff --git a/public/locales/id/invoice-controls.json b/public/locales/id/invoice-controls.json new file mode 100644 index 0000000..3d4a6da --- /dev/null +++ b/public/locales/id/invoice-controls.json @@ -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" +} \ No newline at end of file diff --git a/public/locales/id/invoice-form.json b/public/locales/id/invoice-form.json new file mode 100644 index 0000000..5504055 --- /dev/null +++ b/public/locales/id/invoice-form.json @@ -0,0 +1,3 @@ +{ + "insert_note": "Sisipkan catatan" +} \ No newline at end of file diff --git a/public/locales/id/invoice-header.json b/public/locales/id/invoice-header.json new file mode 100644 index 0000000..27925ee --- /dev/null +++ b/public/locales/id/invoice-header.json @@ -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" +} \ No newline at end of file diff --git a/public/locales/id/invoice-row.json b/public/locales/id/invoice-row.json new file mode 100644 index 0000000..50036c1 --- /dev/null +++ b/public/locales/id/invoice-row.json @@ -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" +} \ No newline at end of file diff --git a/public/locales/id/invoice-rows-header.json b/public/locales/id/invoice-rows-header.json new file mode 100644 index 0000000..500b8e4 --- /dev/null +++ b/public/locales/id/invoice-rows-header.json @@ -0,0 +1,7 @@ +{ + "item": "Item", + "quantity": "Jumlah", + "unit": "Unit/satuan", + "price": "Harga", + "sum": "Total" +} \ No newline at end of file diff --git a/public/locales/id/invoice-totals.json b/public/locales/id/invoice-totals.json new file mode 100644 index 0000000..972e336 --- /dev/null +++ b/public/locales/id/invoice-totals.json @@ -0,0 +1,5 @@ +{ + "subtotal": "Subtotal", + "total": "Total", + "add_currency": "Tambah mata uang" +} \ No newline at end of file diff --git a/public/locales/id/invoices-list.json b/public/locales/id/invoices-list.json new file mode 100644 index 0000000..caf6093 --- /dev/null +++ b/public/locales/id/invoices-list.json @@ -0,0 +1,7 @@ +{ + "invoice_number": "No.", + "client": "Pelanggan", + "issued_at": "Diterbikan pada", + "total": "Total", + "status": "Status" +} \ No newline at end of file diff --git a/public/locales/id/invoices.json b/public/locales/id/invoices.json new file mode 100644 index 0000000..87b9d2e --- /dev/null +++ b/public/locales/id/invoices.json @@ -0,0 +1,6 @@ +{ + "title": "Invoice", + "new_invoice": "Invoice Baru", + "export": "Ekspor", + "import": "Impor" +} \ No newline at end of file diff --git a/public/locales/id/statuses.json b/public/locales/id/statuses.json new file mode 100644 index 0000000..5915470 --- /dev/null +++ b/public/locales/id/statuses.json @@ -0,0 +1,9 @@ +{ + "statuses": { + "draft": "konsep", + "booked": "dipesan", + "sent": "terkirim", + "paid": "lunas", + "cancelled": "dibatalkan" + } +} \ No newline at end of file diff --git a/public/locales/id/team-fields.json b/public/locales/id/team-fields.json new file mode 100644 index 0000000..84015cd --- /dev/null +++ b/public/locales/id/team-fields.json @@ -0,0 +1,10 @@ +{ + "label": "Label", + "field": "Kolom isian", + "delete_modal": { + "title": "Hapus Kolom isian", + "ok_title": "Hapus", + "cancel_title": "Gugurkan" + }, + "notification_delete": "Dihapus" +} \ No newline at end of file diff --git a/public/locales/id/team-form.json b/public/locales/id/team-form.json new file mode 100644 index 0000000..74b3239 --- /dev/null +++ b/public/locales/id/team-form.json @@ -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" + } +} \ No newline at end of file diff --git a/public/locales/id/team-logo.json b/public/locales/id/team-logo.json new file mode 100644 index 0000000..b8aecc0 --- /dev/null +++ b/public/locales/id/team-logo.json @@ -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" +} \ No newline at end of file diff --git a/public/locales/id/team-taxes.json b/public/locales/id/team-taxes.json new file mode 100644 index 0000000..3264b37 --- /dev/null +++ b/public/locales/id/team-taxes.json @@ -0,0 +1,10 @@ +{ + "label": "Label", + "tax": "Pajak", + "delete_modal": { + "title": "Hapus pajak", + "ok_title": "Hapus", + "cancel_title": "Gugurkan" + }, + "notification_deleted": "Dihapus" +} \ No newline at end of file diff --git a/public/locales/id/the-footer.json b/public/locales/id/the-footer.json new file mode 100644 index 0000000..d0561f7 --- /dev/null +++ b/public/locales/id/the-footer.json @@ -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" +} \ No newline at end of file