Persian translation
This commit is contained in:
18
resources/lang/fa-IR/messages.php
Normal file
18
resources/lang/fa-IR/messages.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'success' => [
|
||||
'added' => ':type اضافه شد!',
|
||||
'updated' => ':type بروز شد!',
|
||||
'deleted' => ':type حذف شد!',
|
||||
],
|
||||
'error' => [
|
||||
'not_user_company' => 'خطا:شما نمی توانید این شرکت را مدیریت کنید!',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => 'هشدار: شما نمی توانید <b>:name</b> را به دلیل :text حذف کنید.',
|
||||
'disabled' => 'هشدار: شما نمی توانید <b>:name</b> را به دلیل :text غیر فعال کنید.',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user