label.php 781 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
<?php

return [
    'dashboard' => 'Dashboard',
    'create' => 'Create',
    'edit' => 'Edit',
    'update' => 'Update',
    'delete' => 'Delete',
    'save' => 'Save',
Aan Choesni Herlingga committed
10
    'cancel' => 'Cancel',
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
    'number' => 'Num',
    'name' => 'Name',
    'status' => 'Status',
    'action' => 'Action',
    'title' => 'Title',
    'category' => 'Category',
    'date' => 'Date',
    'sum' => 'Sum',
    'publish' => 'Publish',
    'draft' => 'Draft',
    'cover_image' => 'Cover Image',
    'show_in_post' => 'Show in post',
    'show_in_page' => 'Show in page',
    'viewer' => 'Viewer',
    'command' => 'Command',
26
    'event_date' => 'Event Date',
Aan Choesni Herlingga committed
27
    'value' => 'Value',
28 29
    'upload' => 'Upload',
    'download' => 'Download',
Aan Choesni Herlingga committed
30
    'title_show' => 'Title Show',
Aan Choesni Herlingga committed
31 32
    'as' => 'Sebagai',
];