Skip to content

Commit 4e13fcc

Browse files
committed
l10n: ko: fix typos found by git-po-helper
When checking typos in file "po/ko.po", "git-po-helper" reports lots of false positives because there are no spaces between ASCII and Korean characters. After applied commit adee197 "(dict: add smudge table for Korean language, 2021-11-11)" of "git-l10n/git-po-helper" to suppress these false positives, some easy-to-fix typos are found and fixed. Signed-off-by: Jiang Xin <[email protected]>
1 parent 1293313 commit 4e13fcc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

po/ko.po

+5-5
Original file line numberDiff line numberDiff line change
@@ -1946,7 +1946,7 @@ msgstr "서버 버전이 %.*s입니다"
19461946

19471947
#: fetch-pack.c:1048
19481948
msgid "Server does not support --shallow-since"
1949-
msgstr "서버에서 --shallow-signed 옵션을 지원하지 않습니다"
1949+
msgstr "서버에서 --shallow-since 옵션을 지원하지 않습니다"
19501950

19511951
#: fetch-pack.c:1052
19521952
msgid "Server does not support --shallow-exclude"
@@ -8384,7 +8384,7 @@ msgstr "값"
83848384

83858385
#: builtin/config.c:156
83868386
msgid "with --get, use default value when missing entry"
8387-
msgstr "--wget 옵션에서, 해당 항목이 없으면 기본값을 사용합니다"
8387+
msgstr "--get 옵션에서, 해당 항목이 없으면 기본값을 사용합니다"
83888388

83898389
#: builtin/config.c:332
83908390
#, c-format
@@ -12800,7 +12800,7 @@ msgstr ""
1280012800
#: builtin/remote.c:145
1280112801
#, c-format
1280212802
msgid "unknown mirror argument: %s"
12803-
msgstr "알 수 없는 --mirror 옵션 인자: %s"
12803+
msgstr "알 수 없는 mirror 옵션 인자: %s"
1280412804

1280512805
#: builtin/remote.c:161
1280612806
msgid "fetch the remote branches"
@@ -13879,7 +13879,7 @@ msgstr "공통 이전 커밋 뒤의 <n>개의 커밋을 표시합니다"
1387913879

1388013880
#: builtin/show-branch.c:634
1388113881
msgid "synonym to more=-1"
13882-
msgstr "--more=-1 옵션과 동일"
13882+
msgstr "more=-1 옵션과 동일"
1388313883

1388413884
#: builtin/show-branch.c:635
1388513885
msgid "suppress naming strings"
@@ -17858,7 +17858,7 @@ msgid ""
1785817858
msgstr ""
1785917859
" 위의 Cc 목록은 패치 커밋 메시지에 들어 있는 추가 주소로\n"
1786017860
" 확장됩니다. 기본값으로 확장되기 전에 send-email에서\n"
17861-
" 물어봅니다. 이런 동작은 sendmail.confirm 설정에서\n"
17861+
" 물어봅니다. 이런 동작은 sendemail.confirm 설정에서\n"
1786217862
" 조정할 수 있습니다.\n"
1786317863
"\n"
1786417864
" 정보를 더 보려면, 'git send-email --help'를 실행하십시오.\n"

0 commit comments

Comments
 (0)