diff options
author | Jiang Xin <worldhello.net@gmail.com> | 2019-02-15 10:12:14 +0800 |
---|---|---|
committer | Jiang Xin <worldhello.net@gmail.com> | 2019-02-15 10:21:59 +0800 |
commit | 7f95bc7a20163773d7487bbf86006f4a35849eb4 (patch) | |
tree | f058ade0960ed62701bfe484a165af5b8c9e825d /po/git.pot | |
parent | Merge branch 'master' of git://git.kernel.org/pub/scm/git/git (diff) | |
download | tgif-7f95bc7a20163773d7487bbf86006f4a35849eb4.tar.xz |
l10n: git.pot: v2.21.0 round 2 (3 new, 3 removed)
Introduce 3 update messages for v2.21.0 l10n round 2 from commit
32ceace39f (Fix typos in translatable strings for v2.21.0, 2019-02-11).
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
Diffstat (limited to 'po/git.pot')
-rw-r--r-- | po/git.pot | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/po/git.pot b/po/git.pot index 521ca25932..e00e84440f 100644 --- a/po/git.pot +++ b/po/git.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n" -"POT-Creation-Date: 2019-02-09 20:54+0800\n" +"POT-Creation-Date: 2019-02-15 10:09+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -7690,7 +7690,8 @@ msgstr "" #: builtin/bisect--helper.c:174 #, c-format -msgid "could not check out original HEAD '%s'. Try 'git bisectreset <commit>'." +msgid "" +"could not check out original HEAD '%s'. Try 'git bisect reset <commit>'." msgstr "" #: builtin/bisect--helper.c:215 @@ -7831,7 +7832,7 @@ msgid "update BISECT_HEAD instead of checking out the current commit" msgstr "" #: builtin/bisect--helper.c:649 -msgid "no log for BISECT_WRITE " +msgid "no log for BISECT_WRITE" msgstr "" #: builtin/bisect--helper.c:666 @@ -10934,10 +10935,10 @@ msgstr "" msgid "Could not fetch %s" msgstr "" -#: builtin/fetch.c:1482 builtin/fetch.c:1651 +#: builtin/fetch.c:1482 msgid "" "--filter can only be used with the remote configured in extensions." -"partialclone" +"partialClone" msgstr "" #: builtin/fetch.c:1506 @@ -10983,6 +10984,12 @@ msgstr "" msgid "Fetching a group and specifying refspecs does not make sense" msgstr "" +#: builtin/fetch.c:1651 +msgid "" +"--filter can only be used with the remote configured in extensions." +"partialclone" +msgstr "" + #: builtin/fmt-merge-msg.c:18 msgid "" "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]" @@ -14814,7 +14821,7 @@ msgstr "" msgid "git rebase --continue | --abort | --skip | --edit-todo" msgstr "" -#: builtin/rebase.c:121 +#: builtin/rebase.c:121 builtin/rebase.c:1437 #, c-format msgid "%s requires an interactive rebase" msgstr "" @@ -15088,10 +15095,6 @@ msgstr "" msgid "--strategy requires --merge or --interactive" msgstr "" -#: builtin/rebase.c:1437 -msgid "--reschedule-failed-exec requires an interactive rebase" -msgstr "" - #: builtin/rebase.c:1446 msgid "cannot combine am options with either interactive or merge options" msgstr "" |