Files
leadchat/app/javascript/dashboard/i18n/locale/ko/contentTemplates.json
Jungu Lee b866886b55 feat(i18n): complete Korean (ko) translations to 100% coverage (#13583)
Translate all English strings to Korean across 41 frontend locale files
and 2 backend locale files. Add structurally missing keys and translate
existing keys that were left in English.

# Pull Request Template

## Description

Please include a summary of the change and issue(s) fixed. Also, mention
relevant motivation, context, and any dependencies that this change
requires.
Fixes # (issue)

## Type of change

Please delete options that are not relevant.

- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality not to work as expected)
- [ ] This change requires a documentation update

## How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration.


## Checklist:

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my code
- [x] I have commented on my code, particularly in hard-to-understand
areas
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [x] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
- [x] Any dependent changes have been merged and published in downstream
modules

Co-authored-by: Sojan Jose <sojan@pepalo.com>
2026-03-16 16:54:26 -07:00

53 lines
2.0 KiB
JSON

{
"CONTENT_TEMPLATES": {
"MODAL": {
"TITLE": "Twilio 템플릿",
"SUBTITLE": "보내려는 Twilio 템플릿을 선택하십시오",
"TEMPLATE_SELECTED_SUBTITLE": "템플릿 구성: {templateName}"
},
"PICKER": {
"SEARCH_PLACEHOLDER": "템플릿 검색",
"NO_TEMPLATES_FOUND": "다음에 대한 템플릿을 찾을 수 없습니다",
"NO_CONTENT": "내용 없음",
"HEADER": "헤더",
"BODY": "본문",
"FOOTER": "푸터",
"BUTTONS": "버튼",
"CATEGORY": "카테고리",
"MEDIA_CONTENT": "미디어 콘텐츠",
"MEDIA_CONTENT_FALLBACK": "미디어 콘텐츠",
"NO_TEMPLATES_AVAILABLE": "사용 가능한 Twilio 템플릿이 없습니다. 새로고침을 클릭하여 Twilio에서 템플릿을 동기화하십시오.",
"REFRESH_BUTTON": "템플릿 새로고침",
"REFRESH_SUCCESS": "템플릿 새로고침이 시작되었습니다. 업데이트하는 데 몇 분 정도 걸릴 수 있습니다.",
"REFRESH_ERROR": "템플릿 새로고침에 실패했습니다. 다시 시도하십시오.",
"LABELS": {
"LANGUAGE": "언어",
"TEMPLATE_BODY": "템플릿 본문",
"CATEGORY": "카테고리"
},
"TYPES": {
"MEDIA": "미디어",
"QUICK_REPLY": "빠른 답장",
"CALL_TO_ACTION": "행동 유도",
"TEXT": "텍스트"
}
},
"PARSER": {
"VARIABLES_LABEL": "변수",
"LANGUAGE": "언어",
"CATEGORY": "카테고리",
"VARIABLE_PLACEHOLDER": "{variable} 값을 입력하십시오",
"GO_BACK_LABEL": "뒤로 가기",
"SEND_MESSAGE_LABEL": "메시지 보내기",
"FORM_ERROR_MESSAGE": "보내기 전에 모든 변수를 입력하십시오",
"MEDIA_HEADER_LABEL": "{type} 헤더",
"MEDIA_URL_LABEL": "전체 미디어 URL을 입력하십시오",
"MEDIA_URL_PLACEHOLDER": "https://example.com/image.jpg"
},
"FORM": {
"BACK_BUTTON": "뒤로",
"SEND_MESSAGE_BUTTON": "메시지 보내기"
}
}
}