Newer
Older
# Simplified Chinese translations for Git Manual Pages.
# Copyright (C) 2019 Free Software Foundation, Inc.
# This file is distributed under the same license as the Git package.
# Matthias Aßhauer <mha1993@live.de>, 2019.
msgid ""
msgstr ""
"Project-Id-Version: git documentation\n"
"Report-Msgid-Bugs-To: jn.avila@free.fr\n"
"POT-Creation-Date: 2020-04-04 19:51+0200\n"
"PO-Revision-Date: 2020-05-10 12:37+0000\n"
"Last-Translator: 冉 <ranto2012@163.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.1-dev\n"
#. type: Labeled list
#: en/blame-options.txt:1 en/diff-options.txt:666 en/git-instaweb.txt:45 en/git-mailinfo.txt:47 en/git-mailsplit.txt:35 en/git-repack.txt:126 en/git-status.txt:31
#, ignore-same, no-wrap, priority:280
#. type: Plain text
#: en/blame-options.txt:4
msgid "Show blank SHA-1 for boundary commits. This can also be controlled via the `blame.blankboundary` config option."
msgstr ""
#. type: Labeled list
#: en/blame-options.txt:5 en/git-diff-tree.txt:42 en/git-format-patch.txt:343 en/git-fsck.txt:38 en/git-rebase.txt:523
#, ignore-same, no-wrap, priority:100
#. type: Plain text
#: en/blame-options.txt:8
msgid "Do not treat root commits as boundaries. This can also be controlled via the `blame.showRoot` config option."
msgstr ""
#. type: Labeled list
#: en/blame-options.txt:9
#, ignore-same, no-wrap, priority:100
msgid "--show-stats"
#. type: Plain text
#: en/blame-options.txt:11
msgid "Include additional statistics at the end of blame output."
msgstr ""
#. type: Labeled list
#: en/blame-options.txt:12
msgid "-L <start>,<end>"
msgstr ""
#. type: Labeled list
#: en/blame-options.txt:13
msgid "-L :<funcname>"
msgstr ""
#. type: Plain text
#: en/blame-options.txt:16
msgid "Annotate only the given line range. May be specified multiple times. Overlapping ranges are allowed."
msgstr ""
#. type: Plain text
#: en/blame-options.txt:19
msgid "<start> and <end> are optional. ``-L <start>'' or ``-L <start>,'' spans from <start> to end of file. ``-L ,<end>'' spans from start of file to <end>."
msgstr ""
#. type: Labeled list
#: en/blame-options.txt:22 en/git-archive.txt:43 en/git-branch.txt:171 en/git-checkout.txt:197 en/git-clone.txt:44 en/git-config.txt:164 en/git-grep.txt:187 en/git-instaweb.txt:23 en/git-ls-tree.txt:51 en/git-repack.txt:66 en/git-svn.txt:244 en/git-tag.txt:99 en/git-var.txt:20
#, ignore-same, no-wrap, priority:300
#. type: Plain text
#: en/blame-options.txt:24
msgid "Show long rev (Default: off)."
msgstr ""
#. type: Labeled list
#: en/blame-options.txt:25 en/fetch-options.txt:148 en/git-branch.txt:205 en/git-cat-file.txt:36 en/git-checkout.txt:157 en/git-diff-tree.txt:39 en/git-ls-files.txt:113 en/git-ls-remote.txt:26 en/git-ls-tree.txt:47 en/git-svn.txt:312 en/git-switch.txt:151 en/rev-list-options.txt:1026
#, ignore-same, no-wrap, priority:260
#. type: Plain text
#: en/blame-options.txt:27
msgid "Show raw timestamp (Default: off)."
#. type: Labeled list
#: en/blame-options.txt:28
#, no-wrap, priority:100
msgid "-S <revs-file>"
msgstr ""
#. type: Plain text
#: en/blame-options.txt:30
msgid "Use revisions from revs-file instead of calling linkgit:git-rev-list[1]."
#. type: Labeled list
#: en/blame-options.txt:31
#, no-wrap, priority:100
msgid "--reverse <rev>..<rev>"
msgstr ""
#. type: Plain text
#: en/blame-options.txt:38
msgid "Walk history forward instead of backward. Instead of showing the revision in which a line appeared, this shows the last revision in which a line has existed. This requires a range of revision like START..END where the path to blame exists in START. `git blame --reverse START` is taken as `git blame --reverse START..HEAD` for convenience."
msgstr ""
#. type: Labeled list
#: en/blame-options.txt:39 en/diff-options.txt:16 en/diff-options.txt:22 en/fetch-options.txt:99 en/git-add.txt:89 en/git-cat-file.txt:49 en/git-checkout.txt:267 en/git-commit.txt:71 en/git-cvsexportcommit.txt:41 en/git-grep.txt:238 en/git-instaweb.txt:41 en/git-merge-file.txt:63 en/git-rebase.txt:485 en/git-request-pull.txt:29 en/git-restore.txt:47 en/git-stash.txt:183 en/git-svn.txt:535 en/git-svn.txt:679 en/git.txt:101
#, ignore-same, no-wrap, priority:300
#. type: Labeled list
#: en/blame-options.txt:40 en/git-commit.txt:114 en/git-push.txt:176 en/git-worktree.txt:179
#, ignore-same, no-wrap, priority:280
msgid "--porcelain"
#. type: Plain text
#: en/blame-options.txt:42
msgid "Show in a format designed for machine consumption."
#. type: Labeled list
#: en/blame-options.txt:43
#, ignore-same, no-wrap, priority:100
msgid "--line-porcelain"
#. type: Plain text
#: en/blame-options.txt:47
msgid "Show the porcelain format, but output commit information for each line, not just the first time a commit is referenced. Implies --porcelain."
msgstr ""
#. type: Labeled list
#: en/blame-options.txt:48 en/git-pack-objects.txt:138 en/git-svn.txt:373
#, ignore-same, no-wrap, priority:100
msgid "--incremental"
#. type: Plain text
#: en/blame-options.txt:51
msgid "Show the result incrementally in a format designed for machine consumption."
msgstr ""
#. type: Labeled list
#: en/blame-options.txt:52 en/git-mailinfo.txt:62 en/pretty-options.txt:35
#, no-wrap, priority:260
msgid "--encoding=<encoding>"
msgstr ""
#. type: Plain text
#: en/blame-options.txt:58
msgid "Specifies the encoding used to output author names and commit summaries. Setting it to `none` makes blame output unconverted data. For more information see the discussion about encoding in the linkgit:git-log[1] manual page."
msgstr ""
#. type: Labeled list
#: en/blame-options.txt:59
#, no-wrap, priority:100
msgid "--contents <file>"
msgstr ""
#. type: Plain text
#: en/blame-options.txt:65
msgid "When <rev> is not specified, the command annotates the changes starting backwards from the working tree copy. This flag makes the command pretend as if the working tree copy has the contents of the named file (specify `-` to make the command read from the standard input)."
msgstr ""
#. type: Labeled list
#: en/blame-options.txt:66
#, no-wrap, priority:100
msgid "--date <format>"
msgstr ""
#. type: Plain text
Loading
Loading full blame...