blob: c0a838b33bbae316f8f7030c8b9025abb56f43b2 [file] [log] [blame]
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3# This file is distributed under the same license as the PACKAGE package.
4#
5# Translators:
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006# Dimitriy Ryazantcev <DJm00n@mail.ru>, 2014-2016
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007# insolor <insolor@gmail.com>, 2014
8# insolor <insolor@gmail.com>, 2014
9msgid ""
10msgstr ""
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011"Project-Id-Version: Git Russian Localization Project\n"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020012"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
Dimitriy Ryazantcevda0e97d2016-03-15 20:55:36 +020013"POT-Creation-Date: 2016-03-16 00:16+0800\n"
14"PO-Revision-Date: 2016-03-15 18:54+0000\n"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020015"Last-Translator: Dimitriy Ryazantcev <DJm00n@mail.ru>\n"
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030016"Language-Team: Russian (http://www.transifex.com/djm00n/git-po-ru/language/ru/)\n"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020017"MIME-Version: 1.0\n"
18"Content-Type: text/plain; charset=UTF-8\n"
19"Content-Transfer-Encoding: 8bit\n"
20"Language: ru\n"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030021"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020022
23#: advice.c:55
24#, c-format
25msgid "hint: %.*s\n"
26msgstr "подсказка: %.*s\n"
27
28#: advice.c:88
29msgid ""
30"Fix them up in the work tree, and then use 'git add/rm <file>'\n"
31"as appropriate to mark resolution and make a commit."
32msgstr "Исправьте их в рабочем каталоге, затем запустите «git add/rm <файл>»,\nчтобы пометить исправление и сделайте коммит."
33
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020034#: advice.c:101 builtin/merge.c:1226
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030035msgid "You have not concluded your merge (MERGE_HEAD exists)."
36msgstr "Вы не завершили слияние (присутствует файл MERGE_HEAD)."
37
38#: advice.c:103
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020039msgid "Please, commit your changes before merging."
40msgstr "Перед слиянием, выполните коммит ваших изменений."
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030041
42#: advice.c:104
43msgid "Exiting because of unfinished merge."
44msgstr "Выход из-за незавершенного слияния."
45
46#: archive.c:12
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +020047msgid "git archive [<options>] <tree-ish> [<path>...]"
48msgstr "git archive [<опции>] <указатель-дерева> [<путь>…]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020049
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030050#: archive.c:13
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020051msgid "git archive --list"
52msgstr "git archive --list"
53
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030054#: archive.c:14
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020055msgid ""
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +020056"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> "
57"[<path>...]"
58msgstr "git archive --remote <репозиторий> [--exec <команда>] [<опции>] <указатель-дерева> [<путь>…]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020059
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030060#: archive.c:15
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020061msgid "git archive --remote <repo> [--exec <cmd>] --list"
62msgstr "git archive --remote <репозиторий> [--exec <команда>] --list"
63
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020064#: archive.c:344 builtin/add.c:137 builtin/add.c:420 builtin/rm.c:327
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020065#, c-format
66msgid "pathspec '%s' did not match any files"
67msgstr "спецификация пути «%s» не соответствует ни одному файлу"
68
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020069#: archive.c:429
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020070msgid "fmt"
71msgstr "формат"
72
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020073#: archive.c:429
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020074msgid "archive format"
75msgstr "формат архива"
76
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020077#: archive.c:430 builtin/log.c:1232
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020078msgid "prefix"
79msgstr "префикс"
80
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020081#: archive.c:431
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020082msgid "prepend prefix to each pathname in the archive"
83msgstr "добавлять префикс перед каждым путем файла в архиве"
84
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020085#: archive.c:432 builtin/archive.c:88 builtin/blame.c:2547
86#: builtin/blame.c:2548 builtin/config.c:60 builtin/fast-export.c:987
87#: builtin/fast-export.c:989 builtin/grep.c:720 builtin/hash-object.c:100
88#: builtin/ls-files.c:459 builtin/ls-files.c:462 builtin/notes.c:398
89#: builtin/notes.c:561 builtin/read-tree.c:109 parse-options.h:153
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020090msgid "file"
91msgstr "файл"
92
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020093#: archive.c:433 builtin/archive.c:89
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020094msgid "write the archive to this file"
95msgstr "запись архива в этот файл"
96
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020097#: archive.c:435
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020098msgid "read .gitattributes in working directory"
99msgstr "читать .gitattributes в рабочем каталоге"
100
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +0200101#: archive.c:436
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200102msgid "report archived files on stderr"
103msgstr "отчет об архивированных файлах в stderr"
104
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +0200105#: archive.c:437
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200106msgid "store only"
107msgstr "только хранение"
108
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +0200109#: archive.c:438
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200110msgid "compress faster"
111msgstr "сжимать быстрее"
112
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +0200113#: archive.c:446
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200114msgid "compress better"
115msgstr "сжимать лучше"
116
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +0200117#: archive.c:449
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200118msgid "list supported archive formats"
119msgstr "перечислить поддерживаемые форматы архивов"
120
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200121#: archive.c:451 builtin/archive.c:90 builtin/clone.c:78
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200122msgid "repo"
123msgstr "репозиторий"
124
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +0200125#: archive.c:452 builtin/archive.c:91
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200126msgid "retrieve the archive from remote repository <repo>"
127msgstr "получить архив из внешнего <репозитория>"
128
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200129#: archive.c:453 builtin/archive.c:92 builtin/notes.c:482
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200130msgid "command"
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200131msgstr "команда"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200132
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +0200133#: archive.c:454 builtin/archive.c:93
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200134msgid "path to the remote git-upload-archive command"
135msgstr "путь к команде git-upload-archive на машине с внешним репозиторием"
136
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200137#: attr.c:263
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200138msgid ""
139"Negative patterns are ignored in git attributes\n"
140"Use '\\!' for literal leading exclamation."
141msgstr "Отрицающие шаблоны в атрибутах git игнорируются.\nИспользуйте «\\!» для буквального использования символа в значении «восклицательный знак»."
142
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200143#: branch.c:53
144#, c-format
145msgid ""
146"\n"
147"After fixing the error cause you may try to fix up\n"
148"the remote tracking information by invoking\n"
149"\"git branch --set-upstream-to=%s%s%s\"."
150msgstr "\nПосле исправления причины ошибки,\nвы можете исправить информацию об отслеживаемой\nвнешней ветке, с помощью команды\n«git branch --set-upstream-to=%s%s%s»."
151
152#: branch.c:67
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200153#, c-format
154msgid "Not setting branch %s as its own upstream."
155msgstr "Не устанавливаю ветку %s, так так она принадлежит вышестоящему репозиторию."
156
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200157#: branch.c:93
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200158#, c-format
159msgid "Branch %s set up to track remote branch %s from %s by rebasing."
160msgstr "Ветка %s отслеживает внешнюю ветку %s из %s перемещением."
161
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200162#: branch.c:94
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200163#, c-format
164msgid "Branch %s set up to track remote branch %s from %s."
165msgstr "Ветка %s отслеживает внешнюю ветку %s из %s."
166
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200167#: branch.c:98
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200168#, c-format
169msgid "Branch %s set up to track local branch %s by rebasing."
170msgstr "Ветка %s отслеживает локальную ветку %s перемещением."
171
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200172#: branch.c:99
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200173#, c-format
174msgid "Branch %s set up to track local branch %s."
175msgstr "Ветка %s отслеживает локальную ветку %s."
176
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200177#: branch.c:104
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200178#, c-format
179msgid "Branch %s set up to track remote ref %s by rebasing."
180msgstr "Ветка %s отслеживает внешнюю ссылку %s перемещением."
181
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200182#: branch.c:105
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200183#, c-format
184msgid "Branch %s set up to track remote ref %s."
185msgstr "Ветка %s отслеживает внешнюю ссылку %s."
186
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200187#: branch.c:109
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200188#, c-format
189msgid "Branch %s set up to track local ref %s by rebasing."
190msgstr "Ветка %s отслеживает локальную ссылку %s перемещением."
191
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200192#: branch.c:110
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200193#, c-format
194msgid "Branch %s set up to track local ref %s."
195msgstr "Ветка %s отслеживает локальную ссылку %s."
196
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200197#: branch.c:119
198msgid "Unable to write upstream branch configuration"
199msgstr "Не удалось записать настройки вышестоящей ветки"
200
201#: branch.c:156
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200202#, c-format
203msgid "Not tracking: ambiguous information for ref %s"
204msgstr "Не отслеживается: неоднозначная информация для ссылки %s"
205
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200206#: branch.c:185
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200207#, c-format
208msgid "'%s' is not a valid branch name."
209msgstr "«%s» не является действительным именем ветки."
210
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200211#: branch.c:190
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200212#, c-format
213msgid "A branch named '%s' already exists."
214msgstr "Ветка с именем «%s» уже существует."
215
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200216#: branch.c:198
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200217msgid "Cannot force update the current branch."
218msgstr "Не удалось принудительно обновить текущую ветку."
219
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200220#: branch.c:218
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200221#, c-format
222msgid ""
223"Cannot setup tracking information; starting point '%s' is not a branch."
224msgstr "Не удалось настроить информацию отслеживания; стартовая точка «%s» не является веткой."
225
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200226#: branch.c:220
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200227#, c-format
228msgid "the requested upstream branch '%s' does not exist"
229msgstr "запрошенная ветка вышестоящего репозитория «%s» не существует"
230
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200231#: branch.c:222
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200232msgid ""
233"\n"
234"If you are planning on basing your work on an upstream\n"
235"branch that already exists at the remote, you may need to\n"
236"run \"git fetch\" to retrieve it.\n"
237"\n"
238"If you are planning to push out a new local branch that\n"
239"will track its remote counterpart, you may want to use\n"
240"\"git push -u\" to set the upstream config as you push."
241msgstr "\nЕсли вы планируете основывать свою работу на вышестоящей ветке, которая уже существует во внешнем репозитории, вам может потребоваться запустить «git fetch» для ее получения.\n\nЕсли вы планируете отправить новую локальную ветку, которая будет отслеживаться, во внешний репозиторий, вам может потребоваться запустить «git push -u» — чтобы сохранить настройку вышестоящего репозитория для отправки."
242
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200243#: branch.c:266
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200244#, c-format
245msgid "Not a valid object name: '%s'."
246msgstr "Недопустимое имя объекта: «%s»."
247
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200248#: branch.c:286
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200249#, c-format
250msgid "Ambiguous object name: '%s'."
251msgstr "Неоднозначное имя объекта: «%s»."
252
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200253#: branch.c:291
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200254#, c-format
255msgid "Not a valid branch point: '%s'."
256msgstr "Недопустимая точка ветки: «%s»."
257
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200258#: branch.c:344
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +0300259#, c-format
260msgid "'%s' is already checked out at '%s'"
261msgstr "«%s» уже находится на «%s»"
262
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200263#: bundle.c:34
264#, c-format
265msgid "'%s' does not look like a v2 bundle file"
266msgstr "«%s» не похож на файл пакета версии 2"
267
268#: bundle.c:61
269#, c-format
270msgid "unrecognized header: %s%s (%d)"
271msgstr "неопознанный заголовок: %s%s (%d)"
272
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +0200273#: bundle.c:87 builtin/commit.c:766
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200274#, c-format
275msgid "could not open '%s'"
276msgstr "не удалось открыть «%s»"
277
278#: bundle.c:139
279msgid "Repository lacks these prerequisite commits:"
280msgstr "В репозитории отсутствуют необходимые коммиты:"
281
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200282#: bundle.c:163 ref-filter.c:1462 sequencer.c:627 sequencer.c:1074
283#: builtin/blame.c:2754 builtin/commit.c:1045 builtin/log.c:334
284#: builtin/log.c:852 builtin/log.c:1467 builtin/log.c:1700 builtin/merge.c:358
285#: builtin/shortlog.c:170
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200286msgid "revision walk setup failed"
287msgstr "сбой инициализации прохода по редакциям"
288
289#: bundle.c:185
290#, c-format
291msgid "The bundle contains this ref:"
292msgid_plural "The bundle contains these %d refs:"
293msgstr[0] "Пакет содержит эту %d ссылку:"
294msgstr[1] "Пакет содержит эти %d ссылки:"
295msgstr[2] "Пакет содержит эти %d ссылок:"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +0300296msgstr[3] "Пакет содержит эти %d ссылок:"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200297
298#: bundle.c:192
299msgid "The bundle records a complete history."
300msgstr "Пакет содержит полную историю."
301
302#: bundle.c:194
303#, c-format
304msgid "The bundle requires this ref:"
305msgid_plural "The bundle requires these %d refs:"
306msgstr[0] "Пакет требует эту %d ссылку:"
307msgstr[1] "Пакет требует эти %d ссылки:"
308msgstr[2] "Пакет требует эти %d ссылок:"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +0300309msgstr[3] "Пакет требует эти %d ссылок:"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200310
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +0300311#: bundle.c:253
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200312msgid "Could not spawn pack-objects"
313msgstr "Не удалось создать объекты пакета"
314
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +0300315#: bundle.c:264
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200316msgid "pack-objects died"
317msgstr "критическая ошибка pack-objects"
318
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +0300319#: bundle.c:304
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200320msgid "rev-list died"
321msgstr "критическая ошибка rev-list"
322
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +0300323#: bundle.c:353
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200324#, c-format
325msgid "ref '%s' is excluded by the rev-list options"
326msgstr "ссылка «%s» исключена в соответствии с опциями rev-list"
327
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200328#: bundle.c:443 builtin/log.c:157 builtin/log.c:1372 builtin/shortlog.c:273
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200329#, c-format
330msgid "unrecognized argument: %s"
331msgstr "неопознанный аргумент: %s"
332
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +0300333#: bundle.c:449
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200334msgid "Refusing to create empty bundle."
335msgstr "Отклонение создания пустого пакета."
336
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +0300337#: bundle.c:459
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200338#, c-format
339msgid "cannot create '%s'"
340msgstr "не удалось создать «%s»"
341
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +0300342#: bundle.c:480
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200343msgid "index-pack died"
344msgstr "критическая ошибка index-pack"
345
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +0200346#: color.c:275
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200347#, c-format
348msgid "invalid color value: %.*s"
349msgstr "недопустимое значение цвета: %.*s"
350
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200351#: commit.c:40 builtin/am.c:437 builtin/am.c:473 builtin/am.c:1505
352#: builtin/am.c:2135
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200353#, c-format
354msgid "could not parse %s"
355msgstr "не удалось разобрать %s"
356
357#: commit.c:42
358#, c-format
359msgid "%s %s is not a commit!"
360msgstr "%s %s не является коммитом!"
361
362#: compat/obstack.c:406 compat/obstack.c:408
363msgid "memory exhausted"
364msgstr "память исчерпана"
365
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200366#: config.c:475 config.c:477
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200367#, c-format
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200368msgid "bad config line %d in %s %s"
369msgstr "ошибка в %d строке файла конфигурации в %s %s"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200370
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200371#: config.c:593
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200372#, c-format
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200373msgid "bad numeric config value '%s' for '%s' in %s %s: %s"
374msgstr "неправильное числовое значение «%s» для «%s» в %s %s: %s"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200375
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200376#: config.c:595
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200377#, c-format
378msgid "bad numeric config value '%s' for '%s': %s"
379msgstr "неправильное числовое значение «%s» для «%s»: %s"
380
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200381#: config.c:680
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200382#, c-format
383msgid "failed to expand user dir in: '%s'"
384msgstr "сбой разворачивания пути каталога пользователя: «%s»"
385
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200386#: config.c:758 config.c:769
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200387#, c-format
388msgid "bad zlib compression level %d"
389msgstr "неправильный уровень сжатия zlib %d"
390
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200391#: config.c:891
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200392#, c-format
393msgid "invalid mode for object creation: %s"
394msgstr "недопустимый режим создания объекта: %s"
395
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200396#: config.c:1220
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200397msgid "unable to parse command-line config"
398msgstr "не удалось разобрать конфигурацию из командной строки"
399
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200400#: config.c:1281
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200401msgid "unknown error occured while reading the configuration files"
402msgstr "произошла неизвестная ошибка при чтении файлов конфигурации"
403
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200404#: config.c:1629
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200405#, c-format
406msgid "unable to parse '%s' from command-line config"
407msgstr "не удалось разобрать «%s» в конфигурации из командной строки"
408
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200409#: config.c:1631
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200410#, c-format
411msgid "bad config variable '%s' in file '%s' at line %d"
412msgstr "неправильная переменная конфигурации «%s» в файле «%s» на строке %d"
413
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200414#: config.c:1690
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200415#, c-format
416msgid "%s has multiple values"
417msgstr "%s имеет несколько значений"
418
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200419#: config.c:2226
420#, c-format
421msgid "Could not set '%s' to '%s'"
422msgstr "Не удалось установить «%s» в «%s»"
423
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200424#: connected.c:69
425msgid "Could not run 'git rev-list'"
426msgstr "Не удалось запустить «git rev-list»"
427
428#: connected.c:89
429#, c-format
430msgid "failed write to rev-list: %s"
431msgstr "сбой записи в rev-list: %s"
432
433#: connected.c:97
434#, c-format
435msgid "failed to close rev-list's stdin: %s"
436msgstr "сбой закрытия стандартного ввода у rev-list: %s"
437
438#: date.c:95
439msgid "in the future"
440msgstr "в будущем"
441
442#: date.c:101
443#, c-format
444msgid "%lu second ago"
445msgid_plural "%lu seconds ago"
446msgstr[0] "%lu секунду назад"
447msgstr[1] "%lu секунды назад"
448msgstr[2] "%lu секунд назад"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +0300449msgstr[3] "%lu секунд назад"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200450
451#: date.c:108
452#, c-format
453msgid "%lu minute ago"
454msgid_plural "%lu minutes ago"
455msgstr[0] "%lu минуту назад"
456msgstr[1] "%lu минуты назад"
457msgstr[2] "%lu минут назад"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +0300458msgstr[3] "%lu минут назад"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200459
460#: date.c:115
461#, c-format
462msgid "%lu hour ago"
463msgid_plural "%lu hours ago"
464msgstr[0] "%lu час назад"
465msgstr[1] "%lu часа назад"
466msgstr[2] "%lu часов назад"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +0300467msgstr[3] "%lu часов назад"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200468
469#: date.c:122
470#, c-format
471msgid "%lu day ago"
472msgid_plural "%lu days ago"
473msgstr[0] "%lu день назад"
474msgstr[1] "%lu дня назад"
475msgstr[2] "%lu дней назад"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +0300476msgstr[3] "%lu дней назад"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200477
478#: date.c:128
479#, c-format
480msgid "%lu week ago"
481msgid_plural "%lu weeks ago"
482msgstr[0] "%lu неделю назад"
483msgstr[1] "%lu недели назад"
484msgstr[2] "%lu недель назад"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +0300485msgstr[3] "%lu недель назад"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200486
487#: date.c:135
488#, c-format
489msgid "%lu month ago"
490msgid_plural "%lu months ago"
491msgstr[0] "%lu месяц назад"
492msgstr[1] "%lu месяца назад"
493msgstr[2] "%lu месяцев назад"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +0300494msgstr[3] "%lu месяцев назад"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200495
496#: date.c:146
497#, c-format
498msgid "%lu year"
499msgid_plural "%lu years"
500msgstr[0] "%lu год"
501msgstr[1] "%lu года"
502msgstr[2] "%lu лет"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +0300503msgstr[3] "%lu лет"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200504
505#. TRANSLATORS: "%s" is "<n> years"
506#: date.c:149
507#, c-format
508msgid "%s, %lu month ago"
509msgid_plural "%s, %lu months ago"
510msgstr[0] "%s и %lu месяц назад"
511msgstr[1] "%s и %lu месяца назад"
512msgstr[2] "%s и %lu месяцев назад"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +0300513msgstr[3] "%s и %lu месяцев назад"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200514
515#: date.c:154 date.c:159
516#, c-format
517msgid "%lu year ago"
518msgid_plural "%lu years ago"
519msgstr[0] "%lu год назад"
520msgstr[1] "%lu года назад"
521msgstr[2] "%lu лет назад"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +0300522msgstr[3] "%lu лет назад"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200523
524#: diffcore-order.c:24
525#, c-format
526msgid "failed to read orderfile '%s'"
527msgstr "сбой чтения orderfile «%s»"
528
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +0200529#: diffcore-rename.c:536
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200530msgid "Performing inexact rename detection"
531msgstr "Выполняется неточное определение переименования"
532
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +0200533#: diff.c:115
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200534#, c-format
535msgid " Failed to parse dirstat cut-off percentage '%s'\n"
536msgstr " Сбой разбора величины среза (cut-off) у dirstat «%s»\n"
537
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +0200538#: diff.c:120
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200539#, c-format
540msgid " Unknown dirstat parameter '%s'\n"
541msgstr "Неизвестный параметр dirstat: «%s»\n"
542
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +0200543#: diff.c:215
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200544#, c-format
545msgid "Unknown value for 'diff.submodule' config variable: '%s'"
546msgstr "Неизвестное значения для переменной «diff.submodule»: «%s»"
547
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +0200548#: diff.c:267
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200549#, c-format
550msgid ""
551"Found errors in 'diff.dirstat' config variable:\n"
552"%s"
553msgstr "Найдены ошибки в переменной «diff.dirstat»:\n%s"
554
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200555#: diff.c:2997
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200556#, c-format
557msgid "external diff died, stopping at %s"
558msgstr "критическая ошибка при внешнем сравнении, останов на %s"
559
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200560#: diff.c:3393
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200561msgid "--follow requires exactly one pathspec"
562msgstr "--follow требует ровно одной спецификации пути"
563
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200564#: diff.c:3556
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200565#, c-format
566msgid ""
567"Failed to parse --dirstat/-X option parameter:\n"
568"%s"
569msgstr "Сбой разбора параметра опции --dirstat/-X :\n%s"
570
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200571#: diff.c:3570
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200572#, c-format
573msgid "Failed to parse --submodule option parameter: '%s'"
574msgstr "Сбой разбора параметра опции --submodule: «%s»"
575
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200576#: dir.c:2004
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +0300577msgid "failed to get kernel name and information"
578msgstr "не удалось получить имя ядра и информацию"
579
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200580#: dir.c:2123
581msgid "Untracked cache is disabled on this system or location."
582msgstr "Кэш неотслеживаемых файлов отключен на этой системе или в этом месте."
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +0300583
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +0300584#: gpg-interface.c:166 gpg-interface.c:237
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200585msgid "could not run gpg."
586msgstr "не удалось запустить gpg."
587
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +0300588#: gpg-interface.c:178
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200589msgid "gpg did not accept the data"
590msgstr "gpg не принял данные"
591
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +0300592#: gpg-interface.c:189
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200593msgid "gpg failed to sign the data"
594msgstr "gpg не удалось подписать данные"
595
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +0300596#: gpg-interface.c:222
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200597#, c-format
598msgid "could not create temporary file '%s': %s"
599msgstr "не удалось создать временный файл «%s»: %s"
600
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +0300601#: gpg-interface.c:225
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200602#, c-format
603msgid "failed writing detached signature to '%s': %s"
604msgstr "сбой записи отсоединенной подписи в «%s»: %s"
605
606#: grep.c:1718
607#, c-format
608msgid "'%s': unable to read %s"
609msgstr "«%s»: не удалось прочесть %s"
610
611#: grep.c:1735
612#, c-format
613msgid "'%s': %s"
614msgstr "«%s»: %s"
615
616#: grep.c:1746
617#, c-format
618msgid "'%s': short read %s"
619msgstr "«%s»: слишком мало данных прочитано %s"
620
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200621#: help.c:205
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200622#, c-format
623msgid "available git commands in '%s'"
624msgstr "доступные команды git в «%s»"
625
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200626#: help.c:212
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200627msgid "git commands available from elsewhere on your $PATH"
628msgstr "команды git, доступные в других местах вашего $PATH"
629
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200630#: help.c:244
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +0300631msgid "These are common Git commands used in various situations:"
632msgstr "Стандартные команды Git используемые в различных ситуациях:"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200633
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200634#: help.c:309
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200635#, c-format
636msgid ""
637"'%s' appears to be a git command, but we were not\n"
638"able to execute it. Maybe git-%s is broken?"
639msgstr "«%s» похоже на команду git, но нам не удалось ее запустить. Возможно, git-%s не работает?"
640
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200641#: help.c:366
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200642msgid "Uh oh. Your system reports no Git commands at all."
643msgstr "Ой-ёй! Ваша система не сообщает ни о каких командах Git вообще."
644
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200645#: help.c:388
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200646#, c-format
647msgid ""
648"WARNING: You called a Git command named '%s', which does not exist.\n"
649"Continuing under the assumption that you meant '%s'"
650msgstr "ВНИМАНИЕ: Вы вызвали команду Git «%s», но такой не существует.\nПродолжаем с предположением, что вы имели в виду «%s»"
651
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200652#: help.c:393
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200653#, c-format
654msgid "in %0.1f seconds automatically..."
655msgstr "через %0.1f секунд автоматически…"
656
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200657#: help.c:400
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200658#, c-format
659msgid "git: '%s' is not a git command. See 'git --help'."
660msgstr "git: «%s» не является командой git. Смотрите «git --help»."
661
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200662#: help.c:404 help.c:464
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200663msgid ""
664"\n"
665"Did you mean this?"
666msgid_plural ""
667"\n"
668"Did you mean one of these?"
669msgstr[0] "\nВозможно, вы имели в виду это?"
670msgstr[1] "\nВозможно, вы имели в виду что-то из этого?"
671msgstr[2] "\nВозможно, вы имели в виду что-то из этого?"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +0300672msgstr[3] "\nВозможно, вы имели в виду что-то из этого?"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200673
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200674#: help.c:460
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200675#, c-format
676msgid "%s: %s - %s"
677msgstr "%s: %s — %s"
678
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200679#: merge.c:41
680msgid "failed to read the cache"
681msgstr "сбой чтения кэша"
682
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200683#: merge.c:94 builtin/am.c:2008 builtin/am.c:2043 builtin/checkout.c:376
684#: builtin/checkout.c:587 builtin/clone.c:730
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200685msgid "unable to write new index file"
686msgstr "не удалось записать новый файл индекса"
687
688#: merge-recursive.c:189
689#, c-format
690msgid "(bad commit)\n"
691msgstr "(плохой коммит)\n"
692
693#: merge-recursive.c:209
694#, c-format
695msgid "addinfo_cache failed for path '%s'"
696msgstr "сбой addinfo_cache для пути «%s»"
697
698#: merge-recursive.c:270
699msgid "error building trees"
700msgstr "ошибка при построении деревьев"
701
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200702#: merge-recursive.c:689
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200703#, c-format
704msgid "failed to create path '%s'%s"
705msgstr "не удалось создать путь «%s»%s"
706
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200707#: merge-recursive.c:700
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200708#, c-format
709msgid "Removing %s to make room for subdirectory\n"
710msgstr "Удаление %s, чтобы освободить место для подкаталогов\n"
711
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200712#: merge-recursive.c:714 merge-recursive.c:735
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200713msgid ": perhaps a D/F conflict?"
714msgstr ": возможно, конфликт каталогов/файлов?"
715
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200716#: merge-recursive.c:725
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200717#, c-format
718msgid "refusing to lose untracked file at '%s'"
719msgstr "отказ потери неотслеживаемого файла в «%s»"
720
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200721#: merge-recursive.c:765
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200722#, c-format
723msgid "cannot read object %s '%s'"
724msgstr "невозможно прочитать объект %s «%s»"
725
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200726#: merge-recursive.c:767
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200727#, c-format
728msgid "blob expected for %s '%s'"
729msgstr "ожидается двоичный объект для %s «%s»"
730
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200731#: merge-recursive.c:790 builtin/clone.c:374
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200732#, c-format
733msgid "failed to open '%s'"
734msgstr "не удалось открыть «%s»"
735
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200736#: merge-recursive.c:798
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200737#, c-format
738msgid "failed to symlink '%s'"
739msgstr "не удалось создать символьную ссылку «%s»"
740
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200741#: merge-recursive.c:801
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200742#, c-format
743msgid "do not know what to do with %06o %s '%s'"
744msgstr "не понятно, что делать с %06o %s «%s»"
745
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200746#: merge-recursive.c:939
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200747msgid "Failed to execute internal merge"
748msgstr "Не удалось запустить внутреннее слияние"
749
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200750#: merge-recursive.c:943
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200751#, c-format
752msgid "Unable to add %s to database"
753msgstr "Не удалось добавить %s в базу данных"
754
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200755#: merge-recursive.c:959
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200756msgid "unsupported object type in the tree"
757msgstr "объект неподдерживаемого типа в дереве"
758
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200759#: merge-recursive.c:1034 merge-recursive.c:1048
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200760#, c-format
761msgid ""
762"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
763"in tree."
764msgstr "КОНФЛИКТ (%s/удаление): %s удалено в %s и %s в %s. Версия %s из %s оставлена в дереве."
765
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200766#: merge-recursive.c:1040 merge-recursive.c:1053
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200767#, c-format
768msgid ""
769"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
770"in tree at %s."
771msgstr "КОНФЛИКТ (%s/удаление): %s удалено в %s и %s в %s. Версия %s из %s оставлена в дереве на %s."
772
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200773#: merge-recursive.c:1094
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200774msgid "rename"
775msgstr "переименование"
776
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200777#: merge-recursive.c:1094
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200778msgid "renamed"
779msgstr "переименовано"
780
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200781#: merge-recursive.c:1150
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200782#, c-format
783msgid "%s is a directory in %s adding as %s instead"
784msgstr "%s — это каталог в %s, добавляем как %s вместо этого"
785
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200786#: merge-recursive.c:1172
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200787#, c-format
788msgid ""
789"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename "
790"\"%s\"->\"%s\" in \"%s\"%s"
791msgstr "КОНФЛИКТ (переименование/переименование): Переименование «%s»→«%s» в ветке «%s» и переименование «%s»→«%s» в ветке «%s»%s"
792
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200793#: merge-recursive.c:1177
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200794msgid " (left unresolved)"
795msgstr " (оставлено неразрешенным)"
796
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200797#: merge-recursive.c:1231
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200798#, c-format
799msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
800msgstr "КОНФЛИКТ (переименование/переименование): Переименование «%s»→«%s» в ветке «%s» и переименование «%s»→«%s» в ветке «%s»"
801
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200802#: merge-recursive.c:1261
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200803#, c-format
804msgid "Renaming %s to %s and %s to %s instead"
805msgstr "Переименовываю %s в %s и %s в %s вместо этого"
806
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200807#: merge-recursive.c:1460
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200808#, c-format
809msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
810msgstr "КОНФЛИКТ (переименование/добавление): Переименование «%s»→«%s» в ветке «%s» и добавление «%s» в ветке «%s»"
811
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200812#: merge-recursive.c:1470
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200813#, c-format
814msgid "Adding merged %s"
815msgstr "Добавление слитого %s"
816
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200817#: merge-recursive.c:1475 merge-recursive.c:1677
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200818#, c-format
819msgid "Adding as %s instead"
820msgstr "Добавление вместо этого как %s"
821
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200822#: merge-recursive.c:1526
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200823#, c-format
824msgid "cannot read object %s"
825msgstr "невозможно прочитать объект «%s»"
826
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200827#: merge-recursive.c:1529
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200828#, c-format
829msgid "object %s is not a blob"
830msgstr "объект %s не является двоичным объектом"
831
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200832#: merge-recursive.c:1581
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200833msgid "modify"
834msgstr "изменение"
835
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200836#: merge-recursive.c:1581
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200837msgid "modified"
838msgstr "изменено"
839
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200840#: merge-recursive.c:1591
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200841msgid "content"
842msgstr "содержимое"
843
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200844#: merge-recursive.c:1598
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200845msgid "add/add"
846msgstr "добавление/добавление"
847
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200848#: merge-recursive.c:1632
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200849#, c-format
850msgid "Skipped %s (merged same as existing)"
851msgstr "Пропуск %s (слиты одинаковые изменения как существующие)"
852
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200853#: merge-recursive.c:1646
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200854#, c-format
855msgid "Auto-merging %s"
856msgstr "Автослияние %s"
857
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200858#: merge-recursive.c:1650 git-submodule.sh:1048
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200859msgid "submodule"
860msgstr "подмодуль"
861
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200862#: merge-recursive.c:1651
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200863#, c-format
864msgid "CONFLICT (%s): Merge conflict in %s"
865msgstr "КОНФЛИКТ (%s): Конфликт слияния в %s"
866
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200867#: merge-recursive.c:1737
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200868#, c-format
869msgid "Removing %s"
870msgstr "Удаление %s"
871
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200872#: merge-recursive.c:1762
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200873msgid "file/directory"
874msgstr "файл/каталог"
875
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200876#: merge-recursive.c:1768
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200877msgid "directory/file"
878msgstr "каталог/файл"
879
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200880#: merge-recursive.c:1773
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200881#, c-format
882msgid ""
883"CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
884msgstr "КОНФЛИКТ (%s): Уже существует каталог с именем «%s» в «%s». Добавление «%s» как «%s»"
885
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200886#: merge-recursive.c:1783
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200887#, c-format
888msgid "Adding %s"
889msgstr "Добавление %s"
890
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200891#: merge-recursive.c:1800
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200892msgid "Fatal merge failure, shouldn't happen."
893msgstr "Критическая ошибка слияния, такого не должно случаться."
894
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200895#: merge-recursive.c:1819
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200896msgid "Already up-to-date!"
897msgstr "Уже обновлено!"
898
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200899#: merge-recursive.c:1828
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200900#, c-format
901msgid "merging of trees %s and %s failed"
902msgstr "сбой слияния деревьев «%s» и «%s»"
903
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200904#: merge-recursive.c:1858
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200905#, c-format
906msgid "Unprocessed path??? %s"
907msgstr "Необработанный путь??? %s"
908
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200909#: merge-recursive.c:1906
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200910msgid "Merging:"
911msgstr "Слияние:"
912
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200913#: merge-recursive.c:1919
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200914#, c-format
915msgid "found %u common ancestor:"
916msgid_plural "found %u common ancestors:"
917msgstr[0] "найден %u общий предок:"
918msgstr[1] "найдено %u общих предка:"
919msgstr[2] "найдено %u общих предков:"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +0300920msgstr[3] "найдено %u общих предков:"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200921
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200922#: merge-recursive.c:1956
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200923msgid "merge returned no commit"
924msgstr "слияние не вернуло коммит"
925
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200926#: merge-recursive.c:2013
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200927#, c-format
928msgid "Could not parse object '%s'"
929msgstr "Не удалось разобрать объект «%s»"
930
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +0200931#: merge-recursive.c:2024 builtin/merge.c:646
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200932msgid "Unable to write index."
933msgstr "Не удается записать индекс."
934
935#: notes-utils.c:41
936msgid "Cannot commit uninitialized/unreferenced notes tree"
937msgstr "Нельзя закоммитить неинициализированное или не имеющее ссылок дерево заметок"
938
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +0300939#: notes-utils.c:100
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200940#, c-format
941msgid "Bad notes.rewriteMode value: '%s'"
942msgstr "Неправильное значение notes.rewriteMode: «%s»"
943
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +0300944#: notes-utils.c:110
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200945#, c-format
946msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
947msgstr "Отказ в перезаписи заметок в %s (за пределами refs/notes/)"
948
949#. TRANSLATORS: The first %s is the name of the
950#. environment variable, the second %s is its value
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +0300951#: notes-utils.c:137
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200952#, c-format
953msgid "Bad %s value: '%s'"
954msgstr "Неправильное значение переменной %s: «%s»"
955
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +0300956#: object.c:242
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200957#, c-format
958msgid "unable to parse object: %s"
959msgstr "не удалось разобрать объект: %s"
960
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +0200961#: parse-options.c:570
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200962msgid "..."
963msgstr "…"
964
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +0200965#: parse-options.c:588
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200966#, c-format
967msgid "usage: %s"
968msgstr "использование: %s"
969
970#. TRANSLATORS: the colon here should align with the
971#. one in "usage: %s" translation
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +0200972#: parse-options.c:592
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200973#, c-format
974msgid " or: %s"
975msgstr " или: %s"
976
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +0200977#: parse-options.c:595
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200978#, c-format
979msgid " %s"
980msgstr " %s"
981
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +0200982#: parse-options.c:629
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200983msgid "-NUM"
984msgstr "-КОЛИЧЕСТВО"
985
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +0200986#: parse-options-cb.c:108
987#, c-format
988msgid "malformed object name '%s'"
Dimitriy Ryazantcevf3aeef12016-03-13 02:07:09 +0200989msgstr "Неправильное имя объекта «%s»"
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +0200990
991#: path.c:752
992#, c-format
993msgid "Could not make %s writable by group"
994msgstr "Не удалось предоставить доступ к %s на запись"
995
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +0200996#: pathspec.c:133
997msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
998msgstr "глобальные опции спецификации пути «glob» и «noglob» нельзя использовать одновременно"
999
1000#: pathspec.c:143
1001msgid ""
1002"global 'literal' pathspec setting is incompatible with all other global "
1003"pathspec settings"
1004msgstr "глобальная опция спецификации пути «literal» не совместима с другими глобальными спецификаторами доступа"
1005
1006#: pathspec.c:177
1007msgid "invalid parameter for pathspec magic 'prefix'"
1008msgstr "неправильный параметр для магического слова «prefix» в спецификации пути "
1009
1010#: pathspec.c:183
1011#, c-format
1012msgid "Invalid pathspec magic '%.*s' in '%s'"
1013msgstr "неправильное магическое слово «%.*s» в спецификации пути «%s»"
1014
1015#: pathspec.c:187
1016#, c-format
1017msgid "Missing ')' at the end of pathspec magic in '%s'"
1018msgstr "Пропущено «)» в конце магического слова спецификации пути «%s»"
1019
1020#: pathspec.c:205
1021#, c-format
1022msgid "Unimplemented pathspec magic '%c' in '%s'"
1023msgstr "Нереализованное магическое слово «%c» спецификации пути «%s»"
1024
1025#: pathspec.c:230
1026#, c-format
1027msgid "%s: 'literal' and 'glob' are incompatible"
1028msgstr "%s: «literal» и «glob» не совместимы"
1029
1030#: pathspec.c:241
1031#, c-format
1032msgid "%s: '%s' is outside repository"
1033msgstr "%s: «%s» вне репозитория"
1034
1035#: pathspec.c:291
1036#, c-format
1037msgid "Pathspec '%s' is in submodule '%.*s'"
1038msgstr "Спецификация пути «%s» в подмодуле «%.*s»"
1039
1040#: pathspec.c:353
1041#, c-format
1042msgid "%s: pathspec magic not supported by this command: %s"
1043msgstr "%s: магические слова в спецификации пути не поддерживаются командой: %s"
1044
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001045#: pathspec.c:433
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001046#, c-format
1047msgid "pathspec '%s' is beyond a symbolic link"
1048msgstr "спецификация пути «%s» находится за символической ссылкой"
1049
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001050#: pathspec.c:442
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001051msgid ""
1052"There is nothing to exclude from by :(exclude) patterns.\n"
1053"Perhaps you forgot to add either ':/' or '.' ?"
1054msgstr "Не указан шаблон для исключения с помощью :(exclude).\nВозможно, вы забыли «:/» или «.» ?"
1055
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001056#: pretty.c:969
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001057msgid "unable to parse --pretty format"
1058msgstr "не удалось разобрать формат для --pretty"
1059
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02001060#: progress.c:235
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001061msgid "done"
1062msgstr "готово"
1063
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02001064#: read-cache.c:1281
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001065#, c-format
1066msgid ""
1067"index.version set, but the value is invalid.\n"
1068"Using version %i"
1069msgstr "index.version указан, но значение недействительное.\nИспользую версию %i"
1070
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02001071#: read-cache.c:1291
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001072#, c-format
1073msgid ""
1074"GIT_INDEX_VERSION set, but the value is invalid.\n"
1075"Using version %i"
1076msgstr "GIT_INDEX_VERSION указан, но значение недействительное.\nИспользую версию %i"
1077
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001078#: refs.c:543 builtin/merge.c:761 builtin/merge.c:872 builtin/merge.c:974
1079#: builtin/merge.c:984
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001080#, c-format
1081msgid "Could not open '%s' for writing"
1082msgstr "Не удалось открыть «%s» для записи"
1083
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001084#: refs/files-backend.c:2374
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001085#, c-format
1086msgid "could not delete reference %s: %s"
1087msgstr "не удалось удалить ссылку %s: %s"
1088
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001089#: refs/files-backend.c:2377
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001090#, c-format
1091msgid "could not delete references: %s"
1092msgstr "не удалось удалить ссылки: %s"
1093
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001094#: refs/files-backend.c:2386
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001095#, c-format
1096msgid "could not remove reference %s"
1097msgstr "не удалось удалить ссылки %s"
1098
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001099#: ref-filter.c:55
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02001100#, c-format
1101msgid "expected format: %%(color:<color>)"
1102msgstr "ожидаемый формат: %%(color:<color>)"
1103
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001104#: ref-filter.c:57
1105#, c-format
1106msgid "unrecognized color: %%(color:%s)"
1107msgstr "неопознанный цвет: %%(color:%s)"
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001108
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001109#: ref-filter.c:71
1110#, c-format
1111msgid "unrecognized format: %%(%s)"
1112msgstr "неопознанный формат: %%(%s)"
1113
Dimitriy Ryazantcevf3aeef12016-03-13 02:07:09 +02001114#: ref-filter.c:77
1115#, c-format
1116msgid "%%(body) does not take arguments"
1117msgstr "%%(body) не принимает аргументов"
1118
1119#: ref-filter.c:84
1120#, c-format
1121msgid "%%(subject) does not take arguments"
1122msgstr "%%(subject) не принимает аргументов"
1123
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001124#: ref-filter.c:101
1125#, c-format
1126msgid "positive value expected contents:lines=%s"
1127msgstr "положительное значение ожидает содержимое:lines=%s"
1128
1129#: ref-filter.c:103
1130#, c-format
1131msgid "unrecognized %%(contents) argument: %s"
1132msgstr "неопознанный аргумент %%(contents): %s"
1133
1134#: ref-filter.c:113
1135#, c-format
1136msgid "unrecognized %%(objectname) argument: %s"
1137msgstr "неопознанный аргумент %%(objectname): %s"
1138
1139#: ref-filter.c:135
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02001140#, c-format
1141msgid "expected format: %%(align:<width>,<position>)"
1142msgstr "ожидаемый формат: %%(align:<width>,<position>)"
1143
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001144#: ref-filter.c:147
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02001145#, c-format
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001146msgid "unrecognized position:%s"
1147msgstr "неопознанная позиция:%s"
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02001148
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001149#: ref-filter.c:151
1150#, c-format
1151msgid "unrecognized width:%s"
1152msgstr "неопознанная ширина:%s"
1153
1154#: ref-filter.c:157
1155#, c-format
1156msgid "unrecognized %%(align) argument: %s"
1157msgstr "неопознанный аргумент %%(align): %s"
1158
1159#: ref-filter.c:161
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02001160#, c-format
1161msgid "positive width expected with the %%(align) atom"
1162msgstr "ожидается положительная ширина с указанием частицы %%(align)"
1163
Dimitriy Ryazantcevf3aeef12016-03-13 02:07:09 +02001164#: ref-filter.c:244
1165#, c-format
1166msgid "malformed field name: %.*s"
1167msgstr "неправильное имя поля: %.*s"
1168
1169#: ref-filter.c:270
1170#, c-format
1171msgid "unknown field name: %.*s"
1172msgstr "неизвестное имя поля: %.*s"
1173
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001174#: ref-filter.c:372
1175#, c-format
1176msgid "format: %%(end) atom used without corresponding atom"
1177msgstr "формат: частица %%(end) использована без соответствующей частицы"
1178
Dimitriy Ryazantcevf3aeef12016-03-13 02:07:09 +02001179#: ref-filter.c:424
1180#, c-format
1181msgid "malformed format string %s"
1182msgstr "неправильная строка формата %s"
1183
1184#: ref-filter.c:878
1185msgid ":strip= requires a positive integer argument"
1186msgstr ":strip= требует наличия положительного целого аргумента"
1187
1188#: ref-filter.c:883
1189#, c-format
1190msgid "ref '%s' does not have %ld components to :strip"
1191msgstr "ссылка «%s» не содержит %ld компонент для :strip"
1192
1193#: ref-filter.c:1046
1194#, c-format
1195msgid "unknown %.*s format %s"
1196msgstr "неизвестный %.*s формат %s"
1197
1198#: ref-filter.c:1066 ref-filter.c:1097
1199#, c-format
1200msgid "missing object %s for %s"
1201msgstr "не найден объект %s для %s"
1202
1203#: ref-filter.c:1069 ref-filter.c:1100
1204#, c-format
1205msgid "parse_object_buffer failed on %s for %s"
1206msgstr "сбой при выполнении parse_object_buffer на %s для %s"
1207
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001208#: ref-filter.c:1311
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02001209#, c-format
1210msgid "malformed object at '%s'"
Dimitriy Ryazantcevf3aeef12016-03-13 02:07:09 +02001211msgstr "Повреждённый объект «%s»"
1212
1213#: ref-filter.c:1373
1214#, c-format
1215msgid "ignoring ref with broken name %s"
1216msgstr "игнорирую ссылку с неправильным именем %s"
1217
1218#: ref-filter.c:1378
1219#, c-format
1220msgid "ignoring broken ref %s"
1221msgstr "игнорирую неправильную ссылку %s"
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02001222
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001223#: ref-filter.c:1651
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02001224#, c-format
1225msgid "format: %%(end) atom missing"
1226msgstr "format: пропущена частица %%(end)"
1227
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001228#: ref-filter.c:1705
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02001229#, c-format
1230msgid "malformed object name %s"
Dimitriy Ryazantcevf3aeef12016-03-13 02:07:09 +02001231msgstr "неправильное имя объекта %s"
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02001232
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001233#: remote.c:745
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001234#, c-format
1235msgid "Cannot fetch both %s and %s to %s"
1236msgstr "Нельзя извлечь одновременно %s и %s в %s"
1237
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001238#: remote.c:749
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001239#, c-format
1240msgid "%s usually tracks %s, not %s"
1241msgstr "%s обычно отслеживает %s, а не %s"
1242
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001243#: remote.c:753
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001244#, c-format
1245msgid "%s tracks both %s and %s"
1246msgstr "%s отслеживает и %s и %s"
1247
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001248#: remote.c:761
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001249msgid "Internal error"
1250msgstr "Внутренняя ошибка"
1251
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001252#: remote.c:1677 remote.c:1720
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03001253msgid "HEAD does not point to a branch"
1254msgstr "HEAD не указывает на ветку"
1255
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001256#: remote.c:1686
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03001257#, c-format
1258msgid "no such branch: '%s'"
1259msgstr "нет такой ветки: «%s»"
1260
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001261#: remote.c:1689
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03001262#, c-format
1263msgid "no upstream configured for branch '%s'"
1264msgstr "вышестоящая ветка не настроена для ветки «%s»"
1265
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001266#: remote.c:1695
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03001267#, c-format
1268msgid "upstream branch '%s' not stored as a remote-tracking branch"
1269msgstr "вышестоящая ветка «%s» не сохранена как отслеживаемая ветка"
1270
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001271#: remote.c:1710
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03001272#, c-format
1273msgid "push destination '%s' on remote '%s' has no local tracking branch"
1274msgstr "назначение для отправки «%s» на внешнем сервере «%s» не имеет локальной отслеживаемой ветки"
1275
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001276#: remote.c:1725
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03001277#, c-format
1278msgid "branch '%s' has no remote for pushing"
1279msgstr "ветка «%s» не имеет внешнего сервера для отправки"
1280
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001281#: remote.c:1736
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03001282#, c-format
1283msgid "push refspecs for '%s' do not include '%s'"
1284msgstr "спецификации пути для отправки «%s» не включают в себя «%s»"
1285
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001286#: remote.c:1749
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03001287msgid "push has no destination (push.default is 'nothing')"
1288msgstr "отправка не имеет точки назначения (push.default выставлен в «nothing»)"
1289
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001290#: remote.c:1771
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03001291msgid "cannot resolve 'simple' push to a single destination"
1292msgstr "не удалось выполнить «simple» отправку в единственную точку назначения"
1293
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001294#: remote.c:2073
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001295#, c-format
1296msgid "Your branch is based on '%s', but the upstream is gone.\n"
1297msgstr "Ваша ветка базируется на «%s», но вышестоящий репозиторий исчез.\n"
1298
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001299#: remote.c:2077
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001300msgid " (use \"git branch --unset-upstream\" to fixup)\n"
1301msgstr "(для исправления запустите «git branch --unset-upstream»)\n"
1302
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001303#: remote.c:2080
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001304#, c-format
1305msgid "Your branch is up-to-date with '%s'.\n"
1306msgstr "Ваша ветка обновлена в соответствии с «%s».\n"
1307
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001308#: remote.c:2084
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001309#, c-format
1310msgid "Your branch is ahead of '%s' by %d commit.\n"
1311msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
1312msgstr[0] "Ваша ветка опережает «%s» на %d коммит.\n"
1313msgstr[1] "Ваша ветка опережает «%s» на %d коммита.\n"
1314msgstr[2] "Ваша ветка опережает «%s» на %d коммитов.\n"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03001315msgstr[3] "Ваша ветка опережает «%s» на %d коммитов.\n"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001316
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001317#: remote.c:2090
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001318msgid " (use \"git push\" to publish your local commits)\n"
1319msgstr " (используйте «git push», чтобы опубликовать ваши локальные коммиты)\n"
1320
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001321#: remote.c:2093
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001322#, c-format
1323msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
1324msgid_plural ""
1325"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
1326msgstr[0] "Ваша ветка отстает от «%s» на %d коммит и может быть перемотана вперед.\n"
1327msgstr[1] "Ваша ветка отстает от «%s» на %d коммита и может быть перемотана вперед.\n"
1328msgstr[2] "Ваша ветка отстает от «%s» на %d коммитов и может быть перемотана вперед.\n"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03001329msgstr[3] "Ваша ветка отстает от «%s» на %d коммитов и может быть перемотана вперед.\n"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001330
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001331#: remote.c:2101
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001332msgid " (use \"git pull\" to update your local branch)\n"
1333msgstr " (используйте «git pull», чтобы обновить вашу локальную ветку)\n"
1334
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001335#: remote.c:2104
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001336#, c-format
1337msgid ""
1338"Your branch and '%s' have diverged,\n"
1339"and have %d and %d different commit each, respectively.\n"
1340msgid_plural ""
1341"Your branch and '%s' have diverged,\n"
1342"and have %d and %d different commits each, respectively.\n"
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001343msgstr[0] "Ваша ветка и «%s» разделились\nи теперь имеют %d и %d разный коммит в каждой соответственно.\n"
1344msgstr[1] "Ваша ветка и «%s» разделились\nи теперь имеют %d и %d разных коммита в каждой соответственно.\n"
1345msgstr[2] "Ваша ветка и «%s» разделились\nи теперь имеют %d и %d разных коммитов в каждой соответственно.\n"
1346msgstr[3] "Ваша ветка и «%s» разделились\nи теперь имеют %d и %d разных коммитов в каждой соответственно.\n"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001347
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001348#: remote.c:2114
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001349msgid " (use \"git pull\" to merge the remote branch into yours)\n"
1350msgstr " (используйте «git pull», чтобы слить внешнюю ветку в вашу)\n"
1351
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001352#: revision.c:2131
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001353msgid "your current branch appears to be broken"
1354msgstr "похоже, ваша текущая ветка повреждена"
1355
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001356#: revision.c:2134
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001357#, c-format
1358msgid "your current branch '%s' does not have any commits yet"
1359msgstr "ваша текущая ветка «%s» еще не содержит ни одного коммита"
1360
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001361#: revision.c:2328
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02001362msgid "--first-parent is incompatible with --bisect"
1363msgstr "опцию --first-parent нельзя использовать одновременно с --bisect"
1364
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001365#: run-command.c:92
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001366msgid "open /dev/null failed"
1367msgstr "сбой открытия /dev/null"
1368
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001369#: run-command.c:94
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001370#, c-format
1371msgid "dup2(%d,%d) failed"
1372msgstr "dup2(%d,%d) сбой"
1373
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001374#: send-pack.c:295
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001375msgid "failed to sign the push certificate"
1376msgstr "сбой подписания сертификата отправки"
1377
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001378#: send-pack.c:404
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001379msgid "the receiving end does not support --signed push"
Dimitriy Ryazantcev9af95af2015-04-03 16:30:14 +03001380msgstr "принимающая сторона не поддерживает отправку с опцией --signed"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001381
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001382#: send-pack.c:406
1383msgid ""
1384"not sending a push certificate since the receiving end does not support "
1385"--signed push"
1386msgstr "не отправляем сертификат для отправки, так как принимающая сторона не поддерживает отправку с опцией --signed"
1387
1388#: send-pack.c:418
Dimitriy Ryazantcev9af95af2015-04-03 16:30:14 +03001389msgid "the receiving end does not support --atomic push"
1390msgstr "принимающая сторона не поддерживает отправку с опцией --atomic"
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02001391
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001392#: sequencer.c:174
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001393msgid ""
1394"after resolving the conflicts, mark the corrected paths\n"
1395"with 'git add <paths>' or 'git rm <paths>'"
1396msgstr "после разрешения конфликтов, пометьте исправленные пути\nс помощью «git add <пути>» или «git rm <пути>»"
1397
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001398#: sequencer.c:177
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001399msgid ""
1400"after resolving the conflicts, mark the corrected paths\n"
1401"with 'git add <paths>' or 'git rm <paths>'\n"
1402"and commit the result with 'git commit'"
1403msgstr "после разрешения конфликтов, пометьте исправленные пути\nс помощью «git add <пути>» или «git rm <пути>»\nи сделайте коммит с помощью «git commit»"
1404
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001405#: sequencer.c:190 sequencer.c:833 sequencer.c:913
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001406#, c-format
1407msgid "Could not write to %s"
1408msgstr "Не удалось записать в %s"
1409
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001410#: sequencer.c:193
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001411#, c-format
1412msgid "Error wrapping up %s"
1413msgstr "Ошибка оборачивания %s"
1414
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001415#: sequencer.c:208
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001416msgid "Your local changes would be overwritten by cherry-pick."
1417msgstr "Ваши локальные изменение будут перезаписаны отбором лучшего."
1418
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001419#: sequencer.c:210
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001420msgid "Your local changes would be overwritten by revert."
1421msgstr "Ваши локальные изменение будут перезаписаны возвратом коммита."
1422
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001423#: sequencer.c:213
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001424msgid "Commit your changes or stash them to proceed."
1425msgstr "Сделайте коммит или спрячьте ваши изменения для продолжения."
1426
1427#. TRANSLATORS: %s will be "revert" or "cherry-pick"
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001428#: sequencer.c:300
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001429#, c-format
1430msgid "%s: Unable to write new index file"
1431msgstr "%s: Не удалось записать файл индекса"
1432
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001433#: sequencer.c:318
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001434msgid "Could not resolve HEAD commit\n"
1435msgstr "Не удалось определить HEAD коммит\n"
1436
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001437#: sequencer.c:338
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001438msgid "Unable to update cache tree\n"
1439msgstr "Не удалось обновить дерево кэша\n"
1440
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001441#: sequencer.c:390
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001442#, c-format
1443msgid "Could not parse commit %s\n"
1444msgstr "Не удалось разобрать коммит %s\n"
1445
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001446#: sequencer.c:395
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001447#, c-format
1448msgid "Could not parse parent commit %s\n"
1449msgstr "Не удалось разобрать родительскую коммит %s\n"
1450
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001451#: sequencer.c:460
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001452msgid "Your index file is unmerged."
1453msgstr "Ваш файл индекса не слит."
1454
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001455#: sequencer.c:479
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001456#, c-format
1457msgid "Commit %s is a merge but no -m option was given."
1458msgstr "Коммит %s — это коммит-слияние, но опция -m не указана."
1459
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001460#: sequencer.c:487
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001461#, c-format
1462msgid "Commit %s does not have parent %d"
1463msgstr "У коммита %s нет предка %d"
1464
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001465#: sequencer.c:491
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001466#, c-format
1467msgid "Mainline was specified but commit %s is not a merge."
1468msgstr "Основная ветка указана, но коммит %s не является слиянием."
1469
1470#. TRANSLATORS: The first %s will be "revert" or
1471#. "cherry-pick", the second %s a SHA1
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001472#: sequencer.c:504
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001473#, c-format
1474msgid "%s: cannot parse parent commit %s"
1475msgstr "%s: не удалось разобрать родительский коммит для %s"
1476
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001477#: sequencer.c:508
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001478#, c-format
1479msgid "Cannot get commit message for %s"
1480msgstr "Не удалось получить сообщение коммита для %s"
1481
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001482#: sequencer.c:594
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001483#, c-format
1484msgid "could not revert %s... %s"
1485msgstr "не удалось возвратить коммит %s… %s"
1486
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001487#: sequencer.c:595
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001488#, c-format
1489msgid "could not apply %s... %s"
1490msgstr "не удалось применить коммит %s… %s"
1491
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001492#: sequencer.c:630
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001493msgid "empty commit set passed"
1494msgstr "передан пустой набор коммитов"
1495
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001496#: sequencer.c:638
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001497#, c-format
1498msgid "git %s: failed to read the index"
1499msgstr "git %s: сбой чтения индекса"
1500
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001501#: sequencer.c:642
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001502#, c-format
1503msgid "git %s: failed to refresh the index"
1504msgstr "git %s: сбой обновления индекса"
1505
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001506#: sequencer.c:702
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001507#, c-format
1508msgid "Cannot %s during a %s"
1509msgstr "Не удалось %s во время %s"
1510
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001511#: sequencer.c:724
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001512#, c-format
1513msgid "Could not parse line %d."
1514msgstr "Не удалось разобрать строку %d."
1515
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001516#: sequencer.c:729
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001517msgid "No commits parsed."
1518msgstr "Коммиты не разобраны."
1519
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001520#: sequencer.c:741
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001521#, c-format
1522msgid "Could not open %s"
1523msgstr "Не удалось открыть %s"
1524
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001525#: sequencer.c:745
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001526#, c-format
1527msgid "Could not read %s."
1528msgstr "Не удалось прочитать %s."
1529
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001530#: sequencer.c:752
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001531#, c-format
1532msgid "Unusable instruction sheet: %s"
1533msgstr "Непригодная для использования карта с инструкциями: %s"
1534
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001535#: sequencer.c:782
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001536#, c-format
1537msgid "Invalid key: %s"
1538msgstr "Недействительный ключ: %s"
1539
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001540#: sequencer.c:785 builtin/pull.c:50 builtin/pull.c:52
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001541#, c-format
1542msgid "Invalid value for %s: %s"
1543msgstr "Неправильное значение %s: %s"
1544
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001545#: sequencer.c:795
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001546#, c-format
1547msgid "Malformed options sheet: %s"
Dimitriy Ryazantcevf3aeef12016-03-13 02:07:09 +02001548msgstr "Повреждённая карта с опциями: %s"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001549
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001550#: sequencer.c:814
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001551msgid "a cherry-pick or revert is already in progress"
1552msgstr "отбор лучшего или возврат коммита уже выполняется"
1553
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001554#: sequencer.c:815
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001555msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
1556msgstr "попробуйте «git cherry-pick (--continue | --quit | --abort)»"
1557
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001558#: sequencer.c:819
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001559#, c-format
1560msgid "Could not create sequencer directory %s"
1561msgstr "Не удалось создать каталог для указателя следования коммитов %s"
1562
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001563#: sequencer.c:835 sequencer.c:917
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001564#, c-format
1565msgid "Error wrapping up %s."
1566msgstr "Ошибка оборачивания %s."
1567
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001568#: sequencer.c:854 sequencer.c:987
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001569msgid "no cherry-pick or revert in progress"
1570msgstr "отбор лучшего или возврат коммита не выполняется"
1571
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001572#: sequencer.c:856
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001573msgid "cannot resolve HEAD"
1574msgstr "не удалось определить HEAD"
1575
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001576#: sequencer.c:858
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001577msgid "cannot abort from a branch yet to be born"
1578msgstr "нельзя отменить изменения с ветки, которая еще не создана"
1579
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001580#: sequencer.c:878 builtin/apply.c:4287
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001581#, c-format
1582msgid "cannot open %s: %s"
1583msgstr "не удалось открыть %s: %s"
1584
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001585#: sequencer.c:881
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001586#, c-format
1587msgid "cannot read %s: %s"
1588msgstr "не удалось прочитать %s: %s"
1589
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001590#: sequencer.c:882
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001591msgid "unexpected end of file"
1592msgstr "неожиданный конец файла"
1593
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001594#: sequencer.c:888
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001595#, c-format
1596msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
1597msgstr "сохраненный файл с HEAD перед отбором лучшего «%s» поврежден"
1598
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001599#: sequencer.c:910
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001600#, c-format
1601msgid "Could not format %s."
1602msgstr "Не удалось отформатировать %s."
1603
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001604#: sequencer.c:1055
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001605#, c-format
1606msgid "%s: can't cherry-pick a %s"
1607msgstr "%s: не удалось отобрать %s"
1608
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001609#: sequencer.c:1058
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001610#, c-format
1611msgid "%s: bad revision"
1612msgstr "%s: плохая редакция"
1613
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001614#: sequencer.c:1092
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001615msgid "Can't revert as initial commit"
1616msgstr "Нельзя возвратить изначальный коммит"
1617
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001618#: sequencer.c:1093
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001619msgid "Can't cherry-pick into empty head"
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001620msgstr "Нельзя отобрать лучшее в пустую ветку"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001621
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001622#: setup.c:246
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03001623#, c-format
1624msgid "failed to read %s"
1625msgstr "не удалось прочитать %s"
1626
Dimitriy Ryazantcevf3aeef12016-03-13 02:07:09 +02001627#: sha1_file.c:1080
1628msgid "offset before end of packfile (broken .idx?)"
1629msgstr "сдвиг до конца файла пакета (возможно, повреждён файл .idx?)"
1630
1631#: sha1_file.c:2459
1632#, c-format
1633msgid "offset before start of pack index for %s (corrupt index?)"
1634msgstr "сдвиг до начала индекса пакета для %s (повреждён индекс?)"
1635
1636#: sha1_file.c:2463
1637#, c-format
1638msgid "offset beyond end of pack index for %s (truncated index?)"
1639msgstr "сдвиг за пределами индекса пакета для %s (обрезан индекс?)"
1640
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001641#: sha1_name.c:462
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001642msgid ""
1643"Git normally never creates a ref that ends with 40 hex characters\n"
1644"because it will be ignored when you just specify 40-hex. These refs\n"
1645"may be created by mistake. For example,\n"
1646"\n"
1647" git checkout -b $br $(git rev-parse ...)\n"
1648"\n"
1649"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
1650"examine these refs and maybe delete them. Turn this message off by\n"
1651"running \"git config advice.objectNameWarning false\""
1652msgstr "Обычно Git не создает ссылки, оканчивающиеся на 40 шестнадцатеричных\nсимволов, потому, что они будут игнорироваться, когда вы просто\nукажете это 40-символьное шестнадцатеричное число. Такие ссылки\nмогли быть созданы по ошибке. Например, с помощью:\n\n git checkout -b $br $(git rev-parse …)\n\n, если «$br» оказался пустым, то ссылка с 40-символьным\nшестнадцатеричным числом будет создана. Пожалуйста, просмотрите эти\nссылки и, возможно, удалите их. Вы можете отключить это сообщение\nзапустив «git config advice.objectNameWarning false»"
1653
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001654#: submodule.c:62 submodule.c:96
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001655msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
1656msgstr "Не удалось изменить не слитый .gitmodules, сначала разрешите конфликты"
1657
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001658#: submodule.c:66 submodule.c:100
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001659#, c-format
1660msgid "Could not find section in .gitmodules where path=%s"
1661msgstr "Не удалось найти раздел в .gitmodules, где путь равен %s"
1662
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001663#: submodule.c:74
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001664#, c-format
1665msgid "Could not update .gitmodules entry %s"
1666msgstr " Не удалось обновить .gitmodules запись %s"
1667
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001668#: submodule.c:107
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001669#, c-format
1670msgid "Could not remove .gitmodules entry for %s"
1671msgstr "Не удалось удалить запись в .gitmodules для %s"
1672
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001673#: submodule.c:118
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001674msgid "staging updated .gitmodules failed"
1675msgstr "сбой индексирования обновленного .gitmodules"
1676
Dimitriy Ryazantcevf3aeef12016-03-13 02:07:09 +02001677#: trailer.c:237
1678#, c-format
1679msgid "running trailer command '%s' failed"
1680msgstr "сбой при запуске команды завершителя «%s»"
1681
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001682#: trailer.c:492 trailer.c:496 trailer.c:500 trailer.c:554 trailer.c:558
1683#: trailer.c:562
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001684#, c-format
1685msgid "unknown value '%s' for key '%s'"
1686msgstr "неизвестное значение «%s» для ключа «%s»"
1687
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001688#: trailer.c:544 trailer.c:549 builtin/remote.c:289
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001689#, c-format
1690msgid "more than one %s"
1691msgstr "больше одного %s"
1692
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001693#: trailer.c:582
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001694#, c-format
1695msgid "empty trailer token in trailer '%.*s'"
1696msgstr "пустая последняя лексема в завершителе «%.*s»"
1697
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001698#: trailer.c:702
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001699#, c-format
1700msgid "could not read input file '%s'"
1701msgstr "не удалось прочитать входной файл «%s»"
1702
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001703#: trailer.c:705
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001704msgid "could not read from stdin"
1705msgstr "не удалось прочитать из стандартного ввода"
1706
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001707#: trailer.c:857 builtin/am.c:42
1708#, c-format
1709msgid "could not stat %s"
1710msgstr "не удалось выполнить stat для %s"
1711
1712#: trailer.c:859
1713#, c-format
1714msgid "file %s is not a regular file"
1715msgstr "файл %s не является обычным файлом"
1716
1717#: trailer.c:861
1718#, c-format
1719msgid "file %s is not writable by user"
1720msgstr "файл %s не доступен на запись пользователю"
1721
1722#: trailer.c:873
1723msgid "could not open temporary file"
1724msgstr "не удалось создать временный файл"
1725
1726#: trailer.c:912
1727#, c-format
1728msgid "could not rename temporary file to %s"
1729msgstr "не удалось переименовать временный файл в %s"
1730
1731#: transport-helper.c:1041
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001732#, c-format
1733msgid "Could not read ref %s"
1734msgstr "Не удалось прочитать ссылку %s"
1735
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03001736#: unpack-trees.c:203
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001737msgid "Checking out files"
1738msgstr "Распаковка файлов"
1739
1740#: urlmatch.c:120
1741msgid "invalid URL scheme name or missing '://' suffix"
1742msgstr "Неправильная имя URL схемы или пропущен суффикс «://»"
1743
1744#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:356
1745#, c-format
1746msgid "invalid %XX escape sequence"
1747msgstr "неправильная управляющая последовательность %XX"
1748
1749#: urlmatch.c:172
1750msgid "missing host and scheme is not 'file:'"
1751msgstr "пропущено имя сервера и схема доступа не «file:»"
1752
1753#: urlmatch.c:189
1754msgid "a 'file:' URL may not have a port number"
1755msgstr "URL со схемой «file:» не может содержать номер порта"
1756
1757#: urlmatch.c:199
1758msgid "invalid characters in host name"
1759msgstr "неправильные символы в имени сервера"
1760
1761#: urlmatch.c:244 urlmatch.c:255
1762msgid "invalid port number"
1763msgstr "неправильный номер порта"
1764
1765#: urlmatch.c:322
1766msgid "invalid '..' path segment"
1767msgstr "неправильная часть пути «..»"
1768
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001769#: wrapper.c:222 wrapper.c:381
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001770#, c-format
1771msgid "could not open '%s' for reading and writing"
1772msgstr "не удалось открыть «%s» для чтения и записи"
1773
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001774#: wrapper.c:224 wrapper.c:383
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001775#, c-format
1776msgid "could not open '%s' for writing"
1777msgstr "не удалось открыть «%s» для записи"
1778
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001779#: wrapper.c:226 wrapper.c:385 builtin/am.c:323 builtin/commit.c:1691
1780#: builtin/merge.c:1075 builtin/pull.c:387
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001781#, c-format
1782msgid "could not open '%s' for reading"
1783msgstr "не удалось открыть «%s» для чтения"
1784
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001785#: wrapper.c:611
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001786#, c-format
1787msgid "unable to access '%s': %s"
1788msgstr "«%s» недоступно: %s"
1789
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001790#: wrapper.c:632
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001791#, c-format
1792msgid "unable to access '%s'"
1793msgstr "«%s» недоступно"
1794
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001795#: wrapper.c:640
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001796msgid "unable to get current working directory"
1797msgstr "не удалось получить текущий рабочий каталог"
1798
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001799#: wrapper.c:667
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03001800#, c-format
1801msgid "could not open %s for writing"
1802msgstr "не удалось открыть «%s» для записи"
1803
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001804#: wrapper.c:678 builtin/am.c:410
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03001805#, c-format
1806msgid "could not write to %s"
1807msgstr "не удалось записать в %s"
1808
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02001809#: wrapper.c:684
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03001810#, c-format
1811msgid "could not close %s"
1812msgstr "не удалось закрыть %s"
1813
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001814#: wt-status.c:149
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001815msgid "Unmerged paths:"
1816msgstr "Не слитые пути:"
1817
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001818#: wt-status.c:176 wt-status.c:203
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001819#, c-format
1820msgid " (use \"git reset %s <file>...\" to unstage)"
1821msgstr " (используйте «git reset %s <файл>…», чтобы убрать из индекса)"
1822
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001823#: wt-status.c:178 wt-status.c:205
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001824msgid " (use \"git rm --cached <file>...\" to unstage)"
1825msgstr " (используйте «git rm --cached <файл>…», чтобы убрать из индекса)"
1826
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001827#: wt-status.c:182
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001828msgid " (use \"git add <file>...\" to mark resolution)"
1829msgstr " (используйте «git add <файл>…», чтобы пометить разрешение конфликта)"
1830
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001831#: wt-status.c:184 wt-status.c:188
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001832msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
1833msgstr " (используйте «git add/rm <файл>…», чтобы пометить выбранное разрешение конфликта)"
1834
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001835#: wt-status.c:186
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001836msgid " (use \"git rm <file>...\" to mark resolution)"
1837msgstr " (используйте «git rm <файл>…», чтобы пометить разрешение конфликта)"
1838
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001839#: wt-status.c:197 wt-status.c:880
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001840msgid "Changes to be committed:"
1841msgstr "Изменения, которые будут включены в коммит:"
1842
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001843#: wt-status.c:215 wt-status.c:889
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001844msgid "Changes not staged for commit:"
1845msgstr "Изменения, которые не в индексе для коммита:"
1846
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001847#: wt-status.c:219
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001848msgid " (use \"git add <file>...\" to update what will be committed)"
1849msgstr " (используйте «git add <файл>…», чтобы добавить файл в индекс)"
1850
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001851#: wt-status.c:221
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001852msgid " (use \"git add/rm <file>...\" to update what will be committed)"
1853msgstr " (используйте «git add/rm <файл>…», чтобы добавить или удалить файл из индекса)"
1854
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001855#: wt-status.c:222
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001856msgid ""
1857" (use \"git checkout -- <file>...\" to discard changes in working "
1858"directory)"
1859msgstr " (используйте «git checkout -- <файл>…», чтобы отменить изменения\n в рабочем каталоге)"
1860
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001861#: wt-status.c:224
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001862msgid " (commit or discard the untracked or modified content in submodules)"
1863msgstr " (сделайте коммит или отмените изменения в неотслеживаемом или измененном содержимом в подмодулях)"
1864
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001865#: wt-status.c:236
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001866#, c-format
1867msgid " (use \"git %s <file>...\" to include in what will be committed)"
1868msgstr " (используйте «git %s <файл>…», чтобы добавить в то, что будет включено в коммит)"
1869
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001870#: wt-status.c:251
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001871msgid "both deleted:"
1872msgstr "оба удалены:"
1873
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001874#: wt-status.c:253
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001875msgid "added by us:"
1876msgstr "добавлено нами:"
1877
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001878#: wt-status.c:255
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001879msgid "deleted by them:"
1880msgstr "удалено ими:"
1881
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001882#: wt-status.c:257
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001883msgid "added by them:"
1884msgstr "добавлено ими:"
1885
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001886#: wt-status.c:259
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001887msgid "deleted by us:"
1888msgstr "удалено нами:"
1889
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001890#: wt-status.c:261
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001891msgid "both added:"
1892msgstr "оба добавлены:"
1893
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001894#: wt-status.c:263
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001895msgid "both modified:"
1896msgstr "оба измены:"
1897
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001898#: wt-status.c:265
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001899#, c-format
1900msgid "bug: unhandled unmerged status %x"
1901msgstr "ошибка: необработанный статус не слитых изменений %x"
1902
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001903#: wt-status.c:273
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001904msgid "new file:"
1905msgstr "новый файл:"
1906
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001907#: wt-status.c:275
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001908msgid "copied:"
1909msgstr "скопировано:"
1910
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001911#: wt-status.c:277
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001912msgid "deleted:"
1913msgstr "удалено:"
1914
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001915#: wt-status.c:279
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001916msgid "modified:"
1917msgstr "изменено:"
1918
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001919#: wt-status.c:281
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001920msgid "renamed:"
1921msgstr "переименовано:"
1922
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001923#: wt-status.c:283
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001924msgid "typechange:"
1925msgstr "изменен тип:"
1926
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001927#: wt-status.c:285
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001928msgid "unknown:"
1929msgstr "неизвестно:"
1930
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001931#: wt-status.c:287
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001932msgid "unmerged:"
1933msgstr "не слитые:"
1934
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001935#: wt-status.c:369
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001936msgid "new commits, "
1937msgstr "новые коммиты, "
1938
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001939#: wt-status.c:371
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001940msgid "modified content, "
1941msgstr "изменено содержимое, "
1942
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001943#: wt-status.c:373
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001944msgid "untracked content, "
1945msgstr "неотслеживаемое содержимое, "
1946
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001947#: wt-status.c:390
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001948#, c-format
1949msgid "bug: unhandled diff status %c"
1950msgstr "ошибка: необработанный статус изменений %c"
1951
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001952#: wt-status.c:754
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001953msgid "Submodules changed but not updated:"
1954msgstr "Измененные, но не обновленные подмодули:"
1955
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001956#: wt-status.c:756
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001957msgid "Submodule changes to be committed:"
1958msgstr "Изменения в подмодулях, которые будут закоммичены:"
1959
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001960#: wt-status.c:837
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001961msgid ""
1962"Do not touch the line above.\n"
1963"Everything below will be removed."
1964msgstr "Не трогайте строку выше этой.\nВсё, что ниже — будет удалено."
1965
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001966#: wt-status.c:948
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001967msgid "You have unmerged paths."
1968msgstr "У вас есть не слитые пути."
1969
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001970#: wt-status.c:951
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001971msgid " (fix conflicts and run \"git commit\")"
1972msgstr " (разрешите конфликты, затем запустите «git commit»)"
1973
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001974#: wt-status.c:954
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001975msgid "All conflicts fixed but you are still merging."
1976msgstr "Все конфликты исправлены, но вы все еще в процессе слияния."
1977
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001978#: wt-status.c:957
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001979msgid " (use \"git commit\" to conclude merge)"
1980msgstr " (используйте «git commit», чтобы завершить слияние)"
1981
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001982#: wt-status.c:967
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001983msgid "You are in the middle of an am session."
1984msgstr "Вы в процессе сессии am."
1985
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001986#: wt-status.c:970
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001987msgid "The current patch is empty."
1988msgstr "Текущий патч пустой."
1989
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001990#: wt-status.c:974
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001991msgid " (fix conflicts and then run \"git am --continue\")"
1992msgstr " (разрешите конфликты, затем запустите «git am --continue»)"
1993
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001994#: wt-status.c:976
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001995msgid " (use \"git am --skip\" to skip this patch)"
1996msgstr " (используйте «git am --skip», чтобы пропустить этот патч)"
1997
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03001998#: wt-status.c:978
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02001999msgid " (use \"git am --abort\" to restore the original branch)"
2000msgstr " (используйте «git am --abort», чтобы восстановить оригинальную ветку)"
2001
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002002#: wt-status.c:1105
2003msgid "No commands done."
2004msgstr "Команды не выполнены."
2005
2006#: wt-status.c:1108
2007#, c-format
2008msgid "Last command done (%d command done):"
2009msgid_plural "Last commands done (%d commands done):"
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002010msgstr[0] "Последняя команда выполнена (%d команда выполнена):"
2011msgstr[1] "Последняя команда выполнена (%d команды выполнено):"
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002012msgstr[2] "Последняя команда выполнена (%d команд выполнено):"
2013msgstr[3] "Последняя команда выполнена (%d команд выполнено):"
2014
2015#: wt-status.c:1119
2016#, c-format
2017msgid " (see more in file %s)"
2018msgstr " (смотрите дополнительно в файле %s)"
2019
2020#: wt-status.c:1124
2021msgid "No commands remaining."
2022msgstr "Команд больше не осталось."
2023
2024#: wt-status.c:1127
2025#, c-format
2026msgid "Next command to do (%d remaining command):"
2027msgid_plural "Next commands to do (%d remaining commands):"
2028msgstr[0] "Следующая команда для выполнения (%d команда осталась):"
2029msgstr[1] "Следующая команда для выполнения (%d команды осталось):"
2030msgstr[2] "Следующая команда для выполнения (%d команд осталось):"
2031msgstr[3] "Следующая команда для выполнения (%d команд осталось):"
2032
2033#: wt-status.c:1135
2034msgid " (use \"git rebase --edit-todo\" to view and edit)"
2035msgstr " (используйте «git rebase --edit-todo», чтобы просмотреть и изменить)"
2036
2037#: wt-status.c:1148
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002038#, c-format
2039msgid "You are currently rebasing branch '%s' on '%s'."
2040msgstr "Вы сейчас перемещаете ветку «%s» над «%s»."
2041
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002042#: wt-status.c:1153
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002043msgid "You are currently rebasing."
2044msgstr "Вы сейчас перемещаете ветку."
2045
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002046#: wt-status.c:1167
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002047msgid " (fix conflicts and then run \"git rebase --continue\")"
2048msgstr " (разрешите конфликты, затем запустите «git rebase --continue»)"
2049
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002050#: wt-status.c:1169
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002051msgid " (use \"git rebase --skip\" to skip this patch)"
2052msgstr " (используйте «git rebase --skip», чтобы пропустить этот патч)"
2053
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002054#: wt-status.c:1171
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002055msgid " (use \"git rebase --abort\" to check out the original branch)"
2056msgstr " (используйте «git rebase --abort», чтобы перейти на оригинальную ветку)"
2057
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002058#: wt-status.c:1177
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002059msgid " (all conflicts fixed: run \"git rebase --continue\")"
2060msgstr " (все конфликты разрешены: запустите «git rebase --continue»)"
2061
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002062#: wt-status.c:1181
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002063#, c-format
2064msgid ""
2065"You are currently splitting a commit while rebasing branch '%s' on '%s'."
2066msgstr "Вы сейчас разделяете коммит при перемещении ветки «%s» над «%s»."
2067
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002068#: wt-status.c:1186
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002069msgid "You are currently splitting a commit during a rebase."
2070msgstr "Вы сейчас разделяете коммит при перемещении ветки."
2071
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002072#: wt-status.c:1189
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002073msgid " (Once your working directory is clean, run \"git rebase --continue\")"
2074msgstr "(Как только ваш рабочий каталог будет чистый, запустите «git rebase --continue»)"
2075
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002076#: wt-status.c:1193
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002077#, c-format
2078msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
2079msgstr "Вы сейчас редактируете коммит при перемещении ветки «%s» над «%s»."
2080
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002081#: wt-status.c:1198
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002082msgid "You are currently editing a commit during a rebase."
2083msgstr "Вы сейчас редактируете коммит при перемещении ветки."
2084
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002085#: wt-status.c:1201
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002086msgid " (use \"git commit --amend\" to amend the current commit)"
2087msgstr " (используйте «git commit --amend», чтобы исправить текущий коммит)"
2088
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002089#: wt-status.c:1203
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002090msgid " (use \"git rebase --continue\" once you are satisfied with your changes)"
2091msgstr " (используйте «git rebase --continue», когда будете довольны изменениями)"
2092
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002093#: wt-status.c:1213
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002094#, c-format
2095msgid "You are currently cherry-picking commit %s."
2096msgstr "Вы сейчас отбираете лучший коммит %s."
2097
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002098#: wt-status.c:1218
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002099msgid " (fix conflicts and run \"git cherry-pick --continue\")"
2100msgstr " (разрешите конфликты, затем запустите «git cherry-pick --continue»)"
2101
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002102#: wt-status.c:1221
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002103msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
2104msgstr " (все конфликты разрешены: запустите «git cherry-pick --continue»)"
2105
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002106#: wt-status.c:1223
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002107msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
2108msgstr " (используйте «git cherry-pick --abort», чтобы отменить операцию отбора лучшего)"
2109
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002110#: wt-status.c:1232
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002111#, c-format
2112msgid "You are currently reverting commit %s."
2113msgstr "Вы сейчас возвращаете коммит %s."
2114
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002115#: wt-status.c:1237
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002116msgid " (fix conflicts and run \"git revert --continue\")"
2117msgstr " (разрешите конфликты, затем запустите «git revert --continue»)"
2118
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002119#: wt-status.c:1240
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002120msgid " (all conflicts fixed: run \"git revert --continue\")"
2121msgstr " (все конфликты разрешены: запустите «git revert --continue»)"
2122
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002123#: wt-status.c:1242
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002124msgid " (use \"git revert --abort\" to cancel the revert operation)"
2125msgstr " (используйте «git revert --abort», чтобы отменить операцию возврата)"
2126
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002127#: wt-status.c:1253
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002128#, c-format
2129msgid "You are currently bisecting, started from branch '%s'."
2130msgstr "Вы сейчас в процессе двоичного поиска, начатого с ветки «%s»."
2131
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002132#: wt-status.c:1257
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002133msgid "You are currently bisecting."
2134msgstr "Вы сейчас в процессе двоичного поиска."
2135
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002136#: wt-status.c:1260
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002137msgid " (use \"git bisect reset\" to get back to the original branch)"
2138msgstr " (используйте «git bisect reset», чтобы вернуться на исходную ветку)"
2139
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002140#: wt-status.c:1438
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002141msgid "On branch "
2142msgstr "На ветке "
2143
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002144#: wt-status.c:1444
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002145msgid "interactive rebase in progress; onto "
2146msgstr "интерактивное перемещение в процессе; над "
2147
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002148#: wt-status.c:1446
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002149msgid "rebase in progress; onto "
2150msgstr "перемещение в процессе; над "
2151
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002152#: wt-status.c:1451
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002153msgid "HEAD detached at "
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002154msgstr "HEAD отделён на "
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002155
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002156#: wt-status.c:1453
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002157msgid "HEAD detached from "
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002158msgstr "HEAD отделён начиная с "
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002159
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002160#: wt-status.c:1456
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002161msgid "Not currently on any branch."
2162msgstr "Сейчас ни на одной из веток"
2163
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002164#: wt-status.c:1474
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002165msgid "Initial commit"
2166msgstr "Начальный коммит"
2167
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002168#: wt-status.c:1488
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002169msgid "Untracked files"
2170msgstr "Неотслеживаемые файлы"
2171
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002172#: wt-status.c:1490
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002173msgid "Ignored files"
2174msgstr "Игнорируемые файлы"
2175
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002176#: wt-status.c:1494
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002177#, c-format
2178msgid ""
2179"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
2180"may speed it up, but you have to be careful not to forget to add\n"
2181"new files yourself (see 'git help status')."
2182msgstr "%.2f секунды занял вывод списка неотслеживаемых файлов. «status -uno» возможно может ускорить это, но будьте внимательны, и не забудьте добавить новые файлы вручную (смотрите «git help status» для подробностей)."
2183
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002184#: wt-status.c:1500
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002185#, c-format
2186msgid "Untracked files not listed%s"
2187msgstr "Неотслеживаемые файлы не показаны%s"
2188
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002189#: wt-status.c:1502
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002190msgid " (use -u option to show untracked files)"
2191msgstr "(используйте опцию «-u», чтобы показать неотслеживаемые файлы)"
2192
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002193#: wt-status.c:1508
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002194msgid "No changes"
2195msgstr "Нет изменений"
2196
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002197#: wt-status.c:1513
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002198#, c-format
2199msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
2200msgstr "нет изменений добавленных для коммита\n(используйте «git add» и/или «git commit -a»)\n"
2201
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002202#: wt-status.c:1516
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002203#, c-format
2204msgid "no changes added to commit\n"
2205msgstr "нет изменений добавленных для коммита\n"
2206
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002207#: wt-status.c:1519
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002208#, c-format
2209msgid ""
2210"nothing added to commit but untracked files present (use \"git add\" to "
2211"track)\n"
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002212msgstr "ничего не добавлено в коммит, но есть неотслеживаемые файлы (используйте «git add», чтобы отслеживать их)\n"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002213
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002214#: wt-status.c:1522
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002215#, c-format
2216msgid "nothing added to commit but untracked files present\n"
2217msgstr "ничего не добавлено в коммит, но есть неотслеживаемые файлы\n"
2218
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002219#: wt-status.c:1525
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002220#, c-format
2221msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
2222msgstr "нечего коммитить (создайте/скопируйте файлы, затем запустите «git add», чтобы отслеживать их)\n"
2223
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002224#: wt-status.c:1528 wt-status.c:1533
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002225#, c-format
2226msgid "nothing to commit\n"
2227msgstr "нечего коммитить\n"
2228
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002229#: wt-status.c:1531
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002230#, c-format
2231msgid "nothing to commit (use -u to show untracked files)\n"
2232msgstr "нечего коммитить (используйте опцию «-u», чтобы показать неотслеживаемые файлы)\n"
2233
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002234#: wt-status.c:1535
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002235#, c-format
2236msgid "nothing to commit, working directory clean\n"
2237msgstr "нечего коммитить, нет изменений в рабочем каталоге\n"
2238
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002239#: wt-status.c:1642
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002240msgid "Initial commit on "
2241msgstr "Начальный коммит на "
2242
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002243#: wt-status.c:1646
2244msgid "HEAD (no branch)"
2245msgstr "HEAD (нет ветки)"
2246
2247#: wt-status.c:1675
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002248msgid "gone"
2249msgstr "исчез"
2250
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002251#: wt-status.c:1677 wt-status.c:1685
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002252msgid "behind "
2253msgstr "позади"
2254
Dimitriy Ryazantcevda0e97d2016-03-15 20:55:36 +02002255#: wt-status.c:1680 wt-status.c:1683
2256msgid "ahead "
2257msgstr "впереди "
2258
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002259#: compat/precompose_utf8.c:57 builtin/clone.c:413
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002260#, c-format
2261msgid "failed to unlink '%s'"
2262msgstr "сбой отсоединения «%s»"
2263
2264#: builtin/add.c:22
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02002265msgid "git add [<options>] [--] <pathspec>..."
2266msgstr "git add [<опции>] [--] <спецификация-пути>…"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002267
2268#: builtin/add.c:65
2269#, c-format
2270msgid "unexpected diff status %c"
2271msgstr "неожиданный статус различий %c"
2272
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002273#: builtin/add.c:70 builtin/commit.c:278
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002274msgid "updating files failed"
2275msgstr "сбой при обновлении файлов"
2276
2277#: builtin/add.c:80
2278#, c-format
2279msgid "remove '%s'\n"
2280msgstr "удалить «%s»\n"
2281
2282#: builtin/add.c:134
2283msgid "Unstaged changes after refreshing the index:"
2284msgstr "Непроиндексированные изменения после обновления индекса:"
2285
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002286#: builtin/add.c:194 builtin/rev-parse.c:797
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002287msgid "Could not read the index"
2288msgstr "Не удалось прочитать индекс"
2289
2290#: builtin/add.c:205
2291#, c-format
2292msgid "Could not open '%s' for writing."
2293msgstr "Не удалось открыть «%s» для записи."
2294
2295#: builtin/add.c:209
2296msgid "Could not write patch"
2297msgstr "Не удалось записать патч"
2298
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03002299#: builtin/add.c:212
2300msgid "editing patch failed"
2301msgstr "сбой при редактировании патча"
2302
2303#: builtin/add.c:215
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002304#, c-format
2305msgid "Could not stat '%s'"
2306msgstr "Не удалось выполнить stat для «%s»"
2307
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03002308#: builtin/add.c:217
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002309msgid "Empty patch. Aborted."
2310msgstr "Пустой патч. Операция прервана."
2311
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03002312#: builtin/add.c:222
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002313#, c-format
2314msgid "Could not apply '%s'"
2315msgstr "Не удалось применить «%s»"
2316
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03002317#: builtin/add.c:232
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002318msgid "The following paths are ignored by one of your .gitignore files:\n"
2319msgstr "Следующие пути игнорируются одним из ваших файлов .gitignore:\n"
2320
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002321#: builtin/add.c:249 builtin/clean.c:870 builtin/fetch.c:112 builtin/mv.c:111
2322#: builtin/prune-packed.c:55 builtin/pull.c:189 builtin/push.c:511
2323#: builtin/remote.c:1330 builtin/rm.c:268 builtin/send-pack.c:162
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002324msgid "dry run"
2325msgstr "пробный запуск"
2326
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002327#: builtin/add.c:250 builtin/apply.c:4561 builtin/check-ignore.c:19
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002328#: builtin/commit.c:1322 builtin/count-objects.c:85 builtin/fsck.c:558
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002329#: builtin/log.c:1651 builtin/mv.c:110 builtin/read-tree.c:114
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002330msgid "be verbose"
2331msgstr "быть многословнее"
2332
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03002333#: builtin/add.c:252
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002334msgid "interactive picking"
2335msgstr "интерактивный выбор"
2336
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002337#: builtin/add.c:253 builtin/checkout.c:1155 builtin/reset.c:286
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002338msgid "select hunks interactively"
2339msgstr "интерактивный выбор блоков"
2340
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03002341#: builtin/add.c:254
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002342msgid "edit current diff and apply"
2343msgstr "отредактировать текущий файл различий и применить его"
2344
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03002345#: builtin/add.c:255
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002346msgid "allow adding otherwise ignored files"
2347msgstr "разрешить добавление игнорируемых иначе файлов"
2348
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03002349#: builtin/add.c:256
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002350msgid "update tracked files"
2351msgstr "обновить отслеживаемые файлы"
2352
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03002353#: builtin/add.c:257
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002354msgid "record only the fact that the path will be added later"
2355msgstr "записать только факт, что путь будет добавлен позже"
2356
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03002357#: builtin/add.c:258
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002358msgid "add changes from all tracked and untracked files"
2359msgstr "добавить изменения из всех отслеживаемых и неотслеживаемых файлов"
2360
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03002361#: builtin/add.c:261
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002362msgid "ignore paths removed in the working tree (same as --no-all)"
2363msgstr "игнорировать пути удаленные из рабочего каталога (тоже, что и --no-all)"
2364
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03002365#: builtin/add.c:263
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002366msgid "don't add, only refresh the index"
2367msgstr "не добавлять, только обновить индекс"
2368
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03002369#: builtin/add.c:264
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002370msgid "just skip files which cannot be added because of errors"
2371msgstr "пропускать файлы, которые не могут быть добавлены из-за ошибок"
2372
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03002373#: builtin/add.c:265
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002374msgid "check if - even missing - files are ignored in dry run"
2375msgstr "удостовериться, что даже недостающие файлы будут проигнорированы при пробном запуске"
2376
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03002377#: builtin/add.c:287
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002378#, c-format
2379msgid "Use -f if you really want to add them.\n"
2380msgstr "Используйте -f, если вы действительно хотите добавить их.\n"
2381
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03002382#: builtin/add.c:294
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002383msgid "adding files failed"
2384msgstr "ошибка при добавлении файлов"
2385
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03002386#: builtin/add.c:330
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002387msgid "-A and -u are mutually incompatible"
2388msgstr "-A и -u нельзя использовать одновременно"
2389
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03002390#: builtin/add.c:337
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002391msgid "Option --ignore-missing can only be used together with --dry-run"
2392msgstr "Опция --ignore-missing может использоваться только вместе с --dry-run"
2393
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002394#: builtin/add.c:352
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002395#, c-format
2396msgid "Nothing specified, nothing added.\n"
2397msgstr "Ничего не указано, ничего не добавлено.\n"
2398
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002399#: builtin/add.c:353
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002400#, c-format
2401msgid "Maybe you wanted to say 'git add .'?\n"
2402msgstr "Возможно, вы имели в виду «git add .»?\n"
2403
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002404#: builtin/add.c:358 builtin/check-ignore.c:172 builtin/clean.c:914
2405#: builtin/commit.c:337 builtin/mv.c:131 builtin/reset.c:235 builtin/rm.c:298
2406#: builtin/submodule--helper.c:35
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002407msgid "index file corrupt"
2408msgstr "файл индекса поврежден"
2409
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002410#: builtin/add.c:439 builtin/apply.c:4659 builtin/mv.c:280 builtin/rm.c:430
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002411msgid "Unable to write new index file"
2412msgstr "Не удалось записать новый файл индекса"
2413
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002414#: builtin/am.c:256 builtin/commit.c:738 builtin/merge.c:1078
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002415#, c-format
2416msgid "could not read '%s'"
2417msgstr "не удалось прочитать «%s»"
2418
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002419#: builtin/am.c:430
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002420msgid "could not parse author script"
2421msgstr "не удалось разобрать сценарий авторства"
2422
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002423#: builtin/am.c:507
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002424#, c-format
2425msgid "'%s' was deleted by the applypatch-msg hook"
2426msgstr "«%s» был удален перехватчиком applypatch-msg"
2427
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002428#: builtin/am.c:548 builtin/notes.c:300
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002429#, c-format
2430msgid "Malformed input line: '%s'."
Dimitriy Ryazantcevf3aeef12016-03-13 02:07:09 +02002431msgstr "Неправильная строка ввода: «%s»."
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002432
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002433#: builtin/am.c:585 builtin/notes.c:315
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002434#, c-format
2435msgid "Failed to copy notes from '%s' to '%s'"
2436msgstr "Не удалось скопировать заметку из «%s» в «%s»"
2437
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002438#: builtin/am.c:611
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002439msgid "fseek failed"
2440msgstr "сбой при выполнении fseek"
2441
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002442#: builtin/am.c:772 builtin/am.c:860
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002443#, c-format
2444msgid "could not open '%s' for reading: %s"
2445msgstr "не удалось открыть «%s» для чтения: %s"
2446
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002447#: builtin/am.c:779
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002448#, c-format
2449msgid "could not open '%s' for writing: %s"
2450msgstr "не удалось открыть «%s» для записи: %s"
2451
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002452#: builtin/am.c:788
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002453#, c-format
2454msgid "could not parse patch '%s'"
2455msgstr "не удалось разобрать патч «%s»"
2456
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002457#: builtin/am.c:853
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002458msgid "Only one StGIT patch series can be applied at once"
2459msgstr "Только серия патчей StGIT может быть применена за раз"
2460
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002461#: builtin/am.c:901
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002462msgid "invalid timestamp"
2463msgstr "недопустимая метка даты/времени"
2464
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002465#: builtin/am.c:904 builtin/am.c:912
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002466msgid "invalid Date line"
2467msgstr "недопустимая строка даты"
2468
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002469#: builtin/am.c:909
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002470msgid "invalid timezone offset"
2471msgstr "недопустимое смещение часового пояса"
2472
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002473#: builtin/am.c:996
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002474msgid "Patch format detection failed."
2475msgstr "Сбой определения формата патча."
2476
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002477#: builtin/am.c:1001 builtin/clone.c:378
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002478#, c-format
2479msgid "failed to create directory '%s'"
2480msgstr "не удалось создать каталог «%s»"
2481
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002482#: builtin/am.c:1005
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002483msgid "Failed to split patches."
2484msgstr "Не удалось разделить патчи на части."
2485
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002486#: builtin/am.c:1137 builtin/commit.c:363
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002487msgid "unable to write index file"
2488msgstr "не удалось записать индекс"
2489
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002490#: builtin/am.c:1188
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002491#, c-format
2492msgid "When you have resolved this problem, run \"%s --continue\"."
2493msgstr "Когда вы устраните эту проблему, запустите «%s --continue»."
2494
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002495#: builtin/am.c:1189
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002496#, c-format
2497msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
2498msgstr "Если вы хотите пропустить этот патч, то запустите «%s --skip»."
2499
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002500#: builtin/am.c:1190
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002501#, c-format
2502msgid "To restore the original branch and stop patching, run \"%s --abort\"."
2503msgstr "Чтобы вернуться на предыдущую ветку и остановить применение изменений, запустите «%s --abort»."
2504
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002505#: builtin/am.c:1328
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002506msgid "Patch is empty. Was it split wrong?"
2507msgstr "Патч пуст. Возможно, он был неправильно разделён?"
2508
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002509#: builtin/am.c:1402 builtin/log.c:1350
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002510#, c-format
2511msgid "invalid ident line: %s"
2512msgstr "неправильная строка идентификации: %s"
2513
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002514#: builtin/am.c:1429
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002515#, c-format
2516msgid "unable to parse commit %s"
2517msgstr "не удалось разобрать коммит %s"
2518
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002519#: builtin/am.c:1631
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002520msgid "Repository lacks necessary blobs to fall back on 3-way merge."
2521msgstr "В репозитории отсутствуют двоичные объекты, необходимые для отката к трехходовому слиянию."
2522
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002523#: builtin/am.c:1633
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002524msgid "Using index info to reconstruct a base tree..."
2525msgstr "Использую индекс для реконструкции базового дерева…"
2526
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002527#: builtin/am.c:1652
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002528msgid ""
2529"Did you hand edit your patch?\n"
2530"It does not apply to blobs recorded in its index."
2531msgstr "Вы вручную изменяли патч?\nОн не накладывается без ошибок на двоичные объекты, записанные в его заголовке."
2532
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002533#: builtin/am.c:1658
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002534msgid "Falling back to patching base and 3-way merge..."
2535msgstr "Откат к применению изменений к базовому коммиту с помощью трехходового слияния…"
2536
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002537#: builtin/am.c:1673
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002538msgid "Failed to merge in the changes."
2539msgstr "Не удалось слить изменения."
2540
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002541#: builtin/am.c:1697 builtin/merge.c:633
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002542msgid "git write-tree failed to write a tree"
2543msgstr "git write-tree не удалось записать дерево"
2544
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002545#: builtin/am.c:1704
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002546msgid "applying to an empty history"
2547msgstr "применение к пустой истории"
2548
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002549#: builtin/am.c:1717 builtin/commit.c:1755 builtin/merge.c:830
2550#: builtin/merge.c:855
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002551msgid "failed to write commit object"
2552msgstr "сбой записи объекта коммита"
2553
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002554#: builtin/am.c:1749 builtin/am.c:1753
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002555#, c-format
2556msgid "cannot resume: %s does not exist."
2557msgstr "нельзя продолжнить: %s не существует "
2558
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002559#: builtin/am.c:1769
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002560msgid "cannot be interactive without stdin connected to a terminal."
2561msgstr "не удалось использовать интерактивное поведение, без stdin подключенного к терминалу."
2562
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002563#: builtin/am.c:1774
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002564msgid "Commit Body is:"
2565msgstr "Тело коммита:"
2566
2567#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
2568#. in your translation. The program will only accept English
2569#. input at this point.
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002570#: builtin/am.c:1784
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002571msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
2572msgstr "Применить? [y] - да/[n] - нет/[e] - редактировать/[v] - просмотреть патч/[a] - применить всё: "
2573
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002574#: builtin/am.c:1834
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002575#, c-format
2576msgid "Dirty index: cannot apply patches (dirty: %s)"
2577msgstr "Индекс не пустой: нельзя применять патчи (в индексе: %s)"
2578
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002579#: builtin/am.c:1869 builtin/am.c:1941
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002580#, c-format
2581msgid "Applying: %.*s"
2582msgstr "Применение: %.*s"
2583
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002584#: builtin/am.c:1885
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002585msgid "No changes -- Patch already applied."
2586msgstr "Нет изменений — Патч уже применен."
2587
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002588#: builtin/am.c:1893
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002589#, c-format
2590msgid "Patch failed at %s %.*s"
2591msgstr "Ошибка применения изменений на %s %.*s"
2592
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002593#: builtin/am.c:1899
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002594#, c-format
2595msgid "The copy of the patch that failed is found in: %s"
2596msgstr "Копию изменений, которые не удалось применить, вы можете найти в: %s"
2597
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002598#: builtin/am.c:1944
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002599msgid ""
2600"No changes - did you forget to use 'git add'?\n"
2601"If there is nothing left to stage, chances are that something else\n"
2602"already introduced the same changes; you might want to skip this patch."
2603msgstr "Нет изменений — возможно, вы забыли вызвать «git add»?\nЕсли ничего не осталось для индексации, то, скорее всего, что-то другое уже сделало те же изменения; возможно, вам следует пропустить этот патч."
2604
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002605#: builtin/am.c:1951
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002606msgid ""
2607"You still have unmerged paths in your index.\n"
2608"Did you forget to use 'git add'?"
2609msgstr "У вас все еще имеются не слитые пути в индексе.\nВозможно, вы забыли вызвать «git add»?"
2610
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002611#: builtin/am.c:2059 builtin/am.c:2063 builtin/am.c:2075 builtin/reset.c:308
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002612#: builtin/reset.c:316
2613#, c-format
2614msgid "Could not parse object '%s'."
2615msgstr "Не удалось разобрать объект «%s»."
2616
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002617#: builtin/am.c:2111
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002618msgid "failed to clean index"
2619msgstr "не удалось очистить индекс"
2620
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002621#: builtin/am.c:2145
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002622msgid ""
2623"You seem to have moved HEAD since the last 'am' failure.\n"
2624"Not rewinding to ORIG_HEAD"
2625msgstr "Похоже, что вы переместили HEAD с момента последней ошибки выполнения «am».\nПеремотка на ORIG_HEAD не выполняется"
2626
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002627#: builtin/am.c:2206
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002628#, c-format
2629msgid "Invalid value for --patch-format: %s"
2630msgstr "Неправильное значение для --patch-format: %s"
2631
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002632#: builtin/am.c:2239
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002633msgid "git am [<options>] [(<mbox>|<Maildir>)...]"
2634msgstr "git am [<опции>] [(<mbox>|<Maildir>)…]"
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002635
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002636#: builtin/am.c:2240
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002637msgid "git am [<options>] (--continue | --skip | --abort)"
2638msgstr "git am [<опции>] (--continue | --skip | --abort)"
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002639
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002640#: builtin/am.c:2246
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002641msgid "run interactively"
2642msgstr "запустить в интерактивном режиме"
2643
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002644#: builtin/am.c:2248
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002645msgid "historical option -- no-op"
2646msgstr "историческая опция — ничего не делает"
2647
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002648#: builtin/am.c:2250
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002649msgid "allow fall back on 3way merging if needed"
2650msgstr "разрешить откатиться к трехходовому слиянию, если нужно"
2651
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002652#: builtin/am.c:2251 builtin/init-db.c:474 builtin/prune-packed.c:57
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002653#: builtin/repack.c:171
2654msgid "be quiet"
2655msgstr "тихий режим"
2656
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002657#: builtin/am.c:2253
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002658msgid "add a Signed-off-by line to the commit message"
2659msgstr "добавить строку Signed-off-by к сообщению коммита"
2660
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002661#: builtin/am.c:2256
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002662msgid "recode into utf8 (default)"
2663msgstr "перекодировать в utf8 (по умолчанию)"
2664
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002665#: builtin/am.c:2258
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002666msgid "pass -k flag to git-mailinfo"
2667msgstr "передать флаг -k в git-mailinfo"
2668
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002669#: builtin/am.c:2260
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002670msgid "pass -b flag to git-mailinfo"
2671msgstr "передать флаг -b в git-mailinfo"
2672
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002673#: builtin/am.c:2262
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002674msgid "pass -m flag to git-mailinfo"
2675msgstr "передать флаг -m в git-mailinfo"
2676
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002677#: builtin/am.c:2264
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002678msgid "pass --keep-cr flag to git-mailsplit for mbox format"
2679msgstr "передать флаг --keep-cr в git-mailsplit для формата mbox"
2680
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002681#: builtin/am.c:2267
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002682msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
2683msgstr "не передавать --keep-cr флаг в git-mailsplit вне зависимости от am.keepcr"
2684
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002685#: builtin/am.c:2270
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002686msgid "strip everything before a scissors line"
2687msgstr "обрезать все до строки обрезки"
2688
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002689#: builtin/am.c:2271 builtin/apply.c:4544
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002690msgid "action"
2691msgstr "действие"
2692
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002693#: builtin/am.c:2272 builtin/am.c:2275 builtin/am.c:2278 builtin/am.c:2281
2694#: builtin/am.c:2284 builtin/am.c:2287 builtin/am.c:2290 builtin/am.c:2293
2695#: builtin/am.c:2299
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002696msgid "pass it through git-apply"
2697msgstr "передать его в git-apply"
2698
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002699#: builtin/am.c:2280 builtin/apply.c:4568
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002700msgid "root"
2701msgstr "корень"
2702
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002703#: builtin/am.c:2283 builtin/am.c:2286 builtin/apply.c:4506
2704#: builtin/apply.c:4509 builtin/clone.c:86 builtin/fetch.c:95
2705#: builtin/pull.c:171 builtin/submodule--helper.c:72
2706#: builtin/submodule--helper.c:160 builtin/submodule--helper.c:163
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002707msgid "path"
2708msgstr "путь"
2709
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002710#: builtin/am.c:2289 builtin/fmt-merge-msg.c:666 builtin/fmt-merge-msg.c:669
2711#: builtin/grep.c:704 builtin/merge.c:198 builtin/pull.c:131
2712#: builtin/pull.c:185 builtin/repack.c:178 builtin/repack.c:182
2713#: builtin/show-branch.c:645 builtin/show-ref.c:175 builtin/tag.c:340
2714#: parse-options.h:132 parse-options.h:134 parse-options.h:244
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002715msgid "n"
2716msgstr "n"
2717
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002718#: builtin/am.c:2292 builtin/apply.c:4512
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002719msgid "num"
2720msgstr "количество"
2721
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002722#: builtin/am.c:2295 builtin/for-each-ref.c:37 builtin/replace.c:438
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002723#: builtin/tag.c:372
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002724msgid "format"
2725msgstr "формат"
2726
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002727#: builtin/am.c:2296
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002728msgid "format the patch(es) are in"
2729msgstr "формат, в котором находятся патчи"
2730
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002731#: builtin/am.c:2302
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002732msgid "override error message when patch failure occurs"
2733msgstr "переопределить сообщение об ошибке, если не удалось наложить изменения"
2734
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002735#: builtin/am.c:2304
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002736msgid "continue applying patches after resolving a conflict"
2737msgstr "продолжить применение изменений после разрешения конфиликта"
2738
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002739#: builtin/am.c:2307
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002740msgid "synonyms for --continue"
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002741msgstr "синоним для --continue"
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002742
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002743#: builtin/am.c:2310
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002744msgid "skip the current patch"
2745msgstr "пропустить текущий патч"
2746
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002747#: builtin/am.c:2313
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002748msgid "restore the original branch and abort the patching operation."
2749msgstr "восстановить оригинальную ветку и отменить операцию применения изменений."
2750
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002751#: builtin/am.c:2317
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002752msgid "lie about committer date"
2753msgstr "соврать о дате коммитера"
2754
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002755#: builtin/am.c:2319
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002756msgid "use current timestamp for author date"
2757msgstr "использовать текущее время как время авторства"
2758
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002759#: builtin/am.c:2321 builtin/commit.c:1593 builtin/merge.c:225
2760#: builtin/pull.c:159 builtin/revert.c:92 builtin/tag.c:355
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002761msgid "key-id"
2762msgstr "key-id"
2763
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002764#: builtin/am.c:2322
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002765msgid "GPG-sign commits"
2766msgstr "подписать коммиты с помощью GPG"
2767
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002768#: builtin/am.c:2325
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002769msgid "(internal use for git-rebase)"
2770msgstr "(внутреннее использование для git-rebase)"
2771
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002772#: builtin/am.c:2340
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002773msgid ""
2774"The -b/--binary option has been a no-op for long time, and\n"
2775"it will be removed. Please do not use it anymore."
2776msgstr "Опция -b/--binary уже долгое время ничего не делает и будет удалена с следующих версиях Git. Пожалуйста, не используйте ее."
2777
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002778#: builtin/am.c:2347
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002779msgid "failed to read the index"
2780msgstr "сбой чтения индекса"
2781
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002782#: builtin/am.c:2362
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002783#, c-format
2784msgid "previous rebase directory %s still exists but mbox given."
2785msgstr "предыдущий каталог перемещения %s еще существует, но передан mbox."
2786
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002787#: builtin/am.c:2386
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002788#, c-format
2789msgid ""
2790"Stray %s directory found.\n"
2791"Use \"git am --abort\" to remove it."
2792msgstr "Найден забытый каталог %s.\nИспользуйте «git am --abort», чтобы удалить его."
2793
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02002794#: builtin/am.c:2392
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03002795msgid "Resolve operation not in progress, we are not resuming."
2796msgstr "Операция разрешения конфликтов не в процессе выполнения, не продолжаем."
2797
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02002798#: builtin/apply.c:59
2799msgid "git apply [<options>] [<patch>...]"
2800msgstr "git apply [<опции>] [<патч>…]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002801
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002802#: builtin/apply.c:111
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002803#, c-format
2804msgid "unrecognized whitespace option '%s'"
2805msgstr "неопознанная опция для пробелов «%s»"
2806
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002807#: builtin/apply.c:126
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002808#, c-format
2809msgid "unrecognized whitespace ignore option '%s'"
2810msgstr "неопознанная опция для игнорирования пробелов «%s»"
2811
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002812#: builtin/apply.c:818
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002813#, c-format
2814msgid "Cannot prepare timestamp regexp %s"
2815msgstr "Не удалось подготовить регулярное выражение для метки времени %s"
2816
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002817#: builtin/apply.c:827
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002818#, c-format
2819msgid "regexec returned %d for input: %s"
2820msgstr "regexec возвратил %d для ввода: %s"
2821
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002822#: builtin/apply.c:908
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002823#, c-format
2824msgid "unable to find filename in patch at line %d"
2825msgstr "не удалось найти имя файла в строке патча %d"
2826
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002827#: builtin/apply.c:940
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002828#, c-format
2829msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
2830msgstr "git apply: плохой git-diff — ожидалось /dev/null, получено %s на строке %d"
2831
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002832#: builtin/apply.c:944
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002833#, c-format
2834msgid "git apply: bad git-diff - inconsistent new filename on line %d"
2835msgstr "git apply: плохой git-diff — не согласующееся новое имя файла на строке %d"
2836
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002837#: builtin/apply.c:945
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002838#, c-format
2839msgid "git apply: bad git-diff - inconsistent old filename on line %d"
2840msgstr "git apply: плохой git-diff — не согласующееся старое имя файла на строке %d"
2841
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002842#: builtin/apply.c:952
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002843#, c-format
2844msgid "git apply: bad git-diff - expected /dev/null on line %d"
2845msgstr "git apply: плохой git-diff — ожидалось /dev/null на строке %d"
2846
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002847#: builtin/apply.c:1415
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002848#, c-format
2849msgid "recount: unexpected line: %.*s"
2850msgstr "recount: не ожидаемая строка: %.*s"
2851
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002852#: builtin/apply.c:1472
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002853#, c-format
2854msgid "patch fragment without header at line %d: %.*s"
2855msgstr "фрагмент изменений без заголовка на строке %d: %.*s"
2856
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002857#: builtin/apply.c:1489
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002858#, c-format
2859msgid ""
2860"git diff header lacks filename information when removing %d leading pathname"
2861" component (line %d)"
2862msgid_plural ""
2863"git diff header lacks filename information when removing %d leading pathname"
2864" components (line %d)"
2865msgstr[0] "заголовок git diff не нашел информацию об имени файла при удалении %d ведущего компонента пути к файлу (строка %d)"
2866msgstr[1] "заголовок git diff не нашел информацию об имени файла при удалении %d ведущих компонент пути к файлу (строка %d)"
2867msgstr[2] "заголовок git diff не нашел информацию об имени файла при удалении %d ведущих компонент пути к файлу (строка %d)"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03002868msgstr[3] "заголовок git diff не нашел информацию об имени файла при удалении %d ведущих компонент пути к файлу (строка %d)"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002869
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002870#: builtin/apply.c:1655
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002871msgid "new file depends on old contents"
2872msgstr "новый файл зависит от старого содержимого"
2873
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002874#: builtin/apply.c:1657
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002875msgid "deleted file still has contents"
2876msgstr "удаленный файл все еще имеет содержимое"
2877
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002878#: builtin/apply.c:1683
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002879#, c-format
2880msgid "corrupt patch at line %d"
2881msgstr "патч поврежден на строке %d"
2882
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002883#: builtin/apply.c:1719
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002884#, c-format
2885msgid "new file %s depends on old contents"
2886msgstr "новый файл %s зависит от старого содержимого"
2887
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002888#: builtin/apply.c:1721
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002889#, c-format
2890msgid "deleted file %s still has contents"
2891msgstr "удаленный файл %s все еще имеет содержимое"
2892
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002893#: builtin/apply.c:1724
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002894#, c-format
2895msgid "** warning: file %s becomes empty but is not deleted"
2896msgstr "** предупреждение: файл %s становится пустым, но не удаляется"
2897
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002898#: builtin/apply.c:1870
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002899#, c-format
2900msgid "corrupt binary patch at line %d: %.*s"
2901msgstr "поврежденный двоичный патч на строке %d: %.*s"
2902
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002903#: builtin/apply.c:1899
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002904#, c-format
2905msgid "unrecognized binary patch at line %d"
2906msgstr "неопознанный двоичный патч на строке %d"
2907
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002908#: builtin/apply.c:2050
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002909#, c-format
2910msgid "patch with only garbage at line %d"
2911msgstr "патч с мусором на строке %d"
2912
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002913#: builtin/apply.c:2140
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002914#, c-format
2915msgid "unable to read symlink %s"
2916msgstr "не удалось прочитать символьную ссылку %s"
2917
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002918#: builtin/apply.c:2144
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002919#, c-format
2920msgid "unable to open or read %s"
2921msgstr "не удалось открыть или прочесть %s"
2922
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002923#: builtin/apply.c:2777
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002924#, c-format
2925msgid "invalid start of line: '%c'"
2926msgstr "неправильное начало строки: «%c»"
2927
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002928#: builtin/apply.c:2896
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002929#, c-format
2930msgid "Hunk #%d succeeded at %d (offset %d line)."
2931msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
2932msgstr[0] "Часть #%d успешно применена на %d (со сдвигом в %d строку)."
2933msgstr[1] "Часть #%d успешно применена на %d (со сдвигом в %d строки)."
2934msgstr[2] "Часть #%d успешно применена на %d (со сдвигом в %d строк)."
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03002935msgstr[3] "Часть #%d успешно применена на %d (со сдвигом в %d строк)."
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002936
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002937#: builtin/apply.c:2908
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002938#, c-format
2939msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
2940msgstr "Контекст сужен до (%ld/%ld), чтобы применить фрагмент на %d строке"
2941
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002942#: builtin/apply.c:2914
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002943#, c-format
2944msgid ""
2945"while searching for:\n"
2946"%.*s"
2947msgstr "при поиске:\n%.*s"
2948
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002949#: builtin/apply.c:2934
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002950#, c-format
2951msgid "missing binary patch data for '%s'"
2952msgstr "пропущены данные двоичного патча для «%s»"
2953
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002954#: builtin/apply.c:3035
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002955#, c-format
2956msgid "binary patch does not apply to '%s'"
2957msgstr "не удалось применить двоичный патч к «%s»"
2958
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002959#: builtin/apply.c:3041
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002960#, c-format
2961msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
2962msgstr "после применения двоичного патча для «%s» был получен неправильный результат (ожидалось %s, получено %s)"
2963
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002964#: builtin/apply.c:3062
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002965#, c-format
2966msgid "patch failed: %s:%ld"
2967msgstr "ошибка применения изменений: %s:%ld"
2968
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002969#: builtin/apply.c:3186
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002970#, c-format
2971msgid "cannot checkout %s"
2972msgstr "не удалось перейти на %s"
2973
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002974#: builtin/apply.c:3231 builtin/apply.c:3242 builtin/apply.c:3287
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002975#, c-format
2976msgid "read of %s failed"
2977msgstr "ошибка чтения %s"
2978
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002979#: builtin/apply.c:3239
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02002980#, c-format
2981msgid "reading from '%s' beyond a symbolic link"
2982msgstr "чтение из «%s» за символической ссылкой"
2983
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002984#: builtin/apply.c:3267 builtin/apply.c:3489
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002985#, c-format
2986msgid "path %s has been renamed/deleted"
2987msgstr "путь %s был переименован/удален"
2988
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002989#: builtin/apply.c:3348 builtin/apply.c:3503
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002990#, c-format
2991msgid "%s: does not exist in index"
2992msgstr "%s: нет в индексе"
2993
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002994#: builtin/apply.c:3352 builtin/apply.c:3495 builtin/apply.c:3517
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02002995#, c-format
2996msgid "%s: %s"
2997msgstr "%s: %s"
2998
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02002999#: builtin/apply.c:3357 builtin/apply.c:3511
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003000#, c-format
3001msgid "%s: does not match index"
3002msgstr "%s: не совпадает с индексом"
3003
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003004#: builtin/apply.c:3459
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003005msgid "removal patch leaves file contents"
3006msgstr "патч удаления не удалил содержимое файла"
3007
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003008#: builtin/apply.c:3528
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003009#, c-format
3010msgid "%s: wrong type"
3011msgstr "%s: неправильный тип"
3012
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003013#: builtin/apply.c:3530
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003014#, c-format
3015msgid "%s has type %o, expected %o"
3016msgstr "%s имеет тип %o, а ожидался %o"
3017
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003018#: builtin/apply.c:3689 builtin/apply.c:3691
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02003019#, c-format
3020msgid "invalid path '%s'"
3021msgstr "неправильный путь «%s»"
3022
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003023#: builtin/apply.c:3746
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003024#, c-format
3025msgid "%s: already exists in index"
3026msgstr "%s: уже содержится в индексе"
3027
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003028#: builtin/apply.c:3749
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003029#, c-format
3030msgid "%s: already exists in working directory"
3031msgstr "%s: уже содержится в рабочем каталоге"
3032
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003033#: builtin/apply.c:3769
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003034#, c-format
3035msgid "new mode (%o) of %s does not match old mode (%o)"
3036msgstr "новый режим доступа (%o) для %s не соответствует старому режиму доступа (%o)"
3037
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003038#: builtin/apply.c:3774
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003039#, c-format
3040msgid "new mode (%o) of %s does not match old mode (%o) of %s"
3041msgstr "новый режим доступа (%o) для %s не соответствует старому режиму доступа (%o) для %s"
3042
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003043#: builtin/apply.c:3794
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02003044#, c-format
3045msgid "affected file '%s' is beyond a symbolic link"
3046msgstr "затронутый файл «%s» находится за символической ссылкой"
3047
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003048#: builtin/apply.c:3798
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003049#, c-format
3050msgid "%s: patch does not apply"
3051msgstr "%s: не удалось применить патч"
3052
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003053#: builtin/apply.c:3812
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003054#, c-format
3055msgid "Checking patch %s..."
3056msgstr "Проверка патча %s…"
3057
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003058#: builtin/apply.c:3905 builtin/checkout.c:233 builtin/reset.c:135
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003059#, c-format
3060msgid "make_cache_entry failed for path '%s'"
3061msgstr "сбой make_cache_entry для пути «%s»"
3062
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003063#: builtin/apply.c:4048
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003064#, c-format
3065msgid "unable to remove %s from index"
3066msgstr "не удалось удалить %s из индекса"
3067
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003068#: builtin/apply.c:4077
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003069#, c-format
3070msgid "corrupt patch for submodule %s"
3071msgstr "поврежденный патч для подмодуля %s"
3072
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003073#: builtin/apply.c:4081
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003074#, c-format
3075msgid "unable to stat newly created file '%s'"
3076msgstr "не удалось выполнить stat для созданного файла «%s»"
3077
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003078#: builtin/apply.c:4086
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003079#, c-format
3080msgid "unable to create backing store for newly created file %s"
3081msgstr "не удалось создать вспомогательный файл для созданного файла %s"
3082
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003083#: builtin/apply.c:4089 builtin/apply.c:4197
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003084#, c-format
3085msgid "unable to add cache entry for %s"
3086msgstr "не удалось создать запись в кэше для %s"
3087
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003088#: builtin/apply.c:4122
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003089#, c-format
3090msgid "closing file '%s'"
3091msgstr "закрытие файла «%s»"
3092
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003093#: builtin/apply.c:4171
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003094#, c-format
3095msgid "unable to write file '%s' mode %o"
3096msgstr "не удалось записать файл «%s» с режимом доступа %o"
3097
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003098#: builtin/apply.c:4258
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003099#, c-format
3100msgid "Applied patch %s cleanly."
3101msgstr "Патч %s применен без ошибок."
3102
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003103#: builtin/apply.c:4266
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003104msgid "internal error"
3105msgstr "внутренняя ошибка"
3106
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003107#: builtin/apply.c:4269
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003108#, c-format
3109msgid "Applying patch %%s with %d reject..."
3110msgid_plural "Applying patch %%s with %d rejects..."
3111msgstr[0] "Применение патча %%s с %d отказом…"
3112msgstr[1] "Применение патча %%s с %d отказами…"
3113msgstr[2] "Применение патча %%s с %d отказами…"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03003114msgstr[3] "Применение патча %%s с %d отказами…"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003115
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003116#: builtin/apply.c:4279
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003117#, c-format
3118msgid "truncating .rej filename to %.*s.rej"
3119msgstr "усечение имени .rej файла до %.*s.rej"
3120
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003121#: builtin/apply.c:4300
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003122#, c-format
3123msgid "Hunk #%d applied cleanly."
3124msgstr "Блок №%d применен без ошибок."
3125
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003126#: builtin/apply.c:4303
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003127#, c-format
3128msgid "Rejected hunk #%d."
3129msgstr "Блок №%d отклонен."
3130
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003131#: builtin/apply.c:4393
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003132msgid "unrecognized input"
3133msgstr "не распознанный ввод"
3134
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003135#: builtin/apply.c:4404
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003136msgid "unable to read index file"
3137msgstr "не удалось прочитать файл индекса"
3138
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003139#: builtin/apply.c:4507
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003140msgid "don't apply changes matching the given path"
3141msgstr "не применять изменения по указанному пути"
3142
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003143#: builtin/apply.c:4510
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003144msgid "apply changes matching the given path"
3145msgstr "применять изменения по указанному пути"
3146
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003147#: builtin/apply.c:4513
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003148msgid "remove <num> leading slashes from traditional diff paths"
3149msgstr "удалить <количество> ведущих косых черт из традиционных путей списка изменений"
3150
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003151#: builtin/apply.c:4516
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003152msgid "ignore additions made by the patch"
3153msgstr "игнорировать добавления, сделанные этим патчем"
3154
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003155#: builtin/apply.c:4518
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003156msgid "instead of applying the patch, output diffstat for the input"
3157msgstr "вместо применения патча вывести статистику добавлений и удалений для ввода"
3158
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003159#: builtin/apply.c:4522
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003160msgid "show number of added and deleted lines in decimal notation"
3161msgstr "показать количество добавленных и удаленных строк в десятичном представлении"
3162
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003163#: builtin/apply.c:4524
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003164msgid "instead of applying the patch, output a summary for the input"
3165msgstr "вместо применения патча вывести статистику изменений для ввода"
3166
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003167#: builtin/apply.c:4526
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003168msgid "instead of applying the patch, see if the patch is applicable"
3169msgstr "вместо применения патча проверить подходит ли он"
3170
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003171#: builtin/apply.c:4528
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003172msgid "make sure the patch is applicable to the current index"
3173msgstr "проверить, что патч применяется к текущему индексу"
3174
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003175#: builtin/apply.c:4530
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003176msgid "apply a patch without touching the working tree"
3177msgstr "применить патч, не изменяя рабочий каталог"
3178
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003179#: builtin/apply.c:4532
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02003180msgid "accept a patch that touches outside the working area"
3181msgstr "принять патч, который затрагивает файлы за рабочим каталогом"
3182
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003183#: builtin/apply.c:4534
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003184msgid "also apply the patch (use with --stat/--summary/--check)"
3185msgstr "а также применить патч (используйте с --stat/--summary/--check)"
3186
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003187#: builtin/apply.c:4536
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003188msgid "attempt three-way merge if a patch does not apply"
3189msgstr "попытаться сделать трехходовое слияние, если патч не применяется"
3190
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003191#: builtin/apply.c:4538
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003192msgid "build a temporary index based on embedded index information"
3193msgstr "построить временный индекс, основанный на встроенной информации об индексе"
3194
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003195#: builtin/apply.c:4541 builtin/checkout-index.c:169 builtin/ls-files.c:425
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003196msgid "paths are separated with NUL character"
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003197msgstr "пути, отделённые НУЛЕВЫМ символом"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003198
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003199#: builtin/apply.c:4543
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003200msgid "ensure at least <n> lines of context match"
3201msgstr "удостовериться, что по крайней мере <n> строк контекста совпадают"
3202
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003203#: builtin/apply.c:4545
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003204msgid "detect new or modified lines that have whitespace errors"
3205msgstr "определять новые или модифицированные строки, у которых есть ошибки в пробельных символах"
3206
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003207#: builtin/apply.c:4548 builtin/apply.c:4551
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003208msgid "ignore changes in whitespace when finding context"
3209msgstr "игнорировать изменения в пробельных символах при поиске контекста"
3210
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003211#: builtin/apply.c:4554
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003212msgid "apply the patch in reverse"
3213msgstr "применить патч с обращением изменений"
3214
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003215#: builtin/apply.c:4556
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003216msgid "don't expect at least one line of context"
3217msgstr "не ожидать как минимум одной строки контекста"
3218
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003219#: builtin/apply.c:4558
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003220msgid "leave the rejected hunks in corresponding *.rej files"
3221msgstr "оставить отклоненные блоки изменений в соответствующих *.rej файлах"
3222
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003223#: builtin/apply.c:4560
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003224msgid "allow overlapping hunks"
3225msgstr "разрешить перекрывающиеся блоки изменений"
3226
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003227#: builtin/apply.c:4563
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003228msgid "tolerate incorrectly detected missing new-line at the end of file"
3229msgstr "разрешить некорректно определенные пропущенные пустые строки в конце файла"
3230
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003231#: builtin/apply.c:4566
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003232msgid "do not trust the line counts in the hunk headers"
3233msgstr "не доверять количеству строк из заголовка блока изменений"
3234
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003235#: builtin/apply.c:4569
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003236msgid "prepend <root> to all filenames"
3237msgstr "добавить <корень> спереди ко всем именам файлов"
3238
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003239#: builtin/apply.c:4591
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003240msgid "--3way outside a repository"
3241msgstr "--3way вне репозитория"
3242
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003243#: builtin/apply.c:4599
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003244msgid "--index outside a repository"
3245msgstr "--index вне репозитория"
3246
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003247#: builtin/apply.c:4602
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003248msgid "--cached outside a repository"
3249msgstr "--cached вне репозитория"
3250
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003251#: builtin/apply.c:4621
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003252#, c-format
3253msgid "can't open patch '%s'"
3254msgstr "не удалось открыть патч «%s»"
3255
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003256#: builtin/apply.c:4635
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003257#, c-format
3258msgid "squelched %d whitespace error"
3259msgid_plural "squelched %d whitespace errors"
3260msgstr[0] "пропущена %d ошибка в пробельных символах"
3261msgstr[1] "пропущено %d ошибки в пробельных символах"
3262msgstr[2] "пропущено %d ошибок в пробельных символах"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03003263msgstr[3] "пропущено %d ошибок в пробельных символах"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003264
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003265#: builtin/apply.c:4641 builtin/apply.c:4651
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003266#, c-format
3267msgid "%d line adds whitespace errors."
3268msgid_plural "%d lines add whitespace errors."
3269msgstr[0] "%d строка добавила ошибки в пробельных символах."
3270msgstr[1] "%d строки добавили ошибки в пробельных символах."
3271msgstr[2] "%d строк добавили ошибки в пробельных символах."
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03003272msgstr[3] "%d строк добавили ошибки в пробельных символах."
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003273
3274#: builtin/archive.c:17
3275#, c-format
3276msgid "could not create archive file '%s'"
3277msgstr "не удалось создать файл архива «%s»"
3278
3279#: builtin/archive.c:20
3280msgid "could not redirect output"
3281msgstr "не удалось перенаправить вывод"
3282
3283#: builtin/archive.c:37
3284msgid "git archive: Remote with no URL"
3285msgstr "git archive: внешний репозиторий без URL"
3286
3287#: builtin/archive.c:58
3288msgid "git archive: expected ACK/NAK, got EOF"
3289msgstr "git archive: ожидался ACK/NAK, а получен EOF"
3290
3291#: builtin/archive.c:61
3292#, c-format
3293msgid "git archive: NACK %s"
3294msgstr "git archive: NACK %s"
3295
3296#: builtin/archive.c:63
3297#, c-format
3298msgid "remote error: %s"
3299msgstr "ошибка внешнего репозитория: %s"
3300
3301#: builtin/archive.c:64
3302msgid "git archive: protocol error"
3303msgstr "git archive: ошибка протокола"
3304
3305#: builtin/archive.c:68
3306msgid "git archive: expected a flush"
3307msgstr "git archive: ожидался сброс буфера"
3308
3309#: builtin/bisect--helper.c:7
3310msgid "git bisect--helper --next-all [--no-checkout]"
3311msgstr "git bisect--helper --next-all [--no-checkout]"
3312
3313#: builtin/bisect--helper.c:17
3314msgid "perform 'git bisect next'"
3315msgstr "выполнить «git bisect next»"
3316
3317#: builtin/bisect--helper.c:19
3318msgid "update BISECT_HEAD instead of checking out the current commit"
3319msgstr "обновить BISECT_HEAD вместо перехода на текущий коммит"
3320
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003321#: builtin/blame.c:33
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03003322msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
3323msgstr "git blame [<опции>] [<опции-редакции>] [<редакция>] [--] <файл>"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003324
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003325#: builtin/blame.c:38
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02003326msgid "<rev-opts> are documented in git-rev-list(1)"
3327msgstr "<опции-rev-list> документированы в git-rev-list(1)"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003328
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003329#: builtin/blame.c:1782
3330msgid "Blaming lines"
3331msgstr "Просмотр авторов строк"
3332
3333#: builtin/blame.c:2530
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003334msgid "Show blame entries as we find them, incrementally"
3335msgstr "Показать записи авторства постепенно, в процессе нахождения"
3336
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003337#: builtin/blame.c:2531
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003338msgid "Show blank SHA-1 for boundary commits (Default: off)"
3339msgstr "Не показывать SHA-1 для коммитов, не входящих в границы запроса (По умолчанию: отключено)"
3340
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003341#: builtin/blame.c:2532
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003342msgid "Do not treat root commits as boundaries (Default: off)"
3343msgstr "Не воспринимать корневые коммиты как граничные (По умолчанию: отключено)"
3344
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003345#: builtin/blame.c:2533
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003346msgid "Show work cost statistics"
3347msgstr "Показать статистику расходов на выполнение запроса"
3348
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003349#: builtin/blame.c:2534
3350msgid "Force progress reporting"
3351msgstr "Принудительно выводить прогресс выполнения"
3352
3353#: builtin/blame.c:2535
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003354msgid "Show output score for blame entries"
3355msgstr "Показать оценку для записей авторства"
3356
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003357#: builtin/blame.c:2536
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003358msgid "Show original filename (Default: auto)"
3359msgstr "Показать оригинальное имя файла (По умолчанию: автоматически)"
3360
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003361#: builtin/blame.c:2537
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003362msgid "Show original linenumber (Default: off)"
3363msgstr "Показать оригинальные номера строк (По умолчанию: отключено)"
3364
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003365#: builtin/blame.c:2538
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003366msgid "Show in a format designed for machine consumption"
3367msgstr "Показать в формате для программного разбора"
3368
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003369#: builtin/blame.c:2539
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003370msgid "Show porcelain format with per-line commit information"
3371msgstr "Показать в машиночитаемом формате, с построчной информацией о коммите"
3372
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003373#: builtin/blame.c:2540
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003374msgid "Use the same output mode as git-annotate (Default: off)"
3375msgstr "Использовать такой же формат вывода, как и git-annotate (По умолчанию: отключено)"
3376
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003377#: builtin/blame.c:2541
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003378msgid "Show raw timestamp (Default: off)"
3379msgstr "Показать необработанные временные метки (По умолчанию: отключено)"
3380
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003381#: builtin/blame.c:2542
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003382msgid "Show long commit SHA1 (Default: off)"
3383msgstr "Показать длинный SHA1 идентификатор коммита (По умолчанию: отключено)"
3384
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003385#: builtin/blame.c:2543
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003386msgid "Suppress author name and timestamp (Default: off)"
3387msgstr "Не показывать имя автора и временные метки (По умолчанию: отключено)"
3388
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003389#: builtin/blame.c:2544
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003390msgid "Show author email instead of name (Default: off)"
3391msgstr "Показать почту автора вместо имени (По умолчанию: отключено)"
3392
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003393#: builtin/blame.c:2545
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003394msgid "Ignore whitespace differences"
3395msgstr "Игнорировать различия в пробелах"
3396
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003397#: builtin/blame.c:2546
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003398msgid "Spend extra cycles to find better match"
3399msgstr "Потратить больше времени, для нахождения лучших совпадений"
3400
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003401#: builtin/blame.c:2547
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003402msgid "Use revisions from <file> instead of calling git-rev-list"
3403msgstr "Использовать редакции из <файла> вместо вызова git-rev-list"
3404
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003405#: builtin/blame.c:2548
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003406msgid "Use <file>'s contents as the final image"
3407msgstr "Использовать содержимое <файла> как финальный снимок"
3408
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003409#: builtin/blame.c:2549 builtin/blame.c:2550
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003410msgid "score"
3411msgstr "мин-длина"
3412
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003413#: builtin/blame.c:2549
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003414msgid "Find line copies within and across files"
3415msgstr "Найти копирование строк в пределах и между файлами"
3416
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003417#: builtin/blame.c:2550
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003418msgid "Find line movements within and across files"
3419msgstr "Найти перемещения строк в пределах и между файлами"
3420
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003421#: builtin/blame.c:2551
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003422msgid "n,m"
3423msgstr "начало,конец"
3424
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003425#: builtin/blame.c:2551
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003426msgid "Process only line range n,m, counting from 1"
3427msgstr "Обработать только строки в диапазоне начало,конец, начиная с 1"
3428
3429#. TRANSLATORS: This string is used to tell us the maximum
3430#. display width for a relative timestamp in "git blame"
3431#. output. For C locale, "4 years, 11 months ago", which
3432#. takes 22 places, is the longest among various forms of
3433#. relative timestamps, but your language may need more or
3434#. fewer display columns.
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003435#: builtin/blame.c:2640
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003436msgid "4 years, 11 months ago"
3437msgstr "4 года и 11 месяцев назад"
3438
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003439#: builtin/branch.c:25
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02003440msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
3441msgstr "git branch [<опции>] [-r | -a] [--merged | --no-merged]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003442
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003443#: builtin/branch.c:26
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02003444msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
3445msgstr "git branch [<опции>] [-l] [-f] <имя-ветки> [<точка-начала>]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003446
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003447#: builtin/branch.c:27
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02003448msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
3449msgstr "git branch [<опции>] [-r] (-d | -D) <имя-ветки>…"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003450
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003451#: builtin/branch.c:28
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02003452msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
3453msgstr "git branch [<опции>] (-m | -M) [<старая-ветка>] <новая-ветка>"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003454
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003455#: builtin/branch.c:29
3456msgid "git branch [<options>] [-r | -a] [--points-at]"
3457msgstr "git branch [<опции>] [-r | -a] [--points-at]"
3458
3459#: builtin/branch.c:142
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003460#, c-format
3461msgid ""
3462"deleting branch '%s' that has been merged to\n"
3463" '%s', but not yet merged to HEAD."
3464msgstr "удаление ветки «%s», которая была слита с\n «%s», но не слита с HEAD."
3465
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003466#: builtin/branch.c:146
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003467#, c-format
3468msgid ""
3469"not deleting branch '%s' that is not yet merged to\n"
3470" '%s', even though it is merged to HEAD."
3471msgstr "не удаление ветки «%s», которая еще не слита с\n «%s», хотя уже слита с HEAD."
3472
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003473#: builtin/branch.c:160
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003474#, c-format
3475msgid "Couldn't look up commit object for '%s'"
3476msgstr "Не удалось найти объект коммита для «%s»"
3477
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003478#: builtin/branch.c:164
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003479#, c-format
3480msgid ""
3481"The branch '%s' is not fully merged.\n"
3482"If you are sure you want to delete it, run 'git branch -D %s'."
3483msgstr "Ветка «%s» не слита полностью.\nЕсли вы уверены, что хотите ее удалить, запустите «git branch -D %s»."
3484
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003485#: builtin/branch.c:177
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003486msgid "Update of config-file failed"
3487msgstr "Не удалось обновить файл конфигурации"
3488
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003489#: builtin/branch.c:205
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003490msgid "cannot use -a with -d"
3491msgstr "нельзя использовать одновременно ключи -a и -d"
3492
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003493#: builtin/branch.c:211
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003494msgid "Couldn't look up commit object for HEAD"
3495msgstr "Не удалось найти объект коммита для HEAD"
3496
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003497#: builtin/branch.c:219
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003498#, c-format
3499msgid "Cannot delete the branch '%s' which you are currently on."
3500msgstr "Нельзя удалить ветку «%s», так как вы сейчас на ней находитесь."
3501
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003502#: builtin/branch.c:235
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003503#, c-format
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03003504msgid "remote-tracking branch '%s' not found."
3505msgstr "внешняя отслеживаемая ветка «%s» не найдена."
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003506
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003507#: builtin/branch.c:236
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003508#, c-format
3509msgid "branch '%s' not found."
3510msgstr "ветка «%s» не найдена."
3511
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003512#: builtin/branch.c:251
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003513#, c-format
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03003514msgid "Error deleting remote-tracking branch '%s'"
3515msgstr "Ошибка удаления внешней отслеживаемой ветки «%s»"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003516
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003517#: builtin/branch.c:252
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003518#, c-format
3519msgid "Error deleting branch '%s'"
3520msgstr "Ошибка удаления ветки «%s»"
3521
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003522#: builtin/branch.c:259
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003523#, c-format
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03003524msgid "Deleted remote-tracking branch %s (was %s).\n"
3525msgstr "Внешняя отслеживаемая ветка %s удалена (была %s).\n"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003526
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003527#: builtin/branch.c:260
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003528#, c-format
3529msgid "Deleted branch %s (was %s).\n"
3530msgstr "Ветка %s удалена (была %s).\n"
3531
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003532#: builtin/branch.c:303
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003533#, c-format
3534msgid "[%s: gone]"
3535msgstr "[%s: пропал]"
3536
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003537#: builtin/branch.c:308
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003538#, c-format
3539msgid "[%s]"
3540msgstr "[%s]"
3541
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003542#: builtin/branch.c:313
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003543#, c-format
3544msgid "[%s: behind %d]"
3545msgstr "[%s: позади %d]"
3546
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003547#: builtin/branch.c:315
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003548#, c-format
3549msgid "[behind %d]"
3550msgstr "[позади %d]"
3551
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003552#: builtin/branch.c:319
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003553#, c-format
3554msgid "[%s: ahead %d]"
3555msgstr "[%s: впереди %d]"
3556
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003557#: builtin/branch.c:321
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003558#, c-format
3559msgid "[ahead %d]"
3560msgstr "[впереди %d]"
3561
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003562#: builtin/branch.c:324
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003563#, c-format
3564msgid "[%s: ahead %d, behind %d]"
3565msgstr "[%s: впереди %d, позади %d]"
3566
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003567#: builtin/branch.c:327
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003568#, c-format
3569msgid "[ahead %d, behind %d]"
3570msgstr "[впереди %d, позади %d]"
3571
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003572#: builtin/branch.c:340
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003573msgid " **** invalid ref ****"
3574msgstr " **** недействительная ссылка ****"
3575
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003576#: builtin/branch.c:366
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003577#, c-format
3578msgid "(no branch, rebasing %s)"
3579msgstr "(нет ветки, перемещение %s)"
3580
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003581#: builtin/branch.c:369
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003582#, c-format
3583msgid "(no branch, bisect started on %s)"
3584msgstr "(нет ветки, двоичный поиск начат на %s)"
3585
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003586#: builtin/branch.c:375
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02003587#, c-format
3588msgid "(HEAD detached at %s)"
3589msgstr "(HEAD отделён на %s)"
3590
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003591#: builtin/branch.c:378
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02003592#, c-format
3593msgid "(HEAD detached from %s)"
3594msgstr "(HEAD отделён начиная с %s)"
3595
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003596#: builtin/branch.c:382
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003597msgid "(no branch)"
3598msgstr "(нет ветки)"
3599
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003600#: builtin/branch.c:524
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003601msgid "cannot rename the current branch while not on any."
3602msgstr "невозможно переименовать текущую ветку, если вы не находитесь ни на одной из них."
3603
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003604#: builtin/branch.c:534
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003605#, c-format
3606msgid "Invalid branch name: '%s'"
3607msgstr "Недействительное имя ветки: «%s»"
3608
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003609#: builtin/branch.c:549
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003610msgid "Branch rename failed"
3611msgstr "Сбой переименования ветки"
3612
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003613#: builtin/branch.c:553
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003614#, c-format
3615msgid "Renamed a misnamed branch '%s' away"
3616msgstr "Переименована неправильно названная ветка «%s»"
3617
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003618#: builtin/branch.c:557
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003619#, c-format
3620msgid "Branch renamed to %s, but HEAD is not updated!"
3621msgstr "Ветка переименована в %s, но HEAD не обновлен!"
3622
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003623#: builtin/branch.c:564
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003624msgid "Branch is renamed, but update of config-file failed"
3625msgstr "Ветка переименована, но произошел сбой обновления файла конфигурации"
3626
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003627#: builtin/branch.c:586
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003628#, c-format
3629msgid "could not write branch description template: %s"
3630msgstr "не удалось записать шаблон описания ветки: %s"
3631
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003632#: builtin/branch.c:615
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003633msgid "Generic options"
3634msgstr "Общие параметры"
3635
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003636#: builtin/branch.c:617
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003637msgid "show hash and subject, give twice for upstream branch"
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003638msgstr "показывать хэш-сумму и тему, укажите дважды для вышестоящей ветки"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003639
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003640#: builtin/branch.c:618
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003641msgid "suppress informational messages"
3642msgstr "не выводить информационные сообщения"
3643
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003644#: builtin/branch.c:619
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003645msgid "set up tracking mode (see git-pull(1))"
3646msgstr "установить режим отслеживания вышестоящей ветки (см. git-pull(1))"
3647
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003648#: builtin/branch.c:621
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003649msgid "change upstream info"
3650msgstr "изменить информацию о вышестоящей ветке"
3651
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003652#: builtin/branch.c:625
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003653msgid "use colored output"
3654msgstr "использовать цветной вывод"
3655
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003656#: builtin/branch.c:626
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003657msgid "act on remote-tracking branches"
3658msgstr "выполнить действия на отслеживаемых внешних ветках"
3659
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003660#: builtin/branch.c:628 builtin/branch.c:629
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003661msgid "print only branches that contain the commit"
3662msgstr "вывод только веток, которые содержат коммит"
3663
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003664#: builtin/branch.c:632
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003665msgid "Specific git-branch actions:"
3666msgstr "Специфичные для git-branch действия:"
3667
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003668#: builtin/branch.c:633
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003669msgid "list both remote-tracking and local branches"
3670msgstr "показать список и отслеживаемых и локальных веток"
3671
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003672#: builtin/branch.c:635
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003673msgid "delete fully merged branch"
3674msgstr "удалить полностью слитую ветку"
3675
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003676#: builtin/branch.c:636
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003677msgid "delete branch (even if not merged)"
3678msgstr "удалить ветку (даже никуда не слитую)"
3679
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003680#: builtin/branch.c:637
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003681msgid "move/rename a branch and its reflog"
3682msgstr "переместить/переименовать ветки и ее журнал ссылок"
3683
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003684#: builtin/branch.c:638
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003685msgid "move/rename a branch, even if target exists"
3686msgstr "переместить/переименовать ветку, даже если целевое имя уже существует"
3687
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003688#: builtin/branch.c:639
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003689msgid "list branch names"
3690msgstr "показать список имен веток"
3691
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003692#: builtin/branch.c:640
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003693msgid "create the branch's reflog"
3694msgstr "создать журнал ссылок ветки"
3695
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003696#: builtin/branch.c:642
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003697msgid "edit the description for the branch"
3698msgstr "изменить описание ветки"
3699
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003700#: builtin/branch.c:643
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003701msgid "force creation, move/rename, deletion"
3702msgstr "принудительное создание, перемещение или удаление ветки"
3703
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003704#: builtin/branch.c:644
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003705msgid "print only branches that are merged"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003706msgstr "вывод только слитых веток"
3707
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003708#: builtin/branch.c:645
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003709msgid "print only branches that are not merged"
3710msgstr "вывод только не слитых веток"
3711
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003712#: builtin/branch.c:646
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003713msgid "list branches in columns"
3714msgstr "показать список веток по столбцам"
3715
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003716#: builtin/branch.c:647 builtin/for-each-ref.c:38 builtin/tag.c:366
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003717msgid "key"
3718msgstr "ключ"
3719
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003720#: builtin/branch.c:648 builtin/for-each-ref.c:39 builtin/tag.c:367
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003721msgid "field name to sort on"
3722msgstr "имя поля, по которому выполнить сортировку"
3723
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003724#: builtin/branch.c:650 builtin/for-each-ref.c:41 builtin/notes.c:401
3725#: builtin/notes.c:404 builtin/notes.c:564 builtin/notes.c:567
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003726#: builtin/tag.c:369
3727msgid "object"
3728msgstr "объект"
3729
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003730#: builtin/branch.c:651
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003731msgid "print only branches of the object"
3732msgstr "вывод только веток, определенного объекта"
3733
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003734#: builtin/branch.c:669
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003735msgid "Failed to resolve HEAD as a valid ref."
3736msgstr "Не удалось определить HEAD как действительную ссылку."
3737
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003738#: builtin/branch.c:673 builtin/clone.c:705
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003739msgid "HEAD not found below refs/heads!"
3740msgstr "HEAD не найден в refs/heads!"
3741
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003742#: builtin/branch.c:693
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003743msgid "--column and --verbose are incompatible"
3744msgstr "--column и --verbose нельзя использовать одновременно"
3745
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003746#: builtin/branch.c:704 builtin/branch.c:746
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003747msgid "branch name required"
3748msgstr "требуется имя ветки"
3749
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003750#: builtin/branch.c:722
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003751msgid "Cannot give description to detached HEAD"
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003752msgstr "Нельзя дать описание отделённому HEAD"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003753
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003754#: builtin/branch.c:727
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003755msgid "cannot edit description of more than one branch"
3756msgstr "нельзя изменить описание более одной ветки за раз"
3757
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003758#: builtin/branch.c:734
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003759#, c-format
3760msgid "No commit on branch '%s' yet."
3761msgstr "Еще нет коммита на ветке «%s»."
3762
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003763#: builtin/branch.c:737
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003764#, c-format
3765msgid "No branch named '%s'."
3766msgstr "Нет ветки с именем «%s»."
3767
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003768#: builtin/branch.c:752
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003769msgid "too many branches for a rename operation"
3770msgstr "слишком много веток для операции переименования"
3771
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003772#: builtin/branch.c:757
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003773msgid "too many branches to set new upstream"
3774msgstr "слишком много веток для указания новых вышестоящих"
3775
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003776#: builtin/branch.c:761
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003777#, c-format
3778msgid ""
3779"could not set upstream of HEAD to %s when it does not point to any branch."
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003780msgstr "невозможно установить вышестоящий репозиторий для HEAD на %s, так как он не указывает ни на одну ветку."
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003781
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003782#: builtin/branch.c:764 builtin/branch.c:786 builtin/branch.c:807
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003783#, c-format
3784msgid "no such branch '%s'"
3785msgstr "нет такой ветки «%s»"
3786
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003787#: builtin/branch.c:768
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003788#, c-format
3789msgid "branch '%s' does not exist"
3790msgstr "ветка «%s» не существует"
3791
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003792#: builtin/branch.c:780
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003793msgid "too many branches to unset upstream"
3794msgstr "слишком много веток для убирания вышестоящих"
3795
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003796#: builtin/branch.c:784
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003797msgid "could not unset upstream of HEAD when it does not point to any branch."
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003798msgstr "невозможно убрать вышестоящий репозиторий для HEAD, так как он не указывает ни на одну ветку."
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003799
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003800#: builtin/branch.c:790
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003801#, c-format
3802msgid "Branch '%s' has no upstream information"
3803msgstr "Ветка «%s» не имеет информации о вышестоящей ветке"
3804
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003805#: builtin/branch.c:804
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003806msgid "it does not make sense to create 'HEAD' manually"
3807msgstr "не имеет смысла создавать «HEAD» вручную"
3808
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003809#: builtin/branch.c:810
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003810msgid "-a and -r options to 'git branch' do not make sense with a branch name"
3811msgstr "параметры -a и -r для «git branch» не имеют смысла с указанием имени ветки"
3812
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003813#: builtin/branch.c:813
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003814#, c-format
3815msgid ""
3816"The --set-upstream flag is deprecated and will be removed. Consider using "
3817"--track or --set-upstream-to\n"
3818msgstr "Флаг --set-upstream устарел и будет удален в будущем. Вместо него используйте --track или --set-upstream-to\n"
3819
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003820#: builtin/branch.c:830
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003821#, c-format
3822msgid ""
3823"\n"
3824"If you wanted to make '%s' track '%s', do this:\n"
3825"\n"
3826msgstr "\nЕсли вы хотите, чтобы «%s» отслеживала «%s», сделайте следующее:\n\n"
3827
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003828#: builtin/branch.c:831
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003829#, c-format
3830msgid " git branch -d %s\n"
3831msgstr "git branch -d %s\n"
3832
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003833#: builtin/branch.c:832
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003834#, c-format
3835msgid " git branch --set-upstream-to %s\n"
3836msgstr " git branch --set-upstream-to %s\n"
3837
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03003838#: builtin/bundle.c:51
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003839#, c-format
3840msgid "%s is okay\n"
3841msgstr "%s в порядке\n"
3842
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03003843#: builtin/bundle.c:64
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003844msgid "Need a repository to create a bundle."
3845msgstr "Требуется репозиторий для создания пакета."
3846
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03003847#: builtin/bundle.c:68
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003848msgid "Need a repository to unbundle."
3849msgstr "Требуется репозиторий для распаковки."
3850
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03003851#: builtin/cat-file.c:428
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03003852msgid ""
3853"git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-"
3854"type]|-e|-p|<type>|--textconv) <object>"
3855msgstr "git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-type]|-e|-p|<тип>|--textconv) <объект>"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003856
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03003857#: builtin/cat-file.c:429
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003858msgid "git cat-file (--batch | --batch-check) [--follow-symlinks]"
3859msgstr "git cat-file (--batch | --batch-check) [--follow-symlinks]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003860
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03003861#: builtin/cat-file.c:466
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003862msgid "<type> can be one of: blob, tree, commit, tag"
3863msgstr "<тип> может быть одним из: blob, tree, commit, tag"
3864
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03003865#: builtin/cat-file.c:467
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003866msgid "show object type"
3867msgstr "показать тип объекта"
3868
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03003869#: builtin/cat-file.c:468
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003870msgid "show object size"
3871msgstr "показать размер объекта"
3872
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03003873#: builtin/cat-file.c:470
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003874msgid "exit with zero when there's no error"
3875msgstr "выйти с нулевым кодом возврата, если нет ошибки"
3876
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03003877#: builtin/cat-file.c:471
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003878msgid "pretty-print object's content"
3879msgstr "структурированный вывод содержимого объекта"
3880
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03003881#: builtin/cat-file.c:473
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003882msgid "for blob objects, run textconv on object's content"
3883msgstr "запустить texconv на содержимом двоичных объектов "
3884
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03003885#: builtin/cat-file.c:475
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03003886msgid "allow -s and -t to work with broken/corrupt objects"
3887msgstr "разрешить -s и -t работать с повреждёнными объектами"
3888
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03003889#: builtin/cat-file.c:476
3890msgid "buffer --batch output"
3891msgstr "буфферировать вывод --batch"
3892
3893#: builtin/cat-file.c:478
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003894msgid "show info and content of objects fed from the standard input"
3895msgstr "показать информацию и содержимое объектов, переданных из стандартного ввода"
3896
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03003897#: builtin/cat-file.c:481
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003898msgid "show info about objects fed from the standard input"
3899msgstr "показать информацию об объектах, переданных из стандартного ввода"
3900
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03003901#: builtin/cat-file.c:484
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03003902msgid "follow in-tree symlinks (used with --batch or --batch-check)"
3903msgstr "переходить по символьным ссылкам внутри дерева (используется с опциями --batch и --batch-check)"
3904
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03003905#: builtin/cat-file.c:486
3906msgid "show all objects with --batch or --batch-check"
3907msgstr "показать все объекты с опциями --batch или --batch-check"
3908
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003909#: builtin/check-attr.c:11
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02003910msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
3911msgstr "git check-attr [-a | --all | <атрибут>…] [--] <путь>…"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003912
3913#: builtin/check-attr.c:12
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02003914msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
3915msgstr "git check-attr --stdin [-z] [-a | --all | <атрибут>…]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003916
3917#: builtin/check-attr.c:19
3918msgid "report all attributes set on file"
3919msgstr "вывести все атрибуты установленные для файла"
3920
3921#: builtin/check-attr.c:20
3922msgid "use .gitattributes only from the index"
3923msgstr "использовать только .gitattributes из индекса"
3924
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003925#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:97
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003926msgid "read file names from stdin"
3927msgstr "прочитать имена файлов из стандартного ввода"
3928
3929#: builtin/check-attr.c:23 builtin/check-ignore.c:24
3930msgid "terminate input and output records by a NUL character"
3931msgstr "окончание ввода и вывода записей по НУЛЕВОМУ символу"
3932
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003933#: builtin/check-ignore.c:18 builtin/checkout.c:1136 builtin/gc.c:325
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003934msgid "suppress progress reporting"
3935msgstr "не выводить прогресс выполнения"
3936
3937#: builtin/check-ignore.c:26
3938msgid "show non-matching input paths"
3939msgstr "показать не совпадающие введенные пути"
3940
3941#: builtin/check-ignore.c:28
3942msgid "ignore index when checking"
3943msgstr "игнорировать индекс при проверке"
3944
3945#: builtin/check-ignore.c:154
3946msgid "cannot specify pathnames with --stdin"
3947msgstr "нельзя указывать пути вместе с параметром --stdin"
3948
3949#: builtin/check-ignore.c:157
3950msgid "-z only makes sense with --stdin"
3951msgstr "-z имеет смысл только вместе с параметром --stdin"
3952
3953#: builtin/check-ignore.c:159
3954msgid "no path specified"
3955msgstr "не указан путь"
3956
3957#: builtin/check-ignore.c:163
3958msgid "--quiet is only valid with a single pathname"
3959msgstr "--quiet можно использовать только при указании одного пути"
3960
3961#: builtin/check-ignore.c:165
3962msgid "cannot have both --quiet and --verbose"
3963msgstr "нельзя использовать одновременно --quiet и --verbose"
3964
3965#: builtin/check-ignore.c:168
3966msgid "--non-matching is only valid with --verbose"
3967msgstr "--non-matching можно использовать только вместе с --verbose"
3968
3969#: builtin/check-mailmap.c:8
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02003970msgid "git check-mailmap [<options>] <contact>..."
3971msgstr "git check-mailmap [<опции>] <контакт>…"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003972
3973#: builtin/check-mailmap.c:13
3974msgid "also read contacts from stdin"
3975msgstr "также читать контакты из стандартного ввода"
3976
3977#: builtin/check-mailmap.c:24
3978#, c-format
3979msgid "unable to parse contact: %s"
3980msgstr "не удалось разобрать контакт: %s"
3981
3982#: builtin/check-mailmap.c:47
3983msgid "no contacts specified"
3984msgstr "не указаны контакты"
3985
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003986#: builtin/checkout-index.c:127
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02003987msgid "git checkout-index [<options>] [--] [<file>...]"
3988msgstr "git checkout-index [<опции>] [--] [<файл>…]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003989
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003990#: builtin/checkout-index.c:144
3991msgid "stage should be between 1 and 3 or all"
3992msgstr "индекс должен быть между 1 и 3 или all"
3993
3994#: builtin/checkout-index.c:160
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003995msgid "check out all files in the index"
3996msgstr "перейти на состояние всех файлов из индекса"
3997
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02003998#: builtin/checkout-index.c:161
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02003999msgid "force overwrite of existing files"
4000msgstr "принудительная перезапись существующих файлов"
4001
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004002#: builtin/checkout-index.c:163
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004003msgid "no warning for existing files and files not in index"
4004msgstr "не выводить предупреждения для существующих и непроиндексированных файлов"
4005
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004006#: builtin/checkout-index.c:165
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004007msgid "don't checkout new files"
4008msgstr "не создавать новые файлы"
4009
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004010#: builtin/checkout-index.c:167
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004011msgid "update stat information in the index file"
4012msgstr "обновить статистику доступа в файле индекса"
4013
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004014#: builtin/checkout-index.c:171
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004015msgid "read list of paths from the standard input"
4016msgstr "прочитать список путей из стандартного ввода"
4017
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004018#: builtin/checkout-index.c:173
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004019msgid "write the content to temporary files"
4020msgstr "записать содержимое во временные файлы"
4021
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004022#: builtin/checkout-index.c:174 builtin/column.c:30
4023#: builtin/submodule--helper.c:166 builtin/submodule--helper.c:169
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004024#: builtin/submodule--helper.c:172 builtin/submodule--helper.c:175
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004025msgid "string"
4026msgstr "строка"
4027
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004028#: builtin/checkout-index.c:175
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004029msgid "when creating files, prepend <string>"
4030msgstr "добавить спереди <строку> при создании файлов"
4031
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004032#: builtin/checkout-index.c:177
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004033msgid "copy out the files from named stage"
4034msgstr "копировать файлы из указанного индекса"
4035
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03004036#: builtin/checkout.c:25
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02004037msgid "git checkout [<options>] <branch>"
4038msgstr "git checkout [<опции>] <ветка>"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004039
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03004040#: builtin/checkout.c:26
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02004041msgid "git checkout [<options>] [<branch>] -- <file>..."
4042msgstr "git checkout [<опции>] [<ветка>] -- <файл>…"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004043
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004044#: builtin/checkout.c:134 builtin/checkout.c:167
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004045#, c-format
4046msgid "path '%s' does not have our version"
4047msgstr "путь «%s» не имеет нашей версии"
4048
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004049#: builtin/checkout.c:136 builtin/checkout.c:169
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004050#, c-format
4051msgid "path '%s' does not have their version"
4052msgstr "путь «%s» не имеет их версии"
4053
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004054#: builtin/checkout.c:152
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004055#, c-format
4056msgid "path '%s' does not have all necessary versions"
4057msgstr "путь «%s» не имеет всех необходимых версий"
4058
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004059#: builtin/checkout.c:196
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004060#, c-format
4061msgid "path '%s' does not have necessary versions"
4062msgstr "путь «%s» не имеет необходимых версий"
4063
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004064#: builtin/checkout.c:213
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004065#, c-format
4066msgid "path '%s': cannot merge"
4067msgstr "путь «%s»: не удалось слить"
4068
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004069#: builtin/checkout.c:230
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004070#, c-format
4071msgid "Unable to add merge result for '%s'"
4072msgstr "Не удалось добавить результат слияния «%s»"
4073
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004074#: builtin/checkout.c:251 builtin/checkout.c:254 builtin/checkout.c:257
4075#: builtin/checkout.c:260
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004076#, c-format
4077msgid "'%s' cannot be used with updating paths"
4078msgstr "«%s» нельзя использовать при обновлении путей"
4079
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004080#: builtin/checkout.c:263 builtin/checkout.c:266
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004081#, c-format
4082msgid "'%s' cannot be used with %s"
4083msgstr "«%s» нельзя использовать одновременно с %s"
4084
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004085#: builtin/checkout.c:269
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004086#, c-format
4087msgid "Cannot update paths and switch to branch '%s' at the same time."
4088msgstr "Нельзя обновлять пути и переключаться на ветку «%s» одновременно."
4089
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004090#: builtin/checkout.c:280 builtin/checkout.c:474
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004091msgid "corrupt index file"
4092msgstr "файл индекса поврежден"
4093
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004094#: builtin/checkout.c:340 builtin/checkout.c:347
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004095#, c-format
4096msgid "path '%s' is unmerged"
4097msgstr "путь «%s» не слит"
4098
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004099#: builtin/checkout.c:496
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004100msgid "you need to resolve your current index first"
4101msgstr "сначала нужно разрешить конфликты в вашем текущем индексе"
4102
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004103#: builtin/checkout.c:623
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004104#, c-format
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03004105msgid "Can not do reflog for '%s': %s\n"
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004106msgstr "Не удалось создать журнал ссылок для «%s»: %s\n"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004107
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004108#: builtin/checkout.c:661
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004109msgid "HEAD is now at"
4110msgstr "HEAD сейчас на"
4111
Dimitriy Ryazantcevf3aeef12016-03-13 02:07:09 +02004112#: builtin/checkout.c:665 builtin/clone.c:659
4113msgid "unable to update HEAD"
4114msgstr "не удалось обновить HEAD"
4115
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004116#: builtin/checkout.c:669
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004117#, c-format
4118msgid "Reset branch '%s'\n"
4119msgstr "Сброс ветки «%s»\n"
4120
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004121#: builtin/checkout.c:672
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004122#, c-format
4123msgid "Already on '%s'\n"
4124msgstr "Уже на «%s»\n"
4125
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004126#: builtin/checkout.c:676
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004127#, c-format
4128msgid "Switched to and reset branch '%s'\n"
4129msgstr "Переключение и сброс ветки «%s»\n"
4130
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004131#: builtin/checkout.c:678 builtin/checkout.c:1068
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004132#, c-format
4133msgid "Switched to a new branch '%s'\n"
4134msgstr "Переключено на новую ветку «%s»\n"
4135
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004136#: builtin/checkout.c:680
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004137#, c-format
4138msgid "Switched to branch '%s'\n"
4139msgstr "Переключено на ветку «%s»\n"
4140
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004141#: builtin/checkout.c:732
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004142#, c-format
4143msgid " ... and %d more.\n"
4144msgstr " … и еще %d.\n"
4145
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004146#: builtin/checkout.c:738
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004147#, c-format
4148msgid ""
4149"Warning: you are leaving %d commit behind, not connected to\n"
4150"any of your branches:\n"
4151"\n"
4152"%s\n"
4153msgid_plural ""
4154"Warning: you are leaving %d commits behind, not connected to\n"
4155"any of your branches:\n"
4156"\n"
4157"%s\n"
4158msgstr[0] "Предупреждение: вы оставляете позади %d коммит не соединенную ни с одной из ваших веток:\n\n%s\n"
4159msgstr[1] "Предупреждение: вы оставляете позади %d коммита не соединенные ни с одной из ваших веток:\n\n%s\n"
4160msgstr[2] "Предупреждение: вы оставляете позади %d коммитов не соединенные ни с одной из ваших веток:\n\n%s\n"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03004161msgstr[3] "Предупреждение: вы оставляете позади %d коммитов не соединенные ни с одной из ваших веток:\n\n%s\n"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004162
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004163#: builtin/checkout.c:757
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004164#, c-format
4165msgid ""
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03004166"If you want to keep it by creating a new branch, this may be a good time\n"
4167"to do so with:\n"
4168"\n"
4169" git branch <new-branch-name> %s\n"
4170"\n"
4171msgid_plural ""
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004172"If you want to keep them by creating a new branch, this may be a good time\n"
4173"to do so with:\n"
4174"\n"
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02004175" git branch <new-branch-name> %s\n"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004176"\n"
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004177msgstr[0] "Если вы хотите сохранить их с помощью создания новой ветки, то сейчас самое время\nсделать это с помощью:\n\n git branch <имя-новой-ветки> %s\n"
4178msgstr[1] "Если вы хотите сохранить их с помощью создания новой ветки, то сейчас самое время\nсделать это с помощью:\n\n git branch <имя-новой-ветки> %s\n"
4179msgstr[2] "Если вы хотите сохранить их с помощью создания новой ветки, то сейчас самое время\nсделать это с помощью:\n\n git branch <имя-новой-ветки> %s\n"
4180msgstr[3] "Если вы хотите сохранить их с помощью создания новой ветки, то сейчас самое время\nсделать это с помощью:\n\n git branch <имя-новой-ветки> %s\n"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004181
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004182#: builtin/checkout.c:793
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004183msgid "internal error in revision walk"
4184msgstr "внутренняя ошибка при хождении по редакциям"
4185
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004186#: builtin/checkout.c:797
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004187msgid "Previous HEAD position was"
4188msgstr "Предыдущая позиция HEAD была"
4189
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004190#: builtin/checkout.c:824 builtin/checkout.c:1063
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004191msgid "You are on a branch yet to be born"
4192msgstr "Вы находитесь на еще не созданной ветке"
4193
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004194#: builtin/checkout.c:969
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004195#, c-format
4196msgid "only one reference expected, %d given."
4197msgstr "ожидается только одна ссылка, а передано %d."
4198
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004199#: builtin/checkout.c:1009 builtin/worktree.c:211
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004200#, c-format
4201msgid "invalid reference: %s"
4202msgstr "неправильная ссылка: %s"
4203
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004204#: builtin/checkout.c:1038
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004205#, c-format
4206msgid "reference is not a tree: %s"
4207msgstr "в дереве нет такой ссылки: %s"
4208
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004209#: builtin/checkout.c:1077
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004210msgid "paths cannot be used with switching branches"
4211msgstr "нельзя использовать пути при переключении веток"
4212
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004213#: builtin/checkout.c:1080 builtin/checkout.c:1084
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004214#, c-format
4215msgid "'%s' cannot be used with switching branches"
4216msgstr "нельзя использовать «%s» при переключении веток"
4217
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004218#: builtin/checkout.c:1088 builtin/checkout.c:1091 builtin/checkout.c:1096
4219#: builtin/checkout.c:1099
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004220#, c-format
4221msgid "'%s' cannot be used with '%s'"
4222msgstr "«%s» нельзя использовать одновременно с «%s»"
4223
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004224#: builtin/checkout.c:1104
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004225#, c-format
4226msgid "Cannot switch branch to a non-commit '%s'"
4227msgstr "Нельзя переключить ветку на не коммит «%s»"
4228
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004229#: builtin/checkout.c:1137 builtin/checkout.c:1139 builtin/clone.c:84
4230#: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:318
4231#: builtin/worktree.c:320
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004232msgid "branch"
4233msgstr "ветка"
4234
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004235#: builtin/checkout.c:1138
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004236msgid "create and checkout a new branch"
4237msgstr "создать и перейти на новую ветку"
4238
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004239#: builtin/checkout.c:1140
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004240msgid "create/reset and checkout a branch"
4241msgstr "создать/сбросить и перейти на новую ветку"
4242
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004243#: builtin/checkout.c:1141
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004244msgid "create reflog for new branch"
4245msgstr "создать журнал ссылок для новой ветки"
4246
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004247#: builtin/checkout.c:1142
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004248msgid "detach the HEAD at named commit"
4249msgstr "отсоединить HEAD на указанном коммите"
4250
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004251#: builtin/checkout.c:1143
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004252msgid "set upstream info for new branch"
4253msgstr "установить информацию о вышестоящей ветке для новой ветки"
4254
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004255#: builtin/checkout.c:1145
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004256msgid "new-branch"
4257msgstr "новая-ветка"
4258
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004259#: builtin/checkout.c:1145
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004260msgid "new unparented branch"
4261msgstr "новая ветка без родителей"
4262
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004263#: builtin/checkout.c:1146
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004264msgid "checkout our version for unmerged files"
4265msgstr "перейти на нашу версию для не слитых файлов"
4266
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004267#: builtin/checkout.c:1148
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004268msgid "checkout their version for unmerged files"
4269msgstr "перейти на их версию для не слитых файлов"
4270
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004271#: builtin/checkout.c:1150
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004272msgid "force checkout (throw away local modifications)"
4273msgstr "принудительный переход (отбрасывает все локальные изменения)"
4274
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004275#: builtin/checkout.c:1151
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004276msgid "perform a 3-way merge with the new branch"
4277msgstr "выполнить трехходовое слияние с новой веткой"
4278
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004279#: builtin/checkout.c:1152 builtin/merge.c:227
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004280msgid "update ignored files (default)"
4281msgstr "обновить игнорируемые файлы (по умолчанию)"
4282
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004283#: builtin/checkout.c:1153 builtin/log.c:1269 parse-options.h:250
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004284msgid "style"
4285msgstr "стиль"
4286
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004287#: builtin/checkout.c:1154
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004288msgid "conflict style (merge or diff3)"
4289msgstr "стиль конфликтов слияния (merge или diff3)"
4290
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004291#: builtin/checkout.c:1157
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004292msgid "do not limit pathspecs to sparse entries only"
4293msgstr "не ограничивать спецификаторы пути только частичными записями"
4294
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004295#: builtin/checkout.c:1159
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02004296msgid "second guess 'git checkout <no-such-branch>'"
4297msgstr "пересмотр «git checkout <no-such-branch>»"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004298
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004299#: builtin/checkout.c:1161
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03004300msgid "do not check if another worktree is holding the given ref"
4301msgstr "не проверять, что другое дерево уже содержит указанную ссылку"
4302
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004303#: builtin/checkout.c:1162 builtin/clone.c:58 builtin/fetch.c:116
4304#: builtin/merge.c:224 builtin/pull.c:113 builtin/push.c:526
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004305#: builtin/send-pack.c:168
4306msgid "force progress reporting"
4307msgstr "принудительно выводить прогресс"
4308
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004309#: builtin/checkout.c:1193
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004310msgid "-b, -B and --orphan are mutually exclusive"
4311msgstr "-b, -B и --orphan нельзя использовать одновременно"
4312
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004313#: builtin/checkout.c:1210
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004314msgid "--track needs a branch name"
4315msgstr "--track требует имя ветки"
4316
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004317#: builtin/checkout.c:1215
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004318msgid "Missing branch name; try -b"
4319msgstr "Пропущено имя ветки; попробуйте -b"
4320
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004321#: builtin/checkout.c:1251
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004322msgid "invalid path specification"
4323msgstr "неправильная спецификация пути"
4324
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004325#: builtin/checkout.c:1258
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004326#, c-format
4327msgid ""
4328"Cannot update paths and switch to branch '%s' at the same time.\n"
4329"Did you intend to checkout '%s' which can not be resolved as commit?"
4330msgstr "Нельзя обновить пути и одновременно переключить на ветку «%s».\nВы хотели переключиться на «%s», что не может быть определено как коммит?"
4331
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004332#: builtin/checkout.c:1263
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004333#, c-format
4334msgid "git checkout: --detach does not take a path argument '%s'"
4335msgstr "git checkout: --detach не принимает путь «%s» как аргумент"
4336
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004337#: builtin/checkout.c:1267
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004338msgid ""
4339"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
4340"checking out of the index."
4341msgstr "git checkout: --ours/--theirs, --force and --merge нельзя использовать одновременно при применении состояния индекса."
4342
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03004343#: builtin/clean.c:25
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004344msgid ""
4345"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
4346msgstr "git clean [-d] [-f] [-i] [-n] [-q] [-e <шаблон>] [-x | -X] [--] <пути>…"
4347
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03004348#: builtin/clean.c:29
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004349#, c-format
4350msgid "Removing %s\n"
4351msgstr "Удаление %s\n"
4352
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03004353#: builtin/clean.c:30
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004354#, c-format
4355msgid "Would remove %s\n"
4356msgstr "Будет удалено %s\n"
4357
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03004358#: builtin/clean.c:31
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004359#, c-format
4360msgid "Skipping repository %s\n"
4361msgstr "Пропуск репозитория %s\n"
4362
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03004363#: builtin/clean.c:32
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004364#, c-format
4365msgid "Would skip repository %s\n"
4366msgstr "Будет пропущен репозиторий %s\n"
4367
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03004368#: builtin/clean.c:33
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004369#, c-format
4370msgid "failed to remove %s"
4371msgstr "сбой удаления %s"
4372
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004373#: builtin/clean.c:291
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004374msgid ""
4375"Prompt help:\n"
4376"1 - select a numbered item\n"
4377"foo - select item based on unique prefix\n"
4378" - (empty) select nothing"
4379msgstr "Справка по выделению:\n1 - выбрать указанный элемент\nfoo - выбрать элемент с указанным префиксом\n - (пусто) не выбирать ничего"
4380
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004381#: builtin/clean.c:295
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004382msgid ""
4383"Prompt help:\n"
4384"1 - select a single item\n"
4385"3-5 - select a range of items\n"
4386"2-3,6-9 - select multiple ranges\n"
4387"foo - select item based on unique prefix\n"
4388"-... - unselect specified items\n"
4389"* - choose all items\n"
4390" - (empty) finish selecting"
4391msgstr "Справка по выделению:\n1 - выбрать один элемент\n3-5 - выбрать диапазон элементов\n2-3,6-9 - выбрать несколько диапазонов\nfoo - выбрать элемент с указанным префиксом\n-… - убрать выделение с указанных элементов\n* - выбрать все элементы\n - (пусто) завершить выделение"
4392
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004393#: builtin/clean.c:511
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004394#, c-format
4395msgid "Huh (%s)?"
4396msgstr "Хм (%s)?"
4397
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004398#: builtin/clean.c:653
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004399#, c-format
4400msgid "Input ignore patterns>> "
4401msgstr "Шаблоны игнорирования ввода>> "
4402
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004403#: builtin/clean.c:690
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004404#, c-format
4405msgid "WARNING: Cannot find items matched by: %s"
4406msgstr "ПРЕДУПРЕЖДЕНИЕ: Не удалось найти элементы соответствующие: %s"
4407
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004408#: builtin/clean.c:711
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004409msgid "Select items to delete"
4410msgstr "Укажите элементы для удаления"
4411
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02004412#. TRANSLATORS: Make sure to keep [y/N] as is
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004413#: builtin/clean.c:752
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004414#, c-format
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02004415msgid "Remove %s [y/N]? "
4416msgstr "Удалить %s [y - да/N - нет]? "
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004417
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004418#: builtin/clean.c:777
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004419msgid "Bye."
4420msgstr "До свидания."
4421
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004422#: builtin/clean.c:785
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004423msgid ""
4424"clean - start cleaning\n"
4425"filter by pattern - exclude items from deletion\n"
4426"select by numbers - select items to be deleted by numbers\n"
4427"ask each - confirm each deletion (like \"rm -i\")\n"
4428"quit - stop cleaning\n"
4429"help - this screen\n"
4430"? - help for prompt selection"
4431msgstr "clean - начать очистку\nfilter by pattern - исключить удаление элементов\nselect by numbers - исключить удаление элементов по номерам\nask each - запрашивать подтверждение на удаление каждого элемента (как «rm -i»)\nquit - прекратить очистку\nhelp - этот экран\n? - справка по выделению"
4432
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004433#: builtin/clean.c:812
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004434msgid "*** Commands ***"
4435msgstr "*** Команды ***"
4436
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004437#: builtin/clean.c:813
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004438msgid "What now"
4439msgstr "Что теперь"
4440
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004441#: builtin/clean.c:821
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004442msgid "Would remove the following item:"
4443msgid_plural "Would remove the following items:"
4444msgstr[0] "Удалить следующие элементы:"
4445msgstr[1] "Удалить следующие элементы:"
4446msgstr[2] "Удалить следующие элементы:"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03004447msgstr[3] "Удалить следующие элементы:"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004448
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004449#: builtin/clean.c:838
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004450msgid "No more files to clean, exiting."
4451msgstr "Больше нет файлов для очистки, выходим."
4452
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004453#: builtin/clean.c:869
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004454msgid "do not print names of files removed"
4455msgstr "не выводить имена удаляемых файлов"
4456
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004457#: builtin/clean.c:871
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004458msgid "force"
4459msgstr "принудительно"
4460
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004461#: builtin/clean.c:872
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004462msgid "interactive cleaning"
4463msgstr "интерактивная очистка"
4464
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004465#: builtin/clean.c:874
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004466msgid "remove whole directories"
4467msgstr "удалить каталоги полностью"
4468
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004469#: builtin/clean.c:875 builtin/describe.c:407 builtin/grep.c:722
4470#: builtin/ls-files.c:456 builtin/name-rev.c:307 builtin/show-ref.c:182
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004471msgid "pattern"
4472msgstr "шаблон"
4473
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004474#: builtin/clean.c:876
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004475msgid "add <pattern> to ignore rules"
4476msgstr "добавить <шаблон> в правила игнорирования"
4477
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004478#: builtin/clean.c:877
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004479msgid "remove ignored files, too"
4480msgstr "также удалить игнорируемые файлы"
4481
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004482#: builtin/clean.c:879
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004483msgid "remove only ignored files"
4484msgstr "удалить только игнорируемые файлы"
4485
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004486#: builtin/clean.c:897
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004487msgid "-x and -X cannot be used together"
4488msgstr "нельзя использовать одновременно -x и -X"
4489
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004490#: builtin/clean.c:901
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004491msgid ""
4492"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to"
4493" clean"
4494msgstr "clean.requireForce установлен как true и ни одна из опций -i, -n или -f не указана; отказ очистки"
4495
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004496#: builtin/clean.c:904
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004497msgid ""
4498"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
4499"refusing to clean"
4500msgstr "clean.requireForce установлен по умолчанию как true и ни одна из опций -i, -n или -f не указана; отказ очистки"
4501
4502#: builtin/clone.c:37
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02004503msgid "git clone [<options>] [--] <repo> [<dir>]"
4504msgstr "git clone [<опции>] [--] <репозиторий> [<каталог>]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004505
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004506#: builtin/clone.c:60
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004507msgid "don't create a checkout"
4508msgstr "не переключать рабочую копию на HEAD"
4509
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004510#: builtin/clone.c:61 builtin/clone.c:63 builtin/init-db.c:469
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004511msgid "create a bare repository"
4512msgstr "создать голый репозиторий"
4513
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004514#: builtin/clone.c:65
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004515msgid "create a mirror repository (implies bare)"
4516msgstr "создать зеркало репозитория (включает в себя и параметр bare)"
4517
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004518#: builtin/clone.c:67
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004519msgid "to clone from a local repository"
4520msgstr "для клонирования из локального репозитория"
4521
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004522#: builtin/clone.c:69
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004523msgid "don't use local hardlinks, always copy"
4524msgstr "не использовать жесткие ссылки, всегда копировать файлы"
4525
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004526#: builtin/clone.c:71
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004527msgid "setup as shared repository"
4528msgstr "настроить как общедоступный репозиторий"
4529
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004530#: builtin/clone.c:73 builtin/clone.c:75
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004531msgid "initialize submodules in the clone"
4532msgstr "инициализировать подмодули в клоне"
4533
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004534#: builtin/clone.c:76 builtin/init-db.c:466
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004535msgid "template-directory"
4536msgstr "каталог-шаблонов"
4537
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004538#: builtin/clone.c:77 builtin/init-db.c:467
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004539msgid "directory from which templates will be used"
4540msgstr "каталог, шаблоны из которого будут использованы"
4541
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004542#: builtin/clone.c:79 builtin/submodule--helper.c:173
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004543msgid "reference repository"
4544msgstr "ссылаемый репозиторий"
4545
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004546#: builtin/clone.c:81
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004547msgid "use --reference only while cloning"
4548msgstr "используйте --reference только при клонировании"
4549
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004550#: builtin/clone.c:82 builtin/column.c:26 builtin/merge-file.c:44
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03004551msgid "name"
4552msgstr "имя"
4553
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004554#: builtin/clone.c:83
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03004555msgid "use <name> instead of 'origin' to track upstream"
4556msgstr "использовать <имя> вместо «origin» для отслеживания вышестоящего репозитория"
4557
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004558#: builtin/clone.c:85
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03004559msgid "checkout <branch> instead of the remote's HEAD"
4560msgstr "перейти на <ветку>, вместо HEAD внешнего репозитория"
4561
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004562#: builtin/clone.c:87
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03004563msgid "path to git-upload-pack on the remote"
4564msgstr "путь к git-upload-pack на внешнем репозитории"
4565
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004566#: builtin/clone.c:88 builtin/fetch.c:117 builtin/grep.c:665
4567#: builtin/pull.c:193
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03004568msgid "depth"
4569msgstr "глубина"
4570
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004571#: builtin/clone.c:89
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03004572msgid "create a shallow clone of that depth"
4573msgstr "сделать частичный клон указанной глубины"
4574
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004575#: builtin/clone.c:91
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03004576msgid "clone only one branch, HEAD or --branch"
4577msgstr "клонировать только одну ветку, HEAD или --branch"
4578
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004579#: builtin/clone.c:92 builtin/init-db.c:475
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004580msgid "gitdir"
4581msgstr "каталог-git"
4582
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004583#: builtin/clone.c:93 builtin/init-db.c:476
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004584msgid "separate git dir from working tree"
4585msgstr "разместить каталог git отдельно от рабочей копии"
4586
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004587#: builtin/clone.c:94
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004588msgid "key=value"
4589msgstr "ключ=значение"
4590
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004591#: builtin/clone.c:95
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004592msgid "set config inside the new repository"
4593msgstr "установить параметры внутри нового репозитория"
4594
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004595#: builtin/clone.c:96 builtin/fetch.c:131 builtin/push.c:536
4596msgid "use IPv4 addresses only"
4597msgstr "использовать только IPv4 адреса"
4598
4599#: builtin/clone.c:98 builtin/fetch.c:133 builtin/push.c:538
4600msgid "use IPv6 addresses only"
4601msgstr "использовать только IPv6 адреса"
4602
Dimitriy Ryazantcevf3aeef12016-03-13 02:07:09 +02004603#: builtin/clone.c:239
4604msgid ""
4605"No directory name could be guessed.\n"
4606"Please specify a directory on the command line"
4607msgstr "Имя каталога не может быть угадано.\nУкажите имя каталога с помощью параметра командной строки"
4608
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004609#: builtin/clone.c:305
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004610#, c-format
4611msgid "reference repository '%s' as a linked checkout is not supported yet."
4612msgstr "ссылаемый репозиторий «%s» как связанное состояние, пока не поддерживается."
4613
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004614#: builtin/clone.c:307
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004615#, c-format
4616msgid "reference repository '%s' is not a local repository."
4617msgstr "ссылаемый репозиторий «%s» не является локальным."
4618
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004619#: builtin/clone.c:312
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004620#, c-format
4621msgid "reference repository '%s' is shallow"
4622msgstr "ссылаемый репозиторий «%s» является частичным"
4623
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004624#: builtin/clone.c:315
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004625#, c-format
4626msgid "reference repository '%s' is grafted"
4627msgstr "ссылаемый репозиторий «%s» является сращенным"
4628
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004629#: builtin/clone.c:380 builtin/diff.c:84
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004630#, c-format
4631msgid "failed to stat '%s'"
4632msgstr "не удалось выполнить stat «%s»"
4633
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004634#: builtin/clone.c:382
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004635#, c-format
4636msgid "%s exists and is not a directory"
4637msgstr "%s уже существует и не является каталогом"
4638
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004639#: builtin/clone.c:396
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004640#, c-format
4641msgid "failed to stat %s\n"
4642msgstr "не удалось выполнить stat %s\n"
4643
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004644#: builtin/clone.c:418
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004645#, c-format
4646msgid "failed to create link '%s'"
4647msgstr "не удалось создать ссылку «%s»"
4648
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004649#: builtin/clone.c:422
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004650#, c-format
4651msgid "failed to copy file to '%s'"
4652msgstr "не удалось копировать файл в «%s»"
4653
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004654#: builtin/clone.c:447 builtin/clone.c:631
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004655#, c-format
4656msgid "done.\n"
4657msgstr "готово.\n"
4658
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004659#: builtin/clone.c:459
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004660msgid ""
4661"Clone succeeded, but checkout failed.\n"
4662"You can inspect what was checked out with 'git status'\n"
4663"and retry the checkout with 'git checkout -f HEAD'\n"
4664msgstr "Клонирование прошло успешно, но во время перехода на версию произошла ошибка.\nС помощь команды «git status» вы можете просмотреть, какие файлы были обновлены, а повторить попытку перехода на версию с помощью «git checkout -f HEAD»\n"
4665
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004666#: builtin/clone.c:536
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004667#, c-format
4668msgid "Could not find remote branch %s to clone."
4669msgstr "Не удалось найти внешнюю ветку %s для клонирования."
4670
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004671#: builtin/clone.c:626
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004672#, c-format
4673msgid "Checking connectivity... "
4674msgstr "Проверка соединения… "
4675
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004676#: builtin/clone.c:629
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004677msgid "remote did not send all necessary objects"
4678msgstr "внешний репозиторий прислал не все необходимые объекты"
4679
Dimitriy Ryazantcevf3aeef12016-03-13 02:07:09 +02004680#: builtin/clone.c:647
4681#, c-format
4682msgid "unable to update %s"
4683msgstr "не удалось обновить %s"
4684
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004685#: builtin/clone.c:696
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004686msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
4687msgstr "внешний HEAD ссылается на несуществующую ссылку, нельзя перейти на такую версию.\n"
4688
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004689#: builtin/clone.c:727
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004690msgid "unable to checkout working tree"
4691msgstr "не удалось перейти на версию в рабочем каталоге"
4692
Dimitriy Ryazantcevf3aeef12016-03-13 02:07:09 +02004693#: builtin/clone.c:753
4694msgid "unable to write parameters to config file"
4695msgstr "не удалось записать параметры в файл конфигурации"
4696
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004697#: builtin/clone.c:816
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004698msgid "cannot repack to clean up"
4699msgstr "не удалось выполнить перепаковку для очистки"
4700
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004701#: builtin/clone.c:818
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004702msgid "cannot unlink temporary alternates file"
4703msgstr "не удалось отсоединить временные альтернативные файлы"
4704
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004705#: builtin/clone.c:850
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004706msgid "Too many arguments."
4707msgstr "Слишком много аргументов."
4708
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004709#: builtin/clone.c:854
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004710msgid "You must specify a repository to clone."
4711msgstr "Вы должны указать репозиторий для клонирования."
4712
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004713#: builtin/clone.c:865
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004714#, c-format
4715msgid "--bare and --origin %s options are incompatible."
4716msgstr "--bare и --origin %s нельзя использовать одновременно."
4717
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004718#: builtin/clone.c:868
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004719msgid "--bare and --separate-git-dir are incompatible."
4720msgstr "--bare и --separate-git-dir нельзя использовать одновременно."
4721
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004722#: builtin/clone.c:881
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004723#, c-format
4724msgid "repository '%s' does not exist"
4725msgstr "репозиторий «%s» не существует"
4726
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004727#: builtin/clone.c:887 builtin/fetch.c:1174
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004728#, c-format
4729msgid "depth %s is not a positive number"
4730msgstr "глубина %s не является положительным числом"
4731
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004732#: builtin/clone.c:897
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004733#, c-format
4734msgid "destination path '%s' already exists and is not an empty directory."
4735msgstr "целевой путь «%s» уже существует и не является пустым каталогом."
4736
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004737#: builtin/clone.c:907
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004738#, c-format
4739msgid "working tree '%s' already exists."
4740msgstr "рабочий каталог «%s» уже существует."
4741
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004742#: builtin/clone.c:922 builtin/clone.c:933 builtin/submodule--helper.c:218
4743#: builtin/worktree.c:219 builtin/worktree.c:246
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004744#, c-format
4745msgid "could not create leading directories of '%s'"
4746msgstr "не удалось создать родительские каталоги для «%s»"
4747
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004748#: builtin/clone.c:925
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004749#, c-format
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02004750msgid "could not create work tree dir '%s'"
4751msgstr "не удалось создать рабочий каталог «%s»"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004752
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004753#: builtin/clone.c:943
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004754#, c-format
4755msgid "Cloning into bare repository '%s'...\n"
4756msgstr "Клонирование в голый репозиторий «%s»…\n"
4757
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004758#: builtin/clone.c:945
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004759#, c-format
4760msgid "Cloning into '%s'...\n"
4761msgstr "Клонирование в «%s»…\n"
4762
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004763#: builtin/clone.c:984
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004764msgid "--depth is ignored in local clones; use file:// instead."
4765msgstr "--depth игнорируется на локальных клонах; вместо этого используйте file://."
4766
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004767#: builtin/clone.c:987
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004768msgid "source repository is shallow, ignoring --local"
4769msgstr "исходный репозиторий является частичным, --local игнорируется"
4770
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004771#: builtin/clone.c:992
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004772msgid "--local is ignored"
4773msgstr "--local игнорируется"
4774
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004775#: builtin/clone.c:996
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004776#, c-format
4777msgid "Don't know how to clone %s"
4778msgstr "Не знаю как клонировать %s"
4779
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004780#: builtin/clone.c:1045 builtin/clone.c:1053
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004781#, c-format
4782msgid "Remote branch %s not found in upstream %s"
4783msgstr "Внешняя ветка %s не найдена в вышестоящем репозитории %s"
4784
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004785#: builtin/clone.c:1056
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004786msgid "You appear to have cloned an empty repository."
4787msgstr "Похоже, что вы клонировали пустой репозиторий."
4788
4789#: builtin/column.c:9
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02004790msgid "git column [<options>]"
4791msgstr "git column [<опции>]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004792
4793#: builtin/column.c:26
4794msgid "lookup config vars"
4795msgstr "запросить переменные конфигурации"
4796
4797#: builtin/column.c:27 builtin/column.c:28
4798msgid "layout to use"
4799msgstr "использовать схему расположения"
4800
4801#: builtin/column.c:29
4802msgid "Maximum width"
4803msgstr "Максимальная ширина"
4804
4805#: builtin/column.c:30
4806msgid "Padding space on left border"
4807msgstr "Расстояние отступа слева"
4808
4809#: builtin/column.c:31
4810msgid "Padding space on right border"
4811msgstr "Расстояние отступа справа"
4812
4813#: builtin/column.c:32
4814msgid "Padding space between columns"
4815msgstr "Расстояние отступа между колонками"
4816
4817#: builtin/column.c:51
4818msgid "--command must be the first argument"
4819msgstr "параметр --command должен быть первым"
4820
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004821#: builtin/commit.c:38
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02004822msgid "git commit [<options>] [--] <pathspec>..."
4823msgstr "git commit [<опции>] [--] <спецификация-пути>…"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004824
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004825#: builtin/commit.c:43
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02004826msgid "git status [<options>] [--] <pathspec>..."
4827msgstr "git status [<опции>] [--] <спецификация-пути>…"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004828
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004829#: builtin/commit.c:48
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004830msgid ""
4831"Your name and email address were configured automatically based\n"
4832"on your username and hostname. Please check that they are accurate.\n"
4833"You can suppress this message by setting them explicitly. Run the\n"
4834"following command and follow the instructions in your editor to edit\n"
4835"your configuration file:\n"
4836"\n"
4837" git config --global --edit\n"
4838"\n"
4839"After doing this, you may fix the identity used for this commit with:\n"
4840"\n"
4841" git commit --amend --reset-author\n"
4842msgstr "Ваше имя или электронная почта настроены автоматически на основании вашего\nимени пользователя и имени машины. Пожалуйста, проверьте, что они \nопределены правильно.\nВы можете отключить это уведомление установив их напрямую. Запустите следующую\nкоманду и следуйте инструкциям вашего текстового редактора, для\nредактирования вашего файла конфигурации:\n\n git config --global --edit\n\nПосле этого, изменить авторство этой коммита можно будет с помощью команды:\n\n git commit --amend --reset-author\n"
4843
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004844#: builtin/commit.c:61
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004845msgid ""
4846"Your name and email address were configured automatically based\n"
4847"on your username and hostname. Please check that they are accurate.\n"
4848"You can suppress this message by setting them explicitly:\n"
4849"\n"
4850" git config --global user.name \"Your Name\"\n"
4851" git config --global user.email you@example.com\n"
4852"\n"
4853"After doing this, you may fix the identity used for this commit with:\n"
4854"\n"
4855" git commit --amend --reset-author\n"
4856msgstr "Ваше имя или электронная почта настроены автоматически на основании вашего\nимени пользователя и имени машины. Пожалуйста, проверьте, что они \nопределены правильно.\nВы можете отключить это уведомление установив их напрямую:\n\n git config --global user.name \"Ваше Имя\"\n git config --global user.email you@example.com\n\nПосле этого, изменить авторство этой коммита можно будет с помощью команды:\n\n git commit --amend --reset-author\n"
4857
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004858#: builtin/commit.c:73
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004859msgid ""
4860"You asked to amend the most recent commit, but doing so would make\n"
4861"it empty. You can repeat your command with --allow-empty, or you can\n"
4862"remove the commit entirely with \"git reset HEAD^\".\n"
4863msgstr "Вы попросили исправить последний коммит, но делая это вы сделаете\nпустой коммит. Вы можете повторить эту команду с опцией --allow-empty\nили вы можете удалить коммит полностью с помощью команды \n«git reset HEAD^».\n"
4864
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004865#: builtin/commit.c:78
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004866msgid ""
4867"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
4868"If you wish to commit it anyway, use:\n"
4869"\n"
4870" git commit --allow-empty\n"
4871"\n"
4872msgstr "Предыдущий отбор лучшего теперь пуст, возможно после разрешения конфликтов.\nЕсли вы все равно хотите сделать пустой коммит, используйте:\n\n git commit --allow-empty\n\n"
4873
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004874#: builtin/commit.c:85
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004875msgid "Otherwise, please use 'git reset'\n"
4876msgstr "В противном случае, используйте «git reset»\n"
4877
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004878#: builtin/commit.c:88
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004879msgid ""
4880"If you wish to skip this commit, use:\n"
4881"\n"
4882" git reset\n"
4883"\n"
4884"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
4885"the remaining commits.\n"
4886msgstr "Если вы хотите пропустит этот коммит, используйте команду:\n\n git reset\n\nПосле этого «git cherry-pick --continue» продолжит отбор лучшего\nв оставшихся коммитах.\n"
4887
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004888#: builtin/commit.c:305
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004889msgid "failed to unpack HEAD tree object"
4890msgstr "сбой распаковки объекта дерева HEAD"
4891
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004892#: builtin/commit.c:346
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004893msgid "unable to create temporary index"
4894msgstr "не удалось создать временный индекс"
4895
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004896#: builtin/commit.c:352
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004897msgid "interactive add failed"
4898msgstr "сбой интерактивного добавления"
4899
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004900#: builtin/commit.c:365
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004901msgid "unable to update temporary index"
4902msgstr "не удалось обновить временный индекс"
4903
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004904#: builtin/commit.c:367
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004905msgid "Failed to update main cache tree"
4906msgstr "Сбой при обновлении основного кэша дерева"
4907
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004908#: builtin/commit.c:391 builtin/commit.c:414 builtin/commit.c:463
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004909msgid "unable to write new_index file"
4910msgstr "не удалось записать файл new_index"
4911
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004912#: builtin/commit.c:445
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004913msgid "cannot do a partial commit during a merge."
4914msgstr "нельзя создать частичный коммит во время слияния."
4915
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004916#: builtin/commit.c:447
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004917msgid "cannot do a partial commit during a cherry-pick."
4918msgstr "нельзя создать частичный коммит во время отбора лучшего коммита."
4919
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004920#: builtin/commit.c:456
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004921msgid "cannot read the index"
4922msgstr "не удалось прочитать индекс"
4923
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004924#: builtin/commit.c:475
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004925msgid "unable to write temporary index file"
4926msgstr "не удалось записать временный файл индекса"
4927
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004928#: builtin/commit.c:580
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004929#, c-format
4930msgid "commit '%s' lacks author header"
4931msgstr "у коммита «%s» отсутствует автор в заголовке"
4932
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004933#: builtin/commit.c:582
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004934#, c-format
4935msgid "commit '%s' has malformed author line"
Dimitriy Ryazantcevf3aeef12016-03-13 02:07:09 +02004936msgstr "у коммита «%s» строка автора в неправильном формате"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004937
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004938#: builtin/commit.c:601
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004939msgid "malformed --author parameter"
Dimitriy Ryazantcevf3aeef12016-03-13 02:07:09 +02004940msgstr "параметр --author в неправильном формате"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004941
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004942#: builtin/commit.c:609
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004943#, c-format
4944msgid "invalid date format: %s"
4945msgstr "неправильный формат даты: %s"
4946
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004947#: builtin/commit.c:653
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004948msgid ""
4949"unable to select a comment character that is not used\n"
4950"in the current commit message"
4951msgstr "нельзя выбрать символ комментария, который\nне используется в текущем сообщении коммита"
4952
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004953#: builtin/commit.c:690 builtin/commit.c:723 builtin/commit.c:1080
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004954#, c-format
4955msgid "could not lookup commit %s"
4956msgstr "не удалось запросить коммит %s"
4957
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02004958#: builtin/commit.c:702 builtin/shortlog.c:285
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004959#, c-format
4960msgid "(reading log message from standard input)\n"
4961msgstr "(чтение файла журнала из стандартного ввода)\n"
4962
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004963#: builtin/commit.c:704
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004964msgid "could not read log from standard input"
4965msgstr "не удалось прочитать файл журнала из стандартного ввода"
4966
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004967#: builtin/commit.c:708
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004968#, c-format
4969msgid "could not read log file '%s'"
4970msgstr "не удалось прочитать файл журнала «%s»"
4971
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004972#: builtin/commit.c:730
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004973msgid "could not read MERGE_MSG"
4974msgstr "не удалось прочитать MERGE_MSG"
4975
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004976#: builtin/commit.c:734
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004977msgid "could not read SQUASH_MSG"
4978msgstr "не удалось прочитать SQUASH_MSG"
4979
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004980#: builtin/commit.c:785
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004981msgid "could not write commit template"
4982msgstr "не удалось записать шаблон описания коммита"
4983
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004984#: builtin/commit.c:803
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004985#, c-format
4986msgid ""
4987"\n"
4988"It looks like you may be committing a merge.\n"
4989"If this is not correct, please remove the file\n"
4990"\t%s\n"
4991"and try again.\n"
4992msgstr "\nПохоже, что вы пытаетесь закоммитить слияние.\nЕсли это ошибка, пожалуйста удалите файл\n\t%s\nи попробуйте снова.\n"
4993
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02004994#: builtin/commit.c:808
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02004995#, c-format
4996msgid ""
4997"\n"
4998"It looks like you may be committing a cherry-pick.\n"
4999"If this is not correct, please remove the file\n"
5000"\t%s\n"
5001"and try again.\n"
5002msgstr "\nПохоже, что вы пытаетесь закоммитить отбор лучшего.\nЕсли это ошибка, пожалуйста удалите файл\n\t%s\nи попробуйте снова.\n"
5003
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005004#: builtin/commit.c:821
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005005#, c-format
5006msgid ""
5007"Please enter the commit message for your changes. Lines starting\n"
5008"with '%c' will be ignored, and an empty message aborts the commit.\n"
5009msgstr "Пожалуйста, введите сообщение коммита для ваших изменений. Строки,\nначинающиеся с «%c» будут проигнорированы, а пустое сообщение\nотменяет процесс коммита.\n"
5010
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005011#: builtin/commit.c:828
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005012#, c-format
5013msgid ""
5014"Please enter the commit message for your changes. Lines starting\n"
5015"with '%c' will be kept; you may remove them yourself if you want to.\n"
5016"An empty message aborts the commit.\n"
5017msgstr "Пожалуйста, введите сообщение коммита для ваших изменений. Строки,\nначинающиеся с «%c» будут оставлены; вы можете удалить их вручную,\nесли хотите. Пустое сообщение отменяет процесс коммита.\n"
5018
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005019#: builtin/commit.c:848
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005020#, c-format
5021msgid "%sAuthor: %.*s <%.*s>"
5022msgstr "%sАвтор: %.*s <%.*s>"
5023
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005024#: builtin/commit.c:856
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005025#, c-format
5026msgid "%sDate: %s"
5027msgstr "%sДата: %s"
5028
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005029#: builtin/commit.c:863
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005030#, c-format
5031msgid "%sCommitter: %.*s <%.*s>"
5032msgstr "%sКоммитер: %.*s <%.*s>"
5033
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005034#: builtin/commit.c:881
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005035msgid "Cannot read index"
5036msgstr "Не удалось прочитать индекс"
5037
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005038#: builtin/commit.c:938
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005039msgid "Error building trees"
5040msgstr "Ошибка при построении деревьев"
5041
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005042#: builtin/commit.c:953 builtin/tag.c:266
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005043#, c-format
5044msgid "Please supply the message using either -m or -F option.\n"
5045msgstr "Пожалуйста, укажите сообщение, при указании опций -m или -F.\n"
5046
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005047#: builtin/commit.c:1055
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005048#, c-format
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02005049msgid "--author '%s' is not 'Name <email>' and matches no existing author"
5050msgstr "--author «%s» не в формате «Имя <почта>» и не совпадает с существующим автором"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005051
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005052#: builtin/commit.c:1070 builtin/commit.c:1310
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005053#, c-format
5054msgid "Invalid untracked files mode '%s'"
5055msgstr "Неправильный режим неотслеживаемых файлов «%s»"
5056
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005057#: builtin/commit.c:1107
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005058msgid "--long and -z are incompatible"
5059msgstr "--long и -z нельзя использовать одновременно"
5060
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005061#: builtin/commit.c:1137
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005062msgid "Using both --reset-author and --author does not make sense"
5063msgstr "Указание одновременно опций --reset-author и --author не имеет смысла"
5064
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005065#: builtin/commit.c:1146
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005066msgid "You have nothing to amend."
5067msgstr "Нечего исправлять."
5068
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005069#: builtin/commit.c:1149
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005070msgid "You are in the middle of a merge -- cannot amend."
5071msgstr "Вы в процессе слияния — сейчас нельзя исправлять."
5072
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005073#: builtin/commit.c:1151
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005074msgid "You are in the middle of a cherry-pick -- cannot amend."
5075msgstr "Вы в процессе отбора лучшего — сейчас нельзя исправлять."
5076
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005077#: builtin/commit.c:1154
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005078msgid "Options --squash and --fixup cannot be used together"
5079msgstr "Опции --squash и --fixup не могут использоваться одновременно"
5080
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005081#: builtin/commit.c:1164
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005082msgid "Only one of -c/-C/-F/--fixup can be used."
5083msgstr "Может использоваться только одна из опций -c/-C/-F/--fixup."
5084
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005085#: builtin/commit.c:1166
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005086msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
5087msgstr "Опция -m не может использоваться с -c/-C/-F/--fixup."
5088
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005089#: builtin/commit.c:1174
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005090msgid "--reset-author can be used only with -C, -c or --amend."
5091msgstr "--reset-author может использоваться только одновременно с опциями -C, -c или --amend."
5092
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005093#: builtin/commit.c:1191
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005094msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
5095msgstr "Может использоваться только одна из опций --include/--only/--all/--interactive/--patch."
5096
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005097#: builtin/commit.c:1193
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005098msgid "No paths with --include/--only does not make sense."
5099msgstr "Указание путей каталогов с опциями --include/--only не имеет смысла."
5100
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005101#: builtin/commit.c:1195
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005102msgid "Clever... amending the last one with dirty index."
5103msgstr "Умно… отмена последнего с измененным индексом."
5104
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005105#: builtin/commit.c:1197
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005106msgid "Explicit paths specified without -i or -o; assuming --only paths..."
5107msgstr "Пути явно указаны пути без опций -i или -o; предполагаю опцию --only…"
5108
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005109#: builtin/commit.c:1209 builtin/tag.c:475
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005110#, c-format
5111msgid "Invalid cleanup mode %s"
5112msgstr "Неправильное значение режима очистки %s"
5113
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005114#: builtin/commit.c:1214
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005115msgid "Paths with -a does not make sense."
5116msgstr "С опцией -a указание пути не имеет смысла."
5117
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005118#: builtin/commit.c:1324 builtin/commit.c:1605
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005119msgid "show status concisely"
5120msgstr "кратко показать статус"
5121
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005122#: builtin/commit.c:1326 builtin/commit.c:1607
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005123msgid "show branch information"
5124msgstr "показать информацию о версии"
5125
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005126#: builtin/commit.c:1328 builtin/commit.c:1609 builtin/push.c:512
5127#: builtin/worktree.c:430
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005128msgid "machine-readable output"
5129msgstr "машиночитаемый вывод"
5130
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005131#: builtin/commit.c:1331 builtin/commit.c:1611
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005132msgid "show status in long format (default)"
5133msgstr "показать статус в длинном формате (по умолчанию)"
5134
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005135#: builtin/commit.c:1334 builtin/commit.c:1614
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005136msgid "terminate entries with NUL"
5137msgstr "завершать записи НУЛЕВЫМ байтом"
5138
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005139#: builtin/commit.c:1336 builtin/commit.c:1617 builtin/fast-export.c:981
5140#: builtin/fast-export.c:984 builtin/tag.c:353
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005141msgid "mode"
5142msgstr "режим"
5143
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005144#: builtin/commit.c:1337 builtin/commit.c:1617
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005145msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
5146msgstr "показать неотслеживаемые файлы, опциональные режимы: all (все), normal (как обычно), no (нет). (По умолчанию: all)"
5147
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005148#: builtin/commit.c:1340
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005149msgid "show ignored files"
5150msgstr "показать игнорируемые файлы"
5151
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005152#: builtin/commit.c:1341 parse-options.h:155
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005153msgid "when"
5154msgstr "когда"
5155
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005156#: builtin/commit.c:1342
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005157msgid ""
5158"ignore changes to submodules, optional when: all, dirty, untracked. "
5159"(Default: all)"
5160msgstr "игнорировать изменения в подмодулях, опционально когда: all (всегда), dirty (измененные), untracked (неотслеживаемые). (По умолчанию: all)"
5161
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005162#: builtin/commit.c:1344
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005163msgid "list untracked files in columns"
5164msgstr "показать неотслеживаемые файлы по столбцам"
5165
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005166#: builtin/commit.c:1430
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005167msgid "couldn't look up newly created commit"
5168msgstr "нельзя запросить новосозданный коммит"
5169
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005170#: builtin/commit.c:1432
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005171msgid "could not parse newly created commit"
5172msgstr "нельзя разобрать новосозданный коммит"
5173
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005174#: builtin/commit.c:1477
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005175msgid "detached HEAD"
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005176msgstr "отделённый HEAD"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005177
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005178#: builtin/commit.c:1480
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005179msgid " (root-commit)"
5180msgstr " (корневой коммит)"
5181
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005182#: builtin/commit.c:1575
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005183msgid "suppress summary after successful commit"
5184msgstr "не выводить сводку после успешного коммита"
5185
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005186#: builtin/commit.c:1576
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005187msgid "show diff in commit message template"
5188msgstr "добавить список изменений в шаблон сообщения коммита"
5189
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005190#: builtin/commit.c:1578
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005191msgid "Commit message options"
5192msgstr "Опции сообщения коммита"
5193
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005194#: builtin/commit.c:1579 builtin/tag.c:351
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005195msgid "read message from file"
5196msgstr "прочитать сообщение из файла"
5197
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005198#: builtin/commit.c:1580
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005199msgid "author"
5200msgstr "автор"
5201
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005202#: builtin/commit.c:1580
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005203msgid "override author for commit"
5204msgstr "подменить автора коммита"
5205
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005206#: builtin/commit.c:1581 builtin/gc.c:326
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005207msgid "date"
5208msgstr "дата"
5209
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005210#: builtin/commit.c:1581
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005211msgid "override date for commit"
5212msgstr "подменить дату коммита"
5213
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005214#: builtin/commit.c:1582 builtin/merge.c:218 builtin/notes.c:395
5215#: builtin/notes.c:558 builtin/tag.c:349
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005216msgid "message"
5217msgstr "сообщение"
5218
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005219#: builtin/commit.c:1582
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005220msgid "commit message"
5221msgstr "сообщение коммита"
5222
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005223#: builtin/commit.c:1583 builtin/commit.c:1584 builtin/commit.c:1585
5224#: builtin/commit.c:1586 parse-options.h:256 ref-filter.h:79
5225msgid "commit"
5226msgstr "коммит"
5227
5228#: builtin/commit.c:1583
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005229msgid "reuse and edit message from specified commit"
5230msgstr "использовать и отредактировать сообщение от указанного коммита"
5231
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005232#: builtin/commit.c:1584
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005233msgid "reuse message from specified commit"
5234msgstr "использовать сообщение указанного коммита"
5235
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005236#: builtin/commit.c:1585
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005237msgid "use autosquash formatted message to fixup specified commit"
5238msgstr "использовать форматированное сообщение автоуплотнения для исправления указанного коммита"
5239
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005240#: builtin/commit.c:1586
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005241msgid "use autosquash formatted message to squash specified commit"
5242msgstr "использовать форматированное сообщение автоуплотнения для уплотнения указанного коммита"
5243
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005244#: builtin/commit.c:1587
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005245msgid "the commit is authored by me now (used with -C/-c/--amend)"
5246msgstr "коммит теперь за моим авторством (с использованием -C/-c/--amend)"
5247
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005248#: builtin/commit.c:1588 builtin/log.c:1219 builtin/revert.c:86
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005249msgid "add Signed-off-by:"
5250msgstr "добавить Signed-off-by:"
5251
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005252#: builtin/commit.c:1589
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005253msgid "use specified template file"
5254msgstr "использовать указанный файл шаблона"
5255
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005256#: builtin/commit.c:1590
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005257msgid "force edit of commit"
5258msgstr "принудительно редактировать коммит"
5259
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005260#: builtin/commit.c:1591
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005261msgid "default"
5262msgstr "по-умолчанию"
5263
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005264#: builtin/commit.c:1591 builtin/tag.c:354
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005265msgid "how to strip spaces and #comments from message"
5266msgstr "как удалять пробелы и #комментарии из сообщения коммита"
5267
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005268#: builtin/commit.c:1592
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005269msgid "include status in commit message template"
5270msgstr "включить статус файлов в шаблон сообщения коммита"
5271
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005272#: builtin/commit.c:1594 builtin/merge.c:226 builtin/pull.c:160
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03005273#: builtin/revert.c:93
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005274msgid "GPG sign commit"
5275msgstr "подписать коммит с помощью GPG"
5276
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005277#: builtin/commit.c:1597
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005278msgid "Commit contents options"
5279msgstr "Опции содержимого коммита"
5280
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005281#: builtin/commit.c:1598
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005282msgid "commit all changed files"
5283msgstr "закоммитить все измененные файлы"
5284
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005285#: builtin/commit.c:1599
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005286msgid "add specified files to index for commit"
5287msgstr "добавить указанные файлы в индекс для коммита"
5288
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005289#: builtin/commit.c:1600
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005290msgid "interactively add files"
5291msgstr "интерактивное добавление файлов"
5292
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005293#: builtin/commit.c:1601
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005294msgid "interactively add changes"
5295msgstr "интерактивное добавление изменений"
5296
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005297#: builtin/commit.c:1602
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005298msgid "commit only specified files"
5299msgstr "закоммитить только указанные файлы"
5300
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005301#: builtin/commit.c:1603
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005302msgid "bypass pre-commit hook"
5303msgstr "пропустить перехватчик перед-коммитом"
5304
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005305#: builtin/commit.c:1604
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005306msgid "show what would be committed"
5307msgstr "показать, что будет закоммичено"
5308
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005309#: builtin/commit.c:1615
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005310msgid "amend previous commit"
5311msgstr "исправить предыдущий коммит"
5312
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005313#: builtin/commit.c:1616
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005314msgid "bypass post-rewrite hook"
5315msgstr "пропустить перехватчик после-перезаписи"
5316
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005317#: builtin/commit.c:1621
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005318msgid "ok to record an empty change"
5319msgstr "разрешить запись пустого коммита"
5320
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005321#: builtin/commit.c:1623
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005322msgid "ok to record a change with an empty message"
5323msgstr "разрешить запись изменений с пустым сообщением"
5324
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005325#: builtin/commit.c:1652
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005326msgid "could not parse HEAD commit"
5327msgstr "не удалось разобрать HEAD коммит"
5328
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005329#: builtin/commit.c:1698
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005330#, c-format
5331msgid "Corrupt MERGE_HEAD file (%s)"
5332msgstr "Файл MERGE_HEAD поврежден (%s)"
5333
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005334#: builtin/commit.c:1705
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005335msgid "could not read MERGE_MODE"
5336msgstr "не удалось прочитать MERGE_MODE"
5337
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005338#: builtin/commit.c:1724
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005339#, c-format
5340msgid "could not read commit message: %s"
5341msgstr "не удалось открыть сообщение коммита: %s"
5342
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005343#: builtin/commit.c:1735
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005344#, c-format
5345msgid "Aborting commit; you did not edit the message.\n"
5346msgstr "Отмена коммита; вы не изменили сообщение.\n"
5347
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005348#: builtin/commit.c:1740
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005349#, c-format
5350msgid "Aborting commit due to empty commit message.\n"
5351msgstr "Отмена коммита из-за пустого сообщения коммита.\n"
5352
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005353#: builtin/commit.c:1788
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005354msgid ""
5355"Repository has been updated, but unable to write\n"
5356"new_index file. Check that disk is not full and quota is\n"
5357"not exceeded, and then \"git reset HEAD\" to recover."
5358msgstr "Репозиторий был обновлен, но не удалось записать файл new_index. Удостоверьтесь, что на диске есть свободное место и квота не исчерпана, а после этого запустите «git reset HEAD» для восстановления."
5359
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005360#: builtin/config.c:9
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02005361msgid "git config [<options>]"
5362msgstr "git config [<опции>]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005363
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005364#: builtin/config.c:56
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005365msgid "Config file location"
5366msgstr "Размещение файла конфигурации"
5367
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005368#: builtin/config.c:57
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005369msgid "use global config file"
5370msgstr "использовать глобальный файл конфигурации"
5371
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005372#: builtin/config.c:58
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005373msgid "use system config file"
5374msgstr "использовать системный файл конфигурации"
5375
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005376#: builtin/config.c:59
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005377msgid "use repository config file"
5378msgstr "использовать файл конфигурации репозитория"
5379
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005380#: builtin/config.c:60
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005381msgid "use given config file"
5382msgstr "использовать указанный файл конфигурации"
5383
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005384#: builtin/config.c:61
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005385msgid "blob-id"
5386msgstr "идент-двоичн-объекта"
5387
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005388#: builtin/config.c:61
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005389msgid "read config from given blob object"
5390msgstr "прочитать настройки из указанного двоичного объекта"
5391
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005392#: builtin/config.c:62
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005393msgid "Action"
5394msgstr "Действие"
5395
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005396#: builtin/config.c:63
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005397msgid "get value: name [value-regex]"
5398msgstr "получить значение: имя [шаблон-значений]"
5399
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005400#: builtin/config.c:64
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005401msgid "get all values: key [value-regex]"
5402msgstr "получить все значения: ключ [шаблон-значений]"
5403
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005404#: builtin/config.c:65
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005405msgid "get values for regexp: name-regex [value-regex]"
5406msgstr "получить значения по шаблону: шаблон-имен [шаблон-значений]"
5407
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005408#: builtin/config.c:66
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005409msgid "get value specific for the URL: section[.var] URL"
5410msgstr "получить значение, специфичное для URL: раздел[.переменная] URL"
5411
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005412#: builtin/config.c:67
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005413msgid "replace all matching variables: name value [value_regex]"
5414msgstr "заменить все соответствующие переменные: имя значение [шаблон-значений]"
5415
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005416#: builtin/config.c:68
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005417msgid "add a new variable: name value"
5418msgstr "добавить новую переменную: имя значение"
5419
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005420#: builtin/config.c:69
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005421msgid "remove a variable: name [value-regex]"
5422msgstr "удалить переменную: имя [шаблон-значений]"
5423
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005424#: builtin/config.c:70
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005425msgid "remove all matches: name [value-regex]"
5426msgstr "удалить все совпадающие: имя [шаблон-значений]"
5427
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005428#: builtin/config.c:71
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005429msgid "rename section: old-name new-name"
5430msgstr "переименовать раздел: старое-имя новое-имя"
5431
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005432#: builtin/config.c:72
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005433msgid "remove a section: name"
5434msgstr "удалить раздел: имя"
5435
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005436#: builtin/config.c:73
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005437msgid "list all"
5438msgstr "показать весь список"
5439
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005440#: builtin/config.c:74
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005441msgid "open an editor"
5442msgstr "открыть в редакторе"
5443
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005444#: builtin/config.c:75
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005445msgid "find the color configured: slot [default]"
5446msgstr "найти настроенный цвет: раздел [по-умолчанию]"
5447
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005448#: builtin/config.c:76
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005449msgid "find the color setting: slot [stdout-is-tty]"
5450msgstr "проверить, существует ли настроенный цвет: раздел [stdout-есть-tty]"
5451
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005452#: builtin/config.c:77
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005453msgid "Type"
5454msgstr "Тип"
5455
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005456#: builtin/config.c:78
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005457msgid "value is \"true\" or \"false\""
5458msgstr "значение — это «true» (правда) или «false» (ложь)"
5459
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005460#: builtin/config.c:79
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005461msgid "value is decimal number"
5462msgstr "значение — это десятичное число"
5463
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005464#: builtin/config.c:80
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005465msgid "value is --bool or --int"
5466msgstr "значение — это --bool или --int"
5467
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005468#: builtin/config.c:81
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005469msgid "value is a path (file or directory name)"
5470msgstr "значение — это путь (к файлу или каталогу)"
5471
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005472#: builtin/config.c:82
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005473msgid "Other"
5474msgstr "Другое"
5475
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005476#: builtin/config.c:83
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005477msgid "terminate values with NUL byte"
5478msgstr "завершать значения НУЛЕВЫМ байтом"
5479
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005480#: builtin/config.c:84
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03005481msgid "show variable names only"
5482msgstr "показывать только имена переменных"
5483
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005484#: builtin/config.c:85
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005485msgid "respect include directives on lookup"
5486msgstr "учитывать директивы include (включения файлов) при запросе"
5487
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005488#: builtin/config.c:86
5489msgid "show origin of config (file, standard input, blob, command line)"
5490msgstr "показать источник настройки (файл, стандартный ввод, двоичный объект, командная строка)"
5491
5492#: builtin/config.c:328
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005493msgid "unable to parse default color value"
5494msgstr "не удалось разобрать значение цвета по умолчанию"
5495
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005496#: builtin/config.c:469
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005497#, c-format
5498msgid ""
5499"# This is Git's per-user configuration file.\n"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03005500"[user]\n"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005501"# Please adapt and uncomment the following lines:\n"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03005502"#\tname = %s\n"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005503"#\temail = %s\n"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03005504msgstr "# Это файл конфигурации пользователя Git.\n[user]\n# Пожалуйста, адаптируйте и раскомментируйте следующие строки:\n#\tuser = %s\n#\temail = %s\n"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005505
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005506#: builtin/config.c:611
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005507#, c-format
5508msgid "cannot create configuration file %s"
5509msgstr "не удалось создать файл конфигурации %s"
5510
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005511#: builtin/count-objects.c:77
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005512msgid "git count-objects [-v] [-H | --human-readable]"
5513msgstr "git count-objects [-v] [-H | --human-readable]"
5514
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005515#: builtin/count-objects.c:87
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005516msgid "print sizes in human readable format"
5517msgstr "вывод размеров в удобочитаемом для человека виде"
5518
5519#: builtin/describe.c:17
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02005520msgid "git describe [<options>] [<commit-ish>...]"
5521msgstr "git describe [<опции>] [<указатель-коммита>…]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005522
5523#: builtin/describe.c:18
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02005524msgid "git describe [<options>] --dirty"
5525msgstr "git describe [<опции>] --dirty"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005526
5527#: builtin/describe.c:217
5528#, c-format
5529msgid "annotated tag %s not available"
5530msgstr "аннотированная метка %s не доступна"
5531
5532#: builtin/describe.c:221
5533#, c-format
5534msgid "annotated tag %s has no embedded name"
5535msgstr "аннотированная метка %s не содержит встроенного названия"
5536
5537#: builtin/describe.c:223
5538#, c-format
5539msgid "tag '%s' is really '%s' here"
5540msgstr "метка «%s» уже здесь «%s»"
5541
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03005542#: builtin/describe.c:250 builtin/log.c:459
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005543#, c-format
5544msgid "Not a valid object name %s"
5545msgstr "Недействительное имя объекта %s"
5546
5547#: builtin/describe.c:253
5548#, c-format
5549msgid "%s is not a valid '%s' object"
5550msgstr "%s не является действительным объектом «%s»"
5551
5552#: builtin/describe.c:270
5553#, c-format
5554msgid "no tag exactly matches '%s'"
5555msgstr "нет меток, точно соответствующих «%s»"
5556
5557#: builtin/describe.c:272
5558#, c-format
5559msgid "searching to describe %s\n"
5560msgstr "поиск описания для %s\n"
5561
5562#: builtin/describe.c:319
5563#, c-format
5564msgid "finished search at %s\n"
5565msgstr "поиск окончен на %s\n"
5566
5567#: builtin/describe.c:346
5568#, c-format
5569msgid ""
5570"No annotated tags can describe '%s'.\n"
5571"However, there were unannotated tags: try --tags."
5572msgstr "Нет аннотированных меток, которые могут описать «%s».\nНо имеются неаннотированные метки: попробуйте добавить параметр --tags."
5573
5574#: builtin/describe.c:350
5575#, c-format
5576msgid ""
5577"No tags can describe '%s'.\n"
5578"Try --always, or create some tags."
5579msgstr "Нет меток, которые могут описать «%s….\nПопробуйте добавить параметр --always или создать какие-нибудь метки."
5580
5581#: builtin/describe.c:371
5582#, c-format
5583msgid "traversed %lu commits\n"
5584msgstr "посещено %lu коммитов\n"
5585
5586#: builtin/describe.c:374
5587#, c-format
5588msgid ""
5589"more than %i tags found; listed %i most recent\n"
5590"gave up search at %s\n"
5591msgstr "более %i меток найдено; показано последние %i\nостановлен поиск после %s\n"
5592
5593#: builtin/describe.c:396
5594msgid "find the tag that comes after the commit"
5595msgstr "поиск метки, которая идет после коммита"
5596
5597#: builtin/describe.c:397
5598msgid "debug search strategy on stderr"
5599msgstr "вывод отладочной информации стратегии поиска на стандартный вывод"
5600
5601#: builtin/describe.c:398
5602msgid "use any ref"
5603msgstr "использовать любую ссылку"
5604
5605#: builtin/describe.c:399
5606msgid "use any tag, even unannotated"
5607msgstr "использовать любую метку, даже неаннотированную"
5608
5609#: builtin/describe.c:400
5610msgid "always use long format"
5611msgstr "всегда использовать длинный формат вывода"
5612
5613#: builtin/describe.c:401
5614msgid "only follow first parent"
5615msgstr "следовать только за первым родителем"
5616
5617#: builtin/describe.c:404
5618msgid "only output exact matches"
5619msgstr "выводить только точные совпадения"
5620
5621#: builtin/describe.c:406
5622msgid "consider <n> most recent tags (default: 10)"
5623msgstr "рассматривать последние <n> меток (по умолчанию: 10)"
5624
5625#: builtin/describe.c:408
5626msgid "only consider tags matching <pattern>"
5627msgstr "рассматривать только метки по <шаблону>"
5628
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02005629#: builtin/describe.c:410 builtin/name-rev.c:314
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005630msgid "show abbreviated commit object as fallback"
5631msgstr "если не найдено, показать сокращенный номер ревизии коммита"
5632
5633#: builtin/describe.c:411
5634msgid "mark"
5635msgstr "пометка"
5636
5637#: builtin/describe.c:412
5638msgid "append <mark> on dirty working tree (default: \"-dirty\")"
5639msgstr "добавить <пометку> при измененном рабочем каталоге (по умолчанию: «-dirty»)"
5640
5641#: builtin/describe.c:430
5642msgid "--long is incompatible with --abbrev=0"
5643msgstr "--long несовместимо с --abbrev=0"
5644
5645#: builtin/describe.c:456
5646msgid "No names found, cannot describe anything."
5647msgstr "Имена не найдены, не могу ничего описать."
5648
5649#: builtin/describe.c:476
5650msgid "--dirty is incompatible with commit-ishes"
5651msgstr "--dirty несовместимо с указанием указателей коммитов"
5652
5653#: builtin/diff.c:86
5654#, c-format
5655msgid "'%s': not a regular file or symlink"
5656msgstr "«%s»: не является обычным файлом или символьной ссылкой"
5657
5658#: builtin/diff.c:237
5659#, c-format
5660msgid "invalid option: %s"
5661msgstr "неправильный параметр: %s"
5662
5663#: builtin/diff.c:358
5664msgid "Not a git repository"
5665msgstr "Не является репозиторием git"
5666
5667#: builtin/diff.c:401
5668#, c-format
5669msgid "invalid object '%s' given."
5670msgstr "передан неправильный объект «%s»."
5671
5672#: builtin/diff.c:410
5673#, c-format
5674msgid "more than two blobs given: '%s'"
5675msgstr "передано больше двух двоичных объектов: «%s»"
5676
5677#: builtin/diff.c:417
5678#, c-format
5679msgid "unhandled object '%s' given."
5680msgstr "передан необработанный объект «%s»."
5681
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03005682#: builtin/fast-export.c:25
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005683msgid "git fast-export [rev-list-opts]"
5684msgstr "git fast-export [опции-rev-list]"
5685
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03005686#: builtin/fast-export.c:980
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005687msgid "show progress after <n> objects"
5688msgstr "показать прогресс после <n> объектов"
5689
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03005690#: builtin/fast-export.c:982
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005691msgid "select handling of signed tags"
5692msgstr "выбор обработки подписанных меток"
5693
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03005694#: builtin/fast-export.c:985
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005695msgid "select handling of tags that tag filtered objects"
5696msgstr "выбор обработки меток, которыми помечены отфильтрованные объекты"
5697
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03005698#: builtin/fast-export.c:988
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005699msgid "Dump marks to this file"
5700msgstr "Записать пометки в этот файл"
5701
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03005702#: builtin/fast-export.c:990
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005703msgid "Import marks from this file"
5704msgstr "Импортировать пометки из этого файла"
5705
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03005706#: builtin/fast-export.c:992
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005707msgid "Fake a tagger when tags lack one"
5708msgstr "Подделать автора метки, если у метки он отсутствует"
5709
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03005710#: builtin/fast-export.c:994
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005711msgid "Output full tree for each commit"
5712msgstr "Вывести полное дерево для каждого коммита"
5713
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03005714#: builtin/fast-export.c:996
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005715msgid "Use the done feature to terminate the stream"
5716msgstr "Использовать пометку завершения в конце потока"
5717
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03005718#: builtin/fast-export.c:997
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005719msgid "Skip output of blob data"
5720msgstr "Пропустить вывод данных двоичных объектов"
5721
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03005722#: builtin/fast-export.c:998
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005723msgid "refspec"
5724msgstr "спецификация ссылки"
5725
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03005726#: builtin/fast-export.c:999
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005727msgid "Apply refspec to exported refs"
5728msgstr "Применить спецификацию ссылки к экспортируемым ссылкам"
5729
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03005730#: builtin/fast-export.c:1000
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005731msgid "anonymize output"
5732msgstr "сделать вывод анонимным"
5733
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03005734#: builtin/fetch.c:20
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005735msgid "git fetch [<options>] [<repository> [<refspec>...]]"
5736msgstr "git fetch [<опции>] [<репозиторий> [<спецификация-ссылки>…]]"
5737
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03005738#: builtin/fetch.c:21
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005739msgid "git fetch [<options>] <group>"
5740msgstr "git fetch [<опции>] <группа>"
5741
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03005742#: builtin/fetch.c:22
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005743msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
5744msgstr "git fetch --multiple [<опции>] [(<репозиторий> | <группа>)…]"
5745
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03005746#: builtin/fetch.c:23
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005747msgid "git fetch --all [<options>]"
5748msgstr "git fetch --all [<опции>]"
5749
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005750#: builtin/fetch.c:92 builtin/pull.c:166
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005751msgid "fetch from all remotes"
5752msgstr "извлечь со всех внешних репозиториев"
5753
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005754#: builtin/fetch.c:94 builtin/pull.c:169
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005755msgid "append to .git/FETCH_HEAD instead of overwriting"
5756msgstr "дописать к .git/FETCH_HEAD вместо перезаписи"
5757
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005758#: builtin/fetch.c:96 builtin/pull.c:172
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005759msgid "path to upload pack on remote end"
5760msgstr "путь к программе упаковки пакета на машине с внешним репозиторием"
5761
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005762#: builtin/fetch.c:97 builtin/pull.c:174
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005763msgid "force overwrite of local branch"
5764msgstr "принудительная перезапись локальной ветки"
5765
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005766#: builtin/fetch.c:99
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005767msgid "fetch from multiple remotes"
5768msgstr "извлечь с нескольких внешних репозиториев"
5769
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005770#: builtin/fetch.c:101 builtin/pull.c:176
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005771msgid "fetch all tags and associated objects"
5772msgstr "извлечь все метки и связанные объекты"
5773
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005774#: builtin/fetch.c:103
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005775msgid "do not fetch all tags (--no-tags)"
5776msgstr "не извлекать все метки (--no-tags)"
5777
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005778#: builtin/fetch.c:105
5779msgid "number of submodules fetched in parallel"
5780msgstr "количество подмодулей, которые будут скачаны парралельно"
5781
5782#: builtin/fetch.c:107 builtin/pull.c:179
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005783msgid "prune remote-tracking branches no longer on remote"
5784msgstr "почистить отслеживаемые внешние ветки, которых уже нет на внешнем репозитории"
5785
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005786#: builtin/fetch.c:108 builtin/pull.c:182
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005787msgid "on-demand"
5788msgstr "по требованию"
5789
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005790#: builtin/fetch.c:109 builtin/pull.c:183
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005791msgid "control recursive fetching of submodules"
5792msgstr "управление рекурсивным извлечением подмодулей"
5793
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005794#: builtin/fetch.c:113 builtin/pull.c:191
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005795msgid "keep downloaded pack"
5796msgstr "оставить загруженный пакет данных"
5797
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005798#: builtin/fetch.c:115
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005799msgid "allow updating of HEAD ref"
5800msgstr "разрешить обновление ссылки HEAD"
5801
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005802#: builtin/fetch.c:118 builtin/pull.c:194
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005803msgid "deepen history of shallow clone"
5804msgstr "глубокая история частичного клона"
5805
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005806#: builtin/fetch.c:120 builtin/pull.c:197
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005807msgid "convert to a complete repository"
5808msgstr "преобразовать в полный репозиторий"
5809
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005810#: builtin/fetch.c:122 builtin/log.c:1236
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005811msgid "dir"
5812msgstr "каталог"
5813
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005814#: builtin/fetch.c:123
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005815msgid "prepend this to submodule path output"
5816msgstr "присоединять это спереди к выводу путей подмодуля"
5817
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005818#: builtin/fetch.c:126
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005819msgid "default mode for recursion"
5820msgstr "режим по умолчанию для рекурсии"
5821
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005822#: builtin/fetch.c:128 builtin/pull.c:200
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005823msgid "accept refs that update .git/shallow"
5824msgstr "принимать ссылки, которые обновляют .git/shallow"
5825
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005826#: builtin/fetch.c:129 builtin/pull.c:202
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005827msgid "refmap"
5828msgstr "соответствие-ссылок"
5829
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005830#: builtin/fetch.c:130 builtin/pull.c:203
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005831msgid "specify fetch refmap"
5832msgstr "указать соответствие ссылок при извлечении"
5833
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005834#: builtin/fetch.c:386
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005835msgid "Couldn't find remote ref HEAD"
5836msgstr "Не удалось найти ссылку HEAD на внешнем репозитории"
5837
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005838#: builtin/fetch.c:466
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005839#, c-format
5840msgid "object %s not found"
5841msgstr "объект %s не найден"
5842
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005843#: builtin/fetch.c:471
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005844msgid "[up to date]"
5845msgstr "[актуально]"
5846
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005847#: builtin/fetch.c:485
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005848#, c-format
5849msgid "! %-*s %-*s -> %s (can't fetch in current branch)"
5850msgstr "! %-*s %-*s → %s (не удалось извлечь в текущую ветку)"
5851
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005852#: builtin/fetch.c:486 builtin/fetch.c:574
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005853msgid "[rejected]"
5854msgstr "[отклонено]"
5855
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005856#: builtin/fetch.c:497
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005857msgid "[tag update]"
5858msgstr "[обновление метки]"
5859
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005860#: builtin/fetch.c:499 builtin/fetch.c:534 builtin/fetch.c:552
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005861msgid " (unable to update local ref)"
5862msgstr " (не удалось обновить локальную ссылку)"
5863
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005864#: builtin/fetch.c:517
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005865msgid "[new tag]"
5866msgstr "[новая метка]"
5867
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005868#: builtin/fetch.c:520
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005869msgid "[new branch]"
5870msgstr "[новая ветка]"
5871
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005872#: builtin/fetch.c:523
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005873msgid "[new ref]"
5874msgstr "[новая ссылка]"
5875
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005876#: builtin/fetch.c:569
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005877msgid "unable to update local ref"
5878msgstr "не удалось обновить локальную ссылку"
5879
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005880#: builtin/fetch.c:569
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005881msgid "forced update"
5882msgstr "принудительное обновление"
5883
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005884#: builtin/fetch.c:576
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005885msgid "(non-fast-forward)"
5886msgstr "(без перемотки вперед)"
5887
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005888#: builtin/fetch.c:610 builtin/fetch.c:851
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005889#, c-format
5890msgid "cannot open %s: %s\n"
5891msgstr "не удалось открыть %s: %s\n"
5892
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005893#: builtin/fetch.c:619
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005894#, c-format
5895msgid "%s did not send all necessary objects\n"
5896msgstr "%s не отправил все необходимые объекты\n"
5897
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005898#: builtin/fetch.c:637
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005899#, c-format
5900msgid "reject %s because shallow roots are not allowed to be updated"
5901msgstr "%s отклонено из-за того, что частичные корни не разрешено обновлять"
5902
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005903#: builtin/fetch.c:724 builtin/fetch.c:816
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005904#, c-format
5905msgid "From %.*s\n"
5906msgstr "Из %.*s\n"
5907
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005908#: builtin/fetch.c:735
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005909#, c-format
5910msgid ""
5911"some local refs could not be updated; try running\n"
5912" 'git remote prune %s' to remove any old, conflicting branches"
5913msgstr "не удалось обновить некоторые локальные ссылки; попробуйте запустить «git remote prune %s», чтобы почистить старые, конфликтующие ветки"
5914
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005915#: builtin/fetch.c:787
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005916#, c-format
5917msgid " (%s will become dangling)"
5918msgstr " (%s будет висящей веткой)"
5919
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005920#: builtin/fetch.c:788
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005921#, c-format
5922msgid " (%s has become dangling)"
5923msgstr " (%s стала висящей веткой)"
5924
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005925#: builtin/fetch.c:820
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005926msgid "[deleted]"
5927msgstr "[удалено]"
5928
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005929#: builtin/fetch.c:821 builtin/remote.c:1025
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005930msgid "(none)"
5931msgstr "(нет)"
5932
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005933#: builtin/fetch.c:841
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005934#, c-format
5935msgid "Refusing to fetch into current branch %s of non-bare repository"
5936msgstr "Отказ получения в текущую ветку %s не голого репозитория"
5937
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005938#: builtin/fetch.c:860
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005939#, c-format
5940msgid "Option \"%s\" value \"%s\" is not valid for %s"
5941msgstr "Неправильное значение «%2$s» для параметра «%1$s» для %3$s"
5942
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005943#: builtin/fetch.c:863
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005944#, c-format
5945msgid "Option \"%s\" is ignored for %s\n"
5946msgstr "Параметр «%s» игнорируется для %s\n"
5947
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005948#: builtin/fetch.c:920
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005949#, c-format
5950msgid "Don't know how to fetch from %s"
5951msgstr "Не знаю как извлечь с %s"
5952
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005953#: builtin/fetch.c:1080
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005954#, c-format
5955msgid "Fetching %s\n"
5956msgstr "Извлечение из %s\n"
5957
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005958#: builtin/fetch.c:1082 builtin/remote.c:96
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005959#, c-format
5960msgid "Could not fetch %s"
5961msgstr "Не удалось извлечь %s"
5962
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005963#: builtin/fetch.c:1100
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005964msgid ""
5965"No remote repository specified. Please, specify either a URL or a\n"
5966"remote name from which new revisions should be fetched."
5967msgstr "Не указан внешний репозиторий. Укажите URL или имя внешнего репозитория из которого должны извлекаться новые редакции."
5968
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005969#: builtin/fetch.c:1123
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005970msgid "You need to specify a tag name."
5971msgstr "Вам нужно указать имя метки."
5972
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005973#: builtin/fetch.c:1165
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005974msgid "--depth and --unshallow cannot be used together"
5975msgstr "нельзя использовать одновременно --depth и --unshallow"
5976
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005977#: builtin/fetch.c:1167
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005978msgid "--unshallow on a complete repository does not make sense"
5979msgstr "--unshallow не имеет смысла на полном репозитории"
5980
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005981#: builtin/fetch.c:1187
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005982msgid "fetch --all does not take a repository argument"
5983msgstr "fetch --all не принимает имя репозитория как аргумент"
5984
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005985#: builtin/fetch.c:1189
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005986msgid "fetch --all does not make sense with refspecs"
5987msgstr "fetch --all не имеет смысла при указании спецификаций ссылок"
5988
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005989#: builtin/fetch.c:1200
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005990#, c-format
5991msgid "No such remote or remote group: %s"
5992msgstr "Нет такого внешнего репозитория или группы: %s"
5993
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02005994#: builtin/fetch.c:1208
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005995msgid "Fetching a group and specifying refspecs does not make sense"
5996msgstr "Получение группы и указание спецификаций ссылок не имеет смысла"
5997
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03005998#: builtin/fmt-merge-msg.c:14
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02005999msgid ""
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02006000"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
6001msgstr "git fmt-merge-msg [-m <сообщение>] [--log[=<n>] | --no-log] [--file <файл>]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006002
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006003#: builtin/fmt-merge-msg.c:667
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006004msgid "populate log with at most <n> entries from shortlog"
6005msgstr "отправить в журнал <n> записей из короткого журнала"
6006
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006007#: builtin/fmt-merge-msg.c:670
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006008msgid "alias for --log (deprecated)"
6009msgstr "сокращение для --log (устаревшее)"
6010
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006011#: builtin/fmt-merge-msg.c:673
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006012msgid "text"
6013msgstr "текст"
6014
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006015#: builtin/fmt-merge-msg.c:674
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006016msgid "use <text> as start of message"
6017msgstr "использовать <текст> как начальное сообщение"
6018
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006019#: builtin/fmt-merge-msg.c:675
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006020msgid "file to read from"
6021msgstr "файл для чтения"
6022
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03006023#: builtin/for-each-ref.c:9
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02006024msgid "git for-each-ref [<options>] [<pattern>]"
6025msgstr "git for-each-ref [<опции>] [<шаблон>]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006026
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006027#: builtin/for-each-ref.c:10
6028msgid "git for-each-ref [--points-at <object>]"
6029msgstr "git for-each-ref [--points-at <объект>]"
6030
6031#: builtin/for-each-ref.c:11
6032msgid "git for-each-ref [(--merged | --no-merged) [<object>]]"
6033msgstr "git for-each-ref [(--merged | --no-merged) [<объект>]]"
6034
6035#: builtin/for-each-ref.c:12
6036msgid "git for-each-ref [--contains [<object>]]"
6037msgstr "git for-each-ref [--contains [<объект>]]"
6038
6039#: builtin/for-each-ref.c:27
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006040msgid "quote placeholders suitably for shells"
6041msgstr "выводить указатели места заполнения в подходящем формате для командного процессора"
6042
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006043#: builtin/for-each-ref.c:29
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006044msgid "quote placeholders suitably for perl"
6045msgstr "выводить указатели места заполнения в подходящем формате для perl"
6046
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006047#: builtin/for-each-ref.c:31
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006048msgid "quote placeholders suitably for python"
6049msgstr "выводить указатели места заполнения в подходящем формате для python"
6050
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006051#: builtin/for-each-ref.c:33
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006052msgid "quote placeholders suitably for Tcl"
6053msgstr "выводить указатели места заполнения в подходящем формате для Tcl"
6054
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006055#: builtin/for-each-ref.c:36
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006056msgid "show only <n> matched refs"
6057msgstr "показать только <n> совпадающих ссылок"
6058
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006059#: builtin/for-each-ref.c:37 builtin/tag.c:372
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006060msgid "format to use for the output"
6061msgstr "использовать формат для вывода"
6062
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006063#: builtin/for-each-ref.c:41
6064msgid "print only refs which points at the given object"
6065msgstr "вывод только ссылок, которые указывают на переданный объект"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006066
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006067#: builtin/for-each-ref.c:43
6068msgid "print only refs that are merged"
6069msgstr "вывод только слитых ссылок"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006070
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006071#: builtin/for-each-ref.c:44
6072msgid "print only refs that are not merged"
6073msgstr "вывод только не слитых ссылок"
6074
6075#: builtin/for-each-ref.c:45
6076msgid "print only refs which contain the commit"
6077msgstr "вывод только ссылок, которые содержат коммит"
6078
6079#: builtin/fsck.c:156 builtin/prune.c:140
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006080msgid "Checking connectivity"
6081msgstr "Проверка соединения"
6082
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006083#: builtin/fsck.c:486
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006084msgid "Checking object directories"
6085msgstr "Проверка каталогов объектов"
6086
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006087#: builtin/fsck.c:553
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02006088msgid "git fsck [<options>] [<object>...]"
6089msgstr "git fsck [<опции>] [<объект>…]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006090
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006091#: builtin/fsck.c:559
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006092msgid "show unreachable objects"
6093msgstr "показать недоступные объекты"
6094
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006095#: builtin/fsck.c:560
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006096msgid "show dangling objects"
6097msgstr "показать объекты, на которые нет ссылок"
6098
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006099#: builtin/fsck.c:561
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006100msgid "report tags"
6101msgstr "вывести отчет по меткам"
6102
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006103#: builtin/fsck.c:562
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006104msgid "report root nodes"
6105msgstr "вывести отчет по корневым узлам"
6106
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006107#: builtin/fsck.c:563
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006108msgid "make index objects head nodes"
6109msgstr "воспринимать объекты в индексе как корневые узлы"
6110
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006111#: builtin/fsck.c:564
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006112msgid "make reflogs head nodes (default)"
6113msgstr "создать корневые узлы журналов ссылок (по умолчанию)"
6114
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006115#: builtin/fsck.c:565
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006116msgid "also consider packs and alternate objects"
6117msgstr "также проверять пакеты и альтернативные объекты"
6118
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006119#: builtin/fsck.c:566
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03006120msgid "check only connectivity"
6121msgstr "только проверить соединение"
6122
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006123#: builtin/fsck.c:567
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006124msgid "enable more strict checking"
6125msgstr "использовать более строгую проверку"
6126
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006127#: builtin/fsck.c:569
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006128msgid "write dangling objects in .git/lost-found"
6129msgstr "записать объекты на которые нет ссылок в .git/lost-found"
6130
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006131#: builtin/fsck.c:570 builtin/prune.c:107
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006132msgid "show progress"
6133msgstr "показать прогресс выполнения"
6134
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006135#: builtin/fsck.c:631
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006136msgid "Checking objects"
6137msgstr "Проверка объектов"
6138
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03006139#: builtin/gc.c:25
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02006140msgid "git gc [<options>]"
6141msgstr "git gc [<опции>]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006142
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006143#: builtin/gc.c:72
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006144#, c-format
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03006145msgid "Invalid %s: '%s'"
6146msgstr "Недействительный %s: «%s»"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006147
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006148#: builtin/gc.c:139
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006149#, c-format
6150msgid "insanely long object directory %.*s"
6151msgstr "слишком длинный путь к каталогу объекта %.*s"
6152
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006153#: builtin/gc.c:290
6154#, c-format
6155msgid ""
6156"The last gc run reported the following. Please correct the root cause\n"
6157"and remove %s.\n"
6158"Automatic cleanup will not be performed until the file is removed.\n"
6159"\n"
6160"%s"
6161msgstr "Последний запуск gc сообщил следующее. Пожалуйста, исправьте ошибку и удалите %s.\nАвтоматическая очистка репозитория не будет производиться, пока этот файл не удалён.\n\n%s"
6162
6163#: builtin/gc.c:327
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006164msgid "prune unreferenced objects"
6165msgstr "почистить объекты, на которые нет ссылок"
6166
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006167#: builtin/gc.c:329
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006168msgid "be more thorough (increased runtime)"
6169msgstr "проверять более внимательно (занимает больше времени)"
6170
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006171#: builtin/gc.c:330
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006172msgid "enable auto-gc mode"
6173msgstr "включить режим auto-gc"
6174
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006175#: builtin/gc.c:331
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006176msgid "force running gc even if there may be another gc running"
6177msgstr "принудительно запустить gc, даже есть другая копия gc уже запущена"
6178
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006179#: builtin/gc.c:373
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006180#, c-format
6181msgid "Auto packing the repository in background for optimum performance.\n"
6182msgstr "Автоматическая упаковка репозитория в фоне, для оптимальной производительности.\n"
6183
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006184#: builtin/gc.c:375
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006185#, c-format
6186msgid "Auto packing the repository for optimum performance.\n"
6187msgstr "Автоматическая упаковка репозитория, для оптимальной производительности.\n"
6188
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006189#: builtin/gc.c:376
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006190#, c-format
6191msgid "See \"git help gc\" for manual housekeeping.\n"
6192msgstr "Смотрите «git help gc» руководства по ручной очистке.\n"
6193
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006194#: builtin/gc.c:397
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006195#, c-format
6196msgid ""
6197"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
6198msgstr "gc уже запущен на этом компьютере «%s» pid %<PRIuMAX> (если нет, используйте --force)"
6199
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006200#: builtin/gc.c:441
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006201msgid ""
6202"There are too many unreachable loose objects; run 'git prune' to remove "
6203"them."
6204msgstr "Имеется слишком много объектов, на которые нет ссылок; запустите «git prune» для их удаления."
6205
6206#: builtin/grep.c:23
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02006207msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
6208msgstr "git grep [<опции>] [-e] <шаблон> [<редакция>…] [[--] <путь>…]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006209
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006210#: builtin/grep.c:219
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006211#, c-format
6212msgid "grep: failed to create thread: %s"
6213msgstr "grep: сбой создания потока: %s"
6214
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006215#: builtin/grep.c:277
6216#, c-format
6217msgid "invalid number of threads specified (%d) for %s"
6218msgstr "указано недопустимое количество потоков (%d) для %s"
6219
6220#: builtin/grep.c:452 builtin/grep.c:487
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006221#, c-format
6222msgid "unable to read tree (%s)"
6223msgstr "не удалось прочитать дерево (%s)"
6224
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006225#: builtin/grep.c:502
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006226#, c-format
6227msgid "unable to grep from object of type %s"
6228msgstr "не удалось выполнить grep из объекта типа %s"
6229
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006230#: builtin/grep.c:558
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006231#, c-format
6232msgid "switch `%c' expects a numerical value"
6233msgstr "параметр «%c» ожидает числовое значение"
6234
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006235#: builtin/grep.c:575
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006236#, c-format
6237msgid "cannot open '%s'"
6238msgstr "не удалось открыть «%s»"
6239
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006240#: builtin/grep.c:644
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006241msgid "search in index instead of in the work tree"
6242msgstr "искать в индексе, а не в рабочем каталоге"
6243
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006244#: builtin/grep.c:646
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006245msgid "find in contents not managed by git"
6246msgstr "искать в содержимом не управляемым git"
6247
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006248#: builtin/grep.c:648
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006249msgid "search in both tracked and untracked files"
6250msgstr "искать и в отслеживаемых, и в неотслеживаемых файлах"
6251
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006252#: builtin/grep.c:650
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02006253msgid "ignore files specified via '.gitignore'"
6254msgstr "игнорировать файлы указанные в «.gitignore»"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006255
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006256#: builtin/grep.c:653
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006257msgid "show non-matching lines"
6258msgstr "искать в несовпадающих строках"
6259
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006260#: builtin/grep.c:655
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006261msgid "case insensitive matching"
6262msgstr "без учета регистра"
6263
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006264#: builtin/grep.c:657
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006265msgid "match patterns only at word boundaries"
6266msgstr "искать совпадения шаблона только на границах слов"
6267
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006268#: builtin/grep.c:659
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006269msgid "process binary files as text"
6270msgstr "обработка двоичных файлов как текста"
6271
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006272#: builtin/grep.c:661
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006273msgid "don't match patterns in binary files"
6274msgstr "не искать совпадения шаблона в двоичных файлах"
6275
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006276#: builtin/grep.c:664
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006277msgid "process binary files with textconv filters"
6278msgstr "обрабатываться двоичные файлы с помощью фильтров textconv"
6279
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006280#: builtin/grep.c:666
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006281msgid "descend at most <depth> levels"
6282msgstr "на глубине максиму <глубина> уровней"
6283
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006284#: builtin/grep.c:670
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006285msgid "use extended POSIX regular expressions"
6286msgstr "использовать расширенные регулярные выражения POSIX"
6287
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006288#: builtin/grep.c:673
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006289msgid "use basic POSIX regular expressions (default)"
6290msgstr "использовать базовые регулярные выражения POSIX (по умолчанию)"
6291
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006292#: builtin/grep.c:676
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006293msgid "interpret patterns as fixed strings"
6294msgstr "интерпретировать шаблоны как фиксированные строки"
6295
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006296#: builtin/grep.c:679
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006297msgid "use Perl-compatible regular expressions"
6298msgstr "использовать Perl-совместимые регулярные выражения"
6299
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006300#: builtin/grep.c:682
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006301msgid "show line numbers"
6302msgstr "вывести номера строк"
6303
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006304#: builtin/grep.c:683
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006305msgid "don't show filenames"
6306msgstr "не выводить имена файлов"
6307
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006308#: builtin/grep.c:684
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006309msgid "show filenames"
6310msgstr "выводить имена файлов"
6311
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006312#: builtin/grep.c:686
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006313msgid "show filenames relative to top directory"
6314msgstr "выводить имена файлов относительно каталога репозитория"
6315
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006316#: builtin/grep.c:688
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006317msgid "show only filenames instead of matching lines"
6318msgstr "выводить только имена файлов, а не совпадающие строки"
6319
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006320#: builtin/grep.c:690
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006321msgid "synonym for --files-with-matches"
6322msgstr "синоним для --files-with-matches"
6323
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006324#: builtin/grep.c:693
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006325msgid "show only the names of files without match"
6326msgstr "выводить только несовпадающие имена файлов"
6327
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006328#: builtin/grep.c:695
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006329msgid "print NUL after filenames"
6330msgstr "выводить двоичный НОЛЬ после списка имен файлов"
6331
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006332#: builtin/grep.c:697
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006333msgid "show the number of matches instead of matching lines"
6334msgstr "выводить количество совпадений, а не совпадающие строки"
6335
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006336#: builtin/grep.c:698
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006337msgid "highlight matches"
6338msgstr "подсвечивать совпадения"
6339
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006340#: builtin/grep.c:700
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006341msgid "print empty line between matches from different files"
6342msgstr "выводить пустую строку после совпадений из разных файлов"
6343
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006344#: builtin/grep.c:702
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006345msgid "show filename only once above matches from same file"
6346msgstr "выводить имя файла только раз на несколько совпадений в одном файле"
6347
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006348#: builtin/grep.c:705
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006349msgid "show <n> context lines before and after matches"
6350msgstr "показать <n> строк контекста перед и после совпадения"
6351
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006352#: builtin/grep.c:708
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006353msgid "show <n> context lines before matches"
6354msgstr "показать <n> строк контекста перед совпадением"
6355
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006356#: builtin/grep.c:710
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006357msgid "show <n> context lines after matches"
6358msgstr "показать <n> строк контекста после совпадения"
6359
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006360#: builtin/grep.c:712
6361msgid "use <n> worker threads"
6362msgstr "использовать <кол> рабочих потоков"
6363
6364#: builtin/grep.c:713
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006365msgid "shortcut for -C NUM"
6366msgstr "тоже, что и -C КОЛИЧЕСТВО"
6367
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006368#: builtin/grep.c:716
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006369msgid "show a line with the function name before matches"
6370msgstr "показать строку с именем функции перед совпадением"
6371
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006372#: builtin/grep.c:718
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006373msgid "show the surrounding function"
6374msgstr "показать окружающую функцию"
6375
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006376#: builtin/grep.c:721
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006377msgid "read patterns from file"
6378msgstr "прочитать шаблоны из файла"
6379
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006380#: builtin/grep.c:723
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006381msgid "match <pattern>"
6382msgstr "поиск соответствий с <шаблоном>"
6383
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006384#: builtin/grep.c:725
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006385msgid "combine patterns specified with -e"
6386msgstr "объединить шаблоны указанные с помощью -e"
6387
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006388#: builtin/grep.c:737
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006389msgid "indicate hit with exit status without output"
6390msgstr "ничего не выводить, указать на совпадение с помощью кода выхода"
6391
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006392#: builtin/grep.c:739
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006393msgid "show only matches from files that match all patterns"
6394msgstr "показать только совпадения из файлов в которых совпадают все шаблоны"
6395
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006396#: builtin/grep.c:741
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006397msgid "show parse tree for grep expression"
6398msgstr "показать дерево разбора для выражения поиска"
6399
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006400#: builtin/grep.c:745
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006401msgid "pager"
6402msgstr "пейджер"
6403
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006404#: builtin/grep.c:745
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006405msgid "show matching files in the pager"
6406msgstr "показать совпадающие файлы с помощью программы-пейджера"
6407
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006408#: builtin/grep.c:748
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006409msgid "allow calling of grep(1) (ignored by this build)"
6410msgstr "разрешить вызов grep(1) (игнорируется в этой сборке)"
6411
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006412#: builtin/grep.c:811
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006413msgid "no pattern given."
6414msgstr "не задан шаблон."
6415
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006416#: builtin/grep.c:843 builtin/index-pack.c:1475
6417#, c-format
6418msgid "invalid number of threads specified (%d)"
6419msgstr "указано неправильное количество потоков (%d)"
6420
6421#: builtin/grep.c:873
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006422msgid "--open-files-in-pager only works on the worktree"
6423msgstr "--open-files-in-pager работает только в рабочем каталоге"
6424
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006425#: builtin/grep.c:899
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006426msgid "--cached or --untracked cannot be used with --no-index."
6427msgstr "--cached или --untracked нельзя использовать одновременно с --no-index."
6428
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006429#: builtin/grep.c:904
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006430msgid "--no-index or --untracked cannot be used with revs."
6431msgstr "--no-index или --untracked нельзя использовать одновременно с указанием ревизии."
6432
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006433#: builtin/grep.c:907
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006434msgid "--[no-]exclude-standard cannot be used for tracked contents."
6435msgstr "--[no-]exclude-standard не может использоваться для отслеживаемого содержимого."
6436
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006437#: builtin/grep.c:915
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006438msgid "both --cached and trees are given."
6439msgstr "указано одновременно --cached и дерево."
6440
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006441#: builtin/hash-object.c:81
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006442msgid ""
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02006443"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
6444"[--] <file>..."
6445msgstr "git hash-object [-t <тип>] [-w] [--path=<файл> | --no-filters] [--stdin] [--] <файл>…"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006446
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006447#: builtin/hash-object.c:82
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006448msgid "git hash-object --stdin-paths"
6449msgstr "git hash-object --stdin-paths"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006450
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006451#: builtin/hash-object.c:93
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006452msgid "type"
6453msgstr "тип"
6454
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006455#: builtin/hash-object.c:93
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006456msgid "object type"
6457msgstr "тип объекта"
6458
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006459#: builtin/hash-object.c:94
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006460msgid "write the object into the object database"
6461msgstr "запись объекта в базу данных объектов"
6462
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006463#: builtin/hash-object.c:96
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006464msgid "read the object from stdin"
6465msgstr "прочитать объект из стандартного ввода"
6466
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006467#: builtin/hash-object.c:98
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006468msgid "store file as is without filters"
6469msgstr "сохранить файл без использования фильтров"
6470
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006471#: builtin/hash-object.c:99
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006472msgid ""
6473"just hash any random garbage to create corrupt objects for debugging Git"
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006474msgstr "хэшировать любой мусор и создавать поврежденные объекты для отладки Git"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006475
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006476#: builtin/hash-object.c:100
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006477msgid "process file as it were from this path"
6478msgstr "обработать файл так, будто он находится по указанному пути"
6479
6480#: builtin/help.c:41
6481msgid "print all available commands"
6482msgstr "вывести список всех доступных команд"
6483
6484#: builtin/help.c:42
6485msgid "print list of useful guides"
6486msgstr "вывести список полезных руководств"
6487
6488#: builtin/help.c:43
6489msgid "show man page"
6490msgstr "открыть руководство в формате man"
6491
6492#: builtin/help.c:44
6493msgid "show manual in web browser"
6494msgstr "открыть руководство в веб-браузере"
6495
6496#: builtin/help.c:46
6497msgid "show info page"
6498msgstr "открыть руководство в формате info"
6499
6500#: builtin/help.c:52
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02006501msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
6502msgstr "git help [--all] [--guides] [--man | --web | --info] [<команда>]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006503
6504#: builtin/help.c:64
6505#, c-format
6506msgid "unrecognized help format '%s'"
6507msgstr "неопознанный формат руководства «%s»"
6508
6509#: builtin/help.c:91
6510msgid "Failed to start emacsclient."
6511msgstr "Сбой при запуске emacsclient."
6512
6513#: builtin/help.c:104
6514msgid "Failed to parse emacsclient version."
6515msgstr "Сбой при определении версии emacsclient."
6516
6517#: builtin/help.c:112
6518#, c-format
6519msgid "emacsclient version '%d' too old (< 22)."
6520msgstr "версия emacsclient «%d» слишком старая (< 22)."
6521
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006522#: builtin/help.c:130 builtin/help.c:151 builtin/help.c:160 builtin/help.c:168
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006523#, c-format
6524msgid "failed to exec '%s': %s"
6525msgstr "сбой при запуске «%s»: %s"
6526
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006527#: builtin/help.c:205
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006528#, c-format
6529msgid ""
6530"'%s': path for unsupported man viewer.\n"
6531"Please consider using 'man.<tool>.cmd' instead."
6532msgstr "«%s»: путь для неподдерживаемой программы просмотра man.\nВместо этого используйте «man.<программа>.cmd»."
6533
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006534#: builtin/help.c:217
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006535#, c-format
6536msgid ""
6537"'%s': cmd for supported man viewer.\n"
6538"Please consider using 'man.<tool>.path' instead."
6539msgstr "«%s»: команда для неподдерживаемой программы просмотра man.\nВместо этого используйте «man.<программа>.path»."
6540
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006541#: builtin/help.c:334
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006542#, c-format
6543msgid "'%s': unknown man viewer."
6544msgstr "«%s»: неизвестная программа просмотра man."
6545
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006546#: builtin/help.c:351
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006547msgid "no man viewer handled the request"
6548msgstr "программа просмотра man не обработала запрос"
6549
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006550#: builtin/help.c:359
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006551msgid "no info viewer handled the request"
6552msgstr "программа просмотра info не обработала запрос"
6553
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006554#: builtin/help.c:408
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006555msgid "Defining attributes per path"
6556msgstr "Определение атрибутов для путей файлов или каталогов"
6557
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006558#: builtin/help.c:409
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006559msgid "Everyday Git With 20 Commands Or So"
6560msgstr "Повседневный Git с 20 командами или около того"
6561
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006562#: builtin/help.c:410
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006563msgid "A Git glossary"
6564msgstr "Глоссарий Git"
6565
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006566#: builtin/help.c:411
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006567msgid "Specifies intentionally untracked files to ignore"
6568msgstr "Указание специально игнорируемых файлов"
6569
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006570#: builtin/help.c:412
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006571msgid "Defining submodule properties"
6572msgstr "Определение свойств подмодулей"
6573
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006574#: builtin/help.c:413
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006575msgid "Specifying revisions and ranges for Git"
6576msgstr "Указание редакций и диапазонов для Git"
6577
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006578#: builtin/help.c:414
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006579msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
6580msgstr "Учебное введение в Git (для версии 1.5.1 или новее)"
6581
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006582#: builtin/help.c:415
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006583msgid "An overview of recommended workflows with Git"
6584msgstr "Обзор рекомендуемых последовательностей выполняемых действий с Git"
6585
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006586#: builtin/help.c:427
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006587msgid "The common Git guides are:\n"
6588msgstr "Основные руководства Git:\n"
6589
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006590#: builtin/help.c:448 builtin/help.c:465
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006591#, c-format
6592msgid "usage: %s%s"
6593msgstr "использование: %s%s"
6594
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006595#: builtin/help.c:481
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006596#, c-format
6597msgid "`git %s' is aliased to `%s'"
6598msgstr "«git %s» — это сокращение для «%s»"
6599
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03006600#: builtin/index-pack.c:152
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006601#, c-format
6602msgid "unable to open %s"
6603msgstr "не удалось открыть %s"
6604
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03006605#: builtin/index-pack.c:202
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006606#, c-format
6607msgid "object type mismatch at %s"
6608msgstr "несоответствие типа объекта на %s"
6609
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03006610#: builtin/index-pack.c:222
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006611#, c-format
6612msgid "did not receive expected object %s"
6613msgstr "ожидаемый объект не получен на %s"
6614
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03006615#: builtin/index-pack.c:225
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006616#, c-format
6617msgid "object %s: expected type %s, found %s"
6618msgstr "объект %s: ожидаемый тип %s, получен %s"
6619
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03006620#: builtin/index-pack.c:267
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006621#, c-format
6622msgid "cannot fill %d byte"
6623msgid_plural "cannot fill %d bytes"
6624msgstr[0] "не удалось заполнить %d байт"
6625msgstr[1] "не удалось заполнить %d байта"
6626msgstr[2] "не удалось заполнить %d байтов"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03006627msgstr[3] "не удалось заполнить %d байтов"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006628
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03006629#: builtin/index-pack.c:277
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006630msgid "early EOF"
6631msgstr "неожиданный конец файла"
6632
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03006633#: builtin/index-pack.c:278
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006634msgid "read error on input"
6635msgstr "ошибка чтения ввода"
6636
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03006637#: builtin/index-pack.c:290
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006638msgid "used more bytes than were available"
6639msgstr "использовано больше байт, чем было доступно"
6640
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03006641#: builtin/index-pack.c:297
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006642msgid "pack too large for current definition of off_t"
6643msgstr "пакет слишком большой для текущего определения off_t"
6644
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03006645#: builtin/index-pack.c:313
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006646#, c-format
6647msgid "unable to create '%s'"
6648msgstr "не удалось создать «%s»"
6649
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03006650#: builtin/index-pack.c:318
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006651#, c-format
6652msgid "cannot open packfile '%s'"
6653msgstr "не удалось открыть файл пакета «%s»"
6654
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03006655#: builtin/index-pack.c:332
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006656msgid "pack signature mismatch"
6657msgstr "несоответствие подписи пакета"
6658
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03006659#: builtin/index-pack.c:334
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006660#, c-format
6661msgid "pack version %<PRIu32> unsupported"
6662msgstr "версия пакета %<PRIu32> не поддерживается"
6663
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03006664#: builtin/index-pack.c:352
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006665#, c-format
6666msgid "pack has bad object at offset %lu: %s"
6667msgstr "в пакете содержится поврежденный объект по смещению %lu: %s"
6668
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03006669#: builtin/index-pack.c:473
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006670#, c-format
6671msgid "inflate returned %d"
6672msgstr "программа сжатия вернула %d"
6673
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03006674#: builtin/index-pack.c:522
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006675msgid "offset value overflow for delta base object"
6676msgstr "переполнение значения смещения у базового объекта дельты"
6677
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03006678#: builtin/index-pack.c:530
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006679msgid "delta base offset is out of bound"
6680msgstr "смещение базовой дельты вышло за допустимые пределы"
6681
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03006682#: builtin/index-pack.c:538
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006683#, c-format
6684msgid "unknown object type %d"
6685msgstr "неизвестный тип объекта %d"
6686
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03006687#: builtin/index-pack.c:569
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006688msgid "cannot pread pack file"
6689msgstr "не удалось выполнить pread для файла пакета"
6690
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03006691#: builtin/index-pack.c:571
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006692#, c-format
6693msgid "premature end of pack file, %lu byte missing"
6694msgid_plural "premature end of pack file, %lu bytes missing"
6695msgstr[0] "преждевременное окончание файла пакета, %lu байт отсутствует"
6696msgstr[1] "преждевременное окончание файла пакета, %lu байта отсутствует"
6697msgstr[2] "преждевременное окончание файла пакета, %lu байтов отсутствует"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03006698msgstr[3] "преждевременное окончание файла пакета, %lu байтов отсутствует"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006699
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03006700#: builtin/index-pack.c:597
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006701msgid "serious inflate inconsistency"
6702msgstr "серьезное несоответствие при распаковке"
6703
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03006704#: builtin/index-pack.c:743 builtin/index-pack.c:749 builtin/index-pack.c:772
6705#: builtin/index-pack.c:806 builtin/index-pack.c:815
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006706#, c-format
6707msgid "SHA1 COLLISION FOUND WITH %s !"
6708msgstr "НАЙДЕНА КОЛЛИЗИЯ SHA1 С %s !"
6709
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03006710#: builtin/index-pack.c:746 builtin/pack-objects.c:162
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02006711#: builtin/pack-objects.c:254
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006712#, c-format
6713msgid "unable to read %s"
6714msgstr "не удалось прочитать %s"
6715
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03006716#: builtin/index-pack.c:812
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006717#, c-format
6718msgid "cannot read existing object %s"
6719msgstr "не удалось прочитать существующий объект %s"
6720
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03006721#: builtin/index-pack.c:826
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006722#, c-format
6723msgid "invalid blob object %s"
6724msgstr "неправильный файл двоичного объекта %s"
6725
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03006726#: builtin/index-pack.c:840
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006727#, c-format
6728msgid "invalid %s"
6729msgstr "неправильный %s"
6730
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03006731#: builtin/index-pack.c:843
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006732msgid "Error in object"
6733msgstr "Ошибка в объекте"
6734
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03006735#: builtin/index-pack.c:845
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006736#, c-format
6737msgid "Not all child objects of %s are reachable"
6738msgstr "Не все дочерние объекты %s достижимы"
6739
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03006740#: builtin/index-pack.c:917 builtin/index-pack.c:948
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006741msgid "failed to apply delta"
6742msgstr "сбой при применении дельты"
6743
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03006744#: builtin/index-pack.c:1118
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006745msgid "Receiving objects"
6746msgstr "Получение объектов"
6747
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03006748#: builtin/index-pack.c:1118
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006749msgid "Indexing objects"
6750msgstr "Индексирование объектов"
6751
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03006752#: builtin/index-pack.c:1150
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006753msgid "pack is corrupted (SHA1 mismatch)"
6754msgstr "пакет поврежден (несоответствие SHA1)"
6755
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03006756#: builtin/index-pack.c:1155
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006757msgid "cannot fstat packfile"
6758msgstr "не удалось выполнить fstat для файла пакета"
6759
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03006760#: builtin/index-pack.c:1158
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006761msgid "pack has junk at the end"
6762msgstr "файл пакета содержит мусор в конце"
6763
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03006764#: builtin/index-pack.c:1169
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006765msgid "confusion beyond insanity in parse_pack_objects()"
6766msgstr "безумная путаница в parse_pack_objects()"
6767
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03006768#: builtin/index-pack.c:1194
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006769msgid "Resolving deltas"
6770msgstr "Определение изменений"
6771
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03006772#: builtin/index-pack.c:1205
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006773#, c-format
6774msgid "unable to create thread: %s"
6775msgstr "не удалось создать поток: %s"
6776
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03006777#: builtin/index-pack.c:1247
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006778msgid "confusion beyond insanity"
6779msgstr "безумная путаница"
6780
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03006781#: builtin/index-pack.c:1253
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006782#, c-format
6783msgid "completed with %d local objects"
6784msgstr "завершено с %d локальными объектами"
6785
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03006786#: builtin/index-pack.c:1263
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006787#, c-format
6788msgid "Unexpected tail checksum for %s (disk corruption?)"
6789msgstr "Неожиданная контрольная сумма в конце %s (диск поврежден?)"
6790
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03006791#: builtin/index-pack.c:1267
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006792#, c-format
6793msgid "pack has %d unresolved delta"
6794msgid_plural "pack has %d unresolved deltas"
6795msgstr[0] "пакет содержит %d неразрешенную дельту"
6796msgstr[1] "пакет содержит %d неразрешенные дельты"
6797msgstr[2] "пакет содержит %d неразрешенных дельт"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03006798msgstr[3] "пакет содержит %d неразрешенных дельт"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006799
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03006800#: builtin/index-pack.c:1291
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006801#, c-format
6802msgid "unable to deflate appended object (%d)"
6803msgstr "нельзя сжать присоединенный объект (%d)"
6804
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03006805#: builtin/index-pack.c:1367
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006806#, c-format
6807msgid "local object %s is corrupt"
6808msgstr "локальный объект %s поврежден"
6809
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03006810#: builtin/index-pack.c:1391
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006811msgid "error while closing pack file"
6812msgstr "ошибка при закрытии файла пакета"
6813
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03006814#: builtin/index-pack.c:1404
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006815#, c-format
6816msgid "cannot write keep file '%s'"
6817msgstr "не удалось записать файл удержания «%s»"
6818
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03006819#: builtin/index-pack.c:1412
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006820#, c-format
6821msgid "cannot close written keep file '%s'"
6822msgstr "не удалось закрыть записанный файл удержания «%s»"
6823
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03006824#: builtin/index-pack.c:1425
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006825msgid "cannot store pack file"
6826msgstr "не удалось сохранить файл пакета"
6827
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03006828#: builtin/index-pack.c:1436
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006829msgid "cannot store index file"
6830msgstr "не удалось сохранить файл индекса"
6831
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03006832#: builtin/index-pack.c:1469
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006833#, c-format
6834msgid "bad pack.indexversion=%<PRIu32>"
6835msgstr "плохой pack.indexversion=%<PRIu32>"
6836
Dimitriy Ryazantcevf3aeef12016-03-13 02:07:09 +02006837#: builtin/index-pack.c:1479 builtin/index-pack.c:1664
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006838#, c-format
6839msgid "no threads support, ignoring %s"
6840msgstr "нет поддержки потоков, игнорирование %s"
6841
Dimitriy Ryazantcevf3aeef12016-03-13 02:07:09 +02006842#: builtin/index-pack.c:1538
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006843#, c-format
6844msgid "Cannot open existing pack file '%s'"
6845msgstr "Не удалось открыть существующий файл пакета «%s»"
6846
Dimitriy Ryazantcevf3aeef12016-03-13 02:07:09 +02006847#: builtin/index-pack.c:1540
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006848#, c-format
6849msgid "Cannot open existing pack idx file for '%s'"
6850msgstr "Не удалось открыть существующий файл индекса для «%s»"
6851
Dimitriy Ryazantcevf3aeef12016-03-13 02:07:09 +02006852#: builtin/index-pack.c:1587
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006853#, c-format
6854msgid "non delta: %d object"
6855msgid_plural "non delta: %d objects"
6856msgstr[0] "не дельты: %d объект"
6857msgstr[1] "не дельты: %d объекта"
6858msgstr[2] "не дельты: %d объектов"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03006859msgstr[3] "не дельты: %d объектов"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006860
Dimitriy Ryazantcevf3aeef12016-03-13 02:07:09 +02006861#: builtin/index-pack.c:1594
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006862#, c-format
6863msgid "chain length = %d: %lu object"
6864msgid_plural "chain length = %d: %lu objects"
6865msgstr[0] "длина цепочки = %d: %lu объект"
6866msgstr[1] "длина цепочки = %d: %lu объекта"
6867msgstr[2] "длина цепочки = %d: %lu объектов"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03006868msgstr[3] "длина цепочки = %d: %lu объектов"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006869
Dimitriy Ryazantcevf3aeef12016-03-13 02:07:09 +02006870#: builtin/index-pack.c:1624
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006871msgid "Cannot come back to cwd"
6872msgstr "Не удалось вернуться в текущий рабочий каталог"
6873
Dimitriy Ryazantcevf3aeef12016-03-13 02:07:09 +02006874#: builtin/index-pack.c:1676 builtin/index-pack.c:1679
6875#: builtin/index-pack.c:1691 builtin/index-pack.c:1695
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006876#, c-format
6877msgid "bad %s"
6878msgstr "плохой %s"
6879
Dimitriy Ryazantcevf3aeef12016-03-13 02:07:09 +02006880#: builtin/index-pack.c:1709
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006881msgid "--fix-thin cannot be used without --stdin"
6882msgstr "--fix-thin нельзя использовать без --stdin"
6883
Dimitriy Ryazantcevf3aeef12016-03-13 02:07:09 +02006884#: builtin/index-pack.c:1713 builtin/index-pack.c:1722
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006885#, c-format
6886msgid "packfile name '%s' does not end with '.pack'"
6887msgstr "имя пакета «%s» не оканчивается на «.pack»"
6888
Dimitriy Ryazantcevf3aeef12016-03-13 02:07:09 +02006889#: builtin/index-pack.c:1730
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006890msgid "--verify with no packfile name given"
6891msgstr "--verify без указания имени файла пакета"
6892
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006893#: builtin/init-db.c:55
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006894#, c-format
6895msgid "cannot stat '%s'"
6896msgstr "не удалось выполнить stat для «%s»"
6897
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006898#: builtin/init-db.c:61
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006899#, c-format
6900msgid "cannot stat template '%s'"
6901msgstr "не удалось выполнить stat для шаблона «%s»"
6902
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006903#: builtin/init-db.c:66
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006904#, c-format
6905msgid "cannot opendir '%s'"
6906msgstr "не удалось выполнить opendir для «%s»"
6907
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006908#: builtin/init-db.c:77
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006909#, c-format
6910msgid "cannot readlink '%s'"
6911msgstr "не удалось выполнить readlink для «%s»"
6912
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006913#: builtin/init-db.c:79
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006914#, c-format
6915msgid "cannot symlink '%s' '%s'"
6916msgstr "не удалось создать символьную ссылку «%s» на «%s»"
6917
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006918#: builtin/init-db.c:85
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006919#, c-format
6920msgid "cannot copy '%s' to '%s'"
6921msgstr "не удалось скопировать файл «%s» в «%s»"
6922
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006923#: builtin/init-db.c:89
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006924#, c-format
6925msgid "ignoring template %s"
6926msgstr "игнорирование шаблона %s"
6927
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006928#: builtin/init-db.c:118
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006929#, c-format
6930msgid "templates not found %s"
6931msgstr "шаблоны не найдены %s"
6932
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006933#: builtin/init-db.c:131
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006934#, c-format
6935msgid "not copying templates of a wrong format version %d from '%s'"
6936msgstr "не копирую шаблоны в неправильной версии формата %d из «%s»"
6937
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006938#: builtin/init-db.c:309 builtin/init-db.c:312
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006939#, c-format
6940msgid "%s already exists"
6941msgstr "%s уже существует"
6942
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006943#: builtin/init-db.c:340
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006944#, c-format
6945msgid "unable to handle file type %d"
6946msgstr "не удается обработать файл типа %d"
6947
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006948#: builtin/init-db.c:343
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006949#, c-format
6950msgid "unable to move %s to %s"
6951msgstr "не удается переместить файл %s в %s"
6952
6953#. TRANSLATORS: The first '%s' is either "Reinitialized
6954#. existing" or "Initialized empty", the second " shared" or
6955#. "", and the last '%s%s' is the verbatim directory name.
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006956#: builtin/init-db.c:399
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006957#, c-format
6958msgid "%s%s Git repository in %s%s\n"
6959msgstr "%s%s репозиторий Git в %s%s\n"
6960
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006961#: builtin/init-db.c:400
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006962msgid "Reinitialized existing"
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02006963msgstr "Переинициализация существующего"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006964
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006965#: builtin/init-db.c:400
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006966msgid "Initialized empty"
6967msgstr "Инициализирован пустой"
6968
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006969#: builtin/init-db.c:401
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006970msgid " shared"
6971msgstr " общий"
6972
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006973#: builtin/init-db.c:448
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006974msgid ""
6975"git init [-q | --quiet] [--bare] [--template=<template-directory>] "
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02006976"[--shared[=<permissions>]] [<directory>]"
6977msgstr "git init [-q | --quiet] [--bare] [--template=<каталог-шаблонов>] [--shared[=<права-доступа>]] [<каталог>]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006978
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006979#: builtin/init-db.c:471
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006980msgid "permissions"
6981msgstr "права-доступа"
6982
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006983#: builtin/init-db.c:472
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006984msgid "specify that the git repository is to be shared amongst several users"
6985msgstr "укажите, если репозиторий git будет использоваться несколькими пользователями"
6986
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006987#: builtin/init-db.c:506 builtin/init-db.c:511
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006988#, c-format
6989msgid "cannot mkdir %s"
6990msgstr "не удалось выполнить mkdir %s"
6991
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006992#: builtin/init-db.c:515
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006993#, c-format
6994msgid "cannot chdir to %s"
6995msgstr "не удалось выполнить chdir в %s"
6996
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02006997#: builtin/init-db.c:536
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02006998#, c-format
6999msgid ""
7000"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
7001"dir=<directory>)"
7002msgstr "%s (или --work-tree=<каталог>) нельзя использовать без указания %s (или --git-dir=<каталог>)"
7003
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02007004#: builtin/init-db.c:564
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007005#, c-format
7006msgid "Cannot access work tree '%s'"
7007msgstr "Не удалось получить доступ к рабочему каталогу «%s»"
7008
7009#: builtin/interpret-trailers.c:15
7010msgid ""
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007011"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
7012"<token>[(=|:)<value>])...] [<file>...]"
7013msgstr "git interpret-trailers [--in-place] [--trim-empty] [(--trailer <ключ>[(=|:)<значение>])…] [<файл>…]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007014
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007015#: builtin/interpret-trailers.c:26
7016msgid "edit files in place"
7017msgstr "редактировать файлы на месте"
7018
7019#: builtin/interpret-trailers.c:27
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007020msgid "trim empty trailers"
7021msgstr "удалять пустые завершители"
7022
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007023#: builtin/interpret-trailers.c:28
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007024msgid "trailer"
7025msgstr "завершитель"
7026
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007027#: builtin/interpret-trailers.c:29
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007028msgid "trailer(s) to add"
7029msgstr "завершители для добавления"
7030
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007031#: builtin/interpret-trailers.c:42
7032msgid "no input file given for in-place editing"
7033msgstr "ничего не передано, для редактирования файлов на месте"
7034
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03007035#: builtin/log.c:43
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03007036msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007037msgstr "git log [<опции>] [<диапазон-редакций>] [[--] <путь>…]"
7038
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03007039#: builtin/log.c:44
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02007040msgid "git show [<options>] <object>..."
7041msgstr "git show [<опции>] <объект>…"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007042
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03007043#: builtin/log.c:83
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007044#, c-format
7045msgid "invalid --decorate option: %s"
7046msgstr "неправильный параметр для --decorate: %s"
7047
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03007048#: builtin/log.c:131
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007049msgid "suppress diff output"
7050msgstr "не выводить различия"
7051
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03007052#: builtin/log.c:132
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007053msgid "show source"
7054msgstr "показать источник"
7055
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03007056#: builtin/log.c:133
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007057msgid "Use mail map file"
7058msgstr "Использовать файл соответствия почтовых адресов"
7059
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03007060#: builtin/log.c:134
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007061msgid "decorate options"
7062msgstr "опции формата вывода ссылок"
7063
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03007064#: builtin/log.c:137
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007065msgid "Process line range n,m in file, counting from 1"
7066msgstr "Обработать диапазон строк n,m из файла, начиная с 1"
7067
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03007068#: builtin/log.c:233
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007069#, c-format
7070msgid "Final output: %d %s\n"
7071msgstr "Финальный вывод: %d %s\n"
7072
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03007073#: builtin/log.c:465
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007074#, c-format
7075msgid "git show %s: bad file"
7076msgstr "git show %s: плохой файл"
7077
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03007078#: builtin/log.c:479 builtin/log.c:572
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007079#, c-format
7080msgid "Could not read object %s"
7081msgstr "Не удалось прочитать объект %s"
7082
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03007083#: builtin/log.c:596
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007084#, c-format
7085msgid "Unknown type: %d"
7086msgstr "Неизвестный тип объекта: %d"
7087
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007088#: builtin/log.c:715
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007089msgid "format.headers without value"
7090msgstr "в format.headers не указано значение"
7091
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007092#: builtin/log.c:801
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007093msgid "name of output directory is too long"
7094msgstr "слишком длинное имя выходного каталога"
7095
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007096#: builtin/log.c:816
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007097#, c-format
7098msgid "Cannot open patch file %s"
7099msgstr "Ну удалось открыть файл изменений %s"
7100
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007101#: builtin/log.c:830
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007102msgid "Need exactly one range."
7103msgstr "Нужен только один диапазон."
7104
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007105#: builtin/log.c:840
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007106msgid "Not a range."
7107msgstr "Не является диапазоном."
7108
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007109#: builtin/log.c:946
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007110msgid "Cover letter needs email format"
7111msgstr "Сопроводительное письмо должно быть в формате электронной почты"
7112
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007113#: builtin/log.c:1025
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007114#, c-format
7115msgid "insane in-reply-to: %s"
7116msgstr "ошибка в поле in-reply-to: %s"
7117
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007118#: builtin/log.c:1053
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02007119msgid "git format-patch [<options>] [<since> | <revision-range>]"
7120msgstr "git format-patch [<опции>] [<начиная-с> | <диапазон-редакций>]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007121
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007122#: builtin/log.c:1098
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007123msgid "Two output directories?"
7124msgstr "Два выходных каталога?"
7125
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007126#: builtin/log.c:1214
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007127msgid "use [PATCH n/m] even with a single patch"
7128msgstr "выводить [PATCH n/m] даже когда один патч"
7129
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007130#: builtin/log.c:1217
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007131msgid "use [PATCH] even with multiple patches"
7132msgstr "выводить [PATCH] даже когда несколько патчей"
7133
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007134#: builtin/log.c:1221
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007135msgid "print patches to standard out"
7136msgstr "выводить патчи на стандартный вывод"
7137
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007138#: builtin/log.c:1223
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007139msgid "generate a cover letter"
7140msgstr "генерировать сопроводительное письмо"
7141
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007142#: builtin/log.c:1225
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007143msgid "use simple number sequence for output file names"
7144msgstr "использовать простую последовательность чисел для имен выходных файлов"
7145
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007146#: builtin/log.c:1226
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007147msgid "sfx"
7148msgstr "суффикс"
7149
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007150#: builtin/log.c:1227
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007151msgid "use <sfx> instead of '.patch'"
7152msgstr "использовать суффикс <суффикс> вместо «.patch»"
7153
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007154#: builtin/log.c:1229
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007155msgid "start numbering patches at <n> instead of 1"
7156msgstr "начать нумерацию патчей с <n>, а не с 1"
7157
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007158#: builtin/log.c:1231
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007159msgid "mark the series as Nth re-roll"
7160msgstr "пометить серию как энную попытку"
7161
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007162#: builtin/log.c:1233
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007163msgid "Use [<prefix>] instead of [PATCH]"
7164msgstr "Использовать [<префикс>] вместо [PATCH]"
7165
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007166#: builtin/log.c:1236
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007167msgid "store resulting files in <dir>"
7168msgstr "сохранить результирующие файлы в <каталог>"
7169
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007170#: builtin/log.c:1239
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007171msgid "don't strip/add [PATCH]"
7172msgstr "не обрезать/добавлять [PATCH]"
7173
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007174#: builtin/log.c:1242
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007175msgid "don't output binary diffs"
7176msgstr "не выводить двоичные различия"
7177
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007178#: builtin/log.c:1244
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02007179msgid "output all-zero hash in From header"
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007180msgstr "выводить нулевую хэш-сумму в заголовке From"
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02007181
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007182#: builtin/log.c:1246
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007183msgid "don't include a patch matching a commit upstream"
7184msgstr "не включать патч, если коммит уже есть в вышестоящей ветке"
7185
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007186#: builtin/log.c:1248
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007187msgid "show patch format instead of default (patch + stat)"
7188msgstr "выводить в формате патча, а не в стандартном (патч + статистика)"
7189
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007190#: builtin/log.c:1250
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007191msgid "Messaging"
7192msgstr "Передача сообщений"
7193
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007194#: builtin/log.c:1251
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007195msgid "header"
7196msgstr "заголовок"
7197
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007198#: builtin/log.c:1252
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007199msgid "add email header"
7200msgstr "добавить заголовок сообщения"
7201
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007202#: builtin/log.c:1253 builtin/log.c:1255
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007203msgid "email"
7204msgstr "почта"
7205
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007206#: builtin/log.c:1253
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007207msgid "add To: header"
7208msgstr "добавить заголовок To:"
7209
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007210#: builtin/log.c:1255
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007211msgid "add Cc: header"
7212msgstr "добавить заголовок Cc:"
7213
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007214#: builtin/log.c:1257
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007215msgid "ident"
7216msgstr "идентификатор"
7217
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007218#: builtin/log.c:1258
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007219msgid "set From address to <ident> (or committer ident if absent)"
7220msgstr "установить адрес отправителя на <идентификатор> (или на идентификатор коммитера, если отсутствует)"
7221
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007222#: builtin/log.c:1260
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007223msgid "message-id"
7224msgstr "идентификатор-сообщения"
7225
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007226#: builtin/log.c:1261
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007227msgid "make first mail a reply to <message-id>"
7228msgstr "сделать первое письмо ответом на <идентификатор-сообщения>"
7229
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007230#: builtin/log.c:1262 builtin/log.c:1265
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007231msgid "boundary"
7232msgstr "вложение"
7233
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007234#: builtin/log.c:1263
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007235msgid "attach the patch"
7236msgstr "приложить патч"
7237
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007238#: builtin/log.c:1266
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007239msgid "inline the patch"
7240msgstr "включить патч в текст письма"
7241
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007242#: builtin/log.c:1270
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007243msgid "enable message threading, styles: shallow, deep"
7244msgstr "включить в письмах иерархичность, стили: shallow (частичную), deep (глубокую)"
7245
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007246#: builtin/log.c:1272
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007247msgid "signature"
7248msgstr "подпись"
7249
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007250#: builtin/log.c:1273
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007251msgid "add a signature"
7252msgstr "добавить подпись"
7253
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007254#: builtin/log.c:1275
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007255msgid "add a signature from a file"
7256msgstr "добавить подпись из файла"
7257
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007258#: builtin/log.c:1276
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007259msgid "don't print the patch filenames"
7260msgstr "не выводить имена файлов патчей"
7261
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007262#: builtin/log.c:1365
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007263msgid "-n and -k are mutually exclusive."
7264msgstr "-n и -k нельзя использовать одновременно"
7265
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007266#: builtin/log.c:1367
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007267msgid "--subject-prefix and -k are mutually exclusive."
7268msgstr "--subject-prefix и -k нельзя использовать одновременно."
7269
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007270#: builtin/log.c:1375
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007271msgid "--name-only does not make sense"
7272msgstr "--name-only не имеет смысла"
7273
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007274#: builtin/log.c:1377
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007275msgid "--name-status does not make sense"
7276msgstr "--name-status не имеет смысла"
7277
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007278#: builtin/log.c:1379
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007279msgid "--check does not make sense"
7280msgstr "--check не имеет смысла"
7281
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007282#: builtin/log.c:1407
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007283msgid "standard output, or directory, which one?"
7284msgstr "стандартный вывод или каталог?"
7285
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007286#: builtin/log.c:1409
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007287#, c-format
7288msgid "Could not create directory '%s'"
7289msgstr "Не удалось создать каталог «%s»"
7290
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007291#: builtin/log.c:1506
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007292#, c-format
7293msgid "unable to read signature file '%s'"
7294msgstr "не удалось прочитать файл подписи «%s»"
7295
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007296#: builtin/log.c:1569
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007297msgid "Failed to create output files"
7298msgstr "Сбой при создании выходных файлов"
7299
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007300#: builtin/log.c:1617
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007301msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
7302msgstr "git cherry [-v] [<вышестоящая-ветка> [<голова> [<ограничение>]]]"
7303
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007304#: builtin/log.c:1671
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007305#, c-format
7306msgid ""
7307"Could not find a tracked remote branch, please specify <upstream> "
7308"manually.\n"
7309msgstr "Не удалось найти отслеживаемую внешнюю ветку, укажите <вышестоящую-ветку> вручную.\n"
7310
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007311#: builtin/log.c:1682 builtin/log.c:1684 builtin/log.c:1696
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007312#, c-format
7313msgid "Unknown commit %s"
7314msgstr "Неизвестный коммит %s"
7315
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007316#: builtin/ls-files.c:378
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02007317msgid "git ls-files [<options>] [<file>...]"
7318msgstr "git ls-files [<опции>] [<файл>…]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007319
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007320#: builtin/ls-files.c:427
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007321msgid "identify the file status with tags"
7322msgstr "выводить имена файлов с метками"
7323
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007324#: builtin/ls-files.c:429
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007325msgid "use lowercase letters for 'assume unchanged' files"
7326msgstr "использовать символы в нижнем регистре для «предположительно без изменений» файлов"
7327
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007328#: builtin/ls-files.c:431
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007329msgid "show cached files in the output (default)"
7330msgstr "показывать кэшированные файлы при выводе (по умолчанию)"
7331
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007332#: builtin/ls-files.c:433
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007333msgid "show deleted files in the output"
7334msgstr "показывать удаленные файлы при выводе"
7335
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007336#: builtin/ls-files.c:435
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007337msgid "show modified files in the output"
7338msgstr "показывать измененные файлы при выводе"
7339
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007340#: builtin/ls-files.c:437
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007341msgid "show other files in the output"
7342msgstr "показывать другие файлы при выводе"
7343
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007344#: builtin/ls-files.c:439
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007345msgid "show ignored files in the output"
7346msgstr "показывать игнорируемые файлы при выводе"
7347
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007348#: builtin/ls-files.c:442
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007349msgid "show staged contents' object name in the output"
7350msgstr "показывать имя индексированного объекта на выводе"
7351
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007352#: builtin/ls-files.c:444
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007353msgid "show files on the filesystem that need to be removed"
7354msgstr "показывать файлы в файловой системе, которые должны быть удалены"
7355
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007356#: builtin/ls-files.c:446
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007357msgid "show 'other' directories' names only"
7358msgstr "показывать только имена у «других» каталогов"
7359
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007360#: builtin/ls-files.c:448
7361msgid "show line endings of files"
7362msgstr "показать концы строк файлов"
7363
7364#: builtin/ls-files.c:450
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007365msgid "don't show empty directories"
7366msgstr "не показывать пустые каталоги"
7367
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007368#: builtin/ls-files.c:453
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007369msgid "show unmerged files in the output"
7370msgstr "показывать не слитые файлы на выводе"
7371
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007372#: builtin/ls-files.c:455
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007373msgid "show resolve-undo information"
7374msgstr "показывать информации о разрешении конфликтов и отмене"
7375
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007376#: builtin/ls-files.c:457
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007377msgid "skip files matching pattern"
7378msgstr "пропустить файлы, соответствующие шаблону"
7379
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007380#: builtin/ls-files.c:460
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007381msgid "exclude patterns are read from <file>"
7382msgstr "прочитать шаблоны исключения из <файл>"
7383
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007384#: builtin/ls-files.c:463
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007385msgid "read additional per-directory exclude patterns in <file>"
7386msgstr "прочитать дополнительные покаталожные шаблоны исключения из <файл>"
7387
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007388#: builtin/ls-files.c:465
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007389msgid "add the standard git exclusions"
7390msgstr "добавить стандартные исключения git"
7391
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007392#: builtin/ls-files.c:468
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007393msgid "make the output relative to the project top directory"
7394msgstr "выводить пути относительно корневого каталога проекта"
7395
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007396#: builtin/ls-files.c:471
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007397msgid "if any <file> is not in the index, treat this as an error"
7398msgstr "если какой-либо <файл> не в индексе, считать это ошибкой"
7399
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007400#: builtin/ls-files.c:472
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007401msgid "tree-ish"
7402msgstr "указатель-дерева"
7403
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007404#: builtin/ls-files.c:473
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007405msgid "pretend that paths removed since <tree-ish> are still present"
7406msgstr "притвориться, что пути удалены, т.к. <указатель-дерева> еще существует"
7407
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007408#: builtin/ls-files.c:475
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007409msgid "show debugging data"
7410msgstr "показать отладочную информацию"
7411
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007412#: builtin/ls-remote.c:7
7413msgid ""
7414"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
7415" [-q | --quiet] [--exit-code] [--get-url]\n"
7416" [--symref] [<repository> [<refs>...]]"
7417msgstr "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<запуск>]\n [-q | --quiet] [--exit-code] [--get-url]\n [--symref] [<репозиторий> [<ссылки>…]]"
7418
7419#: builtin/ls-remote.c:50
7420msgid "do not print remote URL"
7421msgstr "не выводить URL внешних репозиториев"
7422
7423#: builtin/ls-remote.c:51 builtin/ls-remote.c:53
7424msgid "exec"
7425msgstr "запуск"
7426
7427#: builtin/ls-remote.c:52 builtin/ls-remote.c:54
7428msgid "path of git-upload-pack on the remote host"
7429msgstr "путь к git-upload-pack на внешнем сервере"
7430
7431#: builtin/ls-remote.c:56
7432msgid "limit to tags"
7433msgstr "ограничить вывод метками"
7434
7435#: builtin/ls-remote.c:57
7436msgid "limit to heads"
7437msgstr "ограничить вывод указателями на ветки"
7438
7439#: builtin/ls-remote.c:58
7440msgid "do not show peeled tags"
7441msgstr "не показывать удалённые метки"
7442
7443#: builtin/ls-remote.c:60
7444msgid "take url.<base>.insteadOf into account"
7445msgstr "учитывать url.<база>.insteadOf"
7446
7447#: builtin/ls-remote.c:62
7448msgid "exit with exit code 2 if no matching refs are found"
7449msgstr "выходить с кодом 2, если соответствующие ссылки не найдены"
7450
7451#: builtin/ls-remote.c:64
7452msgid "show underlying ref in addition to the object pointed by it"
7453msgstr "показать также внутреннюю ссылку в дополнение к объекту, на который она указывает"
7454
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007455#: builtin/ls-tree.c:28
7456msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
7457msgstr "git ls-tree [<опции>] <указатель-дерева> [<путь>…]"
7458
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02007459#: builtin/ls-tree.c:128
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007460msgid "only show trees"
7461msgstr "выводить только деревья"
7462
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02007463#: builtin/ls-tree.c:130
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007464msgid "recurse into subtrees"
7465msgstr "проходить рекурсивно в поддеревья"
7466
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02007467#: builtin/ls-tree.c:132
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007468msgid "show trees when recursing"
7469msgstr "выводить деревья при рекурсивном проходе"
7470
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02007471#: builtin/ls-tree.c:135
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007472msgid "terminate entries with NUL byte"
7473msgstr "разделять записи с помощью НУЛЕВОГО байта"
7474
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02007475#: builtin/ls-tree.c:136
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007476msgid "include object size"
7477msgstr "включить размер объекта"
7478
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02007479#: builtin/ls-tree.c:138 builtin/ls-tree.c:140
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007480msgid "list only filenames"
7481msgstr "выводить только имена файлов"
7482
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02007483#: builtin/ls-tree.c:143
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007484msgid "use full path names"
7485msgstr "использовать полные пути"
7486
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02007487#: builtin/ls-tree.c:145
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007488msgid "list entire tree; not just current directory (implies --full-name)"
7489msgstr "вывести полное дерево; не только текущий каталог (включает в себя --full-name)"
7490
7491#: builtin/merge.c:45
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02007492msgid "git merge [<options>] [<commit>...]"
7493msgstr "git merge [<опции>] [<коммит>…]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007494
7495#: builtin/merge.c:46
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02007496msgid "git merge [<options>] <msg> HEAD <commit>"
7497msgstr "git merge [<опции>] <сообщение> HEAD <коммит>"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007498
7499#: builtin/merge.c:47
7500msgid "git merge --abort"
7501msgstr "git merge --abort"
7502
7503#: builtin/merge.c:100
7504msgid "switch `m' requires a value"
7505msgstr "при указании параметра «m» требуется указать значение"
7506
7507#: builtin/merge.c:137
7508#, c-format
7509msgid "Could not find merge strategy '%s'.\n"
7510msgstr "Не удалось найти стратегию слияния «%s».\n"
7511
7512#: builtin/merge.c:138
7513#, c-format
7514msgid "Available strategies are:"
7515msgstr "Доступные стратегии:"
7516
7517#: builtin/merge.c:143
7518#, c-format
7519msgid "Available custom strategies are:"
7520msgstr "Доступные пользовательские стратегии:"
7521
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007522#: builtin/merge.c:193 builtin/pull.c:123
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007523msgid "do not show a diffstat at the end of the merge"
7524msgstr "не выводить статистику изменений после окончания слияния"
7525
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007526#: builtin/merge.c:196 builtin/pull.c:126
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007527msgid "show a diffstat at the end of the merge"
7528msgstr "вывести статистику изменений после окончания слияния"
7529
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007530#: builtin/merge.c:197 builtin/pull.c:129
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007531msgid "(synonym to --stat)"
7532msgstr "(синоним для --stat)"
7533
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007534#: builtin/merge.c:199 builtin/pull.c:132
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007535msgid "add (at most <n>) entries from shortlog to merge commit message"
7536msgstr "добавить (максимум <n>) записей из короткого журнала в сообщение коммита у слияния"
7537
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007538#: builtin/merge.c:202 builtin/pull.c:135
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007539msgid "create a single commit instead of doing a merge"
7540msgstr "создать один коммит, вместо выполнения слияния"
7541
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007542#: builtin/merge.c:204 builtin/pull.c:138
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007543msgid "perform a commit if the merge succeeds (default)"
7544msgstr "сделать коммит, если слияние прошло успешно (по умолчанию)"
7545
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007546#: builtin/merge.c:206 builtin/pull.c:141
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007547msgid "edit message before committing"
7548msgstr "отредактировать сообщение перед выполнением коммита"
7549
7550#: builtin/merge.c:207
7551msgid "allow fast-forward (default)"
7552msgstr "разрешить перемотку вперед (по умолчанию)"
7553
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007554#: builtin/merge.c:209 builtin/pull.c:147
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007555msgid "abort if fast-forward is not possible"
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007556msgstr "отменить выполнение слияния, если перемотка вперед невозможна"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007557
7558#: builtin/merge.c:213
7559msgid "Verify that the named commit has a valid GPG signature"
7560msgstr "Проверить, что указанный коммит имеет верную электронную подпись GPG"
7561
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007562#: builtin/merge.c:214 builtin/notes.c:770 builtin/pull.c:152
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03007563#: builtin/revert.c:89
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007564msgid "strategy"
7565msgstr "стратегия"
7566
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007567#: builtin/merge.c:215 builtin/pull.c:153
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007568msgid "merge strategy to use"
7569msgstr "используемая стратегия слияния"
7570
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007571#: builtin/merge.c:216 builtin/pull.c:156
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007572msgid "option=value"
7573msgstr "опция=значение"
7574
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007575#: builtin/merge.c:217 builtin/pull.c:157
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007576msgid "option for selected merge strategy"
7577msgstr "опции для выбранной стратегии слияния"
7578
7579#: builtin/merge.c:219
7580msgid "merge commit message (for a non-fast-forward merge)"
7581msgstr "сообщение коммита для слияния (для слияния без перемотки вперед)"
7582
7583#: builtin/merge.c:223
7584msgid "abort the current in-progress merge"
7585msgstr "отменить выполнение происходящего слияния"
7586
7587#: builtin/merge.c:251
7588msgid "could not run stash."
7589msgstr "не удалось выполнить stash."
7590
7591#: builtin/merge.c:256
7592msgid "stash failed"
7593msgstr "сбой при выполнении stash"
7594
7595#: builtin/merge.c:261
7596#, c-format
7597msgid "not a valid object: %s"
7598msgstr "неправильный объект: %s"
7599
7600#: builtin/merge.c:280 builtin/merge.c:297
7601msgid "read-tree failed"
7602msgstr "сбой при выполнении read-tree"
7603
7604#: builtin/merge.c:327
7605msgid " (nothing to squash)"
7606msgstr " (нечего уплотнять)"
7607
7608#: builtin/merge.c:340
7609#, c-format
7610msgid "Squash commit -- not updating HEAD\n"
7611msgstr "Уплотнение коммита — не обновляя HEAD\n"
7612
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007613#: builtin/merge.c:344 builtin/merge.c:764 builtin/merge.c:976
7614#: builtin/merge.c:989
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03007615#, c-format
7616msgid "Could not write to '%s'"
7617msgstr "Не удалось записать в «%s»"
7618
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007619#: builtin/merge.c:372
7620msgid "Writing SQUASH_MSG"
7621msgstr "Запись SQUASH_MSG"
7622
7623#: builtin/merge.c:374
7624msgid "Finishing SQUASH_MSG"
7625msgstr "Завершение SQUASH_MSG"
7626
7627#: builtin/merge.c:397
7628#, c-format
7629msgid "No merge message -- not updating HEAD\n"
7630msgstr "Нет сообщения слияния — не обновляем HEAD\n"
7631
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007632#: builtin/merge.c:448
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007633#, c-format
7634msgid "'%s' does not point to a commit"
7635msgstr "«%s» не указывает на коммит"
7636
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007637#: builtin/merge.c:538
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007638#, c-format
7639msgid "Bad branch.%s.mergeoptions string: %s"
7640msgstr "Неправильная строка branch.%s.mergeoptions: %s"
7641
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007642#: builtin/merge.c:657
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007643msgid "Not handling anything other than two heads merge."
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007644msgstr "Не обрабатываю ничего, кроме слияния двух указателей на ветки."
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007645
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007646#: builtin/merge.c:671
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007647#, c-format
7648msgid "Unknown option for merge-recursive: -X%s"
7649msgstr "Неизвестный параметр merge-recursive: -X%s"
7650
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007651#: builtin/merge.c:684
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007652#, c-format
7653msgid "unable to write %s"
7654msgstr "не удалось записать %s"
7655
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007656#: builtin/merge.c:773
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007657#, c-format
7658msgid "Could not read from '%s'"
7659msgstr "Не удалось прочесть из «%s»"
7660
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007661#: builtin/merge.c:782
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007662#, c-format
7663msgid "Not committing merge; use 'git commit' to complete the merge.\n"
7664msgstr "Не выполняю коммит слияния; используйте «git commit» для завершения слияния.\n"
7665
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007666#: builtin/merge.c:788
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007667#, c-format
7668msgid ""
7669"Please enter a commit message to explain why this merge is necessary,\n"
7670"especially if it merges an updated upstream into a topic branch.\n"
7671"\n"
7672"Lines starting with '%c' will be ignored, and an empty message aborts\n"
7673"the commit.\n"
7674msgstr "Пожалуйста, введите сообщение коммита, для объяснения, зачем нужно\nэто слияние, особенно, если это слияние обновленной вышестоящей\nветки в тематическую ветку.\n\nСтроки, начинающиеся с «%c» будут проигнорированы, а пустое\nсообщение отменяет процесс коммита.\n"
7675
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007676#: builtin/merge.c:812
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007677msgid "Empty commit message."
7678msgstr "Пустое сообщение коммита."
7679
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007680#: builtin/merge.c:824
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007681#, c-format
7682msgid "Wonderful.\n"
7683msgstr "Прекрасно.\n"
7684
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007685#: builtin/merge.c:879
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007686#, c-format
7687msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
7688msgstr "Не удалось провести автоматическое слияние; исправьте конфликты и сделайте коммит результата.\n"
7689
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007690#: builtin/merge.c:895
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007691#, c-format
7692msgid "'%s' is not a commit"
7693msgstr "«%s» не является коммитом"
7694
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007695#: builtin/merge.c:936
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007696msgid "No current branch."
7697msgstr "Нет текущей ветки."
7698
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007699#: builtin/merge.c:938
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007700msgid "No remote for the current branch."
7701msgstr "У текущей ветки нет внешнего репозитория."
7702
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007703#: builtin/merge.c:940
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007704msgid "No default upstream defined for the current branch."
7705msgstr "Для текущей ветки не указана вышестоящая ветка по умолчанию."
7706
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007707#: builtin/merge.c:945
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007708#, c-format
7709msgid "No remote-tracking branch for %s from %s"
7710msgstr "Не указана внешняя отслеживаемая ветка для %s на %s"
7711
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007712#: builtin/merge.c:1080
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03007713#, c-format
7714msgid "could not close '%s'"
7715msgstr "не удалось закрыть «%s»"
7716
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007717#: builtin/merge.c:1207
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007718msgid "There is no merge to abort (MERGE_HEAD missing)."
7719msgstr "Нет слияния, которое можно отменить (отсутствует файл MERGE_HEAD)."
7720
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007721#: builtin/merge.c:1223
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007722msgid ""
7723"You have not concluded your merge (MERGE_HEAD exists).\n"
7724"Please, commit your changes before you merge."
7725msgstr "Вы не завершили слияние (присутствует файл MERGE_HEAD).\nВыполните коммит ваших изменений, перед слиянием."
7726
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007727#: builtin/merge.c:1230
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007728msgid ""
7729"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
7730"Please, commit your changes before you merge."
7731msgstr "Вы не завершили отбор лучшего (присутствует файл CHERRY_PICK_HEAD).\nПожалуйста, выполните коммит ваших изменений, перед слиянием."
7732
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007733#: builtin/merge.c:1233
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007734msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
7735msgstr "Вы не завершили отбор лучшего (присутствует файл CHERRY_PICK_HEAD)."
7736
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007737#: builtin/merge.c:1242
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007738msgid "You cannot combine --squash with --no-ff."
7739msgstr "Нельзя использовать одновременно --squash и --no-ff."
7740
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007741#: builtin/merge.c:1250
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007742msgid "No commit specified and merge.defaultToUpstream not set."
7743msgstr "Коммит не указан и параметр merge.defaultToUpstream не установлен."
7744
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007745#: builtin/merge.c:1267
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007746msgid "Squash commit into empty head not supported yet"
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007747msgstr "Уплотнение коммита в пустую ветку еще не поддерживается"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007748
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007749#: builtin/merge.c:1269
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007750msgid "Non-fast-forward commit does not make sense into an empty head"
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007751msgstr "Коммит, не являющийся перемоткой вперед, нет смысла делать в пустую ветку."
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007752
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007753#: builtin/merge.c:1275
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007754#, c-format
7755msgid "%s - not something we can merge"
7756msgstr "%s не является тем, что можно слить"
7757
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007758#: builtin/merge.c:1277
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03007759msgid "Can merge only exactly one commit into empty head"
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007760msgstr "Можно только один коммит в пустую ветку."
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03007761
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007762#: builtin/merge.c:1332
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007763#, c-format
7764msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
7765msgstr "Коммит %s содержит не доверенную GPG подпись, предположительно от %s."
7766
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007767#: builtin/merge.c:1335
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007768#, c-format
7769msgid "Commit %s has a bad GPG signature allegedly by %s."
7770msgstr "Коммит %s содержит плохую GPG подпись, предположительно от %s."
7771
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007772#: builtin/merge.c:1338
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007773#, c-format
7774msgid "Commit %s does not have a GPG signature."
7775msgstr "Коммит %s не содержит GPG подпись."
7776
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007777#: builtin/merge.c:1341
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007778#, c-format
7779msgid "Commit %s has a good GPG signature by %s\n"
7780msgstr "Коммит %s содержит действительную GPG подпись, от %s.\n"
7781
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007782#: builtin/merge.c:1424
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007783#, c-format
7784msgid "Updating %s..%s\n"
7785msgstr "Обновление %s..%s\n"
7786
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007787#: builtin/merge.c:1461
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007788#, c-format
7789msgid "Trying really trivial in-index merge...\n"
7790msgstr "Попытка тривиального слияния в индексе…\n"
7791
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007792#: builtin/merge.c:1468
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007793#, c-format
7794msgid "Nope.\n"
7795msgstr "Не вышло.\n"
7796
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007797#: builtin/merge.c:1500
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007798msgid "Not possible to fast-forward, aborting."
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007799msgstr "Перемотка вперед невозможна, отмена."
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007800
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007801#: builtin/merge.c:1523 builtin/merge.c:1602
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007802#, c-format
7803msgid "Rewinding the tree to pristine...\n"
7804msgstr "Перемотка дерева к исходному состоянию…\n"
7805
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007806#: builtin/merge.c:1527
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007807#, c-format
7808msgid "Trying merge strategy %s...\n"
7809msgstr "Попытка слияния с помощью стратегии %s…\n"
7810
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007811#: builtin/merge.c:1593
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007812#, c-format
7813msgid "No merge strategy handled the merge.\n"
7814msgstr "Ни одна стратегия слияния не обработала слияние.\n"
7815
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007816#: builtin/merge.c:1595
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007817#, c-format
7818msgid "Merge with strategy %s failed.\n"
7819msgstr "Сбой при слиянии с помощью стратегии %s.\n"
7820
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007821#: builtin/merge.c:1604
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007822#, c-format
7823msgid "Using the %s to prepare resolving by hand.\n"
7824msgstr "Использую %s для подготовки ручного разрешения конфликтов.\n"
7825
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007826#: builtin/merge.c:1616
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007827#, c-format
7828msgid "Automatic merge went well; stopped before committing as requested\n"
7829msgstr "Автоматическое слияние прошло успешно; как и запрашивали, остановлено перед выполнением коммита\n"
7830
7831#: builtin/merge-base.c:29
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02007832msgid "git merge-base [-a | --all] <commit> <commit>..."
7833msgstr "git merge-base [-a | --all] <коммит> <коммит>…"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007834
7835#: builtin/merge-base.c:30
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02007836msgid "git merge-base [-a | --all] --octopus <commit>..."
7837msgstr "git merge-base [-a | --all] --octopus <коммит>…"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007838
7839#: builtin/merge-base.c:31
7840msgid "git merge-base --independent <commit>..."
7841msgstr "git merge-base --independent <коммит>…"
7842
7843#: builtin/merge-base.c:32
7844msgid "git merge-base --is-ancestor <commit> <commit>"
7845msgstr "git merge-base --is-ancestor <коммит> <коммит>"
7846
7847#: builtin/merge-base.c:33
7848msgid "git merge-base --fork-point <ref> [<commit>]"
7849msgstr "git merge-base --fork-point <ссылка> [<коммит>]"
7850
7851#: builtin/merge-base.c:214
7852msgid "output all common ancestors"
7853msgstr "вывести всех общих предков"
7854
7855#: builtin/merge-base.c:216
7856msgid "find ancestors for a single n-way merge"
7857msgstr "вывести предков для одного многоходового слияния"
7858
7859#: builtin/merge-base.c:218
7860msgid "list revs not reachable from others"
7861msgstr "вывести список ревизий, которые не достижимы из друг друга"
7862
7863#: builtin/merge-base.c:220
7864msgid "is the first one ancestor of the other?"
7865msgstr "является первым предком второго указанного коммита?"
7866
7867#: builtin/merge-base.c:222
7868msgid "find where <commit> forked from reflog of <ref>"
7869msgstr "найти журнале ссылок <ссылка> где именно <коммит> разветвился"
7870
7871#: builtin/merge-file.c:8
7872msgid ""
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02007873"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
7874"<orig-file> <file2>"
7875msgstr "git merge-file [<опции>] [-L имя1 [-L orig [-L имя2]]] <файл1> <ориг-файл> <файл2>"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007876
7877#: builtin/merge-file.c:33
7878msgid "send results to standard output"
7879msgstr "вывести результат на стандартный вывод"
7880
7881#: builtin/merge-file.c:34
7882msgid "use a diff3 based merge"
7883msgstr "использовать diff3 слияние"
7884
7885#: builtin/merge-file.c:35
7886msgid "for conflicts, use our version"
7887msgstr "при возникновении конфликтов, использовать нашу версию"
7888
7889#: builtin/merge-file.c:37
7890msgid "for conflicts, use their version"
7891msgstr "при возникновении конфликтов, использовать их версию"
7892
7893#: builtin/merge-file.c:39
7894msgid "for conflicts, use a union version"
7895msgstr "при возникновении конфликтов, использовать обе версии"
7896
7897#: builtin/merge-file.c:42
7898msgid "for conflicts, use this marker size"
7899msgstr "при возникновении конфликтов, использовать этот размер маркера"
7900
7901#: builtin/merge-file.c:43
7902msgid "do not warn about conflicts"
7903msgstr "не предупреждать о конфликтах"
7904
7905#: builtin/merge-file.c:45
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02007906msgid "set labels for file1/orig-file/file2"
7907msgstr "установить метки для файл1/ориг-файл/файл2"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007908
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007909#: builtin/mktree.c:65
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007910msgid "git mktree [-z] [--missing] [--batch]"
7911msgstr "git mktree [-z] [--missing] [--batch]"
7912
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007913#: builtin/mktree.c:152
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007914msgid "input is NUL terminated"
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007915msgstr "ввод отделённый НУЛЕВЫМИ символами"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007916
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007917#: builtin/mktree.c:153 builtin/write-tree.c:24
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007918msgid "allow missing objects"
7919msgstr "допустить отсутствие объектов"
7920
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007921#: builtin/mktree.c:154
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007922msgid "allow creation of more than one tree"
7923msgstr "допустить создание более одного дерева"
7924
7925#: builtin/mv.c:15
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02007926msgid "git mv [<options>] <source>... <destination>"
7927msgstr "git mv [<опции>] <источник>… <назначение>"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007928
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007929#: builtin/mv.c:70
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007930#, c-format
7931msgid "Directory %s is in index and no submodule?"
7932msgstr "Каталог %s в индексе и не является подмодулем?"
7933
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007934#: builtin/mv.c:72
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007935msgid "Please stage your changes to .gitmodules or stash them to proceed"
7936msgstr "Чтобы продолжить, проиндексируйте или спрячьте ваши изменения в файле .gitmodules"
7937
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007938#: builtin/mv.c:90
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007939#, c-format
7940msgid "%.*s is in index"
7941msgstr "%.*s в индесе"
7942
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007943#: builtin/mv.c:112
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007944msgid "force move/rename even if target exists"
7945msgstr "принудительно перемещать/переименовать, даже если цель существует"
7946
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007947#: builtin/mv.c:113
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007948msgid "skip move/rename errors"
7949msgstr "пропускать ошибки при перемещении/переименовании"
7950
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007951#: builtin/mv.c:152
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007952#, c-format
7953msgid "destination '%s' is not a directory"
7954msgstr "целевой путь «%s» не является каталогом"
7955
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007956#: builtin/mv.c:163
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007957#, c-format
7958msgid "Checking rename of '%s' to '%s'\n"
7959msgstr "Проверка переименования из «%s» в «%s»\n"
7960
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007961#: builtin/mv.c:167
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007962msgid "bad source"
7963msgstr "плохой источник"
7964
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007965#: builtin/mv.c:170
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007966msgid "can not move directory into itself"
7967msgstr "нельзя переместить каталог в самого себя"
7968
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007969#: builtin/mv.c:173
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007970msgid "cannot move directory over file"
7971msgstr "нельзя переместить каталог в файл"
7972
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007973#: builtin/mv.c:182
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007974msgid "source directory is empty"
7975msgstr "исходный каталог пуст"
7976
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007977#: builtin/mv.c:207
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007978msgid "not under version control"
7979msgstr "не под версионным контролем"
7980
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007981#: builtin/mv.c:210
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007982msgid "destination exists"
7983msgstr "целевой путь уже существует"
7984
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007985#: builtin/mv.c:218
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007986#, c-format
7987msgid "overwriting '%s'"
7988msgstr "перезапись «%s»"
7989
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007990#: builtin/mv.c:221
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007991msgid "Cannot overwrite"
7992msgstr "Не удалось перезаписать"
7993
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007994#: builtin/mv.c:224
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007995msgid "multiple sources for the same target"
7996msgstr "несколько источников для одного целевого пути"
7997
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02007998#: builtin/mv.c:226
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02007999msgid "destination directory does not exist"
8000msgstr "целевой каталог не существует"
8001
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008002#: builtin/mv.c:233
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008003#, c-format
8004msgid "%s, source=%s, destination=%s"
8005msgstr "%s, откуда=%s, куда=%s"
8006
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008007#: builtin/mv.c:254
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008008#, c-format
8009msgid "Renaming %s to %s\n"
8010msgstr "Переименование %s в %s\n"
8011
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008012#: builtin/mv.c:257 builtin/remote.c:714 builtin/repack.c:365
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008013#, c-format
8014msgid "renaming '%s' failed"
8015msgstr "сбой при переименовании «%s»"
8016
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02008017#: builtin/name-rev.c:251
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02008018msgid "git name-rev [<options>] <commit>..."
8019msgstr "git name-rev [<опции>] <коммит>…"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008020
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02008021#: builtin/name-rev.c:252
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02008022msgid "git name-rev [<options>] --all"
8023msgstr "git name-rev [<опции>] --all"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008024
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02008025#: builtin/name-rev.c:253
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02008026msgid "git name-rev [<options>] --stdin"
8027msgstr "git name-rev [<опции>] --stdin"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008028
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02008029#: builtin/name-rev.c:305
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008030msgid "print only names (no SHA-1)"
8031msgstr "выводить только имена (без SHA-1)"
8032
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02008033#: builtin/name-rev.c:306
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008034msgid "only use tags to name the commits"
8035msgstr "использовать только метки для именования коммитов"
8036
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02008037#: builtin/name-rev.c:308
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008038msgid "only use refs matching <pattern>"
8039msgstr "использовать только ссылки, соответствующие <шаблону> "
8040
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02008041#: builtin/name-rev.c:310
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008042msgid "list all commits reachable from all refs"
8043msgstr "вывести список всех коммитов, достижимых со всех ссылок"
8044
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02008045#: builtin/name-rev.c:311
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008046msgid "read from stdin"
8047msgstr "прочитать из стандартного ввода"
8048
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02008049#: builtin/name-rev.c:312
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008050msgid "allow to print `undefined` names (default)"
8051msgstr "разрешить вывод «undefined», если не найдено (по умолчанию)"
8052
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02008053#: builtin/name-rev.c:318
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008054msgid "dereference tags in the input (internal use)"
8055msgstr "разыменовывать введенные метки (для внутреннего использования)"
8056
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008057#: builtin/notes.c:25
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02008058msgid "git notes [--ref <notes-ref>] [list [<object>]]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008059msgstr "git notes [--ref <ссылка-на-заметку>] [list [<объект>]]"
8060
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008061#: builtin/notes.c:26
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008062msgid ""
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02008063"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file>"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008064" | (-c | -C) <object>] [<object>]"
8065msgstr "git notes [--ref <ссылка-на-заметку>] add [-f] [--allow-empty] [-m <сообщение> | -F <файл> | (-c | -C) <объект>] [<объект>]"
8066
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008067#: builtin/notes.c:27
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02008068msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008069msgstr "git notes [--ref <ссылка-на-заметку>] copy [-f] <из-объекта> <в-объект>"
8070
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008071#: builtin/notes.c:28
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008072msgid ""
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02008073"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> |"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008074" (-c | -C) <object>] [<object>]"
8075msgstr "git notes [--ref <ссылка-на-заметку>] append [--allow-empty] [-m <сообщение> | -F <файл> | (-c | -C) <объект>] [<объект>]"
8076
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008077#: builtin/notes.c:29
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02008078msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008079msgstr "git notes [--ref <ссылка-на-заметку>] edit [--allow-empty] [<объект>]"
8080
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008081#: builtin/notes.c:30
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02008082msgid "git notes [--ref <notes-ref>] show [<object>]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008083msgstr "git notes [--ref <ссылка-на-заметку>] show [<объект>]"
8084
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008085#: builtin/notes.c:31
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008086msgid ""
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02008087"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
8088msgstr "git notes [--ref <ссылка-на-заметку>] merge [-v | -q] [-s <стратегия>] <ссылка-на-заметку>"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008089
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008090#: builtin/notes.c:32
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008091msgid "git notes merge --commit [-v | -q]"
8092msgstr "git notes merge --commit [-v | -q]"
8093
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008094#: builtin/notes.c:33
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008095msgid "git notes merge --abort [-v | -q]"
8096msgstr "git notes merge --abort [-v | -q]"
8097
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008098#: builtin/notes.c:34
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02008099msgid "git notes [--ref <notes-ref>] remove [<object>...]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008100msgstr "git notes [--ref <ссылка-на-заметку>] remove [<объект>…]"
8101
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008102#: builtin/notes.c:35
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02008103msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008104msgstr "git notes [--ref <ссылка-на-заметку>] prune [-n | -v]"
8105
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008106#: builtin/notes.c:36
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02008107msgid "git notes [--ref <notes-ref>] get-ref"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008108msgstr "git notes [--ref <ссылка-на-заметку>] get-ref"
8109
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008110#: builtin/notes.c:41
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008111msgid "git notes [list [<object>]]"
8112msgstr "git notes [list [<объект>]]"
8113
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008114#: builtin/notes.c:46
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008115msgid "git notes add [<options>] [<object>]"
8116msgstr "git notes add [<опции>] [<объект>]"
8117
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008118#: builtin/notes.c:51
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008119msgid "git notes copy [<options>] <from-object> <to-object>"
8120msgstr "git notes copy [<опции>] <из-объекта> <в-объект>"
8121
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008122#: builtin/notes.c:52
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008123msgid "git notes copy --stdin [<from-object> <to-object>]..."
8124msgstr "git notes copy --stdin [<из-объекта> <в-объект>]…"
8125
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008126#: builtin/notes.c:57
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008127msgid "git notes append [<options>] [<object>]"
8128msgstr "git notes append [<опции>] [<объект>]"
8129
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008130#: builtin/notes.c:62
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008131msgid "git notes edit [<object>]"
8132msgstr "git notes edit [<объект>]"
8133
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008134#: builtin/notes.c:67
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008135msgid "git notes show [<object>]"
8136msgstr "git notes show [<объект>]"
8137
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008138#: builtin/notes.c:72
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02008139msgid "git notes merge [<options>] <notes-ref>"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008140msgstr "git notes merge [<опции>] <ссылка-на-заметку>"
8141
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008142#: builtin/notes.c:73
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008143msgid "git notes merge --commit [<options>]"
8144msgstr "git notes merge --commit [<опции>]"
8145
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008146#: builtin/notes.c:74
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008147msgid "git notes merge --abort [<options>]"
8148msgstr "git notes merge --abort [<опции>]"
8149
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008150#: builtin/notes.c:79
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008151msgid "git notes remove [<object>]"
8152msgstr "git notes remove [<опции>]"
8153
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008154#: builtin/notes.c:84
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008155msgid "git notes prune [<options>]"
8156msgstr "git notes prune [<опции>]"
8157
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008158#: builtin/notes.c:89
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008159msgid "git notes get-ref"
8160msgstr "git notes get-ref"
8161
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008162#: builtin/notes.c:147
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008163#, c-format
8164msgid "unable to start 'show' for object '%s'"
8165msgstr "не удалось запустить «show» для объекта «%s»"
8166
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008167#: builtin/notes.c:151
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008168msgid "could not read 'show' output"
8169msgstr "не удалось прочитать вывод «show»"
8170
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008171#: builtin/notes.c:159
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008172#, c-format
8173msgid "failed to finish 'show' for object '%s'"
8174msgstr "не удалось завершить «show» для объекта «%s»"
8175
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02008176#: builtin/notes.c:174 builtin/tag.c:248
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008177#, c-format
8178msgid "could not create file '%s'"
8179msgstr "не удалось создать файл «%s»"
8180
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008181#: builtin/notes.c:193
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008182msgid "Please supply the note contents using either -m or -F option"
8183msgstr "Пожалуйста, укажите содержимое заметки, используя опцию -m или -F"
8184
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008185#: builtin/notes.c:202
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008186msgid "unable to write note object"
8187msgstr "не удалось записать объект заметки"
8188
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008189#: builtin/notes.c:204
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008190#, c-format
8191msgid "The note contents have been left in %s"
8192msgstr "Содержимое заметки осталось в %s"
8193
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02008194#: builtin/notes.c:232 builtin/tag.c:440
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008195#, c-format
8196msgid "cannot read '%s'"
8197msgstr "не удалось прочитать «%s»"
8198
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02008199#: builtin/notes.c:234 builtin/tag.c:443
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008200#, c-format
8201msgid "could not open or read '%s'"
8202msgstr "не удалось открыть или прочитать «%s»"
8203
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008204#: builtin/notes.c:253 builtin/notes.c:304 builtin/notes.c:306
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008205#: builtin/notes.c:369 builtin/notes.c:424 builtin/notes.c:510
8206#: builtin/notes.c:515 builtin/notes.c:593 builtin/notes.c:656
8207#: builtin/notes.c:880 builtin/tag.c:456
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008208#, c-format
8209msgid "Failed to resolve '%s' as a valid ref."
8210msgstr "Не удалось разрешить «%s» как ссылку."
8211
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008212#: builtin/notes.c:256
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008213#, c-format
8214msgid "Failed to read object '%s'."
8215msgstr "Не удалось прочитать объект «%s»."
8216
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008217#: builtin/notes.c:260
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008218#, c-format
8219msgid "Cannot read note data from non-blob object '%s'."
8220msgstr "Не удалось прочитать данные заметки из недвоичного объекта «%s»."
8221
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008222#: builtin/notes.c:362 builtin/notes.c:417 builtin/notes.c:493
8223#: builtin/notes.c:505 builtin/notes.c:581 builtin/notes.c:649
8224#: builtin/notes.c:945
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008225msgid "too many parameters"
8226msgstr "передано слишком много параметров"
8227
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008228#: builtin/notes.c:375 builtin/notes.c:662
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008229#, c-format
8230msgid "No note found for object %s."
8231msgstr "Не найдена заметка для объекта %s."
8232
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008233#: builtin/notes.c:396 builtin/notes.c:559
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008234msgid "note contents as a string"
8235msgstr "текстовое содержимое заметки"
8236
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008237#: builtin/notes.c:399 builtin/notes.c:562
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008238msgid "note contents in a file"
8239msgstr "содержимое заметки в файле"
8240
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008241#: builtin/notes.c:402 builtin/notes.c:565
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008242msgid "reuse and edit specified note object"
8243msgstr "использовать и отредактировать указанный объект заметки"
8244
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008245#: builtin/notes.c:405 builtin/notes.c:568
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008246msgid "reuse specified note object"
8247msgstr "использовать указанный объект заметки"
8248
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008249#: builtin/notes.c:408 builtin/notes.c:571
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008250msgid "allow storing empty note"
8251msgstr "разрешить сохранение пустой заметки"
8252
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008253#: builtin/notes.c:409 builtin/notes.c:480
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008254msgid "replace existing notes"
8255msgstr "заменить существующие заметки"
8256
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008257#: builtin/notes.c:434
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008258#, c-format
8259msgid ""
8260"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
8261"existing notes"
8262msgstr "Не удалось добавить заметку. Найдена существующая заметка у объекта %s. Используйте параметр «-f» для перезаписи существующих заметок."
8263
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008264#: builtin/notes.c:449 builtin/notes.c:528
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008265#, c-format
8266msgid "Overwriting existing notes for object %s\n"
8267msgstr "Перезапись существующих заметок у объекта %s\n"
8268
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008269#: builtin/notes.c:460 builtin/notes.c:621 builtin/notes.c:885
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008270#, c-format
8271msgid "Removing note for object %s\n"
8272msgstr "Удаление заметки у объекта %s\n"
8273
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008274#: builtin/notes.c:481
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008275msgid "read objects from stdin"
8276msgstr "прочитать объекты из стандартного ввода"
8277
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008278#: builtin/notes.c:483
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008279msgid "load rewriting config for <command> (implies --stdin)"
8280msgstr "загрузить настройки перезаписи для команды <команда> (включает в себя --stdin)"
8281
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008282#: builtin/notes.c:501
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008283msgid "too few parameters"
8284msgstr "передано слишком мало параметров"
8285
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008286#: builtin/notes.c:522
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008287#, c-format
8288msgid ""
8289"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite"
8290" existing notes"
8291msgstr "Не удалось скопировать заметку. Найдена существующая заметка у объекта %s. Используйте параметр «-f» для перезаписи существующих заметок."
8292
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008293#: builtin/notes.c:534
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008294#, c-format
8295msgid "Missing notes on source object %s. Cannot copy."
8296msgstr "Нет заметок у исходного объекта %s. Нельзя скопировать."
8297
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008298#: builtin/notes.c:586
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008299#, c-format
8300msgid ""
8301"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
8302"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
8303msgstr "Опции -m/-F/-c/-C для подкоманды «edit» устарели.\nИспользуйте вместо них «git notes add -f -m/-F/-c/-C».\n"
8304
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008305#: builtin/notes.c:767
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008306msgid "General options"
8307msgstr "Общие опции"
8308
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008309#: builtin/notes.c:769
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008310msgid "Merge options"
8311msgstr "Опции слияния"
8312
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008313#: builtin/notes.c:771
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008314msgid ""
8315"resolve notes conflicts using the given strategy "
8316"(manual/ours/theirs/union/cat_sort_uniq)"
8317msgstr "разрешить конфликты заметок с помощью указанной стратегии (manual/ours/theirs/union/cat_sort_uniq)"
8318
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008319#: builtin/notes.c:773
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008320msgid "Committing unmerged notes"
8321msgstr "Коммит не слитых заметок"
8322
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008323#: builtin/notes.c:775
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008324msgid "finalize notes merge by committing unmerged notes"
8325msgstr "завершить слияние заметок коммитом не слитых заметок"
8326
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008327#: builtin/notes.c:777
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008328msgid "Aborting notes merge resolution"
8329msgstr "Отмена разрешения слияния заметок"
8330
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008331#: builtin/notes.c:779
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008332msgid "abort notes merge"
8333msgstr "отменить слияние заметок"
8334
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008335#: builtin/notes.c:856
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008336#, c-format
8337msgid "A notes merge into %s is already in-progress at %s"
8338msgstr "Слияние заметок в %s уже выполняется на %s"
8339
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008340#: builtin/notes.c:883
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008341#, c-format
8342msgid "Object %s has no note\n"
8343msgstr "У объекта %s нет заметки\n"
8344
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008345#: builtin/notes.c:895
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008346msgid "attempt to remove non-existent note is not an error"
8347msgstr "попытка удаления несуществующей заметки не является ошибкой"
8348
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008349#: builtin/notes.c:898
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008350msgid "read object names from the standard input"
8351msgstr "прочитать имена объектов из стандартного ввода"
8352
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008353#: builtin/notes.c:979
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008354msgid "notes-ref"
8355msgstr "ссылка-на-заметку"
8356
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008357#: builtin/notes.c:980
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02008358msgid "use notes from <notes-ref>"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008359msgstr "использовать заметку из <ссылка-на-заметку>"
8360
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008361#: builtin/notes.c:1015 builtin/remote.c:1626
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008362#, c-format
8363msgid "Unknown subcommand: %s"
8364msgstr "Неизвестная подкоманда: %s"
8365
8366#: builtin/pack-objects.c:28
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008367msgid ""
8368"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
8369msgstr "git pack-objects --stdout [<опции>…] [< <список-ссылок> | < <список-объектов>]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008370
8371#: builtin/pack-objects.c:29
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008372msgid ""
8373"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
8374msgstr "git pack-objects [<опции>…] <имя-базы> [< <список-ссылок> | < <список-объектов>]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008375
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02008376#: builtin/pack-objects.c:175 builtin/pack-objects.c:178
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008377#, c-format
8378msgid "deflate error (%d)"
8379msgstr "ошибка сжатия (%d)"
8380
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008381#: builtin/pack-objects.c:772
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008382msgid "Writing objects"
8383msgstr "Запись объектов"
8384
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008385#: builtin/pack-objects.c:1012
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008386msgid "disabling bitmap writing, as some objects are not being packed"
8387msgstr "отключение записи битовых карт, так как некоторые объекты не были упакованы"
8388
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008389#: builtin/pack-objects.c:2172
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008390msgid "Compressing objects"
8391msgstr "Сжатие объектов"
8392
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008393#: builtin/pack-objects.c:2558
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008394#, c-format
8395msgid "unsupported index version %s"
8396msgstr "неподдерживаемая версия индекса %s"
8397
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008398#: builtin/pack-objects.c:2562
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008399#, c-format
8400msgid "bad index version '%s'"
8401msgstr "плохая версия индекса «%s»"
8402
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008403#: builtin/pack-objects.c:2592
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008404msgid "do not show progress meter"
8405msgstr "не выводить прогресс выполнения"
8406
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008407#: builtin/pack-objects.c:2594
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008408msgid "show progress meter"
8409msgstr "показать прогресс выполнения"
8410
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008411#: builtin/pack-objects.c:2596
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008412msgid "show progress meter during object writing phase"
8413msgstr "показать прогресс выполнения во время записи объектов"
8414
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008415#: builtin/pack-objects.c:2599
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008416msgid "similar to --all-progress when progress meter is shown"
8417msgstr "похоже на --all-progress при включенном прогрессе выполнения"
8418
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008419#: builtin/pack-objects.c:2600
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008420msgid "version[,offset]"
8421msgstr "версия[,смещение]"
8422
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008423#: builtin/pack-objects.c:2601
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008424msgid "write the pack index file in the specified idx format version"
8425msgstr "записать файл индекса пакета в указанной версии формата"
8426
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008427#: builtin/pack-objects.c:2604
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008428msgid "maximum size of each output pack file"
8429msgstr "максимальный размер каждого выходного файла пакета"
8430
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008431#: builtin/pack-objects.c:2606
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008432msgid "ignore borrowed objects from alternate object store"
8433msgstr "игнорировать чужие объекты, взятые из альтернативного хранилища объектов"
8434
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008435#: builtin/pack-objects.c:2608
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008436msgid "ignore packed objects"
8437msgstr "игнорировать упакованные объекты"
8438
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008439#: builtin/pack-objects.c:2610
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008440msgid "limit pack window by objects"
8441msgstr "ограничить окно пакета по количеству объектов"
8442
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008443#: builtin/pack-objects.c:2612
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008444msgid "limit pack window by memory in addition to object limit"
8445msgstr "дополнительно к количеству объектов ограничить окно пакета по памяти"
8446
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008447#: builtin/pack-objects.c:2614
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008448msgid "maximum length of delta chain allowed in the resulting pack"
8449msgstr "максимальная разрешенная длина цепочки дельт в результирующем пакете"
8450
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008451#: builtin/pack-objects.c:2616
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008452msgid "reuse existing deltas"
8453msgstr "использовать повторно существующие дельты"
8454
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008455#: builtin/pack-objects.c:2618
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008456msgid "reuse existing objects"
8457msgstr "использовать повторно существующие объекты"
8458
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008459#: builtin/pack-objects.c:2620
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008460msgid "use OFS_DELTA objects"
8461msgstr "использовать объекты OFS_DELTA"
8462
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008463#: builtin/pack-objects.c:2622
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008464msgid "use threads when searching for best delta matches"
8465msgstr "использовать многопоточность при поиске лучших совпадений дельт"
8466
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008467#: builtin/pack-objects.c:2624
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008468msgid "do not create an empty pack output"
8469msgstr "не создавать пустые выходные пакеты"
8470
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008471#: builtin/pack-objects.c:2626
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008472msgid "read revision arguments from standard input"
8473msgstr "прочитать аргументы редакций из стандартного ввода"
8474
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008475#: builtin/pack-objects.c:2628
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008476msgid "limit the objects to those that are not yet packed"
8477msgstr "ограничиться объектами, которые еще не упакованы"
8478
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008479#: builtin/pack-objects.c:2631
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008480msgid "include objects reachable from any reference"
8481msgstr "включить объекты, которые достижимы по любой из ссылок"
8482
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008483#: builtin/pack-objects.c:2634
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008484msgid "include objects referred by reflog entries"
8485msgstr "включить объекты, на которые ссылаются записи журнала ссылок"
8486
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008487#: builtin/pack-objects.c:2637
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008488msgid "include objects referred to by the index"
8489msgstr "включить объекты, на которые ссылается индекс"
8490
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008491#: builtin/pack-objects.c:2640
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008492msgid "output pack to stdout"
8493msgstr "вывести пакет на стандартный вывод"
8494
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008495#: builtin/pack-objects.c:2642
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008496msgid "include tag objects that refer to objects to be packed"
8497msgstr "включить объекты меток, которые ссылаются на упаковываемые объекты"
8498
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008499#: builtin/pack-objects.c:2644
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008500msgid "keep unreachable objects"
8501msgstr "сохранять ссылки на недоступные объекты"
8502
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008503#: builtin/pack-objects.c:2645 parse-options.h:142
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008504msgid "time"
8505msgstr "время"
8506
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008507#: builtin/pack-objects.c:2646
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008508msgid "unpack unreachable objects newer than <time>"
8509msgstr "распаковать недоступные объекты, которые новее, чем <время>"
8510
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008511#: builtin/pack-objects.c:2649
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008512msgid "create thin packs"
8513msgstr "создавать тонкие пакеты"
8514
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008515#: builtin/pack-objects.c:2651
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008516msgid "create packs suitable for shallow fetches"
8517msgstr "создавать пакеты, подходящие для частичных извлечений"
8518
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008519#: builtin/pack-objects.c:2653
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008520msgid "ignore packs that have companion .keep file"
8521msgstr "игнорировать пакеты, рядом с которыми лежит .keep файл"
8522
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008523#: builtin/pack-objects.c:2655
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008524msgid "pack compression level"
8525msgstr "уровень сжатия пакета"
8526
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008527#: builtin/pack-objects.c:2657
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008528msgid "do not hide commits by grafts"
8529msgstr "не скрывать коммиты сращениями"
8530
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008531#: builtin/pack-objects.c:2659
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008532msgid "use a bitmap index if available to speed up counting objects"
8533msgstr "по возможности использовать индекс в битовых картах, для ускорения подсчета объектов"
8534
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008535#: builtin/pack-objects.c:2661
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008536msgid "write a bitmap index together with the pack index"
8537msgstr "запись индекса в битовых картах вместе с индексом пакета"
8538
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008539#: builtin/pack-objects.c:2752
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008540msgid "Counting objects"
8541msgstr "Подсчет объектов"
8542
8543#: builtin/pack-refs.c:6
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02008544msgid "git pack-refs [<options>]"
8545msgstr "git pack-refs [<опции>]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008546
8547#: builtin/pack-refs.c:14
8548msgid "pack everything"
8549msgstr "паковать всё"
8550
8551#: builtin/pack-refs.c:15
8552msgid "prune loose refs (default)"
8553msgstr "почистить слабые ссылки (по умолчанию)"
8554
8555#: builtin/prune-packed.c:7
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02008556msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
8557msgstr "git prune-packed [-n | --dry-run] [-q | --quiet]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008558
8559#: builtin/prune-packed.c:40
8560msgid "Removing duplicate objects"
8561msgstr "Удаление дублирующихся объектов"
8562
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03008563#: builtin/prune.c:11
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008564msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
8565msgstr "git prune [-n] [-v] [--expire <время>] [--] [<имя-ветки>…]"
8566
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02008567#: builtin/prune.c:105 builtin/worktree.c:124
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008568msgid "do not remove, show only"
8569msgstr "не удалять, только показать список"
8570
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02008571#: builtin/prune.c:106 builtin/worktree.c:125
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008572msgid "report pruned objects"
8573msgstr "вывести список удаленных объектов"
8574
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02008575#: builtin/prune.c:109 builtin/worktree.c:127
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008576msgid "expire objects older than <time>"
8577msgstr "удалить объекты старее чем <дата-окончания>"
8578
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02008579#: builtin/prune.c:123
8580msgid "cannot prune in a precious-objects repo"
8581msgstr "нельзя почистить неиспользуемые объекты в precious-objects репозитории"
8582
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008583#: builtin/pull.c:72
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02008584msgid "git pull [<options>] [<repository> [<refspec>...]]"
8585msgstr "git pull [<опции>] [<репозиторий> [<спецификация-ссылки>…]]"
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008586
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008587#: builtin/pull.c:117
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008588msgid "Options related to merging"
8589msgstr "Опции, связанные со слиянием"
8590
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008591#: builtin/pull.c:120
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008592msgid "incorporate changes by rebasing rather than merging"
8593msgstr "забрать изменения с помощью перебазирования, а не слияния"
8594
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008595#: builtin/pull.c:144 builtin/revert.c:105
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008596msgid "allow fast-forward"
8597msgstr "разрешить перемотку вперед"
8598
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008599#: builtin/pull.c:150
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008600msgid "verify that the named commit has a valid GPG signature"
8601msgstr "проверить, что указанный коммит имеет верную электронную подпись GPG"
8602
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008603#: builtin/pull.c:164
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008604msgid "Options related to fetching"
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008605msgstr "Опции, связанные с извлечением изменений"
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008606
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008607#: builtin/pull.c:186
8608msgid "number of submodules pulled in parallel"
8609msgstr "количество подмодулей, которые будут получены парралельно"
8610
8611#: builtin/pull.c:275
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008612#, c-format
8613msgid "Invalid value for pull.ff: %s"
8614msgstr "Неправильное значение для pull.ff: %s"
8615
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008616#: builtin/pull.c:359
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008617msgid "Cannot pull with rebase: You have unstaged changes."
8618msgstr "Не удалось получить с перемещением: У вас есть непроиндексированные изменения."
8619
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008620#: builtin/pull.c:365
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008621msgid "Additionally, your index contains uncommitted changes."
8622msgstr "К тому же, в вашем индексе есть незакоммиченные изменения."
8623
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008624#: builtin/pull.c:367
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008625msgid "Cannot pull with rebase: Your index contains uncommitted changes."
8626msgstr "Не удалось получить с перемещением: В вашем индексе есть незакоммиченные изменения."
8627
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008628#: builtin/pull.c:443
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008629msgid ""
8630"There is no candidate for rebasing against among the refs that you just "
8631"fetched."
8632msgstr "Нет претендентов для перемещения среди ссылок, которые вы только что получили."
8633
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008634#: builtin/pull.c:445
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008635msgid ""
8636"There are no candidates for merging among the refs that you just fetched."
8637msgstr "Нет претендентов для слияния среди ссылок, которые вы только что получили."
8638
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008639#: builtin/pull.c:446
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008640msgid ""
8641"Generally this means that you provided a wildcard refspec which had no\n"
8642"matches on the remote end."
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008643msgstr "Обычно это означает, что вы передали спецификацию ссылки с помощью шаблона и этот шаблон ни с чем не совпал на внешнем репозитории."
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008644
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008645#: builtin/pull.c:449
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008646#, c-format
8647msgid ""
8648"You asked to pull from the remote '%s', but did not specify\n"
8649"a branch. Because this is not the default configured remote\n"
8650"for your current branch, you must specify a branch on the command line."
8651msgstr "Вы попросили получить изменения со внешнего репозитория «%s», но не указали ветку. Так как это не репозиторий по умолчанию для вашей текущей ветки, вы должны указать ветку в командной строке."
8652
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008653#: builtin/pull.c:454
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008654msgid "You are not currently on a branch."
8655msgstr "Вы сейчас ни на одной из веток."
8656
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008657#: builtin/pull.c:456 builtin/pull.c:471
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008658msgid "Please specify which branch you want to rebase against."
8659msgstr "Пожалуйста, укажите на какую ветку вы хотите переместить изменения."
8660
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008661#: builtin/pull.c:458 builtin/pull.c:473
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008662msgid "Please specify which branch you want to merge with."
8663msgstr "Пожалуйста, укажите с какой веткой вы хотите слить изменения."
8664
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008665#: builtin/pull.c:459 builtin/pull.c:474
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008666msgid "See git-pull(1) for details."
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008667msgstr "Для дополнительной информации, смотрите git-pull(1)."
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008668
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008669#: builtin/pull.c:469
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008670msgid "There is no tracking information for the current branch."
8671msgstr "У текущей ветки нет информации об отслеживании."
8672
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008673#: builtin/pull.c:478
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008674#, c-format
8675msgid ""
8676"If you wish to set tracking information for this branch you can do so with:\n"
8677"\n"
8678" git branch --set-upstream-to=%s/<branch> %s\n"
8679msgstr "Если вы хотите указать информацию о отслеживаемой ветке, выполните:\n\n git branch --set-upstream-to=%s/<branch> %s\n"
8680
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008681#: builtin/pull.c:483
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008682#, c-format
8683msgid ""
8684"Your configuration specifies to merge with the ref '%s'\n"
8685"from the remote, but no such ref was fetched."
8686msgstr "Ваша конфигурация указывает, что нужно слить изменения со ссылкой\n«%s» из внешнего репозитория, но такая ссылка не была получена."
8687
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008688#: builtin/pull.c:841
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008689msgid "Updating an unborn branch with changes added to the index."
8690msgstr "Обновление еще не начавшейся ветки с изменениями, добавленными в индекс."
8691
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008692#: builtin/pull.c:870
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008693#, c-format
8694msgid ""
8695"fetch updated the current branch head.\n"
8696"fast-forwarding your working tree from\n"
8697"commit %s."
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008698msgstr "извлечение обновило указатель на вашу текущую ветку.\nперемотка вашего рабочего каталога\nс коммита %s."
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008699
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008700#: builtin/pull.c:875
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008701#, c-format
8702msgid ""
8703"Cannot fast-forward your working tree.\n"
8704"After making sure that you saved anything precious from\n"
8705"$ git diff %s\n"
8706"output, run\n"
8707"$ git reset --hard\n"
8708"to recover."
8709msgstr "Не удалось перемотать вперёд изменения в вашем рабочем каталоге.\nПосле того, как вы убедитесь, что вы сохранили всё необходимое из вывода\n$ git diff %s\n, запустите\n$ git reset --hard\nдля восстановления исходного состояния."
8710
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008711#: builtin/pull.c:890
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008712msgid "Cannot merge multiple branches into empty head."
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008713msgstr "Нельзя слить несколько веток в пустой указатель на ветку."
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008714
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008715#: builtin/pull.c:894
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008716msgid "Cannot rebase onto multiple branches."
8717msgstr "Невозможно переместить над несколькими ветками."
8718
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02008719#: builtin/push.c:16
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008720msgid "git push [<options>] [<repository> [<refspec>...]]"
8721msgstr "git push [<опции>] [<репозиторий> [<спецификация-ссылки>…]]"
8722
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008723#: builtin/push.c:89
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008724msgid "tag shorthand without <tag>"
8725msgstr "указано сокращение tag, но не указана сама <метка>"
8726
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008727#: builtin/push.c:99
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008728msgid "--delete only accepts plain target ref names"
8729msgstr "опция --delete принимает только простые целевые имена ссылок"
8730
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008731#: builtin/push.c:143
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008732msgid ""
8733"\n"
8734"To choose either option permanently, see push.default in 'git help config'."
8735msgstr "\nЧтобы выбрать любую из опций на постоянной основе, смотрите push.default в «git help config»."
8736
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008737#: builtin/push.c:146
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008738#, c-format
8739msgid ""
8740"The upstream branch of your current branch does not match\n"
8741"the name of your current branch. To push to the upstream branch\n"
8742"on the remote, use\n"
8743"\n"
8744" git push %s HEAD:%s\n"
8745"\n"
8746"To push to the branch of the same name on the remote, use\n"
8747"\n"
8748" git push %s %s\n"
8749"%s"
8750msgstr "Имя вышестоящей ветки и вашей текущей ветки различаются. Чтобы отправить изменения в вышестоящую ветку на внешнем репозитории, используйте:\n\n git push %s HEAD:%s\n\nЧтобы отправить изменения в ветку с таким же именем на внешнем репозитории, используйте:\n\n git push %s %s\n%s"
8751
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008752#: builtin/push.c:161
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008753#, c-format
8754msgid ""
8755"You are not currently on a branch.\n"
8756"To push the history leading to the current (detached HEAD)\n"
8757"state now, use\n"
8758"\n"
8759" git push %s HEAD:<name-of-remote-branch>\n"
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008760msgstr "Вы сейчас не находитесь ни на одной из веток.\nЧтобы отправить историю, ведущую к текущему (отделённый HEAD) состоянию, используйте\n\n git push %s HEAD:<имя-внешней-ветки>\n"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008761
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008762#: builtin/push.c:175
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008763#, c-format
8764msgid ""
8765"The current branch %s has no upstream branch.\n"
8766"To push the current branch and set the remote as upstream, use\n"
8767"\n"
8768" git push --set-upstream %s %s\n"
8769msgstr "Текущая ветка %s не имеет вышестоящей ветки.\nЧтобы отправить текущую ветку и установить внешнюю ветку как вышестоящую для этой ветки, используйте\n\n git push --set-upstream %s %s\n"
8770
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008771#: builtin/push.c:183
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008772#, c-format
8773msgid ""
8774"The current branch %s has multiple upstream branches, refusing to push."
8775msgstr "Ваша текущая ветка %s имеет несколько вышестоящих веток, отказ в отправке изменений."
8776
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008777#: builtin/push.c:186
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008778#, c-format
8779msgid ""
8780"You are pushing to remote '%s', which is not the upstream of\n"
8781"your current branch '%s', without telling me what to push\n"
8782"to update which remote branch."
8783msgstr "Вы сейчас отправляете изменения на внешний репозиторий «%s», который не является вышестоящим для вашей текущей ветки «%s», без указания того, что отправлять и в какую внешнюю ветку."
8784
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008785#: builtin/push.c:242
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008786msgid "You didn't specify any refspecs to push, and push.default is \"nothing\"."
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02008787msgstr "Вы не указали спецификацию ссылки для отправки, а push.default указан как «nothing»."
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008788
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008789#: builtin/push.c:249
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008790msgid ""
8791"Updates were rejected because the tip of your current branch is behind\n"
8792"its remote counterpart. Integrate the remote changes (e.g.\n"
8793"'git pull ...') before pushing again.\n"
8794"See the 'Note about fast-forwards' in 'git push --help' for details."
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008795msgstr "Обновления были отклонены, так как верхушка вашей текущей ветки\nпозади ее внешней части. Заберите и слейте внешние изменения \n(например, с помощью «git pull …») перед повторной попыткой отправки\nизменений.\nДля дополнительной информации, смотрите «Note about fast-forwards»\nв «git push --help»."
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008796
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008797#: builtin/push.c:255
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008798msgid ""
8799"Updates were rejected because a pushed branch tip is behind its remote\n"
8800"counterpart. Check out this branch and integrate the remote changes\n"
8801"(e.g. 'git pull ...') before pushing again.\n"
8802"See the 'Note about fast-forwards' in 'git push --help' for details."
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008803msgstr "Обновления были отклонены, так как верхушка отправляемой ветки\nпозади ее внешней части. Переключитесь на ветку и заберите внешние\nизменения (например, с помощью «git pull …») перед повторной\nпопыткой отправки изменений.\nДля дополнительной информации, смотрите «Note about fast-forwards»\nв «git push --help»."
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008804
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008805#: builtin/push.c:261
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008806msgid ""
8807"Updates were rejected because the remote contains work that you do\n"
8808"not have locally. This is usually caused by another repository pushing\n"
8809"to the same ref. You may want to first integrate the remote changes\n"
8810"(e.g., 'git pull ...') before pushing again.\n"
8811"See the 'Note about fast-forwards' in 'git push --help' for details."
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008812msgstr "Обновления были отклонены, так как внешний репозиторий содержит\nизменения, которых у вас нет в вашем локальном репозитории.\nОбычно, это связанно с тем, что кто-то уже отправил изменения в \nто же место. Перед повторной отправкой ваших изменений, вам нужно\nзабрать и слить изменения из внешнего репозитория себе\n(например, с помощью «git pull …»).\nДля дополнительной информации, смотрите «Note about fast-forwards»\nв «git push --help»."
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008813
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008814#: builtin/push.c:268
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008815msgid "Updates were rejected because the tag already exists in the remote."
8816msgstr "Обновления были отклонены, так как метка уже существует во внешнем репозитории."
8817
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008818#: builtin/push.c:271
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008819msgid ""
8820"You cannot update a remote ref that points at a non-commit object,\n"
8821"or update a remote ref to make it point at a non-commit object,\n"
8822"without using the '--force' option.\n"
8823msgstr "Вы не можете обновить внешнюю ссылку, которая указывает на объект, не являющийся коммитом или обновить внешнюю ссылку так, чтобы она указывала на объект, не являющийся коммитом, без указания опции «--force».\n"
8824
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008825#: builtin/push.c:331
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008826#, c-format
8827msgid "Pushing to %s\n"
8828msgstr "Отправка в %s\n"
8829
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008830#: builtin/push.c:335
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008831#, c-format
8832msgid "failed to push some refs to '%s'"
8833msgstr "не удалось отправить некоторые ссылки в «%s»"
8834
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008835#: builtin/push.c:365
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008836#, c-format
8837msgid "bad repository '%s'"
8838msgstr "плохой репозитория «%s»"
8839
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008840#: builtin/push.c:366
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008841msgid ""
8842"No configured push destination.\n"
8843"Either specify the URL from the command-line or configure a remote repository using\n"
8844"\n"
8845" git remote add <name> <url>\n"
8846"\n"
8847"and then push using the remote name\n"
8848"\n"
8849" git push <name>\n"
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008850msgstr "Не настроена точка назначения для отправки.\nЛибо укажите URL с помощью командной строки, либо настройте внешний репозиторий с помощью\n\n git remote add <имя> <адрес>\n\nа затем отправьте изменения с помощью имени внешнего репозитория\n\n git push <имя>\n"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008851
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008852#: builtin/push.c:381
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008853msgid "--all and --tags are incompatible"
8854msgstr "--all и --tags нельзя использовать одновременно"
8855
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008856#: builtin/push.c:382
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008857msgid "--all can't be combined with refspecs"
8858msgstr "--all нельзя использовать вместе со спецификациями ссылок"
8859
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008860#: builtin/push.c:387
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008861msgid "--mirror and --tags are incompatible"
8862msgstr "--mirror и --tags нельзя использовать одновременно"
8863
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008864#: builtin/push.c:388
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008865msgid "--mirror can't be combined with refspecs"
8866msgstr "--mirror нельзя использовать вместе со спецификациями ссылок"
8867
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008868#: builtin/push.c:393
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008869msgid "--all and --mirror are incompatible"
8870msgstr "--all и --mirror нельзя использовать одновременно"
8871
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008872#: builtin/push.c:505
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008873msgid "repository"
8874msgstr "репозиторий"
8875
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008876#: builtin/push.c:506 builtin/send-pack.c:161
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008877msgid "push all refs"
8878msgstr "отправить все ссылки"
8879
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008880#: builtin/push.c:507 builtin/send-pack.c:163
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008881msgid "mirror all refs"
8882msgstr "сделать зеркало всех ссылок"
8883
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008884#: builtin/push.c:509
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008885msgid "delete refs"
8886msgstr "удалить ссылки"
8887
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008888#: builtin/push.c:510
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008889msgid "push tags (can't be used with --all or --mirror)"
8890msgstr "отправить метки (нельзя использовать вместе с --all или --mirror)"
8891
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008892#: builtin/push.c:513 builtin/send-pack.c:164
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008893msgid "force updates"
8894msgstr "принудительное обновление"
8895
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008896#: builtin/push.c:515 builtin/send-pack.c:175
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008897msgid "refname>:<expect"
8898msgstr "имя-ссылки>:<ожидается"
8899
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008900#: builtin/push.c:516 builtin/send-pack.c:176
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008901msgid "require old value of ref to be at this value"
8902msgstr "требовать, чтобы старое значение ссылки было ожидаемым"
8903
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008904#: builtin/push.c:519
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008905msgid "control recursive pushing of submodules"
8906msgstr "управление рекурсивной отправкой подмодулей"
8907
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008908#: builtin/push.c:521 builtin/send-pack.c:169
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008909msgid "use thin pack"
8910msgstr "использовать тонкие пакеты"
8911
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008912#: builtin/push.c:522 builtin/push.c:523 builtin/send-pack.c:158
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008913#: builtin/send-pack.c:159
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008914msgid "receive pack program"
8915msgstr "путь к программе упаковки на сервере"
8916
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008917#: builtin/push.c:524
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008918msgid "set upstream for git pull/status"
8919msgstr "установить вышестоящую ветку для git pull/status"
8920
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008921#: builtin/push.c:527
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008922msgid "prune locally removed refs"
8923msgstr "почистить локально удаленные ссылки"
8924
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008925#: builtin/push.c:529
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008926msgid "bypass pre-push hook"
8927msgstr "пропустить перехватчик перед-отправкой"
8928
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008929#: builtin/push.c:530
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008930msgid "push missing but relevant tags"
8931msgstr "отправить пропущенные, но нужные метки"
8932
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008933#: builtin/push.c:533 builtin/send-pack.c:166
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008934msgid "GPG sign the push"
8935msgstr "подписать отправку с помощью GPG"
8936
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008937#: builtin/push.c:535 builtin/send-pack.c:170
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02008938msgid "request atomic transaction on remote side"
8939msgstr "запросить выполнение атомарной транзакции на внешней стороне"
8940
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008941#: builtin/push.c:549
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008942msgid "--delete is incompatible with --all, --mirror and --tags"
8943msgstr "--delete несовместимо с --all, --mirror и --tags"
8944
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02008945#: builtin/push.c:551
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008946msgid "--delete doesn't make sense without any refs"
8947msgstr "--delete не имеет смысла без указания ссылок"
8948
8949#: builtin/read-tree.c:37
8950msgid ""
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008951"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>)"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008952" [-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] "
8953"[--index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03008954msgstr "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<префикс>) [-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--index-output=<файл>] (--empty | <указатель-дерева-1> [<указатель-дерева-2> [<указатель-дерева-3>]])"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02008955
8956#: builtin/read-tree.c:110
8957msgid "write resulting index to <file>"
8958msgstr "записать результирующий индекс в <файл>"
8959
8960#: builtin/read-tree.c:113
8961msgid "only empty the index"
8962msgstr "просто очистить индекс"
8963
8964#: builtin/read-tree.c:115
8965msgid "Merging"
8966msgstr "Слияние"
8967
8968#: builtin/read-tree.c:117
8969msgid "perform a merge in addition to a read"
8970msgstr "выполнить слияние в дополнение к чтению"
8971
8972#: builtin/read-tree.c:119
8973msgid "3-way merge if no file level merging required"
8974msgstr "трехходовое слияние, если не требуется слияние на уровне файлов"
8975
8976#: builtin/read-tree.c:121
8977msgid "3-way merge in presence of adds and removes"
8978msgstr "трехходовое слияние в случае присутствия добавлений или удалений файлов"
8979
8980#: builtin/read-tree.c:123
8981msgid "same as -m, but discard unmerged entries"
8982msgstr "тоже, что и -m, но отменяет изменения не слитых записей"
8983
8984#: builtin/read-tree.c:124
8985msgid "<subdirectory>/"
8986msgstr "<подкаталог>/"
8987
8988#: builtin/read-tree.c:125
8989msgid "read the tree into the index under <subdirectory>/"
8990msgstr "прочитать дерево в индекс в <подкаталог>/"
8991
8992#: builtin/read-tree.c:128
8993msgid "update working tree with merge result"
8994msgstr "обновить рабочий каталог результатом слияния"
8995
8996#: builtin/read-tree.c:130
8997msgid "gitignore"
8998msgstr "gitignore"
8999
9000#: builtin/read-tree.c:131
9001msgid "allow explicitly ignored files to be overwritten"
9002msgstr "разрешить перезапись явно игнорируемых файлов"
9003
9004#: builtin/read-tree.c:134
9005msgid "don't check the working tree after merging"
9006msgstr "не проверять рабочий каталог после слияния"
9007
9008#: builtin/read-tree.c:135
9009msgid "don't update the index or the work tree"
9010msgstr "не обновлять индекс или рабочий каталог"
9011
9012#: builtin/read-tree.c:137
9013msgid "skip applying sparse checkout filter"
9014msgstr "пропустить применение фильтра частичного перехода"
9015
9016#: builtin/read-tree.c:139
9017msgid "debug unpack-trees"
9018msgstr "отладка unpack-trees"
9019
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009020#: builtin/reflog.c:423
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009021#, c-format
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03009022msgid "'%s' for '%s' is not a valid timestamp"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009023msgstr "«%s» для «%s» не является допустимой меткой даты/времени"
9024
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009025#: builtin/reflog.c:540 builtin/reflog.c:545
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009026#, c-format
9027msgid "'%s' is not a valid timestamp"
9028msgstr "«%s» не является допустимой меткой даты/времени"
9029
9030#: builtin/remote.c:12
9031msgid "git remote [-v | --verbose]"
9032msgstr "git remote [-v | --verbose]"
9033
9034#: builtin/remote.c:13
9035msgid ""
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02009036"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] "
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009037"[--mirror=<fetch|push>] <name> <url>"
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02009038msgstr "git remote add [-t <ветка>] [-m <мастер-ветка>] [-f] [--tags | --no-tags] [--mirror=<fetch|push>] <имя> <адрес>"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009039
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009040#: builtin/remote.c:14 builtin/remote.c:34
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009041msgid "git remote rename <old> <new>"
9042msgstr "git remote rename <старое-название> <новое-название>"
9043
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009044#: builtin/remote.c:15 builtin/remote.c:39
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009045msgid "git remote remove <name>"
9046msgstr "git remote remove <имя>"
9047
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009048#: builtin/remote.c:16 builtin/remote.c:44
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02009049msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
9050msgstr "git remote set-head <имя> (-a | --auto | -d | --delete | <ветка>)"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009051
9052#: builtin/remote.c:17
9053msgid "git remote [-v | --verbose] show [-n] <name>"
9054msgstr "git remote [-v | --verbose] show [-n] <имя>"
9055
9056#: builtin/remote.c:18
9057msgid "git remote prune [-n | --dry-run] <name>"
9058msgstr "git remote prune [-n | --dry-run] <имя>"
9059
9060#: builtin/remote.c:19
9061msgid ""
9062"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
9063msgstr "git remote [-v | --verbose] update [-p | --prune] [(<группа> | <имя-внешнего-репозитория>)…]"
9064
9065#: builtin/remote.c:20
9066msgid "git remote set-branches [--add] <name> <branch>..."
9067msgstr "git remote set-branches [--add] <имя> <ветка>…"
9068
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009069#: builtin/remote.c:21 builtin/remote.c:70
9070msgid "git remote get-url [--push] [--all] <name>"
9071msgstr "git remote get-url [--push] [--all] <имя>"
9072
9073#: builtin/remote.c:22 builtin/remote.c:75
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009074msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
9075msgstr "git remote set-url [--push] <имя> <новый-url> [<старый-url>]"
9076
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009077#: builtin/remote.c:23 builtin/remote.c:76
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009078msgid "git remote set-url --add <name> <newurl>"
9079msgstr "git remote set-url --add <имя> <новый-url>"
9080
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009081#: builtin/remote.c:24 builtin/remote.c:77
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009082msgid "git remote set-url --delete <name> <url>"
9083msgstr "git remote set-url --delete <имя> <url>"
9084
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009085#: builtin/remote.c:29
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009086msgid "git remote add [<options>] <name> <url>"
9087msgstr "git remote add [<опции>] <имя> <url>"
9088
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009089#: builtin/remote.c:49
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009090msgid "git remote set-branches <name> <branch>..."
9091msgstr "git remote set-branches <имя> <ветка>…"
9092
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009093#: builtin/remote.c:50
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009094msgid "git remote set-branches --add <name> <branch>..."
9095msgstr "git remote set-branches --add <имя> <ветка>…"
9096
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009097#: builtin/remote.c:55
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009098msgid "git remote show [<options>] <name>"
9099msgstr "git remote show [<опции>] <имя>"
9100
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009101#: builtin/remote.c:60
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009102msgid "git remote prune [<options>] <name>"
9103msgstr "git remote prune [<опции>] <имя>"
9104
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009105#: builtin/remote.c:65
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009106msgid "git remote update [<options>] [<group> | <remote>]..."
9107msgstr "git remote update [<опции>] [<группа> | <имя-внешнего-репозитория>]…"
9108
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009109#: builtin/remote.c:94
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009110#, c-format
9111msgid "Updating %s"
9112msgstr "Обновление %s"
9113
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009114#: builtin/remote.c:126
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009115msgid ""
9116"--mirror is dangerous and deprecated; please\n"
9117"\t use --mirror=fetch or --mirror=push instead"
9118msgstr "ключ --mirror небезопасен и не рекомендуется к использованию;\nиспользуйте вместо него --mirror=fetch или --mirror=push"
9119
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009120#: builtin/remote.c:143
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009121#, c-format
9122msgid "unknown mirror argument: %s"
9123msgstr "неизвестный аргумент для mirror: %s"
9124
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009125#: builtin/remote.c:159
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009126msgid "fetch the remote branches"
9127msgstr "извлечь внешние ветки"
9128
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009129#: builtin/remote.c:161
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009130msgid "import all tags and associated objects when fetching"
9131msgstr "импортировать все метки и ассоциированные объекты при извлечении"
9132
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009133#: builtin/remote.c:164
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009134msgid "or do not fetch any tag at all (--no-tags)"
9135msgstr "или не извлекать метки вообще (--no-tags)"
9136
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009137#: builtin/remote.c:166
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009138msgid "branch(es) to track"
9139msgstr "отслеживаемые ветки"
9140
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009141#: builtin/remote.c:167
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009142msgid "master branch"
9143msgstr "мастер ветка"
9144
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009145#: builtin/remote.c:168
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009146msgid "push|fetch"
9147msgstr "push|fetch"
9148
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009149#: builtin/remote.c:169
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009150msgid "set up remote as a mirror to push to or fetch from"
9151msgstr "настроить внешний репозиторий как зеркало для отправки или извлечения изменений"
9152
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009153#: builtin/remote.c:181
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009154msgid "specifying a master branch makes no sense with --mirror"
9155msgstr "указание мастер ветки не имеет смысла с параметром --mirror"
9156
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009157#: builtin/remote.c:183
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009158msgid "specifying branches to track makes sense only with fetch mirrors"
9159msgstr "указание отслеживаемых веток имеет смысл только при зеркальном извлечении"
9160
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009161#: builtin/remote.c:190 builtin/remote.c:633
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009162#, c-format
9163msgid "remote %s already exists."
9164msgstr "внешний репозиторий %s уже существует"
9165
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009166#: builtin/remote.c:194 builtin/remote.c:637
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009167#, c-format
9168msgid "'%s' is not a valid remote name"
9169msgstr "«%s» не является допустимым именем внешнего репозитория."
9170
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009171#: builtin/remote.c:234
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009172#, c-format
9173msgid "Could not setup master '%s'"
9174msgstr "Не удалось настроить мастер ветку «%s»"
9175
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009176#: builtin/remote.c:336
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009177#, c-format
9178msgid "Could not get fetch map for refspec %s"
9179msgstr "Не удалось извлечь карту для спецификации ссылки %s"
9180
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009181#: builtin/remote.c:437 builtin/remote.c:445
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009182msgid "(matching)"
9183msgstr "(соответствующая)"
9184
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009185#: builtin/remote.c:449
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009186msgid "(delete)"
9187msgstr "(удаленная)"
9188
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009189#: builtin/remote.c:626 builtin/remote.c:761 builtin/remote.c:858
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009190#, c-format
9191msgid "No such remote: %s"
9192msgstr "Нет такого внешнего репозитория: %s"
9193
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009194#: builtin/remote.c:643
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009195#, c-format
9196msgid "Could not rename config section '%s' to '%s'"
9197msgstr "Не удалось переименовать секцию конфигурации с «%s» на «%s»"
9198
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009199#: builtin/remote.c:663
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009200#, c-format
9201msgid ""
9202"Not updating non-default fetch refspec\n"
9203"\t%s\n"
9204"\tPlease update the configuration manually if necessary."
9205msgstr "Не обновляю нестандартную спецификацию ссылки для извлечения\n\t%s\n\tПожалуйста, если требуется, обновите конфигурацию вручную."
9206
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009207#: builtin/remote.c:699
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009208#, c-format
9209msgid "deleting '%s' failed"
9210msgstr "не удалось удалить «%s»"
9211
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009212#: builtin/remote.c:733
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009213#, c-format
9214msgid "creating '%s' failed"
9215msgstr "не удалось создать «%s»"
9216
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009217#: builtin/remote.c:796
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009218msgid ""
9219"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
9220"to delete it, use:"
9221msgid_plural ""
9222"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
9223"to delete them, use:"
9224msgstr[0] "Примечание: Некоторые ветки вне иерархии refs/remotes/ не будут удалены;\nчтобы удалить их, используйте:"
9225msgstr[1] "Примечание: Некоторые ветки вне иерархии refs/remotes/ не будут удалены;\nчтобы удалить их, используйте:"
9226msgstr[2] "Примечание: Некоторые ветки вне иерархии refs/remotes/ не будут удалены;\nчтобы удалить их, используйте:"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03009227msgstr[3] "Примечание: Некоторые ветки вне иерархии refs/remotes/ не будут удалены;\nчтобы удалить их, используйте:"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009228
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009229#: builtin/remote.c:810
9230#, c-format
9231msgid "Could not remove config section '%s'"
9232msgstr "Не удалось удалить секцию файла конфигурации «%s»"
9233
9234#: builtin/remote.c:911
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009235#, c-format
9236msgid " new (next fetch will store in remotes/%s)"
9237msgstr " новая (следующее извлечение сохранит ее в remotes/%s)"
9238
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009239#: builtin/remote.c:914
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009240msgid " tracked"
9241msgstr " отслеживается"
9242
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009243#: builtin/remote.c:916
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009244msgid " stale (use 'git remote prune' to remove)"
9245msgstr " недействительна (используйте «git remote prune», чтобы удалить)"
9246
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009247#: builtin/remote.c:918
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009248msgid " ???"
9249msgstr " ???"
9250
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009251#: builtin/remote.c:959
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009252#, c-format
9253msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
9254msgstr "неправильный параметр конфигурации branch.%s.merge; невозможно переместить более чем над 1 веткой"
9255
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009256#: builtin/remote.c:967
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009257#, c-format
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009258msgid "rebases interactively onto remote %s"
9259msgstr "перемещается интерактивно над внешней веткой %s"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009260
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009261#: builtin/remote.c:971
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009262#, c-format
9263msgid " merges with remote %s"
9264msgstr " будет слита с внешней веткой %s"
9265
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009266#: builtin/remote.c:972
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009267msgid " and with remote"
9268msgstr " и с внешней веткой"
9269
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009270#: builtin/remote.c:974
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009271#, c-format
9272msgid "merges with remote %s"
9273msgstr "будет слита с внешней веткой %s"
9274
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009275#: builtin/remote.c:975
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009276msgid " and with remote"
9277msgstr " и с внешней веткой"
9278
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009279#: builtin/remote.c:1021
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009280msgid "create"
9281msgstr "создана"
9282
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009283#: builtin/remote.c:1024
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009284msgid "delete"
9285msgstr "удалена"
9286
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009287#: builtin/remote.c:1028
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009288msgid "up to date"
9289msgstr "уже актуальна"
9290
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009291#: builtin/remote.c:1031
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009292msgid "fast-forwardable"
9293msgstr "возможна перемотка вперед"
9294
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009295#: builtin/remote.c:1034
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009296msgid "local out of date"
9297msgstr "локальная ветка устарела"
9298
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009299#: builtin/remote.c:1041
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009300#, c-format
9301msgid " %-*s forces to %-*s (%s)"
9302msgstr " %-*s будет принудительно отправлена в %-*s (%s)"
9303
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009304#: builtin/remote.c:1044
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009305#, c-format
9306msgid " %-*s pushes to %-*s (%s)"
9307msgstr " %-*s будет отправлена в %-*s (%s)"
9308
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009309#: builtin/remote.c:1048
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009310#, c-format
9311msgid " %-*s forces to %s"
9312msgstr " %-*s будет принудительно отправлена в %s"
9313
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009314#: builtin/remote.c:1051
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009315#, c-format
9316msgid " %-*s pushes to %s"
9317msgstr " %-*s будет отправлена в %s"
9318
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009319#: builtin/remote.c:1119
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009320msgid "do not query remotes"
9321msgstr "не опрашивать внешние репозитории"
9322
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009323#: builtin/remote.c:1146
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009324#, c-format
9325msgid "* remote %s"
9326msgstr "* внешний репозиторий %s"
9327
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009328#: builtin/remote.c:1147
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009329#, c-format
9330msgid " Fetch URL: %s"
9331msgstr " URL для извлечения: %s"
9332
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009333#: builtin/remote.c:1148 builtin/remote.c:1299
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009334msgid "(no URL)"
9335msgstr "(нет URL)"
9336
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009337#: builtin/remote.c:1157 builtin/remote.c:1159
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009338#, c-format
9339msgid " Push URL: %s"
9340msgstr " URL для отправки: %s"
9341
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009342#: builtin/remote.c:1161 builtin/remote.c:1163 builtin/remote.c:1165
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009343#, c-format
9344msgid " HEAD branch: %s"
9345msgstr " HEAD ветка: %s"
9346
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009347#: builtin/remote.c:1167
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009348#, c-format
9349msgid " HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
9350msgstr " HEAD ветка (HEAD внешнего репозитория неоднозначный, может быть одним из):\n"
9351
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009352#: builtin/remote.c:1179
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009353#, c-format
9354msgid " Remote branch:%s"
9355msgid_plural " Remote branches:%s"
9356msgstr[0] " Внешняя ветка:%s"
9357msgstr[1] " Внешние ветки:%s"
9358msgstr[2] " Внешние ветки:%s"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03009359msgstr[3] " Внешние ветки:%s"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009360
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009361#: builtin/remote.c:1182 builtin/remote.c:1209
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009362msgid " (status not queried)"
9363msgstr " (статус не запрошен)"
9364
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009365#: builtin/remote.c:1191
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009366msgid " Local branch configured for 'git pull':"
9367msgid_plural " Local branches configured for 'git pull':"
9368msgstr[0] " Локальная ветка, настроенная для «git pull»:"
9369msgstr[1] " Локальные ветки, настроенные для «git pull»:"
9370msgstr[2] " Локальные ветки, настроенные для «git pull»:"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03009371msgstr[3] " Локальные ветки, настроенные для «git pull»:"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009372
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009373#: builtin/remote.c:1199
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009374msgid " Local refs will be mirrored by 'git push'"
9375msgstr " Локальные ссылки, зеркалируемые с помощью «git push»"
9376
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009377#: builtin/remote.c:1206
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009378#, c-format
9379msgid " Local ref configured for 'git push'%s:"
9380msgid_plural " Local refs configured for 'git push'%s:"
9381msgstr[0] " Локальная ссылка, настроенная для «git push»%s:"
9382msgstr[1] " Локальные ссылки, настроенные для «git push»%s:"
9383msgstr[2] " Локальные ссылки, настроенные для «git push»%s:"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03009384msgstr[3] " Локальные ссылки, настроенные для «git push»%s:"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009385
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009386#: builtin/remote.c:1227
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009387msgid "set refs/remotes/<name>/HEAD according to remote"
9388msgstr "установить refs/remotes/<имя>/HEAD в зависимости от внешнего репозитория"
9389
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009390#: builtin/remote.c:1229
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009391msgid "delete refs/remotes/<name>/HEAD"
9392msgstr "удалить refs/remotes/<имя>/HEAD"
9393
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009394#: builtin/remote.c:1244
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009395msgid "Cannot determine remote HEAD"
9396msgstr "Не удалось определить внешний HEAD"
9397
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009398#: builtin/remote.c:1246
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009399msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
9400msgstr "Несколько внешних HEAD веток. Укажите явно одну из них:"
9401
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009402#: builtin/remote.c:1256
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009403#, c-format
9404msgid "Could not delete %s"
9405msgstr "Не удалось удалить %s"
9406
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009407#: builtin/remote.c:1264
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009408#, c-format
9409msgid "Not a valid ref: %s"
9410msgstr "Неправильная ссылка: %s"
9411
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009412#: builtin/remote.c:1266
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009413#, c-format
9414msgid "Could not setup %s"
9415msgstr "Не удалось настроить %s"
9416
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009417#: builtin/remote.c:1284
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009418#, c-format
9419msgid " %s will become dangling!"
9420msgstr " %s будет висящей веткой!"
9421
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009422#: builtin/remote.c:1285
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009423#, c-format
9424msgid " %s has become dangling!"
9425msgstr " %s стала висящей веткой!"
9426
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009427#: builtin/remote.c:1295
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009428#, c-format
9429msgid "Pruning %s"
9430msgstr "Удаление %s"
9431
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009432#: builtin/remote.c:1296
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009433#, c-format
9434msgid "URL: %s"
9435msgstr "URL: %s"
9436
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009437#: builtin/remote.c:1312
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009438#, c-format
9439msgid " * [would prune] %s"
9440msgstr " * [будет удалена] %s"
9441
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009442#: builtin/remote.c:1315
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009443#, c-format
9444msgid " * [pruned] %s"
9445msgstr " * [удалена] %s"
9446
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009447#: builtin/remote.c:1360
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009448msgid "prune remotes after fetching"
9449msgstr "почистить внешние репозитории после извлечения"
9450
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009451#: builtin/remote.c:1423 builtin/remote.c:1477 builtin/remote.c:1545
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009452#, c-format
9453msgid "No such remote '%s'"
9454msgstr "Нет такого внешнего репозитория «%s»"
9455
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009456#: builtin/remote.c:1439
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009457msgid "add branch"
9458msgstr "добавить ветку"
9459
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009460#: builtin/remote.c:1446
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009461msgid "no remote specified"
9462msgstr "не указан внешний репозиторий"
9463
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009464#: builtin/remote.c:1463
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009465msgid "query push URLs rather than fetch URLs"
9466msgstr "запросить URL отправки, вместо URL извлечения"
9467
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009468#: builtin/remote.c:1465
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009469msgid "return all URLs"
9470msgstr "вернуть все URL"
9471
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009472#: builtin/remote.c:1493
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009473#, c-format
9474msgid "no URLs configured for remote '%s'"
9475msgstr "URL не настроены для внешнего репозитория «%s»"
9476
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009477#: builtin/remote.c:1519
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009478msgid "manipulate push URLs"
9479msgstr "управление URL отправки"
9480
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009481#: builtin/remote.c:1521
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009482msgid "add URL"
9483msgstr "добавить URL"
9484
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009485#: builtin/remote.c:1523
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009486msgid "delete URLs"
9487msgstr "удалить URL"
9488
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009489#: builtin/remote.c:1530
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009490msgid "--add --delete doesn't make sense"
9491msgstr "--add нельзя использовать одновременно с --delete"
9492
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009493#: builtin/remote.c:1571
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009494#, c-format
9495msgid "Invalid old URL pattern: %s"
9496msgstr "Неправильный шаблон старого URL: %s"
9497
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009498#: builtin/remote.c:1579
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009499#, c-format
9500msgid "No such URL found: %s"
9501msgstr "Не найдены совпадения URL: %s"
9502
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009503#: builtin/remote.c:1581
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009504msgid "Will not delete all non-push URLs"
9505msgstr "Нельзя удалить все URL не-отправки"
9506
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009507#: builtin/remote.c:1595
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009508msgid "be verbose; must be placed before a subcommand"
9509msgstr "быть многословнее; должно стоять перед подкомандой"
9510
9511#: builtin/repack.c:17
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02009512msgid "git repack [<options>]"
9513msgstr "git repack [<опции>]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009514
9515#: builtin/repack.c:159
9516msgid "pack everything in a single pack"
9517msgstr "упаковать всё в один пакет"
9518
9519#: builtin/repack.c:161
9520msgid "same as -a, and turn unreachable objects loose"
9521msgstr "тоже, что и -a, но дополнительно отбросить недостижимые объекты"
9522
9523#: builtin/repack.c:164
9524msgid "remove redundant packs, and run git-prune-packed"
9525msgstr "удалите лишние пакеты и запустите git-prune-packed"
9526
9527#: builtin/repack.c:166
9528msgid "pass --no-reuse-delta to git-pack-objects"
9529msgstr "передать опцию --no-reuse-delta в git-pack-objects"
9530
9531#: builtin/repack.c:168
9532msgid "pass --no-reuse-object to git-pack-objects"
9533msgstr "передать опцию --no-reuse-object в git-pack-objects"
9534
9535#: builtin/repack.c:170
9536msgid "do not run git-update-server-info"
9537msgstr "не запускать git-update-server-info"
9538
9539#: builtin/repack.c:173
9540msgid "pass --local to git-pack-objects"
9541msgstr "передать опцию --local в git-pack-objects"
9542
9543#: builtin/repack.c:175
9544msgid "write bitmap index"
9545msgstr "запись индекса в битовых картах"
9546
9547#: builtin/repack.c:176
9548msgid "approxidate"
9549msgstr "примерная-дата"
9550
9551#: builtin/repack.c:177
9552msgid "with -A, do not loosen objects older than this"
9553msgstr "с опцией -A, не отбрасывать объекты старее, чем указано"
9554
9555#: builtin/repack.c:179
9556msgid "size of the window used for delta compression"
9557msgstr "размер окна, используемый для компрессии дельт"
9558
9559#: builtin/repack.c:180 builtin/repack.c:184
9560msgid "bytes"
9561msgstr "количество-байт"
9562
9563#: builtin/repack.c:181
9564msgid "same as the above, but limit memory size instead of entries count"
9565msgstr "тоже, что и выше, но ограничить размер памяти, а не количество записей"
9566
9567#: builtin/repack.c:183
9568msgid "limits the maximum delta depth"
9569msgstr "ограничение на максимальную глубину дельт"
9570
9571#: builtin/repack.c:185
9572msgid "maximum size of each packfile"
9573msgstr "максимальный размер каждого из файлов пакета"
9574
9575#: builtin/repack.c:187
9576msgid "repack objects in packs marked with .keep"
9577msgstr "переупаковать объекты в пакеты, помеченные файлом .keep"
9578
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009579#: builtin/repack.c:197
9580msgid "cannot delete packs in a precious-objects repo"
9581msgstr "нельзя удалять пакеты в precious-objects репозитории"
9582
9583#: builtin/repack.c:381
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009584#, c-format
9585msgid "removing '%s' failed"
9586msgstr "не удалось удалить «%s»"
9587
9588#: builtin/replace.c:19
9589msgid "git replace [-f] <object> <replacement>"
9590msgstr "git replace [-f] <объект> <замена>"
9591
9592#: builtin/replace.c:20
9593msgid "git replace [-f] --edit <object>"
9594msgstr "git replace [-f] --edit <объект>"
9595
9596#: builtin/replace.c:21
9597msgid "git replace [-f] --graft <commit> [<parent>...]"
9598msgstr "git replace [-f] --graft <коммит> [<родитель>…]"
9599
9600#: builtin/replace.c:22
9601msgid "git replace -d <object>..."
9602msgstr "git replace -d <объект>…"
9603
9604#: builtin/replace.c:23
9605msgid "git replace [--format=<format>] [-l [<pattern>]]"
9606msgstr "git replace [--format=<формат>] [-l [<шаблон>]]"
9607
9608#: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:391
9609#, c-format
9610msgid "Not a valid object name: '%s'"
9611msgstr "Недопустимое имя объекта: «%s»"
9612
9613#: builtin/replace.c:355
9614#, c-format
9615msgid "bad mergetag in commit '%s'"
9616msgstr "плохая метка слияния в коммите «%s»"
9617
9618#: builtin/replace.c:357
9619#, c-format
9620msgid "malformed mergetag in commit '%s'"
Dimitriy Ryazantcevf3aeef12016-03-13 02:07:09 +02009621msgstr "повреждённая метка слияния в коммите «%s»"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009622
9623#: builtin/replace.c:368
9624#, c-format
9625msgid ""
9626"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
9627"instead of --graft"
9628msgstr "оригинальный коммит «%s» содержит метку слияния «%s», которая была отброшена; используйте --edit вместо --graft"
9629
9630#: builtin/replace.c:401
9631#, c-format
9632msgid "the original commit '%s' has a gpg signature."
9633msgstr "оригинальный коммит «%s» содержит подпись gpg."
9634
9635#: builtin/replace.c:402
9636msgid "the signature will be removed in the replacement commit!"
9637msgstr "подпись будет удалена в замененном коммите!"
9638
9639#: builtin/replace.c:408
9640#, c-format
9641msgid "could not write replacement commit for: '%s'"
9642msgstr "не удалось записать замену для коммита: «%s»"
9643
9644#: builtin/replace.c:432
9645msgid "list replace refs"
9646msgstr "вывести список заменяемых ссылок"
9647
9648#: builtin/replace.c:433
9649msgid "delete replace refs"
9650msgstr "удаление заменяемых ссылок"
9651
9652#: builtin/replace.c:434
9653msgid "edit existing object"
9654msgstr "изменение существующего объекта"
9655
9656#: builtin/replace.c:435
9657msgid "change a commit's parents"
9658msgstr "изменение родителя коммита"
9659
9660#: builtin/replace.c:436
9661msgid "replace the ref if it exists"
9662msgstr "замена ссылки, если она существует"
9663
9664#: builtin/replace.c:437
9665msgid "do not pretty-print contents for --edit"
9666msgstr "не делать структурированный вывод содержимого для --edit"
9667
9668#: builtin/replace.c:438
9669msgid "use this format"
9670msgstr "использовать этот формат"
9671
9672#: builtin/rerere.c:12
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02009673msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
9674msgstr "git rerere [clear | forget <путь>… | status | remaining | diff | gc]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009675
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009676#: builtin/rerere.c:58
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009677msgid "register clean resolutions in index"
9678msgstr "записать чистые разрешения конфликтов в индекс"
9679
9680#: builtin/reset.c:26
9681msgid ""
9682"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
9683msgstr "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<коммит>]"
9684
9685#: builtin/reset.c:27
9686msgid "git reset [-q] <tree-ish> [--] <paths>..."
9687msgstr "git reset [-q] <указатель-дерева> [--] <пути>…"
9688
9689#: builtin/reset.c:28
9690msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
9691msgstr "git reset --patch [<указатель-дерева>] [--] [<пути>…]"
9692
9693#: builtin/reset.c:34
9694msgid "mixed"
9695msgstr "смешанный"
9696
9697#: builtin/reset.c:34
9698msgid "soft"
9699msgstr "мягкий"
9700
9701#: builtin/reset.c:34
9702msgid "hard"
9703msgstr "жесткий"
9704
9705#: builtin/reset.c:34
9706msgid "merge"
9707msgstr "слиянием"
9708
9709#: builtin/reset.c:34
9710msgid "keep"
9711msgstr "оставлением"
9712
9713#: builtin/reset.c:74
9714msgid "You do not have a valid HEAD."
9715msgstr "У вас нет верного HEAD."
9716
9717#: builtin/reset.c:76
9718msgid "Failed to find tree of HEAD."
9719msgstr "Не удалось найти дерево у HEAD."
9720
9721#: builtin/reset.c:82
9722#, c-format
9723msgid "Failed to find tree of %s."
9724msgstr "Не удалось найти дерево у %s."
9725
9726#: builtin/reset.c:100
9727#, c-format
9728msgid "HEAD is now at %s"
9729msgstr "HEAD сейчас на %s"
9730
9731#: builtin/reset.c:183
9732#, c-format
9733msgid "Cannot do a %s reset in the middle of a merge."
Dimitriy Ryazantcev9af95af2015-04-03 16:30:14 +03009734msgstr "Нельзя выполнить сброс в режиме «%s» во время слияния."
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009735
9736#: builtin/reset.c:276
9737msgid "be quiet, only report errors"
9738msgstr "тихий режим, выводить только ошибки"
9739
9740#: builtin/reset.c:278
9741msgid "reset HEAD and index"
9742msgstr "сбросить HEAD и индекс"
9743
9744#: builtin/reset.c:279
9745msgid "reset only HEAD"
9746msgstr "сбросить только HEAD"
9747
9748#: builtin/reset.c:281 builtin/reset.c:283
9749msgid "reset HEAD, index and working tree"
9750msgstr "сбросить HEAD, индекс и рабочий каталог"
9751
9752#: builtin/reset.c:285
9753msgid "reset HEAD but keep local changes"
9754msgstr "сбросить HEAD, но оставить локальные изменения"
9755
9756#: builtin/reset.c:288
9757msgid "record only the fact that removed paths will be added later"
9758msgstr "записать только факт того, что удаленные пути будут добавлены позже"
9759
9760#: builtin/reset.c:305
9761#, c-format
9762msgid "Failed to resolve '%s' as a valid revision."
9763msgstr "Не удалось распознать «%s» как действительную редакцию."
9764
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009765#: builtin/reset.c:313
9766#, c-format
9767msgid "Failed to resolve '%s' as a valid tree."
9768msgstr "Не удалось распознать «%s» как действительное дерево."
9769
9770#: builtin/reset.c:322
9771msgid "--patch is incompatible with --{hard,mixed,soft}"
9772msgstr "--patch нельзя использовать одновременно с --{hard,mixed,soft}"
9773
9774#: builtin/reset.c:331
9775msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
9776msgstr "использование опции --mixed с путями устарело; используйте «git reset -- <пути>» instead."
9777
9778#: builtin/reset.c:333
9779#, c-format
9780msgid "Cannot do %s reset with paths."
Dimitriy Ryazantcev9af95af2015-04-03 16:30:14 +03009781msgstr "Нельзя выполнить сброс в режиме «%s» вместе с указанием пути."
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009782
9783#: builtin/reset.c:343
9784#, c-format
9785msgid "%s reset is not allowed in a bare repository"
9786msgstr "сброс «%s» разрешен только с голым репозиторием"
9787
9788#: builtin/reset.c:347
9789msgid "-N can only be used with --mixed"
9790msgstr "-N можно использовать вместе с --mixed"
9791
9792#: builtin/reset.c:364
9793msgid "Unstaged changes after reset:"
9794msgstr "Непроиндексированные изменения после сброса:"
9795
9796#: builtin/reset.c:370
9797#, c-format
9798msgid "Could not reset index file to revision '%s'."
9799msgstr "Не удалось сбросить файл индекса на редакцию «%s»."
9800
9801#: builtin/reset.c:374
9802msgid "Could not write new index file."
9803msgstr "Не удалось записать новый файл индекса."
9804
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +02009805#: builtin/rev-list.c:350
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +03009806msgid "rev-list does not support display of notes"
9807msgstr "rev-list не поддерживает отображение заметок"
9808
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009809#: builtin/rev-parse.c:358
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02009810msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
9811msgstr "git rev-parse --parseopt [<опции>] -- [<аргументы>…]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009812
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009813#: builtin/rev-parse.c:363
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009814msgid "keep the `--` passed as an arg"
9815msgstr "передавать далее «--» как аргумент"
9816
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009817#: builtin/rev-parse.c:365
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009818msgid "stop parsing after the first non-option argument"
9819msgstr "остановить разбор после первого аргумента не являющегося опцией"
9820
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009821#: builtin/rev-parse.c:368
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009822msgid "output in stuck long form"
9823msgstr "выводить аргументы в длинном формате"
9824
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +02009825#: builtin/rev-parse.c:499
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009826msgid ""
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02009827"git rev-parse --parseopt [<options>] -- [<args>...]\n"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009828" or: git rev-parse --sq-quote [<arg>...]\n"
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02009829" or: git rev-parse [<options>] [<arg>...]\n"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009830"\n"
9831"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02009832msgstr "git rev-parse --parseopt [<опции>] -- [<аргументы>…]\n or: git rev-parse --sq-quote [<аргумент>…]\n or: git rev-parse [<опции>] [<аргумент>…]\n\nЗапустите команду «git rev-parse --parseopt -h» для получения подробной информации о первом использовании."
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009833
9834#: builtin/revert.c:22
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02009835msgid "git revert [<options>] <commit-ish>..."
9836msgstr "git revert [<опции>] <указатель-коммита>…"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009837
9838#: builtin/revert.c:23
9839msgid "git revert <subcommand>"
9840msgstr "git revert <подкоманда>"
9841
9842#: builtin/revert.c:28
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02009843msgid "git cherry-pick [<options>] <commit-ish>..."
9844msgstr "git cherry-pick [<опции>] <указатель-коммита>…"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009845
9846#: builtin/revert.c:29
9847msgid "git cherry-pick <subcommand>"
9848msgstr "git cherry-pick <подкоманда>"
9849
9850#: builtin/revert.c:71
9851#, c-format
9852msgid "%s: %s cannot be used with %s"
9853msgstr "%s: %s нельзя использовать одновременно с %s"
9854
9855#: builtin/revert.c:80
9856msgid "end revert or cherry-pick sequence"
9857msgstr "конец последовательности отбора лучшего или возврата коммита"
9858
9859#: builtin/revert.c:81
9860msgid "resume revert or cherry-pick sequence"
9861msgstr "продолжить последовательность отбора лучшего или возврата коммита"
9862
9863#: builtin/revert.c:82
9864msgid "cancel revert or cherry-pick sequence"
9865msgstr "отмена последовательности отбора лучшего или возврата коммита"
9866
9867#: builtin/revert.c:83
9868msgid "don't automatically commit"
9869msgstr "не коммитить автоматически"
9870
9871#: builtin/revert.c:84
9872msgid "edit the commit message"
9873msgstr "изменить сообщение коммита"
9874
9875#: builtin/revert.c:87
9876msgid "parent number"
9877msgstr "номер родителя"
9878
9879#: builtin/revert.c:89
9880msgid "merge strategy"
9881msgstr "стратегия слияния"
9882
9883#: builtin/revert.c:90
9884msgid "option"
9885msgstr "опция"
9886
9887#: builtin/revert.c:91
9888msgid "option for merge strategy"
9889msgstr "опция для стратегии слияния"
9890
9891#: builtin/revert.c:104
9892msgid "append commit name"
9893msgstr "добавить имя коммита"
9894
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009895#: builtin/revert.c:106
9896msgid "preserve initially empty commits"
9897msgstr "сохранить изначально пустые коммиты"
9898
9899#: builtin/revert.c:107
9900msgid "allow commits with empty messages"
9901msgstr "разрешить коммиты с пустыми сообщениями"
9902
9903#: builtin/revert.c:108
9904msgid "keep redundant, empty commits"
9905msgstr "оставить избыточные, пустые коммиты"
9906
9907#: builtin/revert.c:112
9908msgid "program error"
9909msgstr "ошибка в программе"
9910
9911#: builtin/revert.c:197
9912msgid "revert failed"
9913msgstr "сбой возврата коммита"
9914
9915#: builtin/revert.c:212
9916msgid "cherry-pick failed"
9917msgstr "сбой при отборе лучшего"
9918
9919#: builtin/rm.c:17
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +02009920msgid "git rm [<options>] [--] <file>..."
9921msgstr "git rm [<опции>] [--] <файл>…"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009922
9923#: builtin/rm.c:65
9924msgid ""
9925"the following submodule (or one of its nested submodules)\n"
9926"uses a .git directory:"
9927msgid_plural ""
9928"the following submodules (or one of their nested submodules)\n"
9929"use a .git directory:"
9930msgstr[0] "следующий подмодуль (или один из вложенных подмодулей)\nиспользует каталог .git:"
9931msgstr[1] "следующие подмодули (или один из вложенных подмодулей)\nиспользуют каталог .git:"
9932msgstr[2] "следующие подмодули (или один из вложенных подмодулей)\nиспользуют каталог .git:"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03009933msgstr[3] "следующие подмодули (или один из вложенных подмодулей)\nиспользуют каталог .git:"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009934
9935#: builtin/rm.c:71
9936msgid ""
9937"\n"
9938"(use 'rm -rf' if you really want to remove it including all of its history)"
9939msgstr "\n(используйте «rm -rf», если вы действительно хотите удалить его, включая всю его историю)"
9940
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03009941#: builtin/rm.c:230
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009942msgid ""
9943"the following file has staged content different from both the\n"
9944"file and the HEAD:"
9945msgid_plural ""
9946"the following files have staged content different from both the\n"
9947"file and the HEAD:"
9948msgstr[0] "следующие файлы содержат проиндексированные изменения отличающиеся и от файла, и от HEAD:"
9949msgstr[1] "следующие файлы содержат проиндексированные изменения отличающиеся и от файла, и от HEAD:"
9950msgstr[2] "следующие файлы содержат проиндексированные изменения отличающиеся и от файла, и от HEAD:"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03009951msgstr[3] "следующие файлы содержат проиндексированные изменения отличающиеся и от файла, и от HEAD:"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009952
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03009953#: builtin/rm.c:235
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009954msgid ""
9955"\n"
9956"(use -f to force removal)"
9957msgstr "\n(используйте опцию «-f» для принудительного удаления)"
9958
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03009959#: builtin/rm.c:239
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009960msgid "the following file has changes staged in the index:"
9961msgid_plural "the following files have changes staged in the index:"
9962msgstr[0] "следующие файлы содержат проиндексированные изменения в индексе:"
9963msgstr[1] "следующие файлы содержат проиндексированные изменения в индексе:"
9964msgstr[2] "следующие файлы содержат проиндексированные изменения в индексе:"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03009965msgstr[3] "следующие файлы содержат проиндексированные изменения в индексе:"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009966
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03009967#: builtin/rm.c:243 builtin/rm.c:254
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009968msgid ""
9969"\n"
9970"(use --cached to keep the file, or -f to force removal)"
9971msgstr "\n(используйте опцию «--cached» для оставления файла, или «-f» для принудительного удаления)"
9972
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03009973#: builtin/rm.c:251
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009974msgid "the following file has local modifications:"
9975msgid_plural "the following files have local modifications:"
9976msgstr[0] "следующие файлы содержат локальные изменения:"
9977msgstr[1] "следующие файлы содержат локальные изменения:"
9978msgstr[2] "следующие файлы содержат локальные изменения:"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03009979msgstr[3] "следующие файлы содержат локальные изменения:"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009980
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03009981#: builtin/rm.c:269
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009982msgid "do not list removed files"
9983msgstr "не выводить список удаленных файлов"
9984
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03009985#: builtin/rm.c:270
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009986msgid "only remove from the index"
9987msgstr "удалить только из индекса"
9988
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03009989#: builtin/rm.c:271
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009990msgid "override the up-to-date check"
9991msgstr "пропустить проверку актуальности"
9992
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03009993#: builtin/rm.c:272
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009994msgid "allow recursive removal"
9995msgstr "разрешить рекурсивное удаление"
9996
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +03009997#: builtin/rm.c:274
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +02009998msgid "exit with a zero status even if nothing matched"
9999msgstr "выход с нулевым кодом возврата, даже если ничего не найдено"
10000
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010001#: builtin/rm.c:317
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010002msgid "Please, stage your changes to .gitmodules or stash them to proceed"
10003msgstr "Пожалуйста, проиндексируйте ваши изменения в .gitmodules или спрячьте их, чтобы продолжить"
10004
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010005#: builtin/rm.c:335
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010006#, c-format
10007msgid "not removing '%s' recursively without -r"
10008msgstr "не удаляю рекурсивно «%s» без указания опции -r"
10009
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010010#: builtin/rm.c:374
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010011#, c-format
10012msgid "git rm: unable to remove %s"
10013msgstr "git rm: не удалось удалить %s"
10014
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010015#: builtin/send-pack.c:18
10016msgid ""
10017"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> [<ref>...]\n"
10018" --all and explicit <ref> specification are mutually exclusive."
10019msgstr "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-receive-pack>] [--verbose] [--thin] [--atomic] [<сервер>:]<каталог> [<ссылка>…]\n --all и явная спецификация <ссылки> взаимно исключающие."
10020
10021#: builtin/send-pack.c:160
10022msgid "remote name"
10023msgstr "имя внешнего репозитория"
10024
10025#: builtin/send-pack.c:171
10026msgid "use stateless RPC protocol"
10027msgstr "протокол без сохранения состояния для RPC"
10028
10029#: builtin/send-pack.c:172
10030msgid "read refs from stdin"
10031msgstr "прочитать ссылки из стандартного ввода"
10032
10033#: builtin/send-pack.c:173
10034msgid "print status from remote helper"
10035msgstr "вывести статус от скрипта внешнего сервера"
10036
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010037#: builtin/shortlog.c:13
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +020010038msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
10039msgstr "git shortlog [<опции>] [<диапазон-редакций>] [[--] [<путь>…]]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010040
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010041#: builtin/shortlog.c:242
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010042msgid "sort output according to the number of commits per author"
10043msgstr "отсортировать вывод по количеству коммитов у автора"
10044
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010045#: builtin/shortlog.c:244
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010046msgid "Suppress commit descriptions, only provides commit count"
10047msgstr "Не выводить описания коммитов, а только их количество"
10048
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010049#: builtin/shortlog.c:246
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010050msgid "Show the email address of each author"
10051msgstr "Показать почту каждого из авторов"
10052
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010053#: builtin/shortlog.c:247
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010054msgid "w[,i1[,i2]]"
10055msgstr "w[,i1[,i2]]"
10056
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010057#: builtin/shortlog.c:248
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010058msgid "Linewrap output"
10059msgstr "Перенос строк на выводе"
10060
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010061#: builtin/show-branch.c:10
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010062msgid ""
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +020010063"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010064"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
10065"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
10066"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010067msgstr "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n\t\t[--current] [--color[=<когда>] | --no-color] [--sparse]\n\t\t[--more=<n> | --list | --independent | --merge-base]\n\t\t[--no-name | --sha1-name] [--topics] [(<редакция> | <шаблон>)…]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010068
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010069#: builtin/show-branch.c:14
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +020010070msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
10071msgstr "git show-branch (-g | --reflog)[=<n>[,<база>]] [--list] [<ссылка>]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010072
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010073#: builtin/show-branch.c:640
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010074msgid "show remote-tracking and local branches"
10075msgstr "показать список и отслеживаемых внешних и локальных веток"
10076
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010077#: builtin/show-branch.c:642
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010078msgid "show remote-tracking branches"
10079msgstr "показать список отслеживаемых внешних веток"
10080
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010081#: builtin/show-branch.c:644
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010082msgid "color '*!+-' corresponding to the branch"
10083msgstr "окрашивать «*!+-» в соответствии с веткой"
10084
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010085#: builtin/show-branch.c:646
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010086msgid "show <n> more commits after the common ancestor"
10087msgstr "показать <n> коммитов после общего предка"
10088
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010089#: builtin/show-branch.c:648
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010090msgid "synonym to more=-1"
10091msgstr "синоним для more=-1"
10092
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010093#: builtin/show-branch.c:649
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010094msgid "suppress naming strings"
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010095msgstr "не выводить именованные строки"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010096
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010097#: builtin/show-branch.c:651
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010098msgid "include the current branch"
10099msgstr "включить в вывод текущую ветку"
10100
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010101#: builtin/show-branch.c:653
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010102msgid "name commits with their object names"
10103msgstr "именовать коммиты их именами объектов"
10104
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010105#: builtin/show-branch.c:655
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010106msgid "show possible merge bases"
10107msgstr "вывести возможные базы слияния"
10108
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010109#: builtin/show-branch.c:657
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010110msgid "show refs unreachable from any other ref"
10111msgstr "вывести ссылки, недоступные из любых других ссылок"
10112
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010113#: builtin/show-branch.c:659
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010114msgid "show commits in topological order"
10115msgstr "вывести коммиты в топологическом порядке"
10116
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010117#: builtin/show-branch.c:662
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010118msgid "show only commits not on the first branch"
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010119msgstr "вывести только коммиты, отсутствующие в первой ветке"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010120
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010121#: builtin/show-branch.c:664
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010122msgid "show merges reachable from only one tip"
10123msgstr "вывести слияния, достижимые только из одной из верхушек"
10124
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010125#: builtin/show-branch.c:666
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010126msgid "topologically sort, maintaining date order where possible"
10127msgstr "топологическая сортировка, с сохранением порядка дат, если возможно"
10128
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010129#: builtin/show-branch.c:669
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010130msgid "<n>[,<base>]"
10131msgstr "<n>[,<база>]"
10132
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010133#: builtin/show-branch.c:670
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010134msgid "show <n> most recent ref-log entries starting at base"
10135msgstr "показать <n> последних записей в журнале ссылок, начиная с базы"
10136
10137#: builtin/show-ref.c:10
10138msgid ""
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +020010139"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | "
10140"--hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
10141msgstr "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<шаблон>…]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010142
10143#: builtin/show-ref.c:11
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010144msgid "git show-ref --exclude-existing[=<pattern>]"
10145msgstr "git show-ref --exclude-existing[=<шаблон>]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010146
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010147#: builtin/show-ref.c:165
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010148msgid "only show tags (can be combined with heads)"
10149msgstr "вывести только метки (можно использовать одновременно с --heads)"
10150
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010151#: builtin/show-ref.c:166
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010152msgid "only show heads (can be combined with tags)"
10153msgstr "вывести только головы (можно использовать одновременно с --tags)"
10154
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010155#: builtin/show-ref.c:167
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010156msgid "stricter reference checking, requires exact ref path"
10157msgstr "более строгая проверка ссылок, требует точный путь ссылки"
10158
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010159#: builtin/show-ref.c:170 builtin/show-ref.c:172
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010160msgid "show the HEAD reference, even if it would be filtered out"
10161msgstr "вывести ссылку HEAD, даже если она будет отфильтрована"
10162
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010163#: builtin/show-ref.c:174
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010164msgid "dereference tags into object IDs"
10165msgstr "разыменовать метки в идентификаторы объектов"
10166
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010167#: builtin/show-ref.c:176
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010168msgid "only show SHA1 hash using <n> digits"
10169msgstr "использовать <n> цифр для вывода SHA-1"
10170
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010171#: builtin/show-ref.c:180
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010172msgid "do not print results to stdout (useful with --verify)"
10173msgstr "не печатать результат на стандартный вывод (полезно с опцией «--verify»)"
10174
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010175#: builtin/show-ref.c:182
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010176msgid "show refs from stdin that aren't in local repository"
10177msgstr "вывести ссылки со стандартного ввода, которых нет в локальном репозитории"
10178
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010179#: builtin/stripspace.c:17
10180msgid "git stripspace [-s | --strip-comments]"
10181msgstr "git stripspace [-s | --strip-comments]"
10182
10183#: builtin/stripspace.c:18
10184msgid "git stripspace [-c | --comment-lines]"
10185msgstr "git stripspace [-c | --comment-lines]"
10186
10187#: builtin/stripspace.c:35
10188msgid "skip and remove all lines starting with comment character"
10189msgstr "пропустить и удалить все строки, начинающиеся с символа комметария"
10190
10191#: builtin/stripspace.c:38
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010192msgid "prepend comment character and space to each line"
10193msgstr "добавить перед каждой строкой символ комметария и пробел"
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010194
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010195#: builtin/submodule--helper.c:73 builtin/submodule--helper.c:161
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010196msgid "alternative anchor for relative paths"
10197msgstr "альтернативный символ для относительных путей"
10198
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010199#: builtin/submodule--helper.c:78
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010200msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
10201msgstr "git submodule--helper list [--prefix=<путь>] [<путь>…]"
10202
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010203#: builtin/submodule--helper.c:108
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010204msgid "git submodule--helper name <path>"
10205msgstr "git submodule--helper name <путь>"
10206
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010207#: builtin/submodule--helper.c:114
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010208#, c-format
10209msgid "no submodule mapping found in .gitmodules for path '%s'"
10210msgstr "не найдено соответствие подмодулей в .gitmodules для пути «%s»"
10211
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010212#: builtin/submodule--helper.c:164
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010213msgid "where the new submodule will be cloned to"
10214msgstr "куда должен быть склонирован новый подмодуль"
10215
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010216#: builtin/submodule--helper.c:167
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010217msgid "name of the new submodule"
10218msgstr "имя нового подмодуля"
10219
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010220#: builtin/submodule--helper.c:170
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010221msgid "url where to clone the submodule from"
10222msgstr "url откуда должен был склонирован новый подмодуль"
10223
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010224#: builtin/submodule--helper.c:176
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010225msgid "depth for shallow clones"
10226msgstr "глубина для частичного клона"
10227
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010228#: builtin/submodule--helper.c:182
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010229msgid ""
10230"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
10231"<repository>] [--name <name>] [--url <url>][--depth <depth>] [--] "
10232"[<path>...]"
10233msgstr "git submodule--helper clone [--prefix=<путь>] [--quiet] [--reference <репозиторий>] [--name <имя>] [--url <url>][--depth <глубина>] [--] [<путь>…]"
10234
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010235#: builtin/submodule--helper.c:196 builtin/submodule--helper.c:202
10236#: builtin/submodule--helper.c:210
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010237#, c-format
10238msgid "could not create directory '%s'"
10239msgstr "не удалось создать каталог «%s»"
10240
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010241#: builtin/submodule--helper.c:198
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010242#, c-format
10243msgid "clone of '%s' into submodule path '%s' failed"
10244msgstr "не удалось клонировать «%s» в подмодуль по пути «%s»"
10245
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010246#: builtin/submodule--helper.c:221
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010247#, c-format
10248msgid "cannot open file '%s'"
10249msgstr "не удалось открыть файл «%s»"
10250
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010251#: builtin/submodule--helper.c:226
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010252#, c-format
10253msgid "could not close file %s"
10254msgstr "не удалось закрыть файл %s"
10255
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010256#: builtin/submodule--helper.c:241
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010257#, c-format
10258msgid "could not get submodule directory for '%s'"
10259msgstr "не удалось получить каталог для подмодуля «%s»"
10260
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010261#: builtin/submodule--helper.c:267
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010262msgid "fatal: submodule--helper subcommand must be called with a subcommand"
10263msgstr "критическая ошибка: подкоманда submodule--helper должна вызываться с указанием подкоманды"
10264
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010265#: builtin/submodule--helper.c:274
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010266#, c-format
10267msgid "fatal: '%s' is not a valid submodule--helper subcommand"
10268msgstr "критическая ошибка: «%s» не является подкомандой submodule--helper"
10269
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010270#: builtin/symbolic-ref.c:7
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +020010271msgid "git symbolic-ref [<options>] <name> [<ref>]"
10272msgstr "git symbolic-ref [<опции>] <имя> [<ссылка>]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010273
10274#: builtin/symbolic-ref.c:8
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +020010275msgid "git symbolic-ref -d [-q] <name>"
10276msgstr "git symbolic-ref -d [-q] <имя>"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010277
10278#: builtin/symbolic-ref.c:40
10279msgid "suppress error message for non-symbolic (detached) refs"
10280msgstr "не выводить сообщения об ошибках для несимвольных (отсоединенных) ссылок"
10281
10282#: builtin/symbolic-ref.c:41
10283msgid "delete symbolic ref"
10284msgstr "удалить символьные ссылки"
10285
10286#: builtin/symbolic-ref.c:42
10287msgid "shorten ref output"
10288msgstr "укороченный вывод ссылок"
10289
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010290#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010291msgid "reason"
10292msgstr "причина"
10293
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010294#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010295msgid "reason of the update"
10296msgstr "причина обновления"
10297
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010298#: builtin/tag.c:23
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010299msgid ""
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +020010300"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
10301"[<head>]"
10302msgstr "git tag [-a | -s | -u <идентификатор-ключа>] [-f] [-m <сообщение> | -F <файл>] <имя-метки> [<редакция>]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010303
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010304#: builtin/tag.c:24
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010305msgid "git tag -d <tagname>..."
10306msgstr "git tag -d <имя-метки>…"
10307
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010308#: builtin/tag.c:25
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010309msgid ""
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +020010310"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>]\n"
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010311"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
10312msgstr "git tag -l [-n[<количество>]] [--contains <коммит>] [--points-at <объект>]\n\t\t[--format=<формат>] [--[no-]merged [<коммит>]] [<шаблон>…]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010313
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010314#: builtin/tag.c:27
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010315msgid "git tag -v <tagname>..."
10316msgstr "git tag -v <имя-метки>…"
10317
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010318#: builtin/tag.c:80
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010319#, c-format
10320msgid "tag name too long: %.*s..."
10321msgstr "слишком длинное имя метки: %.*s…"
10322
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010323#: builtin/tag.c:85
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010324#, c-format
10325msgid "tag '%s' not found."
10326msgstr "метка «%s» не найдена."
10327
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010328#: builtin/tag.c:100
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010329#, c-format
10330msgid "Deleted tag '%s' (was %s)\n"
10331msgstr "Метка «%s» удалена (была %s)\n"
10332
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010333#: builtin/tag.c:112
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010334#, c-format
10335msgid "could not verify the tag '%s'"
10336msgstr "не удалось проверить метку «%s»"
10337
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010338#: builtin/tag.c:122
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010339#, c-format
10340msgid ""
10341"\n"
10342"Write a message for tag:\n"
10343" %s\n"
10344"Lines starting with '%c' will be ignored.\n"
10345msgstr "\nВведите сообщение для метки:\n %s\nСтроки, начинающиеся с «%c» будут проигнорированы.\n"
10346
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010347#: builtin/tag.c:126
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010348#, c-format
10349msgid ""
10350"\n"
10351"Write a message for tag:\n"
10352" %s\n"
10353"Lines starting with '%c' will be kept; you may remove them yourself if you want to.\n"
10354msgstr "\nВведите сообщение для метки:\n %s\nСтроки, начинающиеся с «%c» будут оставлены; вы можете удалить их вручную, если хотите.\n"
10355
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010356#: builtin/tag.c:199
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010357msgid "unable to sign the tag"
10358msgstr "не удалось подписать метку"
10359
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010360#: builtin/tag.c:201
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010361msgid "unable to write tag file"
10362msgstr "не удалось записать файл метки"
10363
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010364#: builtin/tag.c:226
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010365msgid "bad object type."
10366msgstr "неправильный тип объекта"
10367
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010368#: builtin/tag.c:239
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010369msgid "tag header too big."
10370msgstr "заголовок метки слишком большой."
10371
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010372#: builtin/tag.c:275
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010373msgid "no tag message?"
10374msgstr "нет описания метки?"
10375
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010376#: builtin/tag.c:281
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010377#, c-format
10378msgid "The tag message has been left in %s\n"
10379msgstr "Сообщение метки было оставлено в %s\n"
10380
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010381#: builtin/tag.c:339
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010382msgid "list tag names"
10383msgstr "список названий меток"
10384
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010385#: builtin/tag.c:341
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010386msgid "print <n> lines of each tag message"
10387msgstr "печатать <n> строк описания от каждой метки"
10388
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010389#: builtin/tag.c:343
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010390msgid "delete tags"
10391msgstr "удалить метки"
10392
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010393#: builtin/tag.c:344
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010394msgid "verify tags"
10395msgstr "проверить метки"
10396
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010397#: builtin/tag.c:346
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010398msgid "Tag creation options"
10399msgstr "Настройки создания метки"
10400
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010401#: builtin/tag.c:348
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010402msgid "annotated tag, needs a message"
10403msgstr "для аннотированной метки нужно сообщение"
10404
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010405#: builtin/tag.c:350
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010406msgid "tag message"
10407msgstr "описание метки"
10408
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010409#: builtin/tag.c:352
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010410msgid "annotated and GPG-signed tag"
10411msgstr "аннотированная и подписанная с помощью GPG метка"
10412
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010413#: builtin/tag.c:356
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010414msgid "use another key to sign the tag"
10415msgstr "использовать другой ключ для подписания метки"
10416
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010417#: builtin/tag.c:357
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010418msgid "replace the tag if exists"
10419msgstr "замена метки, если она существует"
10420
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010421#: builtin/tag.c:358 builtin/update-ref.c:368
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010422msgid "create a reflog"
10423msgstr "создать журнал ссылок"
10424
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010425#: builtin/tag.c:360
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +020010426msgid "Tag listing options"
10427msgstr "Настройки вывода списка меток"
10428
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010429#: builtin/tag.c:361
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010430msgid "show tag list in columns"
10431msgstr "показать список меток по столбцам"
10432
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010433#: builtin/tag.c:362 builtin/tag.c:363
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010434msgid "print only tags that contain the commit"
10435msgstr "вывод только меток, которые содержат коммит"
10436
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010437#: builtin/tag.c:364
10438msgid "print only tags that are merged"
10439msgstr "вывод только слитых меток"
10440
10441#: builtin/tag.c:365
10442msgid "print only tags that are not merged"
10443msgstr "вывод только не слитых меток"
10444
10445#: builtin/tag.c:370
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010446msgid "print only tags of the object"
10447msgstr "вывод только меток, определенного объекта"
10448
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010449#: builtin/tag.c:399
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010450msgid "--column and -n are incompatible"
10451msgstr "--column и -n нельзя использовать одновременно"
10452
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010453#: builtin/tag.c:419
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010454msgid "-n option is only allowed with -l."
10455msgstr "опцию -n можно использовать только вместе с -l."
10456
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010457#: builtin/tag.c:421
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010458msgid "--contains option is only allowed with -l."
10459msgstr "опцию --contains можно использовать только вместе с -l."
10460
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010461#: builtin/tag.c:423
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010462msgid "--points-at option is only allowed with -l."
10463msgstr "опцию --points-at можно использовать только вместе с -l."
10464
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010465#: builtin/tag.c:425
10466msgid "--merged and --no-merged option are only allowed with -l"
10467msgstr "опции --merged и --no-merged можно использовать только вместе с -l."
10468
10469#: builtin/tag.c:433
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010470msgid "only one -F or -m option is allowed."
10471msgstr "-F и -m нельзя использовать одновременно."
10472
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010473#: builtin/tag.c:453
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010474msgid "too many params"
10475msgstr "передано слишком много параметров"
10476
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010477#: builtin/tag.c:459
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010478#, c-format
10479msgid "'%s' is not a valid tag name."
10480msgstr "«%s» не является допустимым именем метки."
10481
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010482#: builtin/tag.c:464
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010483#, c-format
10484msgid "tag '%s' already exists"
10485msgstr "метка «%s» уже существует"
10486
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010487#: builtin/tag.c:489
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010488#, c-format
10489msgid "Updated tag '%s' (was %s)\n"
10490msgstr "Метка «%s» обновлена (была %s)\n"
10491
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010492#: builtin/unpack-objects.c:490
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010493msgid "Unpacking objects"
10494msgstr "Распаковка объектов"
10495
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010496#: builtin/update-index.c:79
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010497#, c-format
10498msgid "failed to create directory %s"
10499msgstr "не удалось создать каталог %s"
10500
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010501#: builtin/update-index.c:85
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010502#, c-format
10503msgid "failed to stat %s"
10504msgstr "не удалось выполнить stat %s"
10505
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010506#: builtin/update-index.c:95
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010507#, c-format
10508msgid "failed to create file %s"
10509msgstr "не удалось создать файл %s"
10510
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010511#: builtin/update-index.c:103
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010512#, c-format
10513msgid "failed to delete file %s"
10514msgstr "не удалось удалить файл %s"
10515
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010516#: builtin/update-index.c:110 builtin/update-index.c:212
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010517#, c-format
10518msgid "failed to delete directory %s"
10519msgstr "не удалось удалить каталог %s"
10520
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010521#: builtin/update-index.c:133
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010522#, c-format
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010523msgid "Testing mtime in '%s' "
10524msgstr "Проверка mtime в «%s» "
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010525
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010526#: builtin/update-index.c:145
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010527msgid "directory stat info does not change after adding a new file"
10528msgstr "информация статистики каталога не изменяется после добавления нового файла"
10529
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010530#: builtin/update-index.c:158
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010531msgid "directory stat info does not change after adding a new directory"
10532msgstr "информация статистики каталога не изменяется после добавления нового каталога"
10533
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010534#: builtin/update-index.c:171
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010535msgid "directory stat info changes after updating a file"
10536msgstr "информация статистики каталога изменяется после добавления нового файла"
10537
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010538#: builtin/update-index.c:182
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010539msgid "directory stat info changes after adding a file inside subdirectory"
10540msgstr "информация статистики каталога изменяется после добавления нового файла внутри подкаталога"
10541
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010542#: builtin/update-index.c:193
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010543msgid "directory stat info does not change after deleting a file"
10544msgstr "информация статистики каталога не изменяется после удаления файла"
10545
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010546#: builtin/update-index.c:206
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010547msgid "directory stat info does not change after deleting a directory"
10548msgstr "информация статистики каталога не изменяется после удаления каталога"
10549
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010550#: builtin/update-index.c:213
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010551msgid " OK"
10552msgstr " OK"
10553
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010554#: builtin/update-index.c:575
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +020010555msgid "git update-index [<options>] [--] [<file>...]"
10556msgstr "git update-index [<опции>] [--] [<файл>…]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010557
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010558#: builtin/update-index.c:930
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010559msgid "continue refresh even when index needs update"
10560msgstr "продолжить обновление, даже если индекс требует обновления"
10561
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010562#: builtin/update-index.c:933
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010563msgid "refresh: ignore submodules"
10564msgstr "обновление: игнорировать подмодули"
10565
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010566#: builtin/update-index.c:936
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010567msgid "do not ignore new files"
10568msgstr "не игнорировать новые файлы"
10569
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010570#: builtin/update-index.c:938
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010571msgid "let files replace directories and vice-versa"
10572msgstr "разрешить файлам заменять каталоги и наоборот"
10573
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010574#: builtin/update-index.c:940
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010575msgid "notice files missing from worktree"
10576msgstr "замечать файлы отсутствующие в рабочем каталоге"
10577
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010578#: builtin/update-index.c:942
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010579msgid "refresh even if index contains unmerged entries"
10580msgstr "обновить, даже если в индексе имеются не слитые записи"
10581
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010582#: builtin/update-index.c:945
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010583msgid "refresh stat information"
10584msgstr "обновить информацию о статусе файлов"
10585
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010586#: builtin/update-index.c:949
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010587msgid "like --refresh, but ignore assume-unchanged setting"
10588msgstr "как --refresh, но игнорировать настройку assume-unchanged"
10589
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010590#: builtin/update-index.c:953
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010591msgid "<mode>,<object>,<path>"
10592msgstr "<режим доступа>,<объект>,<путь>"
10593
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010594#: builtin/update-index.c:954
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010595msgid "add the specified entry to the index"
10596msgstr "добавить указанную запись в индекс"
10597
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010598#: builtin/update-index.c:958
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010599msgid "(+/-)x"
10600msgstr "(+/-)x"
10601
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010602#: builtin/update-index.c:959
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010603msgid "override the executable bit of the listed files"
10604msgstr "переопределить бит выполнения на указанных файлах"
10605
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010606#: builtin/update-index.c:963
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010607msgid "mark files as \"not changing\""
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010608msgstr "пометить файлы как «не измененные»"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010609
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010610#: builtin/update-index.c:966
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010611msgid "clear assumed-unchanged bit"
10612msgstr "убрать пометку assumed-unchanged"
10613
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010614#: builtin/update-index.c:969
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010615msgid "mark files as \"index-only\""
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010616msgstr "пометить файлы как «только в индексе»"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010617
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010618#: builtin/update-index.c:972
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010619msgid "clear skip-worktree bit"
10620msgstr "убрать пометку skip-worktree"
10621
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010622#: builtin/update-index.c:975
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010623msgid "add to index only; do not add content to object database"
10624msgstr "только добавить в индекс; не добавлять содержимое в базу данных объектов"
10625
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010626#: builtin/update-index.c:977
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010627msgid "remove named paths even if present in worktree"
10628msgstr "удалить указанные пути, даже если они существуют в рабочем каталоге"
10629
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010630#: builtin/update-index.c:979
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010631msgid "with --stdin: input lines are terminated by null bytes"
10632msgstr "с опцией --stdin: строки на вводе отделяются НУЛЕВЫМ байтом"
10633
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010634#: builtin/update-index.c:981
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010635msgid "read list of paths to be updated from standard input"
10636msgstr "прочитать список обновляемых путей из стандартного ввода"
10637
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010638#: builtin/update-index.c:985
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010639msgid "add entries from standard input to the index"
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010640msgstr "добавить записи из стандартного ввода в индекс"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010641
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010642#: builtin/update-index.c:989
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010643msgid "repopulate stages #2 and #3 for the listed paths"
10644msgstr "заново заполнить индекс #2 и #3 для указанных путей"
10645
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010646#: builtin/update-index.c:993
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010647msgid "only update entries that differ from HEAD"
10648msgstr "обновить только записи, которые отличаются от HEAD"
10649
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010650#: builtin/update-index.c:997
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010651msgid "ignore files missing from worktree"
10652msgstr "игнорировать файлы, отсутствующие в рабочем каталоге"
10653
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010654#: builtin/update-index.c:1000
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010655msgid "report actions to standard output"
10656msgstr "вывести выполняемые действия на стандартный вывод"
10657
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010658#: builtin/update-index.c:1002
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010659msgid "(for porcelains) forget saved unresolved conflicts"
10660msgstr "(для машинной обработки) забыть сохраненные неразрешенные конфликты"
10661
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010662#: builtin/update-index.c:1006
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010663msgid "write index in this format"
10664msgstr "записать индекс в указанном формате"
10665
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010666#: builtin/update-index.c:1008
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010667msgid "enable or disable split index"
10668msgstr "разрешить или запретить раздельный индекс"
10669
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010670#: builtin/update-index.c:1010
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010671msgid "enable/disable untracked cache"
10672msgstr "включить/отключить кэш неотслеживаемых файлов"
10673
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010674#: builtin/update-index.c:1012
10675msgid "test if the filesystem supports untracked cache"
10676msgstr "проверить, что файловая система поддерживает кэш неотслеживаемых файлов"
10677
10678#: builtin/update-index.c:1014
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010679msgid "enable untracked cache without testing the filesystem"
10680msgstr "включить кэш неотслеживаемых файлов без проверки файловой системы"
10681
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010682#: builtin/update-index.c:1134
10683msgid "Untracked cache disabled"
10684msgstr "Кэш неотслеживаемых файлов отключен"
10685
10686#: builtin/update-index.c:1146
10687#, c-format
10688msgid "Untracked cache enabled for '%s'"
10689msgstr "Кэш неотслеживаемых файлов включен для «%s»"
10690
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010691#: builtin/update-ref.c:9
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +020010692msgid "git update-ref [<options>] -d <refname> [<old-val>]"
10693msgstr "git update-ref [<опции>] -d <имя-ссылки> [<старое-значение>]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010694
10695#: builtin/update-ref.c:10
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +020010696msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
10697msgstr "git update-ref [<опции>] <имя-ссылки> <новое-значение> [<старое-значение>]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010698
10699#: builtin/update-ref.c:11
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +020010700msgid "git update-ref [<options>] --stdin [-z]"
10701msgstr "git update-ref [<опции>] --stdin [-z]"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010702
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010703#: builtin/update-ref.c:363
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010704msgid "delete the reference"
10705msgstr "удалить ссылку"
10706
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010707#: builtin/update-ref.c:365
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010708msgid "update <refname> not the one it points to"
10709msgstr "обновить <имя-ссылки> а не то, на что она указывает"
10710
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010711#: builtin/update-ref.c:366
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010712msgid "stdin has NUL-terminated arguments"
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010713msgstr "ввод отделённый НУЛЕВЫМИ символами"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010714
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010715#: builtin/update-ref.c:367
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010716msgid "read updates from stdin"
10717msgstr "прочитать обновления из стандартного ввода"
10718
10719#: builtin/update-server-info.c:6
10720msgid "git update-server-info [--force]"
10721msgstr "git update-server-info [--force]"
10722
10723#: builtin/update-server-info.c:14
10724msgid "update the info files from scratch"
10725msgstr "обновить информацию о серверах с нуля"
10726
10727#: builtin/verify-commit.c:17
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +020010728msgid "git verify-commit [-v | --verbose] <commit>..."
10729msgstr "git verify-commit [-v | --verbose] <коммит>…"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010730
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010731#: builtin/verify-commit.c:72
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010732msgid "print commit contents"
10733msgstr "вывести содержимое коммита"
10734
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010735#: builtin/verify-commit.c:73 builtin/verify-tag.c:84
10736msgid "print raw gpg status output"
10737msgstr "выводить сырой вывод статуса от gpg"
10738
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010739#: builtin/verify-pack.c:54
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +020010740msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
10741msgstr "git verify-pack [-v | --verbose] [-s | --stat-only] <пакет>…"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010742
10743#: builtin/verify-pack.c:64
10744msgid "verbose"
10745msgstr "быть многословнее"
10746
10747#: builtin/verify-pack.c:66
10748msgid "show statistics only"
10749msgstr "вывести только статистику"
10750
10751#: builtin/verify-tag.c:17
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +020010752msgid "git verify-tag [-v | --verbose] <tag>..."
10753msgstr "git verify-tag [-v | --verbose] <метка>…"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010754
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010755#: builtin/verify-tag.c:83
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010756msgid "print tag contents"
10757msgstr "вывести содержимое метки"
10758
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010759#: builtin/worktree.c:15
10760msgid "git worktree add [<options>] <path> [<branch>]"
10761msgstr "git worktree add [<опции>] <путь> [<ветка>]"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010762
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010763#: builtin/worktree.c:16
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010764msgid "git worktree prune [<options>]"
10765msgstr "git worktree prune [<опции>]"
10766
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010767#: builtin/worktree.c:17
10768msgid "git worktree list [<options>]"
10769msgstr "git worktree list [<опции>]"
10770
10771#: builtin/worktree.c:39
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010772#, c-format
10773msgid "Removing worktrees/%s: not a valid directory"
10774msgstr "Удаление рабочих каталогов/%s: не является каталогом"
10775
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010776#: builtin/worktree.c:45
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010777#, c-format
10778msgid "Removing worktrees/%s: gitdir file does not exist"
10779msgstr "Удаление рабочих каталогов/%s: файл gitdir не существует"
10780
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010781#: builtin/worktree.c:50
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010782#, c-format
10783msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
10784msgstr "Удаление рабочих каталогов/%s: не удалось прочитать файл gitdir (%s)"
10785
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010786#: builtin/worktree.c:61
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010787#, c-format
10788msgid "Removing worktrees/%s: invalid gitdir file"
10789msgstr "Удаление рабочих каталогов/%s: недействительный файл gitdir"
10790
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010791#: builtin/worktree.c:77
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010792#, c-format
10793msgid "Removing worktrees/%s: gitdir file points to non-existent location"
10794msgstr "Удаление рабочих каталогов/%s: gitdir указывает на несуществующее расположение"
10795
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010796#: builtin/worktree.c:112
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010797#, c-format
10798msgid "failed to remove: %s"
10799msgstr "не удалось удалить: %s"
10800
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010801#: builtin/worktree.c:201
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010802#, c-format
10803msgid "'%s' already exists"
10804msgstr "«%s» уже существует"
10805
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010806#: builtin/worktree.c:233
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010807#, c-format
10808msgid "could not create directory of '%s'"
10809msgstr "не удалось создать каталог «%s»"
10810
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010811#: builtin/worktree.c:269
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010812#, c-format
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010813msgid "Preparing %s (identifier %s)"
10814msgstr "Подготовка %s (идентификатор %s)"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010815
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010816#: builtin/worktree.c:317
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010817msgid "checkout <branch> even if already checked out in other worktree"
10818msgstr "перейти на <ветка> даже если она уже активна в другом рабочесм каталоге"
10819
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010820#: builtin/worktree.c:319
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010821msgid "create a new branch"
10822msgstr "создать новую ветку"
10823
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010824#: builtin/worktree.c:321
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010825msgid "create or reset a branch"
10826msgstr "создать или перейти на ветку"
10827
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010828#: builtin/worktree.c:322
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010829msgid "detach HEAD at named commit"
10830msgstr "отсоединить HEAD на указанном коммите"
10831
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010832#: builtin/worktree.c:329
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010833msgid "-b, -B, and --detach are mutually exclusive"
10834msgstr "-b, -B и --detach нельзя использовать одновременно"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010835
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010836#: builtin/write-tree.c:13
10837msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
10838msgstr "git write-tree [--missing-ok] [--prefix=<префикс>/]"
10839
10840#: builtin/write-tree.c:26
10841msgid "<prefix>/"
10842msgstr "<префикс>/"
10843
10844#: builtin/write-tree.c:27
10845msgid "write tree object for a subdirectory <prefix>"
10846msgstr "вывести объект дерева для подкаталога с <префикс>"
10847
10848#: builtin/write-tree.c:30
10849msgid "only useful for debugging"
10850msgstr "используется только при отладке"
10851
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010852#: credential-cache--daemon.c:262
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010853msgid "print debugging messages to stderr"
10854msgstr "вывод отладочных сообщений на stderr"
10855
10856#: git.c:14
10857msgid ""
10858"'git help -a' and 'git help -g' list available subcommands and some\n"
10859"concept guides. See 'git help <command>' or 'git help <concept>'\n"
10860"to read about a specific subcommand or concept."
10861msgstr "«git help -а» и «git help -g» выводит список доступных подкоманд и\nнекоторые руководства по темам. Запустите «git help <команда>» или\n«git help <термин>», чтобы прочесть о конкретных подкоманде или теме."
10862
Dimitriy Ryazantcevf3aeef12016-03-13 02:07:09 +020010863#: http.c:321
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010864msgid "Public key pinning not supported with cURL < 7.44.0"
10865msgstr "Public key pinning не поддерживается с cURL < 7.44.0"
10866
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010867#: common-cmds.h:9
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010868msgid "start a working area (see also: git help tutorial)"
10869msgstr "создать рабочую область (смотрите также: git help tutorial)"
10870
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010871#: common-cmds.h:10
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010872msgid "work on the current change (see also: git help everyday)"
10873msgstr "работа с текущими изменениями (смотрите также: git help everyday)"
10874
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010875#: common-cmds.h:11
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010876msgid "examine the history and state (see also: git help revisions)"
10877msgstr "просмотр истории и текущего состояния (смотрите также: git help revisions)"
10878
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010879#: common-cmds.h:12
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010880msgid "grow, mark and tweak your common history"
10881msgstr "выращивание, отметка и настройка вашей общей истории"
10882
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010883#: common-cmds.h:13
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010884msgid "collaborate (see also: git help workflows)"
10885msgstr "совместная работа (смотрите также: git help workflows)"
10886
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010887#: common-cmds.h:17
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010888msgid "Add file contents to the index"
10889msgstr "Добавление содержимого файла в индекс"
10890
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010891#: common-cmds.h:18
10892msgid "Use binary search to find the commit that introduced a bug"
10893msgstr "Использовать двоичный поиск изменения, которое вносит ошибку"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010894
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010895#: common-cmds.h:19
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010896msgid "List, create, or delete branches"
10897msgstr "Вывод списка, создание или удаление веток"
10898
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010899#: common-cmds.h:20
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030010900msgid "Switch branches or restore working tree files"
10901msgstr "Переключение веток или восстановление файлов в рабочем каталоге"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010902
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010903#: common-cmds.h:21
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010904msgid "Clone a repository into a new directory"
10905msgstr "Клонирование репозитория в новый каталог"
10906
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010907#: common-cmds.h:22
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010908msgid "Record changes to the repository"
10909msgstr "Запись изменений в репозиторий"
10910
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010911#: common-cmds.h:23
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010912msgid "Show changes between commits, commit and working tree, etc"
10913msgstr "Вывод разницы между коммитами, коммитом и рабочим каталогом и т.д."
10914
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010915#: common-cmds.h:24
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010916msgid "Download objects and refs from another repository"
10917msgstr "Загрузка объектов и ссылок из другого репозитория"
10918
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010919#: common-cmds.h:25
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010920msgid "Print lines matching a pattern"
10921msgstr "Вывод строк, соответствующих шаблону"
10922
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010923#: common-cmds.h:26
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010924msgid "Create an empty Git repository or reinitialize an existing one"
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020010925msgstr "Создание пустого репозитория Git или переинициализация существующего"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010926
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010927#: common-cmds.h:27
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010928msgid "Show commit logs"
10929msgstr "Вывод истории коммитов"
10930
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010931#: common-cmds.h:28
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010932msgid "Join two or more development histories together"
10933msgstr "Объединение одной или нескольких историй разработки вместе"
10934
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010935#: common-cmds.h:29
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010936msgid "Move or rename a file, a directory, or a symlink"
10937msgstr "Перемещение или переименование файла, каталога или символьной ссылки"
10938
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010939#: common-cmds.h:30
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010940msgid "Fetch from and integrate with another repository or a local branch"
10941msgstr "Извлечение изменений и объединение с другим репозиторием или локальной веткой"
10942
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010943#: common-cmds.h:31
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010944msgid "Update remote refs along with associated objects"
10945msgstr "Обновление внешних ссылок и связанных объектов"
10946
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010947#: common-cmds.h:32
Dimitriy Ryazantcevf3aeef12016-03-13 02:07:09 +020010948msgid "Reapply commits on top of another base tip"
10949msgstr "Повторно применить коммиты над верхушкой другой ветки"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010950
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010951#: common-cmds.h:33
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010952msgid "Reset current HEAD to the specified state"
10953msgstr "Сброс текущего состояния HEAD на указанное состояние"
10954
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010955#: common-cmds.h:34
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010956msgid "Remove files from the working tree and from the index"
10957msgstr "Удаление файлов из рабочего каталога и индекса"
10958
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010959#: common-cmds.h:35
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010960msgid "Show various types of objects"
10961msgstr "Вывод различных типов объектов"
10962
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010963#: common-cmds.h:36
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010964msgid "Show the working tree status"
10965msgstr "Вывод состояния рабочего каталога"
10966
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010967#: common-cmds.h:37
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010968msgid "Create, list, delete or verify a tag object signed with GPG"
10969msgstr "Создание, вывод списка, удаление или проверка метки, подписанной с помощью GPG"
10970
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010971#: parse-options.h:145
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010972msgid "expiry-date"
10973msgstr "дата-окончания"
10974
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030010975#: parse-options.h:160
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010976msgid "no-op (backward compatibility)"
10977msgstr "ничего не делает (оставлено для обратной совместимости)"
10978
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010979#: parse-options.h:237
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010980msgid "be more verbose"
10981msgstr "быть многословнее"
10982
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010983#: parse-options.h:239
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010984msgid "be more quiet"
10985msgstr "тихий режим"
10986
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010987#: parse-options.h:245
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010988msgid "use <n> digits to display SHA-1s"
10989msgstr "использовать <n> цифр для вывода SHA-1"
10990
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010991#: rerere.h:38
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010992msgid "update the index with reused conflict resolution if possible"
10993msgstr "обновить индекс с помощью переиспользования разрешения конфликта, если возможно"
10994
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020010995#: git-bisect.sh:55
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020010996msgid "You need to start by \"git bisect start\""
10997msgstr "Вам нужно начать с помощью «git bisect start»"
10998
10999#. TRANSLATORS: Make sure to include [Y] and [n] in your
11000#. translation. The program will only accept English input
11001#. at this point.
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011002#: git-bisect.sh:61
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011003msgid "Do you want me to do it for you [Y/n]? "
11004msgstr "Вы уверены, что хотите, чтобы я сделал это [Y - да/n - нет]? "
11005
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011006#: git-bisect.sh:122
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011007#, sh-format
11008msgid "unrecognised option: '$arg'"
11009msgstr "неопознанная опция: «$arg»"
11010
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011011#: git-bisect.sh:126
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011012#, sh-format
11013msgid "'$arg' does not appear to be a valid revision"
11014msgstr "«$arg» не похоже на действительную редакцию"
11015
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011016#: git-bisect.sh:155
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011017msgid "Bad HEAD - I need a HEAD"
11018msgstr "Плохой указатель HEAD — Необходим указатель HEAD"
11019
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011020#: git-bisect.sh:168
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011021#, sh-format
11022msgid ""
Dimitriy Ryazantcev76f92c12015-03-27 12:54:35 +020011023"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011024msgstr "Сбой перехода на «$start_head». Попробуйте выполнить «git bisect reset <существующая-ветка>»."
11025
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011026#: git-bisect.sh:178
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011027msgid "won't bisect on cg-seek'ed tree"
11028msgstr "нельзя выполнить двоичный поиск на дереве после cg-seek"
11029
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011030#: git-bisect.sh:182
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011031msgid "Bad HEAD - strange symbolic ref"
11032msgstr "Плохой указатель HEAD — странная символьная ссылка"
11033
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011034#: git-bisect.sh:234
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011035#, sh-format
11036msgid "Bad bisect_write argument: $state"
11037msgstr "Плохой аргумент bisect_write: $state"
11038
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011039#: git-bisect.sh:263
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011040#, sh-format
11041msgid "Bad rev input: $arg"
11042msgstr "Плохой ввод номера редакции: $arg"
11043
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011044#: git-bisect.sh:278
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011045msgid "Please call 'bisect_state' with at least one argument."
11046msgstr "Пожалуйста, вызывайте «bisect_state» как минимум с одним аргументом."
11047
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011048#: git-bisect.sh:290
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011049#, sh-format
11050msgid "Bad rev input: $rev"
11051msgstr "Плохой ввод номера редакции: $rev"
11052
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011053#: git-bisect.sh:299
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030011054#, sh-format
11055msgid "'git bisect $TERM_BAD' can take only one argument."
11056msgstr "«git bisect $TERM_BAD» может принимать только один аргумент."
11057
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011058#: git-bisect.sh:322
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030011059#, sh-format
11060msgid "Warning: bisecting only with a $TERM_BAD commit."
11061msgstr "Предупреждение: попытка двоичного поиска с указанием только $TERM_BAD коммита."
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011062
11063#. TRANSLATORS: Make sure to include [Y] and [n] in your
11064#. translation. The program will only accept English input
11065#. at this point.
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011066#: git-bisect.sh:328
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011067msgid "Are you sure [Y/n]? "
11068msgstr "Вы уверены [Y - да/n - нет]? "
11069
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011070#: git-bisect.sh:340
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030011071#, sh-format
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011072msgid ""
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030011073"You need to give me at least one $bad_syn and one $good_syn revision.\n"
11074"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
11075msgstr "Вам нужно передать мне как минимум одну $bad_syn и одну $good_syn редакцию.\n(Для этого вы можете использовать команды «git bisect $bad_syn» и «git bisect $good_syn».)"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011076
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011077#: git-bisect.sh:343
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030011078#, sh-format
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011079msgid ""
11080"You need to start by \"git bisect start\".\n"
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030011081"You then need to give me at least one $good_syn and one $bad_syn revision.\n"
11082"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
11083msgstr "Для начала нужно запустить «git bisect start».\nПосле этого, вам нужно передать мне как минимум одну $good_syn и одну $bad_syn редакцию.\n(Для этого вы можете использовать команды «git bisect $good_syn» и «git bisect $good_syn».)"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011084
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011085#: git-bisect.sh:414 git-bisect.sh:546
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011086msgid "We are not bisecting."
11087msgstr "Вы сейчас не в процессе бинарного поиска."
11088
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011089#: git-bisect.sh:421
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011090#, sh-format
11091msgid "'$invalid' is not a valid commit"
11092msgstr "«$invalid» не является действительным коммитом"
11093
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011094#: git-bisect.sh:430
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011095#, sh-format
11096msgid ""
11097"Could not check out original HEAD '$branch'.\n"
11098"Try 'git bisect reset <commit>'."
11099msgstr "Не удалось перейти на оригинальную ветку HEAD «$branch».\nПопробуйте запустить «git bisect reset <коммит>»."
11100
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011101#: git-bisect.sh:458
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011102msgid "No logfile given"
11103msgstr "Не передан файл журнала"
11104
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011105#: git-bisect.sh:459
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011106#, sh-format
11107msgid "cannot read $file for replaying"
11108msgstr "не удалось прочитать $file для повтора изменений"
11109
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011110#: git-bisect.sh:480
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011111msgid "?? what are you talking about?"
11112msgstr "?? вы о чем?"
11113
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011114#: git-bisect.sh:492
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011115#, sh-format
11116msgid "running $command"
11117msgstr "запускаю $command"
11118
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011119#: git-bisect.sh:499
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011120#, sh-format
11121msgid ""
11122"bisect run failed:\n"
11123"exit code $res from '$command' is < 0 or >= 128"
11124msgstr "не удалось выполнить двоичный поиск:\nкод завершения $res от «$command» оказался < 0 или >= 128"
11125
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011126#: git-bisect.sh:525
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011127msgid "bisect run cannot continue any more"
11128msgstr "bisect run больше не может продолжать"
11129
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011130#: git-bisect.sh:531
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011131#, sh-format
11132msgid ""
11133"bisect run failed:\n"
11134"'bisect_state $state' exited with error code $res"
11135msgstr "не удалось выполнить двоичный поиск:\n«bisect_state $state» завершился с кодом ошибки $res"
11136
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011137#: git-bisect.sh:538
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011138msgid "bisect run success"
11139msgstr "bisect run выполнен успешно"
11140
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011141#: git-bisect.sh:565
11142msgid "please use two different terms"
11143msgstr "используйте два разных определения"
11144
11145#: git-bisect.sh:575
11146#, sh-format
11147msgid "'$term' is not a valid term"
11148msgstr "«$term» не является допустимым определением"
11149
11150#: git-bisect.sh:578
11151#, sh-format
11152msgid "can't use the builtin command '$term' as a term"
11153msgstr "нельзя использовать встроенную команду «$term» как определение"
11154
11155#: git-bisect.sh:587 git-bisect.sh:593
11156#, sh-format
11157msgid "can't change the meaning of term '$term'"
11158msgstr "нельзя изменить значение определения «$term»"
11159
11160#: git-bisect.sh:606
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011161#, sh-format
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030011162msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
11163msgstr "Недопустимая команда: вы сейчас находитесь на $TERM_BAD/$TERM_GOOD двоичном поиске."
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011164
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011165#: git-bisect.sh:636
11166msgid "no terms defined"
11167msgstr "определения не заданы"
11168
11169#: git-bisect.sh:653
11170#, sh-format
11171msgid ""
11172"invalid argument $arg for 'git bisect terms'.\n"
11173"Supported options are: --term-good|--term-old and --term-bad|--term-new."
11174msgstr "недопустимый аргумент $arg для «git bisect terms».\nПоддерживаемые параметры: --term-good|--term-old и --term-bad|--term-new."
11175
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011176#: git-rebase.sh:57
11177msgid ""
11178"When you have resolved this problem, run \"git rebase --continue\".\n"
11179"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
11180"To check out the original branch and stop rebasing, run \"git rebase --abort\"."
11181msgstr "Когда вы разрешите этот конфликт, запустите «git rebase --continue».\nЕсли вы хотите пропустить этот патч, то запустите «git rebase --skip».\nЧтобы перейти на оригинальную ветку и остановить перемещение, запустите «git rebase --abort»."
11182
11183#: git-rebase.sh:165
11184msgid "Applied autostash."
11185msgstr "Применено автоматическое прятанье."
11186
11187#: git-rebase.sh:168
11188#, sh-format
11189msgid "Cannot store $stash_sha1"
11190msgstr "Не удалось сохранить $stash_sha1"
11191
11192#: git-rebase.sh:169
11193msgid ""
11194"Applying autostash resulted in conflicts.\n"
11195"Your changes are safe in the stash.\n"
11196"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
11197msgstr "Применение автоматического прятанья вызвало конфликты.\nВаши изменения спрятаны и в безопасности.\nВы можете выполнить «git stash pop» или «git stash drop» в любой момент.\n"
11198
11199#: git-rebase.sh:208
11200msgid "The pre-rebase hook refused to rebase."
11201msgstr "Перехватчик пре-перемещения отказал в перемещении."
11202
11203#: git-rebase.sh:213
11204msgid "It looks like git-am is in progress. Cannot rebase."
11205msgstr "Похоже, git-am выполняется. Перемещение невозможно."
11206
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011207#: git-rebase.sh:354
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011208msgid "The --exec option must be used with the --interactive option"
11209msgstr "Опция --exec должна использоваться вместе с опцией --interactive"
11210
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011211#: git-rebase.sh:359
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011212msgid "No rebase in progress?"
11213msgstr "Нет перемещения в процессе?"
11214
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011215#: git-rebase.sh:370
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011216msgid "The --edit-todo action can only be used during interactive rebase."
11217msgstr "Действие --edit-todo может использоваться только при интерактивном перемещении."
11218
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011219#: git-rebase.sh:377
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011220msgid "Cannot read HEAD"
11221msgstr "Не удалось прочитать HEAD"
11222
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011223#: git-rebase.sh:380
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011224msgid ""
11225"You must edit all merge conflicts and then\n"
11226"mark them as resolved using git add"
11227msgstr "Вы должны отредактировать все\nконфликты слияния, а потом пометить\nих как разрешенные с помощью git add"
11228
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011229#: git-rebase.sh:398
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011230#, sh-format
11231msgid "Could not move back to $head_name"
11232msgstr "Не удалось перейти назад на $head_name"
11233
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011234#: git-rebase.sh:417
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011235#, sh-format
11236msgid ""
11237"It seems that there is already a $state_dir_base directory, and\n"
11238"I wonder if you are in the middle of another rebase. If that is the\n"
11239"case, please try\n"
11240"\t$cmd_live_rebase\n"
11241"If that is not the case, please\n"
11242"\t$cmd_clear_stale_rebase\n"
11243"and run me again. I am stopping in case you still have something\n"
11244"valuable there."
11245msgstr "Похоже, каталог $state_dir_base уже существует и я предполагаю, что вы в процессе другого перемещения. Если это так, попробуйте\n\t$cmd_live_rebase\nЕсли нет\n\t$cmd_clear_stale_rebase\nи запустите меня снова. Я останавливаюсь, чтобы вы не потеряли что-то важное."
11246
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011247#: git-rebase.sh:468
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011248#, sh-format
11249msgid "invalid upstream $upstream_name"
11250msgstr "недействительная вышестоящая ветка $upstream_name"
11251
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011252#: git-rebase.sh:492
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011253#, sh-format
11254msgid "$onto_name: there are more than one merge bases"
11255msgstr "$onto_name: имеется больше одной базы слияния"
11256
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011257#: git-rebase.sh:495 git-rebase.sh:499
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011258#, sh-format
11259msgid "$onto_name: there is no merge base"
11260msgstr "$onto_name: нет базы слияния"
11261
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011262#: git-rebase.sh:504
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011263#, sh-format
11264msgid "Does not point to a valid commit: $onto_name"
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020011265msgstr "Не указывает на действительный коммит: $onto_name"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011266
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011267#: git-rebase.sh:527
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011268#, sh-format
11269msgid "fatal: no such branch: $branch_name"
11270msgstr "критическая ошибка: нет такой ветки: $branch_name"
11271
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011272#: git-rebase.sh:560
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011273msgid "Cannot autostash"
11274msgstr "Не удалось выполнить автоматическое прятанье"
11275
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011276#: git-rebase.sh:565
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011277#, sh-format
11278msgid "Created autostash: $stash_abbrev"
11279msgstr "Изменения автоматически спрятаны: $stash_abbrev"
11280
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011281#: git-rebase.sh:569
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011282msgid "Please commit or stash them."
11283msgstr "Сделайте коммит или спрячьте их."
11284
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011285#: git-rebase.sh:589
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011286#, sh-format
11287msgid "Current branch $branch_name is up to date."
11288msgstr "Текущая ветка $branch_name уже свежая."
11289
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011290#: git-rebase.sh:593
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011291#, sh-format
11292msgid "Current branch $branch_name is up to date, rebase forced."
11293msgstr "Текущая ветка $branch_name уже свежая, принудительное перемещение."
11294
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011295#: git-rebase.sh:604
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011296#, sh-format
11297msgid "Changes from $mb to $onto:"
11298msgstr "Изменения от $mb до $onto:"
11299
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011300#: git-rebase.sh:613
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011301msgid "First, rewinding head to replay your work on top of it..."
11302msgstr "Сначала перематываем указатель текущего коммита, чтобы применить ваши изменения поверх него…"
11303
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011304#: git-rebase.sh:623
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011305#, sh-format
11306msgid "Fast-forwarded $branch_name to $onto_name."
11307msgstr "Перемотана вперед $branch_name до $onto_name."
11308
11309#: git-stash.sh:51
11310msgid "git stash clear with parameters is unimplemented"
11311msgstr "git stash очистка с параметрами не реализована"
11312
11313#: git-stash.sh:74
11314msgid "You do not have the initial commit yet"
11315msgstr "У вас еще нет начального коммита"
11316
11317#: git-stash.sh:89
11318msgid "Cannot save the current index state"
11319msgstr "Не удалось сохранить текущее состояние индекса"
11320
11321#: git-stash.sh:124 git-stash.sh:137
11322msgid "Cannot save the current worktree state"
11323msgstr "Не удалось сохранить текущее состояние рабочего каталога"
11324
11325#: git-stash.sh:141
11326msgid "No changes selected"
11327msgstr "Изменения не выбраны"
11328
11329#: git-stash.sh:144
11330msgid "Cannot remove temporary index (can't happen)"
11331msgstr "Не удалось удалить временный индекс (не должно случаться)"
11332
11333#: git-stash.sh:157
11334msgid "Cannot record working tree state"
11335msgstr "Не удалось записать состояние рабочего каталога"
11336
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030011337#: git-stash.sh:189
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011338#, sh-format
11339msgid "Cannot update $ref_stash with $w_commit"
11340msgstr "Не удалось обновить $ref_stash с помощью $w_commit"
11341
11342#. TRANSLATORS: $option is an invalid option, like
11343#. `--blah-blah'. The 7 spaces at the beginning of the
11344#. second line correspond to "error: ". So you should line
11345#. up the second line with however many characters the
11346#. translation of "error: " takes in your language. E.g. in
11347#. English this is:
11348#. $ git stash save --blah-blah 2>&1 | head -n 2
11349#. error: unknown option for 'stash save': --blah-blah
11350#. To provide a message, use git stash save -- '--blah-blah'
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030011351#: git-stash.sh:239
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011352#, sh-format
11353msgid ""
11354"error: unknown option for 'stash save': $option\n"
11355" To provide a message, use git stash save -- '$option'"
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030011356msgstr "ошибка: неизвестная опция для «stash save»: $option\n Для предоставления сообщения, используйте git stash save -- «$option»"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011357
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030011358#: git-stash.sh:260
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011359msgid "No local changes to save"
11360msgstr "Нет локальных изменений для сохранения"
11361
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030011362#: git-stash.sh:264
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011363msgid "Cannot initialize stash"
11364msgstr "Не удалось инициализировать спрятанные изменения"
11365
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030011366#: git-stash.sh:268
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011367msgid "Cannot save the current status"
11368msgstr "Не удалось сохранить текущий статус"
11369
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030011370#: git-stash.sh:286
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011371msgid "Cannot remove worktree changes"
11372msgstr "Не удалось удалить изменения рабочего каталога"
11373
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011374#: git-stash.sh:405
Dimitriy Ryazantceva3e55f72015-07-14 16:34:00 +030011375#, sh-format
11376msgid "unknown option: $opt"
11377msgstr "неизвестная опция: $opt"
11378
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011379#: git-stash.sh:415
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011380msgid "No stash found."
11381msgstr "Не найдены спрятанные изменения."
11382
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011383#: git-stash.sh:422
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011384#, sh-format
11385msgid "Too many revisions specified: $REV"
11386msgstr "Передано слишком много редакций: $REV"
11387
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011388#: git-stash.sh:428
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011389#, sh-format
11390msgid "$reference is not a valid reference"
11391msgstr "$reference не является действительной ссылкой"
11392
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011393#: git-stash.sh:456
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011394#, sh-format
11395msgid "'$args' is not a stash-like commit"
11396msgstr "«$args» не похоже на коммит со спрятанными изменениями"
11397
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011398#: git-stash.sh:467
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011399#, sh-format
11400msgid "'$args' is not a stash reference"
11401msgstr "«$args» не является ссылкой на спрятанные изменения"
11402
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011403#: git-stash.sh:475
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011404msgid "unable to refresh index"
11405msgstr "не удалось обновить индекс"
11406
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011407#: git-stash.sh:479
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011408msgid "Cannot apply a stash in the middle of a merge"
11409msgstr "Нельзя применить спрятанные изменения во время выполнения слияния"
11410
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011411#: git-stash.sh:487
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011412msgid "Conflicts in index. Try without --index."
11413msgstr "Конфликты в индексе. Попробуйте без --index."
11414
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011415#: git-stash.sh:489
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011416msgid "Could not save index tree"
11417msgstr "Не удалось сохранить дерево индекса"
11418
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011419#: git-stash.sh:523
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011420msgid "Cannot unstage modified files"
11421msgstr "Невозможно убрать из индекса измененные файлы"
11422
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011423#: git-stash.sh:538
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011424msgid "Index was not unstashed."
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020011425msgstr "Индекс не был извлечён из спрятанных изменений."
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011426
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011427#: git-stash.sh:561
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011428#, sh-format
11429msgid "Dropped ${REV} ($s)"
11430msgstr "Отброшено ${REV} ($s)"
11431
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011432#: git-stash.sh:562
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011433#, sh-format
11434msgid "${REV}: Could not drop stash entry"
11435msgstr "${REV}: Не удалось отбросить запись из спрятанных изменений"
11436
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011437#: git-stash.sh:570
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011438msgid "No branch name specified"
11439msgstr "Не указано имя ветки"
11440
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011441#: git-stash.sh:642
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011442msgid "(To restore them type \"git stash apply\")"
11443msgstr "(Чтобы восстановить их, наберите «git stash apply»)"
11444
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011445#: git-submodule.sh:104
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011446#, sh-format
11447msgid "cannot strip one component off url '$remoteurl'"
11448msgstr "не удалось отрезать один компонент адреса «$remoteurl»"
11449
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011450#: git-submodule.sh:281
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011451msgid "Relative path can only be used from the toplevel of the working tree"
11452msgstr "Относительный путь можно использовать только находясь на вершине рабочего каталога"
11453
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011454#: git-submodule.sh:291
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011455#, sh-format
11456msgid "repo URL: '$repo' must be absolute or begin with ./|../"
11457msgstr "URL репозитория: «$repo» должен быть абсолютным или начинаться с ./|../"
11458
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011459#: git-submodule.sh:308
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011460#, sh-format
11461msgid "'$sm_path' already exists in the index"
11462msgstr "«$sm_path» уже содержится в индексе"
11463
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011464#: git-submodule.sh:312
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011465#, sh-format
11466msgid ""
11467"The following path is ignored by one of your .gitignore files:\n"
11468"$sm_path\n"
11469"Use -f if you really want to add it."
11470msgstr "Следующие пути игнорируются одним из ваших файлов .gitignore:\n$sm_path\nИспользуйте опцию -f, если вы действительно хотите его добавить."
11471
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011472#: git-submodule.sh:330
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011473#, sh-format
11474msgid "Adding existing repo at '$sm_path' to the index"
11475msgstr "Добавляю существующий репозиторий из «$sm_path» в индекс"
11476
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011477#: git-submodule.sh:332
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011478#, sh-format
11479msgid "'$sm_path' already exists and is not a valid git repo"
11480msgstr "«$sm_path» уже существует и не является действительным репозиторием git"
11481
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011482#: git-submodule.sh:340
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011483#, sh-format
11484msgid "A git directory for '$sm_name' is found locally with remote(s):"
11485msgstr "Каталог git для «$sm_name» найден локально на внешних репозиториях:"
11486
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011487#: git-submodule.sh:342
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011488#, sh-format
11489msgid ""
11490"If you want to reuse this local git directory instead of cloning again from"
11491msgstr "Если вы хотите переиспользовать локальный каталог git вместо повторного клонирования из"
11492
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011493#: git-submodule.sh:344
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011494#, sh-format
11495msgid ""
11496"use the '--force' option. If the local git directory is not the correct repo"
11497msgstr ", то используйте опцию «--force». Если локальный каталог git не является действительным репозиторием"
11498
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011499#: git-submodule.sh:345
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011500#, sh-format
11501msgid ""
11502"or you are unsure what this means choose another name with the '--name' "
11503"option."
11504msgstr "или если вы не поняли, что это значит, то просто используйте другое имя с помощью опции «--name»."
11505
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011506#: git-submodule.sh:347
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011507#, sh-format
11508msgid "Reactivating local git directory for submodule '$sm_name'."
11509msgstr "Восстановление локального каталога git для подмодуля «$sm_name»."
11510
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011511#: git-submodule.sh:359
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011512#, sh-format
11513msgid "Unable to checkout submodule '$sm_path'"
11514msgstr "Не удалось перейти на состояние у подмодуля «$sm_path»"
11515
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011516#: git-submodule.sh:364
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011517#, sh-format
11518msgid "Failed to add submodule '$sm_path'"
11519msgstr "Сбой добавления подмодуля «$sm_path»"
11520
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011521#: git-submodule.sh:373
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011522#, sh-format
11523msgid "Failed to register submodule '$sm_path'"
11524msgstr "Не удалось зарегистрировать подмодуль «$sm_path»"
11525
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011526#: git-submodule.sh:417
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011527#, sh-format
11528msgid "Entering '$prefix$displaypath'"
11529msgstr "Заходим в «$prefix$displaypath»"
11530
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011531#: git-submodule.sh:437
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011532#, sh-format
11533msgid "Stopping at '$prefix$displaypath'; script returned non-zero status."
11534msgstr "Останавливаемся на «$prefix$displaypath»; сценарий вернул не нулевой код возврата."
11535
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011536#: git-submodule.sh:483
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011537#, sh-format
11538msgid "No url found for submodule path '$displaypath' in .gitmodules"
11539msgstr "Адрес для пути подмодуля «$displaypath» не найден в .gitmodules"
11540
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011541#: git-submodule.sh:492
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011542#, sh-format
11543msgid "Failed to register url for submodule path '$displaypath'"
11544msgstr "Сбой регистрации адресе для пути подмодуля «$displaypath»"
11545
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011546#: git-submodule.sh:494
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011547#, sh-format
11548msgid "Submodule '$name' ($url) registered for path '$displaypath'"
11549msgstr "Подмодуль «$name» ($url) зарегистрирован для пути «$displaypath»"
11550
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011551#: git-submodule.sh:511
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011552#, sh-format
11553msgid "Failed to register update mode for submodule path '$displaypath'"
11554msgstr "Сбой регистрации режима обновления для пути подмодуля «$displaypath»"
11555
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011556#: git-submodule.sh:549
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011557#, sh-format
11558msgid "Use '.' if you really want to deinitialize all submodules"
11559msgstr "Используйте «.», если вы действительно хотите деинициализировать все подмодули"
11560
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011561#: git-submodule.sh:566
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011562#, sh-format
11563msgid "Submodule work tree '$displaypath' contains a .git directory"
11564msgstr "Рабочий каталог подмодуля «$displaypath» содержит каталог .git"
11565
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011566#: git-submodule.sh:567
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011567#, sh-format
11568msgid ""
11569"(use 'rm -rf' if you really want to remove it including all of its history)"
11570msgstr "(используйте «rm -rf», если вы действительно хотите удалить его, включая всю его историю)"
11571
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011572#: git-submodule.sh:573
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011573#, sh-format
11574msgid ""
11575"Submodule work tree '$displaypath' contains local modifications; use '-f' to"
11576" discard them"
11577msgstr "Рабочий каталог подмодуля «$displaypath» содержит локальные изменения; используйте «-f», чтобы отменить их"
11578
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011579#: git-submodule.sh:576
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011580#, sh-format
11581msgid "Cleared directory '$displaypath'"
11582msgstr "Очищен каталог «$displaypath»"
11583
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011584#: git-submodule.sh:577
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011585#, sh-format
11586msgid "Could not remove submodule work tree '$displaypath'"
11587msgstr "Не удалось удалить рабочий каталог подмодуля «$displaypath»"
11588
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011589#: git-submodule.sh:580
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011590#, sh-format
11591msgid "Could not create empty submodule directory '$displaypath'"
11592msgstr "Не удалось создать пустой каталог подмодуля «$displaypath»"
11593
Dimitriy Ryazantcev5fa9ab82015-12-25 14:02:48 +020011594#: git-submodule.sh:589
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011595#, sh-format
11596msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
11597msgstr "Подмодуль «$name» ($url) был снят с регистрации по пути «$displaypath»"
11598
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020011599#: git-submodule.sh:723
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011600#, sh-format
11601msgid ""
11602"Submodule path '$displaypath' not initialized\n"
11603"Maybe you want to use 'update --init'?"
11604msgstr "Подмодуль по пути «$displaypath» не инициализирован\nВозможно, вам нужно использовать «update --init»?"
11605
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020011606#: git-submodule.sh:736
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011607#, sh-format
11608msgid "Unable to find current revision in submodule path '$displaypath'"
11609msgstr "Не удалось найти текущую редакцию для подмодуля по пути «$displaypath»"
11610
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020011611#: git-submodule.sh:745
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011612#, sh-format
11613msgid "Unable to fetch in submodule path '$sm_path'"
11614msgstr "Не удалось выполнить извлечение для подмодуля по пути «$sm_path»"
11615
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020011616#: git-submodule.sh:768
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011617#, sh-format
11618msgid "Unable to fetch in submodule path '$displaypath'"
11619msgstr "Не удалось выполнить извлечение для подмодуля по пути «$displaypath»"
11620
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020011621#: git-submodule.sh:788
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011622#, sh-format
11623msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
11624msgstr "Не удалось выполнить переход на состояние «$sha1» для подмодуля по пути «$displaypath»"
11625
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020011626#: git-submodule.sh:789
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011627#, sh-format
11628msgid "Submodule path '$displaypath': checked out '$sha1'"
11629msgstr "Подмодуль по пути «$displaypath»: забрано состояние «$sha1»"
11630
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020011631#: git-submodule.sh:793
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011632#, sh-format
11633msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
11634msgstr "Не удалось переместить «$sha1» для подмодуля по пути «$displaypath»"
11635
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020011636#: git-submodule.sh:794
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011637#, sh-format
11638msgid "Submodule path '$displaypath': rebased into '$sha1'"
11639msgstr "Подмодуль по пути «$displaypath»: перемещен над «$sha1»"
11640
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020011641#: git-submodule.sh:799
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011642#, sh-format
11643msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
11644msgstr "Не удалось выполнить слияние с «$sha1» для подмодуля по пути «$displaypath»"
11645
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020011646#: git-submodule.sh:800
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011647#, sh-format
11648msgid "Submodule path '$displaypath': merged in '$sha1'"
11649msgstr "Подмодуль по пути «$displaypath»: слито с «$sha1»"
11650
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020011651#: git-submodule.sh:805
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011652#, sh-format
11653msgid ""
Dimitriy Ryazantcev82aa9b72015-09-30 18:01:23 +030011654"Execution of '$command $sha1' failed in submodule path '$prefix$sm_path'"
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011655msgstr "Сбой выполнения «$command $sha1» для подмодуля по пути «$prefix$sm_path»"
11656
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020011657#: git-submodule.sh:806
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011658#, sh-format
11659msgid "Submodule path '$prefix$sm_path': '$command $sha1'"
11660msgstr "Подмодуль по пути «$prefix$sm_path»: «$command $sha1»"
11661
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020011662#: git-submodule.sh:836
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011663#, sh-format
11664msgid "Failed to recurse into submodule path '$displaypath'"
11665msgstr "Не удалось выполнить рекурсивно для подмодуля по пути «$displaypath»"
11666
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020011667#: git-submodule.sh:944
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011668msgid "The --cached option cannot be used with the --files option"
11669msgstr "Опцию --cached нельзя использовать одновременно с опцией --files"
11670
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020011671#: git-submodule.sh:996
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011672#, sh-format
11673msgid "unexpected mode $mod_dst"
11674msgstr "неизвестный режим $mod_dst"
11675
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020011676#: git-submodule.sh:1016
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011677#, sh-format
11678msgid " Warn: $display_name doesn't contain commit $sha1_src"
11679msgstr " Предупреждение: $display_name не содержит коммит $sha1_src"
11680
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020011681#: git-submodule.sh:1019
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011682#, sh-format
11683msgid " Warn: $display_name doesn't contain commit $sha1_dst"
11684msgstr " Предупреждение: $display_name не содержит коммит $sha1_dst"
11685
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020011686#: git-submodule.sh:1022
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011687#, sh-format
11688msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
11689msgstr " Предупреждение: $display_name не содержит коммиты $sha1_src и $sha1_dst"
11690
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020011691#: git-submodule.sh:1047
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011692msgid "blob"
11693msgstr "двоичный объект"
11694
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020011695#: git-submodule.sh:1165
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011696#, sh-format
11697msgid "Failed to recurse into submodule path '$sm_path'"
11698msgstr "Не удалось выполнить рекурсивно для подмодуля по пути «$sm_path»"
11699
Dimitriy Ryazantcev03eb39a2016-03-02 17:37:55 +020011700#: git-submodule.sh:1229
Dimitriy Ryazantcevf0881042015-03-20 17:18:53 +020011701#, sh-format
11702msgid "Synchronizing submodule url for '$displaypath'"
11703msgstr "Синхронизация url для подмодуля «$displaypath»"