mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-27 16:01:07 -04:00
Added persian translation
This commit is contained in:
9
public/locales/fa/bank-account-form.json
Normal file
9
public/locales/fa/bank-account-form.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"title": "حساب بانکی",
|
||||
"bank_name": "نام بانک",
|
||||
"account_no": "جزئیات حساب بانکی",
|
||||
"loading": "بارگذاری",
|
||||
"done": "انجام شده",
|
||||
"create": "ايجاد كردن",
|
||||
"notification_updated": "به روز شده"
|
||||
}
|
||||
6
public/locales/fa/bank-accounts-list.json
Normal file
6
public/locales/fa/bank-accounts-list.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"loading": "بارگذاری",
|
||||
"bank": "بانک",
|
||||
"bank_account_details": "جزئیات حساب بانکی",
|
||||
"add_bank_account": "حساب بانکی اضافه کنید"
|
||||
}
|
||||
10
public/locales/fa/client-fields.json
Normal file
10
public/locales/fa/client-fields.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"label": "برچسب",
|
||||
"field": "رشته",
|
||||
"delete_modal": {
|
||||
"title": "قسمت را حذف کنید",
|
||||
"ok_title": "حذف",
|
||||
"cancel_title": "رد"
|
||||
},
|
||||
"notification_deleted": "حذف شده"
|
||||
}
|
||||
36
public/locales/fa/client-form.json
Normal file
36
public/locales/fa/client-form.json
Normal file
@ -0,0 +1,36 @@
|
||||
{
|
||||
"title": "مشتری",
|
||||
"delete": "حذف",
|
||||
"done": "انجام شده",
|
||||
"create": "ايجاد كردن",
|
||||
"loading": "بارگذاری",
|
||||
"tabs": {
|
||||
"general": "عمومی",
|
||||
"invoicing": "صورتحساب",
|
||||
"address": "نشانی"
|
||||
},
|
||||
"general": {
|
||||
"company_name": "نام شرکت",
|
||||
"invoice_email": "پست الکترونیک"
|
||||
},
|
||||
"invoicing": {
|
||||
"currency": "واحد پول",
|
||||
"rate": "نرخ ساعتی",
|
||||
"has_tax": "مالیات اعمال کنید",
|
||||
"bank_account": "حساب بانکی"
|
||||
},
|
||||
"address": {
|
||||
"company_address": "آدرس شرکت",
|
||||
"company_postal_code": "کد پستی",
|
||||
"company_city": "شهر",
|
||||
"company_county": "شهرستان / ایالت",
|
||||
"company_country": "کشور"
|
||||
},
|
||||
"delete_modal": {
|
||||
"title": "حذف مشتری",
|
||||
"ok_title": "حذف",
|
||||
"cancel_title": "رد"
|
||||
},
|
||||
"notification_deleted": "حذف شده",
|
||||
"notification_updated": "به روز شده"
|
||||
}
|
||||
6
public/locales/fa/client-selector.json
Normal file
6
public/locales/fa/client-selector.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"client": "مشتری",
|
||||
"create": "ايجاد كردن",
|
||||
"new": "جدید",
|
||||
"suggest_placeholder": "مشتری جستجو کنید"
|
||||
}
|
||||
3
public/locales/fa/empty-state.json
Normal file
3
public/locales/fa/empty-state.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"content": "هنوز چیزی در اینجا نیست"
|
||||
}
|
||||
6
public/locales/fa/import-modal.json
Normal file
6
public/locales/fa/import-modal.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"title": "وارد کردن داده",
|
||||
"warning": "داده های فعلی شما پاک شده و با داده های وارد شده رونویسی می شوند!",
|
||||
"button_text": "وارد کردن پرونده را انتخاب کنید",
|
||||
"import-error": "قالب JSON نامعتبر است"
|
||||
}
|
||||
5
public/locales/fa/invoice-bank-details.json
Normal file
5
public/locales/fa/invoice-bank-details.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"bank_name": "اضافه کردن بانک",
|
||||
"bank_account_no": "جزئیات بانک را اضافه کنید",
|
||||
"bank_account_modal_title": "حساب بانکی را انتخاب کنید"
|
||||
}
|
||||
8
public/locales/fa/invoice-client-details.json
Normal file
8
public/locales/fa/invoice-client-details.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"client_address": "نشانی",
|
||||
"client_postal_code": "کد پستی",
|
||||
"client_city": "شهر",
|
||||
"client_county": "شهرستان / ایالت",
|
||||
"client_country": "کشور",
|
||||
"client_email": "ایمیل مشتری"
|
||||
}
|
||||
9
public/locales/fa/invoice-company-details.json
Normal file
9
public/locales/fa/invoice-company-details.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"your_company_name": "نام شرکت شما",
|
||||
"address": "نشانی",
|
||||
"postal_code": "کد پستی",
|
||||
"city": "شهر",
|
||||
"county": "شهرستان / ایالت",
|
||||
"country": "کشور",
|
||||
"your_email": "ایمیل شما"
|
||||
}
|
||||
5
public/locales/fa/invoice-contact-details.json
Normal file
5
public/locales/fa/invoice-contact-details.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"add_website": "وب سایت اضافه کنید",
|
||||
"add_email": "ایمیل اضافه کنید",
|
||||
"add_phone": "تلفن اضافه کنید"
|
||||
}
|
||||
12
public/locales/fa/invoice-controls.json
Normal file
12
public/locales/fa/invoice-controls.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"back": "بازگشت",
|
||||
"book": "کتاب",
|
||||
"download_pdf": "بارگیری PDF",
|
||||
"delete": "حذف",
|
||||
"delete_modal": {
|
||||
"title": "فاکتور را حذف کنید",
|
||||
"ok_title": "حذف",
|
||||
"cancel_title": "رد"
|
||||
},
|
||||
"notification_deleted": "حذف شده"
|
||||
}
|
||||
3
public/locales/fa/invoice-form.json
Normal file
3
public/locales/fa/invoice-form.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"insert_note": "درج یادداشت"
|
||||
}
|
||||
10
public/locales/fa/invoice-header.json
Normal file
10
public/locales/fa/invoice-header.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"invoice_title": "صورتحساب ",
|
||||
"invoice_number": "شماره",
|
||||
"issued_at": "صادر شده در: ",
|
||||
"due_at": "سر رسید در:",
|
||||
"late_fee": "هزینه دیرهنگام:",
|
||||
"add_late_fee": "هزینه دیرکرد اضافه کنید",
|
||||
"modal_issued_at_title": "صادر شده در",
|
||||
"modal_due_at_title": "سر رسید در"
|
||||
}
|
||||
7
public/locales/fa/invoice-row.json
Normal file
7
public/locales/fa/invoice-row.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"enter_item": "مورد را وارد کنید",
|
||||
"enter_quantity": "مقدار را وارد کنید",
|
||||
"enter_unit": "واحد وارد کنید",
|
||||
"enter_price": "قیمت را وارد کنید",
|
||||
"enter_tax": "مالیات را وارد کنید"
|
||||
}
|
||||
7
public/locales/fa/invoice-rows-header.json
Normal file
7
public/locales/fa/invoice-rows-header.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"item": "مورد",
|
||||
"quantity": "تعداد",
|
||||
"unit": "واحد",
|
||||
"price": "قیمت",
|
||||
"sum": "جمع"
|
||||
}
|
||||
5
public/locales/fa/invoice-totals.json
Normal file
5
public/locales/fa/invoice-totals.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"subtotal": "جمع کل",
|
||||
"total": "جمع",
|
||||
"add_currency": "ارز اضافه کنید"
|
||||
}
|
||||
7
public/locales/fa/invoices-list.json
Normal file
7
public/locales/fa/invoices-list.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"invoice_number": "شمار.",
|
||||
"client": "مشتری",
|
||||
"issued_at": "صادر شده در",
|
||||
"total": "Total",
|
||||
"status": "وضعیت"
|
||||
}
|
||||
6
public/locales/fa/invoices.json
Normal file
6
public/locales/fa/invoices.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"title": "فاکتورها",
|
||||
"new_invoice": "فاکتور جدید",
|
||||
"export": "صادرات",
|
||||
"import": "وارد كردن"
|
||||
}
|
||||
9
public/locales/fa/statuses.json
Normal file
9
public/locales/fa/statuses.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"statuses": {
|
||||
"draft": "پیش نویس",
|
||||
"booked": "رزرو",
|
||||
"sent": "ارسال شد",
|
||||
"paid": "پرداخت شده",
|
||||
"cancelled": "لغو شد"
|
||||
}
|
||||
}
|
||||
10
public/locales/fa/team-fields.json
Normal file
10
public/locales/fa/team-fields.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"label": "برچسب",
|
||||
"field": "رشته",
|
||||
"delete_modal": {
|
||||
"title": "قسمت را حذف کنید",
|
||||
"ok_title": "حذف",
|
||||
"cancel_title": "رد"
|
||||
},
|
||||
"notification_delete": "حذف شده"
|
||||
}
|
||||
36
public/locales/fa/team-form.json
Normal file
36
public/locales/fa/team-form.json
Normal file
@ -0,0 +1,36 @@
|
||||
{
|
||||
"title": "شرکت شما",
|
||||
"done": "انجام شده",
|
||||
"updated": "به روز شده",
|
||||
"loading": "بارگذاری",
|
||||
"tabs": {
|
||||
"general": "عمومی",
|
||||
"invoicing": "صورتحساب",
|
||||
"address": "نشانی",
|
||||
"taxes": "مالیات"
|
||||
},
|
||||
"general": {
|
||||
"company_name": "نام شرکت",
|
||||
"contact_email": "پست الکترونیک",
|
||||
"contact_phone": "تلفن",
|
||||
"website": "سایت اینترنتی"
|
||||
},
|
||||
"invoicing": {
|
||||
"invoice_late_fee": "هزینه دیرهنگام (%)",
|
||||
"invoice_due_days": "شرایط پرداخت ، روزها",
|
||||
"currency": "ارز پیش فرض"
|
||||
},
|
||||
"address": {
|
||||
"company_address": "آدرس شرکت",
|
||||
"company_postal_code": "کد پستی",
|
||||
"company_city": "شهر",
|
||||
"company_county": "شهرستان / ایالت",
|
||||
"company_country": "کشور"
|
||||
},
|
||||
"tax_modal": {
|
||||
"title": "برای ردیف های فاکتور فعلی مالیات بازنویسی شود؟",
|
||||
"ok_title": "زیاد نوشتن",
|
||||
"cancel_title": "رد",
|
||||
"taxes_updated": "مالیات به روز شد"
|
||||
}
|
||||
}
|
||||
7
public/locales/fa/team-logo.json
Normal file
7
public/locales/fa/team-logo.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"modal_title": "آرم را انتخاب کنید",
|
||||
"button_text": "از میان پرونده ها انتخاب کنید",
|
||||
"logo_url": "آدرس اینترنتی وب را وارد کنید",
|
||||
"logo_url_err": "آرم باید زیر 512 کیلوبایت باشد.",
|
||||
"or": "یا"
|
||||
}
|
||||
10
public/locales/fa/team-taxes.json
Normal file
10
public/locales/fa/team-taxes.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"label": "برچسب",
|
||||
"tax": "مالیات",
|
||||
"delete_modal": {
|
||||
"title": "حذف مالیات",
|
||||
"ok_title": "حذف",
|
||||
"cancel_title": "رد"
|
||||
},
|
||||
"notification_deleted": "حذف شده"
|
||||
}
|
||||
9
public/locales/fa/the-footer.json
Normal file
9
public/locales/fa/the-footer.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"lights-on": "چراغ روشن است",
|
||||
"lights-off": "چراغ خاموش",
|
||||
"title": "تمام داده های شما در مرورگر شما و نه در هر سرور ذخیره می شود.\n این برنامه واقعاً بدون سرور است و فقط شما به داده های خود دسترسی دارید.",
|
||||
"what_about_my_data": "در مورد داده های من چطور؟",
|
||||
"made_with": "ساخته شده با",
|
||||
"by": "توسط",
|
||||
"upgrade": "ارتقا دهید"
|
||||
}
|
||||
Reference in New Issue
Block a user