akaunting/resources/lang/fa-IR/messages.php

23 lines
948 B
PHP
Raw Normal View History

2017-11-15 01:42:02 +03:00
<?php
return [
'success' => [
'added' => ':type اضافه شد!',
2017-11-30 12:22:00 +03:00
'updated' => ':type به‌روز شد!',
2017-11-15 01:42:02 +03:00
'deleted' => ':type حذف شد!',
2017-11-30 12:22:00 +03:00
'duplicated' => ':type دو عدد موجود است!',
'imported' => ':type imported!',
2017-11-15 01:42:02 +03:00
],
'error' => [
2017-11-30 12:22:00 +03:00
'not_user_company' => 'خطا: شما اجازه مدیریت این شرکت را ندارید!',
'customer' => 'خطا در تعریف کاربر! :name از این ایمیل استفاده می‌کند.',
'no_file' => 'Error: No file selected!',
2017-11-15 01:42:02 +03:00
],
'warning' => [
'deleted' => 'هشدار: شما نمی توانید <b>:name</b> را به دلیل :text حذف کنید.',
'disabled' => 'هشدار: شما نمی توانید <b>:name</b> را به دلیل :text غیر فعال کنید.',
],
];