2023-09-25 02:54:46 -07:00
< ? php
return array (
2023-11-27 06:43:16 -08:00
'does_not_exist' => 'គ្រឿងបន្លាស់ [:id] មិនមានទេ។' ,
'not_found' => 'គ្រឿងបន្លាស់នោះមិនត្រូវបានរកឃើញទេ។' ,
2024-06-03 12:44:40 -07:00
'assoc_users' => 'គ្រឿងបន្លាស់នេះបច្ចុប្បន្នមាន៖ រាប់ធាតុ checked out ដល់អ្នកប្រើប្រាស់។ សូមពិនិត្យមើលគ្រឿងបន្ថែម ហើយព្យាយាមម្តងទៀត។ ' ,
2023-09-25 02:54:46 -07:00
'create' => array (
2023-11-27 06:43:16 -08:00
'error' => 'គ្រឿងបន្លាស់មិនត្រូវបានបង្កើតទេ សូមព្យាយាមម្តងទៀត។' ,
'success' => 'គ្រឿងបន្លាស់ត្រូវបានបង្កើតដោយជោគជ័យ។'
2023-09-25 02:54:46 -07:00
),
'update' => array (
2023-11-27 06:43:16 -08:00
'error' => 'គ្រឿងបន្លាស់មិនត្រូវបានអាប់ដេតទេ សូមព្យាយាមម្តងទៀត' ,
'success' => 'គ្រឿងបន្លាស់ត្រូវបានអាប់ដេតដោយជោគជ័យ។'
2023-09-25 02:54:46 -07:00
),
'delete' => array (
2023-11-27 06:43:16 -08:00
'confirm' => 'តើអ្នកប្រាកដថាចង់លុបគ្រឿងបន្លាស់នេះទេ?' ,
'error' => 'មានបញ្ហាក្នុងការលុបគ្រឿងបន្លាស់។ សូមព្យាយាមម្តងទៀត។' ,
'success' => 'គ្រឿងបន្លាស់ត្រូវបានលុបដោយជោគជ័យ។'
2023-09-25 02:54:46 -07:00
),
'checkout' => array (
2024-06-03 12:44:40 -07:00
'error' => 'គ្រឿងបន្លាស់មិនchecked outទេ សូមព្យាយាមម្តងទៀត' ,
'success' => 'គ្រឿងបន្លាស់ត្រូវchecked out ដោយជោគជ័យ។' ,
'unavailable' => 'គ្រឿងបន្លាស់មិនមានសម្រាប់ checkout ទេ។ ពិនិត្យបរិមាណដែលអាចប្រើបាន' ,
2024-07-19 09:47:22 -07:00
'user_does_not_exist' => 'អ្នកប្រើប្រាស់នោះមិនត្រឹមត្រូវទេ។ សូមព្យាយាមម្តងទៀត។' ,
'checkout_qty' => array (
'lte' => 'There is currently only one available accessory of this type, and you are trying to check out :checkout_qty. Please adjust the checkout quantity or the total stock of this accessory and try again.|There are :number_currently_remaining total available accessories, and you are trying to check out :checkout_qty. Please adjust the checkout quantity or the total stock of this accessory and try again.' ,
),
2023-09-25 02:54:46 -07:00
),
'checkin' => array (
2024-06-03 12:44:40 -07:00
'error' => 'គ្រឿងបន្លាស់មិនchecked inទេ សូមព្យាយាមម្តងទៀត' ,
2023-09-25 02:54:46 -07:00
'success' => 'Accessory checked in successfully.' ,
2023-11-27 06:43:16 -08:00
'user_does_not_exist' => 'អ្នកប្រើប្រាស់នោះមិនត្រឹមត្រូវទេ។ សូមព្យាយាមម្តងទៀត។'
2023-09-25 02:54:46 -07:00
)
);