Skip to content

Commit 79dfec5

Browse files
Fat-Zerweblate
authored andcommitted
Translated using Weblate (Russian)
Currently translated at 25.8% (3017 of 11693 strings) Translation: Git Manpages/Translations Translate-URL: https://hosted.weblate.org/projects/git-manpages/translations/ru/ Signed-off-by: Golubev Alexander <[email protected]>
1 parent 5ce4670 commit 79dfec5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

po/documentation.ru.po

+10-10
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Git Documentation\n"
77
"Report-Msgid-Bugs-To: [email protected]\n"
88
"POT-Creation-Date: 2024-12-25 19:35+0100\n"
9-
"PO-Revision-Date: 2025-01-12 13:54+0000\n"
9+
"PO-Revision-Date: 2025-01-12 16:29+0000\n"
1010
"Last-Translator: Golubev Alexander <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
1212
"Language: ru\n"
@@ -4983,55 +4983,55 @@ msgstr "Строка `mode <режим>,<режим>..<режим>` присут
49834983
#: en/diff-generate-patch.txt:152
49844984
#, priority:280
49854985
msgid "It is followed by a two-line from-file/to-file header:"
4986-
msgstr ""
4986+
msgstr "Далее следуют две строки заголовка, с указанием исходного и целевого файлов (из-файла/в-файл):"
49874987

49884988
#. type: synopsis
49894989
#: en/diff-generate-patch.txt:154 en/diff-generate-patch.txt:165 en/diff-generate-patch.txt:166 en/diff-generate-patch.txt:167
49904990
#, priority:280
49914991
msgid "a/file"
4992-
msgstr ""
4992+
msgstr "a/файл"
49934993

49944994
#. type: synopsis
49954995
#: en/diff-generate-patch.txt:155 en/diff-generate-patch.txt:168
49964996
#, priority:280
49974997
msgid "b/file"
4998-
msgstr ""
4998+
msgstr "b/файл"
49994999

50005000
#. type: synopsis
50015001
#: en/diff-generate-patch.txt:159
50025002
#, priority:280
50035003
msgid "Similar to the two-line header for the traditional 'unified' diff format, `/dev/null` is used to signal created or deleted files."
5004-
msgstr ""
5004+
msgstr "Аналогично тому как это делается и в традиционном формате объединённого («unified») списка изменений, `/dev/null` используется для обозначения созданных или удалённых файлов."
50055005

50065006
#. type: synopsis
50075007
#: en/diff-generate-patch.txt:163
50085008
#, placeholders:'--combined-all-paths', priority:280
50095009
msgid "However, if the --combined-all-paths option is provided, instead of a two-line from-file/to-file, you get an N+1 line from-file/to-file header, where N is the number of parents in the merge commit:"
5010-
msgstr ""
5010+
msgstr "Однако, если задан параметр `--combined-all-paths`, то вместо этих двух строк заголовка с из-файла/в-файл, вы получите расширенный заголовок из N+1 строки, где N — это количество родителей в коммите слияния:"
50115011

50125012
#. type: synopsis
50135013
#: en/diff-generate-patch.txt:172
50145014
#, priority:280
50155015
msgid "This extended format can be useful if rename or copy detection is active, to allow you to see the original name of the file in different parents."
5016-
msgstr ""
5016+
msgstr "Этот расширенный формат может быть полезен, если у вас включено обнаружение переименований и копирований, так как это позволяет увидеть, как назывался файл в разных родителях до слияния."
50175017

50185018
#. type: synopsis
50195019
#: en/diff-generate-patch.txt:178
50205020
#, priority:280
50215021
msgid "Chunk header format is modified to prevent people from accidentally feeding it to `patch -p1`. Combined diff format was created for review of merge commit changes, and was not meant to be applied. The change is similar to the change in the extended 'index' header:"
5022-
msgstr ""
5022+
msgstr "Формат заголовка блока списка изменений был специально модифицирован, чтобы предотвратить случайное применение его с помощью `patch -p1`. Комбинированный формат списков изменений был создан для рецензирования изменений в коммитах слияния и не предназначен для прямого применения в виде патчей. Эти модификации аналогичны тем, что были сделаны в расширенном заголовке `index`:"
50235023

50245024
#. type: synopsis
50255025
#: en/diff-generate-patch.txt:180
50265026
#, no-wrap, priority:280
50275027
msgid "@@@ <from-file-range> <from-file-range> <to-file-range> @@@\n"
5028-
msgstr ""
5028+
msgstr "@@@ <исходный-диапазон> <исходный-диапазон> <результирующий-диапазон> @@@\n"
50295029

50305030
#. type: synopsis
50315031
#: en/diff-generate-patch.txt:183
50325032
#, priority:280
50335033
msgid "There are (number of parents + 1) `@` characters in the chunk header for combined diff format."
5034-
msgstr ""
5034+
msgstr "В заголовке блока для комбинированного формата (количество родителей + 1) символов `@`."
50355035

50365036
#. type: synopsis
50375037
#: en/diff-generate-patch.txt:192

0 commit comments

Comments
 (0)