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

130 lines
5.4 KiB
PHP
Raw Normal View History

2017-11-15 01:42:02 +03:00
<?php
return [
'company' => [
2020-05-21 13:06:45 +03:00
'description' => 'Change company name, email, address, tax number etc',
2017-11-15 01:42:02 +03:00
'name' => 'نام',
'email' => 'ایمیل',
'phone' => 'تلفن',
'address' => 'آدرس',
'logo' => 'لوگو',
],
2020-05-21 13:06:45 +03:00
2017-11-15 01:42:02 +03:00
'localisation' => [
2020-05-21 13:06:45 +03:00
'description' => 'Set fiscal year, time zone, date format and more locals',
'financial_start' => 'شروع سال مالی',
'timezone' => 'منطقه زمانی',
2017-11-15 01:42:02 +03:00
'date' => [
'format' => 'فرمت تاریخ',
'separator' => 'جداکننده تاریخ',
'dash' => 'خط تیره (-)',
'dot' => 'نقطه (.)',
'comma' => 'کاما (,)',
'slash' => 'علامت ممیز (/)',
'space' => 'فضا ( )',
],
2018-05-03 12:16:18 +03:00
'percent' => [
2018-11-20 11:41:17 +03:00
'title' => 'درصد (%) موقعیت',
'before' => 'قبل از شماره',
'after' => 'پس از شماره',
2018-05-03 12:16:18 +03:00
],
2020-05-21 13:06:45 +03:00
'discount_location' => [
'name' => 'Discount Location',
'item' => 'At line',
'total' => 'At total',
'both' => 'Both line and total',
],
2017-11-15 01:42:02 +03:00
],
2020-05-21 13:06:45 +03:00
2017-11-15 01:42:02 +03:00
'invoice' => [
2020-05-21 13:06:45 +03:00
'description' => 'Customize invoice prefix, number, terms, footer etc',
2017-11-15 01:42:02 +03:00
'prefix' => 'پیشوند شماره',
'digit' => 'تعداد ارقام',
'next' => 'شماره بعدی',
'logo' => 'لوگو',
2018-11-20 11:41:17 +03:00
'custom' => 'سفارشی',
'item_name' => 'نام کالا',
'item' => 'کالاها',
'product' => 'محصول‌ها',
'service' => 'خدمات',
'price_name' => 'قیمت نام',
'price' => 'قيمت',
'rate' => 'نرخ',
'quantity_name' => 'نام مقدار',
'quantity' => 'مقدار',
2020-05-21 13:06:45 +03:00
'payment_terms' => 'Payment Terms',
'title' => 'Title',
'subheading' => 'Subheading',
'due_receipt' => 'Due upon receipt',
'due_days' => 'Due within :days days',
'choose_template' => 'Choose invoice template',
'default' => 'Default',
'classic' => 'Classic',
'modern' => 'Modern',
2017-11-15 01:42:02 +03:00
],
2020-05-21 13:06:45 +03:00
2017-11-15 01:42:02 +03:00
'default' => [
2020-05-21 13:06:45 +03:00
'description' => 'Default account, currency, language of your company',
'list_limit' => 'Records Per Page',
'use_gravatar' => 'Use Gravatar',
2017-11-15 01:42:02 +03:00
],
2020-05-21 13:06:45 +03:00
2017-11-15 01:42:02 +03:00
'email' => [
2020-05-21 13:06:45 +03:00
'description' => 'Change the sending protocol and email templates',
2017-11-15 01:42:02 +03:00
'protocol' => 'پروتکل',
'php' => 'ایمیل PHP',
'smtp' => [
'name' => 'SMTP',
'host' => 'هاست SMTP',
'port' => 'پورت SMTP',
'username' => 'نام کاربری SMTP',
'password' => 'رمز عبور SMTP',
'encryption' => 'امنیت SMTP',
'none' => 'هیچ',
],
'sendmail' => 'Sendmail ',
'sendmail_path' => 'مسیر Sendmail',
'log' => 'رکورد های ایمیل',
2020-05-21 13:06:45 +03:00
'templates' => [
'subject' => 'Subject',
'body' => 'Body',
'tags' => '<strong>Available Tags:</strong> :tag_list',
'invoice_new_customer' => 'New Invoice Template (sent to customer)',
'invoice_remind_customer' => 'Invoice Reminder Template (sent to customer)',
'invoice_remind_admin' => 'Invoice Reminder Template (sent to admin)',
'invoice_recur_customer' => 'Invoice Recurring Template (sent to customer)',
'invoice_recur_admin' => 'Invoice Recurring Template (sent to admin)',
'invoice_payment_customer' => 'Payment Received Template (sent to customer)',
'invoice_payment_admin' => 'Payment Received Template (sent to admin)',
'bill_remind_admin' => 'Bill Reminder Template (sent to admin)',
'bill_recur_admin' => 'Bill Recurring Template (sent to admin)',
],
2017-11-15 01:42:02 +03:00
],
2020-05-21 13:06:45 +03:00
2017-11-15 01:42:02 +03:00
'scheduling' => [
2020-05-21 13:06:45 +03:00
'name' => 'برنامه‌ریزی',
'description' => 'Automatic reminders and command for recurring',
2017-11-15 01:42:02 +03:00
'send_invoice' => 'ارسال فاکتور یادآور',
'invoice_days' => 'ارسال بعد از چند روز',
'send_bill' => 'ارسال یاد آور صورتحساب',
'bill_days' => 'تعداد روز ارسال قبل از سررسید',
'cron_command' => 'فرمان Cron',
'schedule_time' => 'ساعت به اجرا',
],
2020-05-21 13:06:45 +03:00
'categories' => [
'description' => 'Unlimited categories for income, expense, and item',
2017-11-15 01:42:02 +03:00
],
2020-05-21 13:06:45 +03:00
'currencies' => [
'description' => 'Create and manage currencies and set their rates',
],
'taxes' => [
'description' => 'Fixed, normal, inclusive, and compound tax rates',
2017-11-15 01:42:02 +03:00
],
];