{ "SLA": { "HEADER": "SLA", "HEADER_BTN_TXT": "Add SLA", "LOADING": "Fetching SLAs", "SEARCH_404": "이 쿼리와 일치하는 항목이 없음", "SIDEBAR_TXT": "

SLA

Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.

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!

", "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": "최소 두글자 이상이여야 합니다", "VALID_ERROR": "영어나, 숫자, - 와 _ 만 사용 가능합니다" }, "DESCRIPTION": { "LABEL": "내용", "PLACEHOLDER": "SLA for premium customers" }, "FIRST_RESPONSE_TIME": { "LABEL": "First Response Time(Seconds)", "PLACEHOLDER": "300 for 5 minutes" }, "NEXT_RESPONSE_TIME": { "LABEL": "Next Response Time(Seconds)", "PLACEHOLDER": "600 for 10 minutes" }, "RESOLUTION_TIME": { "LABEL": "Resolution Time(Seconds)", "PLACEHOLDER": "86400 for 1 day" }, "BUSINESS_HOURS": { "LABEL": "영업시간", "PLACEHOLDER": "Only during business hours" }, "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": "오류가 발생했습니다. 다시 시도하십시오." } } } }