snipe-it/resources/lang/fa/admin/depreciations/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

26 lines
1.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return array(
'does_not_exist' => 'دسته ی استهلاک وجود ندارد.',
'assoc_users' => 'این استهلاک در حال حاضر همراه با یک یا چند مدل دیگر است و نمی تواند حذف شود. لطفا یکی از مدل ها را حذف کنید و سپس برای حذف کردن دوباره تلاش کنید. ',
'create' => array(
'error' => 'دسته ی استهلاک ساخته نشده بود، لطفا دوباره تلاش کنید. :(',
'success' => 'دسته ی استهلاک با موفقیت ساخته شد :)'
),
'update' => array(
'error' => 'دسته ی استهلاک به روز رسانی نشده بود، لطفا دوباره تلاش کنید',
'success' => 'دسته ی استهلاک با موفقیت به روز رسانی شد.'
),
'delete' => array(
'confirm' => 'آیا شما مطمئن هستید که می خواهید این دسته ی استهلاک را حذف کنید؟',
'error' => 'در حذف کردن دسته ی استهلاک مشکلی وجود داشت. لطفا دوباره تلاش کنید.',
'success' => 'دسته ی استهلاک با موفقیت حذف شد.'
)
);