Files
leadchat/app/javascript/dashboard/i18n/locale/fa/sla.json
2024-03-06 23:30:32 +05:30

74 lines
2.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"SLA": {
"HEADER": "SLA",
"HEADER_BTN_TXT": "Add SLA",
"LOADING": "Fetching SLAs",
"SEARCH_404": "هیچ گزینه‌ای با این شرایط پیدا نشد",
"SIDEBAR_TXT": "<p><b>SLA</b> <p>Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.</p> <p> These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!</p>",
"LIST": {
"404": "There are no SLAs available in this account.",
"TITLE": "Manage SLA",
"DESC": "SLAs: Friendly promises for great service!",
"TABLE_HEADER": [
"نام",
"توضیحات",
"FRT",
"NRT",
"RT",
"ساعت کاری"
]
},
"FORM": {
"NAME": {
"LABEL": "SLA Name",
"PLACEHOLDER": "SLA Name",
"REQUIRED_ERROR": "SLA name is required",
"MINIMUM_LENGTH_ERROR": "باید بیشتر از 2 کاراکتر باشد",
"VALID_ERROR": "فقط حروف ، اعداد ، خط تیره و زیر خط مجاز است"
},
"DESCRIPTION": {
"LABEL": "توضیحات",
"PLACEHOLDER": "SLA for premium customers"
},
"FIRST_RESPONSE_TIME": {
"LABEL": "اولین زمان پاسخگویی",
"PLACEHOLDER": "۵"
},
"NEXT_RESPONSE_TIME": {
"LABEL": "Next Response Time",
"PLACEHOLDER": "۵"
},
"RESOLUTION_TIME": {
"LABEL": "زمان تا حل شدن مساله",
"PLACEHOLDER": "60"
},
"BUSINESS_HOURS": {
"LABEL": "ساعت کاری",
"PLACEHOLDER": "Only during business hours"
},
"THRESHOLD_TIME": {
"INVALID_FORMAT_ERROR": "Threshold should be a number and greater than zero"
},
"EDIT": "ویرایش",
"CREATE": "ايجاد كردن",
"DELETE": "حذف",
"CANCEL": "انصراف"
},
"ADD": {
"TITLE": "Add SLA",
"DESC": "SLAs: Friendly promises for great service!",
"API": {
"SUCCESS_MESSAGE": "SLA added successfully",
"ERROR_MESSAGE": "خطایی پیش آمد. لطفا دوباره امتحان کنید"
}
},
"EDIT": {
"TITLE": "Edit SLA",
"API": {
"SUCCESS_MESSAGE": "SLA updated successfully",
"ERROR_MESSAGE": "خطایی پیش آمد. لطفا دوباره امتحان کنید"
}
}
}
}