|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/poskrypt/admin.poskrypt.com/lang/en/ |
Upload File : |
<?php
return [
/*
|--------------------------------------------------------------------------
| Brand Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used for Brand CRUD operations.
|
*/
'categories' => 'Categories',
'manage_your_categories' => 'Manage your categories',
'all_your_categories' => 'All your categories',
'category' => 'Category',
'category_name' => 'Category name',
'code' => 'Category Code',
'add_as_sub_category' => 'Add as sub-category',
'select_parent_category' => 'Select parent category',
'added_success' => 'Category added successfully',
'updated_success' => 'Category updated successfully',
'deleted_success' => 'Category deleted successfully',
'add_category' => 'Add Category',
'edit_category' => 'Edit Category',
];