29 lines
1.1 KiB
PHP
29 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Brand Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are used for Brand CRUD operations.
|
|
|
|
|
*/
|
|
|
|
'categories' => 'ໝວດໝູ່',
|
|
'manage_your_categories' => 'ຈັດການໜວດໝູ່',
|
|
'all_your_categories' => 'ໝວດໝູ່ທັງໝົດ',
|
|
'category' => 'ໝວດໝູ່',
|
|
'category_name' => 'ຊື່ໝວດໝູ່',
|
|
'code' => 'ລະັດໝວດໝູ່',
|
|
'add_as_sub_category' => 'ເພີ່ມເປັນໝວດໝູ່ຍ່ອຍ',
|
|
'select_parent_category' => 'ເລືອກໝວກໝູ່ຫຼັກ',
|
|
'added_success' => 'ເພີ່ມໝວດໝູ່ຫຼັກຮຽບຮ້ອຍ',
|
|
'updated_success' => 'ປັບປຸງໜວດໝູ່ຮຽບຮ້ອຍ',
|
|
'deleted_success' => 'ລົບໝວດໝູ່ຮຽບຮ້ອຍ',
|
|
'add_category' => 'ເພີ່ມໝວດໝູ່',
|
|
'edit_category' => 'ແກ້ໄຂໜວດໝູ່',
|
|
|
|
];
|