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",
|
|
"Business Hours"
|
|
]
|
|
},
|
|
"FORM": {
|
|
"NAME": {
|
|
"LABEL": "SLA Name",
|
|
"PLACEHOLDER": "SLA Name",
|
|
"REQUIRED_ERROR": "SLA name is required",
|
|
"MINIMUM_LENGTH_ERROR": "Minimum length 2 is required",
|
|
"VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed"
|
|
},
|
|
"DESCRIPTION": {
|
|
"LABEL": "説明",
|
|
"PLACEHOLDER": "SLA for premium customers"
|
|
},
|
|
"FIRST_RESPONSE_TIME": {
|
|
"LABEL": "First Response Time",
|
|
"PLACEHOLDER": "5"
|
|
},
|
|
"NEXT_RESPONSE_TIME": {
|
|
"LABEL": "Next Response Time",
|
|
"PLACEHOLDER": "5"
|
|
},
|
|
"RESOLUTION_TIME": {
|
|
"LABEL": "処理時間",
|
|
"PLACEHOLDER": "60"
|
|
},
|
|
"BUSINESS_HOURS": {
|
|
"LABEL": "Business Hours",
|
|
"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": "エラーが発生しました。もう一度お試しください。"
|
|
}
|
|
}
|
|
}
|
|
}
|