summaryrefslogtreecommitdiff
path: root/po/ko.po
diff options
context:
space:
mode:
authorLibravatar Peter Krefting <peter@softwolves.pp.se>2021-06-21 20:31:28 +0100
committerLibravatar Jiang Xin <worldhello.net@gmail.com>2021-07-09 08:16:12 +0800
commitae4e099e7cd2fcb7abdcce1b4fe02b40d5e4a61b (patch)
treea5ede4bbbc2ad21f06abf7937cceb73822c22294 /po/ko.po
parentMerge branch 'master' of github.com:Softcatala/git-po (diff)
downloadtgif-ae4e099e7cd2fcb7abdcce1b4fe02b40d5e4a61b.tar.xz
l10n: fixed typos of mismatched constant strings
Andrei pointed out a typo in the Swedish translation, where a config variable name had been copied incorrectly. By introducing typo detection function in "git-po-helper", more typos were found. All easy-to-fix typos were fixed in this commit. Reported-by: Andrei Rybak <rybak.a.v@gmail.com> Signed-off-by: Peter Krefting <peter@softwolves.pp.se> Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
Diffstat (limited to 'po/ko.po')
-rw-r--r--po/ko.po8
1 files changed, 4 insertions, 4 deletions
diff --git a/po/ko.po b/po/ko.po
index dcfe21c223..766d4605b1 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1702,7 +1702,7 @@ msgid ""
"Found errors in 'diff.dirstat' config variable:\n"
"%s"
msgstr ""
-"'diff.submodule' 설정 변수에 오류:\n"
+"'diff.dirstat' 설정 변수에 오류:\n"
"%s'"
#: diff.c:3823
@@ -2261,12 +2261,12 @@ msgstr "(잘못된 커밋)\n"
#: merge-recursive.c:320
#, c-format
msgid "add_cacheinfo failed for path '%s'; merge aborting."
-msgstr "'%s' 경로에 대해 addinfo_cache 실패. 병합 중지."
+msgstr "'%s' 경로에 대해 add_cacheinfo 실패. 병합 중지."
#: merge-recursive.c:328
#, c-format
msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
-msgstr "'%s' 경로에 대해 addinfo_cache 새로 고침 실패. 병합 중지."
+msgstr "'%s' 경로에 대해 add_cacheinfo 새로 고침 실패. 병합 중지."
#: merge-recursive.c:410
msgid "error building trees"
@@ -10983,7 +10983,7 @@ msgid ""
"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
"Please, commit your changes before you merge."
msgstr ""
-"커밋 빼오기를 마치지 않았습니다. (COMMIT_PICK_HEAD 있음)\n"
+"커밋 빼오기를 마치지 않았습니다. (CHERRY_PICK_HEAD 있음)\n"
"병합하기 전에 변경 사항을 커밋하십시오."
#: builtin/merge.c:1257