snipe-it/resources/lang/fa-IR/admin/accessories/message.php

44 lines
2.3 KiB
PHP
Raw Normal View History

2016-05-16 21:54:13 -07:00
<?php
return array(
2016-05-16 21:54:13 -07:00
'does_not_exist' => 'ابزار/وسیله [:id] وجود ندارد.',
'not_found' => 'That accessory was not found.',
2016-05-16 21:54:13 -07:00
'assoc_users' => 'این وسیله هم اکنون:آیتم های چک شده به کاربران را حساب کنید.لطفا در لوازم جانبی چک کنید و دوباره امتحان کنید',
'create' => array(
2016-05-16 21:54:13 -07:00
'error' => 'وسیله ایجاد نشد.لطفا دوباره امتحان کنید.',
'success' => 'وسیله با موفقیت ایجاد شد'
),
2016-05-16 21:54:13 -07:00
'update' => array(
2016-05-16 21:54:13 -07:00
'error' => 'وسیله به روزرسانی نشد لطفا دوباره امتحان کنید',
'success' => 'وسیله با موفقیت به روزرسانی شد.'
),
2016-05-16 21:54:13 -07:00
'delete' => array(
2016-05-16 21:54:13 -07:00
'confirm' => 'آیا مطمئن هستید می خواهید این وسیله حذف شود?',
'error' => 'اشکال در حذف دسته بندی.لطفا دوباره امتحان کنید.',
'success' => 'دسته بندی با موفقیت حذف شد.'
),
2016-05-16 21:54:13 -07:00
'checkout' => array(
2016-05-16 21:54:13 -07:00
'error' => 'وسیله چک نشده بود. لطفا دوباره امتحان کنید',
'success' => 'وسیله با موفقیت چک شد.',
'unavailable' => 'Accessory is not available for checkout. Check quantity available',
'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-05-16 21:54:13 -07:00
'checkin' => array(
2016-05-16 21:54:13 -07:00
'error' => 'وسیله چک نشده.لطفا دوباره امتحان کنید',
'success' => 'وسیله با موفقیت چک شد.',
'user_does_not_exist' => 'کاربر نامعتبر است لطفا دوباره امتحان کنید.'
)
2016-05-16 21:54:13 -07:00
);