Files
leadchat/app/javascript/dashboard/i18n/locale/ko/search.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

69 lines
2.3 KiB
JSON

{
"SEARCH": {
"TABS": {
"ALL": "모든 결과",
"CONTACTS": "연락처",
"CONVERSATIONS": "대화",
"MESSAGES": "메시지",
"ARTICLES": "문서"
},
"SECTION": {
"CONTACTS": "연락처",
"CONVERSATIONS": "대화",
"MESSAGES": "메시지",
"ARTICLES": "문서"
},
"VIEW_MORE": "더 보기",
"LOAD_MORE": "더 불러오기",
"SEARCHING_DATA": "검색 중",
"LOADING_DATA": "로딩 중",
"EMPTY_STATE": "'{query}' 검색어에 대한 {item}을(를) 찾을 수 없습니다",
"EMPTY_STATE_FULL": "'{query}' 검색어에 대한 결과를 찾을 수 없습니다",
"PLACEHOLDER_KEYBINDING": "/ 로 포커스",
"INPUT_PLACEHOLDER": "검색하려면 3자 이상 입력하십시오",
"RECENT_SEARCHES": "최근 검색",
"CLEAR_ALL": "모두 지우기",
"MOST_RECENT": "최근",
"EMPTY_STATE_DEFAULT": "더 나은 검색 결과를 위해 대화 ID, 이메일, 전화번호, 메시지로 검색하십시오. ",
"BOT_LABEL": "봇",
"READ_MORE": "더 읽기",
"READ_LESS": "접기",
"WROTE": "작성:",
"FROM": "보낸 사람",
"EMAIL": "이메일",
"EMAIL_SUBJECT": "제목",
"PRIVATE": "비공개 메모",
"TRANSCRIPT": "대화 내용",
"CREATED_AT": "{time}에 생성됨",
"UPDATED_AT": "{time}에 업데이트됨",
"SORT_BY": {
"RELEVANCE": "관련도"
},
"DATE_RANGE": {
"LAST_7_DAYS": "지난 7일",
"LAST_30_DAYS": "지난 30일",
"LAST_60_DAYS": "지난 60일",
"LAST_90_DAYS": "지난 90일",
"CUSTOM_RANGE": "사용자 지정 범위:",
"CREATED_BETWEEN": "생성 기간",
"AND": "~",
"APPLY": "적용",
"BEFORE_DATE": "{date} 이전",
"AFTER_DATE": "{date} 이후",
"TIME_RANGE": "기간별 필터",
"CLEAR_FILTER": "필터 지우기"
},
"FILTERS": {
"FILTER_MESSAGE": "메시지 필터 기준:",
"FROM": "발신자",
"IN": "받은 메시지함",
"AGENTS": "에이전트",
"CONTACTS": "연락처",
"INBOXES": "받은 메시지함",
"NO_AGENTS": "에이전트를 찾을 수 없습니다",
"NO_CONTACTS": "검색을 시작하여 결과를 확인하십시오",
"NO_INBOXES": "받은 메시지함을 찾을 수 없습니다"
}
}
}