Skip to content

Comments

fix(ko): improve Korean translations for PdfViewer#267

Open
devlimits wants to merge 2 commits intosyncfusion:masterfrom
devlimits:fix/ko-pdfviewer-translations
Open

fix(ko): improve Korean translations for PdfViewer#267
devlimits wants to merge 2 commits intosyncfusion:masterfrom
devlimits:fix/ko-pdfviewer-translations

Conversation

@devlimits
Copy link

@devlimits devlimits commented Jan 30, 2026

Summary

  • Fix inaccurate machine-translated Korean strings in PdfViewer and pdfviewer sections of ko.json
  • Normalize verb forms across all components (e.g. 편집하다편집, 지우다삭제, 추가하다추가)
  • Sync translations between PdfViewer (uppercase) and pdfviewer (lowercase) sections for consistency

Key translation fixes

Key Before After
Apply 대다 적용
Match case 매치 케이스 대소문자 구분
No matches 성냥 없음 일치하는 항목 없음
Panning 패닝 이동
Calibrate 교정하다 / 보정 측정
of ~의 / /
Free Text 무료 텍스트 자유 텍스트
Enter Password (long sentence) 비밀번호를 입력하세요.
Draw Ink 잉크 그리기 그리기
Checked 체크됨 확인됨

Fix inaccurate machine translations in the PdfViewer locale:
- "Match case": "성냥갑" → "대소문자 구분"
- "Justify": "신이 옳다고 하다" → "양쪽 정렬"
- "Free Text": "무료 문자" → "자유 텍스트"
- "Dropdown": "쓰러지 다" → "드롭다운"
- "of": "~의" → "/"
- And other minor corrections for natural Korean phrasing

Applied to both `PdfViewer` and `pdfviewer` sections.
Fix inaccurate machine translations in the Korean (ko.json) locale.

PdfViewer (both PdfViewer and pdfviewer sections):
- Fix critical mistranslations: Bold(용감한→굵게), Paste(반죽→붙여넣기),
  Border(국경→테두리), pt(태평양 표준시→pt), Justify(신이 옳다고 하다→양쪽 정렬),
  Strikethrough context(파업→취소선), Free Text(무료 문자→자유 텍스트),
  Dropdown(쓰러지 다→드롭다운), of(~의→ / )
- Calibrate translations: 교정/보정 → 측정
- Keep measurement units in English (in, m, ft, pt, cm, etc.)
- Translate previously untranslated keys (Extract Pages, Change Page Zoom, etc.)
- Simplify verbose messages and remove trailing spaces
- Remove unnecessary 하십시오 honorific endings
- Sync pdfviewer section values with PdfViewer section

Other components (grid, gantt, schedule, pivotview, etc.):
- Normalize verb forms: 편집하다→편집, 지우다→삭제, 추가하다→추가
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant