Persian translation

This commit is contained in:
denisdulici
2017-11-15 01:42:02 +03:00
parent f4f013d965
commit b217d4506a
25 changed files with 722 additions and 1 deletions

View 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 غیر فعال کنید.',
],
];