2018-01-13 15:08:50 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
2019-12-25 14:32:47 +03:00
|
|
|
'dashboards' => 'Dashboard|Dashboards',
|
2018-01-13 15:08:50 +03:00
|
|
|
'items' => 'Item|Item',
|
|
|
|
'incomes' => 'Pendapatan| Pendapatan',
|
|
|
|
'invoices' => 'Faktur | faktur',
|
|
|
|
'revenues' => 'Pendapatan|Pendapatan',
|
|
|
|
'customers' => 'Pelanggan | Pelanggan',
|
2018-06-20 18:47:39 +03:00
|
|
|
'expenses' => 'Biaya | Biaya',
|
2018-01-13 15:08:50 +03:00
|
|
|
'bills' => 'Tagihan|Tagihan',
|
2018-06-20 18:47:39 +03:00
|
|
|
'payments' => 'Pembayaran | Pembayaran',
|
|
|
|
'vendors' => 'Penjual | Vendor',
|
|
|
|
'accounts' => 'Akun | Akun',
|
|
|
|
'transfers' => 'Mentransfer | Transfer',
|
|
|
|
'transactions' => 'Transaksi | Transaksi',
|
2018-01-13 15:08:50 +03:00
|
|
|
'reports' => 'Laporan | Laporan',
|
2018-06-20 18:47:39 +03:00
|
|
|
'settings' => 'Pengaturan | Pengaturan',
|
|
|
|
'categories' => 'Kategori | Kategori',
|
|
|
|
'currencies' => 'Mata uang | Mata uang',
|
2018-01-13 15:08:50 +03:00
|
|
|
'tax_rates' => 'Tarif Pajak | Tarif Pajak',
|
|
|
|
'users' => 'Pengguna | Pengguna',
|
|
|
|
'roles' => 'Peran | Peran',
|
|
|
|
'permissions' => 'Izin | Izin',
|
|
|
|
'modules' => 'Aplikasi|aplikasi',
|
|
|
|
'companies' => 'Perusahaan | Perusahaan',
|
|
|
|
'profits' => 'Keuntungan | Keuntungan',
|
|
|
|
'taxes' => 'Pajak | Pajak',
|
2018-06-20 18:47:39 +03:00
|
|
|
'logos' => 'Logo | Logo',
|
2018-01-13 15:08:50 +03:00
|
|
|
'pictures' => 'Gambar | Gambar',
|
|
|
|
'types' => 'Jenis | Jenis',
|
|
|
|
'payment_methods' => 'Metode Pembayaran | Metode Pembayaran',
|
|
|
|
'compares' => 'Pendapatan vs Beban | Pendapatan dan Beban',
|
|
|
|
'notes' => 'Catatan | Catatan',
|
|
|
|
'totals' => 'Total |Total',
|
|
|
|
'languages' => 'Bahasa | Bahasa',
|
|
|
|
'updates' => 'Pembaruan|Pembaruan',
|
|
|
|
'numbers' => 'Nomor | Nomor',
|
|
|
|
'statuses' => 'Status | Status',
|
2018-06-20 18:47:39 +03:00
|
|
|
'others' => 'Lain | Lain-lain',
|
2018-11-08 12:11:42 +03:00
|
|
|
'contacts' => 'Kontak',
|
2019-02-04 19:07:34 +03:00
|
|
|
'reconciliations' => 'Rekonsiliasi|Rekonsiliasi',
|
2019-12-25 14:32:47 +03:00
|
|
|
'developers' => 'Pengembang|Pengembang',
|
|
|
|
'schedules' => 'Schedule|Schedules',
|
|
|
|
'groups' => 'Group|Groups',
|
|
|
|
'charts' => 'Chart|Charts',
|
|
|
|
'localisations' => 'Localisation|Localisations',
|
|
|
|
'defaults' => 'Default|Defaults',
|
|
|
|
'widgets' => 'Widget|Widgets',
|
2018-01-13 15:08:50 +03:00
|
|
|
|
|
|
|
'dashboard' => 'Dasbor',
|
2019-12-25 14:32:47 +03:00
|
|
|
'welcome' => 'Welcome',
|
2018-01-13 15:08:50 +03:00
|
|
|
'banking' => 'Perbankan',
|
|
|
|
'general' => 'Umum',
|
|
|
|
'no_records' => 'Tidak ada catatan.',
|
|
|
|
'date' => 'Tanggal',
|
|
|
|
'amount' => 'Jumlah',
|
|
|
|
'enabled' => 'Diaktifkan',
|
2018-06-20 18:47:39 +03:00
|
|
|
'disabled' => 'Dinonaktifkan',
|
2018-01-13 15:08:50 +03:00
|
|
|
'yes' => 'Ya',
|
|
|
|
'no' => 'Tidak',
|
|
|
|
'na' => 'N/A',
|
|
|
|
'daily' => 'Harian',
|
2019-12-25 14:32:47 +03:00
|
|
|
'weekly' => 'Weekly',
|
2018-01-13 15:08:50 +03:00
|
|
|
'monthly' => 'Bulanan',
|
|
|
|
'quarterly' => 'Tiga Bulan',
|
|
|
|
'yearly' => 'Tahunan',
|
|
|
|
'add' => 'Menambahkan',
|
|
|
|
'add_new' => 'Tambah Baru',
|
|
|
|
'show' => 'Menampilkan',
|
|
|
|
'edit' => 'Sunting',
|
|
|
|
'delete' => 'Hapus',
|
2018-06-20 18:47:39 +03:00
|
|
|
'send' => 'Kirim',
|
2018-01-13 15:08:50 +03:00
|
|
|
'download' => 'Unduh',
|
2018-06-20 18:47:39 +03:00
|
|
|
'delete_confirm' => 'Konfirmasi hapus :nama :jenis?',
|
2018-01-13 15:08:50 +03:00
|
|
|
'name' => 'Nama',
|
|
|
|
'email' => 'E-mail',
|
2018-06-20 18:47:39 +03:00
|
|
|
'tax_number' => 'NPWP',
|
2018-01-13 15:08:50 +03:00
|
|
|
'phone' => 'Telepon',
|
|
|
|
'address' => 'Alamat',
|
|
|
|
'website' => 'Situs Web',
|
|
|
|
'actions' => 'Tindakan',
|
|
|
|
'description' => 'Deskripsi',
|
|
|
|
'manage' => 'Mengelola',
|
|
|
|
'code' => 'Kode',
|
|
|
|
'alias' => 'Alias',
|
2018-06-20 18:47:39 +03:00
|
|
|
'balance' => 'Saldo',
|
2018-01-13 15:08:50 +03:00
|
|
|
'reference' => 'Referensi',
|
|
|
|
'attachment' => 'Lampiran',
|
|
|
|
'change' => 'Perubahan',
|
2019-12-25 14:32:47 +03:00
|
|
|
'change_type' => 'Change :type',
|
2018-01-13 15:08:50 +03:00
|
|
|
'switch' => 'Beralih',
|
|
|
|
'color' => 'Warna',
|
2018-06-20 18:47:39 +03:00
|
|
|
'save' => 'Simpan',
|
2019-12-25 14:32:47 +03:00
|
|
|
'confirm' => 'Confirm',
|
2018-06-20 18:47:39 +03:00
|
|
|
'cancel' => 'Batal',
|
2019-02-04 19:07:34 +03:00
|
|
|
'loading' => 'Sedang memuat...',
|
2018-01-13 15:08:50 +03:00
|
|
|
'from' => 'Dari',
|
|
|
|
'to' => 'Untuk',
|
2018-06-20 18:47:39 +03:00
|
|
|
'print' => 'Cetak',
|
|
|
|
'search' => 'Cari',
|
2018-01-13 15:08:50 +03:00
|
|
|
'search_placeholder' => 'Ketik untuk mencari..',
|
|
|
|
'filter' => 'Menyaring',
|
|
|
|
'help' => 'Bantuan',
|
|
|
|
'all' => 'Semuanya',
|
2018-03-12 21:28:40 +03:00
|
|
|
'all_type' => 'Semua :type',
|
2018-01-13 15:08:50 +03:00
|
|
|
'upcoming' => 'Mendatang',
|
|
|
|
'created' => 'Dibuat',
|
|
|
|
'id' => 'ID',
|
|
|
|
'more_actions' => 'Tindakan Lainnya',
|
|
|
|
'duplicate' => 'Duplikat',
|
2018-06-20 18:47:39 +03:00
|
|
|
'unpaid' => 'Belum Dibayar',
|
|
|
|
'paid' => 'Dibayar',
|
|
|
|
'overdue' => 'Jatuh tempo',
|
|
|
|
'partially' => 'Sebagian',
|
|
|
|
'partially_paid' => 'Sebagian dibayar',
|
2018-08-06 10:25:41 +03:00
|
|
|
'export' => 'Ekspor',
|
2018-11-08 12:11:42 +03:00
|
|
|
'finish' => 'Selesai',
|
|
|
|
'wizard' => 'Wizard',
|
2019-02-04 19:07:34 +03:00
|
|
|
'skip' => 'Lewati',
|
2018-08-06 10:25:41 +03:00
|
|
|
'enable' => 'Aktif',
|
|
|
|
'disable' => 'Nonaktif',
|
2019-02-04 19:07:34 +03:00
|
|
|
'select_all' => 'Pilih Semua',
|
|
|
|
'unselect_all' => 'Batalkan Memilih Semua',
|
|
|
|
'go_to' => 'Menuju ke :name',
|
|
|
|
'created_date' => 'Tanggal Dibuat',
|
|
|
|
'period' => 'Periode',
|
2019-12-25 14:32:47 +03:00
|
|
|
'frequency' => 'Frequency',
|
2018-11-08 12:11:42 +03:00
|
|
|
'start' => 'Mulai',
|
|
|
|
'end' => 'Selesai',
|
|
|
|
'clear' => 'Hapus',
|
|
|
|
'difference' => 'Perbedaan',
|
2019-12-25 14:32:47 +03:00
|
|
|
'footer' => 'Footer',
|
|
|
|
'start_date' => 'Start Date',
|
|
|
|
'basis' => 'Basis',
|
|
|
|
'accrual' => 'Accrual',
|
|
|
|
'cash' => 'Cash',
|
|
|
|
'group_by' => 'Group By',
|
|
|
|
'accounting' => 'Accounting',
|
2018-01-13 15:08:50 +03:00
|
|
|
|
|
|
|
'title' => [
|
2018-03-12 21:28:40 +03:00
|
|
|
'new' => 'Baru :type',
|
|
|
|
'edit' => 'Sunting :type',
|
2019-12-25 14:32:47 +03:00
|
|
|
'delete' => 'Delete :type',
|
2019-02-04 19:07:34 +03:00
|
|
|
'create' => 'Buat :type',
|
|
|
|
'send' => 'Kirim :type',
|
|
|
|
'get' => 'Ambil :type',
|
2019-12-25 14:32:47 +03:00
|
|
|
'add' => 'Add :type',
|
2018-01-13 15:08:50 +03:00
|
|
|
],
|
2018-06-20 18:47:39 +03:00
|
|
|
|
2018-01-13 15:08:50 +03:00
|
|
|
'form' => [
|
2018-03-12 21:28:40 +03:00
|
|
|
'enter' => 'Masukkan :field',
|
2018-01-13 15:08:50 +03:00
|
|
|
'select' => [
|
2018-03-12 21:28:40 +03:00
|
|
|
'field' => '-Pilih :field -',
|
2018-01-13 15:08:50 +03:00
|
|
|
'file' => 'Pilih Berkas',
|
|
|
|
],
|
2019-12-25 14:32:47 +03:00
|
|
|
'add_new' => 'Add New :field',
|
2018-01-13 15:08:50 +03:00
|
|
|
'no_file_selected' => 'Tidak ada Berkas yang dipilih...',
|
|
|
|
],
|
|
|
|
|
2018-11-08 12:11:42 +03:00
|
|
|
'date_range' => [
|
|
|
|
'today' => 'Hari Ini',
|
|
|
|
'yesterday' => 'Kemarin',
|
2019-02-04 19:07:34 +03:00
|
|
|
'last_days' => ':day Hari Terakhir',
|
|
|
|
'this_month' => 'Bulan Ini',
|
|
|
|
'last_month' => 'Bulan Lalu',
|
2018-11-08 12:11:42 +03:00
|
|
|
],
|
2019-12-25 14:32:47 +03:00
|
|
|
|
|
|
|
'empty' => [
|
|
|
|
'documentation' => 'Check out the <a href=":url" target="_blank" class="text-success">documentation</a> for more details.',
|
|
|
|
'items' => 'Items can be products or services. You can use items when creating invoices and bills to have the price, tax etc fields populated.',
|
|
|
|
'invoices' => 'Invoices can be one time or recurring. You can send them to customers and start accepting online payments.',
|
|
|
|
'revenues' => 'Revenue is a paid income transaction. It can be an independent record (i.e. deposit) or attached to an invoice.',
|
|
|
|
'customers' => 'Customers are required if you want to create invoices. They may also log in to Client Portal and see their balance.',
|
|
|
|
'bills' => 'Bills can be one time or recurring. They indicate what you owe your vendors for the products or services you purchase.',
|
|
|
|
'payments' => 'Payment is a paid expense transaction. It can be an independent record (i.e. food receipt) or attached to a bill.',
|
|
|
|
'vendors' => 'Vendors are required if you want to create bills. You can see the balance you owe and filter reports by the vendor.',
|
|
|
|
],
|
|
|
|
|
2018-01-13 15:08:50 +03:00
|
|
|
];
|