2017-04-06 21:36:33 -07:00
< ? php
2022-01-13 21:27:29 -08:00
return array (
2017-04-06 21:36:33 -07:00
2022-10-04 17:48:43 -07:00
'does_not_exist' => 'துணைக்கருவி [:id] இல்லை.' ,
2023-11-27 06:43:16 -08:00
'not_found' => 'That accessory was not found.' ,
2017-10-17 18:52:20 -07:00
'assoc_users' => 'தற்போது இந்த இணைப்பு உள்ளது: பயனர்களை சோதிக்கப்படும் எண்ணைக் கணக்கிடு. ஆபரணங்களை சரிபார்த்து மீண்டும் முயற்சிக்கவும்.' ,
2017-04-06 21:36:33 -07:00
2022-01-13 21:27:29 -08:00
'create' => array (
2017-10-17 18:52:20 -07:00
'error' => 'துணை உருவாக்கம் செய்யப்படவில்லை, தயவுசெய்து மீண்டும் முயற்சிக்கவும்.' ,
2022-01-13 21:27:29 -08:00
'success' => 'துணை வெற்றிகரமாக உருவாக்கப்பட்டது.'
),
2017-04-06 21:36:33 -07:00
2022-01-13 21:27:29 -08:00
'update' => array (
2017-10-17 18:52:20 -07:00
'error' => 'இணைப்பு புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்' ,
2022-01-13 21:27:29 -08:00
'success' => 'துணை வெற்றிகரமாக புதுப்பிக்கப்பட்டது.'
),
2017-04-06 21:36:33 -07:00
2022-01-13 21:27:29 -08:00
'delete' => array (
2017-10-17 18:52:20 -07:00
'confirm' => 'நிச்சயமாக இந்த துணை நீக்க விரும்புகிறீர்களா?' ,
'error' => 'துணை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.' ,
2022-01-13 21:27:29 -08:00
'success' => 'துணை வெற்றிகரமாக நீக்கப்பட்டது.'
),
2017-04-06 21:36:33 -07:00
2022-01-13 21:27:29 -08:00
'checkout' => array (
2017-10-17 18:52:20 -07:00
'error' => 'அசெஸரி அவுட் சரிபார்க்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்' ,
'success' => 'அசெஸரி வெற்றிகரமாக சோதிக்கப்பட்டது.' ,
2023-04-06 19:52:03 -07:00
'unavailable' => 'Accessory is not available for checkout. Check quantity available' ,
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.' ,
),
2022-01-13 21:27:29 -08:00
),
2017-04-06 21:36:33 -07:00
2022-01-13 21:27:29 -08:00
'checkin' => array (
2017-10-17 18:52:20 -07:00
'error' => 'அசெஸரி சோதிக்கப்படவில்லை, தயவுசெய்து மீண்டும் முயற்சிக்கவும்' ,
'success' => 'அசெஸரி வெற்றிகரமாக சரிபார்க்கப்பட்டது.' ,
2022-01-13 21:27:29 -08:00
'user_does_not_exist' => 'அந்த பயனர் தவறானது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.'
)
2017-04-06 21:36:33 -07:00
2022-01-13 21:27:29 -08:00
);