updated translations

This commit is contained in:
denisdulici
2018-11-08 12:11:42 +03:00
parent 9fbac1d4fa
commit 798fc89797
456 changed files with 4227 additions and 309 deletions

View File

@ -41,6 +41,18 @@ return [
'messages' => [
'received' => 'Bill ditandai sebagai berhasil diterima!',
'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts after it gets received.',
'status' => [
'created' => 'Dibuat pada: tanggal',
'receive' => [
'draft' => 'Tidak Terikirim',
'received' => 'Diterima pada: tanggal',
],
'paid' => [
'await' => 'Menunggu Pembayaran',
],
],
],
];

View File

@ -7,5 +7,10 @@ return [
'error' => [
'email' => 'Email ini sudah dipakai.'
]
],
'notification' => [
'message' => ': customer made: jumlah pembayaran untuk faktur nomor: invoice_number.',
'button' => 'Menampilkan',
],
];

View File

@ -4,6 +4,7 @@ return [
'version' => 'Versi',
'powered' => 'Didukung oleh Akaunting',
'link' => 'https://akaunting.com',
'software' => 'Perangkat Lunak Akutansi Gratis',
];

View File

@ -38,6 +38,10 @@ return [
'numbers' => 'Nomor | Nomor',
'statuses' => 'Status | Status',
'others' => 'Lain | Lain-lain',
'contacts' => 'Kontak',
'reconciliations' => 'Reconciliation|Reconciliations',
'deposits' => 'Deposit|Deposito',
'withdrawals' => 'Withdrawal|Withdrawals',
'dashboard' => 'Dasbor',
'banking' => 'Perbankan',
@ -81,6 +85,7 @@ return [
'color' => 'Warna',
'save' => 'Simpan',
'cancel' => 'Batal',
'loading' => 'Loading...',
'from' => 'Dari',
'to' => 'Untuk',
'print' => 'Cetak',
@ -101,12 +106,27 @@ return [
'partially' => 'Sebagian',
'partially_paid' => 'Sebagian dibayar',
'export' => 'Ekspor',
'finish' => 'Selesai',
'wizard' => 'Wizard',
'skip' => 'Skip',
'enable' => 'Aktif',
'disable' => 'Nonaktif',
'select_all' => 'Select All',
'unselect_all' => 'Unselect All',
'go_to' => 'Go to :name',
'created_date' => 'Created Date',
'period' => 'Period',
'start' => 'Mulai',
'end' => 'Selesai',
'clear' => 'Hapus',
'difference' => 'Perbedaan',
'title' => [
'new' => 'Baru :type',
'edit' => 'Sunting :type',
'create' => 'Create :type',
'send' => 'Send :type',
'get' => 'Get :type',
],
'form' => [
@ -118,4 +138,11 @@ return [
'no_file_selected' => 'Tidak ada Berkas yang dipilih...',
],
'date_range' => [
'today' => 'Hari Ini',
'yesterday' => 'Kemarin',
'last_days' => 'Last :day Days',
'this_month' => 'This Month',
'last_month' => 'Last Month',
],
];

View File

@ -11,5 +11,6 @@ return [
'items_stock' => '{1} :count item habis|[2,*] :count barang habis',
'view_all' => 'Menampilkan Semuanya'
],
'docs_link' => 'https://akaunting.com/docs',
];

View File

@ -6,7 +6,7 @@ return [
'refresh' => 'Menyegarkan',
'steps' => [
'requirements' => 'Please, ask your hosting provider to fix the errors!',
'requirements' => 'Silakan meminta penyedia hosting Anda untuk memperbaiki kesalahan!',
'language' => 'Langkah 1/3 : Seleksi Bahasa',
'database' => 'Langkah 2/3 : Setup basis data',
'settings' => 'Langkah 3/3: Detail Perusahaan dan Admin',
@ -19,7 +19,7 @@ return [
'requirements' => [
'enabled' => ':feature perlu diaktifkan!',
'disabled' => ':feature perlu dinonaktifkan!',
'extension' => ':extension extension needs to be installed and loaded!',
'extension' => ': ekstensi ekstensi perlu diinstal dan dimuat!',
'directory' => ':directory direktori perlu ditulis!',
],

View File

@ -31,6 +31,7 @@ return [
'mark_sent' => 'Tandai Dikirim',
'download_pdf' => 'Unduh PDF',
'send_mail' => 'Kirim Email',
'all_invoices' => 'Login to view all invoices',
'status' => [
'draft' => 'Konsep',
@ -45,6 +46,18 @@ return [
'email_sent' => 'Email faktur telah berhasil dikirim!',
'marked_sent' => 'Faktur ditandai sebagai berhasil dikirim!',
'email_required' => 'Tidak ada alamat email untuk pelanggan ini!',
'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.',
'status' => [
'created' => 'Created on :date',
'send' => [
'draft' => 'Not sent',
'sent' => 'Sent on :date',
],
'paid' => [
'await' => 'Awaiting payment',
],
],
],
'notification' => [

View File

@ -8,7 +8,10 @@ return [
'sku' => 'SKU',
'notification' => [
'message' => 'Anda menerima email ini karena :name kehabisan stok.',
'message' => [
'reminder' => 'You are receiving this email because only :quantity of :name has remained.',
'out_of_stock' => 'You are receiving this email because the :name is running out of stock.',
],
'button' => 'Lihat sekarang',
],

View File

@ -12,7 +12,7 @@ return [
'disabled' => ':type disabled!',
],
'error' => [
'over_payment' => 'Error: Payment not added! Amount passes the total.',
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
'not_user_company' => 'Kesalahan: Anda tidak diperbolehkan mengelola perusahaan ini!',
'customer' => 'Galat: Pengguna tidak dibuat! :name telah menggunakan alamat email ini.',
'no_file' => 'Kesalahan: Tidak ada file dipilih!',

View File

@ -16,6 +16,8 @@ return [
'no_apps' => 'Belum ada aplikasi dalam kategori ini.',
'developer' => 'Apakah kamu seorang pengembang<a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Disini</a> Anda bisa belajar membuat aplikasi dan mulai menjual hari ini!',
'recommended_apps' => 'Recommended Apps',
'about' => 'Tentang',
'added' => 'Menambahkan',
@ -32,15 +34,28 @@ return [
'installation' => 'Instalasi',
'faq' => 'FAQ',
'changelog' => 'Perubahan Catatan',
'reviews' => 'Reviews',
],
'installation' => [
'header' => 'Instalasi Aplikasi',
'download' => 'Mengunduh :module file.',
'unzip' => 'Mengekstrak :module file.',
'file_copy' => 'Copying :module files.',
'migrate' => 'Applying :module updates.',
'finish' => 'The update was successfully installed. You will be redirect Update Center.',
'install' => 'Instalasi :module.',
],
'errors' => [
'download' => ':module can not download!',
'upload' => 'Downloaded :module can not saved!',
'unzip' => ':module can not unzip!',
'file_copy' => ':module files can not copy!',
'migrate' => ':module migrate broken!',
'migrate core' => ':module already latest version so then yon can not update.',
],
'badge' => [
'installed' => 'Terpasang',
],
@ -55,4 +70,11 @@ return [
'purchased' => 'Dibeli',
'installed' => 'Terpasang',
],
'reviews' => [
'button' => [
'add' => 'Add a Review'
],
'na' => 'Tidak ada ulasan.'
]
];

View File

@ -3,8 +3,8 @@
return [
'whoops' => 'Whoops!',
'hello' => 'Hello!',
'salutation' => 'Regards,<br> :company_name',
'hello' => 'Hai!',
'salutation' => 'Hormat Kami,<br> :company_name',
'subcopy' => 'If youre having trouble clicking the ":text" button, copy and paste the URL below into your web browser: [:url](:url)',
];

View File

@ -0,0 +1,14 @@
<?php
return [
'reconcile' => 'Reconcile',
'reconciled' => 'Reconciled',
'closing_balance' => 'Saldo Akhir',
'unreconciled' => 'Unreconciled',
'list_transactions' => 'List Transactions',
'start_date' => 'Start Date',
'end_date' => 'End Date',
'cleared_amount' => 'Cleared Amount',
];

View File

@ -11,7 +11,7 @@ return [
'gross_profit' => 'Laba Kotor',
'net_profit' => 'Laba Bersih',
'total_expenses' => 'Total Pengeluaran',
'net' => 'NET',
'net' => 'Laba Bersih',
'summary' => [
'income' => 'Ringkasan Pendapatan',

View File

@ -22,9 +22,9 @@ return [
],
'timezone' => 'Zona Waktu',
'percent' => [
'title' => 'Percent (%) Position',
'before' => 'Before Number',
'after' => 'After Number',
'title' => 'Persen (%) Posisi',
'before' => 'Sebelum Nomor',
'after' => 'Sesudah Nomor',
],
],
'invoice' => [
@ -33,6 +33,16 @@ return [
'digit' => 'Digit nomor',
'next' => 'Nomor Berikutnya',
'logo' => 'Logo',
'custom' => 'Custom',
'item_name' => 'Nama Barang',
'item' => 'Barang',
'product' => 'Produk',
'service' => 'Layanan',
'price_name' => 'Nama Harga',
'price' => 'Harga',
'rate' => 'Kurs',
'quantity_name' => 'Nama Kuantitas',
'quantity' => 'Kuantitas',
],
'default' => [
'tab' => 'Standar',
@ -66,6 +76,8 @@ return [
'bill_days' => 'Kirim Sebelum Jatuh Tempo',
'cron_command' => 'Perintah Cron',
'schedule_time' => 'Waktu untuk Menjalankan',
'send_item_reminder'=> 'Send Item Reminder',
'item_stocks' => 'Send When Item Stock',
],
'appearance' => [
'tab' => 'Tampilan',

View File

@ -102,6 +102,7 @@ return [
'rule-name' => 'kustomisasi-pesan',
],
'invalid_currency' => 'The :attribute code is invalid.',
'invalid_amount' => 'The amount :attribute is invalid.',
],
/*