Skip to content
Snippets Groups Projects
documentation.ru.po 2.46 MiB
Newer Older
# Translations for Git Manual Pages.
# Copyright (C) 2019
# This file is distributed under the same license as the Git package.
msgstr "Project-Id-Version: Git Documentation\nReport-Msgid-Bugs-To: jn.avila@free.fr\nPOT-Creation-Date: 2023-08-05 19:25+0200\nPO-Revision-Date: 2023-10-27 20:48+0000\nLast-Translator: Mergen N <m.narminov@gmail.com>\nLanguage-Team: LANGUAGE <LL@li.org>\nLanguage: ru\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\nX-Generator: Weblate 5.2-dev\n"

#. type: Labeled list
Jean-Noël Avila's avatar
Jean-Noël Avila committed
#: en/blame-options.txt:1 en/diff-options.txt:772 en/git-instaweb.txt:45 en/git-mailinfo.txt:49 en/git-mailsplit.txt:35 en/git-repack.txt:146 en/git-status.txt:31
#, ignore-same, no-wrap, priority:280
msgstr "-b"

#. type: Plain text
#: en/blame-options.txt:4
#, priority:100
Jean-Noël Avila's avatar
Jean-Noël Avila committed
msgid "Show blank SHA-1 for boundary commits.  This can also be controlled via the `blame.blankBoundary` config option."
msgstr ""

#. type: Labeled list
Jean-Noël Avila's avatar
Jean-Noël Avila committed
#: en/blame-options.txt:5 en/git-diff-tree.txt:42 en/git-format-patch.txt:395 en/git-fsck.txt:38 en/git-rebase.txt:583
#, ignore-same, no-wrap, priority:100
msgstr "--root"

#. type: Plain text
#: en/blame-options.txt:8
#, priority:100
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"
msgstr "--show-stats"

#. type: Plain text
#: en/blame-options.txt:11
#, priority:100
msgid "Include additional statistics at the end of blame output."
msgstr ""

#. type: Labeled list
#: en/blame-options.txt:12
#, no-wrap, priority:100
msgid "-L <start>,<end>"
msgstr ""

#. type: Labeled list
#: en/blame-options.txt:13
#, no-wrap, priority:100
msgid "-L :<funcname>"
msgstr ""

#. type: Plain text
#: en/blame-options.txt:17
#, priority:100
msgid "Annotate only the line range given by '<start>,<end>', or by the function name regex '<funcname>'.  May be specified multiple times. Overlapping ranges are allowed."
msgstr ""

#. type: Plain text
#: en/blame-options.txt:20
#, priority:100
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
Jean-Noël Avila's avatar
Jean-Noël Avila committed
#: en/blame-options.txt:23 en/git-archive.txt:45 en/git-branch.txt:181 en/git-checkout.txt:203 en/git-clone.txt:45 en/git-config.txt:181 en/git-grep.txt:156 en/git-instaweb.txt:23 en/git-ls-tree.txt:51 en/git-repack.txt:83 en/git-svn.txt:244 en/git-tag.txt:99 en/git-var.txt:21
#, ignore-same, no-wrap, priority:300
msgstr "-l"

#. type: Plain text
#: en/blame-options.txt:25
#, priority:100
msgid "Show long rev (Default: off)."
msgstr "Показывать полные SHA-1 (По умолчанию: отключено)."

#. type: Labeled list
Jean-Noël Avila's avatar
Jean-Noël Avila committed
#: en/blame-options.txt:26 en/diff-options.txt:156 en/fetch-options.txt:194 en/git-branch.txt:217 en/git-cat-file.txt:42 en/git-checkout.txt:160 en/git-diff-tree.txt:39 en/git-ls-files.txt:140 en/git-ls-remote.txt:26 en/git-ls-tree.txt:47 en/git-svn.txt:312 en/git-switch.txt:153
#, ignore-same, no-wrap, priority:280
msgstr "-t"

#. type: Plain text
#: en/blame-options.txt:28
#, priority:100
msgid "Show raw timestamp (Default: off)."
msgstr "Показывать необработанные временные метки (По умолчанию: отключено)."

#. type: Labeled list
#: en/blame-options.txt:29
#, no-wrap, priority:100
msgid "-S <revs-file>"
msgstr "-S <revs-file>"

