diff options
| author | Peter Krefting <peter@softwolves.pp.se> | 2021-06-21 20:31:28 +0100 |
|---|---|---|
| committer | Jiang Xin <worldhello.net@gmail.com> | 2021-07-09 08:16:12 +0800 |
| commit | ae4e099e7cd2fcb7abdcce1b4fe02b40d5e4a61b (patch) | |
| tree | a5ede4bbbc2ad21f06abf7937cceb73822c22294 /po/zh_TW.po | |
| parent | 5dbeffdeaf70103815bb8aa2c95f159b923d0dba (diff) | |
| download | git-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/zh_TW.po')
| -rw-r--r-- | po/zh_TW.po | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/po/zh_TW.po b/po/zh_TW.po index cb5db0abfa..521292e390 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -3199,7 +3199,7 @@ msgstr "關閉 rev-list 的標準輸入失敗" #: convert.c:183 #, c-format msgid "illegal crlf_action %d" -msgstr "非法的 crlf 動作 %d" +msgstr "非法的 crlf_action %d" #: convert.c:196 #, c-format @@ -5502,7 +5502,7 @@ msgstr "不能建立 lazy_name 執行緒:%s" #: name-hash.c:570 #, c-format msgid "unable to join lazy_name thread: %s" -msgstr "不能加入 lasy_name 執行緒:%s" +msgstr "不能加入 lazy_name 執行緒:%s" #: notes-merge.c:277 #, c-format @@ -15156,7 +15156,7 @@ msgstr "協定不支援 --negotiate-only,結束。" msgid "" "--filter can only be used with the remote configured in extensions." "partialclone" -msgstr "只可以將 --filter 用於在 extensions.partialClone 中設定的遠端版本庫" +msgstr "只可以將 --filter 用於在 extensions.partialclone 中設定的遠端版本庫" #: builtin/fetch.c:2083 msgid "--atomic can only be used when fetching from one remote" @@ -22482,7 +22482,7 @@ msgstr "不能識別 submodule.alternateErrorStrategy 的取值 '%s'" #: builtin/submodule--helper.c:1799 #, c-format msgid "Value '%s' for submodule.alternateLocation is not recognized" -msgstr "不能識別 submodule.alternateLocaion 的取值 '%s'" +msgstr "不能識別 submodule.alternateLocation 的取值 '%s'" #: builtin/submodule--helper.c:1823 msgid "where the new submodule will be cloned to" |
