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.
 
 
 
 
 

24 lines
750 B

<?php
return [
// Labels
'comment' => 'Komentar',
'list' => 'List Komentar',
'empty' => 'Belum ada Komentar',
// Actions
'create' => 'Tambah Komentar',
'create_text' => 'Tulis komentar anda ...',
'created' => 'Input Komentar berhasil.',
'edit' => 'Edit Komentar',
'update' => 'Update Komentar',
'updated' => 'Update Komentar berhasil.',
'delete' => 'Hapus Komentar',
'delete_confirm' => 'Anda yakin akan menghapus Komentar ini?',
'deleted' => 'Komentar berhasil dihapus.',
'undeleted' => 'Komentar gagal dihapus.',
'undeleteable' => 'Komentar tidak dapat dihapus.',
// Attributes
'body' => 'Komentar',
];