#. type: Plain text
#: en/blame-options.txt:31
#, priority:100
msgid "Use revisions from revs-file instead of calling linkgit:git-rev-list[1]."
msgstr "Использовать ревизии из <revs-file> вместо вызова linkgit:git-rev-list[1]."

#. type: Labeled list
#: en/blame-options.txt:32
#, no-wrap, priority:100
msgid "--reverse <rev>..<rev>"
msgstr ""

#. type: Plain text
#: en/blame-options.txt:39
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:40 en/git-bisect.txt:368 en/git-describe.txt:122 en/rev-list-options.txt:129
#, ignore-same, no-wrap, priority:260
msgid "--first-parent"
msgstr "--first-parent"

#. type: Plain text
#: en/blame-options.txt:45
msgid "Follow only the first parent commit upon seeing a merge commit. This option can be used to determine when a line was introduced to a particular integration branch, rather than when it was introduced to the history overall."
msgstr ""

#. type: Labeled list
Jean-Noël Avila's avatar
Jean-Noël Avila committed
#: en/blame-options.txt:46 en/diff-options.txt:16 en/diff-options.txt:22 en/fetch-options.txt:135 en/git-add.txt:96 en/git-cat-file.txt:57 en/git-checkout.txt:273 en/git-commit.txt:73 en/git-cvsexportcommit.txt:41 en/git-grep.txt:209 en/git-instaweb.txt:41 en/git-merge-file.txt:63 en/git-request-pull.txt:29 en/git-restore.txt:48 en/git-stash.txt:196 en/git-svn.txt:535 en/git-svn.txt:679 en/git.txt:128
#, ignore-same, no-wrap, priority:300

#. type: Labeled list
Jean-Noël Avila's avatar
Jean-Noël Avila committed
#: en/blame-options.txt:47 en/fetch-options.txt:81 en/git-commit.txt:149 en/git-push.txt:177 en/git-worktree.txt:239
#, ignore-same, no-wrap, priority:280
msgid "--porcelain"
msgstr "--porcelain"
#: en/blame-options.txt:49
#, fuzzy, priority:100
msgid "Show in a format designed for machine consumption."
msgstr "Показать в формате для программного разбора."

#. type: Labeled list
#: en/blame-options.txt:50
#, ignore-same, no-wrap, priority:100
msgid "--line-porcelain"
msgstr "--line-porcelain"
#: en/blame-options.txt:54
msgid "Show the porcelain format, but output commit information for each line, not just the first time a commit is referenced.  Implies --porcelain."
msgstr "Показать в машиночитаемом формате, но выводить информацию о коммите для каждой строки, а не только при первом упоминании. Подразумевается --porcelain."

#. type: Labeled list
#: en/blame-options.txt:55 en/git-pack-objects.txt:178 en/git-svn.txt:373
#, ignore-same, no-wrap, priority:100
msgid "--incremental"
msgstr "--incremental"
#: en/blame-options.txt:58
msgid "Show the result incrementally in a format designed for machine consumption."
msgstr ""

#. type: Labeled list
#: en/blame-options.txt:59 en/git-mailinfo.txt:64 en/pretty-options.txt:35
#, no-wrap, priority:260
msgid "--encoding=<encoding>"
msgstr "--encoding=<кодировка>"
#: en/blame-options.txt:65
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 "Указывает кодировку для вывода имени автора и информации коммита. Если выставить в `none`, тогда blame выводит неизмененные данные. Для подробностей см. обсуждение кодировки на странице руководства linkgit:git-log[1]."

#. type: Labeled list
#: en/blame-options.txt:66
#, no-wrap, priority:100
msgid "--contents <file>"
msgstr ""

#. type: Plain text
Jean-Noël Avila's avatar
Jean-Noël Avila committed
#: en/blame-options.txt:70
Jean-Noël Avila's avatar
Jean-Noël Avila committed
msgid "Annotate using the contents from the named file, starting from <rev> if it is specified, and HEAD otherwise. You may specify '-' to make the command read from the standard input for the file contents."
msgstr ""

#. type: Labeled list
Jean-Noël Avila's avatar
Jean-Noël Avila committed
#: en/blame-options.txt:71
#, no-wrap, priority:100
msgid "--date <format>"
msgstr "--date <формат>"
Jean-Noël Avila's avatar
Jean-Noël Avila committed
#: en/blame-options.txt:77
Loading
Loading full blame...