78 lines
2.8 KiB
JSON
78 lines
2.8 KiB
JSON
{
|
|
"CANNED_MGMT": {
|
|
"HEADER": "미리 준비된 답변",
|
|
"LEARN_MORE": "Learn more about canned responses",
|
|
"DESCRIPTION": "Canned Responses are pre-written reply templates that help you quickly respond to a conversation. Agents can type the '/' character followed by the shortcode to insert a canned response during a conversation. ",
|
|
"HEADER_BTN_TXT": "Add canned response",
|
|
"LOADING": "Fetching canned responses...",
|
|
"SEARCH_404": "이 쿼리와 일치하는 항목이 없음.",
|
|
"LIST": {
|
|
"404": "이 계정에는 미리 준비된 답변이 없습니다.",
|
|
"TITLE": "미리 준비된 답변 관리",
|
|
"DESC": "Canned Responses are predefined reply templates which can be used to quickly send out replies to conversations.",
|
|
"TABLE_HEADER": [
|
|
"Short code",
|
|
"콘텐츠",
|
|
"액션"
|
|
]
|
|
},
|
|
"ADD": {
|
|
"TITLE": "Add canned response",
|
|
"DESC": "Canned Responses are predefined reply templates which can be used to quickly send out replies to conversations.",
|
|
"CANCEL_BUTTON_TEXT": "취소",
|
|
"FORM": {
|
|
"SHORT_CODE": {
|
|
"LABEL": "Short code",
|
|
"PLACEHOLDER": "Please enter a short code.",
|
|
"ERROR": "Short Code is required."
|
|
},
|
|
"CONTENT": {
|
|
"LABEL": "메시지",
|
|
"PLACEHOLDER": "Please write the message you want to save as a template to use later.",
|
|
"ERROR": "Message is required."
|
|
},
|
|
"SUBMIT": "보내기"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Canned response added successfully.",
|
|
"ERROR_MESSAGE": "Woot 서버에 연결할 수 없습니다. 나중에 다시 시도해 주세요."
|
|
}
|
|
},
|
|
"EDIT": {
|
|
"TITLE": "Edit canned response",
|
|
"CANCEL_BUTTON_TEXT": "취소",
|
|
"FORM": {
|
|
"SHORT_CODE": {
|
|
"LABEL": "Short code",
|
|
"PLACEHOLDER": "Please enter a shortcode.",
|
|
"ERROR": "Short code is required."
|
|
},
|
|
"CONTENT": {
|
|
"LABEL": "메시지",
|
|
"PLACEHOLDER": "Please write the message you want to save as a template to use later.",
|
|
"ERROR": "Message is required."
|
|
},
|
|
"SUBMIT": "보내기"
|
|
},
|
|
"BUTTON_TEXT": "수정",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Canned response is updated successfully.",
|
|
"ERROR_MESSAGE": "Woot 서버에 연결할 수 없습니다. 나중에 다시 시도해 주세요."
|
|
}
|
|
},
|
|
"DELETE": {
|
|
"BUTTON_TEXT": "삭제",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Canned response deleted successfully.",
|
|
"ERROR_MESSAGE": "Woot 서버에 연결할 수 없습니다. 나중에 다시 시도해 주세요."
|
|
},
|
|
"CONFIRM": {
|
|
"TITLE": "Confirm deletion",
|
|
"MESSAGE": "삭제하시겠습니까? ",
|
|
"YES": "Yes, delete ",
|
|
"NO": "No, keep "
|
|
}
|
|
}
|
|
}
|
|
}
|