From 711dd64093e6beebc0fb073129a2cbad2db45fd9 Mon Sep 17 00:00:00 2001 From: Yunho Park Date: Fri, 14 Nov 2025 07:25:24 +0100 Subject: [PATCH] Translated using Weblate (Korean) Currently translated at 3.9% (6 of 152 strings) Translation: Trilium Notes/Website Translate-URL: https://hosted.weblate.org/projects/trilium/website/ko/ --- apps/website/src/translations/ko/translation.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/website/src/translations/ko/translation.json b/apps/website/src/translations/ko/translation.json index 364c1b188..374646482 100644 --- a/apps/website/src/translations/ko/translation.json +++ b/apps/website/src/translations/ko/translation.json @@ -1,6 +1,12 @@ { "hero_section": { "github": "깃허브", - "dockerhub": "도커 허브" + "dockerhub": "도커 허브", + "get_started": "시작하기" + }, + "get-started": { + "title": "시작하기", + "desktop_title": "데스크탑 애플리케이션 내려받기 (v{{version}})", + "older_releases": "오래된 릴리즈 보기" } }