From 0485dfc9c7f1400a0ea0c4a5fa4d3ace02cd9dd7 Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Sun, 14 May 2023 19:17:32 +0200 Subject: [PATCH] Translated using Weblate (Korean) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 100.0% (6 of 6 strings) Translation: Matomo/CommunityPlugin CustomiseTranslations Translate-URL: https://hosted.weblate.org/projects/matomo/communityplugin-customisetranslations/ko/ [ci skip] Co-authored-by: Hosted Weblate Co-authored-by: 이정희 --- lang/ko.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/lang/ko.json b/lang/ko.json index 0967ef4..e9008bf 100644 --- a/lang/ko.json +++ b/lang/ko.json @@ -1 +1,10 @@ -{} +{ + "CustomiseTranslations": { + "Description": "첫 번째 열에 키(예: 'PrivacyManager_TermsAndConditions')를 입력하고 텍스트 상자에 대체 항목을 작성하여 번역을 수정할 수 있습니다.", + "InvalidKey": "번역 키 '%s'이(가) 존재하지 않습니다.", + "InvalidPlugin": "'%s' 플러그인이 존재하지 않습니다.", + "MisingUnderscore": "다음과 같이 키 형식을 지정하십시오: 'PluginName_TranslationKey'.", + "Replacement": "교체", + "TranslationKey": "번역 키" + } +}