From a1ff3cc8f7a79586337205215222597ba9b0ae4f Mon Sep 17 00:00:00 2001 From: pythaac Date: Mon, 8 Dec 2025 13:32:44 +0100 Subject: [PATCH] Translated using Weblate (Korean) Currently translated at 57.2% (87 of 152 strings) Translation: Trilium Notes/Website Translate-URL: https://hosted.weblate.org/projects/trilium/website/ko/ --- apps/website/src/translations/ko/translation.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/apps/website/src/translations/ko/translation.json b/apps/website/src/translations/ko/translation.json index 393a61074..92de90603 100644 --- a/apps/website/src/translations/ko/translation.json +++ b/apps/website/src/translations/ko/translation.json @@ -103,6 +103,13 @@ "others_list": "기타: <0>노트 맵, <1>관계 맵, <2>저장된 검색, <3>렌더링 노트, <4>웹 뷰." }, "extensibility_benefits": { - "title": "공유 및 확장성" + "title": "공유 및 확장성", + "import_export_title": "가져오기/내보내기", + "import_export_description": "Markdown, ENEX, OML 형식으로 다른 애플리케이션과 쉽게 상호 작용할 수 있습니다.", + "share_title": "웹에서 노트 공유하기", + "share_description": "만약 서버를 사용한다면, 다른 사람들과 메모의 일부를 공유할 수 있습니다.", + "scripting_title": "고급 Scripting", + "scripting_description": "사용자 정의 위젯, 서버 사이드 로직을 사용하여 Trilium 내에서 통합 시스템을 구축해보세요.", + "api_title": "REST API" } }