mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-16 02:24:09 -08:00
5fb3cea0bb
Signed-off-by: snipe <snipe@snipe.net>
30 lines
1.7 KiB
PHP
30 lines
1.7 KiB
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'does_not_exist' => 'الموقع غير موجود.',
|
|
'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ',
|
|
'assoc_assets' => 'هذا الموقع مرتبط حاليا بمادة عرض واحدة على الأقل ولا يمكن حذفها. يرجى تحديث مواد العرض لم تعد تشير إلى هذا الموقع ثم أعد المحاولة. ',
|
|
'assoc_child_loc' => 'هذا الموقع هو حاليا أحد الوالدين لموقع طفل واحد على الأقل ولا يمكن حذفه. يرجى تحديث مواقعك لم تعد تشير إلى هذا الموقع ثم أعد المحاولة.',
|
|
'assigned_assets' => 'الأصول المعينة',
|
|
'current_location' => 'الموقع الحالي',
|
|
|
|
|
|
'create' => array(
|
|
'error' => 'لم يتم إنشاء الموقع، الرجاء المحاولة مرة أخرى.',
|
|
'success' => 'تم إنشاء الموقع بنجاح.'
|
|
),
|
|
|
|
'update' => array(
|
|
'error' => 'لم يتم تحديث الموقع، الرجاء المحاولة مرة أخرى',
|
|
'success' => 'تم تحديث الموقع بنجاح.'
|
|
),
|
|
|
|
'delete' => array(
|
|
'confirm' => 'هل تريد بالتأكيد حذف هذا الموقع؟',
|
|
'error' => 'حدثت مشكلة أثناء حذف الموقع. حاول مرة اخرى.',
|
|
'success' => 'تم حذف الموقع بنجاح.'
|
|
)
|
|
|
|
);
|