updated translations
This commit is contained in:
@ -5,5 +5,14 @@ return [
|
||||
'code' => 'کد',
|
||||
'rate' => 'نرخ',
|
||||
'default' => 'واحد پول پیش فرض',
|
||||
'decimal_mark' => 'Decimal Mark',
|
||||
'thousands_separator' => 'Thousands Separator',
|
||||
'precision' => 'Precision',
|
||||
'symbol' => [
|
||||
'symbol' => 'Symbol',
|
||||
'position' => 'Symbol Position',
|
||||
'before' => 'Before Amount',
|
||||
'after' => 'After Amount',
|
||||
]
|
||||
|
||||
];
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
return [
|
||||
|
||||
'import' => 'Import',
|
||||
'title' => 'Import :type',
|
||||
'message' => 'Allowed file types: CSV, XLS. Please, <a target="_blank" href=":link"><strong>download</strong></a> the sample file.',
|
||||
'import' => 'درونریزی',
|
||||
'title' => ':type درون ریزی',
|
||||
'message' => 'فایل types: CSV, XLS مجاز است. لطفا از طریق <a target="_blank" href=":link"><strong>لینک دانلود</strong></a> فایل نمونه را دانلود کنید.',
|
||||
|
||||
];
|
||||
|
@ -7,12 +7,12 @@ return [
|
||||
'updated' => ':type بهروز شد!',
|
||||
'deleted' => ':type حذف شد!',
|
||||
'duplicated' => ':type دو عدد موجود است!',
|
||||
'imported' => ':type imported!',
|
||||
'imported' => ':type درون ریزی شد!',
|
||||
],
|
||||
'error' => [
|
||||
'not_user_company' => 'خطا: شما اجازه مدیریت این شرکت را ندارید!',
|
||||
'customer' => 'خطا در تعریف کاربر! :name از این ایمیل استفاده میکند.',
|
||||
'no_file' => 'Error: No file selected!',
|
||||
'no_file' => 'خطا: فایلی انتخاب نشده است!',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => 'هشدار: شما نمی توانید <b>:name</b> را به دلیل :text حذف کنید.',
|
||||
|
Reference in New Issue
Block a user