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.
43 lines
1.4 KiB
43 lines
1.4 KiB
<?php
|
|
|
|
return [
|
|
// Labels
|
|
'issue' => 'Issue',
|
|
'list' => 'Daftar Issue',
|
|
'search' => 'Cari Issue',
|
|
'search_text' => 'Nama ...',
|
|
'all' => 'Semua Issue',
|
|
'select' => 'Pilih Issue',
|
|
'detail' => 'Detail Issue',
|
|
'not_found' => 'Issue tidak ditemukan',
|
|
'empty' => 'Belum ada Issue',
|
|
'back_to_show' => 'Kembali ke detail Issue',
|
|
'back_to_index' => 'Kembali ke daftar Issue',
|
|
'no_pic' => 'Belum ada PIC',
|
|
|
|
// Actions
|
|
'create' => 'Input Issue Baru',
|
|
'created' => 'Input Issue baru telah berhasil.',
|
|
'show' => 'Lihat Detail Issue',
|
|
'edit' => 'Edit Issue',
|
|
'update' => 'Update Issue',
|
|
'updated' => 'Update data Issue telah berhasil.',
|
|
'delete' => 'Hapus Issue',
|
|
'delete_confirm' => 'Anda yakin akan menghapus Issue ini?',
|
|
'deleted' => 'Hapus data Issue telah berhasil.',
|
|
'undeleted' => 'Data Issue gagal dihapus.',
|
|
'undeleteable' => 'Data Issue tidak dapat dihapus.',
|
|
'assign_pic' => 'Tugaskan PIC',
|
|
'select_pic' => 'Pilih PIC',
|
|
'pic_assigned' => 'PIC telah ditugaskan.',
|
|
'pic_removed' => 'PIC telah dihapus.',
|
|
|
|
// Attributes
|
|
'title' => 'Judul Issue',
|
|
'body' => 'Deskripsi Issue',
|
|
|
|
// Relations
|
|
'project' => 'Project Issue',
|
|
'pic' => 'PIC Issue',
|
|
'creator' => 'Pembuat Issue',
|
|
];
|