snipe-it/resources/lang/ar-SA/admin/accessories/message.php

44 lines
2.3 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2016-03-25 01:18:05 -07:00
2020-11-17 13:22:53 -08:00
'does_not_exist' => 'الملحق [:id] غير موجود.',
'not_found' => 'لم يتم العثور على هذا الملحق.',
2017-12-12 09:20:57 -08:00
'assoc_users' => 'تم إخراج :count عنصر من هذا الملحق للمستخدمين، الرجاء ادخال بعض الملحقات ثم حاول مرة أخرى. ',
2016-03-25 01:18:05 -07:00
'create' => array(
'error' => 'لم يتم انشاء الملحق، الرجاء المحاولة مرة اخرى.',
'success' => 'تم انشاء الملحق بنجاح.'
),
2016-03-25 01:18:05 -07:00
'update' => array(
'error' => 'لم يتم تحديث الملحق، الرجاء المحاولة مرة أخرى',
'success' => 'تم تحديث الملحق بنجاح.'
),
2016-03-25 01:18:05 -07:00
'delete' => array(
'confirm' => 'هل أنت متأكد من رغبتك في حذف هذا الملحق؟',
2016-07-29 14:32:31 -07:00
'error' => 'حدث خطأ أثناء محاولة حذف الملحق. الرجاء المحاولة مرة أخرى.',
'success' => 'تم حذف الملحق بنجاح.'
),
2016-03-25 01:18:05 -07:00
'checkout' => array(
2016-03-25 01:18:05 -07:00
'error' => 'لم يتم إخراج الملحق، الرجاء المحاولة مرة أخرى',
'success' => 'تم إخراج الملحق بنجاح.',
'unavailable' => 'الملحق غير متوفر لعملية الدفع. تحقق من الكمية المتاحة',
'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.',
),
),
2016-03-25 01:18:05 -07:00
'checkin' => array(
2017-12-12 09:20:57 -08:00
'error' => 'لم يتم ادخال الملحق، الرجاء المحاولة مرة أخرى',
'success' => 'تم ادخال الملحق بنجاح.',
'user_does_not_exist' => 'هذا المستخدم غير صحيح. الرجاء المحاولة مرة أخرى.'
)
2016-03-25 01:18:05 -07:00
);