New language strings

This commit is contained in:
snipe
2016-06-02 19:01:09 -07:00
parent c5d96812f3
commit fd32f6d4d5
201 changed files with 1785 additions and 1272 deletions
@@ -2,24 +2,24 @@
return array(
'does_not_exist' => 'مکان وجود ندارد.',
'assoc_users' => 'این مکان در حال حاضر با حداقل یک کاربر در ارتباط است و نمی تواند حذف شود. لطفا کاربران خود را به روز رسانی به دیگر مرجع این مکان و دوباره امتحان کنید.',
'does_not_exist' => 'Status Label does not exist.',
'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
'error' => 'مکان ایجاد نشد،دوباره سعی کنید.',
'success' => 'مکان ایجاد شد.'
'error' => 'Status Label was not created, please try again.',
'success' => 'Status Label created successfully.'
),
'update' => array(
'error' => 'مکان بروزرسانی نشد،دوباره سعی کنید',
'success' => 'مکان با موفقیت به روز رسانی شد.'
'error' => 'Status Label was not updated, please try again',
'success' => 'Status Label updated successfully.'
),
'delete' => array(
'confirm' => 'آیا شما مطمئن هستید که میخواهید این برچسب وضعیت را حذف کنید؟',
'error' => 'یک مشکل در حذف مکان وجود دارد،دوباره سعی کنید.',
'success' => 'این مکان حذف شد.'
'confirm' => 'Are you sure you wish to delete this Status Label?',
'error' => 'There was an issue deleting the Status Label. Please try again.',
'success' => 'The Status Label was deleted successfully.'
)
);
+11 -11
View File
@@ -1,15 +1,15 @@
<?php
return array(
'about' => 'About Status Labels',
'archived' => 'Archived',
'create' => 'Create Status Label',
'deployable' => 'Deployable',
'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.',
'name' => 'Status Name',
'pending' => 'Pending',
'status_type' => 'Status Type',
'title' => 'Status Labels',
'undeployable' => 'Undeployable',
'update' => 'Update Status Label',
'about' => 'درباره ی برچسب های وضعیت',
'archived' => 'آرشیو',
'create' => 'ساخت برچسب وضعیت',
'deployable' => 'گسترش',
'info' => 'برچسب های وضعیت، برای توصیف وضعیت های مختلفی که دارایی های شما می توانند داشته باشند، استفاده می شود. آن ها می توانند برای تعمیر، گمشده/دزدیده شده و غیره باشند. شما می توانید برچسب های وضعیت جدیدی برای گسترش کار، انتظار و آرشیو دارایی ها بسازید.',
'name' => 'نام وضعیت',
'pending' => 'در حالت انتظار',
'status_type' => 'نوع وضعیت',
'title' => 'برچسب های وضعیت',
'undeployable' => 'غیرقابل گسترش',
'update' => 'به روزرسانی برچسب وضعیت',
);