Skip to content
Snippets Groups Projects
Unverified Commit b668ee0d authored by sandasan's avatar sandasan Committed by Hosted Weblate
Browse files

Translated using Weblate (Russian)

Currently translated at 16.3% (1697 of 10393 strings)

Translation: Git Manpages/Translations
Translate-URL: https://hosted.weblate.org/projects/git-manpages/translations/ru/


Signed-off-by: default avatarsandasan <san4os2008@gmail.com>
parent b152e6d1
No related branches found
No related tags found
No related merge requests found
......@@ -6,15 +6,16 @@ msgstr ""
"Project-Id-Version: Git Documentation\n"
"Report-Msgid-Bugs-To: jn.avila@free.fr\n"
"POT-Creation-Date: 2020-10-26 22:55+0100\n"
"PO-Revision-Date: 2020-09-27 02:40+0000\n"
"Last-Translator: Череп Черепович <cranium256@gmail.com>\n"
"PO-Revision-Date: 2020-12-12 19:19+0000\n"
"Last-Translator: sandasan <san4os2008@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-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;\n"
"X-Generator: Weblate 4.3-dev\n"
"Plural-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;\n"
"X-Generator: Weblate 4.4-dev\n"
 
#. type: Labeled list
#: en/blame-options.txt:1 en/diff-options.txt:675 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
......@@ -5683,6 +5684,11 @@ msgstr "--server-option=<опция>"
#, priority:300
msgid "Transmit the given string to the server when communicating using protocol version 2. The given string must not contain a NUL or LF character. The server's handling of server options, including unknown ones, is server-specific. When multiple `--server-option=<option>` are given, they are all sent to the other side in the order listed on the command line."
msgstr ""
"Передать данную строку на сервер при обмене данными с использованием "
"протокола версии 2. Данная строка не должна содержать символ NUL или LF. "
"Обработка сервером опций сервера, в том числе неизвестных, зависит от "
"сервера. Когда указано несколько `--server-option = <option>`, все они "
"отправляются другой стороне в порядке, указанном в командной строке."
 
#. type: Labeled list
#: en/fetch-options.txt:263
......@@ -5795,18 +5801,34 @@ msgstr "ОПИСАНИЕ"
#, priority:300
msgid "This command updates the index using the current content found in the working tree, to prepare the content staged for the next commit. It typically adds the current content of existing paths as a whole, but with some options it can also be used to add content with only part of the changes made to the working tree files applied, or remove paths that do not exist in the working tree anymore."
msgstr ""
"Эта команда обновляет индекс, используя текущее содержимое, найденное в "
"рабочем дереве, чтобы подготовить содержимое для следующей фиксации. Обычно "
"она добавляет текущее содержимое существующих путей в целом, но с некоторыми "
"параметрами ее также можно использовать для добавления содержимого с "
"применением только части изменений, внесенных в файлы рабочего дерева, или "
"удаления путей, которые больше не существуют в рабочем дереве."
 
#. type: Plain text
#: en/git-add.txt:31
#, priority:300
msgid "The \"index\" holds a snapshot of the content of the working tree, and it is this snapshot that is taken as the contents of the next commit. Thus after making any changes to the working tree, and before running the commit command, you must use the `add` command to add any new or modified files to the index."
msgstr ""
"Индекс содержит снимок содержимого рабочего дерева, и именно этот снимок "
"используется в качестве содержимого следующей фиксации. Таким образом, после "
"внесения любых изменений в рабочее дерево и перед запуском команды фиксации "
"(commit) вы должны использовать команду `add`, чтобы добавить любые новые "
"или измененные файлы в индекс."
 
#. type: Plain text
#: en/git-add.txt:36
#, priority:300
msgid "This command can be performed multiple times before a commit. It only adds the content of the specified file(s) at the time the add command is run; if you want subsequent changes included in the next commit, then you must run `git add` again to add the new content to the index."
msgstr ""
"Эту команду можно выполнить несколько раз перед фиксацией. Она только "
"добавляет содержимое указанного файла (ов) во время выполнения команды 'add';"
" если вы хотите, чтобы последующие изменения были включены в следующую "
"фиксацию, вы должны снова запустить `git add`, чтобы добавить новое "
"содержимое в индекс."
 
#. type: Plain text
#: en/git-add.txt:39
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment