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

33 lines
1.6 KiB
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 دو عدد موجود است!',
2017-12-13 15:01:55 +03:00
'imported' => ':type درون ریزی شد!',
2018-11-08 12:11:42 +03:00
'enabled' => ':type enabled!',
'disabled' => ':type disabled!',
2017-11-15 01:42:02 +03:00
],
2018-12-11 16:47:45 +03:00
2017-11-15 01:42:02 +03:00
'error' => [
2018-11-08 12:11:42 +03:00
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
2017-11-30 12:22:00 +03:00
'not_user_company' => 'خطا: شما اجازه مدیریت این شرکت را ندارید!',
2018-05-03 12:16:18 +03:00
'customer' => 'خطا: کاربر ایجاد نشد :name از ایمیل وارد شده استفاده می کند.',
2017-12-13 15:01:55 +03:00
'no_file' => 'خطا: فایلی انتخاب نشده است!',
2018-05-03 12:16:18 +03:00
'last_category' => 'Error: Can not delete the last :type category!',
2019-11-16 10:21:14 +03:00
'invalid_apikey' => 'Error: The token entered is invalid!',
2018-11-08 12:11:42 +03:00
'import_column' => 'Error: :message Sheet name: :sheet. Line number: :line.',
'import_sheet' => 'Error: Sheet name is not valid. Please, check the sample file.',
2017-11-15 01:42:02 +03:00
],
2018-12-11 16:47:45 +03:00
2017-11-15 01:42:02 +03:00
'warning' => [
'deleted' => 'هشدار: شما نمی توانید <b>:name</b> را به دلیل :text حذف کنید.',
'disabled' => 'هشدار: شما نمی توانید <b>:name</b> را به دلیل :text غیر فعال کنید.',
2018-12-11 16:47:45 +03:00
'disable_code' => 'Warning: You are not allowed to disable or change the currency of <b>:name</b> because it has :text related.',
2017-11-15 01:42:02 +03:00
],
];