MIF_E31210141/resources/lang/en/page.php

28 lines
973 B
PHP

<?php
return [
// content
'content.page' => 'Content',
'content.page.table.id' => 'ID',
'content.page.table.title' => 'Title',
'content.page.table.category' => 'Category',
'content.page.table.tag' => 'Tags',
'content.page.table.status' => 'Status',
'content.page.table.action' => 'Action',
'content.add_new' => 'Create New',
'content.add_new_category' => 'Create New Category',
'content.add_new_tag' => 'Create New Tag',
'content.add_new.back' => 'Back',
'content.add_new.save' => 'Simpan',
'content.add_new.category' => 'Category',
'content.add_new.tag' => 'Tag',
'content.add_new.tag_option' => 'Pilih salah satu',
'content.add_new.category_option' => 'Pilih salah satu',
'content.add_new.status' => 'Status',
'content.add_new.date' => 'Tanggal Dibuat',
'content.add_new.upload' => 'Drop Files Here',
// category
'content.category' => 'Category',
'content.tag' => 'Tag',
];