snipe-it/resources/lang/ar/admin/accessories/message.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

38 lines
1.6 KiB
PHP

<?php
return array(
'does_not_exist' => 'الملحق [:id] غير موجود.',
'assoc_users' => 'تم إخراج :count عنصر من هذا الملحق للمستخدمين، الرجاء ادخال بعض الملحقات ثم حاول مرة أخرى. ',
'create' => array(
'error' => 'لم يتم انشاء الملحق، الرجاء المحاولة مرة اخرى.',
'success' => 'تم انشاء الملحق بنجاح.'
),
'update' => array(
'error' => 'لم يتم تحديث الملحق، الرجاء المحاولة مرة أخرى',
'success' => 'تم تحديث الملحق بنجاح.'
),
'delete' => array(
'confirm' => 'هل أنت متأكد من رغبتك في حذف هذا الملحق؟',
'error' => 'حدث خطأ أثناء محاولة حذف الملحق. الرجاء المحاولة مرة أخرى.',
'success' => 'تم حذف الملحق بنجاح.'
),
'checkout' => array(
'error' => 'لم يتم إخراج الملحق، الرجاء المحاولة مرة أخرى',
'success' => 'تم إخراج الملحق بنجاح.',
'user_does_not_exist' => 'هذا المستخدم خاطئ، الرجاء المحاولة مرة أخرى.'
),
'checkin' => array(
'error' => 'لم يتم ادخال الملحق، الرجاء المحاولة مرة أخرى',
'success' => 'تم ادخال الملحق بنجاح.',
'user_does_not_exist' => 'هذا المستخدم غير صحيح. الرجاء المحاولة مرة أخرى.'
)
);