Chatwoot/app/javascript/dashboard/i18n/locale/ko/cannedMgmt.json
Sojan Jose 97675c61ea
chore: Update to the latest translations (#3923)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2022-02-07 17:19:34 +05:30

76 lines
3.1 KiB
JSON

{
"CANNED_MGMT": {
"HEADER": "미리 준비된 답변",
"HEADER_BTN_TXT": "미리 준비된 답변 추가",
"LOADING": "미리 준비된 답변 가져오기",
"SEARCH_404": "이 쿼리와 일치하는 항목이 없음",
"SIDEBAR_TXT": "<p><b>Canned Responses</b> </p><p> Canned Responses are saved reply templates which can be used to quickly send out a reply to a conversation. </p><p> For creating a Canned Response, just click on the <b>Add Canned Response</b>. You can also edit or delete an existing Canned Response by clicking on the Edit or Delete button </p><p> Canned responses are used with the help of <b>Short Codes</b>. Agents can access canned responses while on a chat by typing <b>'/'</b> followed by the short code. </p>",
"LIST": {
"404": "이 계정에는 미리 준비된 답변이 없습니다.",
"TITLE": "미리 준비된 답변 관리",
"DESC": "미리 준비된 답변은 티켓에 대한 답변을 빠르게 보내는 데 사용할 수있는 미리 정의된 답변 템플릿입니다.",
"TABLE_HEADER": [
"단축 코드",
"콘텐츠",
"액션"
]
},
"ADD": {
"TITLE": "미리 준비된 답변 추가",
"DESC": "Canned Responses are saved reply templates which can be used to quickly send out reply to conversation.",
"CANCEL_BUTTON_TEXT": "취소",
"FORM": {
"SHORT_CODE": {
"LABEL": "단축 코드",
"PLACEHOLDER": "Please enter a short code",
"ERROR": "단축 코드가 필요함"
},
"CONTENT": {
"LABEL": "내용",
"PLACEHOLDER": "내용을 입력하십시오.",
"ERROR": "내용이 필요함"
},
"SUBMIT": "보내기"
},
"API": {
"SUCCESS_MESSAGE": "미리 준비된 답변이 성공적으로 추가됨",
"ERROR_MESSAGE": "Woot 서버에 연결할 수 없음. 나중에 다시 시도하십시오."
}
},
"EDIT": {
"TITLE": "미리 준비된 답변 수정",
"CANCEL_BUTTON_TEXT": "취소",
"FORM": {
"SHORT_CODE": {
"LABEL": "단축 코드",
"PLACEHOLDER": "단축 코드를 입력하십시오.",
"ERROR": "단축 코드가 필요함"
},
"CONTENT": {
"LABEL": "내용",
"PLACEHOLDER": "내용을 입력하십시오.",
"ERROR": "내용이 필요함"
},
"SUBMIT": "보내기"
},
"BUTTON_TEXT": "수정",
"API": {
"SUCCESS_MESSAGE": "미리 준비된 답변이 성공적으로 추가됨",
"ERROR_MESSAGE": "Woot 서버에 연결할 수 없음. 나중에 다시 시도하십시오."
}
},
"DELETE": {
"BUTTON_TEXT": "삭제",
"API": {
"SUCCESS_MESSAGE": "미리 준비된 답변이 성공적으로 삭제됨",
"ERROR_MESSAGE": "Woot 서버에 연결할 수 없음. 나중에 다시 시도하십시오."
},
"CONFIRM": {
"TITLE": "삭제 확인",
"MESSAGE": "삭제하시겠습니까? ",
"YES": "예, 삭제합니다. ",
"NO": "아니요, 유지해주세요. "
}
}
}
}