You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

51 lines
1.8 KiB

<?php
return [
// Labels
'project' => 'Project',
'projects' => 'Daftar Project',
'work_duration' => 'Durasi',
'cash_in_total' => 'Total Pemasukan',
'cash_out_total' => 'Total Pengeluaran',
'search' => 'Cari Project',
'found' => 'Project ditemukan',
'not_found' => 'Project tidak ditemukan',
'empty' => 'Belum ada Project',
'back_to_index' => 'Kembali ke daftar Project',
// Actions
'create' => 'Input Project Baru',
'created' => 'Input Project baru telah berhasil.',
'show' => 'Detail Project',
'edit' => 'Edit Project',
'update' => 'Update Project',
'updated' => 'Update data Project telah berhasil.',
'delete' => 'Hapus Project',
'deleted' => 'Hapus data Project telah berhasil.',
'undeleted' => 'Data Project gagal dihapus.',
'show_features' => 'Lihat Fitur',
'features_export_html' => 'Export HTML',
'features_export_excel' => 'Export Excel',
'features_export_progress_excel' => 'Export Progress',
// Attributes
'name' => 'Nama Project',
'description' => 'Deskripsi Project',
'start_date' => 'Tanggal Mulai',
'end_date' => 'Tanggal Selesai',
'proposal_date' => 'Tanggal Proposal',
'project_value' => 'Nilai Project',
'proposal_value' => 'Nilai Proposal',
// Relations
'files' => 'List Dokumen',
'features' => 'Daftar Item Pekerjaan',
'cost_proposal' => 'Pengajuan Biaya',
'invoices' => 'List Invoice',
'customer' => 'Customer',
'worker' => 'Pekerja',
'subscriptions' => 'Langganan',
'status' => 'Status Project',
'payments' => 'Pembayaran',
];