27 lines
1018 B
PHP
27 lines
1018 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Brand Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are used for Brand CRUD operations.
|
|
|
|
|
*/
|
|
|
|
'brands' => 'ຍີ່ຫໍ້',
|
|
'manage_your_brands' => 'ຈັດການຍີ່ຫໍ້',
|
|
'all_your_brands' => 'ຍີ່ຫໍ້ທັງໝົດ',
|
|
'note' => 'ໝາຍເຫດ',
|
|
'brand_name' => 'ຊື່ຍີ່ຫໍ້',
|
|
'short_description' => 'ຄຳອະທິບາຍສັ້ນ',
|
|
'added_success' => 'ເພີ່ມຍີ່ຫໍ້ສຳເລັດແລ້ວ',
|
|
'updated_success' => 'ປັບປຸງຍີ່ຫໍ້ສຳເລັດແລ້ວ',
|
|
'deleted_success' => 'ລົບຍີ່ຫໍ້ສຳເລັດແລ້ວ',
|
|
'add_brand' => 'ເພີ່ມຍີ່ຫໍ້',
|
|
'edit_brand' => 'ແກ້ໄຂຍີ່ຫໍ້',
|
|
|
|
];
|