From 9306a28c87e52ce7bf8d19c807e209cd1a92eb9a Mon Sep 17 00:00:00 2001 From: Jiho Min Date: Sat, 4 Oct 2025 00:14:51 +0200 Subject: [PATCH] Translated using Weblate (Korean) Currently translated at 1.8% (29 of 1605 strings) Translation: Trilium Notes/Client Translate-URL: https://hosted.weblate.org/projects/trilium/client/ko/ --- apps/client/src/translations/ko/translation.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/apps/client/src/translations/ko/translation.json b/apps/client/src/translations/ko/translation.json index 6f4a28b9b..d10ebdc34 100644 --- a/apps/client/src/translations/ko/translation.json +++ b/apps/client/src/translations/ko/translation.json @@ -29,9 +29,20 @@ "note": "노트", "search_note": "이름으로 노트 검색하기", "help_on_links": "링크 관련 도움말", - "link_title_mirrors": "링크 제목은 노트의 현재 제목을 반영합니다" + "link_title_mirrors": "링크 제목은 노트의 현재 제목을 반영합니다", + "link_title_arbitrary": "링크 제목은 임의로 변경될 수 있습니다", + "link_title": "링크 제목", + "button_add_link": "링크 추가" }, "branch_prefix": { - "save": "저장" + "save": "저장", + "edit_branch_prefix": "브랜치 접두사 편집", + "help_on_tree_prefix": "트리 접두사에 대한 도움말", + "prefix": "접두사: ", + "branch_prefix_saved": "브랜치 접두사가 저장되었습니다." + }, + "bulk_actions": { + "bulk_actions": "대량 작업", + "affected_notes": "영향을 받은 노트들" } }