'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', // Statuses 'planned' => 'Planned', 'progress' => 'Progress', 'done' => 'Done', 'closed' => 'Closed', 'canceled' => 'Canceled', 'on_hold' => 'On Hold', ];