74 lines
2.4 KiB
JSON
74 lines
2.4 KiB
JSON
{
|
|
"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": "5"
|
|
},
|
|
"NEXT_RESPONSE_TIME": {
|
|
"LABEL": "Next Response Time",
|
|
"PLACEHOLDER": "5"
|
|
},
|
|
"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": "حدث خطأ، الرجاء المحاولة مرة أخرى"
|
|
}
|
|
}
|
|
}
|
|
}
|