updated translations

This commit is contained in:
denisdulici
2019-02-04 19:07:34 +03:00
parent 1a30dfb214
commit 2e223996b1
63 changed files with 604 additions and 551 deletions

View File

@@ -39,9 +39,8 @@ return [
'statuses' => 'Status | Status',
'others' => 'Lain | Lain-lain',
'contacts' => 'Kontak',
'reconciliations' => 'Reconciliation|Reconciliations',
'deposits' => 'Deposit|Deposito',
'withdrawals' => 'Withdrawal|Withdrawals',
'reconciliations' => 'Rekonsiliasi|Rekonsiliasi',
'developers' => 'Developer|Developers',
'dashboard' => 'Dasbor',
'banking' => 'Perbankan',
@@ -85,7 +84,7 @@ return [
'color' => 'Warna',
'save' => 'Simpan',
'cancel' => 'Batal',
'loading' => 'Loading...',
'loading' => 'Sedang memuat...',
'from' => 'Dari',
'to' => 'Untuk',
'print' => 'Cetak',
@@ -108,14 +107,14 @@ return [
'export' => 'Ekspor',
'finish' => 'Selesai',
'wizard' => 'Wizard',
'skip' => 'Skip',
'skip' => 'Lewati',
'enable' => 'Aktif',
'disable' => 'Nonaktif',
'select_all' => 'Select All',
'unselect_all' => 'Unselect All',
'go_to' => 'Go to :name',
'created_date' => 'Created Date',
'period' => 'Period',
'select_all' => 'Pilih Semua',
'unselect_all' => 'Batalkan Memilih Semua',
'go_to' => 'Menuju ke :name',
'created_date' => 'Tanggal Dibuat',
'period' => 'Periode',
'start' => 'Mulai',
'end' => 'Selesai',
'clear' => 'Hapus',
@@ -124,9 +123,9 @@ return [
'title' => [
'new' => 'Baru :type',
'edit' => 'Sunting :type',
'create' => 'Create :type',
'send' => 'Send :type',
'get' => 'Get :type',
'create' => 'Buat :type',
'send' => 'Kirim :type',
'get' => 'Ambil :type',
],
'form' => [
@@ -141,8 +140,8 @@ return [
'date_range' => [
'today' => 'Hari Ini',
'yesterday' => 'Kemarin',
'last_days' => 'Last :day Days',
'this_month' => 'This Month',
'last_month' => 'Last Month',
'last_days' => ':day Hari Terakhir',
'this_month' => 'Bulan Ini',
'last_month' => 'Bulan Lalu',
],
];