2016-03-25 01:18:05 -07:00
< ? php
2022-01-13 21:27:29 -08:00
return array (
2016-03-25 01:18:05 -07:00
2020-11-09 14:52:11 -08:00
'does_not_exist' => '[:id] numaralı aksesuar bulunmuyor.' ,
2023-11-27 06:43:16 -08:00
'not_found' => 'O aksesuar bulunamadı .' ,
2016-03-25 01:18:05 -07:00
'assoc_users' => 'Bu aksesuardan :count adet kullanı cı lara çı kı ş yapı ldı . Lütfen aksesuar girişi yapı nı z ve tekrar deneyin.' ,
2022-01-13 21:27:29 -08:00
'create' => array (
2016-03-25 01:18:05 -07:00
'error' => 'Aksesuar oluşturma başarı sı z. lütfen tekrar deneyin.' ,
2022-01-13 21:27:29 -08:00
'success' => 'Aksesuar başarı yla güncellendi.'
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'update' => array (
2016-03-25 01:18:05 -07:00
'error' => 'Aksesuar güncellenmedi. Lütfen tekrar deneyin' ,
2022-01-13 21:27:29 -08:00
'success' => 'Aksesuar başarı ile güncellendi.'
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'delete' => array (
2016-05-16 21:54:13 -07:00
'confirm' => 'Bu Aksesuar silmek istediğinizden emin misiniz?' ,
'error' => 'Aksesuarı silerken bir hata oluştu. Lütfen tekrar deneyin.' ,
2022-01-13 21:27:29 -08:00
'success' => 'Aksesuar başarı yla silindi.'
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'checkout' => array (
2016-03-25 01:18:05 -07:00
'error' => 'Aksesuar çı kı şı yapı lamadı , lütfen tekrar deneyin' ,
'success' => 'Aksesuar çı kı şı yapı ldı .' ,
2023-06-13 09:12:01 -07:00
'unavailable' => 'Bu ürün zimmetlenemez. Ürün sayı sı nı kontrol edin.' ,
2024-07-19 09:47:22 -07:00
'user_does_not_exist' => 'Bu kullanı cı geçersiz. Lütfen tekrar deneyin.' ,
'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
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'checkin' => array (
2016-03-25 01:18:05 -07:00
'error' => 'Aksesuar girişi yapı lamadı , lütfen tekrar deneyin' ,
'success' => 'Aksesuar girişi yapı ldı .' ,
2022-01-13 21:27:29 -08:00
'user_does_not_exist' => 'Bu kullanı cı geçersiz. Lütfen tekrar deneyin.'
)
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
);