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
727 B
24 lines
727 B
<?php
|
|
|
|
return [
|
|
// Labels
|
|
'comment' => 'Comment',
|
|
'list' => 'Comments',
|
|
'empty' => 'Comment is empty.',
|
|
|
|
// Actions
|
|
'create' => 'Add Comment',
|
|
'create_text' => 'Write your comment ...',
|
|
'created' => 'Create new Comment succeded.',
|
|
'edit' => 'Edit Comment',
|
|
'update' => 'Update Comment',
|
|
'updated' => 'Update Comment succeded.',
|
|
'delete' => 'Delete Comment',
|
|
'delete_confirm' => 'Are you sure to delete this Comment?',
|
|
'deleted' => 'Delete Comment succeded.',
|
|
'undeleted' => 'Comment not deleted.',
|
|
'undeleteable' => 'Comment cannot be deleted.',
|
|
|
|
// Attributes
|
|
'body' => 'Comment',
|
|
];
|