From 39395005986e39f12975aae5920aac972e432509 Mon Sep 17 00:00:00 2001 From: Taylor Hall Date: Sun, 19 Nov 2023 19:35:22 -0600 Subject: [PATCH 1/2] add ko-KR translations --- i18n/ko-KR/cosmic_edit.ftl | 71 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 i18n/ko-KR/cosmic_edit.ftl diff --git a/i18n/ko-KR/cosmic_edit.ftl b/i18n/ko-KR/cosmic_edit.ftl new file mode 100644 index 0000000..6cbd431 --- /dev/null +++ b/i18n/ko-KR/cosmic_edit.ftl @@ -0,0 +1,71 @@ +new-document = 새 문서 +open-project = 프로젝트 열기 + +# Context Pages + +## Document statistics +document-statistics = 문서 통계 +word-count = 단어 수 +character-count = 문자 수 +character-count-no-spaces = 문자 수 (공백없음) +line-count = 줄 수 + +## Settings +settings = 설정 + +## Appearance +appearance = 외관 +theme = 테마 +default-font = 기본 글꼴 +default-font-size = 기본 글꼴 크기 + +### Keyboard shortcuts +keyboard-shortcuts = 키보드 단축키 +enable-vim-bindings = Vim 바인딩 사용 + +# Menu + +## File +file = 파일 +new-file = 새 파일 +new-window = 새창 +open-file = 파일 열기 +open-recent = 최근 파일을 열기 +todo = 할 것 +save = 저장 +save-as = 다른 이름으로 저장... +revert-all-changes = 모든 변경 사항 되돌리기 +menu-document-statistics = 문서 통계... +document-type = 문서 유형... +encoding = 부호화... +print = 인쇄 +quit = 종료 + +## Edit +edit = 수정 +undo = 실행취소 +redo = 재실행 +cut = 잘라내기 +copy = 복사 +paste = 붙여넣기 +find = 찾기 +replace = 바꾸기 +spell-check = 맞춤법 검사... + +## View +view = 보기 +indentation = 들여 쓰기 + +### Indentation +automatic-indentation = 자동 들여쓰기 +tab-width = 탭 너비: {$tab_width} +convert-indentation-to-spaces = 들여쓰기를 공백으로 변환 +convert-indentation-to-tabs = 들여쓰기를 탭으로 변환 + +word-wrap = 줄 바꿈 +show-line-numbers = 줄번호 표시 +highlight-current-line = 현재 줄 강조 표시 +syntax-highlighting = 구문 강조... +menu-settings = 설정... +menu-keyboard-shortcuts = 단축키... +about-cosmic-text-editor = COSMIC text editor 대해 From 3debe468e9bd5ce86e5b28ffb7693882badfa0fc Mon Sep 17 00:00:00 2001 From: Taylor Hall Date: Sun, 19 Nov 2023 19:38:25 -0600 Subject: [PATCH 2/2] fix capitalization --- i18n/ko-KR/cosmic_edit.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/ko-KR/cosmic_edit.ftl b/i18n/ko-KR/cosmic_edit.ftl index 6cbd431..ed7c6e0 100644 --- a/i18n/ko-KR/cosmic_edit.ftl +++ b/i18n/ko-KR/cosmic_edit.ftl @@ -68,4 +68,4 @@ highlight-current-line = 현재 줄 강조 표시 syntax-highlighting = 구문 강조... menu-settings = 설정... menu-keyboard-shortcuts = 단축키... -about-cosmic-text-editor = COSMIC text editor 대해 +about-cosmic-text-editor = COSMIC Text Editor 대해