snipe-it/resources/lang/fa/admin/manufacturers/message.php
Laravel Shift 934afa036f Adopt Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.

You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started.

[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
2021-06-10 20:15:52 +00:00

30 lines
1.3 KiB
PHP

<?php
return [
'does_not_exist' => 'تولید کننده وجود ندارد.',
'assoc_users' => 'این تولید کننده در حال حاضر با حداقل یک مدل همراه است و نمی تواند حذف شود. لطفا مدل های خود را به دیگر مرجع این تولید کننده به روز رسانی کنید و دوباره امتحان کنید.',
'create' => [
'error' => 'تولید کننده ایجاد نشد، لطفا دوباره امتحان کنید.',
'success' => 'تولید کننده موفقیت ایجاد شد.',
],
'update' => [
'error' => 'تولید کننده به روز رسانی نشد، لطفا دوباره امتحان کنید',
'success' => 'تولید کننده موفقیت به روز رسانی شد.',
],
'restore' => [
'error' => 'Manufacturer was not restored, please try again',
'success' => 'Manufacturer restored successfully.',
],
'delete' => [
'confirm' => 'آیا شما مطمئن هستید که میخواهید این تولید کننده را حذف کنید؟',
'error' => 'مسئله ای در حذف سازنده وجود دارد. لطفا دوباره تلاش کنید.',
'success' => 'تولید کننده با موفقیت حذف شد.',
],
];