diff --git a/resources/lang/id/app.php b/resources/lang/id/app.php index 1ee4017..24df63b 100644 --- a/resources/lang/id/app.php +++ b/resources/lang/id/app.php @@ -1,45 +1,50 @@ '#', - 'name' => 'Nama', + 'no' => 'Tidak', + 'label' => 'Label', + 'action' => 'Pilihan', + 'welcome' => 'Selamat Datang', + 'to' => 'Kepada', + 'from' => 'Dari', + 'active' => 'Aktif', + 'in_active' => 'Non Aktif', + 'show_detail_title' => 'Lihat detail :type :name', + 'active' => 'Status', + 'status' => 'Status', + 'total' => 'Total', + 'count' => 'Jumlah', + + // Action + 'add' => 'Tambah', 'submit' => 'Submit', 'update' => 'Simpan Perubahan', 'delete' => 'Hapus', - 'add' => 'Tambah', 'back' => 'Kembali', 'cancel' => 'Batal', 'reset' => 'Reset', - 'no' => 'Tidak', 'show' => 'Lihat Detail', - 'label' => 'Label', 'edit' => 'Edit', 'print' => 'Cetak', 'search' => 'Cari', 'filter' => 'Filter', 'pick' => 'Pilih', 'close' => 'Tutup', - 'action' => 'Pilihan', - 'notes' => 'Catatan', 'delete_confirm_button' => 'Ya, silakan hapus!', 'delete_confirm' => 'Anda yakin ingin menghapus?', + 'change_photo' => 'Ganti Foto', + + // Attributes + 'name' => 'Nama', + 'notes' => 'Catatan', 'description' => 'Deskripsi', 'code' => 'Kode', - 'active' => 'Status', - 'status' => 'Status', 'date' => 'Tanggal', 'time' => 'Jam', 'created_at' => 'Dibuat pada', 'created_by' => 'Oleh', - 'total' => 'Total', - 'count' => 'Jumlah', - 'photo' => 'Foto', 'start_date' => 'Tanggal Mulai', 'end_date' => 'Tanggal Selesai', - 'change_photo' => 'Ganti Foto', - 'welcome' => 'Selamat Datang', - 'to' => 'Kepada', - 'active' => 'Aktif', - 'in_active' => 'Non Aktif', - 'show_detail_title' => 'Lihat detail :type :name', ]; diff --git a/resources/lang/id/contact.php b/resources/lang/id/contact.php index 40cff73..44c8566 100644 --- a/resources/lang/id/contact.php +++ b/resources/lang/id/contact.php @@ -3,6 +3,7 @@ return [ 'contact' => 'Kontak', 'phone' => 'Telepon', + 'phone_abb' => 'Telp.', 'cellphone' => 'Telepon Selular', 'email' => 'Email', -]; \ No newline at end of file +]; diff --git a/resources/lang/id/payment.php b/resources/lang/id/payment.php index da0557d..7bba539 100644 --- a/resources/lang/id/payment.php +++ b/resources/lang/id/payment.php @@ -8,6 +8,10 @@ return [ 'not_found' => 'Pembayaran tidak ditemukan', 'empty' => 'Belum ada Pembayaran', 'back_to_index' => 'Kembali ke daftar Pembayaran', + 'receipt' => 'Bukti Pembayaran', + 'from' => 'Terima dari', + 'cash_amount' => 'Uang Sejumlah', + 'words_amount' => 'Terbilang', // Actions 'create' => 'Input Pembayaran Baru', @@ -23,7 +27,7 @@ return [ 'print' => 'Cetak Kuitansi', // Attrubutes - 'description' => 'Deskripsi', + 'description' => 'Untuk Pembayaran', 'date' => 'Tanggal Pembayaran', 'in_out' => 'Jenis Transaksi', 'type' => 'Jenis Pembayaran', @@ -33,4 +37,4 @@ return [ 'cash_in' => 'Pemasukan', 'cash_out' => 'Pengeluaran', 'payer' => 'Pembayar', -]; \ No newline at end of file +]; diff --git a/resources/views/payments/pdf.blade.php b/resources/views/payments/pdf.blade.php index a4a8f67..6f266de 100755 --- a/resources/views/payments/pdf.blade.php +++ b/resources/views/payments/pdf.blade.php @@ -27,34 +27,33 @@
No. Invoice: __________
--}}