1 # 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.
6 # Dimitriy Ryazantcev <DJm00n@mail.ru>, 2014-2018
11 "Project-Id-Version: Git Russian Localization Project\n"
12 "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
13 "POT-Creation-Date: 2018-08-21 08:28+0800\n"
14 "PO-Revision-Date: 2018-08-28 15:57+0000\n"
15 "Last-Translator: Dimitriy Ryazantcev <DJm00n@mail.ru>\n"
16 "Language-Team: Russian (http://www.transifex.com/djm00n/git-po-ru/language/ru/)\n"
18 "Content-Type: text/plain; charset=UTF-8\n"
19 "Content-Transfer-Encoding: 8bit\n"
21 "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"
25 msgid "%shint: %.*s%s\n"
26 msgstr "%sподсказка: %.*s%s\n"
29 msgid "Cherry-picking is not possible because you have unmerged files."
30 msgstr "Невозможно выполнить копирование коммита в текущую ветку, так как у вас имеются не слитые файлы."
33 msgid "Committing is not possible because you have unmerged files."
34 msgstr "Невозможно закоммитить, так как у вас имеются не слитые файлы."
37 msgid "Merging is not possible because you have unmerged files."
38 msgstr "Невозможно выполнить слияние, так как у вас имеются не слитые файлы."
41 msgid "Pulling is not possible because you have unmerged files."
42 msgstr "Невозможно выполнить получение, так как у вас имеются не слитые файлы."
45 msgid "Reverting is not possible because you have unmerged files."
46 msgstr "Невозможно обратить изменения, так как у вас имеются не слитые файлы."
50 msgid "It is not possible to %s because you have unmerged files."
51 msgstr "Невозможно выполнить %s, так как у вас имеются не слитые файлы."
55 "Fix them up in the work tree, and then use 'git add/rm <file>'\n"
56 "as appropriate to mark resolution and make a commit."
57 msgstr "Исправьте их в рабочем каталоге, затем запустите «git add/rm <файл>»,\nчтобы пометить исправление и сделайте коммит."
60 msgid "Exiting because of an unresolved conflict."
61 msgstr "Выход из-за неразрешенного конфликта."
63 #: advice.c:181 builtin/merge.c:1286
64 msgid "You have not concluded your merge (MERGE_HEAD exists)."
65 msgstr "Вы не завершили слияние (присутствует файл MERGE_HEAD)."
68 msgid "Please, commit your changes before merging."
69 msgstr "Перед слиянием, выполните коммит ваших изменений."
72 msgid "Exiting because of unfinished merge."
73 msgstr "Выход из-за незавершенного слияния."
78 "Note: checking out '%s'.\n"
80 "You are in 'detached HEAD' state. You can look around, make experimental\n"
81 "changes and commit them, and you can discard any commits you make in this\n"
82 "state without impacting any branches by performing another checkout.\n"
84 "If you want to create a new branch to retain commits you create, you may\n"
85 "do so (now or later) by using -b with the checkout command again. Example:\n"
87 " git checkout -b <new-branch-name>\n"
89 msgstr "Примечание: переход на «%s».\n\nВы сейчас в состоянии «отделённого HEAD». Вы можете осмотреться, сделать\nэкспериментальные изменения и закоммитить их, также вы можете отменить\nизменения любых коммитов в этом состоянии не затрагивая любые ветки и\nне переходя на них.\n\nЕсли вы хотите создать новую ветку и сохранить свои коммиты, то вы\nможете сделать это (сейчас или позже) вызвав команду checkout снова,\nно с параметром -b. Например:\n\n git checkout -b <имя-новой-ветки>\n\n"
93 msgid "unrecognized whitespace option '%s'"
94 msgstr "неопознанная опция для пробелов «%s»"
98 msgid "unrecognized whitespace ignore option '%s'"
99 msgstr "неопознанная опция для игнорирования пробелов «%s»"
102 msgid "--reject and --3way cannot be used together."
103 msgstr "--reject и --3way нельзя использовать одновременно."
106 msgid "--cached and --3way cannot be used together."
107 msgstr "--cached и --3way нельзя использовать одновременно."
110 msgid "--3way outside a repository"
111 msgstr "--3way вне репозитория"
114 msgid "--index outside a repository"
115 msgstr "--index вне репозитория"
118 msgid "--cached outside a repository"
119 msgstr "--cached вне репозитория"
123 msgid "Cannot prepare timestamp regexp %s"
124 msgstr "Не удалось подготовить регулярное выражение для метки времени %s"
128 msgid "regexec returned %d for input: %s"
129 msgstr "regexec возвратил %d для ввода: %s"
133 msgid "unable to find filename in patch at line %d"
134 msgstr "не удалось найти имя файла в строке патча %d"
138 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
139 msgstr "git apply: плохой git-diff — ожидалось /dev/null, получено %s на строке %d"
143 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
144 msgstr "git apply: плохой git-diff — не согласующееся новое имя файла на строке %d"
148 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
149 msgstr "git apply: плохой git-diff — не согласующееся старое имя файла на строке %d"
153 msgid "git apply: bad git-diff - expected /dev/null on line %d"
154 msgstr "git apply: плохой git-diff — ожидалось /dev/null на строке %d"
158 msgid "invalid mode on line %d: %s"
159 msgstr "недопустимый режим %d: %s"
163 msgid "inconsistent header lines %d and %d"
164 msgstr "противоречивые строки заголовка %d и %d"
168 msgid "recount: unexpected line: %.*s"
169 msgstr "recount: не ожидаемая строка: %.*s"
173 msgid "patch fragment without header at line %d: %.*s"
174 msgstr "фрагмент изменений без заголовка на строке %d: %.*s"
179 "git diff header lacks filename information when removing %d leading pathname"
180 " component (line %d)"
182 "git diff header lacks filename information when removing %d leading pathname"
183 " components (line %d)"
184 msgstr[0] "заголовок git diff не нашел информацию об имени файла при удалении %d ведущего компонента пути к файлу (строка %d)"
185 msgstr[1] "заголовок git diff не нашел информацию об имени файла при удалении %d ведущих компонент пути к файлу (строка %d)"
186 msgstr[2] "заголовок git diff не нашел информацию об имени файла при удалении %d ведущих компонент пути к файлу (строка %d)"
187 msgstr[3] "заголовок git diff не нашел информацию об имени файла при удалении %d ведущих компонент пути к файлу (строка %d)"
191 msgid "git diff header lacks filename information (line %d)"
192 msgstr "заголовок git diff не содержит информации об имени файла (строка %d)"
195 msgid "new file depends on old contents"
196 msgstr "новый файл зависит от старого содержимого"
199 msgid "deleted file still has contents"
200 msgstr "удаленный файл все еще имеет содержимое"
204 msgid "corrupt patch at line %d"
205 msgstr "патч поврежден на строке %d"
209 msgid "new file %s depends on old contents"
210 msgstr "новый файл %s зависит от старого содержимого"
214 msgid "deleted file %s still has contents"
215 msgstr "удаленный файл %s все еще имеет содержимое"
219 msgid "** warning: file %s becomes empty but is not deleted"
220 msgstr "** предупреждение: файл %s становится пустым, но не удаляется"
224 msgid "corrupt binary patch at line %d: %.*s"
225 msgstr "поврежденный двоичный патч на строке %d: %.*s"
229 msgid "unrecognized binary patch at line %d"
230 msgstr "неопознанный двоичный патч на строке %d"
234 msgid "patch with only garbage at line %d"
235 msgstr "патч с мусором на строке %d"
239 msgid "unable to read symlink %s"
240 msgstr "не удалось прочитать символьную ссылку %s"
244 msgid "unable to open or read %s"
245 msgstr "не удалось открыть или прочесть %s"
249 msgid "invalid start of line: '%c'"
250 msgstr "неправильное начало строки: «%c»"
254 msgid "Hunk #%d succeeded at %d (offset %d line)."
255 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
256 msgstr[0] "Часть #%d успешно применена на %d (со сдвигом в %d строку)."
257 msgstr[1] "Часть #%d успешно применена на %d (со сдвигом в %d строки)."
258 msgstr[2] "Часть #%d успешно применена на %d (со сдвигом в %d строк)."
259 msgstr[3] "Часть #%d успешно применена на %d (со сдвигом в %d строк)."
263 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
264 msgstr "Контекст сужен до (%ld/%ld), чтобы применить фрагмент на %d строке"
269 "while searching for:\n"
271 msgstr "при поиске:\n%.*s"
275 msgid "missing binary patch data for '%s'"
276 msgstr "пропущены данные двоичного патча для «%s»"
280 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
281 msgstr "невозможно выполнить reverse-apply для двоичного патча, без обращения изменений блока «%s»"
285 msgid "cannot apply binary patch to '%s' without full index line"
286 msgstr "невозможно применить двоичный патч «%s» без строки с указанной полной версией индекса"
291 "the patch applies to '%s' (%s), which does not match the current contents."
292 msgstr "патч применятся к файлу «%s» (%s), но его текущее содержимое не соотвествует ожидаемому."
296 msgid "the patch applies to an empty '%s' but it is not empty"
297 msgstr "патч применяется к пустому файлу «%s», но файл не пустой"
301 msgid "the necessary postimage %s for '%s' cannot be read"
302 msgstr "не удалось прочитать необходимую посылку %s для «%s»"
306 msgid "binary patch does not apply to '%s'"
307 msgstr "не удалось применить двоичный патч к «%s»"
311 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
312 msgstr "после применения двоичного патча для «%s» был получен неправильный результат (ожидалось %s, получено %s)"
316 msgid "patch failed: %s:%ld"
317 msgstr "ошибка применения изменений: %s:%ld"
321 msgid "cannot checkout %s"
322 msgstr "не удалось переключить состояние на %s"
324 #: apply.c:3404 apply.c:3415 apply.c:3461 setup.c:278
326 msgid "failed to read %s"
327 msgstr "не удалось прочитать %s"
331 msgid "reading from '%s' beyond a symbolic link"
332 msgstr "чтение из «%s» за символической ссылкой"
334 #: apply.c:3441 apply.c:3681
336 msgid "path %s has been renamed/deleted"
337 msgstr "путь %s был переименован/удален"
339 #: apply.c:3524 apply.c:3696
341 msgid "%s: does not exist in index"
342 msgstr "%s: нет в индексе"
344 #: apply.c:3533 apply.c:3704
346 msgid "%s: does not match index"
347 msgstr "%s: не совпадает с индексом"
350 msgid "repository lacks the necessary blob to fall back on 3-way merge."
351 msgstr "в репозитории отсутствует необходимый двоичный объект для отката к трёхходовому слиянию."
355 msgid "Falling back to three-way merge...\n"
356 msgstr "Откат к трёхходовому слиянию…\n"
358 #: apply.c:3587 apply.c:3591
360 msgid "cannot read the current contents of '%s'"
361 msgstr "не удалось прочитать текущее содержимое «%s»"
365 msgid "Failed to fall back on three-way merge...\n"
366 msgstr "Не удалось откатиться к трёхходовому слиянию…\n"
370 msgid "Applied patch to '%s' with conflicts.\n"
371 msgstr "Патч применен к «%s» с конфликтами.\n"
375 msgid "Applied patch to '%s' cleanly.\n"
376 msgstr "Патч применен к «%s» без ошибок.\n"
379 msgid "removal patch leaves file contents"
380 msgstr "патч удаления не удалил содержимое файла"
384 msgid "%s: wrong type"
385 msgstr "%s: неправильный тип"
389 msgid "%s has type %o, expected %o"
390 msgstr "%s имеет тип %o, а ожидался %o"
392 #: apply.c:3874 apply.c:3876
394 msgid "invalid path '%s'"
395 msgstr "неправильный путь «%s»"
399 msgid "%s: already exists in index"
400 msgstr "%s: уже содержится в индексе"
404 msgid "%s: already exists in working directory"
405 msgstr "%s: уже содержится в рабочем каталоге"
409 msgid "new mode (%o) of %s does not match old mode (%o)"
410 msgstr "новый режим доступа (%o) для %s не соответствует старому режиму доступа (%o)"
414 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
415 msgstr "новый режим доступа (%o) для %s не соответствует старому режиму доступа (%o) для %s"
419 msgid "affected file '%s' is beyond a symbolic link"
420 msgstr "затронутый файл «%s» находится за символической ссылкой"
424 msgid "%s: patch does not apply"
425 msgstr "%s: не удалось применить патч"
429 msgid "Checking patch %s..."
430 msgstr "Проверка патча %s…"
434 msgid "sha1 information is lacking or useless for submodule %s"
435 msgstr "информация об sha1 отсутствует или бесполезна для подмодуля %s"
439 msgid "mode change for %s, which is not in current HEAD"
440 msgstr "изменен режим для %s, который не находится в текущем HEAD"
444 msgid "sha1 information is lacking or useless (%s)."
445 msgstr "информация об sha1 отсутствует или бесполезна (%s)."
447 #: apply.c:4106 builtin/checkout.c:237 builtin/reset.c:140
449 msgid "make_cache_entry failed for path '%s'"
450 msgstr "сбой make_cache_entry для пути «%s»"
454 msgid "could not add %s to temporary index"
455 msgstr "не удалось добавить %s во временный индекс"
459 msgid "could not write temporary index to %s"
460 msgstr "не удалось записать временный индкекс в %s"
464 msgid "unable to remove %s from index"
465 msgstr "не удалось удалить %s из индекса"
469 msgid "corrupt patch for submodule %s"
470 msgstr "поврежденный патч для подмодуля %s"
474 msgid "unable to stat newly created file '%s'"
475 msgstr "не удалось выполнить stat для созданного файла «%s»"
479 msgid "unable to create backing store for newly created file %s"
480 msgstr "не удалось создать вспомогательный файл для созданного файла %s"
482 #: apply.c:4312 apply.c:4457
484 msgid "unable to add cache entry for %s"
485 msgstr "не удалось создать запись в кэше для %s"
489 msgid "failed to write to '%s'"
490 msgstr "не удалось записать в «%s»"
494 msgid "closing file '%s'"
495 msgstr "закрытие файла «%s»"
499 msgid "unable to write file '%s' mode %o"
500 msgstr "не удалось записать файл «%s» с режимом доступа %o"
504 msgid "Applied patch %s cleanly."
505 msgstr "Патч %s применен без ошибок."
508 msgid "internal error"
509 msgstr "внутренняя ошибка"
513 msgid "Applying patch %%s with %d reject..."
514 msgid_plural "Applying patch %%s with %d rejects..."
515 msgstr[0] "Применение патча %%s с %d отказом…"
516 msgstr[1] "Применение патча %%s с %d отказами…"
517 msgstr[2] "Применение патча %%s с %d отказами…"
518 msgstr[3] "Применение патча %%s с %d отказами…"
522 msgid "truncating .rej filename to %.*s.rej"
523 msgstr "усечение имени .rej файла до %.*s.rej"
525 #: apply.c:4557 builtin/fetch.c:780 builtin/fetch.c:1048
527 msgid "cannot open %s"
528 msgstr "не удалось открыть %s"
532 msgid "Hunk #%d applied cleanly."
533 msgstr "Блок №%d применен без ошибок."
537 msgid "Rejected hunk #%d."
538 msgstr "Блок №%d отклонен."
542 msgid "Skipped patch '%s'."
543 msgstr "Патч «%s» пропущен."
546 msgid "unrecognized input"
547 msgstr "не распознанный ввод"
550 msgid "unable to read index file"
551 msgstr "не удалось прочитать файл индекса"
555 msgid "can't open patch '%s': %s"
556 msgstr "не удалось открыть патч «%s»: %s"
560 msgid "squelched %d whitespace error"
561 msgid_plural "squelched %d whitespace errors"
562 msgstr[0] "пропущена %d ошибка в пробельных символах"
563 msgstr[1] "пропущено %d ошибки в пробельных символах"
564 msgstr[2] "пропущено %d ошибок в пробельных символах"
565 msgstr[3] "пропущено %d ошибок в пробельных символах"
567 #: apply.c:4882 apply.c:4897
569 msgid "%d line adds whitespace errors."
570 msgid_plural "%d lines add whitespace errors."
571 msgstr[0] "%d строка добавила ошибки в пробельных символах."
572 msgstr[1] "%d строки добавили ошибки в пробельных символах."
573 msgstr[2] "%d строк добавили ошибки в пробельных символах."
574 msgstr[3] "%d строк добавили ошибки в пробельных символах."
578 msgid "%d line applied after fixing whitespace errors."
579 msgid_plural "%d lines applied after fixing whitespace errors."
580 msgstr[0] "%d строка добавлена после исправления ошибок в пробелах."
581 msgstr[1] "%d строки добавлено после исправления ошибок в пробелах."
582 msgstr[2] "%d строк добавлено после исправления ошибок в пробелах."
583 msgstr[3] "%d строки добавлено после исправления ошибок в пробелах."
585 #: apply.c:4906 builtin/add.c:539 builtin/mv.c:300 builtin/rm.c:389
586 msgid "Unable to write new index file"
587 msgstr "Не удалось записать новый файл индекса"
589 #: apply.c:4933 apply.c:4936 builtin/am.c:2254 builtin/am.c:2257
590 #: builtin/clone.c:121 builtin/fetch.c:115 builtin/merge.c:260
591 #: builtin/pull.c:198 builtin/submodule--helper.c:406
592 #: builtin/submodule--helper.c:1355 builtin/submodule--helper.c:1358
593 #: builtin/submodule--helper.c:1729 builtin/submodule--helper.c:1732
594 #: builtin/submodule--helper.c:1952 git-add--interactive.perl:197
599 msgid "don't apply changes matching the given path"
600 msgstr "не применять изменения по указанному пути"
603 msgid "apply changes matching the given path"
604 msgstr "применять изменения по указанному пути"
606 #: apply.c:4939 builtin/am.c:2263
611 msgid "remove <num> leading slashes from traditional diff paths"
612 msgstr "удалить <количество> ведущих косых черт из традиционных путей списка изменений"
615 msgid "ignore additions made by the patch"
616 msgstr "игнорировать добавления, сделанные этим патчем"
619 msgid "instead of applying the patch, output diffstat for the input"
620 msgstr "вместо применения патча вывести статистику добавлений и удалений для ввода"
623 msgid "show number of added and deleted lines in decimal notation"
624 msgstr "показать количество добавленных и удаленных строк в десятичном представлении"
627 msgid "instead of applying the patch, output a summary for the input"
628 msgstr "вместо применения патча вывести статистику изменений для ввода"
631 msgid "instead of applying the patch, see if the patch is applicable"
632 msgstr "вместо применения патча проверить подходит ли он"
635 msgid "make sure the patch is applicable to the current index"
636 msgstr "проверить, что патч применяется к текущему индексу"
639 msgid "mark new files with `git add --intent-to-add`"
643 msgid "apply a patch without touching the working tree"
644 msgstr "применить патч, не изменяя рабочий каталог"
647 msgid "accept a patch that touches outside the working area"
648 msgstr "принять патч, который затрагивает файлы за рабочим каталогом"
651 msgid "also apply the patch (use with --stat/--summary/--check)"
652 msgstr "а также применить патч (используйте с --stat/--summary/--check)"
655 msgid "attempt three-way merge if a patch does not apply"
656 msgstr "попытаться сделать трехходовое слияние, если патч не применяется"
659 msgid "build a temporary index based on embedded index information"
660 msgstr "построить временный индекс, основанный на встроенной информации об индексе"
662 #: apply.c:4971 builtin/checkout-index.c:168 builtin/ls-files.c:516
663 msgid "paths are separated with NUL character"
664 msgstr "пути, отделённые НУЛЕВЫМ символом"
667 msgid "ensure at least <n> lines of context match"
668 msgstr "удостовериться, что по крайней мере <n> строк контекста совпадают"
670 #: apply.c:4974 builtin/am.c:2242 builtin/interpret-trailers.c:95
671 #: builtin/interpret-trailers.c:97 builtin/interpret-trailers.c:99
672 #: builtin/pack-objects.c:3205
677 msgid "detect new or modified lines that have whitespace errors"
678 msgstr "определять новые или модифицированные строки, у которых есть ошибки в пробельных символах"
680 #: apply.c:4978 apply.c:4981
681 msgid "ignore changes in whitespace when finding context"
682 msgstr "игнорировать изменения в пробельных символах при поиске контекста"
685 msgid "apply the patch in reverse"
686 msgstr "применить патч с обращением изменений"
689 msgid "don't expect at least one line of context"
690 msgstr "не ожидать как минимум одной строки контекста"
693 msgid "leave the rejected hunks in corresponding *.rej files"
694 msgstr "оставить отклоненные блоки изменений в соответствующих *.rej файлах"
697 msgid "allow overlapping hunks"
698 msgstr "разрешить перекрывающиеся блоки изменений"
700 #: apply.c:4991 builtin/add.c:290 builtin/check-ignore.c:21
701 #: builtin/commit.c:1301 builtin/count-objects.c:98 builtin/fsck.c:671
702 #: builtin/log.c:1914 builtin/mv.c:122 builtin/read-tree.c:124
704 msgstr "быть многословнее"
707 msgid "tolerate incorrectly detected missing new-line at the end of file"
708 msgstr "разрешить некорректно определенные пропущенные пустые строки в конце файла"
711 msgid "do not trust the line counts in the hunk headers"
712 msgstr "не доверять количеству строк из заголовка блока изменений"
714 #: apply.c:4998 builtin/am.c:2251
719 msgid "prepend <root> to all filenames"
720 msgstr "добавить <корень> спереди ко всем именам файлов"
723 msgid "git archive [<options>] <tree-ish> [<path>...]"
724 msgstr "git archive [<опции>] <указатель-дерева> [<путь>…]"
727 msgid "git archive --list"
728 msgstr "git archive --list"
732 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> "
734 msgstr "git archive --remote <репозиторий> [--exec <команда>] [<опции>] <указатель-дерева> [<путь>…]"
737 msgid "git archive --remote <repo> [--exec <cmd>] --list"
738 msgstr "git archive --remote <репозиторий> [--exec <команда>] --list"
740 #: archive.c:363 builtin/add.c:176 builtin/add.c:515 builtin/rm.c:298
742 msgid "pathspec '%s' did not match any files"
743 msgstr "спецификатор пути «%s» не соответствует ни одному файлу"
750 msgid "archive format"
751 msgstr "формат архива"
753 #: archive.c:447 builtin/log.c:1473
758 msgid "prepend prefix to each pathname in the archive"
759 msgstr "добавлять префикс перед каждым путем файла в архиве"
761 #: archive.c:449 builtin/blame.c:816 builtin/blame.c:817 builtin/config.c:126
762 #: builtin/fast-export.c:1013 builtin/fast-export.c:1015 builtin/grep.c:873
763 #: builtin/hash-object.c:104 builtin/ls-files.c:552 builtin/ls-files.c:555
764 #: builtin/notes.c:407 builtin/notes.c:570 builtin/read-tree.c:119
765 #: parse-options.h:165
769 #: archive.c:450 builtin/archive.c:89
770 msgid "write the archive to this file"
771 msgstr "запись архива в этот файл"
774 msgid "read .gitattributes in working directory"
775 msgstr "читать .gitattributes в рабочем каталоге"
778 msgid "report archived files on stderr"
779 msgstr "отчет об архивированных файлах в stderr"
783 msgstr "только хранение"
786 msgid "compress faster"
787 msgstr "сжимать быстрее"
790 msgid "compress better"
791 msgstr "сжимать лучше"
794 msgid "list supported archive formats"
795 msgstr "перечислить поддерживаемые форматы архивов"
797 #: archive.c:468 builtin/archive.c:90 builtin/clone.c:111 builtin/clone.c:114
798 #: builtin/submodule--helper.c:1367 builtin/submodule--helper.c:1738
802 #: archive.c:469 builtin/archive.c:91
803 msgid "retrieve the archive from remote repository <repo>"
804 msgstr "получить архив из внешнего <репозитория>"
806 #: archive.c:470 builtin/archive.c:92 builtin/difftool.c:714
807 #: builtin/notes.c:491
811 #: archive.c:471 builtin/archive.c:93
812 msgid "path to the remote git-upload-archive command"
813 msgstr "путь к команде git-upload-archive на машине с внешним репозиторием"
816 msgid "Unexpected option --remote"
817 msgstr "Неожиданная опция --remote"
820 msgid "Option --exec can only be used together with --remote"
821 msgstr "Опция --exec может использоваться только вместе с --remote"
824 msgid "Unexpected option --output"
825 msgstr "Неожиданная опция --output"
829 msgid "Unknown archive format '%s'"
830 msgstr "Неизвестный формат архива «%s»"
834 msgid "Argument not supported for format '%s': -%d"
835 msgstr "Аргумент не поддерживается для формата «%s»: -%d"
837 #: archive-tar.c:125 archive-zip.c:344
839 msgid "cannot stream blob %s"
840 msgstr "не удалось создать поток двоичного объекта %s"
842 #: archive-tar.c:260 archive-zip.c:361
844 msgid "unsupported file mode: 0%o (SHA1: %s)"
845 msgstr "неподдерживаемый режим доступа к файлу: 0%o (SHA1: %s)"
847 #: archive-tar.c:287 archive-zip.c:352
849 msgid "cannot read %s"
850 msgstr "не удалось прочитать %s"
854 msgid "unable to start '%s' filter"
855 msgstr "не удалось запустить фильтр «%s»"
858 msgid "unable to redirect descriptor"
859 msgstr "не удалось перенаправить дескриптор"
863 msgid "'%s' filter reported error"
864 msgstr "фильтр «%s» сообщил об ошибке"
868 msgid "path is not valid UTF-8: %s"
869 msgstr "путь не является действительным UTF-8: %s"
873 msgid "path too long (%d chars, SHA1: %s): %s"
874 msgstr "путь слишком длинный (%d символов, SHA1: %s): %s"
876 #: archive-zip.c:470 builtin/pack-objects.c:216 builtin/pack-objects.c:219
878 msgid "deflate error (%d)"
879 msgstr "ошибка сжатия (%d)"
883 msgid "timestamp too large for this system: %<PRIuMAX>"
884 msgstr "отметка времени слишком большая для этой системы: %<PRIuMAX>"
888 msgid "%.*s is not a valid attribute name"
889 msgstr "%.*s не является допустимым именем атрибута"
893 "Negative patterns are ignored in git attributes\n"
894 "Use '\\!' for literal leading exclamation."
895 msgstr "Отрицающие шаблоны в атрибутах git игнорируются.\nИспользуйте «\\!» для буквального использования символа в значении «восклицательный знак»."
899 msgid "Badly quoted content in file '%s': %s"
900 msgstr "Плохое содержимое файла «%s»: %s"
904 msgid "We cannot bisect more!\n"
905 msgstr "Невозможно продолжить бинарный поиск!\n"
909 msgid "Not a valid commit name %s"
910 msgstr "Недопустимое имя коммита %s"
915 "The merge base %s is bad.\n"
916 "This means the bug has been fixed between %s and [%s].\n"
917 msgstr "База слияния %s является плохим коммитом.\nЭто значит, что ошибка была исправлена где-то между %s и [%s].\n"
922 "The merge base %s is new.\n"
923 "The property has changed between %s and [%s].\n"
924 msgstr "База слияния %s является новой.\nСвойство было изменено где-то между %s и [%s].\n"
929 "The merge base %s is %s.\n"
930 "This means the first '%s' commit is between %s and [%s].\n"
931 msgstr "База слияния %s является %s.\nЭто значит, что «%s» коммит находится где-то между %s и [%s].\n"
936 "Some %s revs are not ancestors of the %s rev.\n"
937 "git bisect cannot work properly in this case.\n"
938 "Maybe you mistook %s and %s revs?\n"
939 msgstr "Несколько %s коммитов не являются предками %s коммита.\nВ этом случае git bisect не может работать правильно.\nВозможно, вы перепутали редакции %s и %s местами?\n"
944 "the merge base between %s and [%s] must be skipped.\n"
945 "So we cannot be sure the first %s commit is between %s and %s.\n"
946 "We continue anyway."
947 msgstr "База слияния между %s и [%s] должно быть пропущена.\nПоэтому мы не можем быть уверены, что первый %s коммит находится между %s и %s.\nНо все же продолжаем поиск."
951 msgid "Bisecting: a merge base must be tested\n"
952 msgstr "Бинарный поиск: база слияния должна быть проверена\n"
956 msgid "a %s revision is needed"
957 msgstr "нужно указать %s редакцию"
959 #: bisect.c:876 builtin/notes.c:177 builtin/tag.c:237
961 msgid "could not create file '%s'"
962 msgstr "не удалось создать файл «%s»"
964 #: bisect.c:927 builtin/merge.c:137
966 msgid "could not read file '%s'"
967 msgstr "не удалось прочитать файл «%s»"
970 msgid "reading bisect refs failed"
971 msgstr "сбой при чтении ссылок двоичного поиска"
975 msgid "%s was both %s and %s\n"
976 msgstr "%s была одновременно и %s и %s\n"
981 "No testable commit found.\n"
982 "Maybe you started with bad path parameters?\n"
983 msgstr "Тестируемый коммит не найден.\nВозможно, вы начали поиск с указанием неправильного параметра пути?\n"
987 msgid "(roughly %d step)"
988 msgid_plural "(roughly %d steps)"
989 msgstr[0] "(примерно %d шаг)"
990 msgstr[1] "(примерно %d шага)"
991 msgstr[2] "(примерно %d шагов)"
992 msgstr[3] "(примерно %d шагов)"
994 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
995 #. steps)" translation.
998 msgid "Bisecting: %d revision left to test after this %s\n"
999 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
1000 msgstr[0] "Бинарный поиск: %d редакцию осталось проверить после этой %s\n"
1001 msgstr[1] "Бинарный поиск: %d редакции осталось проверить после этой %s\n"
1002 msgstr[2] "Бинарный поиск: %d редакций осталось проверить после этой %s\n"
1003 msgstr[3] "Бинарный поиск: %d редакций осталось проверить после этой %s\n"
1006 msgid "--contents and --reverse do not blend well."
1007 msgstr "--contents и --reverse не очень сочетаются."
1010 msgid "cannot use --contents with final commit object name"
1011 msgstr "нельзя использовать --contents с указанием финального имени объекта"
1014 msgid "--reverse and --first-parent together require specified latest commit"
1015 msgstr "при --reverse и --first-parent вместе нужно указывать конкретный последний коммит"
1017 #: blame.c:1830 bundle.c:162 ref-filter.c:2154 sequencer.c:1874
1018 #: sequencer.c:3772 builtin/commit.c:994 builtin/log.c:372 builtin/log.c:926
1019 #: builtin/log.c:1381 builtin/log.c:1713 builtin/log.c:1963
1020 #: builtin/merge.c:404 builtin/pack-objects.c:3032 builtin/pack-objects.c:3047
1021 #: builtin/shortlog.c:192
1022 msgid "revision walk setup failed"
1023 msgstr "сбой инициализации прохода по редакциям"
1027 "--reverse --first-parent together require range along first-parent chain"
1028 msgstr "при указании --reverse и --first-parent вместе, требуется также указать диапазон по цепочке первого родителя"
1032 msgid "no such path %s in %s"
1033 msgstr "нет такого пути %s в %s"
1037 msgid "cannot read blob %s for path %s"
1038 msgstr "невозможно прочитать объект %s для пути %s"
1044 "After fixing the error cause you may try to fix up\n"
1045 "the remote tracking information by invoking\n"
1046 "\"git branch --set-upstream-to=%s%s%s\"."
1047 msgstr "\nПосле исправления причины ошибки,\nвы можете исправить информацию об отслеживаемой\nвнешней ветке, с помощью команды\n«git branch --set-upstream-to=%s%s%s»."
1051 msgid "Not setting branch %s as its own upstream."
1052 msgstr "Не устанавливаю ветку %s, так так она принадлежит вышестоящему репозиторию."
1056 msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
1057 msgstr "Ветка «%s» отслеживает внешнюю ветку «%s» из «%s» перемещением."
1061 msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
1062 msgstr "Ветка «%s» отслеживает внешнюю ветку «%s» из «%s»."
1066 msgid "Branch '%s' set up to track local branch '%s' by rebasing."
1067 msgstr "Ветка «%s» отслеживает локальную ветку «%s» перемещением."
1071 msgid "Branch '%s' set up to track local branch '%s'."
1072 msgstr "Ветка «%s» отслеживает локальную ветку «%s»."
1076 msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1077 msgstr "Ветка «%s» отслеживает внешнюю ссылку «%s» перемещением."
1081 msgid "Branch '%s' set up to track remote ref '%s'."
1082 msgstr "Ветка «%s» отслеживает внешнюю ссылку «%s»."
1086 msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1087 msgstr "Ветка «%s» отслеживает локальную ссылку «%s» перемещением."
1091 msgid "Branch '%s' set up to track local ref '%s'."
1092 msgstr "Ветка «%s» отслеживает локальную ссылку «%s»."
1095 msgid "Unable to write upstream branch configuration"
1096 msgstr "Не удалось записать настройки вышестоящей ветки"
1100 msgid "Not tracking: ambiguous information for ref %s"
1101 msgstr "Не отслеживается: неоднозначная информация для ссылки %s"
1105 msgid "'%s' is not a valid branch name."
1106 msgstr "«%s» не является действительным именем ветки."
1110 msgid "A branch named '%s' already exists."
1111 msgstr "Ветка с именем «%s» уже существует."
1114 msgid "Cannot force update the current branch."
1115 msgstr "Не удалось принудительно обновить текущую ветку."
1120 "Cannot setup tracking information; starting point '%s' is not a branch."
1121 msgstr "Не удалось настроить информацию отслеживания; стартовая точка «%s» не является веткой."
1125 msgid "the requested upstream branch '%s' does not exist"
1126 msgstr "запрошенная ветка вышестоящего репозитория «%s» не существует"
1131 "If you are planning on basing your work on an upstream\n"
1132 "branch that already exists at the remote, you may need to\n"
1133 "run \"git fetch\" to retrieve it.\n"
1135 "If you are planning to push out a new local branch that\n"
1136 "will track its remote counterpart, you may want to use\n"
1137 "\"git push -u\" to set the upstream config as you push."
1138 msgstr "\nЕсли вы планируете основывать свою работу на вышестоящей ветке, которая уже существует во внешнем репозитории, вам может потребоваться запустить «git fetch» для ее получения.\n\nЕсли вы планируете отправить новую локальную ветку, которая будет отслеживаться, во внешний репозиторий, вам может потребоваться запустить «git push -u» — чтобы сохранить настройку вышестоящего репозитория для отправки."
1142 msgid "Not a valid object name: '%s'."
1143 msgstr "Недопустимое имя объекта: «%s»."
1147 msgid "Ambiguous object name: '%s'."
1148 msgstr "Неоднозначное имя объекта: «%s»."
1152 msgid "Not a valid branch point: '%s'."
1153 msgstr "Недопустимая точка ветки: «%s»."
1157 msgid "'%s' is already checked out at '%s'"
1158 msgstr "«%s» уже находится на «%s»"
1162 msgid "HEAD of working tree %s is not updated"
1163 msgstr "HEAD рабочего каталога %s не обновлён"
1167 msgid "'%s' does not look like a v2 bundle file"
1168 msgstr "«%s» не похож на файл пакета версии 2"
1172 msgid "unrecognized header: %s%s (%d)"
1173 msgstr "неопознанный заголовок: %s%s (%d)"
1175 #: bundle.c:90 sequencer.c:2092 sequencer.c:2578 builtin/commit.c:768
1177 msgid "could not open '%s'"
1178 msgstr "не удалось открыть «%s»"
1181 msgid "Repository lacks these prerequisite commits:"
1182 msgstr "В репозитории отсутствуют необходимые коммиты:"
1186 msgid "The bundle contains this ref:"
1187 msgid_plural "The bundle contains these %d refs:"
1188 msgstr[0] "Пакет содержит эту %d ссылку:"
1189 msgstr[1] "Пакет содержит эти %d ссылки:"
1190 msgstr[2] "Пакет содержит эти %d ссылок:"
1191 msgstr[3] "Пакет содержит эти %d ссылок:"
1194 msgid "The bundle records a complete history."
1195 msgstr "Пакет содержит полную историю."
1199 msgid "The bundle requires this ref:"
1200 msgid_plural "The bundle requires these %d refs:"
1201 msgstr[0] "Пакет требует эту %d ссылку:"
1202 msgstr[1] "Пакет требует эти %d ссылки:"
1203 msgstr[2] "Пакет требует эти %d ссылок:"
1204 msgstr[3] "Пакет требует эти %d ссылок:"
1207 msgid "Could not spawn pack-objects"
1208 msgstr "Не удалось создать объекты пакета"
1211 msgid "pack-objects died"
1212 msgstr "критическая ошибка pack-objects"
1215 msgid "rev-list died"
1216 msgstr "критическая ошибка rev-list"
1220 msgid "ref '%s' is excluded by the rev-list options"
1221 msgstr "ссылка «%s» исключена в соответствии с опциями rev-list"
1223 #: bundle.c:453 builtin/log.c:187 builtin/log.c:1618 builtin/shortlog.c:304
1225 msgid "unrecognized argument: %s"
1226 msgstr "неопознанный аргумент: %s"
1229 msgid "Refusing to create empty bundle."
1230 msgstr "Отклонение создания пустого пакета."
1234 msgid "cannot create '%s'"
1235 msgstr "не удалось создать «%s»"
1238 msgid "index-pack died"
1239 msgstr "критическая ошибка index-pack"
1243 msgid "invalid color value: %.*s"
1244 msgstr "недопустимое значение цвета: %.*s"
1246 #: commit.c:48 sequencer.c:2384 builtin/am.c:422 builtin/am.c:466
1247 #: builtin/am.c:1438 builtin/am.c:2072 builtin/replace.c:376
1248 #: builtin/replace.c:448
1250 msgid "could not parse %s"
1251 msgstr "не удалось разобрать %s"
1255 msgid "%s %s is not a commit!"
1256 msgstr "%s %s не является коммитом!"
1260 "Support for <GIT_DIR>/info/grafts is deprecated\n"
1261 "and will be removed in a future Git version.\n"
1263 "Please use \"git replace --convert-graft-file\"\n"
1264 "to convert the grafts into replace refs.\n"
1266 "Turn this message off by running\n"
1267 "\"git config advice.graftFileDeprecated false\""
1268 msgstr "Поддержка <GIT_DIR>/info/grafts устарела и будет удалена в следующих версиях Git.\n\nИспользуйте «git replace --convert-graft-file» для конвертации сращений (grafts) на ссылки замены.\n\nЧтобы скрыть это сообщение запустите «git config advice.graftFileDeprecated false»"
1272 "Warning: commit message did not conform to UTF-8.\n"
1273 "You may want to amend it after fixing the message, or set the config\n"
1274 "variable i18n.commitencoding to the encoding your project uses.\n"
1275 msgstr "Предупреждение: сообщение коммита не соответствует UTF-8.\nВозможно, вы захотите исправить его после исправления сообщения\nили настроить опцию i18n.commitencoding и указать кодировку\nсообщений, которую использует ваш проект.\n"
1277 #: commit-graph.c:83
1279 msgid "graph file %s is too small"
1282 #: commit-graph.c:90
1284 msgid "graph signature %X does not match signature %X"
1287 #: commit-graph.c:97
1289 msgid "graph version %X does not match version %X"
1292 #: commit-graph.c:104
1294 msgid "hash version %X does not match version %X"
1297 #: commit-graph.c:128
1299 msgid "improper chunk offset %08x%08x"
1302 #: commit-graph.c:164
1304 msgid "chunk id %08x appears multiple times"
1307 #: commit-graph.c:261
1309 msgid "could not find commit %s"
1312 #: commit-graph.c:565 builtin/pack-objects.c:2571
1314 msgid "unable to get type of object %s"
1317 #: commit-graph.c:730
1319 msgid "error adding pack %s"
1322 #: commit-graph.c:732
1324 msgid "error opening index for %s"
1327 #: commit-graph.c:773
1329 msgid "the commit graph format cannot write %d commits"
1330 msgstr "программе форматирования графа коммитов не удалось записать %d коммитов"
1332 #: commit-graph.c:800
1333 msgid "too many commits to write graph"
1334 msgstr "слишком много коммитов для записи графа"
1336 #: commit-graph.c:806
1338 msgid "unable to create leading directories of %s"
1339 msgstr "не удалось создать родительские каталоги для %s"
1341 #: commit-graph.c:904
1342 msgid "the commit-graph file has incorrect checksum and is likely corrupt"
1345 #: compat/obstack.c:405 compat/obstack.c:407
1346 msgid "memory exhausted"
1347 msgstr "память исчерпана"
1352 "exceeded maximum include depth (%d) while including\n"
1356 "Do you have circular includes?"
1361 msgid "could not expand include path '%s'"
1362 msgstr "не удалось раскрыть путь включения «%s»"
1365 msgid "relative config includes must come from files"
1366 msgstr "относительные включения конфигурации должны исходить из файлов"
1369 msgid "relative config include conditionals must come from files"
1370 msgstr "относительные условные включения конфигурации должны исходить из файлов"
1374 msgid "key does not contain a section: %s"
1379 msgid "key does not contain variable name: %s"
1382 #: config.c:378 sequencer.c:2206
1384 msgid "invalid key: %s"
1385 msgstr "недействительный ключ: %s"
1389 msgid "invalid key (newline): %s"
1392 #: config.c:420 config.c:432
1394 msgid "bogus config parameter: %s"
1399 msgid "bogus format in %s"
1404 msgid "bad config line %d in blob %s"
1405 msgstr "ошибка в %d строке двоичного объекта %s"
1409 msgid "bad config line %d in file %s"
1410 msgstr "ошибка в %d строке файла %s"
1414 msgid "bad config line %d in standard input"
1415 msgstr "ошибка в %d строке стандартного ввода"
1419 msgid "bad config line %d in submodule-blob %s"
1420 msgstr "ошибка в %d строке двоичного объекта подмодуля %s"
1424 msgid "bad config line %d in command line %s"
1425 msgstr "ошибка в %d строке коммандной строки %s"
1429 msgid "bad config line %d in %s"
1430 msgstr "ошибка в %d строке в %s"
1433 msgid "out of range"
1434 msgstr "вне диапазона"
1437 msgid "invalid unit"
1438 msgstr "неправильное число"
1442 msgid "bad numeric config value '%s' for '%s': %s"
1443 msgstr "неправильное числовое значение «%s» для «%s»: %s"
1447 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1448 msgstr "неправильное числовое значение «%s» для «%s» в двоичном объекте %s: %s"
1452 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1453 msgstr "неправильное числовое значение «%s» для «%s» в файле %s: %s"
1457 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1458 msgstr "неправильное числовое значение «%s» для «%s» на стандартном вводе: %s"
1462 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1463 msgstr "неправильное числовое значение «%s» для «%s» в двоичном объекте подмодуля %s: %s"
1467 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1468 msgstr "неправильное числовое значение «%s» для «%s» на коммандной строке %s: %s"
1472 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1473 msgstr "неправильное числовое значение «%s» для «%s» в %s: %s"
1477 msgid "failed to expand user dir in: '%s'"
1478 msgstr "сбой разворачивания пути каталога пользователя: «%s»"
1482 msgid "'%s' for '%s' is not a valid timestamp"
1483 msgstr "«%s» для «%s» не является допустимой меткой даты/времени"
1487 msgid "abbrev length out of range: %d"
1490 #: config.c:1187 config.c:1198
1492 msgid "bad zlib compression level %d"
1493 msgstr "неправильный уровень сжатия zlib %d"
1496 msgid "core.commentChar should only be one character"
1501 msgid "invalid mode for object creation: %s"
1502 msgstr "недопустимый режим создания объекта: %s"
1506 msgid "malformed value for %s"
1511 msgid "malformed value for %s: %s"
1515 msgid "must be one of nothing, matching, simple, upstream or current"
1518 #: config.c:1489 builtin/pack-objects.c:3282
1520 msgid "bad pack compression level %d"
1521 msgstr "неправильный уровень сжатия пакета %d"
1525 msgid "unable to load config blob object '%s'"
1530 msgid "reference '%s' does not point to a blob"
1535 msgid "unable to resolve config blob '%s'"
1540 msgid "failed to parse %s"
1544 msgid "unable to parse command-line config"
1545 msgstr "не удалось разобрать конфигурацию из командной строки"
1548 msgid "unknown error occurred while reading the configuration files"
1549 msgstr "произошла неизвестная ошибка при чтении файлов конфигурации"
1553 msgid "Invalid %s: '%s'"
1554 msgstr "Недействительный %s: «%s»"
1558 msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1559 msgstr "неизвестное значение «%s» для core.untrackedCache; использую стандартное значение «keep»"
1563 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1564 msgstr "значение «%d» для splitIndex.maxPercentChange должно быть от 0 до 100"
1568 msgid "unable to parse '%s' from command-line config"
1569 msgstr "не удалось разобрать «%s» в конфигурации из командной строки"
1573 msgid "bad config variable '%s' in file '%s' at line %d"
1574 msgstr "неправильная переменная конфигурации «%s» в файле «%s» на строке %d"
1578 msgid "invalid section name '%s'"
1583 msgid "%s has multiple values"
1584 msgstr "%s имеет несколько значений"
1588 msgid "failed to write new configuration file %s"
1591 #: config.c:2691 config.c:3015
1593 msgid "could not lock config file %s"
1601 #: config.c:2737 builtin/config.c:324
1603 msgid "invalid pattern: %s"
1608 msgid "invalid config file %s"
1611 #: config.c:2775 config.c:3028
1613 msgid "fstat on %s failed"
1614 msgstr "сбой при выполнении fstat на файле %s"
1618 msgid "unable to mmap '%s'"
1621 #: config.c:2795 config.c:3033
1623 msgid "chmod on %s failed"
1626 #: config.c:2880 config.c:3130
1628 msgid "could not write config file %s"
1633 msgid "could not set '%s' to '%s'"
1634 msgstr "не удалось установить «%s» в «%s»"
1636 #: config.c:2916 builtin/remote.c:781
1638 msgid "could not unset '%s'"
1639 msgstr "не удалось сбросить значение для «%s»"
1643 msgid "invalid section name: %s"
1648 msgid "missing value for '%s'"
1652 msgid "the remote end hung up upon initial contact"
1657 "Could not read from remote repository.\n"
1659 "Please make sure you have the correct access rights\n"
1660 "and the repository exists."
1661 msgstr "Не удалось прочитать из внешнего репозитория.\n\nУдостоверьтесь, что у вас есть необходимые права доступа\nи репозиторий существует."
1665 msgid "server doesn't support '%s'"
1670 msgid "server doesn't support feature '%s'"
1674 msgid "expected flush after capabilities"
1679 msgid "ignoring capabilities after first line '%s'"
1683 msgid "protocol error: unexpected capabilities^{}"
1688 msgid "protocol error: expected shallow sha-1, got '%s'"
1692 msgid "repository on the other end cannot be shallow"
1695 #: connect.c:310 fetch-pack.c:183 builtin/archive.c:63
1697 msgid "remote error: %s"
1698 msgstr "ошибка внешнего репозитория: %s"
1701 msgid "invalid packet"
1706 msgid "protocol error: unexpected '%s'"
1711 msgid "invalid ls-refs response: %s"
1715 msgid "expected flush after ref listing"
1720 msgid "protocol '%s' is not supported"
1724 msgid "unable to set SO_KEEPALIVE on socket"
1727 #: connect.c:638 connect.c:701
1729 msgid "Looking up %s ... "
1734 msgid "unable to look up %s (port %s) (%s)"
1737 #. TRANSLATORS: this is the end of "Looking up %s ... "
1738 #: connect.c:646 connect.c:717
1742 "Connecting to %s (port %s) ... "
1745 #: connect.c:668 connect.c:745
1748 "unable to connect to %s:\n"
1752 #. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "
1753 #: connect.c:674 connect.c:751
1759 msgid "unable to look up %s (%s)"
1764 msgid "unknown port %s"
1767 #: connect.c:848 connect.c:1174
1769 msgid "strange hostname '%s' blocked"
1774 msgid "strange port '%s' blocked"
1779 msgid "cannot start proxy %s"
1783 msgid "no path specified; see 'git help pull' for valid url syntax"
1787 msgid "ssh variant 'simple' does not support -4"
1791 msgid "ssh variant 'simple' does not support -6"
1795 msgid "ssh variant 'simple' does not support setting port"
1800 msgid "strange pathname '%s' blocked"
1804 msgid "unable to fork"
1807 #: connected.c:68 builtin/fsck.c:203 builtin/prune.c:146
1808 msgid "Checking connectivity"
1809 msgstr "Проверка соединения"
1812 msgid "Could not run 'git rev-list'"
1813 msgstr "Не удалось запустить «git rev-list»"
1816 msgid "failed write to rev-list"
1817 msgstr "сбой записи в rev-list"
1820 msgid "failed to close rev-list's stdin"
1821 msgstr "сбой закрытия стандартного ввода у rev-list"
1825 msgid "illegal crlf_action %d"
1830 msgid "CRLF would be replaced by LF in %s"
1836 "CRLF will be replaced by LF in %s.\n"
1837 "The file will have its original line endings in your working directory"
1842 msgid "LF would be replaced by CRLF in %s"
1843 msgstr "LF будет заменен на CRLF в %s"
1848 "LF will be replaced by CRLF in %s.\n"
1849 "The file will have its original line endings in your working directory"
1854 msgid "BOM is prohibited in '%s' if encoded as %s"
1855 msgstr "BOM запрещен в «%s», если кодируется как %s"
1860 "The file '%s' contains a byte order mark (BOM). Please use UTF-%s as "
1861 "working-tree-encoding."
1862 msgstr "Файл «%s» содержит маркер последовательности байтов (BOM). Используйте UTF-%s как кодировку рабочего каталога."
1866 msgid "BOM is required in '%s' if encoded as %s"
1867 msgstr "BOM требуется в «%s», если кодируется как %s"
1872 "The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or "
1873 "UTF-%sLE (depending on the byte order) as working-tree-encoding."
1874 msgstr "Файл «%s» не содержит маркер последовательности байтов (BOM). Используйте UTF-%sBE или UTF-%sLE (в зависимости от порядка байтов) как кодировку рабочего каталога."
1876 #: convert.c:425 convert.c:496
1878 msgid "failed to encode '%s' from %s to %s"
1879 msgstr "не удалось перекодировать «%s» из %s в %s"
1883 msgid "encoding '%s' from %s to %s and back is not the same"
1884 msgstr "перекодирование «%s» из %s в %s и обратно не одно и то же"
1888 msgid "cannot fork to run external filter '%s'"
1893 msgid "cannot feed the input to external filter '%s'"
1898 msgid "external filter '%s' failed %d"
1901 #: convert.c:736 convert.c:739
1903 msgid "read from external filter '%s' failed"
1906 #: convert.c:742 convert.c:796
1908 msgid "external filter '%s' failed"
1912 msgid "unexpected filter type"
1916 msgid "path name too long for external filter"
1922 "external filter '%s' is not available anymore although not all paths have "
1927 msgid "true/false are no valid working-tree-encodings"
1928 msgstr "true/false не является допустимым значением для working-tree-encoding"
1930 #: convert.c:1402 convert.c:1436
1932 msgid "%s: clean filter '%s' failed"
1937 msgid "%s: smudge filter %s failed"
1941 msgid "in the future"
1946 msgid "%<PRIuMAX> second ago"
1947 msgid_plural "%<PRIuMAX> seconds ago"
1948 msgstr[0] "%<PRIuMAX> секунда назад"
1949 msgstr[1] "%<PRIuMAX> секунды назад"
1950 msgstr[2] "%<PRIuMAX> секунд назад"
1951 msgstr[3] "%<PRIuMAX> секунды назад"
1955 msgid "%<PRIuMAX> minute ago"
1956 msgid_plural "%<PRIuMAX> minutes ago"
1957 msgstr[0] "%<PRIuMAX> минута назад"
1958 msgstr[1] "%<PRIuMAX> минуты назад"
1959 msgstr[2] "%<PRIuMAX> минут назад"
1960 msgstr[3] "%<PRIuMAX> минуты назад"
1964 msgid "%<PRIuMAX> hour ago"
1965 msgid_plural "%<PRIuMAX> hours ago"
1966 msgstr[0] "%<PRIuMAX> час назад"
1967 msgstr[1] "%<PRIuMAX> часа назад"
1968 msgstr[2] "%<PRIuMAX> часов назад"
1969 msgstr[3] "%<PRIuMAX> часа назад"
1973 msgid "%<PRIuMAX> day ago"
1974 msgid_plural "%<PRIuMAX> days ago"
1975 msgstr[0] "%<PRIuMAX> день назад"
1976 msgstr[1] "%<PRIuMAX> дня назад"
1977 msgstr[2] "%<PRIuMAX> дней назад"
1978 msgstr[3] "%<PRIuMAX> дня назад"
1982 msgid "%<PRIuMAX> week ago"
1983 msgid_plural "%<PRIuMAX> weeks ago"
1984 msgstr[0] "%<PRIuMAX> неделю назад"
1985 msgstr[1] "%<PRIuMAX> недели назад"
1986 msgstr[2] "%<PRIuMAX> недель назад"
1987 msgstr[3] "%<PRIuMAX> недели назад"
1991 msgid "%<PRIuMAX> month ago"
1992 msgid_plural "%<PRIuMAX> months ago"
1993 msgstr[0] "%<PRIuMAX> месяц назад"
1994 msgstr[1] "%<PRIuMAX> месяца назад"
1995 msgstr[2] "%<PRIuMAX> месяцев назад"
1996 msgstr[3] "%<PRIuMAX> месяца назад"
2000 msgid "%<PRIuMAX> year"
2001 msgid_plural "%<PRIuMAX> years"
2002 msgstr[0] "%<PRIuMAX> год"
2003 msgstr[1] "%<PRIuMAX> года"
2004 msgstr[2] "%<PRIuMAX> лет"
2005 msgstr[3] "%<PRIuMAX> года"
2007 #. TRANSLATORS: "%s" is "<n> years"
2010 msgid "%s, %<PRIuMAX> month ago"
2011 msgid_plural "%s, %<PRIuMAX> months ago"
2012 msgstr[0] "%s, %<PRIuMAX> месяц назад"
2013 msgstr[1] "%s, %<PRIuMAX> месяца назад"
2014 msgstr[2] "%s, %<PRIuMAX> месяцев назад"
2015 msgstr[3] "%s, %<PRIuMAX> месяца назад"
2017 #: date.c:175 date.c:180
2019 msgid "%<PRIuMAX> year ago"
2020 msgid_plural "%<PRIuMAX> years ago"
2021 msgstr[0] "%<PRIuMAX> год назад"
2022 msgstr[1] "%<PRIuMAX> года назад"
2023 msgstr[2] "%<PRIuMAX> лет назад"
2024 msgstr[3] "%<PRIuMAX> года назад"
2026 #: diffcore-order.c:24
2028 msgid "failed to read orderfile '%s'"
2029 msgstr "сбой чтения orderfile «%s»"
2031 #: diffcore-rename.c:536
2032 msgid "Performing inexact rename detection"
2033 msgstr "Выполняется неточное определение переименования"
2037 msgid "option '%s' requires a value"
2038 msgstr "параметр «%s» требует указания значения"
2042 msgid " Failed to parse dirstat cut-off percentage '%s'\n"
2043 msgstr " Сбой разбора величины среза (cut-off) у dirstat «%s»\n"
2047 msgid " Unknown dirstat parameter '%s'\n"
2048 msgstr "Неизвестный параметр dirstat: «%s»\n"
2052 "color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "
2053 "'dimmed-zebra', 'plain'"
2058 msgid "ignoring unknown color-moved-ws mode '%s'"
2063 "color-moved-ws: allow-indentation-change cannot be combined with other white"
2069 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
2070 msgstr "Неизвестное значения для переменной «diff.submodule»: «%s»"
2075 "Found errors in 'diff.dirstat' config variable:\n"
2077 msgstr "Найдены ошибки в переменной «diff.dirstat»:\n%s"
2081 msgid "external diff died, stopping at %s"
2082 msgstr "критическая ошибка при внешнем сравнении, останов на %s"
2085 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
2086 msgstr "--name-only, --name-status, --check и -s нельзя использовать одновременно"
2089 msgid "-G, -S and --find-object are mutually exclusive"
2090 msgstr "-G, -S и --find-object нельзя использовать одновременно"
2093 msgid "--follow requires exactly one pathspec"
2094 msgstr "--follow требует ровно одного спецификатора пути"
2099 "Failed to parse --dirstat/-X option parameter:\n"
2101 msgstr "Сбой разбора параметра опции --dirstat/-X :\n%s"
2105 msgid "Failed to parse --submodule option parameter: '%s'"
2106 msgstr "Сбой разбора параметра опции --submodule: «%s»"
2109 msgid "inexact rename detection was skipped due to too many files."
2110 msgstr "неточное определение переименования было пропущено из-за слишком большого количества файлов."
2113 msgid "only found copies from modified paths due to too many files."
2114 msgstr "найдены только копии из измененных путей из-за слишком большого количества файлов."
2119 "you may want to set your %s variable to at least %d and retry the command."
2120 msgstr "возможно вы захотите установить переменную %s в как минимум значение %d и повторить вызов команды."
2124 msgid "pathspec '%s' did not match any file(s) known to git"
2129 msgid "cannot use %s as an exclude file"
2134 msgid "could not open directory '%s'"
2135 msgstr "не удалось открыть каталог «%s»"
2138 msgid "failed to get kernel name and information"
2139 msgstr "не удалось получить имя ядра и информацию"
2142 msgid "untracked cache is disabled on this system or location"
2147 msgid "index file corrupt in repo %s"
2150 #: dir.c:3082 dir.c:3087
2152 msgid "could not create directories for %s"
2153 msgstr "не удалось создать каталоги для %s"
2157 msgid "could not migrate git directory from '%s' to '%s'"
2158 msgstr "не удалось переместить каталог git с «%s» в «%s»"
2162 msgid "hint: Waiting for your editor to close the file...%c"
2163 msgstr "подсказка: Ожидание, пока вы закроете редактор с файлом…%c"
2166 msgid "Filtering content"
2167 msgstr "Фильтруется содержимое"
2171 msgid "could not stat file '%s'"
2172 msgstr "не удалось выполнить stat для файла «%s»"
2174 #: environment.c:150
2176 msgid "bad git namespace path \"%s\""
2179 #: environment.c:332
2181 msgid "could not set GIT_DIR to '%s'"
2186 msgid "too many args to run %s"
2189 #: fetch-object.c:17
2190 msgid "Remote with no URL"
2191 msgstr "Внешний репозиторий без URL"
2194 msgid "git fetch-pack: expected shallow list"
2195 msgstr "git fetch-pack: ожидается передача списка для получение части"
2198 msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
2199 msgstr "git fetch-pack: ожидается ACK/NAK, а получен пустой пакет"
2203 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
2204 msgstr "git fetch-pack: ожидается ACK/NAK, а получено «%s»"
2207 msgid "--stateless-rpc requires multi_ack_detailed"
2208 msgstr "--stateless-rpc требует multi_ack_detailed"
2210 #: fetch-pack.c:342 fetch-pack.c:1257
2212 msgid "invalid shallow line: %s"
2213 msgstr "неправильная строка частичного получения: %s"
2215 #: fetch-pack.c:348 fetch-pack.c:1263
2217 msgid "invalid unshallow line: %s"
2218 msgstr "неправильная строка полного получения: %s"
2220 #: fetch-pack.c:350 fetch-pack.c:1265
2222 msgid "object not found: %s"
2223 msgstr "объект не найден: %s"
2225 #: fetch-pack.c:353 fetch-pack.c:1268
2227 msgid "error in object: %s"
2228 msgstr "ошибка в объекте: %s"
2230 #: fetch-pack.c:355 fetch-pack.c:1270
2232 msgid "no shallow found: %s"
2233 msgstr "частичный клон не найден: %s"
2235 #: fetch-pack.c:358 fetch-pack.c:1273
2237 msgid "expected shallow/unshallow, got %s"
2238 msgstr "ожидалось shallow/unshallow, а получено %s"
2242 msgid "got %s %d %s"
2243 msgstr "получено %s %d %s"
2247 msgid "invalid commit %s"
2248 msgstr "недопустимый коммит %s"
2252 msgstr "останавливаю дальнейшие попытки"
2254 #: fetch-pack.c:459 progress.c:229
2260 msgid "got %s (%d) %s"
2261 msgstr "получено %s (%d) %s"
2265 msgid "Marking %s as complete"
2266 msgstr "Помечаю %s как завершенный"
2270 msgid "already have %s (%s)"
2271 msgstr "уже есть %s (%s)"
2274 msgid "fetch-pack: unable to fork off sideband demultiplexer"
2275 msgstr "fetch-pack: не удалось запустить программу разбора данных"
2278 msgid "protocol error: bad pack header"
2279 msgstr "ошибка протокола: неправильный заголовок потока"
2283 msgid "fetch-pack: unable to fork off %s"
2284 msgstr "fetch-pack: не удалось запустить программу %s"
2289 msgstr "%s завершен с ошибкой"
2292 msgid "error in sideband demultiplexer"
2293 msgstr "произошла ошибка в программе разбора данных"
2296 msgid "Server does not support shallow clients"
2297 msgstr "Сервер не поддерживает клиентов с частичным клонированием"
2300 msgid "Server supports multi_ack_detailed"
2301 msgstr "Сервер поддерживает multi_ack_detailed"
2304 msgid "Server supports no-done"
2305 msgstr "Сервер поддерживает no-done"
2308 msgid "Server supports multi_ack"
2309 msgstr "Сервер поддерживает multi_ack"
2312 msgid "Server supports side-band-64k"
2313 msgstr "Сервер поддерживает side-band-64k"
2316 msgid "Server supports side-band"
2317 msgstr "Сервер поддерживает side-band"
2320 msgid "Server supports allow-tip-sha1-in-want"
2321 msgstr "Сервер поддерживает allow-tip-sha1-in-want"
2324 msgid "Server supports allow-reachable-sha1-in-want"
2325 msgstr "Сервер поддерживает allow-reachable-sha1-in-want"
2328 msgid "Server supports ofs-delta"
2329 msgstr "Сервер поддерживает ofs-delta"
2331 #: fetch-pack.c:971 fetch-pack.c:1150
2332 msgid "Server supports filter"
2333 msgstr "Сервер поддерживает фильтрацию"
2337 msgid "Server version is %.*s"
2338 msgstr "Версия сервера %.*s"
2341 msgid "Server does not support --shallow-since"
2342 msgstr "Сервер не поддерживает --shallow-since"
2345 msgid "Server does not support --shallow-exclude"
2346 msgstr "Сервер не поддерживает --shallow-exclude"
2349 msgid "Server does not support --deepen"
2350 msgstr "Сервер не поддерживает --deepen"
2352 #: fetch-pack.c:1004
2353 msgid "no common commits"
2354 msgstr "не общих коммитов"
2356 #: fetch-pack.c:1016 fetch-pack.c:1393
2357 msgid "git fetch-pack: fetch failed."
2358 msgstr "git fetch-pack: ошибка при получении данных."
2360 #: fetch-pack.c:1145
2361 msgid "Server does not support shallow requests"
2362 msgstr "Сервер не поддерживает частичные запросы"
2364 #: fetch-pack.c:1191
2366 msgid "error reading section header '%s'"
2369 #: fetch-pack.c:1197
2371 msgid "expected '%s', received '%s'"
2374 #: fetch-pack.c:1236
2376 msgid "unexpected acknowledgment line: '%s'"
2379 #: fetch-pack.c:1241
2381 msgid "error processing acks: %d"
2384 #: fetch-pack.c:1278
2386 msgid "error processing shallow info: %d"
2389 #: fetch-pack.c:1294
2391 msgid "expected wanted-ref, got '%s'"
2394 #: fetch-pack.c:1304
2396 msgid "unexpected wanted-ref: '%s'"
2399 #: fetch-pack.c:1308
2401 msgid "error processing wanted refs: %d"
2404 #: fetch-pack.c:1603
2405 msgid "no matching remote head"
2406 msgstr "нет соотвествующего внешнего указателя на ветку"
2408 #: fetch-pack.c:1621 builtin/clone.c:664
2409 msgid "remote did not send all necessary objects"
2410 msgstr "внешний репозиторий прислал не все необходимые объекты"
2412 #: fetch-pack.c:1647
2414 msgid "no such remote ref %s"
2415 msgstr "нет такой внешней ссылки %s"
2417 #: fetch-pack.c:1650
2419 msgid "Server does not allow request for unadvertised object %s"
2420 msgstr "Сервер не поддерживает запрос необъявленного объекта %s"
2422 #: gpg-interface.c:253
2423 msgid "gpg failed to sign the data"
2424 msgstr "gpg не удалось подписать данные"
2426 #: gpg-interface.c:279
2427 msgid "could not create temporary file"
2428 msgstr "не удалось создать временный файл"
2430 #: gpg-interface.c:282
2432 msgid "failed writing detached signature to '%s'"
2433 msgstr "сбой записи отсоединенной подписи в «%s»"
2437 msgid "ignore invalid color '%.*s' in log.graphColors"
2438 msgstr "игнорирую недопустимый цвет «%.*s» в log.graphColors"
2442 msgid "'%s': unable to read %s"
2443 msgstr "«%s»: не удалось прочесть %s"
2445 #: grep.c:2132 setup.c:164 builtin/clone.c:410 builtin/diff.c:81
2448 msgid "failed to stat '%s'"
2449 msgstr "не удалось выполнить stat «%s»"
2453 msgid "'%s': short read"
2454 msgstr "«%s»: слишком мало данных прочитано"
2457 msgid "start a working area (see also: git help tutorial)"
2458 msgstr "создание рабочей области (смотрите также: git help tutorial)"
2461 msgid "work on the current change (see also: git help everyday)"
2462 msgstr "работа с текущими изменениями (смотрите также: git help everyday)"
2465 msgid "examine the history and state (see also: git help revisions)"
2466 msgstr "просмотр истории и текущего состояния (смотрите также: git help revisions)"
2469 msgid "grow, mark and tweak your common history"
2470 msgstr "выращивание, отметка и настройка вашей общей истории"
2473 msgid "collaborate (see also: git help workflows)"
2474 msgstr "совместная работа (смотрите также: git help workflows)"
2477 msgid "Main Porcelain Commands"
2478 msgstr "Основные машиночитаемые команды"
2481 msgid "Ancillary Commands / Manipulators"
2482 msgstr "Вспомогательные команды / Манипуляторы"
2485 msgid "Ancillary Commands / Interrogators"
2486 msgstr "Вспомогательные команды / Запросчики"
2489 msgid "Interacting with Others"
2490 msgstr "Взаимодействие с другими"
2493 msgid "Low-level Commands / Manipulators"
2494 msgstr "Низкоуровневые команды / Манипуляторы"
2497 msgid "Low-level Commands / Interrogators"
2498 msgstr "Низкоуровневые команды / Запросчики"
2501 msgid "Low-level Commands / Synching Repositories"
2502 msgstr "Низкоуровневые команды / Синхронизация репозиториев"
2505 msgid "Low-level Commands / Internal Helpers"
2506 msgstr "Низкоуровневые команды / Внутренние вспомогательные"
2510 msgid "available git commands in '%s'"
2511 msgstr "доступные команды git в «%s»"
2514 msgid "git commands available from elsewhere on your $PATH"
2515 msgstr "команды git, доступные в других местах вашего $PATH"
2518 msgid "These are common Git commands used in various situations:"
2519 msgstr "Стандартные команды Git используемые в различных ситуациях:"
2521 #: help.c:358 git.c:90
2523 msgid "unsupported command listing type '%s'"
2524 msgstr "неподдерживаемый тип списка команд «%s»"
2527 msgid "The common Git guides are:"
2528 msgstr "Основные руководства Git:"
2533 "'%s' appears to be a git command, but we were not\n"
2534 "able to execute it. Maybe git-%s is broken?"
2535 msgstr "«%s» похоже на команду git, но нам не удалось ее запустить. Возможно, git-%s не работает?"
2538 msgid "Uh oh. Your system reports no Git commands at all."
2539 msgstr "Ой-ёй! Ваша система не сообщает ни о каких командах Git вообще."
2543 msgid "WARNING: You called a Git command named '%s', which does not exist."
2544 msgstr "Внимание: Вы запустили не существующую команду Git «%s»."
2548 msgid "Continuing under the assumption that you meant '%s'."
2549 msgstr "Продолжаю, предполагая, что вы имели в виду «%s»."
2553 msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
2554 msgstr "Продолжу через %0.1f секунд, предполагая, что вы имели в виду «%s»."
2558 msgid "git: '%s' is not a git command. See 'git --help'."
2559 msgstr "git: «%s» не является командой git. Смотрите «git --help»."
2564 "The most similar command is"
2567 "The most similar commands are"
2568 msgstr[0] "\nСамые похожие команды:"
2569 msgstr[1] "\nСамые похожие команды:"
2570 msgstr[2] "\nСамые похожие команды:"
2571 msgstr[3] "\nСамые похожие команды:"
2574 msgid "git version [<options>]"
2575 msgstr "git version [<options>]"
2580 msgstr "%s: %s — %s"
2585 "Did you mean this?"
2588 "Did you mean one of these?"
2589 msgstr[0] "\nВозможно, вы имели в виду это?"
2590 msgstr[1] "\nВозможно, вы имели в виду что-то из этого?"
2591 msgstr[2] "\nВозможно, вы имели в виду что-то из этого?"
2592 msgstr[3] "\nВозможно, вы имели в виду что-то из этого?"
2597 "*** Please tell me who you are.\n"
2601 " git config --global user.email \"you@example.com\"\n"
2602 " git config --global user.name \"Your Name\"\n"
2604 "to set your account's default identity.\n"
2605 "Omit --global to set the identity only in this repository.\n"
2607 msgstr "\n*** Пожалуйста, скажите мне кто вы есть.\n\nЗапустите\n\n git config --global user.email \"you@example.com\"\n git config --global user.name \"Ваше Имя\"\n\nдля указания идентификационных данных аккаунта по умолчанию.\nПропустите параметр --global для указания данных только для этого репозитория.\n\n"
2610 msgid "no email was given and auto-detection is disabled"
2611 msgstr "адрес электронной почты не указан и автоопределение отключено"
2615 msgid "unable to auto-detect email address (got '%s')"
2616 msgstr "не удалось выполнить автоопределение адреса электронной почты (получено «%s»)"
2619 msgid "no name was given and auto-detection is disabled"
2620 msgstr "имя не указано и автоопределение отключено"
2624 msgid "unable to auto-detect name (got '%s')"
2625 msgstr "не удалось выполнить автоопределение имени (получено «%s»)"
2629 msgid "empty ident name (for <%s>) not allowed"
2630 msgstr "пустое имя идентификатора (для <%s>) не разрешено"
2634 msgid "name consists only of disallowed characters: %s"
2635 msgstr "имя состоит только из неразрешенных симоволов: %s"
2637 #: ident.c:416 builtin/commit.c:600
2639 msgid "invalid date format: %s"
2640 msgstr "неправильный формат даты: %s"
2642 #: list-objects-filter-options.c:36
2643 msgid "multiple filter-specs cannot be combined"
2644 msgstr "невозможно объединять фильтрацию с помощью нескольких спецификаций"
2646 #: list-objects-filter-options.c:126
2647 msgid "cannot change partial clone promisor remote"
2648 msgstr "нельзя изменить внешний репозиторий при частичном клонировании"
2653 "Unable to create '%s.lock': %s.\n"
2655 "Another git process seems to be running in this repository, e.g.\n"
2656 "an editor opened by 'git commit'. Please make sure all processes\n"
2657 "are terminated then try again. If it still fails, a git process\n"
2658 "may have crashed in this repository earlier:\n"
2659 "remove the file manually to continue."
2660 msgstr "Не удалось создать «%s.lock»: %s.\n\nПохоже, что другой процесс git запущен в этом репозитории,\nнапример редактор открыт из «git commit». Пожалуйста, убедитесь,\nчто все процессы были завершены и потом попробуйте снова.\nЕсли это не поможет, то возможно процесс git был ранее завершен\nс ошибкой в этом репозитории: \nудалите файл вручную для продолжения."
2664 msgid "Unable to create '%s.lock': %s"
2665 msgstr "Не удалось создать «%s.lock»: %s"
2668 msgid "failed to read the cache"
2669 msgstr "сбой чтения кэша"
2671 #: merge.c:105 builtin/am.c:1946 builtin/am.c:1980 builtin/checkout.c:380
2672 #: builtin/checkout.c:608 builtin/clone.c:763
2673 msgid "unable to write new index file"
2674 msgstr "не удалось записать новый файл индекса"
2676 #: merge-recursive.c:303
2677 msgid "(bad commit)\n"
2678 msgstr "(плохой коммит)\n"
2680 #: merge-recursive.c:325
2682 msgid "add_cacheinfo failed for path '%s'; merge aborting."
2683 msgstr "сбой add_cacheinfo для пути «%s»; отмена слияния."
2685 #: merge-recursive.c:333
2687 msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
2688 msgstr "сбой обновления add_cacheinfo для пути «%s»; отмена слияния."
2690 #: merge-recursive.c:415
2691 msgid "error building trees"
2692 msgstr "ошибка при построении деревьев"
2694 #: merge-recursive.c:886
2696 msgid "failed to create path '%s'%s"
2697 msgstr "не удалось создать путь «%s»%s"
2699 #: merge-recursive.c:897
2701 msgid "Removing %s to make room for subdirectory\n"
2702 msgstr "Удаление %s, чтобы освободить место для подкаталогов\n"
2704 #: merge-recursive.c:911 merge-recursive.c:930
2705 msgid ": perhaps a D/F conflict?"
2706 msgstr ": возможно, конфликт каталогов/файлов?"
2708 #: merge-recursive.c:920
2710 msgid "refusing to lose untracked file at '%s'"
2711 msgstr "отказ потери неотслеживаемого файла в «%s»"
2713 #: merge-recursive.c:962 builtin/cat-file.c:39
2715 msgid "cannot read object %s '%s'"
2716 msgstr "невозможно прочитать объект %s «%s»"
2718 #: merge-recursive.c:964
2720 msgid "blob expected for %s '%s'"
2721 msgstr "ожидается двоичный объект для %s «%s»"
2723 #: merge-recursive.c:988
2725 msgid "failed to open '%s': %s"
2726 msgstr "не удалось открыть «%s»: %s"
2728 #: merge-recursive.c:999
2730 msgid "failed to symlink '%s': %s"
2731 msgstr "не удалось создать символьную ссылку «%s»: %s"
2733 #: merge-recursive.c:1004
2735 msgid "do not know what to do with %06o %s '%s'"
2736 msgstr "не понятно, что делать с %06o %s «%s»"
2738 #: merge-recursive.c:1191
2740 msgid "Failed to merge submodule %s (not checked out)"
2741 msgstr "Не удалось слить подмодуль %s (состояние не забрано)"
2743 #: merge-recursive.c:1198
2745 msgid "Failed to merge submodule %s (commits not present)"
2746 msgstr "Не удалось слить подмодуль %s (нет коммитов)"
2748 #: merge-recursive.c:1205
2750 msgid "Failed to merge submodule %s (commits don't follow merge-base)"
2751 msgstr "Не удалось слить подмодуль %s (у коммитов другая база слияния)"
2753 #: merge-recursive.c:1213 merge-recursive.c:1225
2755 msgid "Fast-forwarding submodule %s to the following commit:"
2756 msgstr "Перемотка вперед подмодуля %s до указанного коммита:"
2758 #: merge-recursive.c:1216 merge-recursive.c:1228
2760 msgid "Fast-forwarding submodule %s"
2761 msgstr "Перемотка вперед подмодуля %s"
2763 #: merge-recursive.c:1250
2765 msgid "Failed to merge submodule %s (merge following commits not found)"
2766 msgstr "Не удалось слить подмодуль %s (нет указанных коммитов для слияния)"
2768 #: merge-recursive.c:1254
2770 msgid "Failed to merge submodule %s (not fast-forward)"
2771 msgstr "Не удалось слить подмодуль %s (нельзя сделать перемотку вперед)"
2773 #: merge-recursive.c:1255
2774 msgid "Found a possible merge resolution for the submodule:\n"
2775 msgstr "Найдено возможное разрешение слиятия для подмодуля:\n"
2777 #: merge-recursive.c:1258
2780 "If this is correct simply add it to the index for example\n"
2783 " git update-index --cacheinfo 160000 %s \"%s\"\n"
2785 "which will accept this suggestion.\n"
2786 msgstr "Если оно верное, то просто добавьте его в индекс, например так:\n\n git update-index --cacheinfo 160000 %s \"%s\"\n\nтем самым принимая это предположение.\n"
2788 #: merge-recursive.c:1267
2790 msgid "Failed to merge submodule %s (multiple merges found)"
2791 msgstr "Не удалось слить подмодуль %s (найдено несколько слияний)"
2793 #: merge-recursive.c:1326
2794 msgid "Failed to execute internal merge"
2795 msgstr "Не удалось запустить внутреннее слияние"
2797 #: merge-recursive.c:1331
2799 msgid "Unable to add %s to database"
2800 msgstr "Не удалось добавить %s в базу данных"
2802 #: merge-recursive.c:1363
2804 msgid "Auto-merging %s"
2805 msgstr "Автослияние %s"
2807 #: merge-recursive.c:1434
2809 msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
2810 msgstr "Ошибка: Отказ потери неотслеживаемого файла %s; запись в %s взамен."
2812 #: merge-recursive.c:1501
2815 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2817 msgstr "КОНФЛИКТ (%s/удаление): %s удалено в %s и %s в %s. Версия %s из %s оставлена в дереве."
2819 #: merge-recursive.c:1506
2822 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2824 msgstr "КОНФЛИКТ (%s/удаление): %s удалено в %s и от %s до %s в %s. Версия %s из %s оставлена в дереве."
2826 #: merge-recursive.c:1513
2829 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2831 msgstr "КОНФЛИКТ (%s/удаление): %s удалено в %s и %s в %s. Версия %s из %s оставлена в дереве на %s."
2833 #: merge-recursive.c:1518
2836 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2837 "left in tree at %s."
2838 msgstr "КОНФЛИКТ (%s/удаление): %s удалено в %s и от %s до %s в %s. Версия %s из %s оставлена в дереве на %s."
2840 #: merge-recursive.c:1552
2842 msgstr "переименование"
2844 #: merge-recursive.c:1552
2846 msgstr "переименовано"
2848 #: merge-recursive.c:1606 merge-recursive.c:1762 merge-recursive.c:2394
2849 #: merge-recursive.c:3129
2851 msgid "Refusing to lose dirty file at %s"
2852 msgstr "Отказ потери измененного файла %s"
2854 #: merge-recursive.c:1620
2856 msgid "%s is a directory in %s adding as %s instead"
2857 msgstr "%s — это каталог в %s, добавляем как %s вместо этого"
2859 #: merge-recursive.c:1625
2861 msgid "Refusing to lose untracked file at %s; adding as %s instead"
2862 msgstr "Отказ потери неотслеживаемого файла %s; добавление как %s взамен."
2864 #: merge-recursive.c:1651
2867 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename "
2868 "\"%s\"->\"%s\" in \"%s\"%s"
2869 msgstr "КОНФЛИКТ (переименование/переименование): Переименование «%s»→«%s» в ветке «%s» и переименование «%s»→«%s» в ветке «%s»%s"
2871 #: merge-recursive.c:1656
2872 msgid " (left unresolved)"
2873 msgstr " (оставлено неразрешенным)"
2875 #: merge-recursive.c:1720
2877 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2878 msgstr "КОНФЛИКТ (переименование/переименование): Переименование «%s»→«%s» в ветке «%s» и переименование «%s»→«%s» в ветке «%s»"
2880 #: merge-recursive.c:1759
2882 msgid "Renaming %s to %s and %s to %s instead"
2883 msgstr "Переименовываю %s в %s и %s в %s вместо этого"
2885 #: merge-recursive.c:1771
2887 msgid "Refusing to lose untracked file at %s, even though it's in the way."
2888 msgstr "Отказ потери неотслеживаемого файла %s, даже с учетом его наличия."
2890 #: merge-recursive.c:1977
2893 "CONFLICT (directory rename split): Unclear where to place %s because "
2894 "directory %s was renamed to multiple other directories, with no destination "
2895 "getting a majority of the files."
2898 #: merge-recursive.c:2009
2901 "CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
2902 "implicit directory rename(s) putting the following path(s) there: %s."
2905 #: merge-recursive.c:2019
2908 "CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
2909 "implicit directory renames tried to put these paths there: %s"
2912 #: merge-recursive.c:2111
2915 "CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory "
2919 #: merge-recursive.c:2356
2922 "WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
2926 #: merge-recursive.c:2762
2928 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2929 msgstr "КОНФЛИКТ (переименование/добавление): Переименование «%s»→«%s» в ветке «%s» и добавление «%s» в ветке «%s»"
2931 #: merge-recursive.c:2777
2933 msgid "Adding merged %s"
2934 msgstr "Добавление слитого %s"
2936 #: merge-recursive.c:2784 merge-recursive.c:3132
2938 msgid "Adding as %s instead"
2939 msgstr "Добавление вместо этого как %s"
2941 #: merge-recursive.c:2941
2943 msgid "cannot read object %s"
2944 msgstr "невозможно прочитать объект «%s»"
2946 #: merge-recursive.c:2944
2948 msgid "object %s is not a blob"
2949 msgstr "объект %s не является двоичным объектом"
2951 #: merge-recursive.c:3013
2955 #: merge-recursive.c:3013
2959 #: merge-recursive.c:3024
2963 #: merge-recursive.c:3031
2965 msgstr "добавление/добавление"
2967 #: merge-recursive.c:3076
2969 msgid "Skipped %s (merged same as existing)"
2970 msgstr "Пропуск %s (слиты одинаковые изменения как существующие)"
2972 #: merge-recursive.c:3098 git-submodule.sh:865
2976 #: merge-recursive.c:3099
2978 msgid "CONFLICT (%s): Merge conflict in %s"
2979 msgstr "КОНФЛИКТ (%s): Конфликт слияния в %s"
2981 #: merge-recursive.c:3221
2984 msgstr "Удаление %s"
2986 #: merge-recursive.c:3247
2987 msgid "file/directory"
2988 msgstr "файл/каталог"
2990 #: merge-recursive.c:3253
2991 msgid "directory/file"
2992 msgstr "каталог/файл"
2994 #: merge-recursive.c:3260
2997 "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2998 msgstr "КОНФЛИКТ (%s): Уже существует каталог с именем «%s» в «%s». Добавление «%s» как «%s»"
3000 #: merge-recursive.c:3269
3003 msgstr "Добавление %s"
3005 #: merge-recursive.c:3303
3008 "Your local changes to the following files would be overwritten by merge:\n"
3012 #: merge-recursive.c:3314
3013 msgid "Already up to date!"
3014 msgstr "Уже обновлено!"
3016 #: merge-recursive.c:3323
3018 msgid "merging of trees %s and %s failed"
3019 msgstr "сбой слияния деревьев «%s» и «%s»"
3021 #: merge-recursive.c:3422
3025 #: merge-recursive.c:3435
3027 msgid "found %u common ancestor:"
3028 msgid_plural "found %u common ancestors:"
3029 msgstr[0] "найден %u общий предок:"
3030 msgstr[1] "найдено %u общих предка:"
3031 msgstr[2] "найдено %u общих предков:"
3032 msgstr[3] "найдено %u общих предков:"
3034 #: merge-recursive.c:3474
3035 msgid "merge returned no commit"
3036 msgstr "слияние не вернуло коммит"
3038 #: merge-recursive.c:3540
3040 msgid "Could not parse object '%s'"
3041 msgstr "Не удалось разобрать объект «%s»"
3043 #: merge-recursive.c:3556 builtin/merge.c:689 builtin/merge.c:846
3044 msgid "Unable to write index."
3045 msgstr "Не удается записать индекс."
3047 #: notes-merge.c:274
3050 "You have not concluded your previous notes merge (%s exists).\n"
3051 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to commit/abort the previous merge before you start a new notes merge."
3052 msgstr "Вы не закончили предыдущее слияние заметок (%s существует).\nЗапустите «git notes merge --commit» или «git notes merge --abort» для коммита или отмены предыдущего слияния и запуска нового слияния заметок."
3054 #: notes-merge.c:281
3056 msgid "You have not concluded your notes merge (%s exists)."
3057 msgstr "Вы не закончили предыдущее слияние заметок (%s существует)."
3060 msgid "Cannot commit uninitialized/unreferenced notes tree"
3061 msgstr "Нельзя закоммитить неинициализированное или не имеющее ссылок дерево заметок"
3063 #: notes-utils.c:104
3065 msgid "Bad notes.rewriteMode value: '%s'"
3066 msgstr "Неправильное значение notes.rewriteMode: «%s»"
3068 #: notes-utils.c:114
3070 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
3071 msgstr "Отказ в перезаписи заметок в %s (за пределами refs/notes/)"
3073 #. TRANSLATORS: The first %s is the name of
3074 #. the environment variable, the second %s is
3076 #: notes-utils.c:144
3078 msgid "Bad %s value: '%s'"
3079 msgstr "Неправильное значение переменной %s: «%s»"
3083 msgid "invalid object type \"%s\""
3088 msgid "object %s is a %s, not a %s"
3093 msgid "object %s has unknown type id %d"
3098 msgid "unable to parse object: %s"
3099 msgstr "не удалось разобрать объект: %s"
3101 #: object.c:266 object.c:277
3103 msgid "sha1 mismatch %s"
3107 msgid "offset before end of packfile (broken .idx?)"
3108 msgstr "сдвиг до конца файла пакета (возможно, повреждён файл .idx?)"
3112 msgid "offset before start of pack index for %s (corrupt index?)"
3113 msgstr "сдвиг до начала индекса пакета для %s (повреждён индекс?)"
3117 msgid "offset beyond end of pack index for %s (truncated index?)"
3118 msgstr "сдвиг за пределами индекса пакета для %s (обрезан индекс?)"
3120 #: parse-options.c:672
3124 #: parse-options.c:691
3127 msgstr "использование: %s"
3129 #. TRANSLATORS: the colon here should align with the
3130 #. one in "usage: %s" translation.
3131 #: parse-options.c:697
3136 #: parse-options.c:700
3141 #: parse-options.c:739
3143 msgstr "-КОЛИЧЕСТВО"
3145 #: parse-options-cb.c:44
3147 msgid "malformed expiration date '%s'"
3150 #: parse-options-cb.c:112
3152 msgid "malformed object name '%s'"
3153 msgstr "Неправильное имя объекта «%s»"
3157 msgid "Could not make %s writable by group"
3158 msgstr "Не удалось предоставить доступ к %s на запись"
3161 msgid "Escape character '\\' not allowed as last character in attr value"
3162 msgstr "Управляющий символ «\\» не разрешен как последний символ в значении attr"
3165 msgid "Only one 'attr:' specification is allowed."
3166 msgstr "Разрешен только один спецификатор «attr:»."
3169 msgid "attr spec must not be empty"
3170 msgstr "спецификатор attr не должен быть пустой"
3174 msgid "invalid attribute name %s"
3175 msgstr "недопустимое имя атрибута %s"
3178 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
3179 msgstr "глобальные опции спецификаторов пути «glob» и «noglob» нельзя использовать одновременно"
3183 "global 'literal' pathspec setting is incompatible with all other global "
3185 msgstr "глобальная опция спецификатора пути «literal» не совместима с другими глобальными спецификаторами доступа"
3188 msgid "invalid parameter for pathspec magic 'prefix'"
3189 msgstr "неправильный параметр для магического слова «prefix» в спецификаторе пути "
3193 msgid "Invalid pathspec magic '%.*s' in '%s'"
3194 msgstr "неправильное магическое слово «%.*s» в спецификаторе пути «%s»"
3198 msgid "Missing ')' at the end of pathspec magic in '%s'"
3199 msgstr "Пропущено «)» в конце магического слова спецификатора пути «%s»"
3203 msgid "Unimplemented pathspec magic '%c' in '%s'"
3204 msgstr "Нереализованное магическое слово «%c» спецификатора пути «%s»"
3208 msgid "%s: 'literal' and 'glob' are incompatible"
3209 msgstr "%s: «literal» и «glob» не совместимы"
3213 msgid "%s: '%s' is outside repository"
3214 msgstr "%s: «%s» вне репозитория"
3218 msgid "'%s' (mnemonic: '%c')"
3219 msgstr "«%s» (мнемоника: «%c»)"
3223 msgid "%s: pathspec magic not supported by this command: %s"
3224 msgstr "%s: магические слова в спецификаторе пути не поддерживаются командой: %s"
3228 msgid "pathspec '%s' is beyond a symbolic link"
3229 msgstr "спецификатор пути «%s» находится за символической ссылкой"
3232 msgid "flush packet write failed"
3235 #: pkt-line.c:142 pkt-line.c:228
3236 msgid "protocol error: impossibly long line"
3239 #: pkt-line.c:158 pkt-line.c:160
3240 msgid "packet write with format failed"
3244 msgid "packet write failed - data exceeds max packet size"
3247 #: pkt-line.c:199 pkt-line.c:206
3248 msgid "packet write failed"
3256 msgid "the remote end hung up unexpectedly"
3261 msgid "protocol error: bad line length character: %.4s"
3264 #: pkt-line.c:337 pkt-line.c:342
3266 msgid "protocol error: bad line length %d"
3270 msgid "unable to parse --pretty format"
3271 msgstr "не удалось разобрать формат для --pretty"
3274 msgid "could not start `log`"
3278 msgid "could not read `log` output"
3281 #: range-diff.c:66 sequencer.c:4540
3283 msgid "could not parse commit '%s'"
3284 msgstr "не удалось разобрать коммит «%s»"
3287 msgid "failed to generate diff"
3290 #: range-diff.c:421 range-diff.c:423
3292 msgid "could not parse log for '%s'"
3295 #: read-cache.c:1579
3298 "index.version set, but the value is invalid.\n"
3300 msgstr "index.version указан, но значение недействительное.\nИспользую версию %i"
3302 #: read-cache.c:1589
3305 "GIT_INDEX_VERSION set, but the value is invalid.\n"
3307 msgstr "GIT_INDEX_VERSION указан, но значение недействительное.\nИспользую версию %i"
3309 #: read-cache.c:2580 sequencer.c:4503 wrapper.c:658 builtin/merge.c:1083
3311 msgid "could not close '%s'"
3312 msgstr "не удалось закрыть «%s»"
3314 #: read-cache.c:2653 sequencer.c:2113 sequencer.c:3374
3316 msgid "could not stat '%s'"
3317 msgstr "не удалось выполнить stat для «%s»"
3319 #: read-cache.c:2666
3321 msgid "unable to open git dir: %s"
3322 msgstr "не удалось открыть каталог git: %s"
3324 #: read-cache.c:2678
3326 msgid "unable to unlink: %s"
3327 msgstr "не удалось отсоединить: %s"
3331 msgid "%s does not point to a valid object!"
3336 msgid "ignoring dangling symref %s"
3339 #: refs.c:581 ref-filter.c:2067
3341 msgid "ignoring broken ref %s"
3342 msgstr "игнорирую неправильную ссылку %s"
3346 msgid "could not open '%s' for writing: %s"
3347 msgstr "не удалось открыть «%s» для записи: %s"
3349 #: refs.c:695 refs.c:746
3351 msgid "could not read ref '%s'"
3356 msgid "ref '%s' already exists"
3361 msgid "unexpected object ID when writing '%s'"
3364 #: refs.c:714 sequencer.c:385 sequencer.c:2366 sequencer.c:2492
3365 #: sequencer.c:2506 sequencer.c:2733 sequencer.c:4501 sequencer.c:4564
3368 msgid "could not write to '%s'"
3369 msgstr "не удалось записать в «%s»"
3371 #: refs.c:741 sequencer.c:4499 sequencer.c:4558 wrapper.c:225 wrapper.c:395
3374 msgid "could not open '%s' for writing"
3375 msgstr "не удалось открыть «%s» для записи"
3379 msgid "unexpected object ID when deleting '%s'"
3384 msgid "log for ref %s has gap after %s"
3389 msgid "log for ref %s unexpectedly ended on %s"
3394 msgid "log for %s is empty"
3399 msgid "refusing to update ref with bad name '%s'"
3404 msgid "update_ref failed for ref '%s': %s"
3409 msgid "multiple updates for ref '%s' not allowed"
3413 msgid "ref updates forbidden inside quarantine environment"
3414 msgstr "обновление ссылок запрещено в изолированном окружении"
3416 #: refs.c:1981 refs.c:2011
3418 msgid "'%s' exists; cannot create '%s'"
3421 #: refs.c:1987 refs.c:2022
3423 msgid "cannot process '%s' and '%s' at the same time"
3426 #: refs/files-backend.c:1191
3428 msgid "could not remove reference %s"
3429 msgstr "не удалось удалить ссылки %s"
3431 #: refs/files-backend.c:1205 refs/packed-backend.c:1532
3432 #: refs/packed-backend.c:1542
3434 msgid "could not delete reference %s: %s"
3435 msgstr "не удалось удалить ссылку %s: %s"
3437 #: refs/files-backend.c:1208 refs/packed-backend.c:1545
3439 msgid "could not delete references: %s"
3440 msgstr "не удалось удалить ссылки: %s"
3444 msgid "invalid refspec '%s'"
3447 #: ref-filter.c:38 wt-status.c:1850
3463 msgid "ahead %d, behind %d"
3464 msgstr "впереди %d, позади %d"
3468 msgid "expected format: %%(color:<color>)"
3469 msgstr "ожидаемый формат: %%(color:<color>)"
3473 msgid "unrecognized color: %%(color:%s)"
3474 msgstr "неопознанный цвет: %%(color:%s)"
3478 msgid "Integer value expected refname:lstrip=%s"
3479 msgstr "Ожидается целочисленное значение refname:lstrip=%s"
3483 msgid "Integer value expected refname:rstrip=%s"
3484 msgstr "Ожидается целочисленное значение refname:rstrip=%s"
3488 msgid "unrecognized %%(%s) argument: %s"
3489 msgstr "неопознанный аргумент %%(%s): %s"
3493 msgid "%%(objecttype) does not take arguments"
3498 msgid "%%(objectsize) does not take arguments"
3503 msgid "%%(body) does not take arguments"
3504 msgstr "параметр %%(body) не принимает аргументы"
3508 msgid "%%(subject) does not take arguments"
3509 msgstr "параметр %%(subject) не принимает аргументы"
3513 msgid "unknown %%(trailers) argument: %s"
3514 msgstr "неизвестный аргумент для %%(trailers): %s"
3518 msgid "positive value expected contents:lines=%s"
3519 msgstr "положительное значение ожидает contents:lines=%s"
3523 msgid "unrecognized %%(contents) argument: %s"
3524 msgstr "неопознанный аргумент %%(contents): %s"
3528 msgid "positive value expected objectname:short=%s"
3529 msgstr "ожидается положительное значение objectname:short=%s"
3533 msgid "unrecognized %%(objectname) argument: %s"
3534 msgstr "неопознанный аргумент %%(objectname): %s"
3538 msgid "expected format: %%(align:<width>,<position>)"
3539 msgstr "ожидаемый формат: %%(align:<width>,<position>)"
3543 msgid "unrecognized position:%s"
3544 msgstr "неопознанная позиция:%s"
3548 msgid "unrecognized width:%s"
3549 msgstr "неопознанная ширина:%s"
3553 msgid "unrecognized %%(align) argument: %s"
3554 msgstr "неопознанный аргумент %%(align): %s"
3558 msgid "positive width expected with the %%(align) atom"
3559 msgstr "ожидается положительная ширина с указанием частицы %%(align)"
3563 msgid "unrecognized %%(if) argument: %s"
3564 msgstr "неопознанный аргумент %%(if): %s"
3568 msgid "malformed field name: %.*s"
3569 msgstr "неправильное имя поля: %.*s"
3573 msgid "unknown field name: %.*s"
3574 msgstr "неизвестное имя поля: %.*s"
3578 msgid "format: %%(if) atom used without a %%(then) atom"
3579 msgstr "формат: частица %%(if) использована без частицы %%(then)"
3583 msgid "format: %%(then) atom used without an %%(if) atom"
3584 msgstr "формат: частица %%(then) использована без частицы %%(if)"
3588 msgid "format: %%(then) atom used more than once"
3589 msgstr "формат: частица %%(then) использована более одного раза"
3593 msgid "format: %%(then) atom used after %%(else)"
3594 msgstr "формат: частица %%(then) использована после %%(else)"
3598 msgid "format: %%(else) atom used without an %%(if) atom"
3599 msgstr "формат: частица %%(else) использована без частицы %%(if)"
3603 msgid "format: %%(else) atom used without a %%(then) atom"
3604 msgstr "формат: частица %%(else) использована без частицы %%(then)"
3608 msgid "format: %%(else) atom used more than once"
3609 msgstr "формат: частица %%(else) использована более одного раза"
3613 msgid "format: %%(end) atom used without corresponding atom"
3614 msgstr "формат: частица %%(end) использована без соответствующей частицы"
3618 msgid "malformed format string %s"
3619 msgstr "неправильная строка формата %s"
3621 #: ref-filter.c:1416
3623 msgid "(no branch, rebasing %s)"
3624 msgstr "(нет ветки, перемещение %s)"
3626 #: ref-filter.c:1419
3628 msgid "(no branch, rebasing detached HEAD %s)"
3629 msgstr "(нет ветки перемещение отделённого HEAD %s)"
3631 #: ref-filter.c:1422
3633 msgid "(no branch, bisect started on %s)"
3634 msgstr "(нет ветки, двоичный поиск начат на %s)"
3636 #. TRANSLATORS: make sure this matches "HEAD
3637 #. detached at " in wt-status.c
3638 #: ref-filter.c:1430
3640 msgid "(HEAD detached at %s)"
3641 msgstr "(HEAD отделён на %s)"
3643 #. TRANSLATORS: make sure this matches "HEAD
3644 #. detached from " in wt-status.c
3645 #: ref-filter.c:1437
3647 msgid "(HEAD detached from %s)"
3648 msgstr "(HEAD отделён начиная с %s)"
3650 #: ref-filter.c:1441
3652 msgstr "(нет ветки)"
3654 #: ref-filter.c:1475 ref-filter.c:1623
3656 msgid "missing object %s for %s"
3657 msgstr "не найден объект %s для %s"
3659 #: ref-filter.c:1483
3661 msgid "parse_object_buffer failed on %s for %s"
3662 msgstr "сбой при выполнении parse_object_buffer на %s для %s"
3664 #: ref-filter.c:1980
3666 msgid "malformed object at '%s'"
3667 msgstr "Повреждённый объект «%s»"
3669 #: ref-filter.c:2062
3671 msgid "ignoring ref with broken name %s"
3672 msgstr "игнорирую ссылку с неправильным именем %s"
3674 #: ref-filter.c:2340
3676 msgid "format: %%(end) atom missing"
3677 msgstr "format: пропущена частица %%(end)"
3679 #: ref-filter.c:2444
3681 msgid "malformed object name %s"
3682 msgstr "неправильное имя объекта %s"
3686 msgid "Cannot fetch both %s and %s to %s"
3687 msgstr "Нельзя извлечь одновременно %s и %s в %s"
3691 msgid "%s usually tracks %s, not %s"
3692 msgstr "%s обычно отслеживает %s, а не %s"
3696 msgid "%s tracks both %s and %s"
3697 msgstr "%s отслеживает и %s и %s"
3700 msgid "Internal error"
3701 msgstr "Внутренняя ошибка"
3703 #: remote.c:1536 remote.c:1637
3704 msgid "HEAD does not point to a branch"
3705 msgstr "HEAD не указывает на ветку"
3709 msgid "no such branch: '%s'"
3710 msgstr "нет такой ветки: «%s»"
3714 msgid "no upstream configured for branch '%s'"
3715 msgstr "вышестоящая ветка не настроена для ветки «%s»"
3719 msgid "upstream branch '%s' not stored as a remote-tracking branch"
3720 msgstr "вышестоящая ветка «%s» не сохранена как отслеживаемая ветка"
3724 msgid "push destination '%s' on remote '%s' has no local tracking branch"
3725 msgstr "назначение для отправки «%s» на внешнем сервере «%s» не имеет локальной отслеживаемой ветки"
3729 msgid "branch '%s' has no remote for pushing"
3730 msgstr "ветка «%s» не имеет внешнего сервера для отправки"
3734 msgid "push refspecs for '%s' do not include '%s'"
3735 msgstr "спецификаторы пути для отправки «%s» не включают в себя «%s»"
3738 msgid "push has no destination (push.default is 'nothing')"
3739 msgstr "отправка не имеет точки назначения (push.default выставлен в «nothing»)"
3742 msgid "cannot resolve 'simple' push to a single destination"
3743 msgstr "не удалось выполнить «simple» отправку в единственную точку назначения"
3747 msgid "Your branch is based on '%s', but the upstream is gone.\n"
3748 msgstr "Ваша ветка базируется на «%s», но вышестоящий репозиторий исчез.\n"
3751 msgid " (use \"git branch --unset-upstream\" to fixup)\n"
3752 msgstr "(для исправления запустите «git branch --unset-upstream»)\n"
3756 msgid "Your branch is up to date with '%s'.\n"
3757 msgstr "Ваша ветка обновлена в соответствии с «%s».\n"
3761 msgid "Your branch and '%s' refer to different commits.\n"
3762 msgstr "Ваша ветка и «%s» указывают на разные коммиты.\n"
3766 msgid " (use \"%s\" for details)\n"
3767 msgstr " (используйте «%s» для просмотра описания)\n"
3771 msgid "Your branch is ahead of '%s' by %d commit.\n"
3772 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
3773 msgstr[0] "Ваша ветка опережает «%s» на %d коммит.\n"
3774 msgstr[1] "Ваша ветка опережает «%s» на %d коммита.\n"
3775 msgstr[2] "Ваша ветка опережает «%s» на %d коммитов.\n"
3776 msgstr[3] "Ваша ветка опережает «%s» на %d коммитов.\n"
3779 msgid " (use \"git push\" to publish your local commits)\n"
3780 msgstr " (используйте «git push», чтобы опубликовать ваши локальные коммиты)\n"
3784 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
3786 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
3787 msgstr[0] "Ваша ветка отстает от «%s» на %d коммит и может быть перемотана вперед.\n"
3788 msgstr[1] "Ваша ветка отстает от «%s» на %d коммита и может быть перемотана вперед.\n"
3789 msgstr[2] "Ваша ветка отстает от «%s» на %d коммитов и может быть перемотана вперед.\n"
3790 msgstr[3] "Ваша ветка отстает от «%s» на %d коммитов и может быть перемотана вперед.\n"
3793 msgid " (use \"git pull\" to update your local branch)\n"
3794 msgstr " (используйте «git pull», чтобы обновить вашу локальную ветку)\n"
3799 "Your branch and '%s' have diverged,\n"
3800 "and have %d and %d different commit each, respectively.\n"
3802 "Your branch and '%s' have diverged,\n"
3803 "and have %d and %d different commits each, respectively.\n"
3804 msgstr[0] "Ваша ветка и «%s» разделились\nи теперь имеют %d и %d разный коммит в каждой соответственно.\n"
3805 msgstr[1] "Ваша ветка и «%s» разделились\nи теперь имеют %d и %d разных коммита в каждой соответственно.\n"
3806 msgstr[2] "Ваша ветка и «%s» разделились\nи теперь имеют %d и %d разных коммитов в каждой соответственно.\n"
3807 msgstr[3] "Ваша ветка и «%s» разделились\nи теперь имеют %d и %d разных коммитов в каждой соответственно.\n"
3810 msgid " (use \"git pull\" to merge the remote branch into yours)\n"
3811 msgstr " (используйте «git pull», чтобы слить внешнюю ветку в вашу)\n"
3813 #: replace-object.c:20
3815 msgid "bad replace ref name: %s"
3818 #: replace-object.c:29
3820 msgid "duplicate replace ref: %s"
3823 #: replace-object.c:72
3825 msgid "replace depth too high for object %s"
3829 msgid "your current branch appears to be broken"
3830 msgstr "похоже, ваша текущая ветка повреждена"
3834 msgid "your current branch '%s' does not have any commits yet"
3835 msgstr "ваша текущая ветка «%s» еще не содержит ни одного коммита"
3838 msgid "--first-parent is incompatible with --bisect"
3839 msgstr "опцию --first-parent нельзя использовать одновременно с --bisect"
3841 #: run-command.c:728
3842 msgid "open /dev/null failed"
3843 msgstr "сбой открытия /dev/null"
3845 #: run-command.c:1271
3848 "The '%s' hook was ignored because it's not set as executable.\n"
3849 "You can disable this warning with `git config advice.ignoredHook false`."
3850 msgstr "Перехватчик «%s» был проигнорирован, так как он не установлен как исполняемый.\nВы можете отключить это предупреждение с помощью команды «git config advice.ignoredHook false»."
3853 msgid "unexpected flush packet while reading remote unpack status"
3854 msgstr "неожиданный пустой пакет при чтении статуса внешней распаковки"
3858 msgid "unable to parse remote unpack status: %s"
3859 msgstr "не удалось разобрать статус внешней распаковки: %s"
3863 msgid "remote unpack failed: %s"
3864 msgstr "сбой при внешней распаковке %s"
3867 msgid "failed to sign the push certificate"
3868 msgstr "сбой подписания сертификата отправки"
3871 msgid "the receiving end does not support --signed push"
3872 msgstr "принимающая сторона не поддерживает отправку с опцией --signed"
3876 "not sending a push certificate since the receiving end does not support "
3878 msgstr "не отправляем сертификат для отправки, так как принимающая сторона не поддерживает отправку с опцией --signed"
3881 msgid "the receiving end does not support --atomic push"
3882 msgstr "принимающая сторона не поддерживает отправку с опцией --atomic"
3885 msgid "the receiving end does not support push options"
3886 msgstr "принимающая сторона не поддерживает отправку с опциями"
3890 msgid "invalid commit message cleanup mode '%s'"
3891 msgstr "неправильный режим очистки сообщения коммита «%s»"
3895 msgid "could not delete '%s'"
3896 msgstr "не удалось удалить «%s»"
3900 msgstr "обратить изменения"
3904 msgstr "копировать коммит"
3912 msgid "unknown action: %d"
3917 "after resolving the conflicts, mark the corrected paths\n"
3918 "with 'git add <paths>' or 'git rm <paths>'"
3919 msgstr "после разрешения конфликтов, пометьте исправленные пути\nс помощью «git add <пути>» или «git rm <пути>»"
3923 "after resolving the conflicts, mark the corrected paths\n"
3924 "with 'git add <paths>' or 'git rm <paths>'\n"
3925 "and commit the result with 'git commit'"
3926 msgstr "после разрешения конфликтов, пометьте исправленные пути\nс помощью «git add <пути>» или «git rm <пути>»\nи сделайте коммит с помощью «git commit»"
3928 #: sequencer.c:383 sequencer.c:2488
3930 msgid "could not lock '%s'"
3931 msgstr "не удалось заблокировать «%s»"
3935 msgid "could not write eol to '%s'"
3936 msgstr "не удалось записать eol в «%s»"
3938 #: sequencer.c:395 sequencer.c:2371 sequencer.c:2494 sequencer.c:2508
3941 msgid "failed to finalize '%s'"
3942 msgstr "не удалось завершить «%s»"
3944 #: sequencer.c:418 sequencer.c:816 sequencer.c:1505 sequencer.c:2391
3945 #: sequencer.c:2723 sequencer.c:2827 builtin/am.c:260 builtin/commit.c:740
3946 #: builtin/merge.c:1081
3948 msgid "could not read '%s'"
3949 msgstr "не удалось прочитать «%s»"
3953 msgid "your local changes would be overwritten by %s."
3954 msgstr "ваши локальные изменения будут перезаписаны %s."
3957 msgid "commit your changes or stash them to proceed."
3958 msgstr "для продолжения закоммитьте ваши изменения или спрячьте их."
3962 msgid "%s: fast-forward"
3963 msgstr "%s: перемотка вперед"
3965 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
3969 msgid "%s: Unable to write new index file"
3970 msgstr "%s: Не удалось записать файл индекса"
3973 msgid "unable to update cache tree"
3974 msgstr "не удалось обновить дерево кэша"
3977 msgid "could not resolve HEAD commit"
3978 msgstr "не удалось распознать HEAD коммит"
3982 msgid "could not parse '%s' (looking for '%s'"
3987 msgid "bad quoting on %s value in '%s'"
3992 msgid "could not parse '%s' (looking for '%s')"
3997 msgid "invalid date format '%s' in '%s'"
4003 "you have staged changes in your working tree\n"
4004 "If these changes are meant to be squashed into the previous commit, run:\n"
4006 " git commit --amend %s\n"
4008 "If they are meant to go into a new commit, run:\n"
4012 "In both cases, once you're done, continue with:\n"
4014 " git rebase --continue\n"
4015 msgstr "у вас имеются проиндексированные изменения в рабочем каталоге. Если эти изменения должны быть объеденены с предыдущим коммитом, то запустите:\n\n git commit --amend %s\n\nЕсли же они должны быть помещены в новый коммит, то запустите:\n\n git commit %s\n\nВ любом случае, после того как вы закончите, продолжить перемещение можно выполнив:\n\n git rebase --continue\n"
4018 msgid "writing root commit"
4019 msgstr "запись коневого коммита"
4022 msgid "'prepare-commit-msg' hook failed"
4023 msgstr "ошибка при вызове перехватчика «prepare-commit-msg»"
4027 "Your name and email address were configured automatically based\n"
4028 "on your username and hostname. Please check that they are accurate.\n"
4029 "You can suppress this message by setting them explicitly. Run the\n"
4030 "following command and follow the instructions in your editor to edit\n"
4031 "your configuration file:\n"
4033 " git config --global --edit\n"
4035 "After doing this, you may fix the identity used for this commit with:\n"
4037 " git commit --amend --reset-author\n"
4038 msgstr "Ваше имя или электронная почта настроены автоматически на основании вашего\nимени пользователя и имени машины. Пожалуйста, проверьте, что они \nопределены правильно.\nВы можете отключить это уведомление установив их напрямую. Запустите следующую\nкоманду и следуйте инструкциям вашего текстового редактора, для\nредактирования вашего файла конфигурации:\n\n git config --global --edit\n\nПосле этого, изменить авторство этой коммита можно будет с помощью команды:\n\n git commit --amend --reset-author\n"
4042 "Your name and email address were configured automatically based\n"
4043 "on your username and hostname. Please check that they are accurate.\n"
4044 "You can suppress this message by setting them explicitly:\n"
4046 " git config --global user.name \"Your Name\"\n"
4047 " git config --global user.email you@example.com\n"
4049 "After doing this, you may fix the identity used for this commit with:\n"
4051 " git commit --amend --reset-author\n"
4052 msgstr "Ваше имя или электронная почта настроены автоматически на основании вашего\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"
4055 msgid "couldn't look up newly created commit"
4056 msgstr "нельзя запросить новосозданный коммит"
4059 msgid "could not parse newly created commit"
4060 msgstr "нельзя разобрать новосозданный коммит"
4063 msgid "unable to resolve HEAD after creating commit"
4064 msgstr "не удалось найти HEAD после создания коммита"
4067 msgid "detached HEAD"
4068 msgstr "отделённый HEAD"
4071 msgid " (root-commit)"
4072 msgstr " (корневой коммит)"
4075 msgid "could not parse HEAD"
4076 msgstr "не удалось разобрать HEAD"
4080 msgid "HEAD %s is not a commit!"
4081 msgstr "HEAD %s не является коммитом!"
4083 #: sequencer.c:1196 builtin/commit.c:1528
4084 msgid "could not parse HEAD commit"
4085 msgstr "не удалось разобрать HEAD коммит"
4087 #: sequencer.c:1247 sequencer.c:1845
4088 msgid "unable to parse commit author"
4089 msgstr "не удалось разобрать автора коммита"
4091 #: sequencer.c:1257 builtin/am.c:1632 builtin/merge.c:675
4092 msgid "git write-tree failed to write a tree"
4093 msgstr "git write-tree не удалось записать дерево"
4095 #: sequencer.c:1274 sequencer.c:1329
4097 msgid "unable to read commit message from '%s'"
4098 msgstr "не удалось прочитать сообщение коммита из «%s»"
4100 #: sequencer.c:1296 builtin/am.c:1653 builtin/commit.c:1631
4101 #: builtin/merge.c:855 builtin/merge.c:880
4102 msgid "failed to write commit object"
4103 msgstr "сбой записи объекта коммита"
4107 msgid "could not parse commit %s"
4108 msgstr "не удалось разобрать коммит %s"
4112 msgid "could not parse parent commit %s"
4113 msgstr "не удалось разобрать родительский коммит %s"
4115 #: sequencer.c:1457 sequencer.c:1565
4117 msgid "unknown command: %d"
4118 msgstr "неизвестная команда: %d"
4120 #: sequencer.c:1512 sequencer.c:1537
4122 msgid "This is a combination of %d commits."
4123 msgstr "Это объединение %d коммитов."
4125 #: sequencer.c:1522 sequencer.c:4520
4126 msgid "need a HEAD to fixup"
4127 msgstr "нужен HEAD для исправления"
4129 #: sequencer.c:1524 sequencer.c:2768
4130 msgid "could not read HEAD"
4131 msgstr "не удалось прочитать HEAD"
4134 msgid "could not read HEAD's commit message"
4135 msgstr "не удалось прочитать сообщение коммита текущего HEAD"
4139 msgid "cannot write '%s'"
4140 msgstr "не удалось записать «%s»"
4142 #: sequencer.c:1539 git-rebase--preserve-merges.sh:441
4143 msgid "This is the 1st commit message:"
4144 msgstr "Это 1-е сообщение коммита:"
4148 msgid "could not read commit message of %s"
4149 msgstr "не удалось прочитать сообщение коммита для %s"
4153 msgid "This is the commit message #%d:"
4154 msgstr "Это сообщение коммита номер #%d:"
4158 msgid "The commit message #%d will be skipped:"
4159 msgstr "Сообщение коммита номер #%d будет пропущено:"
4162 msgid "your index file is unmerged."
4163 msgstr "ваш индекс не слит."
4166 msgid "cannot fixup root commit"
4167 msgstr "нельзя исправить корневой коммит"
4171 msgid "commit %s is a merge but no -m option was given."
4172 msgstr "коммит %s — это коммит-слияние, но опция -m не указана."
4176 msgid "commit %s does not have parent %d"
4177 msgstr "у коммита %s нет предка %d"
4181 msgid "mainline was specified but commit %s is not a merge."
4182 msgstr "основная ветка указана, но коммит %s не является слиянием."
4186 msgid "cannot get commit message for %s"
4187 msgstr "не удалось получить сообщение коммита для %s"
4189 #. TRANSLATORS: The first %s will be a "todo" command like
4190 #. "revert" or "pick", the second %s a SHA1.
4193 msgid "%s: cannot parse parent commit %s"
4194 msgstr "%s: не удалось разобрать родительский коммит для %s"
4198 msgid "could not rename '%s' to '%s'"
4199 msgstr "не удалось переименовать «%s» в «%s»"
4203 msgid "could not revert %s... %s"
4204 msgstr "не удалось обратить изменения коммита %s… %s"
4208 msgid "could not apply %s... %s"
4209 msgstr "не удалось применить коммит %s… %s"
4213 msgid "git %s: failed to read the index"
4214 msgstr "git %s: сбой чтения индекса"
4218 msgid "git %s: failed to refresh the index"
4219 msgstr "git %s: сбой обновления индекса"
4223 msgid "%s does not accept arguments: '%s'"
4224 msgstr "параметр %s не принимает аргументы: «%s»"
4228 msgid "missing arguments for %s"
4229 msgstr "пропущены аргументы для %s"
4233 msgid "invalid line %d: %.*s"
4234 msgstr "неправильная строка %d: %.*s"
4238 msgid "cannot '%s' without a previous commit"
4239 msgstr "нельзя выполнить «%s» без указания предыдущего коммита"
4241 #: sequencer.c:2096 sequencer.c:4277 sequencer.c:4333
4243 msgid "could not read '%s'."
4244 msgstr "не удалось прочитать «%s»."
4247 msgid "please fix this using 'git rebase --edit-todo'."
4248 msgstr "пожалуйста исправьте это с помощью «git rebase --edit-todo»."
4252 msgid "unusable instruction sheet: '%s'"
4253 msgstr "непригодная для использования карта с инструкциями: «%s»"
4256 msgid "no commits parsed."
4257 msgstr "коммиты не разобраны."
4260 msgid "cannot cherry-pick during a revert."
4261 msgstr "нельзя скопировать коммит во время процесса обращения коммита."
4264 msgid "cannot revert during a cherry-pick."
4265 msgstr "нельзя обратить изменения коммита во время копирования коммита."
4269 msgid "invalid value for %s: %s"
4270 msgstr "неправильное значение %s: %s"
4273 msgid "unusable squash-onto"
4274 msgstr "непригодный для использования уплотнить-над"
4278 msgid "malformed options sheet: '%s'"
4279 msgstr "испорченная карта с опциями: «%s»"
4281 #: sequencer.c:2335 sequencer.c:3775
4282 msgid "empty commit set passed"
4283 msgstr "передан пустой набор коммитов"
4286 msgid "a cherry-pick or revert is already in progress"
4287 msgstr "копирование или обращение изменений коммита уже выполняются"
4290 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
4291 msgstr "попробуйте «git cherry-pick (--continue | --quit | --abort)»"
4295 msgid "could not create sequencer directory '%s'"
4296 msgstr "не удалось создать каталог для указателя следования коммитов «%s»"
4299 msgid "could not lock HEAD"
4300 msgstr "не удалось заблокировать HEAD"
4302 #: sequencer.c:2416 sequencer.c:3543
4303 msgid "no cherry-pick or revert in progress"
4304 msgstr "копирование или обращение изменений коммита уже выполняются"
4307 msgid "cannot resolve HEAD"
4308 msgstr "не удалось определить HEAD"
4310 #: sequencer.c:2420 sequencer.c:2455
4311 msgid "cannot abort from a branch yet to be born"
4312 msgstr "нельзя отменить изменения с ветки, которая еще не создана"
4314 #: sequencer.c:2441 builtin/grep.c:721
4316 msgid "cannot open '%s'"
4317 msgstr "не удалось открыть «%s»"
4321 msgid "cannot read '%s': %s"
4322 msgstr "не удалось прочитать «%s»: %s"
4325 msgid "unexpected end of file"
4326 msgstr "неожиданный конец файла"
4330 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
4331 msgstr "сохраненный файл с HEAD перед копированием коммита «%s» поврежден"
4334 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
4335 msgstr "Похоже, что вы переместили HEAD. Перемотка не выполняется, проверьте свой указатель HEAD!"
4337 #: sequencer.c:2565 sequencer.c:3461
4339 msgid "could not update %s"
4340 msgstr "не удалось обновить %s"
4342 #: sequencer.c:2603 sequencer.c:3441
4343 msgid "cannot read HEAD"
4344 msgstr "не удалось прочитать HEAD"
4348 msgid "unable to copy '%s' to '%s'"
4354 "You can amend the commit now, with\n"
4356 " git commit --amend %s\n"
4358 "Once you are satisfied with your changes, run\n"
4360 " git rebase --continue\n"
4365 msgid "Could not apply %s... %.*s"
4370 msgid "Could not merge %.*s"
4373 #: sequencer.c:2654 sequencer.c:2658 builtin/difftool.c:640
4375 msgid "could not copy '%s' to '%s'"
4376 msgstr "не удалось скопировать «%s» в «%s»"
4378 #: sequencer.c:2680 sequencer.c:3095
4379 msgid "could not read index"
4380 msgstr "не удалось прочитать индекс"
4385 "execution failed: %s\n"
4386 "%sYou can fix the problem, and then run\n"
4388 " git rebase --continue\n"
4390 msgstr "ошибка выполнения: %s\n%sВы можете исправить ошибку, а затем запустить\n\n git rebase --continue\n\n"
4393 msgid "and made changes to the index and/or the working tree\n"
4394 msgstr "и были сделаны изменения в индексе и/или в рабочем каталоге\n"
4399 "execution succeeded: %s\n"
4400 "but left changes to the index and/or the working tree\n"
4401 "Commit or stash your changes, and then run\n"
4403 " git rebase --continue\n"
4405 msgstr "успешное выполнение: %s\nно остались изменения в индексе и/или в рабочем каталоге\nСделайте коммит или спрячьте ваши изменения, а затем выполните\n\n git rebase --continue\n\n"
4409 msgid "illegal label name: '%.*s'"
4413 msgid "writing fake root commit"
4414 msgstr "запись поддельного корневого коммита"
4417 msgid "writing squash-onto"
4418 msgstr "запить уплотнить-над"
4422 msgid "failed to find tree of %s"
4423 msgstr "не удалось найти дерево для %s"
4426 msgid "could not write index"
4427 msgstr "не удалось записать индекс"
4431 msgid "could not resolve '%s'"
4432 msgstr "не удалось распознать «%s»"
4435 msgid "cannot merge without a current revision"
4436 msgstr "нельзя слить без текущей редакции"
4440 msgid "unable to parse '%.*s'"
4445 msgid "nothing to merge: '%.*s'"
4449 msgid "octopus merge cannot be executed on top of a [new root]"
4454 msgid "could not get commit message of '%s'"
4455 msgstr "не удалось получить сообщение коммита для «%s»"
4457 #: sequencer.c:2989 sequencer.c:3015
4459 msgid "could not write '%s'"
4460 msgstr "не удалось записать «%s»"
4464 msgid "could not even attempt to merge '%.*s'"
4465 msgstr "не удалось даже попытаться слить «%.*s»"
4468 msgid "merge: Unable to write new index file"
4469 msgstr "слияние: Не удалось записать файл индекса"
4473 msgid "Applied autostash.\n"
4474 msgstr "Применены автоматически спрятанные изменения.\n"
4478 msgid "cannot store %s"
4479 msgstr "не удалось сохранить %s"
4481 #: sequencer.c:3226 git-rebase.sh:188
4484 "Applying autostash resulted in conflicts.\n"
4485 "Your changes are safe in the stash.\n"
4486 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
4487 msgstr "Применение автоматически спрятанных изменений вызвало конфликты.\nВаши изменения спрятаны и в безопасности.\nВы можете выполнить «git stash pop» или «git stash drop» в любой момент.\n"
4492 "Could not execute the todo command\n"
4495 "It has been rescheduled; To edit the command before continuing, please\n"
4496 "edit the todo list first:\n"
4498 " git rebase --edit-todo\n"
4499 " git rebase --continue\n"
4504 msgid "Stopped at %s... %.*s\n"
4505 msgstr "Остановлено на %s … %.*s\n"
4509 msgid "unknown command %d"
4510 msgstr "неизвестная команда %d"
4513 msgid "could not read orig-head"
4514 msgstr "не удалось прочитать orig-head"
4516 #: sequencer.c:3454 sequencer.c:4517
4517 msgid "could not read 'onto'"
4518 msgstr "не удалось прочитать «onto»"
4522 msgid "could not update HEAD to %s"
4523 msgstr "не удалось обновить HEAD на %s"
4526 msgid "cannot rebase: You have unstaged changes."
4527 msgstr "не удалось выполнить перемещение коммитов: У вас есть непроиндексированные изменения."
4530 msgid "cannot amend non-existing commit"
4531 msgstr "не удалось исправить несуществующий коммит"
4535 msgid "invalid file: '%s'"
4536 msgstr "недопустимый файл: «%s»"
4540 msgid "invalid contents: '%s'"
4541 msgstr "недопустимое содержимое: «%s»"
4546 "You have uncommitted changes in your working tree. Please, commit them\n"
4547 "first and then run 'git rebase --continue' again."
4548 msgstr "\nУ вас имеются незакоммиченные изменения в рабочем каталоге. Сделайте коммит, а затем запустите «git rebase --continue» снова."
4550 #: sequencer.c:3595 sequencer.c:3633
4552 msgid "could not write file: '%s'"
4556 msgid "could not remove CHERRY_PICK_HEAD"
4557 msgstr "не удалось удалить CHERRY_PICK_HEAD"
4560 msgid "could not commit staged changes."
4561 msgstr "не удалось закоммитить проиндексированные изменения."
4565 msgid "%s: can't cherry-pick a %s"
4566 msgstr "%s: не удалось скопировать коммит %s"
4570 msgid "%s: bad revision"
4571 msgstr "%s: плохая редакция"
4574 msgid "can't revert as initial commit"
4575 msgstr "нельзя возвратить изначальный коммит"
4578 msgid "make_script: unhandled options"
4579 msgstr "make_script: не обработанные опции"
4582 msgid "make_script: error preparing revisions"
4583 msgstr "make_script: ошибка при обновлении редакций"
4585 #: sequencer.c:4281 sequencer.c:4337
4587 msgid "unusable todo list: '%s'"
4588 msgstr "непригодный для использования список дел: «%s»"
4593 "unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
4594 msgstr "нераспознанная настройка %s для опции rebase.missingCommitsCheck. Игнорирую."
4599 "Warning: some commits may have been dropped accidentally.\n"
4600 "Dropped commits (newer to older):\n"
4601 msgstr "Внимание: некоторые коммиты могли быть отброшены по ошибке.\nОтброшенные коммиты (от новых к старым):\n"
4606 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
4608 "Use 'git config rebase.missingCommitsCheck' to change the level of warnings.\n"
4609 "The possible behaviours are: ignore, warn, error.\n"
4611 msgstr "Для избежания этого сообщения, используйте «drop» чтобы явно удалить коммит.\n\nИспользуйте опцию «git config rebase.missingCommitsCheck» для изменения количества предупреждений.\nВозможные значения: ignore, warn, error.\n\n"
4616 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --continue'.\n"
4617 "Or you can abort the rebase with 'git rebase --abort'.\n"
4618 msgstr "Вы можете исправить это с помощью «git rebase --edit-todo», а потом запустив «git rebase --continue».\nИли вы можете прервать процесс перемещения, выполнив «git rebase --abort»\n"
4621 msgid "the script was already rearranged."
4622 msgstr "сценарий уже был перестроен."
4626 msgid "'%s' is outside repository"
4627 msgstr "«%s» вне репозитория"
4632 "%s: no such path in the working tree.\n"
4633 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
4634 msgstr "%s: нет такого пути в рабочем каталоге.\nИспользуйте «git <команда> -- <путь>…» для указания путей, которые не существуют локально."
4639 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
4640 "Use '--' to separate paths from revisions, like this:\n"
4641 "'git <command> [<revision>...] -- [<file>...]'"
4642 msgstr "неоднозначный аргумент «%s»: неизвестная редакция или не путь в рабочем каталоге.\nИспользуйте «--» для отделения путей от редакций, вот так:\n«git <команда> [<редакция>…] -- [<файл>…]»"
4646 msgid "option '%s' must come before non-option arguments"
4652 "ambiguous argument '%s': both revision and filename\n"
4653 "Use '--' to separate paths from revisions, like this:\n"
4654 "'git <command> [<revision>...] -- [<file>...]'"
4655 msgstr "неоднозначный аргумент «%s»: является одновременно и редакцией и именем файла.\nИспользуйте «--» для отделения путей от редакций, вот так:\n«git <команда> [<редакция>…] -- [<файл>…]»"
4658 msgid "unable to set up work tree using invalid config"
4662 msgid "this operation must be run in a work tree"
4667 msgid "Expected git repo version <= %d, found %d"
4668 msgstr "Ожидаемая версия git репозитория <= %d, а обнаружена %d"
4671 msgid "unknown repository extensions found:"
4672 msgstr "обнаружены неизвестные расширения репозитория:"
4676 msgid "error opening '%s'"
4677 msgstr "ошибка открытия «%s»"
4681 msgid "too large to be a .git file: '%s'"
4682 msgstr "файл слишком большой как для .git файла: «%s»"
4686 msgid "error reading %s"
4687 msgstr "ошибка чтения %s"
4691 msgid "invalid gitfile format: %s"
4692 msgstr "неправильный формат файла gitfile: %s"
4696 msgid "no path in gitfile: %s"
4697 msgstr "нет пути в gitfile: %s"
4701 msgid "not a git repository: %s"
4702 msgstr "не является репозиторием git: %s"
4706 msgid "'$%s' too big"
4707 msgstr "«$%s» слишком большой"
4711 msgid "not a git repository: '%s'"
4712 msgstr "не является репозиторием git: «%s»"
4714 #: setup.c:682 setup.c:684 setup.c:715
4716 msgid "cannot chdir to '%s'"
4717 msgstr "не удалось выполнить chdir в «%s»"
4719 #: setup.c:687 setup.c:743 setup.c:753 setup.c:792 setup.c:800 setup.c:815
4720 msgid "cannot come back to cwd"
4721 msgstr "не удалось вернуться в cwd"
4725 msgid "not a git repository (or any of the parent directories): %s"
4726 msgstr "не найден git репозиторий (или один из родительских каталогов): %s"
4730 msgid "failed to stat '%*s%s%s'"
4731 msgstr "не удалось выполнить stat для «%*s%s%s»"
4734 msgid "Unable to read current working directory"
4735 msgstr "Не удалось прочитать текущий рабочий каталог"
4737 #: setup.c:1066 setup.c:1072
4739 msgid "cannot change to '%s'"
4740 msgstr "не удалось изменить на «%s»"
4745 "not a git repository (or any parent up to mount point %s)\n"
4746 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
4747 msgstr "не найден git репозиторий (или один из его каталогов вплоть до точки монтирования %s)\nОстанавливаю поиск на границе файловой системы (так как GIT_DISCOVERY_ACROSS_FILESYSTEM не установлен)."
4752 "problem with core.sharedRepository filemode value (0%.3o).\n"
4753 "The owner of files must always have read and write permissions."
4757 msgid "open /dev/null or dup failed"
4758 msgstr "сбой открытия /dev/null или дублирования дескриптора"
4762 msgstr "сбой при выполнении fork"
4765 msgid "setsid failed"
4766 msgstr "сбой при выполнении setsid"
4770 msgid "object directory %s does not exist; check .git/objects/info/alternates"
4775 msgid "unable to normalize alternate object path: %s"
4780 msgid "%s: ignoring alternate object stores, nesting too deep"
4785 msgid "unable to normalize object directory: %s"
4789 msgid "unable to fdopen alternates lockfile"
4793 msgid "unable to read alternates file"
4797 msgid "unable to move new alternates file into place"
4802 msgid "path '%s' does not exist"
4803 msgstr "путь «%s» не существует"
4807 msgid "reference repository '%s' as a linked checkout is not supported yet."
4808 msgstr "ссылаемый репозиторий «%s» как связанное состояние, пока не поддерживается."
4812 msgid "reference repository '%s' is not a local repository."
4813 msgstr "ссылаемый репозиторий «%s» не является локальным."
4817 msgid "reference repository '%s' is shallow"
4818 msgstr "ссылаемый репозиторий «%s» является частичным"
4822 msgid "reference repository '%s' is grafted"
4823 msgstr "ссылаемый репозиторий «%s» является сращенным"
4827 msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"
4836 msgid "object file %s is empty"
4839 #: sha1-file.c:1093 sha1-file.c:2206
4841 msgid "corrupt loose object '%s'"
4844 #: sha1-file.c:1095 sha1-file.c:2210
4846 msgid "garbage at end of loose object '%s'"
4850 msgid "invalid object type"
4855 msgid "unable to unpack %s header with --allow-unknown-type"
4860 msgid "unable to unpack %s header"
4865 msgid "unable to parse %s header with --allow-unknown-type"
4870 msgid "unable to parse %s header"
4875 msgid "failed to read object %s"
4880 msgid "replacement %s not found for %s"
4885 msgid "loose object %s (stored in %s) is corrupt"
4890 msgid "packed object %s (stored in %s) is corrupt"
4895 msgid "unable to write sha1 filename %s"
4900 msgid "unable to set permission to '%s'"
4904 msgid "file write error"
4908 msgid "error when closing sha1 file"
4913 msgid "insufficient permission for adding an object to repository database %s"
4917 msgid "unable to create temporary file"
4921 msgid "unable to write sha1 file"
4926 msgid "unable to deflate new object %s (%d)"
4931 msgid "deflateEnd on object %s failed (%d)"
4936 msgid "confused by unstable object source data for %s"
4939 #: sha1-file.c:1685 builtin/pack-objects.c:899
4941 msgid "failed utime() on %s"
4946 msgid "cannot read sha1_file for %s"
4950 msgid "corrupt commit"
4959 msgid "read error while indexing %s"
4964 msgid "short read while indexing %s"
4967 #: sha1-file.c:1980 sha1-file.c:1989
4969 msgid "%s: failed to insert into database"
4974 msgid "%s: unsupported file type"
4979 msgid "%s is not a valid object"
4984 msgid "%s is not a valid '%s' object"
4985 msgstr "%s не является действительным объектом «%s»"
4987 #: sha1-file.c:2048 builtin/index-pack.c:158
4989 msgid "unable to open %s"
4990 msgstr "не удалось открыть %s"
4992 #: sha1-file.c:2217 sha1-file.c:2269
4994 msgid "sha1 mismatch for %s (expected %s)"
4999 msgid "unable to mmap %s"
5004 msgid "unable to unpack header of %s"
5009 msgid "unable to parse header of %s"
5014 msgid "unable to unpack contents of %s"
5019 msgid "short SHA1 %s is ambiguous"
5020 msgstr "сокращённый SHA1 идентификатор %s неоднозначен"
5023 msgid "The candidates are:"
5024 msgstr "Возможно, вы имели в виду:"
5028 "Git normally never creates a ref that ends with 40 hex characters\n"
5029 "because it will be ignored when you just specify 40-hex. These refs\n"
5030 "may be created by mistake. For example,\n"
5032 " git checkout -b $br $(git rev-parse ...)\n"
5034 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
5035 "examine these refs and maybe delete them. Turn this message off by\n"
5036 "running \"git config advice.objectNameWarning false\""
5037 msgstr "Обычно 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»"
5039 #: submodule.c:97 submodule.c:131
5040 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
5041 msgstr "Не удалось изменить не слитый .gitmodules, сначала разрешите конфликты"
5043 #: submodule.c:101 submodule.c:135
5045 msgid "Could not find section in .gitmodules where path=%s"
5046 msgstr "Не удалось найти раздел в .gitmodules, где путь равен %s"
5050 msgid "Could not update .gitmodules entry %s"
5051 msgstr " Не удалось обновить .gitmodules запись %s"
5055 msgid "Could not remove .gitmodules entry for %s"
5056 msgstr "Не удалось удалить запись в .gitmodules для %s"
5059 msgid "staging updated .gitmodules failed"
5060 msgstr "сбой индексирования обновленного .gitmodules"
5064 msgid "in unpopulated submodule '%s'"
5065 msgstr "в пустом подмодуле «%s»"
5069 msgid "Pathspec '%s' is in submodule '%.*s'"
5070 msgstr "Спецификатор пути «%s» в подмодуле «%.*s»"
5074 msgid "submodule entry '%s' (%s) is a %s, not a commit"
5075 msgstr "запись подмодуля «%s» (%s) является %s, а не является коммитом"
5077 #: submodule.c:1071 builtin/branch.c:662 builtin/submodule--helper.c:1888
5078 msgid "Failed to resolve HEAD as a valid ref."
5079 msgstr "Не удалось определить HEAD как действительную ссылку."
5083 msgid "'%s' not recognized as a git repository"
5084 msgstr "«%s» не распознан как репозиторий git"
5088 msgid "could not start 'git status' in submodule '%s'"
5089 msgstr "не удалось запустить «git status» в подмодуле «%s»"
5093 msgid "could not run 'git status' in submodule '%s'"
5094 msgstr "не удалось запустить «git status» в подмодуле «%s»"
5098 msgid "Could not unset core.worktree setting in submodule '%s'"
5103 msgid "submodule '%s' has dirty index"
5104 msgstr "подмодуль «%s» имеет изменённый индекс"
5108 msgid "Submodule '%s' could not be updated."
5114 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
5115 msgstr "relocate_gitdir для подмодуля «%s» с указанием более одного рабочего дерева не поддерживается"
5117 #: submodule.c:1746 submodule.c:1802
5119 msgid "could not lookup name for submodule '%s'"
5120 msgstr "не удалось запросить имя подмодуля «%s»"
5122 #: submodule.c:1750 builtin/submodule--helper.c:1406
5123 #: builtin/submodule--helper.c:1416
5125 msgid "could not create directory '%s'"
5126 msgstr "не удалось создать каталог «%s»"
5131 "Migrating git directory of '%s%s' from\n"
5134 msgstr "Перемещение каталога git для «%s%s» из\n«%s» в\n«%s»\n"
5138 msgid "could not recurse into submodule '%s'"
5139 msgstr "не удалось рекурсивно зайти в подмодуль «%s»"
5142 msgid "could not start ls-files in .."
5143 msgstr "не удалось выполнить stat ls-files в .."
5147 msgid "ls-tree returned unexpected return code %d"
5148 msgstr "ls-tree вернул неожиданный код %d"
5150 #: submodule-config.c:231
5152 msgid "ignoring suspicious submodule name: %s"
5153 msgstr "игнорирую подозрительный подмодуль с именем: %s"
5155 #: submodule-config.c:295
5156 msgid "negative values not allowed for submodule.fetchjobs"
5157 msgstr "нельзя использовать отрицательные значения для submodule.fetchjobs"
5159 #: submodule-config.c:468
5161 msgid "invalid value for %s"
5162 msgstr "неправильное значение %s"
5166 msgid "running trailer command '%s' failed"
5167 msgstr "сбой при запуске команды завершителя «%s»"
5169 #: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
5172 msgid "unknown value '%s' for key '%s'"
5173 msgstr "неизвестное значение «%s» для ключа «%s»"
5175 #: trailer.c:539 trailer.c:544 builtin/remote.c:294
5177 msgid "more than one %s"
5178 msgstr "больше одного %s"
5182 msgid "empty trailer token in trailer '%.*s'"
5183 msgstr "пустая последняя лексема в завершителе «%.*s»"
5187 msgid "could not read input file '%s'"
5188 msgstr "не удалось прочитать входной файл «%s»"
5191 msgid "could not read from stdin"
5192 msgstr "не удалось прочитать из стандартного ввода"
5194 #: trailer.c:1008 builtin/am.c:47
5196 msgid "could not stat %s"
5197 msgstr "не удалось выполнить stat для %s"
5201 msgid "file %s is not a regular file"
5202 msgstr "файл %s не является обычным файлом"
5206 msgid "file %s is not writable by user"
5207 msgstr "файл %s не доступен на запись пользователю"
5210 msgid "could not open temporary file"
5211 msgstr "не удалось создать временный файл"
5215 msgid "could not rename temporary file to %s"
5216 msgstr "не удалось переименовать временный файл в %s"
5220 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
5221 msgstr "Будет установлен вышестоящий репозиторий для «%s» на «%s» с «%s»\n"
5225 msgid "could not read bundle '%s'"
5230 msgid "transport: invalid depth option '%s'"
5231 msgstr "транспорт: неправильный параметр глубины «%s»"
5234 msgid "could not parse transport.color.* config"
5235 msgstr "не удалось разобрать опцию transport.color.*"
5238 msgid "support for protocol v2 not implemented yet"
5243 msgid "unknown value for config '%s': %s"
5248 msgid "transport '%s' not allowed"
5252 msgid "git-over-rsync is no longer supported"
5258 "The following submodule paths contain changes that can\n"
5259 "not be found on any remote:\n"
5260 msgstr "Подмодули по указанным путям содержат изменения, которые не найдены ни на одном из внешних репозиториев:\n"
5268 "\tgit push --recurse-submodules=on-demand\n"
5270 "or cd to the path and use\n"
5274 "to push them to a remote.\n"
5276 msgstr "\nПопробуйте выполнить\n\n\tgit push --recurse-submodules=on-demand\n\nили перейти в каталог с помощью команды cd и выполнить\n\n\tgit push\n\nдля их отправки на внешний репозиторий.\n"
5283 msgid "failed to push all needed submodules"
5286 #: transport.c:1270 transport-helper.c:643
5287 msgid "operation not supported by protocol"
5292 msgid "invalid line while parsing alternate refs: %s"
5295 #: transport-helper.c:51 transport-helper.c:80
5296 msgid "full write to remote helper failed"
5299 #: transport-helper.c:132
5301 msgid "unable to find remote helper for '%s'"
5304 #: transport-helper.c:148 transport-helper.c:557
5305 msgid "can't dup helper output fd"
5308 #: transport-helper.c:199
5311 "unknown mandatory capability %s; this remote helper probably needs newer "
5315 #: transport-helper.c:205
5316 msgid "this remote helper should implement refspec capability"
5319 #: transport-helper.c:272 transport-helper.c:412
5321 msgid "%s unexpectedly said: '%s'"
5324 #: transport-helper.c:401
5326 msgid "%s also locked %s"
5329 #: transport-helper.c:479
5330 msgid "couldn't run fast-import"
5333 #: transport-helper.c:502
5334 msgid "error while running fast-import"
5337 #: transport-helper.c:531 transport-helper.c:1091
5339 msgid "could not read ref %s"
5342 #: transport-helper.c:576
5344 msgid "unknown response to connect: %s"
5347 #: transport-helper.c:598
5348 msgid "setting remote service path not supported by protocol"
5351 #: transport-helper.c:600
5352 msgid "invalid remote service path"
5355 #: transport-helper.c:646
5357 msgid "can't connect to subservice %s"
5360 #: transport-helper.c:713
5362 msgid "expected ok/error, helper said '%s'"
5365 #: transport-helper.c:766
5367 msgid "helper reported unexpected status of %s"
5370 #: transport-helper.c:827
5372 msgid "helper %s does not support dry-run"
5375 #: transport-helper.c:830
5377 msgid "helper %s does not support --signed"
5380 #: transport-helper.c:833
5382 msgid "helper %s does not support --signed=if-asked"
5385 #: transport-helper.c:840
5387 msgid "helper %s does not support 'push-option'"
5390 #: transport-helper.c:932
5391 msgid "remote-helper doesn't support push; refspec needed"
5394 #: transport-helper.c:937
5396 msgid "helper %s does not support 'force'"
5399 #: transport-helper.c:984
5400 msgid "couldn't run fast-export"
5403 #: transport-helper.c:989
5404 msgid "error while running fast-export"
5407 #: transport-helper.c:1014
5410 "No refs in common and none specified; doing nothing.\n"
5411 "Perhaps you should specify a branch such as 'master'.\n"
5414 #: transport-helper.c:1077
5416 msgid "malformed response in ref list: %s"
5419 #: transport-helper.c:1230
5421 msgid "read(%s) failed"
5424 #: transport-helper.c:1257
5426 msgid "write(%s) failed"
5429 #: transport-helper.c:1306
5431 msgid "%s thread failed"
5434 #: transport-helper.c:1310
5436 msgid "%s thread failed to join: %s"
5439 #: transport-helper.c:1329 transport-helper.c:1333
5441 msgid "can't start thread for copying data: %s"
5444 #: transport-helper.c:1370
5446 msgid "%s process failed to wait"
5449 #: transport-helper.c:1374
5451 msgid "%s process failed"
5454 #: transport-helper.c:1392 transport-helper.c:1401
5455 msgid "can't start thread for copying data"
5459 msgid "too-short tree object"
5460 msgstr "слишком короткий объект дерева"
5463 msgid "malformed mode in tree entry"
5464 msgstr "неправильный режим в записи дерева"
5467 msgid "empty filename in tree entry"
5468 msgstr "пустое имя файла в записи дерева"
5471 msgid "too-short tree file"
5472 msgstr "слишком короткий файл дерева"
5474 #: unpack-trees.c:112
5477 "Your local changes to the following files would be overwritten by checkout:\n"
5478 "%%sPlease commit your changes or stash them before you switch branches."
5479 msgstr "Ваши локальные изменения в указанных файлах будут перезаписаны при переключении на состояние:\n%%sСделайте коммит или спрячьте ваши изменения перед переключением веток."
5481 #: unpack-trees.c:114
5484 "Your local changes to the following files would be overwritten by checkout:\n"
5486 msgstr "Ваши локальные изменения в указанных файлах будут перезаписаны при переключении на состояние:\n%%s"
5488 #: unpack-trees.c:117
5491 "Your local changes to the following files would be overwritten by merge:\n"
5492 "%%sPlease commit your changes or stash them before you merge."
5493 msgstr "Ваши локальные изменения в указанных файлах будут перезаписаны при слиянии:\n%%sСделайте коммит или спрячьте ваши изменения перед слиянием веток."
5495 #: unpack-trees.c:119
5498 "Your local changes to the following files would be overwritten by merge:\n"
5500 msgstr "Ваши локальные изменения в указанных файлах будут перезаписаны при слиянии:\n%%s"
5502 #: unpack-trees.c:122
5505 "Your local changes to the following files would be overwritten by %s:\n"
5506 "%%sPlease commit your changes or stash them before you %s."
5507 msgstr "Ваши локальные изменения в указанных файлах будут перезаписаны при %s:\n%%sСделайте коммит или спрячьте ваши изменения перед %s."
5509 #: unpack-trees.c:124
5512 "Your local changes to the following files would be overwritten by %s:\n"
5514 msgstr "Ваши локальные изменения в указанных файлах будут перезаписаны при %s:\n%%s"
5516 #: unpack-trees.c:129
5519 "Updating the following directories would lose untracked files in them:\n"
5521 msgstr "Обновление указанных каталогов приведет к потере неотслеживаемых файлов в них:\n%s"
5523 #: unpack-trees.c:133
5526 "The following untracked working tree files would be removed by checkout:\n"
5527 "%%sPlease move or remove them before you switch branches."
5528 msgstr "Указанные неотслеживаемые файлы в рабочем каталоге будут удалены при переключении на состояние:\n%%sПереместите эти файлы или удалите их перед переключением веток."
5530 #: unpack-trees.c:135
5533 "The following untracked working tree files would be removed by checkout:\n"
5535 msgstr "Указанные неотслеживаемые файлы в рабочем каталоге будут удалены при переключении на состояние:\n%%s"
5537 #: unpack-trees.c:138
5540 "The following untracked working tree files would be removed by merge:\n"
5541 "%%sPlease move or remove them before you merge."
5542 msgstr "Указанные неотслеживаемые файлы в рабочем каталоге будут удалены при слиянии:\n%%sПереместите эти файлы или удалите их перед переключением веток."
5544 #: unpack-trees.c:140
5547 "The following untracked working tree files would be removed by merge:\n"
5549 msgstr "Указанные неотслеживаемые файлы в рабочем каталоге будут удалены при слиянии:\n%%s"
5551 #: unpack-trees.c:143
5554 "The following untracked working tree files would be removed by %s:\n"
5555 "%%sPlease move or remove them before you %s."
5556 msgstr "Указанные неотслеживаемые файлы в рабочем каталоге будут удалены при %s:\n%%sПереместите эти файлы или удалите их перед %s."
5558 #: unpack-trees.c:145
5561 "The following untracked working tree files would be removed by %s:\n"
5563 msgstr "Указанные неотслеживаемые файлы в рабочем каталоге будут удалены при %s:\n%%s"
5565 #: unpack-trees.c:151
5568 "The following untracked working tree files would be overwritten by checkout:\n"
5569 "%%sPlease move or remove them before you switch branches."
5570 msgstr "Указанные неотслеживаемые файлы в рабочем каталоге будут перезаписаны при переключении на состояние:\n%%sПереместите эти файлы или удалите их перед переключением веток."
5572 #: unpack-trees.c:153
5575 "The following untracked working tree files would be overwritten by checkout:\n"
5577 msgstr "Указанные неотслеживаемые файлы в рабочем каталоге будут перезаписаны при переключении на состояние:\n%%s"
5579 #: unpack-trees.c:156
5582 "The following untracked working tree files would be overwritten by merge:\n"
5583 "%%sPlease move or remove them before you merge."
5584 msgstr "Указанные неотслеживаемые файлы в рабочем каталоге будут перезаписаны при слиянии:\n%%sПереместите эти файлы или удалите их перед переключением веток."
5586 #: unpack-trees.c:158
5589 "The following untracked working tree files would be overwritten by merge:\n"
5591 msgstr "Указанные неотслеживаемые файлы в рабочем каталоге будут перезаписаны при слиянии:\n%%s"
5593 #: unpack-trees.c:161
5596 "The following untracked working tree files would be overwritten by %s:\n"
5597 "%%sPlease move or remove them before you %s."
5598 msgstr "Указанные неотслеживаемые файлы в рабочем каталоге будут перезаписаны при %s:\n%%sПереместите эти файлы или удалите их перед %s."
5600 #: unpack-trees.c:163
5603 "The following untracked working tree files would be overwritten by %s:\n"
5605 msgstr "Указанные неотслеживаемые файлы в рабочем каталоге будут перезаписаны при %s:\n%%s"
5607 #: unpack-trees.c:171
5609 msgid "Entry '%s' overlaps with '%s'. Cannot bind."
5610 msgstr "Запись «%s» частично совпадает с «%s». Не удалось назначить соответствие."
5612 #: unpack-trees.c:174
5615 "Cannot update sparse checkout: the following entries are not up to date:\n"
5617 msgstr "Не удалось обновить частичное состояние: следующие элементы не последней версии:\n%s"
5619 #: unpack-trees.c:176
5622 "The following working tree files would be overwritten by sparse checkout update:\n"
5624 msgstr "Указанные файлы из рабочего каталога будут перезаписаны при обновлении частичного состояния:\n%s"
5626 #: unpack-trees.c:178
5629 "The following working tree files would be removed by sparse checkout update:\n"
5631 msgstr "Указанные файлы из рабочего каталога будут удалены при обновлении частичного состояния:\n%s"
5633 #: unpack-trees.c:180
5636 "Cannot update submodule:\n"
5638 msgstr "Не удолось обновить подмодуль:\n%s"
5640 #: unpack-trees.c:254
5645 #: unpack-trees.c:336
5646 msgid "Checking out files"
5647 msgstr "Распаковка файлов"
5650 msgid "invalid URL scheme name or missing '://' suffix"
5651 msgstr "Неправильная имя URL схемы или пропущен суффикс «://»"
5653 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
5655 msgid "invalid %XX escape sequence"
5656 msgstr "неправильная управляющая последовательность %XX"
5659 msgid "missing host and scheme is not 'file:'"
5660 msgstr "пропущено имя сервера и схема доступа не «file:»"
5663 msgid "a 'file:' URL may not have a port number"
5664 msgstr "URL со схемой «file:» не может содержать номер порта"
5667 msgid "invalid characters in host name"
5668 msgstr "неправильные символы в имени сервера"
5670 #: urlmatch.c:292 urlmatch.c:303
5671 msgid "invalid port number"
5672 msgstr "неправильный номер порта"
5675 msgid "invalid '..' path segment"
5676 msgstr "неправильная часть пути «..»"
5678 #: worktree.c:245 builtin/am.c:2147
5680 msgid "failed to read '%s'"
5681 msgstr "не удалось прочитать «%s»"
5685 msgid "'%s' at main working tree is not the repository directory"
5690 msgid "'%s' file does not contain absolute path to the working tree location"
5695 msgid "'%s' does not exist"
5696 msgstr "«%s» не существует"
5700 msgid "'%s' is not a .git file, error code %d"
5705 msgid "'%s' does not point back to '%s'"
5708 #: wrapper.c:223 wrapper.c:393
5710 msgid "could not open '%s' for reading and writing"
5711 msgstr "не удалось открыть «%s» для чтения и записи"
5713 #: wrapper.c:227 wrapper.c:397 builtin/am.c:321 builtin/am.c:771
5714 #: builtin/am.c:863 builtin/merge.c:1078
5716 msgid "could not open '%s' for reading"
5717 msgstr "не удалось открыть «%s» для чтения"
5719 #: wrapper.c:424 wrapper.c:624
5721 msgid "unable to access '%s'"
5722 msgstr "«%s» недоступно"
5725 msgid "unable to get current working directory"
5726 msgstr "не удалось получить текущий рабочий каталог"
5729 msgid "Unmerged paths:"
5730 msgstr "Не слитые пути:"
5732 #: wt-status.c:181 wt-status.c:208
5734 msgid " (use \"git reset %s <file>...\" to unstage)"
5735 msgstr " (используйте «git reset %s <файл>…», чтобы убрать из индекса)"
5737 #: wt-status.c:183 wt-status.c:210
5738 msgid " (use \"git rm --cached <file>...\" to unstage)"
5739 msgstr " (используйте «git rm --cached <файл>…», чтобы убрать из индекса)"
5742 msgid " (use \"git add <file>...\" to mark resolution)"
5743 msgstr " (используйте «git add <файл>…», чтобы пометить разрешение конфликта)"
5745 #: wt-status.c:189 wt-status.c:193
5746 msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
5747 msgstr " (используйте «git add/rm <файл>…», чтобы пометить выбранное разрешение конфликта)"
5750 msgid " (use \"git rm <file>...\" to mark resolution)"
5751 msgstr " (используйте «git rm <файл>…», чтобы пометить разрешение конфликта)"
5753 #: wt-status.c:202 wt-status.c:1015
5754 msgid "Changes to be committed:"
5755 msgstr "Изменения, которые будут включены в коммит:"
5757 #: wt-status.c:220 wt-status.c:1024
5758 msgid "Changes not staged for commit:"
5759 msgstr "Изменения, которые не в индексе для коммита:"
5762 msgid " (use \"git add <file>...\" to update what will be committed)"
5763 msgstr " (используйте «git add <файл>…», чтобы добавить файл в индекс)"
5766 msgid " (use \"git add/rm <file>...\" to update what will be committed)"
5767 msgstr " (используйте «git add/rm <файл>…», чтобы добавить или удалить файл из индекса)"
5771 " (use \"git checkout -- <file>...\" to discard changes in working "
5773 msgstr " (используйте «git checkout -- <файл>…», чтобы отменить изменения\n в рабочем каталоге)"
5776 msgid " (commit or discard the untracked or modified content in submodules)"
5777 msgstr " (сделайте коммит или отмените изменения в неотслеживаемом или измененном содержимом в подмодулях)"
5781 msgid " (use \"git %s <file>...\" to include in what will be committed)"
5782 msgstr " (используйте «git %s <файл>…», чтобы добавить в то, что будет включено в коммит)"
5785 msgid "both deleted:"
5786 msgstr "оба удалены:"
5789 msgid "added by us:"
5790 msgstr "добавлено нами:"
5793 msgid "deleted by them:"
5794 msgstr "удалено ими:"
5797 msgid "added by them:"
5798 msgstr "добавлено ими:"
5801 msgid "deleted by us:"
5802 msgstr "удалено нами:"
5806 msgstr "оба добавлены:"
5809 msgid "both modified:"
5810 msgstr "оба изменены:"
5814 msgstr "новый файл:"
5818 msgstr "скопировано:"
5830 msgstr "переименовано:"
5834 msgstr "изменен тип:"
5838 msgstr "неизвестно:"
5845 msgid "new commits, "
5846 msgstr "новые коммиты, "
5849 msgid "modified content, "
5850 msgstr "изменено содержимое, "
5853 msgid "untracked content, "
5854 msgstr "неотслеживаемое содержимое, "
5858 msgid "Your stash currently has %d entry"
5859 msgid_plural "Your stash currently has %d entries"
5860 msgstr[0] "У вас сейчас спрятана %d запись"
5861 msgstr[1] "У вас сейчас спрятаны %d записи"
5862 msgstr[2] "У вас сейчас спрятано %d записей"
5863 msgstr[3] "У вас сейчас спрятаны %d записи"
5866 msgid "Submodules changed but not updated:"
5867 msgstr "Измененные, но не обновленные подмодули:"
5870 msgid "Submodule changes to be committed:"
5871 msgstr "Изменения в подмодулях, которые будут закоммичены:"
5875 "Do not modify or remove the line above.\n"
5876 "Everything below it will be ignored."
5877 msgstr "Не изменяйте или удаляйте строку выше этой.\nВсё, что ниже — будет проигнорировано."
5880 msgid "You have unmerged paths."
5881 msgstr "У вас есть не слитые пути."
5884 msgid " (fix conflicts and run \"git commit\")"
5885 msgstr " (разрешите конфликты, затем запустите «git commit»)"
5888 msgid " (use \"git merge --abort\" to abort the merge)"
5889 msgstr " (используйте «git merge --abort», чтобы остановить операцию слияния)"
5892 msgid "All conflicts fixed but you are still merging."
5893 msgstr "Все конфликты исправлены, но вы все еще в процессе слияния."
5896 msgid " (use \"git commit\" to conclude merge)"
5897 msgstr " (используйте «git commit», чтобы завершить слияние)"
5900 msgid "You are in the middle of an am session."
5901 msgstr "Вы в процессе сессии am."
5904 msgid "The current patch is empty."
5905 msgstr "Текущий патч пустой."
5908 msgid " (fix conflicts and then run \"git am --continue\")"
5909 msgstr " (разрешите конфликты, затем запустите «git am --continue»)"
5912 msgid " (use \"git am --skip\" to skip this patch)"
5913 msgstr " (используйте «git am --skip», чтобы пропустить этот патч)"
5916 msgid " (use \"git am --abort\" to restore the original branch)"
5917 msgstr " (используйте «git am --abort», чтобы восстановить оригинальную ветку)"
5920 msgid "git-rebase-todo is missing."
5921 msgstr "git-rebase-todo отсутствует."
5924 msgid "No commands done."
5925 msgstr "Команды не выполнены."
5929 msgid "Last command done (%d command done):"
5930 msgid_plural "Last commands done (%d commands done):"
5931 msgstr[0] "Последняя команда выполнена (%d команда выполнена):"
5932 msgstr[1] "Последняя команда выполнена (%d команды выполнено):"
5933 msgstr[2] "Последняя команда выполнена (%d команд выполнено):"
5934 msgstr[3] "Последняя команда выполнена (%d команд выполнено):"
5938 msgid " (see more in file %s)"
5939 msgstr " (смотрите дополнительно в файле %s)"
5942 msgid "No commands remaining."
5943 msgstr "Команд больше не осталось."
5947 msgid "Next command to do (%d remaining command):"
5948 msgid_plural "Next commands to do (%d remaining commands):"
5949 msgstr[0] "Следующая команда для выполнения (%d команда осталась):"
5950 msgstr[1] "Следующая команда для выполнения (%d команды осталось):"
5951 msgstr[2] "Следующая команда для выполнения (%d команд осталось):"
5952 msgstr[3] "Следующая команда для выполнения (%d команд осталось):"
5955 msgid " (use \"git rebase --edit-todo\" to view and edit)"
5956 msgstr " (используйте «git rebase --edit-todo», чтобы просмотреть и изменить)"
5960 msgid "You are currently rebasing branch '%s' on '%s'."
5961 msgstr "Вы сейчас перемещаете ветку «%s» над «%s»."
5964 msgid "You are currently rebasing."
5965 msgstr "Вы сейчас перемещаете ветку."
5968 msgid " (fix conflicts and then run \"git rebase --continue\")"
5969 msgstr " (разрешите конфликты, затем запустите «git rebase --continue»)"
5972 msgid " (use \"git rebase --skip\" to skip this patch)"
5973 msgstr " (используйте «git rebase --skip», чтобы пропустить этот патч)"
5976 msgid " (use \"git rebase --abort\" to check out the original branch)"
5977 msgstr " (используйте «git rebase --abort», чтобы перейти на оригинальную ветку)"
5980 msgid " (all conflicts fixed: run \"git rebase --continue\")"
5981 msgstr " (все конфликты разрешены: запустите «git rebase --continue»)"
5986 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
5987 msgstr "Вы сейчас разделяете коммит при перемещении ветки «%s» над «%s»."
5990 msgid "You are currently splitting a commit during a rebase."
5991 msgstr "Вы сейчас разделяете коммит при перемещении ветки."
5994 msgid " (Once your working directory is clean, run \"git rebase --continue\")"
5995 msgstr "(Как только ваш рабочий каталог будет чистый, запустите «git rebase --continue»)"
5999 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
6000 msgstr "Вы сейчас редактируете коммит при перемещении ветки «%s» над «%s»."
6003 msgid "You are currently editing a commit during a rebase."
6004 msgstr "Вы сейчас редактируете коммит при перемещении ветки."
6007 msgid " (use \"git commit --amend\" to amend the current commit)"
6008 msgstr " (используйте «git commit --amend», чтобы исправить текущий коммит)"
6011 msgid " (use \"git rebase --continue\" once you are satisfied with your changes)"
6012 msgstr " (используйте «git rebase --continue», когда будете довольны изменениями)"
6016 msgid "You are currently cherry-picking commit %s."
6017 msgstr "Вы копируете коммит %s."
6020 msgid " (fix conflicts and run \"git cherry-pick --continue\")"
6021 msgstr " (разрешите конфликты, затем запустите «git cherry-pick --continue»)"
6024 msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
6025 msgstr " (все конфликты разрешены: запустите «git cherry-pick --continue»)"
6028 msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
6029 msgstr " (используйте «git cherry-pick --abort», чтобы отменить копирования коммита)"
6033 msgid "You are currently reverting commit %s."
6034 msgstr "Вы сейчас обращаете изменения коммита %s."
6037 msgid " (fix conflicts and run \"git revert --continue\")"
6038 msgstr " (разрешите конфликты, затем запустите «git revert --continue»)"
6041 msgid " (all conflicts fixed: run \"git revert --continue\")"
6042 msgstr " (все конфликты разрешены: запустите «git revert --continue»)"
6045 msgid " (use \"git revert --abort\" to cancel the revert operation)"
6046 msgstr " (используйте «git revert --abort», чтобы отменить операцию обращения изменений коммита)"
6050 msgid "You are currently bisecting, started from branch '%s'."
6051 msgstr "Вы сейчас в процессе двоичного поиска, начатого с ветки «%s»."
6054 msgid "You are currently bisecting."
6055 msgstr "Вы сейчас в процессе двоичного поиска."
6058 msgid " (use \"git bisect reset\" to get back to the original branch)"
6059 msgstr " (используйте «git bisect reset», чтобы вернуться на исходную ветку)"
6066 msgid "interactive rebase in progress; onto "
6067 msgstr "интерактивное перемещение в процессе; над "
6070 msgid "rebase in progress; onto "
6071 msgstr "перемещение в процессе; над "
6074 msgid "HEAD detached at "
6075 msgstr "HEAD отделён на "
6078 msgid "HEAD detached from "
6079 msgstr "HEAD отделён начиная с "
6082 msgid "Not currently on any branch."
6083 msgstr "Сейчас ни на одной из веток"
6086 msgid "Initial commit"
6087 msgstr "Начальный коммит"
6090 msgid "No commits yet"
6091 msgstr "Еще нет коммитов"
6094 msgid "Untracked files"
6095 msgstr "Неотслеживаемые файлы"
6098 msgid "Ignored files"
6099 msgstr "Игнорируемые файлы"
6104 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
6105 "may speed it up, but you have to be careful not to forget to add\n"
6106 "new files yourself (see 'git help status')."
6107 msgstr "%.2f секунды занял вывод списка неотслеживаемых файлов. «status -uno» возможно может ускорить это, но будьте внимательны, и не забудьте добавить новые файлы вручную (смотрите «git help status» для подробностей)."
6111 msgid "Untracked files not listed%s"
6112 msgstr "Неотслеживаемые файлы не показаны%s"
6115 msgid " (use -u option to show untracked files)"
6116 msgstr "(используйте опцию «-u», чтобы показать неотслеживаемые файлы)"
6120 msgstr "Нет изменений"
6124 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
6125 msgstr "нет изменений добавленных для коммита\n(используйте «git add» и/или «git commit -a»)\n"
6129 msgid "no changes added to commit\n"
6130 msgstr "нет изменений добавленных для коммита\n"
6135 "nothing added to commit but untracked files present (use \"git add\" to "
6137 msgstr "ничего не добавлено в коммит, но есть неотслеживаемые файлы (используйте «git add», чтобы отслеживать их)\n"
6141 msgid "nothing added to commit but untracked files present\n"
6142 msgstr "ничего не добавлено в коммит, но есть неотслеживаемые файлы\n"
6146 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
6147 msgstr "нечего коммитить (создайте/скопируйте файлы, затем запустите «git add», чтобы отслеживать их)\n"
6149 #: wt-status.c:1697 wt-status.c:1702
6151 msgid "nothing to commit\n"
6152 msgstr "нечего коммитить\n"
6156 msgid "nothing to commit (use -u to show untracked files)\n"
6157 msgstr "нечего коммитить (используйте опцию «-u», чтобы показать неотслеживаемые файлы)\n"
6161 msgid "nothing to commit, working tree clean\n"
6162 msgstr "нечего коммитить, нет изменений в рабочем каталоге\n"
6165 msgid "No commits yet on "
6166 msgstr "Еще нет коммитов в"
6169 msgid "HEAD (no branch)"
6170 msgstr "HEAD (нет ветки)"
6176 #: wt-status.c:1854 wt-status.c:1862
6180 #: wt-status.c:1857 wt-status.c:1860
6184 #. TRANSLATORS: the action is e.g. "pull with rebase"
6187 msgid "cannot %s: You have unstaged changes."
6188 msgstr "не удалось выполнить %s: У вас есть непроиндексированные изменения."
6191 msgid "additionally, your index contains uncommitted changes."
6192 msgstr "к тому же, в вашем индексе есть незакоммиченные изменения."
6196 msgid "cannot %s: Your index contains uncommitted changes."
6197 msgstr "не удалось выполнить %s: В вашем индексе есть незакоммиченные изменения."
6199 #: compat/precompose_utf8.c:58 builtin/clone.c:443
6201 msgid "failed to unlink '%s'"
6202 msgstr "сбой отсоединения «%s»"
6205 msgid "git add [<options>] [--] <pathspec>..."
6206 msgstr "git add [<опции>] [--] <спецификатор-пути>…"
6210 msgid "unexpected diff status %c"
6211 msgstr "неожиданный статус различий %c"
6213 #: builtin/add.c:88 builtin/commit.c:279
6214 msgid "updating files failed"
6215 msgstr "сбой при обновлении файлов"
6219 msgid "remove '%s'\n"
6220 msgstr "удалить «%s»\n"
6222 #: builtin/add.c:173
6223 msgid "Unstaged changes after refreshing the index:"
6224 msgstr "Непроиндексированные изменения после обновления индекса:"
6226 #: builtin/add.c:233 builtin/rev-parse.c:893
6227 msgid "Could not read the index"
6228 msgstr "Не удалось прочитать индекс"
6230 #: builtin/add.c:244
6232 msgid "Could not open '%s' for writing."
6233 msgstr "Не удалось открыть «%s» для записи."
6235 #: builtin/add.c:248
6236 msgid "Could not write patch"
6237 msgstr "Не удалось записать патч"
6239 #: builtin/add.c:251
6240 msgid "editing patch failed"
6241 msgstr "сбой при редактировании патча"
6243 #: builtin/add.c:254
6245 msgid "Could not stat '%s'"
6246 msgstr "Не удалось выполнить stat для «%s»"
6248 #: builtin/add.c:256
6249 msgid "Empty patch. Aborted."
6250 msgstr "Пустой патч. Операция прервана."
6252 #: builtin/add.c:261
6254 msgid "Could not apply '%s'"
6255 msgstr "Не удалось применить «%s»"
6257 #: builtin/add.c:269
6258 msgid "The following paths are ignored by one of your .gitignore files:\n"
6259 msgstr "Следующие пути игнорируются одним из ваших файлов .gitignore:\n"
6261 #: builtin/add.c:289 builtin/clean.c:906 builtin/fetch.c:134 builtin/mv.c:123
6262 #: builtin/prune-packed.c:56 builtin/pull.c:212 builtin/push.c:557
6263 #: builtin/remote.c:1344 builtin/rm.c:240 builtin/send-pack.c:165
6265 msgstr "пробный запуск"
6267 #: builtin/add.c:292
6268 msgid "interactive picking"
6269 msgstr "интерактивный выбор"
6271 #: builtin/add.c:293 builtin/checkout.c:1144 builtin/reset.c:302
6272 msgid "select hunks interactively"
6273 msgstr "интерактивный выбор блоков"
6275 #: builtin/add.c:294
6276 msgid "edit current diff and apply"
6277 msgstr "отредактировать текущий файл различий и применить его"
6279 #: builtin/add.c:295
6280 msgid "allow adding otherwise ignored files"
6281 msgstr "разрешить добавление игнорируемых иначе файлов"
6283 #: builtin/add.c:296
6284 msgid "update tracked files"
6285 msgstr "обновить отслеживаемые файлы"
6287 #: builtin/add.c:297
6288 msgid "renormalize EOL of tracked files (implies -u)"
6289 msgstr "перенормализировать концы строк (EOL) отслеживаемых файлов (подразумевает -u)"
6291 #: builtin/add.c:298
6292 msgid "record only the fact that the path will be added later"
6293 msgstr "записать только факт, что путь будет добавлен позже"
6295 #: builtin/add.c:299
6296 msgid "add changes from all tracked and untracked files"
6297 msgstr "добавить изменения из всех отслеживаемых и неотслеживаемых файлов"
6299 #: builtin/add.c:302
6300 msgid "ignore paths removed in the working tree (same as --no-all)"
6301 msgstr "игнорировать пути удаленные из рабочего каталога (тоже, что и --no-all)"
6303 #: builtin/add.c:304
6304 msgid "don't add, only refresh the index"
6305 msgstr "не добавлять, только обновить индекс"
6307 #: builtin/add.c:305
6308 msgid "just skip files which cannot be added because of errors"
6309 msgstr "пропускать файлы, которые не могут быть добавлены из-за ошибок"
6311 #: builtin/add.c:306
6312 msgid "check if - even missing - files are ignored in dry run"
6313 msgstr "удостовериться, что даже недостающие файлы будут проигнорированы при пробном запуске"
6315 #: builtin/add.c:308 builtin/update-index.c:973
6316 msgid "override the executable bit of the listed files"
6317 msgstr "переопределить бит выполнения на указанных файлах"
6319 #: builtin/add.c:310
6320 msgid "warn when adding an embedded repository"
6321 msgstr "предупреждать при добавлении встроенного git репозитория"
6323 #: builtin/add.c:325
6326 "You've added another git repository inside your current repository.\n"
6327 "Clones of the outer repository will not contain the contents of\n"
6328 "the embedded repository and will not know how to obtain it.\n"
6329 "If you meant to add a submodule, use:\n"
6331 "\tgit submodule add <url> %s\n"
6333 "If you added this path by mistake, you can remove it from the\n"
6336 "\tgit rm --cached %s\n"
6338 "See \"git help submodule\" for more information."
6339 msgstr "Вы добавили другой репозиторий git внутри текущего репозитория\nКлоны внешнего репозитория не будут содержать внутренний\nрепозиторий и не будут знать как его получить.\nЕсли вы хотели добавить подмодуль, то запустите:\n\n\tgit submodule add <url> %s\n\nЕсли бы добавили этот путь по ошибке, то вы можете удалить его\nиз индекса с помощью:\n\n\tgit rm --cached %s\n\nДля дополнительной информации смотрите «git help submodule»."
6341 #: builtin/add.c:353
6343 msgid "adding embedded git repository: %s"
6344 msgstr "добавление встроенного git репозитория: %s"
6346 #: builtin/add.c:371
6348 msgid "Use -f if you really want to add them.\n"
6349 msgstr "Используйте -f, если вы действительно хотите добавить их.\n"
6351 #: builtin/add.c:379
6352 msgid "adding files failed"
6353 msgstr "ошибка при добавлении файлов"
6355 #: builtin/add.c:417
6356 msgid "-A and -u are mutually incompatible"
6357 msgstr "-A и -u нельзя использовать одновременно"
6359 #: builtin/add.c:424
6360 msgid "Option --ignore-missing can only be used together with --dry-run"
6361 msgstr "Опция --ignore-missing может использоваться только вместе с --dry-run"
6363 #: builtin/add.c:428
6365 msgid "--chmod param '%s' must be either -x or +x"
6366 msgstr "параметр --chmod «%s» должен быть -x или +x"
6368 #: builtin/add.c:443
6370 msgid "Nothing specified, nothing added.\n"
6371 msgstr "Ничего не указано, ничего не добавлено.\n"
6373 #: builtin/add.c:444
6375 msgid "Maybe you wanted to say 'git add .'?\n"
6376 msgstr "Возможно, вы имели в виду «git add .»?\n"
6378 #: builtin/add.c:449 builtin/check-ignore.c:177 builtin/checkout.c:282
6379 #: builtin/checkout.c:485 builtin/clean.c:953 builtin/commit.c:338
6380 #: builtin/diff-tree.c:115 builtin/grep.c:492 builtin/mv.c:144
6381 #: builtin/reset.c:241 builtin/rm.c:270 builtin/submodule--helper.c:329
6382 msgid "index file corrupt"
6383 msgstr "файл индекса поврежден"
6386 msgid "could not parse author script"
6387 msgstr "не удалось разобрать сценарий авторства"
6391 msgid "'%s' was deleted by the applypatch-msg hook"
6392 msgstr "«%s» был удален перехватчиком applypatch-msg"
6396 msgid "Malformed input line: '%s'."
6397 msgstr "Неправильная строка ввода: «%s»."
6401 msgid "Failed to copy notes from '%s' to '%s'"
6402 msgstr "Не удалось скопировать заметку из «%s» в «%s»"
6405 msgid "fseek failed"
6406 msgstr "сбой при выполнении fseek"
6410 msgid "could not parse patch '%s'"
6411 msgstr "не удалось разобрать патч «%s»"
6414 msgid "Only one StGIT patch series can be applied at once"
6415 msgstr "Только серия патчей StGIT может быть применена за раз"
6418 msgid "invalid timestamp"
6419 msgstr "недопустимая метка даты/времени"
6421 #: builtin/am.c:909 builtin/am.c:921
6422 msgid "invalid Date line"
6423 msgstr "недопустимая строка даты"
6426 msgid "invalid timezone offset"
6427 msgstr "недопустимое смещение часового пояса"
6429 #: builtin/am.c:1009
6430 msgid "Patch format detection failed."
6431 msgstr "Сбой определения формата патча."
6433 #: builtin/am.c:1014 builtin/clone.c:408
6435 msgid "failed to create directory '%s'"
6436 msgstr "не удалось создать каталог «%s»"
6438 #: builtin/am.c:1019
6439 msgid "Failed to split patches."
6440 msgstr "Не удалось разделить патчи на части."
6442 #: builtin/am.c:1149 builtin/commit.c:364
6443 msgid "unable to write index file"
6444 msgstr "не удалось записать индекс"
6446 #: builtin/am.c:1163
6448 msgid "When you have resolved this problem, run \"%s --continue\"."
6449 msgstr "Когда вы устраните эту проблему, запустите «%s --continue»."
6451 #: builtin/am.c:1164
6453 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
6454 msgstr "Если вы хотите пропустить этот патч, то запустите «%s --skip»."
6456 #: builtin/am.c:1165
6458 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
6459 msgstr "Чтобы вернуться на предыдущую ветку и остановить применение изменений, запустите «%s --abort»."
6461 #: builtin/am.c:1272
6462 msgid "Patch is empty."
6463 msgstr "Патч пустой."
6465 #: builtin/am.c:1338
6467 msgid "invalid ident line: %.*s"
6468 msgstr "неправильная строка идентификации: %.*s"
6470 #: builtin/am.c:1360
6472 msgid "unable to parse commit %s"
6473 msgstr "не удалось разобрать коммит %s"
6475 #: builtin/am.c:1556
6476 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
6477 msgstr "В репозитории отсутствуют двоичные объекты, необходимые для отката к трехходовому слиянию."
6479 #: builtin/am.c:1558
6480 msgid "Using index info to reconstruct a base tree..."
6481 msgstr "Использую индекс для реконструкции базового дерева…"
6483 #: builtin/am.c:1577
6485 "Did you hand edit your patch?\n"
6486 "It does not apply to blobs recorded in its index."
6487 msgstr "Вы вручную изменяли патч?\nОн не накладывается без ошибок на двоичные объекты, записанные в его заголовке."
6489 #: builtin/am.c:1583
6490 msgid "Falling back to patching base and 3-way merge..."
6491 msgstr "Откат к применению изменений к базовому коммиту с помощью трехходового слияния…"
6493 #: builtin/am.c:1608
6494 msgid "Failed to merge in the changes."
6495 msgstr "Не удалось слить изменения."
6497 #: builtin/am.c:1640
6498 msgid "applying to an empty history"
6499 msgstr "применение к пустой истории"
6501 #: builtin/am.c:1686 builtin/am.c:1690
6503 msgid "cannot resume: %s does not exist."
6504 msgstr "нельзя продолжнить: %s не существует "
6506 #: builtin/am.c:1706
6507 msgid "cannot be interactive without stdin connected to a terminal."
6508 msgstr "не удалось использовать интерактивное поведение, без stdin подключенного к терминалу."
6510 #: builtin/am.c:1711
6511 msgid "Commit Body is:"
6512 msgstr "Тело коммита:"
6514 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
6515 #. in your translation. The program will only accept English
6516 #. input at this point.
6517 #: builtin/am.c:1721
6518 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
6519 msgstr "Применить? [y] - да/[n] - нет/[e] - редактировать/[v] - просмотреть патч/[a] - применить всё: "
6521 #: builtin/am.c:1771
6523 msgid "Dirty index: cannot apply patches (dirty: %s)"
6524 msgstr "Индекс не пустой: нельзя применять патчи (в индексе: %s)"
6526 #: builtin/am.c:1811 builtin/am.c:1879
6528 msgid "Applying: %.*s"
6529 msgstr "Применение: %.*s"
6531 #: builtin/am.c:1828
6532 msgid "No changes -- Patch already applied."
6533 msgstr "Нет изменений — Патч уже применен."
6535 #: builtin/am.c:1834
6537 msgid "Patch failed at %s %.*s"
6538 msgstr "Ошибка применения изменений на %s %.*s"
6540 #: builtin/am.c:1838
6541 msgid "Use 'git am --show-current-patch' to see the failed patch"
6544 #: builtin/am.c:1882
6546 "No changes - did you forget to use 'git add'?\n"
6547 "If there is nothing left to stage, chances are that something else\n"
6548 "already introduced the same changes; you might want to skip this patch."
6549 msgstr "Нет изменений — возможно, вы забыли вызвать «git add»?\nЕсли ничего не осталось для индексации, то, скорее всего, что-то другое уже сделало те же изменения; возможно, вам следует пропустить этот патч."
6551 #: builtin/am.c:1889
6553 "You still have unmerged paths in your index.\n"
6554 "You should 'git add' each file with resolved conflicts to mark them as such.\n"
6555 "You might run `git rm` on a file to accept \"deleted by them\" for it."
6556 msgstr "У вас есть не слитые пути в индексе.\nВы должны выполнить «git add» для каждого файла с разрешенными конфликтами, чтобы пометить их таковыми.\nВы можете запустить «git rm» с именем файла, чтобы пометить его как «удалено ими»."
6558 #: builtin/am.c:1996 builtin/am.c:2000 builtin/am.c:2012 builtin/reset.c:324
6559 #: builtin/reset.c:332
6561 msgid "Could not parse object '%s'."
6562 msgstr "Не удалось разобрать объект «%s»."
6564 #: builtin/am.c:2048
6565 msgid "failed to clean index"
6566 msgstr "не удалось очистить индекс"
6568 #: builtin/am.c:2083
6570 "You seem to have moved HEAD since the last 'am' failure.\n"
6571 "Not rewinding to ORIG_HEAD"
6572 msgstr "Похоже, что вы переместили HEAD с момента последней ошибки выполнения «am».\nПеремотка на ORIG_HEAD не выполняется"
6574 #: builtin/am.c:2174
6576 msgid "Invalid value for --patch-format: %s"
6577 msgstr "Неправильное значение для --patch-format: %s"
6579 #: builtin/am.c:2210
6580 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
6581 msgstr "git am [<опции>] [(<mbox> | <Maildir>)…]"
6583 #: builtin/am.c:2211
6584 msgid "git am [<options>] (--continue | --skip | --abort)"
6585 msgstr "git am [<опции>] (--continue | --skip | --abort)"
6587 #: builtin/am.c:2217
6588 msgid "run interactively"
6589 msgstr "запустить в интерактивном режиме"
6591 #: builtin/am.c:2219
6592 msgid "historical option -- no-op"
6593 msgstr "историческая опция — ничего не делает"
6595 #: builtin/am.c:2221
6596 msgid "allow fall back on 3way merging if needed"
6597 msgstr "разрешить откатиться к трехходовому слиянию, если нужно"
6599 #: builtin/am.c:2222 builtin/init-db.c:485 builtin/prune-packed.c:58
6600 #: builtin/repack.c:299
6602 msgstr "тихий режим"
6604 #: builtin/am.c:2224
6605 msgid "add a Signed-off-by line to the commit message"
6606 msgstr "добавить строку Signed-off-by к сообщению коммита"
6608 #: builtin/am.c:2227
6609 msgid "recode into utf8 (default)"
6610 msgstr "перекодировать в utf8 (по умолчанию)"
6612 #: builtin/am.c:2229
6613 msgid "pass -k flag to git-mailinfo"
6614 msgstr "передать флаг -k в git-mailinfo"
6616 #: builtin/am.c:2231
6617 msgid "pass -b flag to git-mailinfo"
6618 msgstr "передать флаг -b в git-mailinfo"
6620 #: builtin/am.c:2233
6621 msgid "pass -m flag to git-mailinfo"
6622 msgstr "передать флаг -m в git-mailinfo"
6624 #: builtin/am.c:2235
6625 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
6626 msgstr "передать флаг --keep-cr в git-mailsplit для формата mbox"
6628 #: builtin/am.c:2238
6629 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
6630 msgstr "не передавать --keep-cr флаг в git-mailsplit вне зависимости от am.keepcr"
6632 #: builtin/am.c:2241
6633 msgid "strip everything before a scissors line"
6634 msgstr "обрезать все до строки обрезки"
6636 #: builtin/am.c:2243 builtin/am.c:2246 builtin/am.c:2249 builtin/am.c:2252
6637 #: builtin/am.c:2255 builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264
6638 #: builtin/am.c:2270
6639 msgid "pass it through git-apply"
6640 msgstr "передать его в git-apply"
6642 #: builtin/am.c:2260 builtin/commit.c:1332 builtin/fmt-merge-msg.c:670
6643 #: builtin/fmt-merge-msg.c:673 builtin/grep.c:857 builtin/merge.c:237
6644 #: builtin/pull.c:150 builtin/pull.c:208 builtin/repack.c:308
6645 #: builtin/repack.c:312 builtin/repack.c:314 builtin/show-branch.c:650
6646 #: builtin/show-ref.c:170 builtin/tag.c:384 parse-options.h:144
6647 #: parse-options.h:146 parse-options.h:258
6651 #: builtin/am.c:2266 builtin/branch.c:643 builtin/for-each-ref.c:38
6652 #: builtin/replace.c:543 builtin/tag.c:420 builtin/verify-tag.c:39
6656 #: builtin/am.c:2267
6657 msgid "format the patch(es) are in"
6658 msgstr "формат, в котором находятся патчи"
6660 #: builtin/am.c:2273
6661 msgid "override error message when patch failure occurs"
6662 msgstr "переопределить сообщение об ошибке, если не удалось наложить изменения"
6664 #: builtin/am.c:2275
6665 msgid "continue applying patches after resolving a conflict"
6666 msgstr "продолжить применение изменений после разрешения конфиликта"
6668 #: builtin/am.c:2278
6669 msgid "synonyms for --continue"
6670 msgstr "синоним для --continue"
6672 #: builtin/am.c:2281
6673 msgid "skip the current patch"
6674 msgstr "пропустить текущий патч"
6676 #: builtin/am.c:2284
6677 msgid "restore the original branch and abort the patching operation."
6678 msgstr "восстановить оригинальную ветку и отменить операцию применения изменений."
6680 #: builtin/am.c:2287
6681 msgid "abort the patching operation but keep HEAD where it is."
6684 #: builtin/am.c:2290
6685 msgid "show the patch being applied."
6688 #: builtin/am.c:2294
6689 msgid "lie about committer date"
6690 msgstr "соврать о дате коммитера"
6692 #: builtin/am.c:2296
6693 msgid "use current timestamp for author date"
6694 msgstr "использовать текущее время как время авторства"
6696 #: builtin/am.c:2298 builtin/commit.c:1468 builtin/merge.c:271
6697 #: builtin/pull.c:183 builtin/revert.c:113 builtin/tag.c:400
6701 #: builtin/am.c:2299
6702 msgid "GPG-sign commits"
6703 msgstr "подписать коммиты с помощью GPG"
6705 #: builtin/am.c:2302
6706 msgid "(internal use for git-rebase)"
6707 msgstr "(внутреннее использование для git-rebase)"
6709 #: builtin/am.c:2320
6711 "The -b/--binary option has been a no-op for long time, and\n"
6712 "it will be removed. Please do not use it anymore."
6713 msgstr "Опция -b/--binary уже долгое время ничего не делает и будет удалена с следующих версиях Git. Пожалуйста, не используйте ее."
6715 #: builtin/am.c:2327
6716 msgid "failed to read the index"
6717 msgstr "сбой чтения индекса"
6719 #: builtin/am.c:2342
6721 msgid "previous rebase directory %s still exists but mbox given."
6722 msgstr "предыдущий каталог перемещения %s еще существует, но передан mbox."
6724 #: builtin/am.c:2366
6727 "Stray %s directory found.\n"
6728 "Use \"git am --abort\" to remove it."
6729 msgstr "Найден забытый каталог %s.\nИспользуйте «git am --abort», чтобы удалить его."
6731 #: builtin/am.c:2372
6732 msgid "Resolve operation not in progress, we are not resuming."
6733 msgstr "Операция разрешения конфликтов не в процессе выполнения, не продолжаем."
6735 #: builtin/apply.c:8
6736 msgid "git apply [<options>] [<patch>...]"
6737 msgstr "git apply [<опции>] [<патч>…]"
6739 #: builtin/archive.c:17
6741 msgid "could not create archive file '%s'"
6742 msgstr "не удалось создать файл архива «%s»"
6744 #: builtin/archive.c:20
6745 msgid "could not redirect output"
6746 msgstr "не удалось перенаправить вывод"
6748 #: builtin/archive.c:37
6749 msgid "git archive: Remote with no URL"
6750 msgstr "git archive: внешний репозиторий без URL"
6752 #: builtin/archive.c:58
6753 msgid "git archive: expected ACK/NAK, got a flush packet"
6754 msgstr "git archive: ожидается ACK/NAK, получен пакет сброса буфера"
6756 #: builtin/archive.c:61
6758 msgid "git archive: NACK %s"
6759 msgstr "git archive: NACK %s"
6761 #: builtin/archive.c:64
6762 msgid "git archive: protocol error"
6763 msgstr "git archive: ошибка протокола"
6765 #: builtin/archive.c:68
6766 msgid "git archive: expected a flush"
6767 msgstr "git archive: ожидался сброс буфера"
6769 #: builtin/bisect--helper.c:12
6770 msgid "git bisect--helper --next-all [--no-checkout]"
6771 msgstr "git bisect--helper --next-all [--no-checkout]"
6773 #: builtin/bisect--helper.c:13
6774 msgid "git bisect--helper --write-terms <bad_term> <good_term>"
6775 msgstr "git bisect--helper --write-terms <плохое-определение> <хорошее-определение>"
6777 #: builtin/bisect--helper.c:14
6778 msgid "git bisect--helper --bisect-clean-state"
6779 msgstr "git bisect--helper --bisect-clean-state"
6781 #: builtin/bisect--helper.c:46
6783 msgid "'%s' is not a valid term"
6784 msgstr "«%s» не является допустимым определением"
6786 #: builtin/bisect--helper.c:50
6788 msgid "can't use the builtin command '%s' as a term"
6789 msgstr "нельзя использовать встроенную команду «%s» как определение"
6791 #: builtin/bisect--helper.c:60
6793 msgid "can't change the meaning of the term '%s'"
6794 msgstr "нельзя изменить значение определения «%s»"
6796 #: builtin/bisect--helper.c:71
6797 msgid "please use two different terms"
6798 msgstr "используйте два разных определения"
6800 #: builtin/bisect--helper.c:78
6801 msgid "could not open the file BISECT_TERMS"
6802 msgstr "не удалось открыть файл BISECT_TERMS"
6804 #: builtin/bisect--helper.c:120
6805 msgid "perform 'git bisect next'"
6806 msgstr "выполнить «git bisect next»"
6808 #: builtin/bisect--helper.c:122
6809 msgid "write the terms to .git/BISECT_TERMS"
6810 msgstr "записать определения в .git/BISECT_TERMS"
6812 #: builtin/bisect--helper.c:124
6813 msgid "cleanup the bisection state"
6814 msgstr "очистить состояние двоичного поиска"
6816 #: builtin/bisect--helper.c:126
6817 msgid "check for expected revs"
6818 msgstr "проверить ожидаемые редакции"
6820 #: builtin/bisect--helper.c:128
6821 msgid "update BISECT_HEAD instead of checking out the current commit"
6822 msgstr "обновить BISECT_HEAD вместо перехода на текущий коммит"
6824 #: builtin/bisect--helper.c:143
6825 msgid "--write-terms requires two arguments"
6826 msgstr "--write-terms требует указания двух параметров"
6828 #: builtin/bisect--helper.c:147
6829 msgid "--bisect-clean-state requires no arguments"
6830 msgstr "--bisect-clean-state не требует указания параметров"
6832 #: builtin/blame.c:31
6833 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
6834 msgstr "git blame [<опции>] [<опции-редакции>] [<редакция>] [--] <файл>"
6836 #: builtin/blame.c:36
6837 msgid "<rev-opts> are documented in git-rev-list(1)"
6838 msgstr "<опции-rev-list> документированы в git-rev-list(1)"
6840 #: builtin/blame.c:406
6842 msgid "expecting a color: %s"
6843 msgstr "ожидается цвет: %s"
6845 #: builtin/blame.c:413
6846 msgid "must end with a color"
6847 msgstr "должно заканчиваться на цвет"
6849 #: builtin/blame.c:700
6851 msgid "invalid color '%s' in color.blame.repeatedLines"
6854 #: builtin/blame.c:718
6855 msgid "invalid value for blame.coloring"
6858 #: builtin/blame.c:789
6859 msgid "Show blame entries as we find them, incrementally"
6860 msgstr "Показать записи авторства постепенно, в процессе нахождения"
6862 #: builtin/blame.c:790
6863 msgid "Show blank SHA-1 for boundary commits (Default: off)"
6864 msgstr "Не показывать SHA-1 для коммитов, не входящих в границы запроса (По умолчанию: отключено)"
6866 #: builtin/blame.c:791
6867 msgid "Do not treat root commits as boundaries (Default: off)"
6868 msgstr "Не воспринимать корневые коммиты как граничные (По умолчанию: отключено)"
6870 #: builtin/blame.c:792
6871 msgid "Show work cost statistics"
6872 msgstr "Показать статистику расходов на выполнение запроса"
6874 #: builtin/blame.c:793
6875 msgid "Force progress reporting"
6876 msgstr "Принудительно выводить прогресс выполнения"
6878 #: builtin/blame.c:794
6879 msgid "Show output score for blame entries"
6880 msgstr "Показать оценку для записей авторства"
6882 #: builtin/blame.c:795
6883 msgid "Show original filename (Default: auto)"
6884 msgstr "Показать оригинальное имя файла (По умолчанию: автоматически)"
6886 #: builtin/blame.c:796
6887 msgid "Show original linenumber (Default: off)"
6888 msgstr "Показать оригинальные номера строк (По умолчанию: отключено)"
6890 #: builtin/blame.c:797
6891 msgid "Show in a format designed for machine consumption"
6892 msgstr "Показать в формате для программного разбора"
6894 #: builtin/blame.c:798
6895 msgid "Show porcelain format with per-line commit information"
6896 msgstr "Показать в машиночитаемом формате, с построчной информацией о коммите"
6898 #: builtin/blame.c:799
6899 msgid "Use the same output mode as git-annotate (Default: off)"
6900 msgstr "Использовать такой же формат вывода, как и git-annotate (По умолчанию: отключено)"
6902 #: builtin/blame.c:800
6903 msgid "Show raw timestamp (Default: off)"
6904 msgstr "Показать необработанные временные метки (По умолчанию: отключено)"
6906 #: builtin/blame.c:801
6907 msgid "Show long commit SHA1 (Default: off)"
6908 msgstr "Показать длинный SHA1 идентификатор коммита (По умолчанию: отключено)"
6910 #: builtin/blame.c:802
6911 msgid "Suppress author name and timestamp (Default: off)"
6912 msgstr "Не показывать имя автора и временные метки (По умолчанию: отключено)"
6914 #: builtin/blame.c:803
6915 msgid "Show author email instead of name (Default: off)"
6916 msgstr "Показать почту автора вместо имени (По умолчанию: отключено)"
6918 #: builtin/blame.c:804
6919 msgid "Ignore whitespace differences"
6920 msgstr "Игнорировать различия в пробелах"
6922 #: builtin/blame.c:805
6923 msgid "color redundant metadata from previous line differently"
6926 #: builtin/blame.c:806
6927 msgid "color lines by age"
6930 #: builtin/blame.c:813
6931 msgid "Use an experimental heuristic to improve diffs"
6932 msgstr "Использовать эксперементальную эвристику, чтобы улучшить файлы различий"
6934 #: builtin/blame.c:815
6935 msgid "Spend extra cycles to find better match"
6936 msgstr "Потратить больше времени, для нахождения лучших совпадений"
6938 #: builtin/blame.c:816
6939 msgid "Use revisions from <file> instead of calling git-rev-list"
6940 msgstr "Использовать редакции из <файла> вместо вызова git-rev-list"
6942 #: builtin/blame.c:817
6943 msgid "Use <file>'s contents as the final image"
6944 msgstr "Использовать содержимое <файла> как финальный снимок"
6946 #: builtin/blame.c:818 builtin/blame.c:819
6950 #: builtin/blame.c:818
6951 msgid "Find line copies within and across files"
6952 msgstr "Найти копирование строк в пределах и между файлами"
6954 #: builtin/blame.c:819
6955 msgid "Find line movements within and across files"
6956 msgstr "Найти перемещения строк в пределах и между файлами"
6958 #: builtin/blame.c:820
6960 msgstr "начало,конец"
6962 #: builtin/blame.c:820
6963 msgid "Process only line range n,m, counting from 1"
6964 msgstr "Обработать только строки в диапазоне начало,конец, начиная с 1"
6966 #: builtin/blame.c:869
6967 msgid "--progress can't be used with --incremental or porcelain formats"
6968 msgstr "--progress нельзя использовать одновременно с --incremental или машиночитаемым (porcelain) форматом"
6970 #. TRANSLATORS: This string is used to tell us the
6971 #. maximum display width for a relative timestamp in
6972 #. "git blame" output. For C locale, "4 years, 11
6973 #. months ago", which takes 22 places, is the longest
6974 #. among various forms of relative timestamps, but
6975 #. your language may need more or fewer display
6977 #: builtin/blame.c:920
6978 msgid "4 years, 11 months ago"
6979 msgstr "4 года и 11 месяцев назад"
6981 #: builtin/blame.c:1007
6983 msgid "file %s has only %lu line"
6984 msgid_plural "file %s has only %lu lines"
6985 msgstr[0] "файл %s содержит только %lu строку"
6986 msgstr[1] "файл %s содержит только %lu строки"
6987 msgstr[2] "файл %s содержит только %lu строк"
6988 msgstr[3] "файл %s содержит только %lu строки"
6990 #: builtin/blame.c:1053
6991 msgid "Blaming lines"
6992 msgstr "Просмотр авторов строк"
6994 #: builtin/branch.c:28
6995 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
6996 msgstr "git branch [<опции>] [-r | -a] [--merged | --no-merged]"
6998 #: builtin/branch.c:29
6999 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
7000 msgstr "git branch [<опции>] [-l] [-f] <имя-ветки> [<точка-начала>]"
7002 #: builtin/branch.c:30
7003 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
7004 msgstr "git branch [<опции>] [-r] (-d | -D) <имя-ветки>…"
7006 #: builtin/branch.c:31
7007 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
7008 msgstr "git branch [<опции>] (-m | -M) [<старая-ветка>] <новая-ветка>"
7010 #: builtin/branch.c:32
7011 msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
7012 msgstr "git branch [<опции>] (-c | -C) [<старая-ветка>] <новая-ветка>"
7014 #: builtin/branch.c:33
7015 msgid "git branch [<options>] [-r | -a] [--points-at]"
7016 msgstr "git branch [<опции>] [-r | -a] [--points-at]"
7018 #: builtin/branch.c:34
7019 msgid "git branch [<options>] [-r | -a] [--format]"
7020 msgstr "git branch [<опции>] [-r | -a] [--format]"
7022 #: builtin/branch.c:143
7025 "deleting branch '%s' that has been merged to\n"
7026 " '%s', but not yet merged to HEAD."
7027 msgstr "удаление ветки «%s», которая была слита с\n «%s», но не слита с HEAD."
7029 #: builtin/branch.c:147
7032 "not deleting branch '%s' that is not yet merged to\n"
7033 " '%s', even though it is merged to HEAD."
7034 msgstr "не удаление ветки «%s», которая еще не слита с\n «%s», хотя уже слита с HEAD."
7036 #: builtin/branch.c:161
7038 msgid "Couldn't look up commit object for '%s'"
7039 msgstr "Не удалось найти объект коммита для «%s»"
7041 #: builtin/branch.c:165
7044 "The branch '%s' is not fully merged.\n"
7045 "If you are sure you want to delete it, run 'git branch -D %s'."
7046 msgstr "Ветка «%s» не слита полностью.\nЕсли вы уверены, что хотите ее удалить, запустите «git branch -D %s»."
7048 #: builtin/branch.c:178
7049 msgid "Update of config-file failed"
7050 msgstr "Не удалось обновить файл конфигурации"
7052 #: builtin/branch.c:209
7053 msgid "cannot use -a with -d"
7054 msgstr "нельзя использовать одновременно ключи -a и -d"
7056 #: builtin/branch.c:215
7057 msgid "Couldn't look up commit object for HEAD"
7058 msgstr "Не удалось найти объект коммита для HEAD"
7060 #: builtin/branch.c:229
7062 msgid "Cannot delete branch '%s' checked out at '%s'"
7063 msgstr "Нельзя удалить ветку «%s» т.к. она активна на «%s»"
7065 #: builtin/branch.c:244
7067 msgid "remote-tracking branch '%s' not found."
7068 msgstr "внешняя отслеживаемая ветка «%s» не найдена."
7070 #: builtin/branch.c:245
7072 msgid "branch '%s' not found."
7073 msgstr "ветка «%s» не найдена."
7075 #: builtin/branch.c:260
7077 msgid "Error deleting remote-tracking branch '%s'"
7078 msgstr "Ошибка удаления внешней отслеживаемой ветки «%s»"
7080 #: builtin/branch.c:261
7082 msgid "Error deleting branch '%s'"
7083 msgstr "Ошибка удаления ветки «%s»"
7085 #: builtin/branch.c:268
7087 msgid "Deleted remote-tracking branch %s (was %s).\n"
7088 msgstr "Внешняя отслеживаемая ветка %s удалена (была %s).\n"
7090 #: builtin/branch.c:269
7092 msgid "Deleted branch %s (was %s).\n"
7093 msgstr "Ветка %s удалена (была %s).\n"
7095 #: builtin/branch.c:413 builtin/tag.c:59
7096 msgid "unable to parse format string"
7097 msgstr "не удалось разобрать строку формата"
7099 #: builtin/branch.c:450
7101 msgid "Branch %s is being rebased at %s"
7102 msgstr "Производится перемещение ветки %s на %s"
7104 #: builtin/branch.c:454
7106 msgid "Branch %s is being bisected at %s"
7107 msgstr "Производится двоичный поиск в ветке %s на %s"
7109 #: builtin/branch.c:471
7110 msgid "cannot copy the current branch while not on any."
7111 msgstr "невозможно скопировать текущую ветку, если вы не находитесь ни на одной из веток."
7113 #: builtin/branch.c:473
7114 msgid "cannot rename the current branch while not on any."
7115 msgstr "невозможно переименовать текущую ветку, если вы не находитесь ни на одной из них."
7117 #: builtin/branch.c:484
7119 msgid "Invalid branch name: '%s'"
7120 msgstr "Недействительное имя ветки: «%s»"
7122 #: builtin/branch.c:511
7123 msgid "Branch rename failed"
7124 msgstr "Сбой переименования ветки"
7126 #: builtin/branch.c:513
7127 msgid "Branch copy failed"
7128 msgstr "Сбой копирования ветки"
7130 #: builtin/branch.c:517
7132 msgid "Created a copy of a misnamed branch '%s'"
7133 msgstr "Создана копия неправильно названной ветки «%s»"
7135 #: builtin/branch.c:520
7137 msgid "Renamed a misnamed branch '%s' away"
7138 msgstr "Переименована неправильно названная ветка «%s»"
7140 #: builtin/branch.c:526
7142 msgid "Branch renamed to %s, but HEAD is not updated!"
7143 msgstr "Ветка переименована в %s, но HEAD не обновлен!"
7145 #: builtin/branch.c:535
7146 msgid "Branch is renamed, but update of config-file failed"
7147 msgstr "Ветка переименована, но произошел сбой обновления файла конфигурации"
7149 #: builtin/branch.c:537
7150 msgid "Branch is copied, but update of config-file failed"
7151 msgstr "Ветка скопирована, но произошел сбой обновления файла конфигурации"
7153 #: builtin/branch.c:553
7156 "Please edit the description for the branch\n"
7158 "Lines starting with '%c' will be stripped.\n"
7159 msgstr "Измените описание для ветки:\n %s\nСтроки, начинающиеся с «%c» будут вырезаны.\n"
7161 #: builtin/branch.c:594
7162 msgid "Generic options"
7163 msgstr "Общие параметры"
7165 #: builtin/branch.c:596
7166 msgid "show hash and subject, give twice for upstream branch"
7167 msgstr "показывать хэш-сумму и тему, укажите дважды для вышестоящей ветки"
7169 #: builtin/branch.c:597
7170 msgid "suppress informational messages"
7171 msgstr "не выводить информационные сообщения"
7173 #: builtin/branch.c:598
7174 msgid "set up tracking mode (see git-pull(1))"
7175 msgstr "установить режим отслеживания вышестоящей ветки (см. git-pull(1))"
7177 #: builtin/branch.c:600
7179 msgstr "не используйте"
7181 #: builtin/branch.c:602
7183 msgstr "вышестоящая"
7185 #: builtin/branch.c:602
7186 msgid "change the upstream info"
7187 msgstr "изменить информацию о вышестоящей ветке"
7189 #: builtin/branch.c:603
7190 msgid "Unset the upstream info"
7191 msgstr "Убрать информацию о вышестоящей ветке"
7193 #: builtin/branch.c:604
7194 msgid "use colored output"
7195 msgstr "использовать цветной вывод"
7197 #: builtin/branch.c:605
7198 msgid "act on remote-tracking branches"
7199 msgstr "выполнить действия на отслеживаемых внешних ветках"
7201 #: builtin/branch.c:607 builtin/branch.c:609
7202 msgid "print only branches that contain the commit"
7203 msgstr "вывод только веток, которые содержат коммит"
7205 #: builtin/branch.c:608 builtin/branch.c:610
7206 msgid "print only branches that don't contain the commit"
7207 msgstr "вывод только веток, которые не содержат коммит"
7209 #: builtin/branch.c:613
7210 msgid "Specific git-branch actions:"
7211 msgstr "Специфичные для git-branch действия:"
7213 #: builtin/branch.c:614
7214 msgid "list both remote-tracking and local branches"
7215 msgstr "показать список и отслеживаемых и локальных веток"
7217 #: builtin/branch.c:616
7218 msgid "delete fully merged branch"
7219 msgstr "удалить полностью слитую ветку"
7221 #: builtin/branch.c:617
7222 msgid "delete branch (even if not merged)"
7223 msgstr "удалить ветку (даже никуда не слитую)"
7225 #: builtin/branch.c:618
7226 msgid "move/rename a branch and its reflog"
7227 msgstr "переместить/переименовать ветки и ее журнал ссылок"
7229 #: builtin/branch.c:619
7230 msgid "move/rename a branch, even if target exists"
7231 msgstr "переместить/переименовать ветку, даже если целевое имя уже существует"
7233 #: builtin/branch.c:620
7234 msgid "copy a branch and its reflog"
7235 msgstr "скопировать ветку и её журнал ссылок"
7237 #: builtin/branch.c:621
7238 msgid "copy a branch, even if target exists"
7239 msgstr "скопировать ветку, даже если целевое имя уже существует"
7241 #: builtin/branch.c:622
7242 msgid "list branch names"
7243 msgstr "показать список имен веток"
7245 #: builtin/branch.c:623
7246 msgid "create the branch's reflog"
7247 msgstr "создать журнал ссылок ветки"
7249 #: builtin/branch.c:626
7250 msgid "deprecated synonym for --create-reflog"
7253 #: builtin/branch.c:631
7254 msgid "edit the description for the branch"
7255 msgstr "изменить описание ветки"
7257 #: builtin/branch.c:632
7258 msgid "force creation, move/rename, deletion"
7259 msgstr "принудительное создание, перемещение или удаление ветки"
7261 #: builtin/branch.c:633
7262 msgid "print only branches that are merged"
7263 msgstr "вывод только слитых веток"
7265 #: builtin/branch.c:634
7266 msgid "print only branches that are not merged"
7267 msgstr "вывод только не слитых веток"
7269 #: builtin/branch.c:635
7270 msgid "list branches in columns"
7271 msgstr "показать список веток по столбцам"
7273 #: builtin/branch.c:636 builtin/for-each-ref.c:40 builtin/ls-remote.c:70
7274 #: builtin/tag.c:413
7278 #: builtin/branch.c:637 builtin/for-each-ref.c:41 builtin/ls-remote.c:71
7279 #: builtin/tag.c:414
7280 msgid "field name to sort on"
7281 msgstr "имя поля, по которому выполнить сортировку"
7283 #: builtin/branch.c:639 builtin/for-each-ref.c:43 builtin/notes.c:410
7284 #: builtin/notes.c:413 builtin/notes.c:573 builtin/notes.c:576
7285 #: builtin/tag.c:416
7289 #: builtin/branch.c:640
7290 msgid "print only branches of the object"
7291 msgstr "вывод только веток, определенного объекта"
7293 #: builtin/branch.c:642 builtin/for-each-ref.c:49 builtin/tag.c:423
7294 msgid "sorting and filtering are case insensitive"
7295 msgstr "сортировка и фильтрация не зависят от регистра"
7297 #: builtin/branch.c:643 builtin/for-each-ref.c:38 builtin/tag.c:421
7298 #: builtin/verify-tag.c:39
7299 msgid "format to use for the output"
7300 msgstr "использовать формат для вывода"
7302 #: builtin/branch.c:666 builtin/clone.c:739
7303 msgid "HEAD not found below refs/heads!"
7304 msgstr "HEAD не найден в refs/heads!"
7306 #: builtin/branch.c:689
7307 msgid "--column and --verbose are incompatible"
7308 msgstr "--column и --verbose нельзя использовать одновременно"
7310 #: builtin/branch.c:709 builtin/branch.c:761 builtin/branch.c:770
7311 msgid "branch name required"
7312 msgstr "требуется имя ветки"
7314 #: builtin/branch.c:737
7315 msgid "Cannot give description to detached HEAD"
7316 msgstr "Нельзя дать описание отделённому HEAD"
7318 #: builtin/branch.c:742
7319 msgid "cannot edit description of more than one branch"
7320 msgstr "нельзя изменить описание более одной ветки за раз"
7322 #: builtin/branch.c:749
7324 msgid "No commit on branch '%s' yet."
7325 msgstr "Еще нет коммита на ветке «%s»."
7327 #: builtin/branch.c:752
7329 msgid "No branch named '%s'."
7330 msgstr "Нет ветки с именем «%s»."
7332 #: builtin/branch.c:767
7333 msgid "too many branches for a copy operation"
7334 msgstr "слишком много веток для операции копирования"
7336 #: builtin/branch.c:776
7337 msgid "too many arguments for a rename operation"
7338 msgstr "слишком много аргументов для операции переименования"
7340 #: builtin/branch.c:781
7341 msgid "too many arguments to set new upstream"
7342 msgstr "слишком много аргументов для указания новой вышестоящей ветки"
7344 #: builtin/branch.c:785
7347 "could not set upstream of HEAD to %s when it does not point to any branch."
7348 msgstr "невозможно установить вышестоящий репозиторий для HEAD на %s, так как он не указывает ни на одну ветку."
7350 #: builtin/branch.c:788 builtin/branch.c:810 builtin/branch.c:826
7352 msgid "no such branch '%s'"
7353 msgstr "нет такой ветки «%s»"
7355 #: builtin/branch.c:792
7357 msgid "branch '%s' does not exist"
7358 msgstr "ветка «%s» не существует"
7360 #: builtin/branch.c:804
7361 msgid "too many arguments to unset upstream"
7362 msgstr "слишком много аргументов для сброса указания вышестоящей ветки"
7364 #: builtin/branch.c:808
7365 msgid "could not unset upstream of HEAD when it does not point to any branch."
7366 msgstr "невозможно убрать вышестоящий репозиторий для HEAD, так как он не указывает ни на одну ветку."
7368 #: builtin/branch.c:814
7370 msgid "Branch '%s' has no upstream information"
7371 msgstr "Ветка «%s» не имеет информации о вышестоящей ветке"
7373 #: builtin/branch.c:829
7374 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
7375 msgstr "параметры -a и -r для «git branch» не имеют смысла с указанием имени ветки"
7377 #: builtin/branch.c:832
7379 "the '--set-upstream' option is no longer supported. Please use '--track' or "
7380 "'--set-upstream-to' instead."
7381 msgstr "опция --set-upstream больше не поддерживается. Вместо неё используйте «--track» или «--set-upstream-to»"
7383 #: builtin/bundle.c:45
7385 msgid "%s is okay\n"
7386 msgstr "%s в порядке\n"
7388 #: builtin/bundle.c:58
7389 msgid "Need a repository to create a bundle."
7390 msgstr "Требуется репозиторий для создания пакета."
7392 #: builtin/bundle.c:62
7393 msgid "Need a repository to unbundle."
7394 msgstr "Требуется репозиторий для распаковки."
7396 #: builtin/cat-file.c:577
7398 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | "
7399 "-p | <type> | --textconv | --filters) [--path=<path>] <object>"
7400 msgstr "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -p | <тип> | --textconv | --filters) [--path=<путь>] <объект>"
7402 #: builtin/cat-file.c:578
7404 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | "
7406 msgstr "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --filters]"
7408 #: builtin/cat-file.c:615
7409 msgid "<type> can be one of: blob, tree, commit, tag"
7410 msgstr "<тип> может быть одним из: blob, tree, commit, tag"
7412 #: builtin/cat-file.c:616
7413 msgid "show object type"
7414 msgstr "показать тип объекта"
7416 #: builtin/cat-file.c:617
7417 msgid "show object size"
7418 msgstr "показать размер объекта"
7420 #: builtin/cat-file.c:619
7421 msgid "exit with zero when there's no error"
7422 msgstr "выйти с нулевым кодом возврата, если нет ошибки"
7424 #: builtin/cat-file.c:620
7425 msgid "pretty-print object's content"
7426 msgstr "структурированный вывод содержимого объекта"
7428 #: builtin/cat-file.c:622
7429 msgid "for blob objects, run textconv on object's content"
7430 msgstr "запустить texconv на содержимом двоичных объектов "
7432 #: builtin/cat-file.c:624
7433 msgid "for blob objects, run filters on object's content"
7434 msgstr "запуск фильтров на содержимом двоичных объектов "
7436 #: builtin/cat-file.c:625 git-submodule.sh:864
7438 msgstr "двоичный объект"
7440 #: builtin/cat-file.c:626
7441 msgid "use a specific path for --textconv/--filters"
7442 msgstr "использовать определенный путь для --textconv/--filters"
7444 #: builtin/cat-file.c:628
7445 msgid "allow -s and -t to work with broken/corrupt objects"
7446 msgstr "разрешить -s и -t работать с повреждёнными объектами"
7448 #: builtin/cat-file.c:629
7449 msgid "buffer --batch output"
7450 msgstr "буфферировать вывод --batch"
7452 #: builtin/cat-file.c:631
7453 msgid "show info and content of objects fed from the standard input"
7454 msgstr "показать информацию и содержимое объектов, переданных из стандартного ввода"
7456 #: builtin/cat-file.c:634
7457 msgid "show info about objects fed from the standard input"
7458 msgstr "показать информацию об объектах, переданных из стандартного ввода"
7460 #: builtin/cat-file.c:637
7461 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
7462 msgstr "переходить по символьным ссылкам внутри дерева (используется с опциями --batch и --batch-check)"
7464 #: builtin/cat-file.c:639
7465 msgid "show all objects with --batch or --batch-check"
7466 msgstr "показать все объекты с опциями --batch или --batch-check"
7468 #: builtin/cat-file.c:641
7469 msgid "do not order --batch-all-objects output"
7472 #: builtin/check-attr.c:12
7473 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
7474 msgstr "git check-attr [-a | --all | <атрибут>…] [--] <путь>…"
7476 #: builtin/check-attr.c:13
7477 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
7478 msgstr "git check-attr --stdin [-z] [-a | --all | <атрибут>…]"
7480 #: builtin/check-attr.c:20
7481 msgid "report all attributes set on file"
7482 msgstr "вывести все атрибуты установленные для файла"
7484 #: builtin/check-attr.c:21
7485 msgid "use .gitattributes only from the index"
7486 msgstr "использовать только .gitattributes из индекса"
7488 #: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:101
7489 msgid "read file names from stdin"
7490 msgstr "прочитать имена файлов из стандартного ввода"
7492 #: builtin/check-attr.c:24 builtin/check-ignore.c:26
7493 msgid "terminate input and output records by a NUL character"
7494 msgstr "окончание ввода и вывода записей по НУЛЕВОМУ символу"
7496 #: builtin/check-ignore.c:20 builtin/checkout.c:1120 builtin/gc.c:503
7497 msgid "suppress progress reporting"
7498 msgstr "не выводить прогресс выполнения"
7500 #: builtin/check-ignore.c:28
7501 msgid "show non-matching input paths"
7502 msgstr "показать не совпадающие введенные пути"
7504 #: builtin/check-ignore.c:30
7505 msgid "ignore index when checking"
7506 msgstr "игнорировать индекс при проверке"
7508 #: builtin/check-ignore.c:159
7509 msgid "cannot specify pathnames with --stdin"
7510 msgstr "нельзя указывать пути вместе с параметром --stdin"
7512 #: builtin/check-ignore.c:162
7513 msgid "-z only makes sense with --stdin"
7514 msgstr "-z имеет смысл только вместе с параметром --stdin"
7516 #: builtin/check-ignore.c:164
7517 msgid "no path specified"
7518 msgstr "не указан путь"
7520 #: builtin/check-ignore.c:168
7521 msgid "--quiet is only valid with a single pathname"
7522 msgstr "--quiet можно использовать только при указании одного пути"
7524 #: builtin/check-ignore.c:170
7525 msgid "cannot have both --quiet and --verbose"
7526 msgstr "нельзя использовать одновременно --quiet и --verbose"
7528 #: builtin/check-ignore.c:173
7529 msgid "--non-matching is only valid with --verbose"
7530 msgstr "--non-matching можно использовать только вместе с --verbose"
7532 #: builtin/check-mailmap.c:9
7533 msgid "git check-mailmap [<options>] <contact>..."
7534 msgstr "git check-mailmap [<опции>] <контакт>…"
7536 #: builtin/check-mailmap.c:14
7537 msgid "also read contacts from stdin"
7538 msgstr "также читать контакты из стандартного ввода"
7540 #: builtin/check-mailmap.c:25
7542 msgid "unable to parse contact: %s"
7543 msgstr "не удалось разобрать контакт: %s"
7545 #: builtin/check-mailmap.c:48
7546 msgid "no contacts specified"
7547 msgstr "не указаны контакты"
7549 #: builtin/checkout-index.c:128
7550 msgid "git checkout-index [<options>] [--] [<file>...]"
7551 msgstr "git checkout-index [<опции>] [--] [<файл>…]"
7553 #: builtin/checkout-index.c:143
7554 msgid "stage should be between 1 and 3 or all"
7555 msgstr "индекс должен быть между 1 и 3 или all"
7557 #: builtin/checkout-index.c:159
7558 msgid "check out all files in the index"
7559 msgstr "переключиться на состояние всех файлов из индекса"
7561 #: builtin/checkout-index.c:160
7562 msgid "force overwrite of existing files"
7563 msgstr "принудительная перезапись существующих файлов"
7565 #: builtin/checkout-index.c:162
7566 msgid "no warning for existing files and files not in index"
7567 msgstr "не выводить предупреждения для существующих и непроиндексированных файлов"
7569 #: builtin/checkout-index.c:164
7570 msgid "don't checkout new files"
7571 msgstr "не создавать новые файлы"
7573 #: builtin/checkout-index.c:166
7574 msgid "update stat information in the index file"
7575 msgstr "обновить статистику доступа в файле индекса"
7577 #: builtin/checkout-index.c:170
7578 msgid "read list of paths from the standard input"
7579 msgstr "прочитать список путей из стандартного ввода"
7581 #: builtin/checkout-index.c:172
7582 msgid "write the content to temporary files"
7583 msgstr "записать содержимое во временные файлы"
7585 #: builtin/checkout-index.c:173 builtin/column.c:31
7586 #: builtin/submodule--helper.c:1361 builtin/submodule--helper.c:1364
7587 #: builtin/submodule--helper.c:1372 builtin/submodule--helper.c:1736
7588 #: builtin/worktree.c:610
7592 #: builtin/checkout-index.c:174
7593 msgid "when creating files, prepend <string>"
7594 msgstr "добавить спереди <строку> при создании файлов"
7596 #: builtin/checkout-index.c:176
7597 msgid "copy out the files from named stage"
7598 msgstr "копировать файлы из указанного индекса"
7600 #: builtin/checkout.c:29
7601 msgid "git checkout [<options>] <branch>"
7602 msgstr "git checkout [<опции>] <ветка>"
7604 #: builtin/checkout.c:30
7605 msgid "git checkout [<options>] [<branch>] -- <file>..."
7606 msgstr "git checkout [<опции>] [<ветка>] -- <файл>…"
7608 #: builtin/checkout.c:138 builtin/checkout.c:171
7610 msgid "path '%s' does not have our version"
7611 msgstr "путь «%s» не имеет нашей версии"
7613 #: builtin/checkout.c:140 builtin/checkout.c:173
7615 msgid "path '%s' does not have their version"
7616 msgstr "путь «%s» не имеет их версии"
7618 #: builtin/checkout.c:156
7620 msgid "path '%s' does not have all necessary versions"
7621 msgstr "путь «%s» не имеет всех необходимых версий"
7623 #: builtin/checkout.c:200
7625 msgid "path '%s' does not have necessary versions"
7626 msgstr "путь «%s» не имеет необходимых версий"
7628 #: builtin/checkout.c:217
7630 msgid "path '%s': cannot merge"
7631 msgstr "путь «%s»: не удалось слить"
7633 #: builtin/checkout.c:233
7635 msgid "Unable to add merge result for '%s'"
7636 msgstr "Не удалось добавить результат слияния «%s»"
7638 #: builtin/checkout.c:255 builtin/checkout.c:258 builtin/checkout.c:261
7639 #: builtin/checkout.c:264
7641 msgid "'%s' cannot be used with updating paths"
7642 msgstr "«%s» нельзя использовать при обновлении путей"
7644 #: builtin/checkout.c:267 builtin/checkout.c:270
7646 msgid "'%s' cannot be used with %s"
7647 msgstr "«%s» нельзя использовать одновременно с %s"
7649 #: builtin/checkout.c:273
7651 msgid "Cannot update paths and switch to branch '%s' at the same time."
7652 msgstr "Нельзя обновлять пути и переключаться на ветку «%s» одновременно."
7654 #: builtin/checkout.c:342 builtin/checkout.c:349
7656 msgid "path '%s' is unmerged"
7657 msgstr "путь «%s» не слит"
7659 #: builtin/checkout.c:508
7660 msgid "you need to resolve your current index first"
7661 msgstr "сначала нужно разрешить конфликты в вашем текущем индексе"
7663 #: builtin/checkout.c:645
7665 msgid "Can not do reflog for '%s': %s\n"
7666 msgstr "Не удалось создать журнал ссылок для «%s»: %s\n"
7668 #: builtin/checkout.c:686
7669 msgid "HEAD is now at"
7670 msgstr "HEAD сейчас на"
7672 #: builtin/checkout.c:690 builtin/clone.c:692
7673 msgid "unable to update HEAD"
7674 msgstr "не удалось обновить HEAD"
7676 #: builtin/checkout.c:694
7678 msgid "Reset branch '%s'\n"
7679 msgstr "Сброс ветки «%s»\n"
7681 #: builtin/checkout.c:697
7683 msgid "Already on '%s'\n"
7684 msgstr "Уже на «%s»\n"
7686 #: builtin/checkout.c:701
7688 msgid "Switched to and reset branch '%s'\n"
7689 msgstr "Переключение и сброс ветки «%s»\n"
7691 #: builtin/checkout.c:703 builtin/checkout.c:1052
7693 msgid "Switched to a new branch '%s'\n"
7694 msgstr "Переключено на новую ветку «%s»\n"
7696 #: builtin/checkout.c:705
7698 msgid "Switched to branch '%s'\n"
7699 msgstr "Переключено на ветку «%s»\n"
7701 #: builtin/checkout.c:756
7703 msgid " ... and %d more.\n"
7704 msgstr " … и еще %d.\n"
7706 #: builtin/checkout.c:762
7709 "Warning: you are leaving %d commit behind, not connected to\n"
7710 "any of your branches:\n"
7714 "Warning: you are leaving %d commits behind, not connected to\n"
7715 "any of your branches:\n"
7718 msgstr[0] "Предупреждение: вы оставляете позади %d коммит не соединенную ни с одной из ваших веток:\n\n%s\n"
7719 msgstr[1] "Предупреждение: вы оставляете позади %d коммита не соединенные ни с одной из ваших веток:\n\n%s\n"
7720 msgstr[2] "Предупреждение: вы оставляете позади %d коммитов не соединенные ни с одной из ваших веток:\n\n%s\n"
7721 msgstr[3] "Предупреждение: вы оставляете позади %d коммитов не соединенные ни с одной из ваших веток:\n\n%s\n"
7723 #: builtin/checkout.c:781
7726 "If you want to keep it by creating a new branch, this may be a good time\n"
7729 " git branch <new-branch-name> %s\n"
7732 "If you want to keep them by creating a new branch, this may be a good time\n"
7735 " git branch <new-branch-name> %s\n"
7737 msgstr[0] "Если вы хотите сохранить их с помощью создания новой ветки, то сейчас самое время\nсделать это с помощью:\n\n git branch <имя-новой-ветки> %s\n"
7738 msgstr[1] "Если вы хотите сохранить их с помощью создания новой ветки, то сейчас самое время\nсделать это с помощью:\n\n git branch <имя-новой-ветки> %s\n"
7739 msgstr[2] "Если вы хотите сохранить их с помощью создания новой ветки, то сейчас самое время\nсделать это с помощью:\n\n git branch <имя-новой-ветки> %s\n"
7740 msgstr[3] "Если вы хотите сохранить их с помощью создания новой ветки, то сейчас самое время\nсделать это с помощью:\n\n git branch <имя-новой-ветки> %s\n"
7742 #: builtin/checkout.c:813
7743 msgid "internal error in revision walk"
7744 msgstr "внутренняя ошибка при хождении по редакциям"
7746 #: builtin/checkout.c:817
7747 msgid "Previous HEAD position was"
7748 msgstr "Предыдущая позиция HEAD была"
7750 #: builtin/checkout.c:845 builtin/checkout.c:1047
7751 msgid "You are on a branch yet to be born"
7752 msgstr "Вы находитесь на еще не созданной ветке"
7754 #: builtin/checkout.c:952
7756 msgid "only one reference expected, %d given."
7757 msgstr "ожидается только одна ссылка, а передано %d."
7759 #: builtin/checkout.c:993 builtin/worktree.c:240 builtin/worktree.c:389
7761 msgid "invalid reference: %s"
7762 msgstr "неправильная ссылка: %s"
7764 #: builtin/checkout.c:1022
7766 msgid "reference is not a tree: %s"
7767 msgstr "в дереве нет такой ссылки: %s"
7769 #: builtin/checkout.c:1061
7770 msgid "paths cannot be used with switching branches"
7771 msgstr "нельзя использовать пути при переключении веток"
7773 #: builtin/checkout.c:1064 builtin/checkout.c:1068
7775 msgid "'%s' cannot be used with switching branches"
7776 msgstr "нельзя использовать «%s» при переключении веток"
7778 #: builtin/checkout.c:1072 builtin/checkout.c:1075 builtin/checkout.c:1080
7779 #: builtin/checkout.c:1083
7781 msgid "'%s' cannot be used with '%s'"
7782 msgstr "«%s» нельзя использовать одновременно с «%s»"
7784 #: builtin/checkout.c:1088
7786 msgid "Cannot switch branch to a non-commit '%s'"
7787 msgstr "Нельзя переключить ветку на не коммит «%s»"
7789 #: builtin/checkout.c:1121 builtin/checkout.c:1123 builtin/clone.c:119
7790 #: builtin/remote.c:168 builtin/remote.c:170 builtin/worktree.c:433
7791 #: builtin/worktree.c:435
7795 #: builtin/checkout.c:1122
7796 msgid "create and checkout a new branch"
7797 msgstr "создать и переключиться на новую ветку"
7799 #: builtin/checkout.c:1124
7800 msgid "create/reset and checkout a branch"
7801 msgstr "создать/сбросить и перключиться на новую ветку"
7803 #: builtin/checkout.c:1125
7804 msgid "create reflog for new branch"
7805 msgstr "создать журнал ссылок для новой ветки"
7807 #: builtin/checkout.c:1126 builtin/worktree.c:437
7808 msgid "detach HEAD at named commit"
7809 msgstr "отсоединить HEAD на указанном коммите"
7811 #: builtin/checkout.c:1127
7812 msgid "set upstream info for new branch"
7813 msgstr "установить информацию о вышестоящей ветке для новой ветки"
7815 #: builtin/checkout.c:1129
7817 msgstr "новая-ветка"
7819 #: builtin/checkout.c:1129
7820 msgid "new unparented branch"
7821 msgstr "новая ветка без родителей"
7823 #: builtin/checkout.c:1131
7824 msgid "checkout our version for unmerged files"
7825 msgstr "переключиться на нашу версию для не слитых файлов"
7827 #: builtin/checkout.c:1134
7828 msgid "checkout their version for unmerged files"
7829 msgstr "переключиться на их версию для не слитых файлов"
7831 #: builtin/checkout.c:1136
7832 msgid "force checkout (throw away local modifications)"
7833 msgstr "принудительное переключение на состояние (отбрасывает все локальные изменения)"
7835 #: builtin/checkout.c:1138
7836 msgid "perform a 3-way merge with the new branch"
7837 msgstr "выполнить трехходовое слияние с новой веткой"
7839 #: builtin/checkout.c:1140 builtin/merge.c:273
7840 msgid "update ignored files (default)"
7841 msgstr "обновить игнорируемые файлы (по умолчанию)"
7843 #: builtin/checkout.c:1142 builtin/log.c:1510 parse-options.h:264
7847 #: builtin/checkout.c:1143
7848 msgid "conflict style (merge or diff3)"
7849 msgstr "стиль конфликтов слияния (merge или diff3)"
7851 #: builtin/checkout.c:1146
7852 msgid "do not limit pathspecs to sparse entries only"
7853 msgstr "не ограничивать спецификаторы пути только частичными записями"
7855 #: builtin/checkout.c:1148
7856 msgid "second guess 'git checkout <no-such-branch>'"
7857 msgstr "пересмотр «git checkout <нет-такой-ветки>»"
7859 #: builtin/checkout.c:1150
7860 msgid "do not check if another worktree is holding the given ref"
7861 msgstr "не проверять, что другое дерево уже содержит указанную ссылку"
7863 #: builtin/checkout.c:1154 builtin/clone.c:86 builtin/fetch.c:138
7864 #: builtin/merge.c:270 builtin/pull.c:128 builtin/push.c:572
7865 #: builtin/send-pack.c:174
7866 msgid "force progress reporting"
7867 msgstr "принудительно выводить прогресс"
7869 #: builtin/checkout.c:1184
7870 msgid "-b, -B and --orphan are mutually exclusive"
7871 msgstr "-b, -B и --orphan нельзя использовать одновременно"
7873 #: builtin/checkout.c:1201
7874 msgid "--track needs a branch name"
7875 msgstr "--track требует имя ветки"
7877 #: builtin/checkout.c:1206
7878 msgid "missing branch name; try -b"
7879 msgstr "пропущено имя ветки; попробуйте -b"
7881 #: builtin/checkout.c:1243
7882 msgid "invalid path specification"
7883 msgstr "недопустимый спецификатор пути"
7885 #: builtin/checkout.c:1250
7887 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
7888 msgstr "«%s» не является коммитом, поэтому невозможно создать из него ветку «%s»"
7890 #: builtin/checkout.c:1254
7892 msgid "git checkout: --detach does not take a path argument '%s'"
7893 msgstr "git checkout: --detach не принимает путь «%s» как аргумент"
7895 #: builtin/checkout.c:1258
7897 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
7898 "checking out of the index."
7899 msgstr "git checkout: --ours/--theirs, --force and --merge нельзя использовать одновременно при применении состояния индекса."
7901 #: builtin/checkout.c:1278
7904 "'%s' matched more than one remote tracking branch.\n"
7905 "We found %d remotes with a reference that matched. So we fell back\n"
7906 "on trying to resolve the argument as a path, but failed there too!\n"
7908 "If you meant to check out a remote tracking branch on, e.g. 'origin',\n"
7909 "you can do so by fully qualifying the name with the --track option:\n"
7911 " git checkout --track origin/<name>\n"
7913 "If you'd like to always have checkouts of an ambiguous <name> prefer\n"
7914 "one remote, e.g. the 'origin' remote, consider setting\n"
7915 "checkout.defaultRemote=origin in your config."
7918 #: builtin/clean.c:27
7920 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
7921 msgstr "git clean [-d] [-f] [-i] [-n] [-q] [-e <шаблон>] [-x | -X] [--] <пути>…"
7923 #: builtin/clean.c:31
7925 msgid "Removing %s\n"
7926 msgstr "Удаление %s\n"
7928 #: builtin/clean.c:32
7930 msgid "Would remove %s\n"
7931 msgstr "Будет удалено %s\n"
7933 #: builtin/clean.c:33
7935 msgid "Skipping repository %s\n"
7936 msgstr "Пропуск репозитория %s\n"
7938 #: builtin/clean.c:34
7940 msgid "Would skip repository %s\n"
7941 msgstr "Будет пропущен репозиторий %s\n"
7943 #: builtin/clean.c:35
7945 msgid "failed to remove %s"
7946 msgstr "сбой удаления %s"
7948 #: builtin/clean.c:297 git-add--interactive.perl:579
7952 "1 - select a numbered item\n"
7953 "foo - select item based on unique prefix\n"
7954 " - (empty) select nothing\n"
7955 msgstr "Справка по выделению:\n1 - выбрать указанный элемент\nfoo - выбрать элемент с указанным префиксом\n - (пусто) не выбирать ничего\n"
7957 #: builtin/clean.c:301 git-add--interactive.perl:588
7961 "1 - select a single item\n"
7962 "3-5 - select a range of items\n"
7963 "2-3,6-9 - select multiple ranges\n"
7964 "foo - select item based on unique prefix\n"
7965 "-... - unselect specified items\n"
7966 "* - choose all items\n"
7967 " - (empty) finish selecting\n"
7968 msgstr "Справка по выделению:\n1 - выбрать один элемент\n3-5 - выбрать диапазон элементов\n2-3,6-9 - выбрать несколько диапазонов\nfoo - выбрать элемент с указанным префиксом\n-… - убрать выделение с указанных элементов\n* - выбрать все элементы\n - (пусто) завершить выделение\n"
7970 #: builtin/clean.c:517 git-add--interactive.perl:554
7971 #: git-add--interactive.perl:559
7972 #, c-format, perl-format
7976 #: builtin/clean.c:659
7978 msgid "Input ignore patterns>> "
7979 msgstr "Шаблоны игнорирования ввода>> "
7981 #: builtin/clean.c:696
7983 msgid "WARNING: Cannot find items matched by: %s"
7984 msgstr "ПРЕДУПРЕЖДЕНИЕ: Не удалось найти элементы соответствующие: %s"
7986 #: builtin/clean.c:717
7987 msgid "Select items to delete"
7988 msgstr "Укажите элементы для удаления"
7990 #. TRANSLATORS: Make sure to keep [y/N] as is
7991 #: builtin/clean.c:758
7993 msgid "Remove %s [y/N]? "
7994 msgstr "Удалить %s [y - да/N - нет]? "
7996 #: builtin/clean.c:783 git-add--interactive.perl:1717
7999 msgstr "До свидания.\n"
8001 #: builtin/clean.c:791
8003 "clean - start cleaning\n"
8004 "filter by pattern - exclude items from deletion\n"
8005 "select by numbers - select items to be deleted by numbers\n"
8006 "ask each - confirm each deletion (like \"rm -i\")\n"
8007 "quit - stop cleaning\n"
8008 "help - this screen\n"
8009 "? - help for prompt selection"
8010 msgstr "clean - начать очистку\nfilter by pattern - исключить удаление элементов\nselect by numbers - исключить удаление элементов по номерам\nask each - запрашивать подтверждение на удаление каждого элемента (как «rm -i»)\nquit - прекратить очистку\nhelp - этот экран\n? - справка по выделению"
8012 #: builtin/clean.c:818 git-add--interactive.perl:1793
8013 msgid "*** Commands ***"
8014 msgstr "*** Команды ***"
8016 #: builtin/clean.c:819 git-add--interactive.perl:1790
8020 #: builtin/clean.c:827
8021 msgid "Would remove the following item:"
8022 msgid_plural "Would remove the following items:"
8023 msgstr[0] "Удалить следующие элементы:"
8024 msgstr[1] "Удалить следующие элементы:"
8025 msgstr[2] "Удалить следующие элементы:"
8026 msgstr[3] "Удалить следующие элементы:"
8028 #: builtin/clean.c:843
8029 msgid "No more files to clean, exiting."
8030 msgstr "Больше нет файлов для очистки, выходим."
8032 #: builtin/clean.c:905
8033 msgid "do not print names of files removed"
8034 msgstr "не выводить имена удаляемых файлов"
8036 #: builtin/clean.c:907
8038 msgstr "принудительно"
8040 #: builtin/clean.c:908
8041 msgid "interactive cleaning"
8042 msgstr "интерактивная очистка"
8044 #: builtin/clean.c:910
8045 msgid "remove whole directories"
8046 msgstr "удалить каталоги полностью"
8048 #: builtin/clean.c:911 builtin/describe.c:545 builtin/describe.c:547
8049 #: builtin/grep.c:875 builtin/log.c:161 builtin/log.c:163
8050 #: builtin/ls-files.c:549 builtin/name-rev.c:415 builtin/name-rev.c:417
8051 #: builtin/show-ref.c:177
8055 #: builtin/clean.c:912
8056 msgid "add <pattern> to ignore rules"
8057 msgstr "добавить <шаблон> в правила игнорирования"
8059 #: builtin/clean.c:913
8060 msgid "remove ignored files, too"
8061 msgstr "также удалить игнорируемые файлы"
8063 #: builtin/clean.c:915
8064 msgid "remove only ignored files"
8065 msgstr "удалить только игнорируемые файлы"
8067 #: builtin/clean.c:933
8068 msgid "-x and -X cannot be used together"
8069 msgstr "нельзя использовать одновременно -x и -X"
8071 #: builtin/clean.c:937
8073 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to"
8075 msgstr "clean.requireForce установлен как true и ни одна из опций -i, -n или -f не указана; отказ очистки"
8077 #: builtin/clean.c:940
8079 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
8081 msgstr "clean.requireForce установлен по умолчанию как true и ни одна из опций -i, -n или -f не указана; отказ очистки"
8083 #: builtin/clone.c:43
8084 msgid "git clone [<options>] [--] <repo> [<dir>]"
8085 msgstr "git clone [<опции>] [--] <репозиторий> [<каталог>]"
8087 #: builtin/clone.c:88
8088 msgid "don't create a checkout"
8089 msgstr "не переключать рабочую копию на HEAD"
8091 #: builtin/clone.c:89 builtin/clone.c:91 builtin/init-db.c:480
8092 msgid "create a bare repository"
8093 msgstr "создать голый репозиторий"
8095 #: builtin/clone.c:93
8096 msgid "create a mirror repository (implies bare)"
8097 msgstr "создать зеркало репозитория (включает в себя и параметр bare)"
8099 #: builtin/clone.c:95
8100 msgid "to clone from a local repository"
8101 msgstr "для клонирования из локального репозитория"
8103 #: builtin/clone.c:97
8104 msgid "don't use local hardlinks, always copy"
8105 msgstr "не использовать жесткие ссылки, всегда копировать файлы"
8107 #: builtin/clone.c:99
8108 msgid "setup as shared repository"
8109 msgstr "настроить как общедоступный репозиторий"
8111 #: builtin/clone.c:101 builtin/clone.c:105
8113 msgstr "спецификатор-пути"
8115 #: builtin/clone.c:101 builtin/clone.c:105
8116 msgid "initialize submodules in the clone"
8117 msgstr "инициализировать подмодули в клоне"
8119 #: builtin/clone.c:108
8120 msgid "number of submodules cloned in parallel"
8121 msgstr "количество подмодулей, которые будут клонированы парралельно"
8123 #: builtin/clone.c:109 builtin/init-db.c:477
8124 msgid "template-directory"
8125 msgstr "каталог-шаблонов"
8127 #: builtin/clone.c:110 builtin/init-db.c:478
8128 msgid "directory from which templates will be used"
8129 msgstr "каталог, шаблоны из которого будут использованы"
8131 #: builtin/clone.c:112 builtin/clone.c:114 builtin/submodule--helper.c:1368
8132 #: builtin/submodule--helper.c:1739
8133 msgid "reference repository"
8134 msgstr "ссылаемый репозиторий"
8136 #: builtin/clone.c:116 builtin/submodule--helper.c:1370
8137 #: builtin/submodule--helper.c:1741
8138 msgid "use --reference only while cloning"
8139 msgstr "используйте --reference только при клонировании"
8141 #: builtin/clone.c:117 builtin/column.c:27 builtin/merge-file.c:44
8142 #: builtin/pack-objects.c:3194 builtin/repack.c:320
8146 #: builtin/clone.c:118
8147 msgid "use <name> instead of 'origin' to track upstream"
8148 msgstr "использовать <имя> вместо «origin» для отслеживания вышестоящего репозитория"
8150 #: builtin/clone.c:120
8151 msgid "checkout <branch> instead of the remote's HEAD"
8152 msgstr "переключиться на <ветку>, вместо HEAD внешнего репозитория"
8154 #: builtin/clone.c:122
8155 msgid "path to git-upload-pack on the remote"
8156 msgstr "путь к git-upload-pack на внешнем репозитории"
8158 #: builtin/clone.c:123 builtin/fetch.c:139 builtin/grep.c:814
8159 #: builtin/pull.c:216
8163 #: builtin/clone.c:124
8164 msgid "create a shallow clone of that depth"
8165 msgstr "сделать частичный клон указанной глубины"
8167 #: builtin/clone.c:125 builtin/fetch.c:141 builtin/pack-objects.c:3185
8168 #: parse-options.h:154
8172 #: builtin/clone.c:126
8173 msgid "create a shallow clone since a specific time"
8174 msgstr "сделать частичный клон до определенного времени"
8176 #: builtin/clone.c:127 builtin/fetch.c:143 builtin/fetch.c:166
8180 #: builtin/clone.c:128 builtin/fetch.c:144
8181 msgid "deepen history of shallow clone, excluding rev"
8182 msgstr "углубить историю частичного клона исключая редакцию"
8184 #: builtin/clone.c:130
8185 msgid "clone only one branch, HEAD or --branch"
8186 msgstr "клонировать только одну ветку, HEAD или --branch"
8188 #: builtin/clone.c:132
8189 msgid "don't clone any tags, and make later fetches not to follow them"
8190 msgstr "не клонировать метки, а также настроить, чтобы не клонировались и в дальнейшем"
8192 #: builtin/clone.c:134
8193 msgid "any cloned submodules will be shallow"
8194 msgstr "все склонированные подмодули будут частичными клонами"
8196 #: builtin/clone.c:135 builtin/init-db.c:486
8198 msgstr "каталог-git"
8200 #: builtin/clone.c:136 builtin/init-db.c:487
8201 msgid "separate git dir from working tree"
8202 msgstr "разместить каталог git отдельно от рабочей копии"
8204 #: builtin/clone.c:137
8206 msgstr "ключ=значение"
8208 #: builtin/clone.c:138
8209 msgid "set config inside the new repository"
8210 msgstr "установить параметры внутри нового репозитория"
8212 #: builtin/clone.c:139 builtin/fetch.c:162 builtin/pull.c:229
8213 #: builtin/push.c:583
8214 msgid "use IPv4 addresses only"
8215 msgstr "использовать только IPv4 адреса"
8217 #: builtin/clone.c:141 builtin/fetch.c:164 builtin/pull.c:232
8218 #: builtin/push.c:585
8219 msgid "use IPv6 addresses only"
8220 msgstr "использовать только IPv6 адреса"
8222 #: builtin/clone.c:279
8224 "No directory name could be guessed.\n"
8225 "Please specify a directory on the command line"
8226 msgstr "Имя каталога не может быть угадано.\nУкажите имя каталога с помощью параметра командной строки"
8228 #: builtin/clone.c:332
8230 msgid "info: Could not add alternate for '%s': %s\n"
8231 msgstr "информация: Не удалось добавить альтернативу для «%s»: %s\n"
8233 #: builtin/clone.c:404
8235 msgid "failed to open '%s'"
8236 msgstr "не удалось открыть «%s»"
8238 #: builtin/clone.c:412
8240 msgid "%s exists and is not a directory"
8241 msgstr "%s уже существует и не является каталогом"
8243 #: builtin/clone.c:426
8245 msgid "failed to stat %s\n"
8246 msgstr "не удалось выполнить stat %s\n"
8248 #: builtin/clone.c:448
8250 msgid "failed to create link '%s'"
8251 msgstr "не удалось создать ссылку «%s»"
8253 #: builtin/clone.c:452
8255 msgid "failed to copy file to '%s'"
8256 msgstr "не удалось копировать файл в «%s»"
8258 #: builtin/clone.c:478
8263 #: builtin/clone.c:492
8265 "Clone succeeded, but checkout failed.\n"
8266 "You can inspect what was checked out with 'git status'\n"
8267 "and retry the checkout with 'git checkout -f HEAD'\n"
8268 msgstr "Клонирование прошло успешно, но во время переключения состояния произошла ошибка.\nС помощь команды «git status» вы можете просмотреть, какие файлы были обновлены,\nа с помощью «git checkout -f HEAD» можно повторить попытку переключения на ветку \n"
8270 #: builtin/clone.c:569
8272 msgid "Could not find remote branch %s to clone."
8273 msgstr "Не удалось найти внешнюю ветку %s для клонирования."
8275 #: builtin/clone.c:680
8277 msgid "unable to update %s"
8278 msgstr "не удалось обновить %s"
8280 #: builtin/clone.c:730
8281 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
8282 msgstr "внешний HEAD ссылается на несуществующую ссылку, нельзя переключиться на такую версию.\n"
8284 #: builtin/clone.c:760
8285 msgid "unable to checkout working tree"
8286 msgstr "не удалось переключиться на версию в рабочем каталоге"
8288 #: builtin/clone.c:805
8289 msgid "unable to write parameters to config file"
8290 msgstr "не удалось записать параметры в файл конфигурации"
8292 #: builtin/clone.c:868
8293 msgid "cannot repack to clean up"
8294 msgstr "не удалось выполнить перепаковку для очистки"
8296 #: builtin/clone.c:870
8297 msgid "cannot unlink temporary alternates file"
8298 msgstr "не удалось отсоединить временные альтернативные файлы"
8300 #: builtin/clone.c:910 builtin/receive-pack.c:1935
8301 msgid "Too many arguments."
8302 msgstr "Слишком много аргументов."
8304 #: builtin/clone.c:914
8305 msgid "You must specify a repository to clone."
8306 msgstr "Вы должны указать репозиторий для клонирования."
8308 #: builtin/clone.c:927
8310 msgid "--bare and --origin %s options are incompatible."
8311 msgstr "--bare и --origin %s нельзя использовать одновременно."
8313 #: builtin/clone.c:930
8314 msgid "--bare and --separate-git-dir are incompatible."
8315 msgstr "--bare и --separate-git-dir нельзя использовать одновременно."
8317 #: builtin/clone.c:943
8319 msgid "repository '%s' does not exist"
8320 msgstr "репозиторий «%s» не существует"
8322 #: builtin/clone.c:949 builtin/fetch.c:1512
8324 msgid "depth %s is not a positive number"
8325 msgstr "глубина %s не является положительным числом"
8327 #: builtin/clone.c:959
8329 msgid "destination path '%s' already exists and is not an empty directory."
8330 msgstr "целевой путь «%s» уже существует и не является пустым каталогом."
8332 #: builtin/clone.c:969
8334 msgid "working tree '%s' already exists."
8335 msgstr "рабочий каталог «%s» уже существует."
8337 #: builtin/clone.c:984 builtin/clone.c:1005 builtin/difftool.c:271
8338 #: builtin/worktree.c:246 builtin/worktree.c:276
8340 msgid "could not create leading directories of '%s'"
8341 msgstr "не удалось создать родительские каталоги для «%s»"
8343 #: builtin/clone.c:989
8345 msgid "could not create work tree dir '%s'"
8346 msgstr "не удалось создать рабочий каталог «%s»"
8348 #: builtin/clone.c:1009
8350 msgid "Cloning into bare repository '%s'...\n"
8351 msgstr "Клонирование в голый репозиторий «%s»…\n"
8353 #: builtin/clone.c:1011
8355 msgid "Cloning into '%s'...\n"
8356 msgstr "Клонирование в «%s»…\n"
8358 #: builtin/clone.c:1035
8360 "clone --recursive is not compatible with both --reference and --reference-"
8362 msgstr "клонирование с параметром --recursive нельзя использовать одновременно ни с --reference, ни с --reference-if-able"
8364 #: builtin/clone.c:1096
8365 msgid "--depth is ignored in local clones; use file:// instead."
8366 msgstr "--depth игнорируется на локальных клонах; вместо этого используйте file://."
8368 #: builtin/clone.c:1098
8369 msgid "--shallow-since is ignored in local clones; use file:// instead."
8370 msgstr "--shallow-since игнорируется на локальных клонах; используйте file:// вместо этого."
8372 #: builtin/clone.c:1100
8373 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
8374 msgstr "--shallow-exclude игнорируется на локальных клонах; используйте file:// вместо этого."
8376 #: builtin/clone.c:1102
8377 msgid "--filter is ignored in local clones; use file:// instead."
8380 #: builtin/clone.c:1105
8381 msgid "source repository is shallow, ignoring --local"
8382 msgstr "исходный репозиторий является частичным, --local игнорируется"
8384 #: builtin/clone.c:1110
8385 msgid "--local is ignored"
8386 msgstr "--local игнорируется"
8388 #: builtin/clone.c:1180 builtin/clone.c:1188
8390 msgid "Remote branch %s not found in upstream %s"
8391 msgstr "Внешняя ветка %s не найдена в вышестоящем репозитории %s"
8393 #: builtin/clone.c:1191
8394 msgid "You appear to have cloned an empty repository."
8395 msgstr "Похоже, что вы клонировали пустой репозиторий."
8397 #: builtin/column.c:10
8398 msgid "git column [<options>]"
8399 msgstr "git column [<опции>]"
8401 #: builtin/column.c:27
8402 msgid "lookup config vars"
8403 msgstr "запросить переменные конфигурации"
8405 #: builtin/column.c:28 builtin/column.c:29
8406 msgid "layout to use"
8407 msgstr "использовать схему расположения"
8409 #: builtin/column.c:30
8410 msgid "Maximum width"
8411 msgstr "Максимальная ширина"
8413 #: builtin/column.c:31
8414 msgid "Padding space on left border"
8415 msgstr "Расстояние отступа слева"
8417 #: builtin/column.c:32
8418 msgid "Padding space on right border"
8419 msgstr "Расстояние отступа справа"
8421 #: builtin/column.c:33
8422 msgid "Padding space between columns"
8423 msgstr "Расстояние отступа между колонками"
8425 #: builtin/column.c:51
8426 msgid "--command must be the first argument"
8427 msgstr "параметр --command должен быть первым"
8429 #: builtin/commit.c:38
8430 msgid "git commit [<options>] [--] <pathspec>..."
8431 msgstr "git commit [<опции>] [--] <спецификатор-пути>…"
8433 #: builtin/commit.c:43
8434 msgid "git status [<options>] [--] <pathspec>..."
8435 msgstr "git status [<опции>] [--] <спецификатор-пути>…"
8437 #: builtin/commit.c:48
8439 "You asked to amend the most recent commit, but doing so would make\n"
8440 "it empty. You can repeat your command with --allow-empty, or you can\n"
8441 "remove the commit entirely with \"git reset HEAD^\".\n"
8442 msgstr "Вы попросили исправить последний коммит, но делая это вы сделаете\nпустой коммит. Вы можете повторить эту команду с опцией --allow-empty\nили вы можете удалить коммит полностью с помощью команды \n«git reset HEAD^».\n"
8444 #: builtin/commit.c:53
8446 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
8447 "If you wish to commit it anyway, use:\n"
8449 " git commit --allow-empty\n"
8451 msgstr "Копируемый коммит теперь пуст, возможно после разрешения конфликтов.\nЕсли вы все равно хотите сделать пустой коммит, используйте:\n\n git commit --allow-empty\n\n"
8453 #: builtin/commit.c:60
8454 msgid "Otherwise, please use 'git reset'\n"
8455 msgstr "В противном случае, используйте «git reset»\n"
8457 #: builtin/commit.c:63
8459 "If you wish to skip this commit, use:\n"
8463 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
8464 "the remaining commits.\n"
8465 msgstr "Если вы хотите пропустит этот коммит, используйте команду:\n\n git reset\n\nПосле этого «git cherry-pick --continue» продолжит копирование оставшихся коммитов.\n"
8467 #: builtin/commit.c:306
8468 msgid "failed to unpack HEAD tree object"
8469 msgstr "сбой распаковки объекта дерева HEAD"
8471 #: builtin/commit.c:347
8472 msgid "unable to create temporary index"
8473 msgstr "не удалось создать временный индекс"
8475 #: builtin/commit.c:353
8476 msgid "interactive add failed"
8477 msgstr "сбой интерактивного добавления"
8479 #: builtin/commit.c:366
8480 msgid "unable to update temporary index"
8481 msgstr "не удалось обновить временный индекс"
8483 #: builtin/commit.c:368
8484 msgid "Failed to update main cache tree"
8485 msgstr "Сбой при обновлении основного кэша дерева"
8487 #: builtin/commit.c:393 builtin/commit.c:416 builtin/commit.c:462
8488 msgid "unable to write new_index file"
8489 msgstr "не удалось записать файл new_index"
8491 #: builtin/commit.c:445
8492 msgid "cannot do a partial commit during a merge."
8493 msgstr "нельзя создать частичный коммит во время слияния."
8495 #: builtin/commit.c:447
8496 msgid "cannot do a partial commit during a cherry-pick."
8497 msgstr "нельзя создать частичный коммит во время копирования коммита."
8499 #: builtin/commit.c:455
8500 msgid "cannot read the index"
8501 msgstr "не удалось прочитать индекс"
8503 #: builtin/commit.c:474
8504 msgid "unable to write temporary index file"
8505 msgstr "не удалось записать временный файл индекса"
8507 #: builtin/commit.c:571
8509 msgid "commit '%s' lacks author header"
8510 msgstr "у коммита «%s» отсутствует автор в заголовке"
8512 #: builtin/commit.c:573
8514 msgid "commit '%s' has malformed author line"
8515 msgstr "у коммита «%s» строка автора в неправильном формате"
8517 #: builtin/commit.c:592
8518 msgid "malformed --author parameter"
8519 msgstr "параметр --author в неправильном формате"
8521 #: builtin/commit.c:644
8523 "unable to select a comment character that is not used\n"
8524 "in the current commit message"
8525 msgstr "нельзя выбрать символ комментария, который\nне используется в текущем сообщении коммита"
8527 #: builtin/commit.c:681 builtin/commit.c:714 builtin/commit.c:1042
8529 msgid "could not lookup commit %s"
8530 msgstr "не удалось запросить коммит %s"
8532 #: builtin/commit.c:693 builtin/shortlog.c:317
8534 msgid "(reading log message from standard input)\n"
8535 msgstr "(чтение файла журнала из стандартного ввода)\n"
8537 #: builtin/commit.c:695
8538 msgid "could not read log from standard input"
8539 msgstr "не удалось прочитать файл журнала из стандартного ввода"
8541 #: builtin/commit.c:699
8543 msgid "could not read log file '%s'"
8544 msgstr "не удалось прочитать файл журнала «%s»"
8546 #: builtin/commit.c:728 builtin/commit.c:736
8547 msgid "could not read SQUASH_MSG"
8548 msgstr "не удалось прочитать SQUASH_MSG"
8550 #: builtin/commit.c:733
8551 msgid "could not read MERGE_MSG"
8552 msgstr "не удалось прочитать MERGE_MSG"
8554 #: builtin/commit.c:787
8555 msgid "could not write commit template"
8556 msgstr "не удалось записать шаблон описания коммита"
8558 #: builtin/commit.c:805
8562 "It looks like you may be committing a merge.\n"
8563 "If this is not correct, please remove the file\n"
8566 msgstr "\nПохоже, что вы пытаетесь закоммитить слияние.\nЕсли это ошибка, пожалуйста удалите файл\n\t%s\nи попробуйте снова.\n"
8568 #: builtin/commit.c:810
8572 "It looks like you may be committing a cherry-pick.\n"
8573 "If this is not correct, please remove the file\n"
8576 msgstr "\nПохоже, что вы пытаетесь закоммитить при копировании коммита.\nЕсли это не так, то удалите файл\n\t%s\nи попробуйте снова.\n"
8578 #: builtin/commit.c:823
8581 "Please enter the commit message for your changes. Lines starting\n"
8582 "with '%c' will be ignored, and an empty message aborts the commit.\n"
8583 msgstr "Пожалуйста, введите сообщение коммита для ваших изменений. Строки,\nначинающиеся с «%c» будут проигнорированы, а пустое сообщение\nотменяет процесс коммита.\n"
8585 #: builtin/commit.c:831
8588 "Please enter the commit message for your changes. Lines starting\n"
8589 "with '%c' will be kept; you may remove them yourself if you want to.\n"
8590 "An empty message aborts the commit.\n"
8591 msgstr "Пожалуйста, введите сообщение коммита для ваших изменений. Строки,\nначинающиеся с «%c» будут оставлены; вы можете удалить их вручную,\nесли хотите. Пустое сообщение отменяет процесс коммита.\n"
8593 #: builtin/commit.c:848
8595 msgid "%sAuthor: %.*s <%.*s>"
8596 msgstr "%sАвтор: %.*s <%.*s>"
8598 #: builtin/commit.c:856
8603 #: builtin/commit.c:863
8605 msgid "%sCommitter: %.*s <%.*s>"
8606 msgstr "%sКоммитер: %.*s <%.*s>"
8608 #: builtin/commit.c:880
8609 msgid "Cannot read index"
8610 msgstr "Не удалось прочитать индекс"
8612 #: builtin/commit.c:946
8613 msgid "Error building trees"
8614 msgstr "Ошибка при построении деревьев"
8616 #: builtin/commit.c:960 builtin/tag.c:258
8618 msgid "Please supply the message using either -m or -F option.\n"
8619 msgstr "Пожалуйста, укажите сообщение, при указании опций -m или -F.\n"
8621 #: builtin/commit.c:1004
8623 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
8624 msgstr "--author «%s» не в формате «Имя <почта>» и не совпадает с существующим автором"
8626 #: builtin/commit.c:1018
8628 msgid "Invalid ignored mode '%s'"
8629 msgstr "Недопустимый режим показа игнорируемых файлов «%s»"
8631 #: builtin/commit.c:1032 builtin/commit.c:1269
8633 msgid "Invalid untracked files mode '%s'"
8634 msgstr "Неправильный режим неотслеживаемых файлов «%s»"
8636 #: builtin/commit.c:1070
8637 msgid "--long and -z are incompatible"
8638 msgstr "--long и -z нельзя использовать одновременно"
8640 #: builtin/commit.c:1103
8641 msgid "Using both --reset-author and --author does not make sense"
8642 msgstr "Указание одновременно опций --reset-author и --author не имеет смысла"
8644 #: builtin/commit.c:1112
8645 msgid "You have nothing to amend."
8646 msgstr "Нечего исправлять."
8648 #: builtin/commit.c:1115
8649 msgid "You are in the middle of a merge -- cannot amend."
8650 msgstr "Вы в процессе слияния — сейчас нельзя исправлять."
8652 #: builtin/commit.c:1117
8653 msgid "You are in the middle of a cherry-pick -- cannot amend."
8654 msgstr "Вы в процессе копирования коммита — сейчас нельзя исправлять."
8656 #: builtin/commit.c:1120
8657 msgid "Options --squash and --fixup cannot be used together"
8658 msgstr "Опции --squash и --fixup не могут использоваться одновременно"
8660 #: builtin/commit.c:1130
8661 msgid "Only one of -c/-C/-F/--fixup can be used."
8662 msgstr "Может использоваться только одна из опций -c/-C/-F/--fixup."
8664 #: builtin/commit.c:1132
8665 msgid "Option -m cannot be combined with -c/-C/-F."
8668 #: builtin/commit.c:1140
8669 msgid "--reset-author can be used only with -C, -c or --amend."
8670 msgstr "--reset-author может использоваться только одновременно с опциями -C, -c или --amend."
8672 #: builtin/commit.c:1157
8673 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
8674 msgstr "Может использоваться только одна из опций --include/--only/--all/--interactive/--patch."
8676 #: builtin/commit.c:1159
8677 msgid "No paths with --include/--only does not make sense."
8678 msgstr "Указание путей каталогов с опциями --include/--only не имеет смысла."
8680 #: builtin/commit.c:1173 builtin/tag.c:544
8682 msgid "Invalid cleanup mode %s"
8683 msgstr "Неправильное значение режима очистки %s"
8685 #: builtin/commit.c:1178
8686 msgid "Paths with -a does not make sense."
8687 msgstr "С опцией -a указание пути не имеет смысла."
8689 #: builtin/commit.c:1303 builtin/commit.c:1480
8690 msgid "show status concisely"
8691 msgstr "кратко показать статус"
8693 #: builtin/commit.c:1305 builtin/commit.c:1482
8694 msgid "show branch information"
8695 msgstr "показать информацию о версии"
8697 #: builtin/commit.c:1307
8698 msgid "show stash information"
8699 msgstr "показать информацию о спрятанном"
8701 #: builtin/commit.c:1309 builtin/commit.c:1484
8702 msgid "compute full ahead/behind values"
8705 #: builtin/commit.c:1311
8709 #: builtin/commit.c:1311 builtin/commit.c:1486 builtin/push.c:558
8710 #: builtin/worktree.c:581
8711 msgid "machine-readable output"
8712 msgstr "машиночитаемый вывод"
8714 #: builtin/commit.c:1314 builtin/commit.c:1488
8715 msgid "show status in long format (default)"
8716 msgstr "показать статус в длинном формате (по умолчанию)"
8718 #: builtin/commit.c:1317 builtin/commit.c:1491
8719 msgid "terminate entries with NUL"
8720 msgstr "завершать записи НУЛЕВЫМ байтом"
8722 #: builtin/commit.c:1319 builtin/commit.c:1323 builtin/commit.c:1494
8723 #: builtin/fast-export.c:1007 builtin/fast-export.c:1010 builtin/tag.c:398
8727 #: builtin/commit.c:1320 builtin/commit.c:1494
8728 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
8729 msgstr "показать неотслеживаемые файлы, опциональные режимы: all (все), normal (как обычно), no (нет). (По умолчанию: all)"
8731 #: builtin/commit.c:1324
8733 "show ignored files, optional modes: traditional, matching, no. (Default: "
8735 msgstr "показывать игнорируемые файлы, с опциональным режимом: traditional (традиционный), matching (только совпадающие), no (не показывать). (По умолчанию: traditional)"
8737 #: builtin/commit.c:1326 parse-options.h:167
8741 #: builtin/commit.c:1327
8743 "ignore changes to submodules, optional when: all, dirty, untracked. "
8745 msgstr "игнорировать изменения в подмодулях, опционально когда: all (всегда), dirty (измененные), untracked (неотслеживаемые). (По умолчанию: all)"
8747 #: builtin/commit.c:1329
8748 msgid "list untracked files in columns"
8749 msgstr "показать неотслеживаемые файлы по столбцам"
8751 #: builtin/commit.c:1330
8752 msgid "do not detect renames"
8753 msgstr "не определять переименования"
8755 #: builtin/commit.c:1332
8756 msgid "detect renames, optionally set similarity index"
8757 msgstr "определять переименования, опционально устанавливать рейтинг сходства"
8759 #: builtin/commit.c:1352
8760 msgid "Unsupported combination of ignored and untracked-files arguments"
8761 msgstr "Неподдерживаемая комбинация аргументов отображения игнорируемых и неотслеживаемых файлов"
8763 #: builtin/commit.c:1450
8764 msgid "suppress summary after successful commit"
8765 msgstr "не выводить сводку после успешного коммита"
8767 #: builtin/commit.c:1451
8768 msgid "show diff in commit message template"
8769 msgstr "добавить список изменений в шаблон сообщения коммита"
8771 #: builtin/commit.c:1453
8772 msgid "Commit message options"
8773 msgstr "Опции сообщения коммита"
8775 #: builtin/commit.c:1454 builtin/merge.c:261 builtin/tag.c:395
8776 msgid "read message from file"
8777 msgstr "прочитать сообщение из файла"
8779 #: builtin/commit.c:1455
8783 #: builtin/commit.c:1455
8784 msgid "override author for commit"
8785 msgstr "подменить автора коммита"
8787 #: builtin/commit.c:1456 builtin/gc.c:504
8791 #: builtin/commit.c:1456
8792 msgid "override date for commit"
8793 msgstr "подменить дату коммита"
8795 #: builtin/commit.c:1457 builtin/merge.c:257 builtin/notes.c:404
8796 #: builtin/notes.c:567 builtin/tag.c:393
8800 #: builtin/commit.c:1457
8801 msgid "commit message"
8802 msgstr "сообщение коммита"
8804 #: builtin/commit.c:1458 builtin/commit.c:1459 builtin/commit.c:1460
8805 #: builtin/commit.c:1461 parse-options.h:270 ref-filter.h:92
8809 #: builtin/commit.c:1458
8810 msgid "reuse and edit message from specified commit"
8811 msgstr "использовать и отредактировать сообщение от указанного коммита"
8813 #: builtin/commit.c:1459
8814 msgid "reuse message from specified commit"
8815 msgstr "использовать сообщение указанного коммита"
8817 #: builtin/commit.c:1460
8818 msgid "use autosquash formatted message to fixup specified commit"
8819 msgstr "использовать форматированное сообщение автоуплотнения для исправления указанного коммита"
8821 #: builtin/commit.c:1461
8822 msgid "use autosquash formatted message to squash specified commit"
8823 msgstr "использовать форматированное сообщение автоуплотнения для уплотнения указанного коммита"
8825 #: builtin/commit.c:1462
8826 msgid "the commit is authored by me now (used with -C/-c/--amend)"
8827 msgstr "коммит теперь за моим авторством (используется с -C/-c/--amend)"
8829 #: builtin/commit.c:1463 builtin/log.c:1457 builtin/merge.c:274
8830 #: builtin/pull.c:154 builtin/revert.c:106
8831 msgid "add Signed-off-by:"
8832 msgstr "добавить Signed-off-by:"
8834 #: builtin/commit.c:1464
8835 msgid "use specified template file"
8836 msgstr "использовать указанный файл шаблона"
8838 #: builtin/commit.c:1465
8839 msgid "force edit of commit"
8840 msgstr "принудительно редактировать коммит"
8842 #: builtin/commit.c:1466
8844 msgstr "по-умолчанию"
8846 #: builtin/commit.c:1466 builtin/tag.c:399
8847 msgid "how to strip spaces and #comments from message"
8848 msgstr "как удалять пробелы и #комментарии из сообщения коммита"
8850 #: builtin/commit.c:1467
8851 msgid "include status in commit message template"
8852 msgstr "включить статус файлов в шаблон сообщения коммита"
8854 #: builtin/commit.c:1469 builtin/merge.c:272 builtin/pull.c:184
8855 #: builtin/revert.c:114
8856 msgid "GPG sign commit"
8857 msgstr "подписать коммит с помощью GPG"
8859 #: builtin/commit.c:1472
8860 msgid "Commit contents options"
8861 msgstr "Опции содержимого коммита"
8863 #: builtin/commit.c:1473
8864 msgid "commit all changed files"
8865 msgstr "закоммитить все измененные файлы"
8867 #: builtin/commit.c:1474
8868 msgid "add specified files to index for commit"
8869 msgstr "добавить указанные файлы в индекс для коммита"
8871 #: builtin/commit.c:1475
8872 msgid "interactively add files"
8873 msgstr "интерактивное добавление файлов"
8875 #: builtin/commit.c:1476
8876 msgid "interactively add changes"
8877 msgstr "интерактивное добавление изменений"
8879 #: builtin/commit.c:1477
8880 msgid "commit only specified files"
8881 msgstr "закоммитить только указанные файлы"
8883 #: builtin/commit.c:1478
8884 msgid "bypass pre-commit and commit-msg hooks"
8885 msgstr "пропустить перехватчик pre-commit и commit-msg"
8887 #: builtin/commit.c:1479
8888 msgid "show what would be committed"
8889 msgstr "показать, что будет закоммичено"
8891 #: builtin/commit.c:1492
8892 msgid "amend previous commit"
8893 msgstr "исправить предыдущий коммит"
8895 #: builtin/commit.c:1493
8896 msgid "bypass post-rewrite hook"
8897 msgstr "пропустить перехватчик post-rewrite"
8899 #: builtin/commit.c:1498
8900 msgid "ok to record an empty change"
8901 msgstr "разрешить запись пустого коммита"
8903 #: builtin/commit.c:1500
8904 msgid "ok to record a change with an empty message"
8905 msgstr "разрешить запись изменений с пустым сообщением"
8907 #: builtin/commit.c:1573
8909 msgid "Corrupt MERGE_HEAD file (%s)"
8910 msgstr "Файл MERGE_HEAD поврежден (%s)"
8912 #: builtin/commit.c:1580
8913 msgid "could not read MERGE_MODE"
8914 msgstr "не удалось прочитать MERGE_MODE"
8916 #: builtin/commit.c:1599
8918 msgid "could not read commit message: %s"
8919 msgstr "не удалось открыть сообщение коммита: %s"
8921 #: builtin/commit.c:1610
8923 msgid "Aborting commit due to empty commit message.\n"
8924 msgstr "Отмена коммита из-за пустого сообщения коммита.\n"
8926 #: builtin/commit.c:1615
8928 msgid "Aborting commit; you did not edit the message.\n"
8929 msgstr "Отмена коммита; вы не изменили сообщение.\n"
8931 #: builtin/commit.c:1650
8933 "repository has been updated, but unable to write\n"
8934 "new_index file. Check that disk is not full and quota is\n"
8935 "not exceeded, and then \"git reset HEAD\" to recover."
8936 msgstr "репозиторий был обновлен, но не удалось записать файл new_index. Удостоверьтесь, что на диске есть свободное место и квота не исчерпана, а после этого запустите «git reset HEAD» для восстановления."
8938 #: builtin/commit-graph.c:10
8939 msgid "git commit-graph [--object-dir <objdir>]"
8940 msgstr "git commit-graph [--object-dir <каталог-объектов>]"
8942 #: builtin/commit-graph.c:11 builtin/commit-graph.c:23
8943 msgid "git commit-graph read [--object-dir <objdir>]"
8944 msgstr "git commit-graph read [--object-dir <каталог-объектов>]"
8946 #: builtin/commit-graph.c:12 builtin/commit-graph.c:18
8947 msgid "git commit-graph verify [--object-dir <objdir>]"
8948 msgstr "git commit-graph verify [--object-dir <каталог-объектов>]"
8950 #: builtin/commit-graph.c:13 builtin/commit-graph.c:28
8952 "git commit-graph write [--object-dir <objdir>] [--append] [--reachable"
8953 "|--stdin-packs|--stdin-commits]"
8954 msgstr "git commit-graph write [--object-dir <каталог-объектов>] [--append] [--reachable|--stdin-packs|--stdin-commits]"
8956 #: builtin/commit-graph.c:48 builtin/commit-graph.c:77
8957 #: builtin/commit-graph.c:131 builtin/commit-graph.c:184 builtin/fetch.c:150
8958 #: builtin/log.c:1477
8962 #: builtin/commit-graph.c:49 builtin/commit-graph.c:78
8963 #: builtin/commit-graph.c:132 builtin/commit-graph.c:185
8964 msgid "The object directory to store the graph"
8967 #: builtin/commit-graph.c:134
8968 msgid "start walk at all refs"
8971 #: builtin/commit-graph.c:136
8972 msgid "scan pack-indexes listed by stdin for commits"
8975 #: builtin/commit-graph.c:138
8976 msgid "start walk at commits listed by stdin"
8979 #: builtin/commit-graph.c:140
8980 msgid "include all commits already in the commit-graph file"
8983 #: builtin/commit-graph.c:149
8984 msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"
8987 #: builtin/config.c:10
8988 msgid "git config [<options>]"
8989 msgstr "git config [<опции>]"
8991 #: builtin/config.c:101
8993 msgid "unrecognized --type argument, %s"
8996 #: builtin/config.c:113
8997 msgid "only one type at a time"
9000 #: builtin/config.c:122
9001 msgid "Config file location"
9002 msgstr "Размещение файла конфигурации"
9004 #: builtin/config.c:123
9005 msgid "use global config file"
9006 msgstr "использовать глобальный файл конфигурации"
9008 #: builtin/config.c:124
9009 msgid "use system config file"
9010 msgstr "использовать системный файл конфигурации"
9012 #: builtin/config.c:125
9013 msgid "use repository config file"
9014 msgstr "использовать файл конфигурации репозитория"
9016 #: builtin/config.c:126
9017 msgid "use given config file"
9018 msgstr "использовать указанный файл конфигурации"
9020 #: builtin/config.c:127
9022 msgstr "идент-двоичн-объекта"
9024 #: builtin/config.c:127
9025 msgid "read config from given blob object"
9026 msgstr "прочитать настройки из указанного двоичного объекта"
9028 #: builtin/config.c:128
9032 #: builtin/config.c:129
9033 msgid "get value: name [value-regex]"
9034 msgstr "получить значение: имя [шаблон-значений]"
9036 #: builtin/config.c:130
9037 msgid "get all values: key [value-regex]"
9038 msgstr "получить все значения: ключ [шаблон-значений]"
9040 #: builtin/config.c:131
9041 msgid "get values for regexp: name-regex [value-regex]"
9042 msgstr "получить значения по шаблону: шаблон-имен [шаблон-значений]"
9044 #: builtin/config.c:132
9045 msgid "get value specific for the URL: section[.var] URL"
9046 msgstr "получить значение, специфичное для URL: раздел[.переменная] URL"
9048 #: builtin/config.c:133
9049 msgid "replace all matching variables: name value [value_regex]"
9050 msgstr "заменить все соответствующие переменные: имя значение [шаблон-значений]"
9052 #: builtin/config.c:134
9053 msgid "add a new variable: name value"
9054 msgstr "добавить новую переменную: имя значение"
9056 #: builtin/config.c:135
9057 msgid "remove a variable: name [value-regex]"
9058 msgstr "удалить переменную: имя [шаблон-значений]"
9060 #: builtin/config.c:136
9061 msgid "remove all matches: name [value-regex]"
9062 msgstr "удалить все совпадающие: имя [шаблон-значений]"
9064 #: builtin/config.c:137
9065 msgid "rename section: old-name new-name"
9066 msgstr "переименовать раздел: старое-имя новое-имя"
9068 #: builtin/config.c:138
9069 msgid "remove a section: name"
9070 msgstr "удалить раздел: имя"
9072 #: builtin/config.c:139
9074 msgstr "показать весь список"
9076 #: builtin/config.c:140
9077 msgid "open an editor"
9078 msgstr "открыть в редакторе"
9080 #: builtin/config.c:141
9081 msgid "find the color configured: slot [default]"
9082 msgstr "найти настроенный цвет: раздел [по-умолчанию]"
9084 #: builtin/config.c:142
9085 msgid "find the color setting: slot [stdout-is-tty]"
9086 msgstr "проверить, существует ли настроенный цвет: раздел [stdout-есть-tty]"
9088 #: builtin/config.c:143
9092 #: builtin/config.c:144
9093 msgid "value is given this type"
9096 #: builtin/config.c:145
9097 msgid "value is \"true\" or \"false\""
9098 msgstr "значение — это «true» (правда) или «false» (ложь)"
9100 #: builtin/config.c:146
9101 msgid "value is decimal number"
9102 msgstr "значение — это десятичное число"
9104 #: builtin/config.c:147
9105 msgid "value is --bool or --int"
9106 msgstr "значение — это --bool или --int"
9108 #: builtin/config.c:148
9109 msgid "value is a path (file or directory name)"
9110 msgstr "значение — это путь (к файлу или каталогу)"
9112 #: builtin/config.c:149
9113 msgid "value is an expiry date"
9114 msgstr "значение - это дата окончания срока действия"
9116 #: builtin/config.c:150
9120 #: builtin/config.c:151
9121 msgid "terminate values with NUL byte"
9122 msgstr "завершать значения НУЛЕВЫМ байтом"
9124 #: builtin/config.c:152
9125 msgid "show variable names only"
9126 msgstr "показывать только имена переменных"
9128 #: builtin/config.c:153
9129 msgid "respect include directives on lookup"
9130 msgstr "учитывать директивы include (включения файлов) при запросе"
9132 #: builtin/config.c:154
9133 msgid "show origin of config (file, standard input, blob, command line)"
9134 msgstr "показать источник настройки (файл, стандартный ввод, двоичный объект, командная строка)"
9136 #: builtin/config.c:155
9140 #: builtin/config.c:155
9141 msgid "with --get, use default value when missing entry"
9144 #: builtin/config.c:168
9146 msgid "wrong number of arguments, should be %d"
9149 #: builtin/config.c:170
9151 msgid "wrong number of arguments, should be from %d to %d"
9154 #: builtin/config.c:304
9156 msgid "invalid key pattern: %s"
9159 #: builtin/config.c:340
9161 msgid "failed to format default config value: %s"
9164 #: builtin/config.c:397
9166 msgid "cannot parse color '%s'"
9169 #: builtin/config.c:439
9170 msgid "unable to parse default color value"
9171 msgstr "не удалось разобрать значение цвета по умолчанию"
9173 #: builtin/config.c:492 builtin/config.c:724
9174 msgid "not in a git directory"
9177 #: builtin/config.c:495
9178 msgid "writing to stdin is not supported"
9181 #: builtin/config.c:498
9182 msgid "writing config blobs is not supported"
9185 #: builtin/config.c:583
9188 "# This is Git's per-user configuration file.\n"
9190 "# Please adapt and uncomment the following lines:\n"
9193 msgstr "# Это файл конфигурации пользователя Git.\n[user]\n# Пожалуйста, адаптируйте и раскомментируйте следующие строки:\n#\tuser = %s\n#\temail = %s\n"
9195 #: builtin/config.c:606
9196 msgid "only one config file at a time"
9199 #: builtin/config.c:611
9200 msgid "--local can only be used inside a git repository"
9201 msgstr "--local можно использовать только внутри git репозитория"
9203 #: builtin/config.c:614
9204 msgid "--blob can only be used inside a git repository"
9207 #: builtin/config.c:633
9208 msgid "$HOME not set"
9211 #: builtin/config.c:670
9212 msgid "--get-color and variable type are incoherent"
9215 #: builtin/config.c:675
9216 msgid "only one action at a time"
9219 #: builtin/config.c:688
9220 msgid "--name-only is only applicable to --list or --get-regexp"
9223 #: builtin/config.c:694
9225 "--show-origin is only applicable to --get, --get-all, --get-regexp, and "
9229 #: builtin/config.c:700
9230 msgid "--default is only applicable to --get"
9233 #: builtin/config.c:713
9235 msgid "unable to read config file '%s'"
9238 #: builtin/config.c:716
9239 msgid "error processing config file(s)"
9242 #: builtin/config.c:726
9243 msgid "editing stdin is not supported"
9246 #: builtin/config.c:728
9247 msgid "editing blobs is not supported"
9250 #: builtin/config.c:742
9252 msgid "cannot create configuration file %s"
9253 msgstr "не удалось создать файл конфигурации %s"
9255 #: builtin/config.c:755
9258 "cannot overwrite multiple values with a single value\n"
9259 " Use a regexp, --add or --replace-all to change %s."
9260 msgstr "нельзя перезаписать несколько значений одним\n Используйте регулярные выражения, параметры --add или --replace-all, чтобы изменить %s."
9262 #: builtin/config.c:829 builtin/config.c:840
9264 msgid "no such section: %s"
9267 #: builtin/count-objects.c:90
9268 msgid "git count-objects [-v] [-H | --human-readable]"
9269 msgstr "git count-objects [-v] [-H | --human-readable]"
9271 #: builtin/count-objects.c:100
9272 msgid "print sizes in human readable format"
9273 msgstr "вывод размеров в удобочитаемом для человека виде"
9275 #: builtin/describe.c:26
9276 msgid "git describe [<options>] [<commit-ish>...]"
9277 msgstr "git describe [<опции>] [<указатель-коммита>…]"
9279 #: builtin/describe.c:27
9280 msgid "git describe [<options>] --dirty"
9281 msgstr "git describe [<опции>] --dirty"
9283 #: builtin/describe.c:62
9285 msgstr "указатель на ветку"
9287 #: builtin/describe.c:62
9289 msgstr "легковесный"
9291 #: builtin/describe.c:62
9293 msgstr "аннотированный"
9295 #: builtin/describe.c:272
9297 msgid "annotated tag %s not available"
9298 msgstr "аннотированная метка %s не доступна"
9300 #: builtin/describe.c:276
9302 msgid "annotated tag %s has no embedded name"
9303 msgstr "аннотированная метка %s не содержит встроенного названия"
9305 #: builtin/describe.c:278
9307 msgid "tag '%s' is really '%s' here"
9308 msgstr "метка «%s» уже здесь «%s»"
9310 #: builtin/describe.c:322
9312 msgid "no tag exactly matches '%s'"
9313 msgstr "нет меток, точно соответствующих «%s»"
9315 #: builtin/describe.c:324
9317 msgid "No exact match on refs or tags, searching to describe\n"
9318 msgstr "Нет точных совпадений по ссылкам или тегам, ищу описания\n"
9320 #: builtin/describe.c:378
9322 msgid "finished search at %s\n"
9323 msgstr "поиск окончен на %s\n"
9325 #: builtin/describe.c:404
9328 "No annotated tags can describe '%s'.\n"
9329 "However, there were unannotated tags: try --tags."
9330 msgstr "Нет аннотированных меток, которые могут описать «%s».\nНо имеются неаннотированные метки: попробуйте добавить параметр --tags."
9332 #: builtin/describe.c:408
9335 "No tags can describe '%s'.\n"
9336 "Try --always, or create some tags."
9337 msgstr "Нет меток, которые могут описать «%s….\nПопробуйте добавить параметр --always или создать какие-нибудь метки."
9339 #: builtin/describe.c:438
9341 msgid "traversed %lu commits\n"
9342 msgstr "посещено %lu коммитов\n"
9344 #: builtin/describe.c:441
9347 "more than %i tags found; listed %i most recent\n"
9348 "gave up search at %s\n"
9349 msgstr "более %i меток найдено; показано последние %i\nостановлен поиск после %s\n"
9351 #: builtin/describe.c:509
9353 msgid "describe %s\n"
9354 msgstr "описать %s\n"
9356 #: builtin/describe.c:512 builtin/log.c:508
9358 msgid "Not a valid object name %s"
9359 msgstr "Недопустимое имя объекта %s"
9361 #: builtin/describe.c:520
9363 msgid "%s is neither a commit nor blob"
9364 msgstr "%s не является коммитом или двоичным объектом"
9366 #: builtin/describe.c:534
9367 msgid "find the tag that comes after the commit"
9368 msgstr "поиск метки, которая идет после коммита"
9370 #: builtin/describe.c:535
9371 msgid "debug search strategy on stderr"
9372 msgstr "вывод отладочной информации стратегии поиска на стандартный вывод"
9374 #: builtin/describe.c:536
9376 msgstr "использовать любую ссылку"
9378 #: builtin/describe.c:537
9379 msgid "use any tag, even unannotated"
9380 msgstr "использовать любую метку, даже неаннотированную"
9382 #: builtin/describe.c:538
9383 msgid "always use long format"
9384 msgstr "всегда использовать длинный формат вывода"
9386 #: builtin/describe.c:539
9387 msgid "only follow first parent"
9388 msgstr "следовать только за первым родителем"
9390 #: builtin/describe.c:542
9391 msgid "only output exact matches"
9392 msgstr "выводить только точные совпадения"
9394 #: builtin/describe.c:544
9395 msgid "consider <n> most recent tags (default: 10)"
9396 msgstr "рассматривать последние <n> меток (по умолчанию: 10)"
9398 #: builtin/describe.c:546
9399 msgid "only consider tags matching <pattern>"
9400 msgstr "рассматривать только метки по <шаблону>"
9402 #: builtin/describe.c:548
9403 msgid "do not consider tags matching <pattern>"
9404 msgstr "не учитывать метки, которые соответствуют <шаблону>"
9406 #: builtin/describe.c:550 builtin/name-rev.c:424
9407 msgid "show abbreviated commit object as fallback"
9408 msgstr "если не найдено, показать сокращенный номер редакции коммита"
9410 #: builtin/describe.c:551 builtin/describe.c:554
9414 #: builtin/describe.c:552
9415 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
9416 msgstr "добавить <пометку> при измененном рабочем каталоге (по умолчанию: «-dirty»)"
9418 #: builtin/describe.c:555
9419 msgid "append <mark> on broken working tree (default: \"-broken\")"
9420 msgstr "добавить <пометку> на повреждённое рабочее дерево (по умолчанию: «-broken»)"
9422 #: builtin/describe.c:573
9423 msgid "--long is incompatible with --abbrev=0"
9424 msgstr "--long несовместимо с --abbrev=0"
9426 #: builtin/describe.c:602
9427 msgid "No names found, cannot describe anything."
9428 msgstr "Имена не найдены, не могу ничего описать."
9430 #: builtin/describe.c:652
9431 msgid "--dirty is incompatible with commit-ishes"
9432 msgstr "--dirty несовместимо с указанием указателей коммитов"
9434 #: builtin/describe.c:654
9435 msgid "--broken is incompatible with commit-ishes"
9436 msgstr "--broken несовместимо с указанием указателей коммитов"
9438 #: builtin/diff.c:83
9440 msgid "'%s': not a regular file or symlink"
9441 msgstr "«%s»: не является обычным файлом или символьной ссылкой"
9443 #: builtin/diff.c:234
9445 msgid "invalid option: %s"
9446 msgstr "неправильный параметр: %s"
9448 #: builtin/diff.c:363
9449 msgid "Not a git repository"
9450 msgstr "Не найден git репозиторий"
9452 #: builtin/diff.c:407
9454 msgid "invalid object '%s' given."
9455 msgstr "передан неправильный объект «%s»."
9457 #: builtin/diff.c:416
9459 msgid "more than two blobs given: '%s'"
9460 msgstr "передано больше двух двоичных объектов: «%s»"
9462 #: builtin/diff.c:421
9464 msgid "unhandled object '%s' given."
9465 msgstr "передан необработанный объект «%s»."
9467 #: builtin/difftool.c:30
9468 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
9469 msgstr "git difftool [<опции>] [<коммит> [<коммит>]] [--] [<путь>…]"
9471 #: builtin/difftool.c:260
9476 #: builtin/difftool.c:302
9478 msgid "could not read symlink %s"
9479 msgstr "не удалось прочитать символьную ссылку %s"
9481 #: builtin/difftool.c:304
9483 msgid "could not read symlink file %s"
9484 msgstr "не удалось прочитать файл символьной ссылки %s"
9486 #: builtin/difftool.c:312
9488 msgid "could not read object %s for symlink %s"
9489 msgstr "не удалось прочитать объект %s для символьной ссылки %s"
9491 #: builtin/difftool.c:413
9493 "combined diff formats('-c' and '--cc') are not supported in\n"
9494 "directory diff mode('-d' and '--dir-diff')."
9495 msgstr "комбинированные форматы различий файлов(«-c» и «--cc») не поддерживаются в режиме сравнения каталогов(«-d» и «--dir-diff»)."
9497 #: builtin/difftool.c:633
9499 msgid "both files modified: '%s' and '%s'."
9500 msgstr "оба файла изменены: «%s» и «%s»."
9502 #: builtin/difftool.c:635
9503 msgid "working tree file has been left."
9504 msgstr "рабочий каталог был покинут."
9506 #: builtin/difftool.c:646
9508 msgid "temporary files exist in '%s'."
9509 msgstr "временные файлы уже находятся в «%s»."
9511 #: builtin/difftool.c:647
9512 msgid "you may want to cleanup or recover these."
9513 msgstr "возможно вы хотите их удалить или восстановить."
9515 #: builtin/difftool.c:696
9516 msgid "use `diff.guitool` instead of `diff.tool`"
9517 msgstr "использовать «diff.guitool» вместо «diff.tool»"
9519 #: builtin/difftool.c:698
9520 msgid "perform a full-directory diff"
9521 msgstr "выполнить пофайловое сравнение всего каталога"
9523 #: builtin/difftool.c:700
9524 msgid "do not prompt before launching a diff tool"
9525 msgstr "не спрашивать перед запуском утилиты сравнения"
9527 #: builtin/difftool.c:705
9528 msgid "use symlinks in dir-diff mode"
9529 msgstr "использовать символьные ссылки в режиме сравнения каталога"
9531 #: builtin/difftool.c:706
9535 #: builtin/difftool.c:707
9536 msgid "use the specified diff tool"
9537 msgstr "использовать указанную утилиту сравнения"
9539 #: builtin/difftool.c:709
9540 msgid "print a list of diff tools that may be used with `--tool`"
9541 msgstr "вывести список утилит, которые можно использовать с параметром «--tool»"
9543 #: builtin/difftool.c:712
9545 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit"
9547 msgstr "выходить из «git-difftool», если вызванная утилита сравнения вернула не нулевой код возврата"
9549 #: builtin/difftool.c:715
9550 msgid "specify a custom command for viewing diffs"
9551 msgstr "использовать особую команду для просмотра различий"
9553 #: builtin/difftool.c:739
9554 msgid "no <tool> given for --tool=<tool>"
9555 msgstr "не передана <утилита> для --tool=<утилита>"
9557 #: builtin/difftool.c:746
9558 msgid "no <cmd> given for --extcmd=<cmd>"
9559 msgstr "не передана <команда> для --extcmd=<команда>"
9561 #: builtin/fast-export.c:29
9562 msgid "git fast-export [rev-list-opts]"
9563 msgstr "git fast-export [опции-rev-list]"
9565 #: builtin/fast-export.c:1006
9566 msgid "show progress after <n> objects"
9567 msgstr "показать прогресс после <n> объектов"
9569 #: builtin/fast-export.c:1008
9570 msgid "select handling of signed tags"
9571 msgstr "выбор обработки подписанных меток"
9573 #: builtin/fast-export.c:1011
9574 msgid "select handling of tags that tag filtered objects"
9575 msgstr "выбор обработки меток, которыми помечены отфильтрованные объекты"
9577 #: builtin/fast-export.c:1014
9578 msgid "Dump marks to this file"
9579 msgstr "Записать пометки в этот файл"
9581 #: builtin/fast-export.c:1016
9582 msgid "Import marks from this file"
9583 msgstr "Импортировать пометки из этого файла"
9585 #: builtin/fast-export.c:1018
9586 msgid "Fake a tagger when tags lack one"
9587 msgstr "Подделать автора метки, если у метки он отсутствует"
9589 #: builtin/fast-export.c:1020
9590 msgid "Output full tree for each commit"
9591 msgstr "Вывести полное дерево для каждого коммита"
9593 #: builtin/fast-export.c:1022
9594 msgid "Use the done feature to terminate the stream"
9595 msgstr "Использовать пометку завершения в конце потока"
9597 #: builtin/fast-export.c:1023
9598 msgid "Skip output of blob data"
9599 msgstr "Пропустить вывод данных двоичных объектов"
9601 #: builtin/fast-export.c:1024
9603 msgstr "спецификатор ссылки"
9605 #: builtin/fast-export.c:1025
9606 msgid "Apply refspec to exported refs"
9607 msgstr "Применить спецификатор ссылки к экспортируемым ссылкам"
9609 #: builtin/fast-export.c:1026
9610 msgid "anonymize output"
9611 msgstr "сделать вывод анонимным"
9613 #: builtin/fetch.c:27
9614 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
9615 msgstr "git fetch [<опции>] [<репозиторий> [<спецификатор-ссылки>…]]"
9617 #: builtin/fetch.c:28
9618 msgid "git fetch [<options>] <group>"
9619 msgstr "git fetch [<опции>] <группа>"
9621 #: builtin/fetch.c:29
9622 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
9623 msgstr "git fetch --multiple [<опции>] [(<репозиторий> | <группа>)…]"
9625 #: builtin/fetch.c:30
9626 msgid "git fetch --all [<options>]"
9627 msgstr "git fetch --all [<опции>]"
9629 #: builtin/fetch.c:112 builtin/pull.c:193
9630 msgid "fetch from all remotes"
9631 msgstr "извлечь со всех внешних репозиториев"
9633 #: builtin/fetch.c:114 builtin/pull.c:196
9634 msgid "append to .git/FETCH_HEAD instead of overwriting"
9635 msgstr "дописать к .git/FETCH_HEAD вместо перезаписи"
9637 #: builtin/fetch.c:116 builtin/pull.c:199
9638 msgid "path to upload pack on remote end"
9639 msgstr "путь к программе упаковки пакета на машине с внешним репозиторием"
9641 #: builtin/fetch.c:117 builtin/pull.c:201
9642 msgid "force overwrite of local branch"
9643 msgstr "принудительная перезапись локальной ветки"
9645 #: builtin/fetch.c:119
9646 msgid "fetch from multiple remotes"
9647 msgstr "извлечь с нескольких внешних репозиториев"
9649 #: builtin/fetch.c:121 builtin/pull.c:203
9650 msgid "fetch all tags and associated objects"
9651 msgstr "извлечь все метки и связанные объекты"
9653 #: builtin/fetch.c:123
9654 msgid "do not fetch all tags (--no-tags)"
9655 msgstr "не извлекать все метки (--no-tags)"
9657 #: builtin/fetch.c:125
9658 msgid "number of submodules fetched in parallel"
9659 msgstr "количество подмодулей, которые будут скачаны парралельно"
9661 #: builtin/fetch.c:127 builtin/pull.c:206
9662 msgid "prune remote-tracking branches no longer on remote"
9663 msgstr "почистить отслеживаемые внешние ветки, которых уже нет на внешнем репозитории"
9665 #: builtin/fetch.c:129
9666 msgid "prune local tags no longer on remote and clobber changed tags"
9669 #: builtin/fetch.c:130 builtin/fetch.c:153 builtin/pull.c:131
9671 msgstr "по требованию"
9673 #: builtin/fetch.c:131
9674 msgid "control recursive fetching of submodules"
9675 msgstr "управление рекурсивным извлечением подмодулей"
9677 #: builtin/fetch.c:135 builtin/pull.c:214
9678 msgid "keep downloaded pack"
9679 msgstr "оставить загруженный пакет данных"
9681 #: builtin/fetch.c:137
9682 msgid "allow updating of HEAD ref"
9683 msgstr "разрешить обновление ссылки HEAD"
9685 #: builtin/fetch.c:140 builtin/fetch.c:146 builtin/pull.c:217
9686 msgid "deepen history of shallow clone"
9687 msgstr "улугубить историю частичного клона"
9689 #: builtin/fetch.c:142
9690 msgid "deepen history of shallow repository based on time"
9691 msgstr "углубить историю частичного клона основываясь на времени"
9693 #: builtin/fetch.c:148 builtin/pull.c:220
9694 msgid "convert to a complete repository"
9695 msgstr "преобразовать в полный репозиторий"
9697 #: builtin/fetch.c:151
9698 msgid "prepend this to submodule path output"
9699 msgstr "присоединять это спереди к выводу путей подмодуля"
9701 #: builtin/fetch.c:154
9703 "default for recursive fetching of submodules (lower priority than config "
9705 msgstr "настроить по умолчанию рекурсивное извлечение подмодулей (более низкий приоритет, чем файлы конфигурации)"
9707 #: builtin/fetch.c:158 builtin/pull.c:223
9708 msgid "accept refs that update .git/shallow"
9709 msgstr "принимать ссылки, которые обновляют .git/shallow"
9711 #: builtin/fetch.c:159 builtin/pull.c:225
9713 msgstr "соответствие-ссылок"
9715 #: builtin/fetch.c:160 builtin/pull.c:226
9716 msgid "specify fetch refmap"
9717 msgstr "указать соответствие ссылок при извлечении"
9719 #: builtin/fetch.c:161 builtin/ls-remote.c:77 builtin/push.c:582
9720 #: builtin/send-pack.c:172
9721 msgid "server-specific"
9722 msgstr "зависит-от-сервера"
9724 #: builtin/fetch.c:161 builtin/ls-remote.c:77 builtin/push.c:582
9725 #: builtin/send-pack.c:173
9726 msgid "option to transmit"
9727 msgstr "передаваемые опции"
9729 #: builtin/fetch.c:167
9730 msgid "report that we have only objects reachable from this object"
9733 #: builtin/fetch.c:418
9734 msgid "Couldn't find remote ref HEAD"
9735 msgstr "Не удалось найти ссылку HEAD на внешнем репозитории"
9737 #: builtin/fetch.c:552
9739 msgid "configuration fetch.output contains invalid value %s"
9740 msgstr "опция fetch.output содержит неправильное значение для %s"
9742 #: builtin/fetch.c:645
9744 msgid "object %s not found"
9745 msgstr "объект %s не найден"
9747 #: builtin/fetch.c:649
9748 msgid "[up to date]"
9749 msgstr "[актуально]"
9751 #: builtin/fetch.c:662 builtin/fetch.c:744
9753 msgstr "[отклонено]"
9755 #: builtin/fetch.c:663
9756 msgid "can't fetch in current branch"
9757 msgstr "нельзя извлечь текущую ветку"
9759 #: builtin/fetch.c:672
9760 msgid "[tag update]"
9761 msgstr "[обновление метки]"
9763 #: builtin/fetch.c:673 builtin/fetch.c:708 builtin/fetch.c:724
9764 #: builtin/fetch.c:739
9765 msgid "unable to update local ref"
9766 msgstr "не удалось обновить локальную ссылку"
9768 #: builtin/fetch.c:694
9770 msgstr "[новая метка]"
9772 #: builtin/fetch.c:697
9773 msgid "[new branch]"
9774 msgstr "[новая ветка]"
9776 #: builtin/fetch.c:700
9778 msgstr "[новая ссылка]"
9780 #: builtin/fetch.c:739
9781 msgid "forced update"
9782 msgstr "принудительное обновление"
9784 #: builtin/fetch.c:744
9785 msgid "non-fast-forward"
9786 msgstr "без перемотки вперед"
9788 #: builtin/fetch.c:790
9790 msgid "%s did not send all necessary objects\n"
9791 msgstr "%s не отправил все необходимые объекты\n"
9793 #: builtin/fetch.c:811
9795 msgid "reject %s because shallow roots are not allowed to be updated"
9796 msgstr "%s отклонено из-за того, что частичные корни не разрешено обновлять"
9798 #: builtin/fetch.c:900 builtin/fetch.c:1011
9803 #: builtin/fetch.c:911
9806 "some local refs could not be updated; try running\n"
9807 " 'git remote prune %s' to remove any old, conflicting branches"
9808 msgstr "не удалось обновить некоторые локальные ссылки; попробуйте запустить «git remote prune %s», чтобы почистить старые, конфликтующие ветки"
9810 #: builtin/fetch.c:981
9812 msgid " (%s will become dangling)"
9813 msgstr " (%s будет висящей веткой)"
9815 #: builtin/fetch.c:982
9817 msgid " (%s has become dangling)"
9818 msgstr " (%s стала висящей веткой)"
9820 #: builtin/fetch.c:1014
9824 #: builtin/fetch.c:1015 builtin/remote.c:1035
9828 #: builtin/fetch.c:1038
9830 msgid "Refusing to fetch into current branch %s of non-bare repository"
9831 msgstr "Отказ получения в текущую ветку %s не голого репозитория"
9833 #: builtin/fetch.c:1057
9835 msgid "Option \"%s\" value \"%s\" is not valid for %s"
9836 msgstr "Неправильное значение «%2$s» для параметра «%1$s» для %3$s"
9838 #: builtin/fetch.c:1060
9840 msgid "Option \"%s\" is ignored for %s\n"
9841 msgstr "Параметр «%s» игнорируется для %s\n"
9843 #: builtin/fetch.c:1339
9845 msgid "Fetching %s\n"
9846 msgstr "Извлечение из %s\n"
9848 #: builtin/fetch.c:1341 builtin/remote.c:99
9850 msgid "Could not fetch %s"
9851 msgstr "Не удалось извлечь %s"
9853 #: builtin/fetch.c:1387 builtin/fetch.c:1555
9855 "--filter can only be used with the remote configured in core.partialClone"
9858 #: builtin/fetch.c:1410
9860 "No remote repository specified. Please, specify either a URL or a\n"
9861 "remote name from which new revisions should be fetched."
9862 msgstr "Не указан внешний репозиторий. Укажите URL или имя внешнего репозитория из которого должны извлекаться новые редакции."
9864 #: builtin/fetch.c:1447
9865 msgid "You need to specify a tag name."
9866 msgstr "Вам нужно указать имя метки."
9868 #: builtin/fetch.c:1496
9869 msgid "Negative depth in --deepen is not supported"
9870 msgstr "Отрицательная грубина для --deepen не поддерживается"
9872 #: builtin/fetch.c:1498
9873 msgid "--deepen and --depth are mutually exclusive"
9874 msgstr "--deepen и --depth нельзя использовать одновременно"
9876 #: builtin/fetch.c:1503
9877 msgid "--depth and --unshallow cannot be used together"
9878 msgstr "нельзя использовать одновременно --depth и --unshallow"
9880 #: builtin/fetch.c:1505
9881 msgid "--unshallow on a complete repository does not make sense"
9882 msgstr "--unshallow не имеет смысла на полном репозитории"
9884 #: builtin/fetch.c:1521
9885 msgid "fetch --all does not take a repository argument"
9886 msgstr "fetch --all не принимает имя репозитория как аргумент"
9888 #: builtin/fetch.c:1523
9889 msgid "fetch --all does not make sense with refspecs"
9890 msgstr "fetch --all не имеет смысла при указании спецификаторов ссылок"
9892 #: builtin/fetch.c:1532
9894 msgid "No such remote or remote group: %s"
9895 msgstr "Нет такого внешнего репозитория или группы: %s"
9897 #: builtin/fetch.c:1539
9898 msgid "Fetching a group and specifying refspecs does not make sense"
9899 msgstr "Получение группы и указание спецификаций ссылок не имеет смысла"
9901 #: builtin/fmt-merge-msg.c:17
9903 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
9904 msgstr "git fmt-merge-msg [-m <сообщение>] [--log[=<n>] | --no-log] [--file <файл>]"
9906 #: builtin/fmt-merge-msg.c:671
9907 msgid "populate log with at most <n> entries from shortlog"
9908 msgstr "отправить в журнал <n> записей из короткого журнала"
9910 #: builtin/fmt-merge-msg.c:674
9911 msgid "alias for --log (deprecated)"
9912 msgstr "сокращение для --log (устаревшее)"
9914 #: builtin/fmt-merge-msg.c:677
9918 #: builtin/fmt-merge-msg.c:678
9919 msgid "use <text> as start of message"
9920 msgstr "использовать <текст> как начальное сообщение"
9922 #: builtin/fmt-merge-msg.c:679
9923 msgid "file to read from"
9924 msgstr "файл для чтения"
9926 #: builtin/for-each-ref.c:10
9927 msgid "git for-each-ref [<options>] [<pattern>]"
9928 msgstr "git for-each-ref [<опции>] [<шаблон>]"
9930 #: builtin/for-each-ref.c:11
9931 msgid "git for-each-ref [--points-at <object>]"
9932 msgstr "git for-each-ref [--points-at <объект>]"
9934 #: builtin/for-each-ref.c:12
9935 msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
9936 msgstr "git for-each-ref [(--merged | --no-merged) [<коммит>]]"
9938 #: builtin/for-each-ref.c:13
9939 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
9940 msgstr "git for-each-ref [--contains [<коммит>]] [--no-contains [<коммит>]]"
9942 #: builtin/for-each-ref.c:28
9943 msgid "quote placeholders suitably for shells"
9944 msgstr "выводить указатели места заполнения в подходящем формате для командного процессора"
9946 #: builtin/for-each-ref.c:30
9947 msgid "quote placeholders suitably for perl"
9948 msgstr "выводить указатели места заполнения в подходящем формате для perl"
9950 #: builtin/for-each-ref.c:32
9951 msgid "quote placeholders suitably for python"
9952 msgstr "выводить указатели места заполнения в подходящем формате для python"
9954 #: builtin/for-each-ref.c:34
9955 msgid "quote placeholders suitably for Tcl"
9956 msgstr "выводить указатели места заполнения в подходящем формате для Tcl"
9958 #: builtin/for-each-ref.c:37
9959 msgid "show only <n> matched refs"
9960 msgstr "показать только <n> совпадающих ссылок"
9962 #: builtin/for-each-ref.c:39 builtin/tag.c:422
9963 msgid "respect format colors"
9964 msgstr "использовать цвета из формата"
9966 #: builtin/for-each-ref.c:43
9967 msgid "print only refs which points at the given object"
9968 msgstr "вывод только ссылок, которые указывают на переданный объект"
9970 #: builtin/for-each-ref.c:45
9971 msgid "print only refs that are merged"
9972 msgstr "вывод только слитых ссылок"
9974 #: builtin/for-each-ref.c:46
9975 msgid "print only refs that are not merged"
9976 msgstr "вывод только не слитых ссылок"
9978 #: builtin/for-each-ref.c:47
9979 msgid "print only refs which contain the commit"
9980 msgstr "вывод только ссылок, которые содержат коммит"
9982 #: builtin/for-each-ref.c:48
9983 msgid "print only refs which don't contain the commit"
9984 msgstr "вывод только ссылок, которые не содержат коммит"
9986 #: builtin/fsck.c:574
9987 msgid "Checking object directories"
9988 msgstr "Проверка каталогов объектов"
9990 #: builtin/fsck.c:666
9991 msgid "git fsck [<options>] [<object>...]"
9992 msgstr "git fsck [<опции>] [<объект>…]"
9994 #: builtin/fsck.c:672
9995 msgid "show unreachable objects"
9996 msgstr "показать недоступные объекты"
9998 #: builtin/fsck.c:673
9999 msgid "show dangling objects"
10000 msgstr "показать объекты, на которые нет ссылок"
10002 #: builtin/fsck.c:674
10003 msgid "report tags"
10004 msgstr "вывести отчет по меткам"
10006 #: builtin/fsck.c:675
10007 msgid "report root nodes"
10008 msgstr "вывести отчет по корневым узлам"
10010 #: builtin/fsck.c:676
10011 msgid "make index objects head nodes"
10012 msgstr "воспринимать объекты в индексе как корневые узлы"
10014 #: builtin/fsck.c:677
10015 msgid "make reflogs head nodes (default)"
10016 msgstr "создать корневые узлы журналов ссылок (по умолчанию)"
10018 #: builtin/fsck.c:678
10019 msgid "also consider packs and alternate objects"
10020 msgstr "также проверять пакеты и альтернативные объекты"
10022 #: builtin/fsck.c:679
10023 msgid "check only connectivity"
10024 msgstr "только проверить соединение"
10026 #: builtin/fsck.c:680
10027 msgid "enable more strict checking"
10028 msgstr "использовать более строгую проверку"
10030 #: builtin/fsck.c:682
10031 msgid "write dangling objects in .git/lost-found"
10032 msgstr "записать объекты на которые нет ссылок в .git/lost-found"
10034 #: builtin/fsck.c:683 builtin/prune.c:110
10035 msgid "show progress"
10036 msgstr "показать прогресс выполнения"
10038 #: builtin/fsck.c:684
10039 msgid "show verbose names for reachable objects"
10040 msgstr "показать подробные имена для недоступных объектов"
10042 #: builtin/fsck.c:750
10043 msgid "Checking objects"
10044 msgstr "Проверка объектов"
10047 msgid "git gc [<options>]"
10048 msgstr "git gc [<опции>]"
10052 msgid "Failed to fstat %s: %s"
10053 msgstr "Не удалось выполнить fstat %s: %s"
10055 #: builtin/gc.c:455
10057 msgid "Can't stat %s"
10058 msgstr "Не удалось выполнить stat для %s"
10060 #: builtin/gc.c:464
10063 "The last gc run reported the following. Please correct the root cause\n"
10065 "Automatic cleanup will not be performed until the file is removed.\n"
10068 msgstr "Последний запуск gc сообщил следующее. Пожалуйста, исправьте ошибку и удалите %s.\nАвтоматическая очистка репозитория не будет производиться, пока этот файл не удалён.\n\n%s"
10070 #: builtin/gc.c:505
10071 msgid "prune unreferenced objects"
10072 msgstr "почистить объекты, на которые нет ссылок"
10074 #: builtin/gc.c:507
10075 msgid "be more thorough (increased runtime)"
10076 msgstr "проверять более внимательно (занимает больше времени)"
10078 #: builtin/gc.c:508
10079 msgid "enable auto-gc mode"
10080 msgstr "включить режим auto-gc"
10082 #: builtin/gc.c:511
10083 msgid "force running gc even if there may be another gc running"
10084 msgstr "принудительно запустить gc, даже есть другая копия gc уже запущена"
10086 #: builtin/gc.c:514
10087 msgid "repack all other packs except the largest pack"
10090 #: builtin/gc.c:531
10092 msgid "failed to parse gc.logexpiry value %s"
10095 #: builtin/gc.c:542
10097 msgid "failed to parse prune expiry value %s"
10100 #: builtin/gc.c:562
10102 msgid "Auto packing the repository in background for optimum performance.\n"
10103 msgstr "Автоматическая упаковка репозитория в фоне, для оптимальной производительности.\n"
10105 #: builtin/gc.c:564
10107 msgid "Auto packing the repository for optimum performance.\n"
10108 msgstr "Автоматическая упаковка репозитория, для оптимальной производительности.\n"
10110 #: builtin/gc.c:565
10112 msgid "See \"git help gc\" for manual housekeeping.\n"
10113 msgstr "Смотрите «git help gc» руководства по ручной очистке.\n"
10115 #: builtin/gc.c:601
10118 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
10119 msgstr "gc уже запущен на этом компьютере «%s» pid %<PRIuMAX> (если нет, используйте --force)"
10121 #: builtin/gc.c:652
10123 "There are too many unreachable loose objects; run 'git prune' to remove "
10125 msgstr "Имеется слишком много объектов, на которые нет ссылок; запустите «git prune» для их удаления."
10127 #: builtin/grep.c:28
10128 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
10129 msgstr "git grep [<опции>] [-e] <шаблон> [<редакция>…] [[--] <путь>…]"
10131 #: builtin/grep.c:226
10133 msgid "grep: failed to create thread: %s"
10134 msgstr "grep: сбой создания потока: %s"
10136 #: builtin/grep.c:284
10138 msgid "invalid number of threads specified (%d) for %s"
10139 msgstr "указано недопустимое количество потоков (%d) для %s"
10141 #. TRANSLATORS: %s is the configuration
10142 #. variable for tweaking threads, currently
10144 #: builtin/grep.c:293 builtin/index-pack.c:1536 builtin/index-pack.c:1728
10145 #: builtin/pack-objects.c:2639
10147 msgid "no threads support, ignoring %s"
10148 msgstr "нет поддержки потоков, игнорирование %s"
10150 #: builtin/grep.c:461 builtin/grep.c:582 builtin/grep.c:623
10152 msgid "unable to read tree (%s)"
10153 msgstr "не удалось прочитать дерево (%s)"
10155 #: builtin/grep.c:638
10157 msgid "unable to grep from object of type %s"
10158 msgstr "не удалось выполнить grep из объекта типа %s"
10160 #: builtin/grep.c:704
10162 msgid "switch `%c' expects a numerical value"
10163 msgstr "параметр «%c» ожидает числовое значение"
10165 #: builtin/grep.c:791
10166 msgid "search in index instead of in the work tree"
10167 msgstr "искать в индексе, а не в рабочем каталоге"
10169 #: builtin/grep.c:793
10170 msgid "find in contents not managed by git"
10171 msgstr "искать в содержимом не управляемым git"
10173 #: builtin/grep.c:795
10174 msgid "search in both tracked and untracked files"
10175 msgstr "искать и в отслеживаемых, и в неотслеживаемых файлах"
10177 #: builtin/grep.c:797
10178 msgid "ignore files specified via '.gitignore'"
10179 msgstr "игнорировать файлы указанные в «.gitignore»"
10181 #: builtin/grep.c:799
10182 msgid "recursively search in each submodule"
10183 msgstr "рекурсивный поиск по всем подмодулям"
10185 #: builtin/grep.c:802
10186 msgid "show non-matching lines"
10187 msgstr "искать в несовпадающих строках"
10189 #: builtin/grep.c:804
10190 msgid "case insensitive matching"
10191 msgstr "без учета регистра"
10193 #: builtin/grep.c:806
10194 msgid "match patterns only at word boundaries"
10195 msgstr "искать совпадения шаблона только на границах слов"
10197 #: builtin/grep.c:808
10198 msgid "process binary files as text"
10199 msgstr "обработка двоичных файлов как текста"
10201 #: builtin/grep.c:810
10202 msgid "don't match patterns in binary files"
10203 msgstr "не искать совпадения шаблона в двоичных файлах"
10205 #: builtin/grep.c:813
10206 msgid "process binary files with textconv filters"
10207 msgstr "обрабатываться двоичные файлы с помощью фильтров textconv"
10209 #: builtin/grep.c:815
10210 msgid "descend at most <depth> levels"
10211 msgstr "на глубине максиму <глубина> уровней"
10213 #: builtin/grep.c:819
10214 msgid "use extended POSIX regular expressions"
10215 msgstr "использовать расширенные регулярные выражения POSIX"
10217 #: builtin/grep.c:822
10218 msgid "use basic POSIX regular expressions (default)"
10219 msgstr "использовать базовые регулярные выражения POSIX (по умолчанию)"
10221 #: builtin/grep.c:825
10222 msgid "interpret patterns as fixed strings"
10223 msgstr "интерпретировать шаблоны как фиксированные строки"
10225 #: builtin/grep.c:828
10226 msgid "use Perl-compatible regular expressions"
10227 msgstr "использовать Perl-совместимые регулярные выражения"
10229 #: builtin/grep.c:831
10230 msgid "show line numbers"
10231 msgstr "вывести номера строк"
10233 #: builtin/grep.c:832
10234 msgid "show column number of first match"
10237 #: builtin/grep.c:833
10238 msgid "don't show filenames"
10239 msgstr "не выводить имена файлов"
10241 #: builtin/grep.c:834
10242 msgid "show filenames"
10243 msgstr "выводить имена файлов"
10245 #: builtin/grep.c:836
10246 msgid "show filenames relative to top directory"
10247 msgstr "выводить имена файлов относительно каталога репозитория"
10249 #: builtin/grep.c:838
10250 msgid "show only filenames instead of matching lines"
10251 msgstr "выводить только имена файлов, а не совпадающие строки"
10253 #: builtin/grep.c:840
10254 msgid "synonym for --files-with-matches"
10255 msgstr "синоним для --files-with-matches"
10257 #: builtin/grep.c:843
10258 msgid "show only the names of files without match"
10259 msgstr "выводить только несовпадающие имена файлов"
10261 #: builtin/grep.c:845
10262 msgid "print NUL after filenames"
10263 msgstr "выводить двоичный НОЛЬ после списка имен файлов"
10265 #: builtin/grep.c:848
10266 msgid "show only matching parts of a line"
10269 #: builtin/grep.c:850
10270 msgid "show the number of matches instead of matching lines"
10271 msgstr "выводить количество совпадений, а не совпадающие строки"
10273 #: builtin/grep.c:851
10274 msgid "highlight matches"
10275 msgstr "подсвечивать совпадения"
10277 #: builtin/grep.c:853
10278 msgid "print empty line between matches from different files"
10279 msgstr "выводить пустую строку после совпадений из разных файлов"
10281 #: builtin/grep.c:855
10282 msgid "show filename only once above matches from same file"
10283 msgstr "выводить имя файла только раз на несколько совпадений в одном файле"
10285 #: builtin/grep.c:858
10286 msgid "show <n> context lines before and after matches"
10287 msgstr "показать <n> строк контекста перед и после совпадения"
10289 #: builtin/grep.c:861
10290 msgid "show <n> context lines before matches"
10291 msgstr "показать <n> строк контекста перед совпадением"
10293 #: builtin/grep.c:863
10294 msgid "show <n> context lines after matches"
10295 msgstr "показать <n> строк контекста после совпадения"
10297 #: builtin/grep.c:865
10298 msgid "use <n> worker threads"
10299 msgstr "использовать <кол> рабочих потоков"
10301 #: builtin/grep.c:866
10302 msgid "shortcut for -C NUM"
10303 msgstr "тоже, что и -C КОЛИЧЕСТВО"
10305 #: builtin/grep.c:869
10306 msgid "show a line with the function name before matches"
10307 msgstr "показать строку с именем функции перед совпадением"
10309 #: builtin/grep.c:871
10310 msgid "show the surrounding function"
10311 msgstr "показать окружающую функцию"
10313 #: builtin/grep.c:874
10314 msgid "read patterns from file"
10315 msgstr "прочитать шаблоны из файла"
10317 #: builtin/grep.c:876
10318 msgid "match <pattern>"
10319 msgstr "поиск соответствий с <шаблоном>"
10321 #: builtin/grep.c:878
10322 msgid "combine patterns specified with -e"
10323 msgstr "объединить шаблоны указанные с помощью -e"
10325 #: builtin/grep.c:890
10326 msgid "indicate hit with exit status without output"
10327 msgstr "ничего не выводить, указать на совпадение с помощью кода выхода"
10329 #: builtin/grep.c:892
10330 msgid "show only matches from files that match all patterns"
10331 msgstr "показать только совпадения из файлов в которых совпадают все шаблоны"
10333 #: builtin/grep.c:894
10334 msgid "show parse tree for grep expression"
10335 msgstr "показать дерево разбора для выражения поиска"
10337 #: builtin/grep.c:898
10341 #: builtin/grep.c:898
10342 msgid "show matching files in the pager"
10343 msgstr "показать совпадающие файлы с помощью программы-пейджера"
10345 #: builtin/grep.c:902
10346 msgid "allow calling of grep(1) (ignored by this build)"
10347 msgstr "разрешить вызов grep(1) (игнорируется в этой сборке)"
10349 #: builtin/grep.c:966
10350 msgid "no pattern given"
10353 #: builtin/grep.c:1002
10354 msgid "--no-index or --untracked cannot be used with revs"
10355 msgstr "--no-index или --untracked нельзя использовать одновременно с указанием ревизии"
10357 #: builtin/grep.c:1009
10359 msgid "unable to resolve revision: %s"
10360 msgstr "не удалось определить редакцию: %s"
10362 #: builtin/grep.c:1044 builtin/index-pack.c:1532 builtin/pack-objects.c:2635
10364 msgid "invalid number of threads specified (%d)"
10365 msgstr "указано неправильное количество потоков (%d)"
10367 #: builtin/grep.c:1049 builtin/pack-objects.c:3289
10368 msgid "no threads support, ignoring --threads"
10369 msgstr "нет поддержки потоков, игнорирование --threads"
10371 #: builtin/grep.c:1073
10372 msgid "--open-files-in-pager only works on the worktree"
10373 msgstr "--open-files-in-pager работает только в рабочем каталоге"
10375 #: builtin/grep.c:1096
10376 msgid "option not supported with --recurse-submodules"
10379 #: builtin/grep.c:1102
10380 msgid "--cached or --untracked cannot be used with --no-index"
10383 #: builtin/grep.c:1108
10384 msgid "--[no-]exclude-standard cannot be used for tracked contents"
10387 #: builtin/grep.c:1116
10388 msgid "both --cached and trees are given"
10391 #: builtin/hash-object.c:84
10393 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
10395 msgstr "git hash-object [-t <тип>] [-w] [--path=<файл> | --no-filters] [--stdin] [--] <файл>…"
10397 #: builtin/hash-object.c:85
10398 msgid "git hash-object --stdin-paths"
10399 msgstr "git hash-object --stdin-paths"
10401 #: builtin/hash-object.c:97
10405 #: builtin/hash-object.c:97
10406 msgid "object type"
10407 msgstr "тип объекта"
10409 #: builtin/hash-object.c:98
10410 msgid "write the object into the object database"
10411 msgstr "запись объекта в базу данных объектов"
10413 #: builtin/hash-object.c:100
10414 msgid "read the object from stdin"
10415 msgstr "прочитать объект из стандартного ввода"
10417 #: builtin/hash-object.c:102
10418 msgid "store file as is without filters"
10419 msgstr "сохранить файл без использования фильтров"
10421 #: builtin/hash-object.c:103
10423 "just hash any random garbage to create corrupt objects for debugging Git"
10424 msgstr "хэшировать любой мусор и создавать поврежденные объекты для отладки Git"
10426 #: builtin/hash-object.c:104
10427 msgid "process file as it were from this path"
10428 msgstr "обработать файл так, будто он находится по указанному пути"
10430 #: builtin/help.c:46
10431 msgid "print all available commands"
10432 msgstr "вывести список всех доступных команд"
10434 #: builtin/help.c:47
10435 msgid "exclude guides"
10436 msgstr "исключить руководства"
10438 #: builtin/help.c:48
10439 msgid "print list of useful guides"
10440 msgstr "вывести список полезных руководств"
10442 #: builtin/help.c:49
10443 msgid "print all configuration variable names"
10446 #: builtin/help.c:51
10447 msgid "show man page"
10448 msgstr "открыть руководство в формате man"
10450 #: builtin/help.c:52
10451 msgid "show manual in web browser"
10452 msgstr "открыть руководство в веб-браузере"
10454 #: builtin/help.c:54
10455 msgid "show info page"
10456 msgstr "открыть руководство в формате info"
10458 #: builtin/help.c:56
10459 msgid "print command description"
10462 #: builtin/help.c:61
10463 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
10464 msgstr "git help [--all] [--guides] [--man | --web | --info] [<команда>]"
10466 #: builtin/help.c:73
10468 msgid "unrecognized help format '%s'"
10469 msgstr "неопознанный формат руководства «%s»"
10471 #: builtin/help.c:100
10472 msgid "Failed to start emacsclient."
10473 msgstr "Сбой при запуске emacsclient."
10475 #: builtin/help.c:113
10476 msgid "Failed to parse emacsclient version."
10477 msgstr "Сбой при определении версии emacsclient."
10479 #: builtin/help.c:121
10481 msgid "emacsclient version '%d' too old (< 22)."
10482 msgstr "версия emacsclient «%d» слишком старая (< 22)."
10484 #: builtin/help.c:139 builtin/help.c:161 builtin/help.c:171 builtin/help.c:179
10486 msgid "failed to exec '%s'"
10487 msgstr "сбой при запуске «%s»"
10489 #: builtin/help.c:217
10492 "'%s': path for unsupported man viewer.\n"
10493 "Please consider using 'man.<tool>.cmd' instead."
10494 msgstr "«%s»: путь для неподдерживаемой программы просмотра man.\nВместо этого используйте «man.<программа>.cmd»."
10496 #: builtin/help.c:229
10499 "'%s': cmd for supported man viewer.\n"
10500 "Please consider using 'man.<tool>.path' instead."
10501 msgstr "«%s»: команда для неподдерживаемой программы просмотра man.\nВместо этого используйте «man.<программа>.path»."
10503 #: builtin/help.c:346
10505 msgid "'%s': unknown man viewer."
10506 msgstr "«%s»: неизвестная программа просмотра man."
10508 #: builtin/help.c:363
10509 msgid "no man viewer handled the request"
10510 msgstr "программа просмотра man не обработала запрос"
10512 #: builtin/help.c:371
10513 msgid "no info viewer handled the request"
10514 msgstr "программа просмотра info не обработала запрос"
10516 #: builtin/help.c:418
10518 msgid "'%s' is aliased to '%s'"
10519 msgstr "«%s» — это сокращение для «%s»"
10521 #: builtin/help.c:445 builtin/help.c:475
10523 msgid "usage: %s%s"
10524 msgstr "использование: %s%s"
10526 #: builtin/help.c:459
10527 msgid "'git help config' for more information"
10530 #: builtin/index-pack.c:208
10532 msgid "object type mismatch at %s"
10533 msgstr "несоответствие типа объекта на %s"
10535 #: builtin/index-pack.c:228
10537 msgid "did not receive expected object %s"
10538 msgstr "ожидаемый объект не получен на %s"
10540 #: builtin/index-pack.c:231
10542 msgid "object %s: expected type %s, found %s"
10543 msgstr "объект %s: ожидаемый тип %s, получен %s"
10545 #: builtin/index-pack.c:273
10547 msgid "cannot fill %d byte"
10548 msgid_plural "cannot fill %d bytes"
10549 msgstr[0] "не удалось заполнить %d байт"
10550 msgstr[1] "не удалось заполнить %d байта"
10551 msgstr[2] "не удалось заполнить %d байтов"
10552 msgstr[3] "не удалось заполнить %d байтов"
10554 #: builtin/index-pack.c:283
10556 msgstr "неожиданный конец файла"
10558 #: builtin/index-pack.c:284
10559 msgid "read error on input"
10560 msgstr "ошибка чтения ввода"
10562 #: builtin/index-pack.c:296
10563 msgid "used more bytes than were available"
10564 msgstr "использовано больше байт, чем было доступно"
10566 #: builtin/index-pack.c:303 builtin/pack-objects.c:590
10567 msgid "pack too large for current definition of off_t"
10568 msgstr "пакет слишком большой для текущего определения off_t"
10570 #: builtin/index-pack.c:306 builtin/unpack-objects.c:94
10571 msgid "pack exceeds maximum allowed size"
10572 msgstr "размер пакета превышает максимальный допустимый"
10574 #: builtin/index-pack.c:321
10576 msgid "unable to create '%s'"
10577 msgstr "не удалось создать «%s»"
10579 #: builtin/index-pack.c:327
10581 msgid "cannot open packfile '%s'"
10582 msgstr "не удалось открыть файл пакета «%s»"
10584 #: builtin/index-pack.c:341
10585 msgid "pack signature mismatch"
10586 msgstr "несоответствие подписи пакета"
10588 #: builtin/index-pack.c:343
10590 msgid "pack version %<PRIu32> unsupported"
10591 msgstr "версия пакета %<PRIu32> не поддерживается"
10593 #: builtin/index-pack.c:361
10595 msgid "pack has bad object at offset %<PRIuMAX>: %s"
10596 msgstr "пакет содержит плохой объект по смещению %<PRIuMAX>: %s"
10598 #: builtin/index-pack.c:482
10600 msgid "inflate returned %d"
10601 msgstr "программа сжатия вернула %d"
10603 #: builtin/index-pack.c:531
10604 msgid "offset value overflow for delta base object"
10605 msgstr "переполнение значения смещения у базового объекта дельты"
10607 #: builtin/index-pack.c:539
10608 msgid "delta base offset is out of bound"
10609 msgstr "смещение базовой дельты вышло за допустимые пределы"
10611 #: builtin/index-pack.c:547
10613 msgid "unknown object type %d"
10614 msgstr "неизвестный тип объекта %d"
10616 #: builtin/index-pack.c:578
10617 msgid "cannot pread pack file"
10618 msgstr "не удалось выполнить pread для файла пакета"
10620 #: builtin/index-pack.c:580
10622 msgid "premature end of pack file, %<PRIuMAX> byte missing"
10623 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
10624 msgstr[0] "преждевременное окончание файла пакета, %<PRIuMAX> байт отсутствует"
10625 msgstr[1] "преждевременное окончание файла пакета, %<PRIuMAX> байта отсутствует"
10626 msgstr[2] "преждевременное окончание файла пакета, %<PRIuMAX> байтов отсутствует"
10627 msgstr[3] "преждевременное окончание файла пакета, %<PRIuMAX> байтов отсутствует"
10629 #: builtin/index-pack.c:606
10630 msgid "serious inflate inconsistency"
10631 msgstr "серьезное несоответствие при распаковке"
10633 #: builtin/index-pack.c:751 builtin/index-pack.c:757 builtin/index-pack.c:780
10634 #: builtin/index-pack.c:819 builtin/index-pack.c:828
10636 msgid "SHA1 COLLISION FOUND WITH %s !"
10637 msgstr "НАЙДЕНА КОЛЛИЗИЯ SHA1 С %s !"
10639 #: builtin/index-pack.c:754 builtin/pack-objects.c:143
10640 #: builtin/pack-objects.c:203 builtin/pack-objects.c:297
10642 msgid "unable to read %s"
10643 msgstr "не удалось прочитать %s"
10645 #: builtin/index-pack.c:817
10647 msgid "cannot read existing object info %s"
10648 msgstr "не удалось прочитать информацию существующего объекта %s"
10650 #: builtin/index-pack.c:825
10652 msgid "cannot read existing object %s"
10653 msgstr "не удалось прочитать существующий объект %s"
10655 #: builtin/index-pack.c:839
10657 msgid "invalid blob object %s"
10658 msgstr "неправильный файл двоичного объекта %s"
10660 #: builtin/index-pack.c:842 builtin/index-pack.c:861
10661 msgid "fsck error in packed object"
10664 #: builtin/index-pack.c:858
10667 msgstr "неправильный %s"
10669 #: builtin/index-pack.c:863
10671 msgid "Not all child objects of %s are reachable"
10672 msgstr "Не все дочерние объекты %s достижимы"
10674 #: builtin/index-pack.c:935 builtin/index-pack.c:966
10675 msgid "failed to apply delta"
10676 msgstr "сбой при применении дельты"
10678 #: builtin/index-pack.c:1136
10679 msgid "Receiving objects"
10680 msgstr "Получение объектов"
10682 #: builtin/index-pack.c:1136
10683 msgid "Indexing objects"
10684 msgstr "Индексирование объектов"
10686 #: builtin/index-pack.c:1170
10687 msgid "pack is corrupted (SHA1 mismatch)"
10688 msgstr "пакет поврежден (несоответствие SHA1)"
10690 #: builtin/index-pack.c:1175
10691 msgid "cannot fstat packfile"
10692 msgstr "не удалось выполнить fstat для файла пакета"
10694 #: builtin/index-pack.c:1178
10695 msgid "pack has junk at the end"
10696 msgstr "файл пакета содержит мусор в конце"
10698 #: builtin/index-pack.c:1190
10699 msgid "confusion beyond insanity in parse_pack_objects()"
10700 msgstr "безумная путаница в parse_pack_objects()"
10702 #: builtin/index-pack.c:1213
10703 msgid "Resolving deltas"
10704 msgstr "Определение изменений"
10706 #: builtin/index-pack.c:1224 builtin/pack-objects.c:2410
10708 msgid "unable to create thread: %s"
10709 msgstr "не удалось создать поток: %s"
10711 #: builtin/index-pack.c:1266
10712 msgid "confusion beyond insanity"
10713 msgstr "безумная путаница"
10715 #: builtin/index-pack.c:1272
10717 msgid "completed with %d local object"
10718 msgid_plural "completed with %d local objects"
10719 msgstr[0] "завершено с %d локальным объектом"
10720 msgstr[1] "завершено с %d локальными объектами"
10721 msgstr[2] "завершено с %d локальными объектами"
10722 msgstr[3] "завершено с %d локальными объектами"
10724 #: builtin/index-pack.c:1284
10726 msgid "Unexpected tail checksum for %s (disk corruption?)"
10727 msgstr "Неожиданная контрольная сумма в конце %s (диск поврежден?)"
10729 #: builtin/index-pack.c:1288
10731 msgid "pack has %d unresolved delta"
10732 msgid_plural "pack has %d unresolved deltas"
10733 msgstr[0] "пакет содержит %d неразрешенную дельту"
10734 msgstr[1] "пакет содержит %d неразрешенные дельты"
10735 msgstr[2] "пакет содержит %d неразрешенных дельт"
10736 msgstr[3] "пакет содержит %d неразрешенных дельт"
10738 #: builtin/index-pack.c:1312
10740 msgid "unable to deflate appended object (%d)"
10741 msgstr "нельзя сжать присоединенный объект (%d)"
10743 #: builtin/index-pack.c:1389
10745 msgid "local object %s is corrupt"
10746 msgstr "локальный объект %s поврежден"
10748 #: builtin/index-pack.c:1403
10750 msgid "packfile name '%s' does not end with '.pack'"
10751 msgstr "имя пакета «%s» не оканчивается на «.pack»"
10753 #: builtin/index-pack.c:1428
10755 msgid "cannot write %s file '%s'"
10758 #: builtin/index-pack.c:1436
10760 msgid "cannot close written %s file '%s'"
10763 #: builtin/index-pack.c:1460
10764 msgid "error while closing pack file"
10765 msgstr "ошибка при закрытии файла пакета"
10767 #: builtin/index-pack.c:1474
10768 msgid "cannot store pack file"
10769 msgstr "не удалось сохранить файл пакета"
10771 #: builtin/index-pack.c:1482
10772 msgid "cannot store index file"
10773 msgstr "не удалось сохранить файл индекса"
10775 #: builtin/index-pack.c:1526 builtin/pack-objects.c:2648
10777 msgid "bad pack.indexversion=%<PRIu32>"
10778 msgstr "плохой pack.indexversion=%<PRIu32>"
10780 #: builtin/index-pack.c:1595
10782 msgid "Cannot open existing pack file '%s'"
10783 msgstr "Не удалось открыть существующий файл пакета «%s»"
10785 #: builtin/index-pack.c:1597
10787 msgid "Cannot open existing pack idx file for '%s'"
10788 msgstr "Не удалось открыть существующий файл индекса для «%s»"
10790 #: builtin/index-pack.c:1645
10792 msgid "non delta: %d object"
10793 msgid_plural "non delta: %d objects"
10794 msgstr[0] "не дельты: %d объект"
10795 msgstr[1] "не дельты: %d объекта"
10796 msgstr[2] "не дельты: %d объектов"
10797 msgstr[3] "не дельты: %d объектов"
10799 #: builtin/index-pack.c:1652
10801 msgid "chain length = %d: %lu object"
10802 msgid_plural "chain length = %d: %lu objects"
10803 msgstr[0] "длина цепочки = %d: %lu объект"
10804 msgstr[1] "длина цепочки = %d: %lu объекта"
10805 msgstr[2] "длина цепочки = %d: %lu объектов"
10806 msgstr[3] "длина цепочки = %d: %lu объектов"
10808 #: builtin/index-pack.c:1689
10809 msgid "Cannot come back to cwd"
10810 msgstr "Не удалось вернуться в текущий рабочий каталог"
10812 #: builtin/index-pack.c:1740 builtin/index-pack.c:1743
10813 #: builtin/index-pack.c:1759 builtin/index-pack.c:1763
10818 #: builtin/index-pack.c:1779
10819 msgid "--fix-thin cannot be used without --stdin"
10820 msgstr "--fix-thin нельзя использовать без --stdin"
10822 #: builtin/index-pack.c:1781
10823 msgid "--stdin requires a git repository"
10824 msgstr "опция --stdin требует наличия репозитория git"
10826 #: builtin/index-pack.c:1787
10827 msgid "--verify with no packfile name given"
10828 msgstr "--verify без указания имени файла пакета"
10830 #: builtin/index-pack.c:1837 builtin/unpack-objects.c:580
10831 msgid "fsck error in pack objects"
10834 #: builtin/init-db.c:55
10836 msgid "cannot stat '%s'"
10837 msgstr "не удалось выполнить stat для «%s»"
10839 #: builtin/init-db.c:61
10841 msgid "cannot stat template '%s'"
10842 msgstr "не удалось выполнить stat для шаблона «%s»"
10844 #: builtin/init-db.c:66
10846 msgid "cannot opendir '%s'"
10847 msgstr "не удалось выполнить opendir для «%s»"
10849 #: builtin/init-db.c:78
10851 msgid "cannot readlink '%s'"
10852 msgstr "не удалось выполнить readlink для «%s»"
10854 #: builtin/init-db.c:80
10856 msgid "cannot symlink '%s' '%s'"
10857 msgstr "не удалось создать символьную ссылку «%s» на «%s»"
10859 #: builtin/init-db.c:86
10861 msgid "cannot copy '%s' to '%s'"
10862 msgstr "не удалось скопировать файл «%s» в «%s»"
10864 #: builtin/init-db.c:90
10866 msgid "ignoring template %s"
10867 msgstr "игнорирование шаблона %s"
10869 #: builtin/init-db.c:121
10871 msgid "templates not found in %s"
10874 #: builtin/init-db.c:136
10876 msgid "not copying templates from '%s': %s"
10877 msgstr "не копирую шаблоны из «%s»: %s"
10879 #: builtin/init-db.c:329
10881 msgid "unable to handle file type %d"
10882 msgstr "не удается обработать файл типа %d"
10884 #: builtin/init-db.c:332
10886 msgid "unable to move %s to %s"
10887 msgstr "не удается переместить файл %s в %s"
10889 #: builtin/init-db.c:349 builtin/init-db.c:352
10891 msgid "%s already exists"
10892 msgstr "%s уже существует"
10894 #: builtin/init-db.c:405
10896 msgid "Reinitialized existing shared Git repository in %s%s\n"
10897 msgstr "Переинициализирован существующий общий репозиторий Git в %s%s\n"
10899 #: builtin/init-db.c:406
10901 msgid "Reinitialized existing Git repository in %s%s\n"
10902 msgstr "Переинициализирован существующий репозиторий Git в %s%s\n"
10904 #: builtin/init-db.c:410
10906 msgid "Initialized empty shared Git repository in %s%s\n"
10907 msgstr "Инициализирован пустой общий репозиторий Git в %s%s\n"
10909 #: builtin/init-db.c:411
10911 msgid "Initialized empty Git repository in %s%s\n"
10912 msgstr "Инициализирован пустой репозиторий Git в %s%s\n"
10914 #: builtin/init-db.c:459
10916 "git init [-q | --quiet] [--bare] [--template=<template-directory>] "
10917 "[--shared[=<permissions>]] [<directory>]"
10918 msgstr "git init [-q | --quiet] [--bare] [--template=<каталог-шаблонов>] [--shared[=<права-доступа>]] [<каталог>]"
10920 #: builtin/init-db.c:482
10921 msgid "permissions"
10922 msgstr "права-доступа"
10924 #: builtin/init-db.c:483
10925 msgid "specify that the git repository is to be shared amongst several users"
10926 msgstr "укажите, если репозиторий git будет использоваться несколькими пользователями"
10928 #: builtin/init-db.c:517 builtin/init-db.c:522
10930 msgid "cannot mkdir %s"
10931 msgstr "не удалось выполнить mkdir %s"
10933 #: builtin/init-db.c:526
10935 msgid "cannot chdir to %s"
10936 msgstr "не удалось выполнить chdir в %s"
10938 #: builtin/init-db.c:547
10941 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
10943 msgstr "%s (или --work-tree=<каталог>) нельзя использовать без указания %s (или --git-dir=<каталог>)"
10945 #: builtin/init-db.c:575
10947 msgid "Cannot access work tree '%s'"
10948 msgstr "Не удалось получить доступ к рабочему каталогу «%s»"
10950 #: builtin/interpret-trailers.c:15
10952 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
10953 "<token>[(=|:)<value>])...] [<file>...]"
10954 msgstr "git interpret-trailers [--in-place] [--trim-empty] [(--trailer <ключ>[(=|:)<значение>])…] [<файл>…]"
10956 #: builtin/interpret-trailers.c:92
10957 msgid "edit files in place"
10958 msgstr "редактировать файлы на месте"
10960 #: builtin/interpret-trailers.c:93
10961 msgid "trim empty trailers"
10962 msgstr "удалять пустые завершители"
10964 #: builtin/interpret-trailers.c:96
10965 msgid "where to place the new trailer"
10966 msgstr "где поместить новый завершитель"
10968 #: builtin/interpret-trailers.c:98
10969 msgid "action if trailer already exists"
10970 msgstr "действие, если завершитель уже существует"
10972 #: builtin/interpret-trailers.c:100
10973 msgid "action if trailer is missing"
10974 msgstr "действие, если завершитель не существует"
10976 #: builtin/interpret-trailers.c:102
10977 msgid "output only the trailers"
10978 msgstr "вывести только завершители"
10980 #: builtin/interpret-trailers.c:103
10981 msgid "do not apply config rules"
10982 msgstr "не применять правила из файла конфигурации"
10984 #: builtin/interpret-trailers.c:104
10985 msgid "join whitespace-continued values"
10986 msgstr "объединить значения разделенные пробелом"
10988 #: builtin/interpret-trailers.c:105
10989 msgid "set parsing options"
10990 msgstr "указание опций разбора"
10992 #: builtin/interpret-trailers.c:107
10994 msgstr "завершитель"
10996 #: builtin/interpret-trailers.c:108
10997 msgid "trailer(s) to add"
10998 msgstr "завершители для добавления"
11000 #: builtin/interpret-trailers.c:117
11001 msgid "--trailer with --only-input does not make sense"
11002 msgstr "--trailer одновременно с --only-input не имеет смысла"
11004 #: builtin/interpret-trailers.c:127
11005 msgid "no input file given for in-place editing"
11006 msgstr "ничего не передано, для редактирования файлов на месте"
11008 #: builtin/log.c:51
11009 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
11010 msgstr "git log [<опции>] [<диапазон-редакций>] [[--] <путь>…]"
11012 #: builtin/log.c:52
11013 msgid "git show [<options>] <object>..."
11014 msgstr "git show [<опции>] <объект>…"
11016 #: builtin/log.c:96
11018 msgid "invalid --decorate option: %s"
11019 msgstr "неправильный параметр для --decorate: %s"
11021 #: builtin/log.c:157
11022 msgid "suppress diff output"
11023 msgstr "не выводить различия"
11025 #: builtin/log.c:158
11026 msgid "show source"
11027 msgstr "показать источник"
11029 #: builtin/log.c:159
11030 msgid "Use mail map file"
11031 msgstr "Использовать файл соответствия почтовых адресов"
11033 #: builtin/log.c:161
11034 msgid "only decorate refs that match <pattern>"
11035 msgstr "декорировать только ссылки соответствующие <шаблону>"
11037 #: builtin/log.c:163
11038 msgid "do not decorate refs that match <pattern>"
11039 msgstr "не декорировать ссылки соответствующие <шаблону>"
11041 #: builtin/log.c:164
11042 msgid "decorate options"
11043 msgstr "опции формата вывода ссылок"
11045 #: builtin/log.c:167
11046 msgid "Process line range n,m in file, counting from 1"
11047 msgstr "Обработать диапазон строк n,m из файла, начиная с 1"
11049 #: builtin/log.c:265
11051 msgid "Final output: %d %s\n"
11052 msgstr "Финальный вывод: %d %s\n"
11054 #: builtin/log.c:516
11056 msgid "git show %s: bad file"
11057 msgstr "git show %s: плохой файл"
11059 #: builtin/log.c:531 builtin/log.c:625
11061 msgid "Could not read object %s"
11062 msgstr "Не удалось прочитать объект %s"
11064 #: builtin/log.c:649
11066 msgid "Unknown type: %d"
11067 msgstr "Неизвестный тип объекта: %d"
11069 #: builtin/log.c:770
11070 msgid "format.headers without value"
11071 msgstr "в format.headers не указано значение"
11073 #: builtin/log.c:871
11074 msgid "name of output directory is too long"
11075 msgstr "слишком длинное имя выходного каталога"
11077 #: builtin/log.c:887
11079 msgid "Cannot open patch file %s"
11080 msgstr "Ну удалось открыть файл изменений %s"
11082 #: builtin/log.c:904
11083 msgid "Need exactly one range."
11084 msgstr "Нужен только один диапазон."
11086 #: builtin/log.c:914
11087 msgid "Not a range."
11088 msgstr "Не является диапазоном."
11090 #: builtin/log.c:1020
11091 msgid "Cover letter needs email format"
11092 msgstr "Сопроводительное письмо должно быть в формате электронной почты"
11094 #: builtin/log.c:1101
11096 msgid "insane in-reply-to: %s"
11097 msgstr "ошибка в поле in-reply-to: %s"
11099 #: builtin/log.c:1128
11100 msgid "git format-patch [<options>] [<since> | <revision-range>]"
11101 msgstr "git format-patch [<опции>] [<начиная-с> | <диапазон-редакций>]"
11103 #: builtin/log.c:1178
11104 msgid "Two output directories?"
11105 msgstr "Два выходных каталога?"
11107 #: builtin/log.c:1285 builtin/log.c:1945 builtin/log.c:1947 builtin/log.c:1959
11109 msgid "Unknown commit %s"
11110 msgstr "Неизвестный коммит %s"
11112 #: builtin/log.c:1295 builtin/notes.c:889 builtin/tag.c:524
11114 msgid "Failed to resolve '%s' as a valid ref."
11115 msgstr "Не удалось разрешить «%s» как ссылку."
11117 #: builtin/log.c:1300
11118 msgid "Could not find exact merge base."
11119 msgstr "Не удалось найти точную базу слияния."
11121 #: builtin/log.c:1304
11123 "Failed to get upstream, if you want to record base commit automatically,\n"
11124 "please use git branch --set-upstream-to to track a remote branch.\n"
11125 "Or you could specify base commit by --base=<base-commit-id> manually."
11126 msgstr "Не удалось получить вышестоящую ветку. Если вы хотите записать базовый коммит автомитически, то используйте git branch --set-upstream-to для отслеживания внешней ветки.\nИли же вы можете указать базовый коммит указанием --base=<идентификатор-базового-коммита> вручную."
11128 #: builtin/log.c:1324
11129 msgid "Failed to find exact merge base"
11130 msgstr "Не удалось найти точную базу слияния"
11132 #: builtin/log.c:1335
11133 msgid "base commit should be the ancestor of revision list"
11134 msgstr "базовый коммит должен быть предком списка редакций"
11136 #: builtin/log.c:1339
11137 msgid "base commit shouldn't be in revision list"
11138 msgstr "базовый коммит не должен быть в списке редакций"
11140 #: builtin/log.c:1392
11141 msgid "cannot get patch id"
11142 msgstr "не удалось получить идентификатор патча"
11144 #: builtin/log.c:1452
11145 msgid "use [PATCH n/m] even with a single patch"
11146 msgstr "выводить [PATCH n/m] даже когда один патч"
11148 #: builtin/log.c:1455
11149 msgid "use [PATCH] even with multiple patches"
11150 msgstr "выводить [PATCH] даже когда несколько патчей"
11152 #: builtin/log.c:1459
11153 msgid "print patches to standard out"
11154 msgstr "выводить патчи на стандартный вывод"
11156 #: builtin/log.c:1461
11157 msgid "generate a cover letter"
11158 msgstr "создать сопроводительное письмо"
11160 #: builtin/log.c:1463
11161 msgid "use simple number sequence for output file names"
11162 msgstr "использовать простую последовательность чисел для имен выходных файлов"
11164 #: builtin/log.c:1464
11168 #: builtin/log.c:1465
11169 msgid "use <sfx> instead of '.patch'"
11170 msgstr "использовать суффикс <суффикс> вместо «.patch»"
11172 #: builtin/log.c:1467
11173 msgid "start numbering patches at <n> instead of 1"
11174 msgstr "начать нумерацию патчей с <n>, а не с 1"
11176 #: builtin/log.c:1469
11177 msgid "mark the series as Nth re-roll"
11178 msgstr "пометить серию как энную попытку"
11180 #: builtin/log.c:1471
11181 msgid "Use [RFC PATCH] instead of [PATCH]"
11182 msgstr "Использовать [RFC PATCH] вместо [PATCH]"
11184 #: builtin/log.c:1474
11185 msgid "Use [<prefix>] instead of [PATCH]"
11186 msgstr "Использовать [<префикс>] вместо [PATCH]"
11188 #: builtin/log.c:1477
11189 msgid "store resulting files in <dir>"
11190 msgstr "сохранить результирующие файлы в <каталог>"
11192 #: builtin/log.c:1480
11193 msgid "don't strip/add [PATCH]"
11194 msgstr "не обрезать/добавлять [PATCH]"
11196 #: builtin/log.c:1483
11197 msgid "don't output binary diffs"
11198 msgstr "не выводить двоичные различия"
11200 #: builtin/log.c:1485
11201 msgid "output all-zero hash in From header"
11202 msgstr "выводить нулевую хэш-сумму в заголовке From"
11204 #: builtin/log.c:1487
11205 msgid "don't include a patch matching a commit upstream"
11206 msgstr "не включать патч, если коммит уже есть в вышестоящей ветке"
11208 #: builtin/log.c:1489
11209 msgid "show patch format instead of default (patch + stat)"
11210 msgstr "выводить в формате патча, а не в стандартном (патч + статистика)"
11212 #: builtin/log.c:1491
11214 msgstr "Передача сообщений"
11216 #: builtin/log.c:1492
11220 #: builtin/log.c:1493
11221 msgid "add email header"
11222 msgstr "добавить заголовок сообщения"
11224 #: builtin/log.c:1494 builtin/log.c:1496
11228 #: builtin/log.c:1494
11229 msgid "add To: header"
11230 msgstr "добавить заголовок To:"
11232 #: builtin/log.c:1496
11233 msgid "add Cc: header"
11234 msgstr "добавить заголовок Cc:"
11236 #: builtin/log.c:1498
11238 msgstr "идентификатор"
11240 #: builtin/log.c:1499
11241 msgid "set From address to <ident> (or committer ident if absent)"
11242 msgstr "установить адрес отправителя на <идентификатор> (или на идентификатор коммитера, если отсутствует)"
11244 #: builtin/log.c:1501
11246 msgstr "идентификатор-сообщения"
11248 #: builtin/log.c:1502
11249 msgid "make first mail a reply to <message-id>"
11250 msgstr "сделать первое письмо ответом на <идентификатор-сообщения>"
11252 #: builtin/log.c:1503 builtin/log.c:1506
11256 #: builtin/log.c:1504
11257 msgid "attach the patch"
11258 msgstr "приложить патч"
11260 #: builtin/log.c:1507
11261 msgid "inline the patch"
11262 msgstr "включить патч в текст письма"
11264 #: builtin/log.c:1511
11265 msgid "enable message threading, styles: shallow, deep"
11266 msgstr "включить в письмах иерархичность, стили: shallow (частичную), deep (глубокую)"
11268 #: builtin/log.c:1513
11272 #: builtin/log.c:1514
11273 msgid "add a signature"
11274 msgstr "добавить подпись"
11276 #: builtin/log.c:1515
11277 msgid "base-commit"
11278 msgstr "базовый коммит"
11280 #: builtin/log.c:1516
11281 msgid "add prerequisite tree info to the patch series"
11282 msgstr "добавить информацию о требовании дерева к серии патчей"
11284 #: builtin/log.c:1518
11285 msgid "add a signature from a file"
11286 msgstr "добавить подпись из файла"
11288 #: builtin/log.c:1519
11289 msgid "don't print the patch filenames"
11290 msgstr "не выводить имена файлов патчей"
11292 #: builtin/log.c:1521
11293 msgid "show progress while generating patches"
11294 msgstr "показать прогресс выполнения во создания патчей"
11296 #: builtin/log.c:1596
11298 msgid "invalid ident line: %s"
11299 msgstr "неправильная строка идентификации: %s"
11301 #: builtin/log.c:1611
11302 msgid "-n and -k are mutually exclusive"
11305 #: builtin/log.c:1613
11306 msgid "--subject-prefix/--rfc and -k are mutually exclusive"
11309 #: builtin/log.c:1621
11310 msgid "--name-only does not make sense"
11311 msgstr "--name-only не имеет смысла"
11313 #: builtin/log.c:1623
11314 msgid "--name-status does not make sense"
11315 msgstr "--name-status не имеет смысла"
11317 #: builtin/log.c:1625
11318 msgid "--check does not make sense"
11319 msgstr "--check не имеет смысла"
11321 #: builtin/log.c:1657
11322 msgid "standard output, or directory, which one?"
11323 msgstr "стандартный вывод или каталог?"
11325 #: builtin/log.c:1659
11327 msgid "Could not create directory '%s'"
11328 msgstr "Не удалось создать каталог «%s»"
11330 #: builtin/log.c:1752
11332 msgid "unable to read signature file '%s'"
11333 msgstr "не удалось прочитать файл подписи «%s»"
11335 #: builtin/log.c:1785
11336 msgid "Generating patches"
11337 msgstr "Создание патчей"
11339 #: builtin/log.c:1829
11340 msgid "Failed to create output files"
11341 msgstr "Сбой при создании выходных файлов"
11343 #: builtin/log.c:1880
11344 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
11345 msgstr "git cherry [-v] [<вышестоящая-ветка> [<голова> [<ограничение>]]]"
11347 #: builtin/log.c:1934
11350 "Could not find a tracked remote branch, please specify <upstream> "
11352 msgstr "Не удалось найти отслеживаемую внешнюю ветку, укажите <вышестоящую-ветку> вручную.\n"
11354 #: builtin/ls-files.c:469
11355 msgid "git ls-files [<options>] [<file>...]"
11356 msgstr "git ls-files [<опции>] [<файл>…]"
11358 #: builtin/ls-files.c:518
11359 msgid "identify the file status with tags"
11360 msgstr "выводить имена файлов с метками"
11362 #: builtin/ls-files.c:520
11363 msgid "use lowercase letters for 'assume unchanged' files"
11364 msgstr "использовать символы в нижнем регистре для «предположительно без изменений» файлов"
11366 #: builtin/ls-files.c:522
11367 msgid "use lowercase letters for 'fsmonitor clean' files"
11368 msgstr "использовать символы нижнего регистра для файлов «fsmonitor clean»"
11370 #: builtin/ls-files.c:524
11371 msgid "show cached files in the output (default)"
11372 msgstr "показывать кэшированные файлы при выводе (по умолчанию)"
11374 #: builtin/ls-files.c:526
11375 msgid "show deleted files in the output"
11376 msgstr "показывать удаленные файлы при выводе"
11378 #: builtin/ls-files.c:528
11379 msgid "show modified files in the output"
11380 msgstr "показывать измененные файлы при выводе"
11382 #: builtin/ls-files.c:530
11383 msgid "show other files in the output"
11384 msgstr "показывать другие файлы при выводе"
11386 #: builtin/ls-files.c:532
11387 msgid "show ignored files in the output"
11388 msgstr "показывать игнорируемые файлы при выводе"
11390 #: builtin/ls-files.c:535
11391 msgid "show staged contents' object name in the output"
11392 msgstr "показывать имя индексированного объекта на выводе"
11394 #: builtin/ls-files.c:537
11395 msgid "show files on the filesystem that need to be removed"
11396 msgstr "показывать файлы в файловой системе, которые должны быть удалены"
11398 #: builtin/ls-files.c:539
11399 msgid "show 'other' directories' names only"
11400 msgstr "показывать только имена у «других» каталогов"
11402 #: builtin/ls-files.c:541
11403 msgid "show line endings of files"
11404 msgstr "показать концы строк файлов"
11406 #: builtin/ls-files.c:543
11407 msgid "don't show empty directories"
11408 msgstr "не показывать пустые каталоги"
11410 #: builtin/ls-files.c:546
11411 msgid "show unmerged files in the output"
11412 msgstr "показывать не слитые файлы на выводе"
11414 #: builtin/ls-files.c:548
11415 msgid "show resolve-undo information"
11416 msgstr "показывать информации о разрешении конфликтов и отмене"
11418 #: builtin/ls-files.c:550
11419 msgid "skip files matching pattern"
11420 msgstr "пропустить файлы, соответствующие шаблону"
11422 #: builtin/ls-files.c:553
11423 msgid "exclude patterns are read from <file>"
11424 msgstr "прочитать шаблоны исключения из <файл>"
11426 #: builtin/ls-files.c:556
11427 msgid "read additional per-directory exclude patterns in <file>"
11428 msgstr "прочитать дополнительные покаталожные шаблоны исключения из <файл>"
11430 #: builtin/ls-files.c:558
11431 msgid "add the standard git exclusions"
11432 msgstr "добавить стандартные исключения git"
11434 #: builtin/ls-files.c:561
11435 msgid "make the output relative to the project top directory"
11436 msgstr "выводить пути относительно корневого каталога проекта"
11438 #: builtin/ls-files.c:564
11439 msgid "recurse through submodules"
11440 msgstr "рекурсивно по подмодулям"
11442 #: builtin/ls-files.c:566
11443 msgid "if any <file> is not in the index, treat this as an error"
11444 msgstr "если какой-либо <файл> не в индексе, считать это ошибкой"
11446 #: builtin/ls-files.c:567
11448 msgstr "указатель-дерева"
11450 #: builtin/ls-files.c:568
11451 msgid "pretend that paths removed since <tree-ish> are still present"
11452 msgstr "притвориться, что пути удалены, т.к. <указатель-дерева> еще существует"
11454 #: builtin/ls-files.c:570
11455 msgid "show debugging data"
11456 msgstr "показать отладочную информацию"
11458 #: builtin/ls-remote.c:9
11460 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
11461 " [-q | --quiet] [--exit-code] [--get-url]\n"
11462 " [--symref] [<repository> [<refs>...]]"
11463 msgstr "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<запуск>]\n [-q | --quiet] [--exit-code] [--get-url]\n [--symref] [<репозиторий> [<ссылки>…]]"
11465 #: builtin/ls-remote.c:59
11466 msgid "do not print remote URL"
11467 msgstr "не выводить URL внешних репозиториев"
11469 #: builtin/ls-remote.c:60 builtin/ls-remote.c:62
11473 #: builtin/ls-remote.c:61 builtin/ls-remote.c:63
11474 msgid "path of git-upload-pack on the remote host"
11475 msgstr "путь к git-upload-pack на внешнем сервере"
11477 #: builtin/ls-remote.c:65
11478 msgid "limit to tags"
11479 msgstr "ограничить вывод метками"
11481 #: builtin/ls-remote.c:66
11482 msgid "limit to heads"
11483 msgstr "ограничить вывод указателями на ветки"
11485 #: builtin/ls-remote.c:67
11486 msgid "do not show peeled tags"
11487 msgstr "не показывать удалённые метки"
11489 #: builtin/ls-remote.c:69
11490 msgid "take url.<base>.insteadOf into account"
11491 msgstr "учитывать url.<база>.insteadOf"
11493 #: builtin/ls-remote.c:73
11494 msgid "exit with exit code 2 if no matching refs are found"
11495 msgstr "выходить с кодом 2, если соответствующие ссылки не найдены"
11497 #: builtin/ls-remote.c:76
11498 msgid "show underlying ref in addition to the object pointed by it"
11499 msgstr "показать также внутреннюю ссылку в дополнение к объекту, на который она указывает"
11501 #: builtin/ls-tree.c:30
11502 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
11503 msgstr "git ls-tree [<опции>] <указатель-дерева> [<путь>…]"
11505 #: builtin/ls-tree.c:128
11506 msgid "only show trees"
11507 msgstr "выводить только деревья"
11509 #: builtin/ls-tree.c:130
11510 msgid "recurse into subtrees"
11511 msgstr "проходить рекурсивно в поддеревья"
11513 #: builtin/ls-tree.c:132
11514 msgid "show trees when recursing"
11515 msgstr "выводить деревья при рекурсивном проходе"
11517 #: builtin/ls-tree.c:135
11518 msgid "terminate entries with NUL byte"
11519 msgstr "разделять записи с помощью НУЛЕВОГО байта"
11521 #: builtin/ls-tree.c:136
11522 msgid "include object size"
11523 msgstr "включить размер объекта"
11525 #: builtin/ls-tree.c:138 builtin/ls-tree.c:140
11526 msgid "list only filenames"
11527 msgstr "выводить только имена файлов"
11529 #: builtin/ls-tree.c:143
11530 msgid "use full path names"
11531 msgstr "использовать полные пути"
11533 #: builtin/ls-tree.c:145
11534 msgid "list entire tree; not just current directory (implies --full-name)"
11535 msgstr "вывести полное дерево; не только текущий каталог (включает в себя --full-name)"
11537 #: builtin/mailsplit.c:241
11539 msgid "empty mbox: '%s'"
11540 msgstr "пустой mbox: «%s»"
11542 #: builtin/merge.c:51
11543 msgid "git merge [<options>] [<commit>...]"
11544 msgstr "git merge [<опции>] [<коммит>…]"
11546 #: builtin/merge.c:52
11547 msgid "git merge --abort"
11548 msgstr "git merge --abort"
11550 #: builtin/merge.c:53
11551 msgid "git merge --continue"
11552 msgstr "git merge --continue"
11554 #: builtin/merge.c:110
11555 msgid "switch `m' requires a value"
11556 msgstr "при указании параметра «m» требуется указать значение"
11558 #: builtin/merge.c:176
11560 msgid "Could not find merge strategy '%s'.\n"
11561 msgstr "Не удалось найти стратегию слияния «%s».\n"
11563 #: builtin/merge.c:177
11565 msgid "Available strategies are:"
11566 msgstr "Доступные стратегии:"
11568 #: builtin/merge.c:182
11570 msgid "Available custom strategies are:"
11571 msgstr "Доступные пользовательские стратегии:"
11573 #: builtin/merge.c:232 builtin/pull.c:142
11574 msgid "do not show a diffstat at the end of the merge"
11575 msgstr "не выводить статистику изменений после окончания слияния"
11577 #: builtin/merge.c:235 builtin/pull.c:145
11578 msgid "show a diffstat at the end of the merge"
11579 msgstr "вывести статистику изменений после окончания слияния"
11581 #: builtin/merge.c:236 builtin/pull.c:148
11582 msgid "(synonym to --stat)"
11583 msgstr "(синоним для --stat)"
11585 #: builtin/merge.c:238 builtin/pull.c:151
11586 msgid "add (at most <n>) entries from shortlog to merge commit message"
11587 msgstr "добавить (максимум <n>) записей из короткого журнала в сообщение коммита у слияния"
11589 #: builtin/merge.c:241 builtin/pull.c:157
11590 msgid "create a single commit instead of doing a merge"
11591 msgstr "создать один коммит, вместо выполнения слияния"
11593 #: builtin/merge.c:243 builtin/pull.c:160
11594 msgid "perform a commit if the merge succeeds (default)"
11595 msgstr "сделать коммит, если слияние прошло успешно (по умолчанию)"
11597 #: builtin/merge.c:245 builtin/pull.c:163
11598 msgid "edit message before committing"
11599 msgstr "отредактировать сообщение перед выполнением коммита"
11601 #: builtin/merge.c:246
11602 msgid "allow fast-forward (default)"
11603 msgstr "разрешить перемотку вперед (по умолчанию)"
11605 #: builtin/merge.c:248 builtin/pull.c:169
11606 msgid "abort if fast-forward is not possible"
11607 msgstr "отменить выполнение слияния, если перемотка вперед невозможна"
11609 #: builtin/merge.c:252 builtin/pull.c:172
11610 msgid "verify that the named commit has a valid GPG signature"
11611 msgstr "проверить, что указанный коммит имеет верную электронную подпись GPG"
11613 #: builtin/merge.c:253 builtin/notes.c:779 builtin/pull.c:176
11614 #: builtin/revert.c:110
11618 #: builtin/merge.c:254 builtin/pull.c:177
11619 msgid "merge strategy to use"
11620 msgstr "используемая стратегия слияния"
11622 #: builtin/merge.c:255 builtin/pull.c:180
11623 msgid "option=value"
11624 msgstr "опция=значение"
11626 #: builtin/merge.c:256 builtin/pull.c:181
11627 msgid "option for selected merge strategy"
11628 msgstr "опции для выбранной стратегии слияния"
11630 #: builtin/merge.c:258
11631 msgid "merge commit message (for a non-fast-forward merge)"
11632 msgstr "сообщение коммита для слияния (для слияния без перемотки вперед)"
11634 #: builtin/merge.c:265
11635 msgid "abort the current in-progress merge"
11636 msgstr "отменить выполнение происходящего слияния"
11638 #: builtin/merge.c:267
11639 msgid "continue the current in-progress merge"
11640 msgstr "продолжить выполнение происходящего слияния"
11642 #: builtin/merge.c:269 builtin/pull.c:188
11643 msgid "allow merging unrelated histories"
11644 msgstr "разрешить слияние несвязанных историй изменений"
11646 #: builtin/merge.c:275
11647 msgid "verify commit-msg hook"
11648 msgstr "проверить перехватчик commit-msg"
11650 #: builtin/merge.c:300
11651 msgid "could not run stash."
11652 msgstr "не удалось выполнить stash."
11654 #: builtin/merge.c:305
11655 msgid "stash failed"
11656 msgstr "сбой при выполнении stash"
11658 #: builtin/merge.c:310
11660 msgid "not a valid object: %s"
11661 msgstr "неправильный объект: %s"
11663 #: builtin/merge.c:332 builtin/merge.c:349
11664 msgid "read-tree failed"
11665 msgstr "сбой при выполнении read-tree"
11667 #: builtin/merge.c:379
11668 msgid " (nothing to squash)"
11669 msgstr " (нечего уплотнять)"
11671 #: builtin/merge.c:390
11673 msgid "Squash commit -- not updating HEAD\n"
11674 msgstr "Уплотнение коммита — не обновляя HEAD\n"
11676 #: builtin/merge.c:440
11678 msgid "No merge message -- not updating HEAD\n"
11679 msgstr "Нет сообщения слияния — не обновляем HEAD\n"
11681 #: builtin/merge.c:491
11683 msgid "'%s' does not point to a commit"
11684 msgstr "«%s» не указывает на коммит"
11686 #: builtin/merge.c:578
11688 msgid "Bad branch.%s.mergeoptions string: %s"
11689 msgstr "Неправильная строка branch.%s.mergeoptions: %s"
11691 #: builtin/merge.c:699
11692 msgid "Not handling anything other than two heads merge."
11693 msgstr "Не обрабатываю ничего, кроме слияния двух указателей на ветки."
11695 #: builtin/merge.c:713
11697 msgid "Unknown option for merge-recursive: -X%s"
11698 msgstr "Неизвестный параметр merge-recursive: -X%s"
11700 #: builtin/merge.c:728
11702 msgid "unable to write %s"
11703 msgstr "не удалось записать %s"
11705 #: builtin/merge.c:779
11707 msgid "Could not read from '%s'"
11708 msgstr "Не удалось прочесть из «%s»"
11710 #: builtin/merge.c:788
11712 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
11713 msgstr "Не выполняю коммит слияния; используйте «git commit» для завершения слияния.\n"
11715 #: builtin/merge.c:794
11718 "Please enter a commit message to explain why this merge is necessary,\n"
11719 "especially if it merges an updated upstream into a topic branch.\n"
11721 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
11723 msgstr "Пожалуйста, введите сообщение коммита, для объяснения, зачем нужно\nэто слияние, особенно, если это слияние обновленной вышестоящей\nветки в тематическую ветку.\n\nСтроки, начинающиеся с «%c» будут проигнорированы, а пустое\nсообщение отменяет процесс коммита.\n"
11725 #: builtin/merge.c:830
11726 msgid "Empty commit message."
11727 msgstr "Пустое сообщение коммита."
11729 #: builtin/merge.c:849
11731 msgid "Wonderful.\n"
11732 msgstr "Прекрасно.\n"
11734 #: builtin/merge.c:902
11736 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
11737 msgstr "Не удалось провести автоматическое слияние; исправьте конфликты и сделайте коммит результата.\n"
11739 #: builtin/merge.c:941
11740 msgid "No current branch."
11741 msgstr "Нет текущей ветки."
11743 #: builtin/merge.c:943
11744 msgid "No remote for the current branch."
11745 msgstr "У текущей ветки нет внешнего репозитория."
11747 #: builtin/merge.c:945
11748 msgid "No default upstream defined for the current branch."
11749 msgstr "Для текущей ветки не указана вышестоящая ветка по умолчанию."
11751 #: builtin/merge.c:950
11753 msgid "No remote-tracking branch for %s from %s"
11754 msgstr "Не указана внешняя отслеживаемая ветка для %s на %s"
11756 #: builtin/merge.c:1007
11758 msgid "Bad value '%s' in environment '%s'"
11759 msgstr "Плохое значение «%s» в переменной окружения «%s»"
11761 #: builtin/merge.c:1110
11763 msgid "not something we can merge in %s: %s"
11764 msgstr "не является тем, что можно слить в %s: %s"
11766 #: builtin/merge.c:1144
11767 msgid "not something we can merge"
11768 msgstr "не является тем, что можно слить"
11770 #: builtin/merge.c:1247
11771 msgid "--abort expects no arguments"
11772 msgstr "опция --abort не принимает аргументы"
11774 #: builtin/merge.c:1251
11775 msgid "There is no merge to abort (MERGE_HEAD missing)."
11776 msgstr "Нет слияния, которое можно отменить (отсутствует файл MERGE_HEAD)."
11778 #: builtin/merge.c:1263
11779 msgid "--continue expects no arguments"
11780 msgstr "опция --continue не принимает аргументы"
11782 #: builtin/merge.c:1267
11783 msgid "There is no merge in progress (MERGE_HEAD missing)."
11784 msgstr "Сейчас не происходит слияние (отсутствует файл MERGE_HEAD)."
11786 #: builtin/merge.c:1283
11788 "You have not concluded your merge (MERGE_HEAD exists).\n"
11789 "Please, commit your changes before you merge."
11790 msgstr "Вы не завершили слияние (присутствует файл MERGE_HEAD).\nВыполните коммит ваших изменений, перед слиянием."
11792 #: builtin/merge.c:1290
11794 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
11795 "Please, commit your changes before you merge."
11796 msgstr "Вы не завершили копирование коммита (присутствует файл CHERRY_PICK_HEAD).\nПожалуйста, закоммитьте ваши изменения, перед слиянием."
11798 #: builtin/merge.c:1293
11799 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
11800 msgstr "Вы не завершили копирование коммита (присутствует файл CHERRY_PICK_HEAD)."
11802 #: builtin/merge.c:1302
11803 msgid "You cannot combine --squash with --no-ff."
11804 msgstr "Нельзя использовать одновременно --squash и --no-ff."
11806 #: builtin/merge.c:1310
11807 msgid "No commit specified and merge.defaultToUpstream not set."
11808 msgstr "Коммит не указан и параметр merge.defaultToUpstream не установлен."
11810 #: builtin/merge.c:1327
11811 msgid "Squash commit into empty head not supported yet"
11812 msgstr "Уплотнение коммита в пустую ветку еще не поддерживается"
11814 #: builtin/merge.c:1329
11815 msgid "Non-fast-forward commit does not make sense into an empty head"
11816 msgstr "Коммит, не являющийся перемоткой вперед, нет смысла делать в пустую ветку."
11818 #: builtin/merge.c:1334
11820 msgid "%s - not something we can merge"
11821 msgstr "%s не является тем, что можно слить"
11823 #: builtin/merge.c:1336
11824 msgid "Can merge only exactly one commit into empty head"
11825 msgstr "Можно только один коммит в пустую ветку."
11827 #: builtin/merge.c:1370
11829 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
11830 msgstr "Коммит %s содержит не доверенную GPG подпись, предположительно от %s."
11832 #: builtin/merge.c:1373
11834 msgid "Commit %s has a bad GPG signature allegedly by %s."
11835 msgstr "Коммит %s содержит плохую GPG подпись, предположительно от %s."
11837 #: builtin/merge.c:1376
11839 msgid "Commit %s does not have a GPG signature."
11840 msgstr "Коммит %s не содержит GPG подпись."
11842 #: builtin/merge.c:1379
11844 msgid "Commit %s has a good GPG signature by %s\n"
11845 msgstr "Коммит %s содержит действительную GPG подпись, от %s.\n"
11847 #: builtin/merge.c:1438
11848 msgid "refusing to merge unrelated histories"
11849 msgstr "отказ слияния несвязанных историй изменений"
11851 #: builtin/merge.c:1447
11852 msgid "Already up to date."
11853 msgstr "Уже обновлено."
11855 #: builtin/merge.c:1457
11857 msgid "Updating %s..%s\n"
11858 msgstr "Обновление %s..%s\n"
11860 #: builtin/merge.c:1498
11862 msgid "Trying really trivial in-index merge...\n"
11863 msgstr "Попытка тривиального слияния в индексе…\n"
11865 #: builtin/merge.c:1505
11868 msgstr "Не вышло.\n"
11870 #: builtin/merge.c:1530
11871 msgid "Already up to date. Yeeah!"
11872 msgstr "Уже обновлено. Круто!"
11874 #: builtin/merge.c:1536
11875 msgid "Not possible to fast-forward, aborting."
11876 msgstr "Перемотка вперед невозможна, отмена."
11878 #: builtin/merge.c:1559 builtin/merge.c:1638
11880 msgid "Rewinding the tree to pristine...\n"
11881 msgstr "Перемотка дерева к исходному состоянию…\n"
11883 #: builtin/merge.c:1563
11885 msgid "Trying merge strategy %s...\n"
11886 msgstr "Попытка слияния с помощью стратегии %s…\n"
11888 #: builtin/merge.c:1629
11890 msgid "No merge strategy handled the merge.\n"
11891 msgstr "Ни одна стратегия слияния не обработала слияние.\n"
11893 #: builtin/merge.c:1631
11895 msgid "Merge with strategy %s failed.\n"
11896 msgstr "Сбой при слиянии с помощью стратегии %s.\n"
11898 #: builtin/merge.c:1640
11900 msgid "Using the %s to prepare resolving by hand.\n"
11901 msgstr "Использую %s для подготовки ручного разрешения конфликтов.\n"
11903 #: builtin/merge.c:1652
11905 msgid "Automatic merge went well; stopped before committing as requested\n"
11906 msgstr "Автоматическое слияние прошло успешно; как и запрашивали, остановлено перед выполнением коммита\n"
11908 #: builtin/merge-base.c:31
11909 msgid "git merge-base [-a | --all] <commit> <commit>..."
11910 msgstr "git merge-base [-a | --all] <коммит> <коммит>…"
11912 #: builtin/merge-base.c:32
11913 msgid "git merge-base [-a | --all] --octopus <commit>..."
11914 msgstr "git merge-base [-a | --all] --octopus <коммит>…"
11916 #: builtin/merge-base.c:33
11917 msgid "git merge-base --independent <commit>..."
11918 msgstr "git merge-base --independent <коммит>…"
11920 #: builtin/merge-base.c:34
11921 msgid "git merge-base --is-ancestor <commit> <commit>"
11922 msgstr "git merge-base --is-ancestor <коммит> <коммит>"
11924 #: builtin/merge-base.c:35
11925 msgid "git merge-base --fork-point <ref> [<commit>]"
11926 msgstr "git merge-base --fork-point <ссылка> [<коммит>]"
11928 #: builtin/merge-base.c:221
11929 msgid "output all common ancestors"
11930 msgstr "вывести всех общих предков"
11932 #: builtin/merge-base.c:223
11933 msgid "find ancestors for a single n-way merge"
11934 msgstr "вывести предков для одного многоходового слияния"
11936 #: builtin/merge-base.c:225
11937 msgid "list revs not reachable from others"
11938 msgstr "вывести список редаций, которые не достижимы из друг друга"
11940 #: builtin/merge-base.c:227
11941 msgid "is the first one ancestor of the other?"
11942 msgstr "является первым предком второго указанного коммита?"
11944 #: builtin/merge-base.c:229
11945 msgid "find where <commit> forked from reflog of <ref>"
11946 msgstr "найти журнале ссылок <ссылка> где именно <коммит> разветвился"
11948 #: builtin/merge-file.c:9
11950 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
11951 "<orig-file> <file2>"
11952 msgstr "git merge-file [<опции>] [-L имя1 [-L orig [-L имя2]]] <файл1> <ориг-файл> <файл2>"
11954 #: builtin/merge-file.c:33
11955 msgid "send results to standard output"
11956 msgstr "вывести результат на стандартный вывод"
11958 #: builtin/merge-file.c:34
11959 msgid "use a diff3 based merge"
11960 msgstr "использовать diff3 слияние"
11962 #: builtin/merge-file.c:35
11963 msgid "for conflicts, use our version"
11964 msgstr "при возникновении конфликтов, использовать нашу версию"
11966 #: builtin/merge-file.c:37
11967 msgid "for conflicts, use their version"
11968 msgstr "при возникновении конфликтов, использовать их версию"
11970 #: builtin/merge-file.c:39
11971 msgid "for conflicts, use a union version"
11972 msgstr "при возникновении конфликтов, использовать обе версии"
11974 #: builtin/merge-file.c:42
11975 msgid "for conflicts, use this marker size"
11976 msgstr "при возникновении конфликтов, использовать этот размер маркера"
11978 #: builtin/merge-file.c:43
11979 msgid "do not warn about conflicts"
11980 msgstr "не предупреждать о конфликтах"
11982 #: builtin/merge-file.c:45
11983 msgid "set labels for file1/orig-file/file2"
11984 msgstr "установить метки для файл1/ориг-файл/файл2"
11986 #: builtin/merge-recursive.c:45
11988 msgid "unknown option %s"
11989 msgstr "неизвестная опция %s"
11991 #: builtin/merge-recursive.c:51
11993 msgid "could not parse object '%s'"
11994 msgstr "не удалось разобрать объект «%s»"
11996 #: builtin/merge-recursive.c:55
11998 msgid "cannot handle more than %d base. Ignoring %s."
11999 msgid_plural "cannot handle more than %d bases. Ignoring %s."
12000 msgstr[0] "невозможно обработать больше %d базы. Игнорирую %s."
12001 msgstr[1] "невозможно обработать больше %d баз. Игнорирую %s."
12002 msgstr[2] "невозможно обработать больше %d баз. Игнорирую %s."
12003 msgstr[3] "невозможно обработать больше %d базы. Игнорирую %s."
12005 #: builtin/merge-recursive.c:63
12006 msgid "not handling anything other than two heads merge."
12007 msgstr "не обрабатываю ничего, кроме слияния двух указателей на ветки."
12009 #: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
12011 msgid "could not resolve ref '%s'"
12012 msgstr "не удалось распознать ссылку «%s»"
12014 #: builtin/merge-recursive.c:77
12016 msgid "Merging %s with %s\n"
12017 msgstr "Слияние %s и %s\n"
12019 #: builtin/mktree.c:66
12020 msgid "git mktree [-z] [--missing] [--batch]"
12021 msgstr "git mktree [-z] [--missing] [--batch]"
12023 #: builtin/mktree.c:154
12024 msgid "input is NUL terminated"
12025 msgstr "ввод отделённый НУЛЕВЫМИ символами"
12027 #: builtin/mktree.c:155 builtin/write-tree.c:25
12028 msgid "allow missing objects"
12029 msgstr "допустить отсутствие объектов"
12031 #: builtin/mktree.c:156
12032 msgid "allow creation of more than one tree"
12033 msgstr "допустить создание более одного дерева"
12036 msgid "git mv [<options>] <source>... <destination>"
12037 msgstr "git mv [<опции>] <источник>… <назначение>"
12041 msgid "Directory %s is in index and no submodule?"
12042 msgstr "Каталог %s в индексе и не является подмодулем?"
12045 msgid "Please stage your changes to .gitmodules or stash them to proceed"
12046 msgstr "Чтобы продолжить, проиндексируйте или спрячьте ваши изменения в файле .gitmodules"
12048 #: builtin/mv.c:102
12050 msgid "%.*s is in index"
12051 msgstr "%.*s в индесе"
12053 #: builtin/mv.c:124
12054 msgid "force move/rename even if target exists"
12055 msgstr "принудительно перемещать/переименовать, даже если цель существует"
12057 #: builtin/mv.c:126
12058 msgid "skip move/rename errors"
12059 msgstr "пропускать ошибки при перемещении/переименовании"
12061 #: builtin/mv.c:168
12063 msgid "destination '%s' is not a directory"
12064 msgstr "целевой путь «%s» не является каталогом"
12066 #: builtin/mv.c:179
12068 msgid "Checking rename of '%s' to '%s'\n"
12069 msgstr "Проверка переименования из «%s» в «%s»\n"
12071 #: builtin/mv.c:183
12073 msgstr "плохой источник"
12075 #: builtin/mv.c:186
12076 msgid "can not move directory into itself"
12077 msgstr "нельзя переместить каталог в самого себя"
12079 #: builtin/mv.c:189
12080 msgid "cannot move directory over file"
12081 msgstr "нельзя переместить каталог в файл"
12083 #: builtin/mv.c:198
12084 msgid "source directory is empty"
12085 msgstr "исходный каталог пуст"
12087 #: builtin/mv.c:223
12088 msgid "not under version control"
12089 msgstr "не под версионным контролем"
12091 #: builtin/mv.c:226
12092 msgid "destination exists"
12093 msgstr "целевой путь уже существует"
12095 #: builtin/mv.c:234
12097 msgid "overwriting '%s'"
12098 msgstr "перезапись «%s»"
12100 #: builtin/mv.c:237
12101 msgid "Cannot overwrite"
12102 msgstr "Не удалось перезаписать"
12104 #: builtin/mv.c:240
12105 msgid "multiple sources for the same target"
12106 msgstr "несколько источников для одного целевого пути"
12108 #: builtin/mv.c:242
12109 msgid "destination directory does not exist"
12110 msgstr "целевой каталог не существует"
12112 #: builtin/mv.c:249
12114 msgid "%s, source=%s, destination=%s"
12115 msgstr "%s, откуда=%s, куда=%s"
12117 #: builtin/mv.c:270
12119 msgid "Renaming %s to %s\n"
12120 msgstr "Переименование %s в %s\n"
12122 #: builtin/mv.c:276 builtin/remote.c:716 builtin/repack.c:494
12124 msgid "renaming '%s' failed"
12125 msgstr "сбой при переименовании «%s»"
12127 #: builtin/name-rev.c:355
12128 msgid "git name-rev [<options>] <commit>..."
12129 msgstr "git name-rev [<опции>] <коммит>…"
12131 #: builtin/name-rev.c:356
12132 msgid "git name-rev [<options>] --all"
12133 msgstr "git name-rev [<опции>] --all"
12135 #: builtin/name-rev.c:357
12136 msgid "git name-rev [<options>] --stdin"
12137 msgstr "git name-rev [<опции>] --stdin"
12139 #: builtin/name-rev.c:413
12140 msgid "print only names (no SHA-1)"
12141 msgstr "выводить только имена (без SHA-1)"
12143 #: builtin/name-rev.c:414
12144 msgid "only use tags to name the commits"
12145 msgstr "использовать только метки для именования коммитов"
12147 #: builtin/name-rev.c:416
12148 msgid "only use refs matching <pattern>"
12149 msgstr "использовать только ссылки, соответствующие <шаблону> "
12151 #: builtin/name-rev.c:418
12152 msgid "ignore refs matching <pattern>"
12153 msgstr "игнорировать ссылки, соответствующие <шаблону>"
12155 #: builtin/name-rev.c:420
12156 msgid "list all commits reachable from all refs"
12157 msgstr "вывести список всех коммитов, достижимых со всех ссылок"
12159 #: builtin/name-rev.c:421
12160 msgid "read from stdin"
12161 msgstr "прочитать из стандартного ввода"
12163 #: builtin/name-rev.c:422
12164 msgid "allow to print `undefined` names (default)"
12165 msgstr "разрешить вывод «undefined», если не найдено (по умолчанию)"
12167 #: builtin/name-rev.c:428
12168 msgid "dereference tags in the input (internal use)"
12169 msgstr "разыменовывать введенные метки (для внутреннего использования)"
12171 #: builtin/notes.c:28
12172 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
12173 msgstr "git notes [--ref <ссылка-на-заметку>] [list [<объект>]]"
12175 #: builtin/notes.c:29
12177 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file>"
12178 " | (-c | -C) <object>] [<object>]"
12179 msgstr "git notes [--ref <ссылка-на-заметку>] add [-f] [--allow-empty] [-m <сообщение> | -F <файл> | (-c | -C) <объект>] [<объект>]"
12181 #: builtin/notes.c:30
12182 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
12183 msgstr "git notes [--ref <ссылка-на-заметку>] copy [-f] <из-объекта> <в-объект>"
12185 #: builtin/notes.c:31
12187 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> |"
12188 " (-c | -C) <object>] [<object>]"
12189 msgstr "git notes [--ref <ссылка-на-заметку>] append [--allow-empty] [-m <сообщение> | -F <файл> | (-c | -C) <объект>] [<объект>]"
12191 #: builtin/notes.c:32
12192 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
12193 msgstr "git notes [--ref <ссылка-на-заметку>] edit [--allow-empty] [<объект>]"
12195 #: builtin/notes.c:33
12196 msgid "git notes [--ref <notes-ref>] show [<object>]"
12197 msgstr "git notes [--ref <ссылка-на-заметку>] show [<объект>]"
12199 #: builtin/notes.c:34
12201 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
12202 msgstr "git notes [--ref <ссылка-на-заметку>] merge [-v | -q] [-s <стратегия>] <ссылка-на-заметку>"
12204 #: builtin/notes.c:35
12205 msgid "git notes merge --commit [-v | -q]"
12206 msgstr "git notes merge --commit [-v | -q]"
12208 #: builtin/notes.c:36
12209 msgid "git notes merge --abort [-v | -q]"
12210 msgstr "git notes merge --abort [-v | -q]"
12212 #: builtin/notes.c:37
12213 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
12214 msgstr "git notes [--ref <ссылка-на-заметку>] remove [<объект>…]"
12216 #: builtin/notes.c:38
12217 msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
12218 msgstr "git notes [--ref <имя-заметки>] prune [-n] [-v]"
12220 #: builtin/notes.c:39
12221 msgid "git notes [--ref <notes-ref>] get-ref"
12222 msgstr "git notes [--ref <ссылка-на-заметку>] get-ref"
12224 #: builtin/notes.c:44
12225 msgid "git notes [list [<object>]]"
12226 msgstr "git notes [list [<объект>]]"
12228 #: builtin/notes.c:49
12229 msgid "git notes add [<options>] [<object>]"
12230 msgstr "git notes add [<опции>] [<объект>]"
12232 #: builtin/notes.c:54
12233 msgid "git notes copy [<options>] <from-object> <to-object>"
12234 msgstr "git notes copy [<опции>] <из-объекта> <в-объект>"
12236 #: builtin/notes.c:55
12237 msgid "git notes copy --stdin [<from-object> <to-object>]..."
12238 msgstr "git notes copy --stdin [<из-объекта> <в-объект>]…"
12240 #: builtin/notes.c:60
12241 msgid "git notes append [<options>] [<object>]"
12242 msgstr "git notes append [<опции>] [<объект>]"
12244 #: builtin/notes.c:65
12245 msgid "git notes edit [<object>]"
12246 msgstr "git notes edit [<объект>]"
12248 #: builtin/notes.c:70
12249 msgid "git notes show [<object>]"
12250 msgstr "git notes show [<объект>]"
12252 #: builtin/notes.c:75
12253 msgid "git notes merge [<options>] <notes-ref>"
12254 msgstr "git notes merge [<опции>] <ссылка-на-заметку>"
12256 #: builtin/notes.c:76
12257 msgid "git notes merge --commit [<options>]"
12258 msgstr "git notes merge --commit [<опции>]"
12260 #: builtin/notes.c:77
12261 msgid "git notes merge --abort [<options>]"
12262 msgstr "git notes merge --abort [<опции>]"
12264 #: builtin/notes.c:82
12265 msgid "git notes remove [<object>]"
12266 msgstr "git notes remove [<опции>]"
12268 #: builtin/notes.c:87
12269 msgid "git notes prune [<options>]"
12270 msgstr "git notes prune [<опции>]"
12272 #: builtin/notes.c:92
12273 msgid "git notes get-ref"
12274 msgstr "git notes get-ref"
12276 #: builtin/notes.c:97
12277 msgid "Write/edit the notes for the following object:"
12278 msgstr "Записать/изменить заметки для следующего объекта:"
12280 #: builtin/notes.c:150
12282 msgid "unable to start 'show' for object '%s'"
12283 msgstr "не удалось запустить «show» для объекта «%s»"
12285 #: builtin/notes.c:154
12286 msgid "could not read 'show' output"
12287 msgstr "не удалось прочитать вывод «show»"
12289 #: builtin/notes.c:162
12291 msgid "failed to finish 'show' for object '%s'"
12292 msgstr "не удалось завершить «show» для объекта «%s»"
12294 #: builtin/notes.c:197
12295 msgid "please supply the note contents using either -m or -F option"
12296 msgstr "пожалуйста, укажите содержимое заметки, используя опцию -m или -F"
12298 #: builtin/notes.c:206
12299 msgid "unable to write note object"
12300 msgstr "не удалось записать объект заметки"
12302 #: builtin/notes.c:208
12304 msgid "the note contents have been left in %s"
12305 msgstr "содержимое заметки осталось в %s"
12307 #: builtin/notes.c:236 builtin/tag.c:508
12309 msgid "cannot read '%s'"
12310 msgstr "не удалось прочитать «%s»"
12312 #: builtin/notes.c:238 builtin/tag.c:511
12314 msgid "could not open or read '%s'"
12315 msgstr "не удалось открыть или прочитать «%s»"
12317 #: builtin/notes.c:257 builtin/notes.c:308 builtin/notes.c:310
12318 #: builtin/notes.c:378 builtin/notes.c:433 builtin/notes.c:519
12319 #: builtin/notes.c:524 builtin/notes.c:602 builtin/notes.c:664
12321 msgid "failed to resolve '%s' as a valid ref."
12322 msgstr "не удалось разрешить «%s» как ссылку."
12324 #: builtin/notes.c:260
12326 msgid "failed to read object '%s'."
12327 msgstr "не удалось прочитать объект «%s»."
12329 #: builtin/notes.c:264
12331 msgid "cannot read note data from non-blob object '%s'."
12332 msgstr "не удалось прочитать данные заметки из недвоичного объекта «%s»."
12334 #: builtin/notes.c:304
12336 msgid "malformed input line: '%s'."
12337 msgstr "неправильная введенная строка: «%s»."
12339 #: builtin/notes.c:319
12341 msgid "failed to copy notes from '%s' to '%s'"
12342 msgstr "не удалось скопировать заметку из «%s» в «%s»"
12344 #. TRANSLATORS: the first %s will be replaced by a git
12345 #. notes command: 'add', 'merge', 'remove', etc.
12346 #: builtin/notes.c:351
12348 msgid "refusing to %s notes in %s (outside of refs/notes/)"
12349 msgstr "отказ в перезаписи %s заметок в %s (за пределами refs/notes/)"
12351 #: builtin/notes.c:371 builtin/notes.c:426 builtin/notes.c:502
12352 #: builtin/notes.c:514 builtin/notes.c:590 builtin/notes.c:657
12353 #: builtin/notes.c:807 builtin/notes.c:954 builtin/notes.c:975
12354 msgid "too many parameters"
12355 msgstr "передано слишком много параметров"
12357 #: builtin/notes.c:384 builtin/notes.c:670
12359 msgid "no note found for object %s."
12360 msgstr "не найдена заметка для объекта %s."
12362 #: builtin/notes.c:405 builtin/notes.c:568
12363 msgid "note contents as a string"
12364 msgstr "текстовое содержимое заметки"
12366 #: builtin/notes.c:408 builtin/notes.c:571
12367 msgid "note contents in a file"
12368 msgstr "содержимое заметки в файле"
12370 #: builtin/notes.c:411 builtin/notes.c:574
12371 msgid "reuse and edit specified note object"
12372 msgstr "использовать и отредактировать указанный объект заметки"
12374 #: builtin/notes.c:414 builtin/notes.c:577
12375 msgid "reuse specified note object"
12376 msgstr "использовать указанный объект заметки"
12378 #: builtin/notes.c:417 builtin/notes.c:580
12379 msgid "allow storing empty note"
12380 msgstr "разрешить сохранение пустой заметки"
12382 #: builtin/notes.c:418 builtin/notes.c:489
12383 msgid "replace existing notes"
12384 msgstr "заменить существующие заметки"
12386 #: builtin/notes.c:443
12389 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
12391 msgstr "Не удалось добавить заметку. Найдена существующая заметка у объекта %s. Используйте параметр «-f» для перезаписи существующих заметок."
12393 #: builtin/notes.c:458 builtin/notes.c:537
12395 msgid "Overwriting existing notes for object %s\n"
12396 msgstr "Перезапись существующих заметок у объекта %s\n"
12398 #: builtin/notes.c:469 builtin/notes.c:629 builtin/notes.c:894
12400 msgid "Removing note for object %s\n"
12401 msgstr "Удаление заметки у объекта %s\n"
12403 #: builtin/notes.c:490
12404 msgid "read objects from stdin"
12405 msgstr "прочитать объекты из стандартного ввода"
12407 #: builtin/notes.c:492
12408 msgid "load rewriting config for <command> (implies --stdin)"
12409 msgstr "загрузить настройки перезаписи для команды <команда> (включает в себя --stdin)"
12411 #: builtin/notes.c:510
12412 msgid "too few parameters"
12413 msgstr "передано слишком мало параметров"
12415 #: builtin/notes.c:531
12418 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite"
12420 msgstr "Не удалось скопировать заметку. Найдена существующая заметка у объекта %s. Используйте параметр «-f» для перезаписи существующих заметок."
12422 #: builtin/notes.c:543
12424 msgid "missing notes on source object %s. Cannot copy."
12425 msgstr "нет заметок у исходного объекта %s. Нельзя скопировать."
12427 #: builtin/notes.c:595
12430 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
12431 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
12432 msgstr "Опции -m/-F/-c/-C для подкоманды «edit» устарели.\nИспользуйте вместо них «git notes add -f -m/-F/-c/-C».\n"
12434 #: builtin/notes.c:690
12435 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
12436 msgstr "не удалось удалить ссылку NOTES_MERGE_PARTIAL"
12438 #: builtin/notes.c:692
12439 msgid "failed to delete ref NOTES_MERGE_REF"
12440 msgstr "не удалось удалить ссылку NOTES_MERGE_REF"
12442 #: builtin/notes.c:694
12443 msgid "failed to remove 'git notes merge' worktree"
12444 msgstr "не удалось удалить рабочий каталог «git notes merge»"
12446 #: builtin/notes.c:714
12447 msgid "failed to read ref NOTES_MERGE_PARTIAL"
12448 msgstr "не удалось прочитать ссылку NOTES_MERGE_PARTIAL"
12450 #: builtin/notes.c:716
12451 msgid "could not find commit from NOTES_MERGE_PARTIAL."
12452 msgstr "не удалось найти коммит из NOTES_MERGE_PARTIAL."
12454 #: builtin/notes.c:718
12455 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
12456 msgstr "не удалось разобрать коммит из NOTES_MERGE_PARTIAL."
12458 #: builtin/notes.c:731
12459 msgid "failed to resolve NOTES_MERGE_REF"
12460 msgstr "не удалось разрешить NOTES_MERGE_REF"
12462 #: builtin/notes.c:734
12463 msgid "failed to finalize notes merge"
12464 msgstr "не удалось завершить слиние заметок"
12466 #: builtin/notes.c:760
12468 msgid "unknown notes merge strategy %s"
12469 msgstr "неизвестная стратегия слияния заметок %s"
12471 #: builtin/notes.c:776
12472 msgid "General options"
12473 msgstr "Общие опции"
12475 #: builtin/notes.c:778
12476 msgid "Merge options"
12477 msgstr "Опции слияния"
12479 #: builtin/notes.c:780
12481 "resolve notes conflicts using the given strategy "
12482 "(manual/ours/theirs/union/cat_sort_uniq)"
12483 msgstr "разрешить конфликты заметок с помощью указанной стратегии (manual/ours/theirs/union/cat_sort_uniq)"
12485 #: builtin/notes.c:782
12486 msgid "Committing unmerged notes"
12487 msgstr "Коммит не слитых заметок"
12489 #: builtin/notes.c:784
12490 msgid "finalize notes merge by committing unmerged notes"
12491 msgstr "завершить слияние заметок коммитом не слитых заметок"
12493 #: builtin/notes.c:786
12494 msgid "Aborting notes merge resolution"
12495 msgstr "Отмена разрешения слияния заметок"
12497 #: builtin/notes.c:788
12498 msgid "abort notes merge"
12499 msgstr "отменить слияние заметок"
12501 #: builtin/notes.c:799
12502 msgid "cannot mix --commit, --abort or -s/--strategy"
12503 msgstr "нельзя использовать одновременно --commit, --abort и -s/--strategy"
12505 #: builtin/notes.c:804
12506 msgid "must specify a notes ref to merge"
12507 msgstr "вы должны указать ссылку заметки для слияния"
12509 #: builtin/notes.c:828
12511 msgid "unknown -s/--strategy: %s"
12512 msgstr "неизвестный параметр для -s/--strategy: %s"
12514 #: builtin/notes.c:865
12516 msgid "a notes merge into %s is already in-progress at %s"
12517 msgstr "слияние заметок в %s уже выполняется на %s"
12519 #: builtin/notes.c:868
12521 msgid "failed to store link to current notes ref (%s)"
12522 msgstr "не удалось сохранить адрес текущей ссылки на заметку (%s)"
12524 #: builtin/notes.c:870
12527 "Automatic notes merge failed. Fix conflicts in %s and commit the result with"
12528 " 'git notes merge --commit', or abort the merge with 'git notes merge "
12530 msgstr "Не удалось автоматически слить заметки. Исправьте конфликты в %s и закоммитьте результат с помощью «git notes merge --commit», или прервите процесс слияния с помощью «git notes merge --abort».\n"
12532 #: builtin/notes.c:892
12534 msgid "Object %s has no note\n"
12535 msgstr "У объекта %s нет заметки\n"
12537 #: builtin/notes.c:904
12538 msgid "attempt to remove non-existent note is not an error"
12539 msgstr "попытка удаления несуществующей заметки не является ошибкой"
12541 #: builtin/notes.c:907
12542 msgid "read object names from the standard input"
12543 msgstr "прочитать имена объектов из стандартного ввода"
12545 #: builtin/notes.c:945 builtin/prune.c:108 builtin/worktree.c:151
12546 msgid "do not remove, show only"
12547 msgstr "не удалять, только показать список"
12549 #: builtin/notes.c:946
12550 msgid "report pruned notes"
12551 msgstr "вывести список удаленных заметок"
12553 #: builtin/notes.c:988
12555 msgstr "ссылка-на-заметку"
12557 #: builtin/notes.c:989
12558 msgid "use notes from <notes-ref>"
12559 msgstr "использовать заметку из <ссылка-на-заметку>"
12561 #: builtin/notes.c:1024
12563 msgid "unknown subcommand: %s"
12564 msgstr "неизвестная подкоманда: %s"
12566 #: builtin/pack-objects.c:48
12568 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
12569 msgstr "git pack-objects --stdout [<опции>…] [< <список-ссылок> | < <список-объектов>]"
12571 #: builtin/pack-objects.c:49
12573 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
12574 msgstr "git pack-objects [<опции>…] <имя-базы> [< <список-ссылок> | < <список-объектов>]"
12576 #: builtin/pack-objects.c:414
12578 msgid "bad packed object CRC for %s"
12581 #: builtin/pack-objects.c:425
12583 msgid "corrupt packed object for %s"
12586 #: builtin/pack-objects.c:556
12588 msgid "recursive delta detected for object %s"
12591 #: builtin/pack-objects.c:756
12593 msgid "ordered %u objects, expected %<PRIu32>"
12596 #: builtin/pack-objects.c:769
12598 msgid "packfile is invalid: %s"
12601 #: builtin/pack-objects.c:773
12603 msgid "unable to open packfile for reuse: %s"
12606 #: builtin/pack-objects.c:777
12607 msgid "unable to seek in reused packfile"
12610 #: builtin/pack-objects.c:788
12611 msgid "unable to read from reused packfile"
12614 #: builtin/pack-objects.c:816
12615 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
12616 msgstr "отключение записи битовых карт, так как карты были разбиты на части из-за pack.packSizeLimit"
12618 #: builtin/pack-objects.c:829
12619 msgid "Writing objects"
12620 msgstr "Запись объектов"
12622 #: builtin/pack-objects.c:891 builtin/update-index.c:88
12624 msgid "failed to stat %s"
12625 msgstr "не удалось выполнить stat %s"
12627 #: builtin/pack-objects.c:944
12629 msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"
12632 #: builtin/pack-objects.c:1112
12633 msgid "disabling bitmap writing, as some objects are not being packed"
12634 msgstr "отключение записи битовых карт, так как некоторые объекты не были упакованы"
12636 #: builtin/pack-objects.c:1489
12638 msgid "delta base offset overflow in pack for %s"
12641 #: builtin/pack-objects.c:1498
12643 msgid "delta base offset out of bound for %s"
12646 #: builtin/pack-objects.c:1771
12647 msgid "Counting objects"
12648 msgstr "Подсчет объектов"
12650 #: builtin/pack-objects.c:1913
12652 msgid "unable to get size of %s"
12653 msgstr "не удалось получить размер %s"
12655 #: builtin/pack-objects.c:1928
12657 msgid "unable to parse object header of %s"
12658 msgstr "не удалось разобрать заголовок объекта %s"
12660 #: builtin/pack-objects.c:1995 builtin/pack-objects.c:2011
12661 #: builtin/pack-objects.c:2021
12663 msgid "object %s cannot be read"
12666 #: builtin/pack-objects.c:1998 builtin/pack-objects.c:2025
12668 msgid "object %s inconsistent object length (%lu vs %lu)"
12671 #: builtin/pack-objects.c:2035
12672 msgid "suboptimal pack - out of memory"
12675 #: builtin/pack-objects.c:2369
12677 msgid "Delta compression using up to %d threads"
12678 msgstr "При сжатии изменений используется до %d потоков"
12680 #: builtin/pack-objects.c:2505
12682 msgid "unable to pack objects reachable from tag %s"
12685 #: builtin/pack-objects.c:2589
12686 msgid "Compressing objects"
12687 msgstr "Сжатие объектов"
12689 #: builtin/pack-objects.c:2595
12690 msgid "inconsistency with delta count"
12693 #: builtin/pack-objects.c:2674
12696 "expected edge object ID, got garbage:\n"
12700 #: builtin/pack-objects.c:2680
12703 "expected object ID, got garbage:\n"
12707 #: builtin/pack-objects.c:2760
12708 msgid "invalid value for --missing"
12709 msgstr "недопустимое значение для --missing"
12711 #: builtin/pack-objects.c:2819 builtin/pack-objects.c:2927
12712 msgid "cannot open pack index"
12715 #: builtin/pack-objects.c:2850
12717 msgid "loose object at %s could not be examined"
12720 #: builtin/pack-objects.c:2935
12721 msgid "unable to force loose object"
12724 #: builtin/pack-objects.c:3022
12726 msgid "not a rev '%s'"
12729 #: builtin/pack-objects.c:3025
12731 msgid "bad revision '%s'"
12734 #: builtin/pack-objects.c:3045
12735 msgid "unable to add recent objects"
12738 #: builtin/pack-objects.c:3095
12740 msgid "unsupported index version %s"
12741 msgstr "неподдерживаемая версия индекса %s"
12743 #: builtin/pack-objects.c:3099
12745 msgid "bad index version '%s'"
12746 msgstr "плохая версия индекса «%s»"
12748 #: builtin/pack-objects.c:3130
12749 msgid "do not show progress meter"
12750 msgstr "не выводить прогресс выполнения"
12752 #: builtin/pack-objects.c:3132
12753 msgid "show progress meter"
12754 msgstr "показать прогресс выполнения"
12756 #: builtin/pack-objects.c:3134
12757 msgid "show progress meter during object writing phase"
12758 msgstr "показать прогресс выполнения во время записи объектов"
12760 #: builtin/pack-objects.c:3137
12761 msgid "similar to --all-progress when progress meter is shown"
12762 msgstr "похоже на --all-progress при включенном прогрессе выполнения"
12764 #: builtin/pack-objects.c:3138
12765 msgid "<version>[,<offset>]"
12768 #: builtin/pack-objects.c:3139
12769 msgid "write the pack index file in the specified idx format version"
12770 msgstr "записать файл индекса пакета в указанной версии формата"
12772 #: builtin/pack-objects.c:3142
12773 msgid "maximum size of each output pack file"
12774 msgstr "максимальный размер каждого выходного файла пакета"
12776 #: builtin/pack-objects.c:3144
12777 msgid "ignore borrowed objects from alternate object store"
12778 msgstr "игнорировать чужие объекты, взятые из альтернативного хранилища объектов"
12780 #: builtin/pack-objects.c:3146
12781 msgid "ignore packed objects"
12782 msgstr "игнорировать упакованные объекты"
12784 #: builtin/pack-objects.c:3148
12785 msgid "limit pack window by objects"
12786 msgstr "ограничить окно пакета по количеству объектов"
12788 #: builtin/pack-objects.c:3150
12789 msgid "limit pack window by memory in addition to object limit"
12790 msgstr "дополнительно к количеству объектов ограничить окно пакета по памяти"
12792 #: builtin/pack-objects.c:3152
12793 msgid "maximum length of delta chain allowed in the resulting pack"
12794 msgstr "максимальная разрешенная длина цепочки дельт в результирующем пакете"
12796 #: builtin/pack-objects.c:3154
12797 msgid "reuse existing deltas"
12798 msgstr "использовать повторно существующие дельты"
12800 #: builtin/pack-objects.c:3156
12801 msgid "reuse existing objects"
12802 msgstr "использовать повторно существующие объекты"
12804 #: builtin/pack-objects.c:3158
12805 msgid "use OFS_DELTA objects"
12806 msgstr "использовать объекты OFS_DELTA"
12808 #: builtin/pack-objects.c:3160
12809 msgid "use threads when searching for best delta matches"
12810 msgstr "использовать многопоточность при поиске лучших совпадений дельт"
12812 #: builtin/pack-objects.c:3162
12813 msgid "do not create an empty pack output"
12814 msgstr "не создавать пустые выходные пакеты"
12816 #: builtin/pack-objects.c:3164
12817 msgid "read revision arguments from standard input"
12818 msgstr "прочитать аргументы редакций из стандартного ввода"
12820 #: builtin/pack-objects.c:3166
12821 msgid "limit the objects to those that are not yet packed"
12822 msgstr "ограничиться объектами, которые еще не упакованы"
12824 #: builtin/pack-objects.c:3169
12825 msgid "include objects reachable from any reference"
12826 msgstr "включить объекты, которые достижимы по любой из ссылок"
12828 #: builtin/pack-objects.c:3172
12829 msgid "include objects referred by reflog entries"
12830 msgstr "включить объекты, на которые ссылаются записи журнала ссылок"
12832 #: builtin/pack-objects.c:3175
12833 msgid "include objects referred to by the index"
12834 msgstr "включить объекты, на которые ссылается индекс"
12836 #: builtin/pack-objects.c:3178
12837 msgid "output pack to stdout"
12838 msgstr "вывести пакет на стандартный вывод"
12840 #: builtin/pack-objects.c:3180
12841 msgid "include tag objects that refer to objects to be packed"
12842 msgstr "включить объекты меток, которые ссылаются на упаковываемые объекты"
12844 #: builtin/pack-objects.c:3182
12845 msgid "keep unreachable objects"
12846 msgstr "сохранять ссылки на недоступные объекты"
12848 #: builtin/pack-objects.c:3184
12849 msgid "pack loose unreachable objects"
12850 msgstr "паковать недостижимые объекты"
12852 #: builtin/pack-objects.c:3186
12853 msgid "unpack unreachable objects newer than <time>"
12854 msgstr "распаковать недоступные объекты, которые новее, чем <время>"
12856 #: builtin/pack-objects.c:3189
12857 msgid "create thin packs"
12858 msgstr "создавать тонкие пакеты"
12860 #: builtin/pack-objects.c:3191
12861 msgid "create packs suitable for shallow fetches"
12862 msgstr "создавать пакеты, подходящие для частичных извлечений"
12864 #: builtin/pack-objects.c:3193
12865 msgid "ignore packs that have companion .keep file"
12866 msgstr "игнорировать пакеты, рядом с которыми лежит .keep файл"
12868 #: builtin/pack-objects.c:3195
12869 msgid "ignore this pack"
12870 msgstr "игнорировать этот пакет"
12872 #: builtin/pack-objects.c:3197
12873 msgid "pack compression level"
12874 msgstr "уровень сжатия пакета"
12876 #: builtin/pack-objects.c:3199
12877 msgid "do not hide commits by grafts"
12878 msgstr "не скрывать коммиты сращениями"
12880 #: builtin/pack-objects.c:3201
12881 msgid "use a bitmap index if available to speed up counting objects"
12882 msgstr "по возможности использовать индекс в битовых картах, для ускорения подсчета объектов"
12884 #: builtin/pack-objects.c:3203
12885 msgid "write a bitmap index together with the pack index"
12886 msgstr "запись индекса в битовых картах вместе с индексом пакета"
12888 #: builtin/pack-objects.c:3206
12889 msgid "handling for missing objects"
12890 msgstr "обработка отсутствующих объектов"
12892 #: builtin/pack-objects.c:3209
12893 msgid "do not pack objects in promisor packfiles"
12894 msgstr "не упаковывать объекты в promisor файлы пакетов"
12896 #: builtin/pack-objects.c:3233
12898 msgid "delta chain depth %d is too deep, forcing %d"
12899 msgstr "глубина цепочки различий %d слишком большая, использую принудительно %d"
12901 #: builtin/pack-objects.c:3238
12903 msgid "pack.deltaCacheLimit is too high, forcing %d"
12904 msgstr "лисит pack.deltaCacheLimit слишком высокий, использую принудительно %d"
12906 #: builtin/pack-objects.c:3294
12907 msgid "--max-pack-size cannot be used to build a pack for transfer"
12910 #: builtin/pack-objects.c:3296
12911 msgid "minimum pack size limit is 1 MiB"
12914 #: builtin/pack-objects.c:3301
12915 msgid "--thin cannot be used to build an indexable pack"
12918 #: builtin/pack-objects.c:3304
12919 msgid "--keep-unreachable and --unpack-unreachable are incompatible"
12922 #: builtin/pack-objects.c:3310
12923 msgid "cannot use --filter without --stdout"
12926 #: builtin/pack-objects.c:3366
12927 msgid "Enumerating objects"
12928 msgstr "Перечисление объектов"
12930 #: builtin/pack-objects.c:3385
12932 msgid "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>)"
12933 msgstr "Всего %<PRIu32> (изменения %<PRIu32>), повторно использовано %<PRIu32> (изменения %<PRIu32>)"
12935 #: builtin/pack-refs.c:7
12936 msgid "git pack-refs [<options>]"
12937 msgstr "git pack-refs [<опции>]"
12939 #: builtin/pack-refs.c:15
12940 msgid "pack everything"
12941 msgstr "паковать всё"
12943 #: builtin/pack-refs.c:16
12944 msgid "prune loose refs (default)"
12945 msgstr "почистить слабые ссылки (по умолчанию)"
12947 #: builtin/prune-packed.c:9
12948 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
12949 msgstr "git prune-packed [-n | --dry-run] [-q | --quiet]"
12951 #: builtin/prune-packed.c:42
12952 msgid "Removing duplicate objects"
12953 msgstr "Удаление дублирующихся объектов"
12955 #: builtin/prune.c:12
12956 msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
12957 msgstr "git prune [-n] [-v] [--progress] [--expire <время>] [--] [<ветка>…]"
12959 #: builtin/prune.c:109
12960 msgid "report pruned objects"
12961 msgstr "вывести список удаленных объектов"
12963 #: builtin/prune.c:112
12964 msgid "expire objects older than <time>"
12965 msgstr "удалить объекты старее чем <дата-окончания>"
12967 #: builtin/prune.c:114
12968 msgid "limit traversal to objects outside promisor packfiles"
12969 msgstr "ограничить обход объектами вне promisor файлов пакетов"
12971 #: builtin/prune.c:128
12972 msgid "cannot prune in a precious-objects repo"
12973 msgstr "нельзя почистить неиспользуемые объекты в precious-objects репозитории"
12975 #: builtin/pull.c:59 builtin/pull.c:61
12977 msgid "Invalid value for %s: %s"
12978 msgstr "Неправильное значение %s: %s"
12980 #: builtin/pull.c:81
12981 msgid "git pull [<options>] [<repository> [<refspec>...]]"
12982 msgstr "git pull [<опции>] [<репозиторий> [<спецификатор-ссылки>…]]"
12984 #: builtin/pull.c:132
12985 msgid "control for recursive fetching of submodules"
12986 msgstr "управление рекурсивным извлечением подмодулей"
12988 #: builtin/pull.c:136
12989 msgid "Options related to merging"
12990 msgstr "Опции, связанные со слиянием"
12992 #: builtin/pull.c:139
12993 msgid "incorporate changes by rebasing rather than merging"
12994 msgstr "забрать изменения с помощью перемещения, а не слияния"
12996 #: builtin/pull.c:166 builtin/rebase--helper.c:23 builtin/revert.c:122
12997 msgid "allow fast-forward"
12998 msgstr "разрешить перемотку вперед"
13000 #: builtin/pull.c:175
13001 msgid "automatically stash/stash pop before and after rebase"
13002 msgstr "автоматически выполнять stash/stash pop до и после перемещения"
13004 #: builtin/pull.c:191
13005 msgid "Options related to fetching"
13006 msgstr "Опции, связанные с извлечением изменений"
13008 #: builtin/pull.c:209
13009 msgid "number of submodules pulled in parallel"
13010 msgstr "количество подмодулей, которые будут получены парралельно"
13012 #: builtin/pull.c:304
13014 msgid "Invalid value for pull.ff: %s"
13015 msgstr "Неправильное значение для pull.ff: %s"
13017 #: builtin/pull.c:420
13019 "There is no candidate for rebasing against among the refs that you just "
13021 msgstr "Нет претендентов для перемещения среди ссылок, которые вы только что получили."
13023 #: builtin/pull.c:422
13025 "There are no candidates for merging among the refs that you just fetched."
13026 msgstr "Нет претендентов для слияния среди ссылок, которые вы только что получили."
13028 #: builtin/pull.c:423
13030 "Generally this means that you provided a wildcard refspec which had no\n"
13031 "matches on the remote end."
13032 msgstr "Обычно это означает, что вы передали спецификацию ссылки с помощью шаблона и этот шаблон ни с чем не совпал на внешнем репозитории."
13034 #: builtin/pull.c:426
13037 "You asked to pull from the remote '%s', but did not specify\n"
13038 "a branch. Because this is not the default configured remote\n"
13039 "for your current branch, you must specify a branch on the command line."
13040 msgstr "Вы попросили получить изменения со внешнего репозитория «%s», но не указали ветку. Так как это не репозиторий по умолчанию для вашей текущей ветки, вы должны указать ветку в командной строке."
13042 #: builtin/pull.c:431 git-parse-remote.sh:73
13043 msgid "You are not currently on a branch."
13044 msgstr "Вы сейчас ни на одной из веток."
13046 #: builtin/pull.c:433 builtin/pull.c:448 git-parse-remote.sh:79
13047 msgid "Please specify which branch you want to rebase against."
13048 msgstr "Пожалуйста, укажите на какую ветку вы хотите переместить изменения."
13050 #: builtin/pull.c:435 builtin/pull.c:450 git-parse-remote.sh:82
13051 msgid "Please specify which branch you want to merge with."
13052 msgstr "Пожалуйста, укажите с какой веткой вы хотите слить изменения."
13054 #: builtin/pull.c:436 builtin/pull.c:451
13055 msgid "See git-pull(1) for details."
13056 msgstr "Для дополнительной информации, смотрите git-pull(1)."
13058 #: builtin/pull.c:438 builtin/pull.c:444 builtin/pull.c:453
13059 #: git-parse-remote.sh:64
13061 msgstr "<внешний-репозиторий>"
13063 #: builtin/pull.c:438 builtin/pull.c:453 builtin/pull.c:458 git-rebase.sh:576
13064 #: git-parse-remote.sh:65
13068 #: builtin/pull.c:446 git-parse-remote.sh:75
13069 msgid "There is no tracking information for the current branch."
13070 msgstr "У текущей ветки нет информации об отслеживании."
13072 #: builtin/pull.c:455 git-parse-remote.sh:95
13074 "If you wish to set tracking information for this branch you can do so with:"
13075 msgstr "Если вы хотите указать информацию о отслеживаемой ветке, выполните:"
13077 #: builtin/pull.c:460
13080 "Your configuration specifies to merge with the ref '%s'\n"
13081 "from the remote, but no such ref was fetched."
13082 msgstr "Ваша конфигурация указывает, что нужно слить изменения со ссылкой\n«%s» из внешнего репозитория, но такая ссылка не была получена."
13084 #: builtin/pull.c:829
13085 msgid "ignoring --verify-signatures for rebase"
13086 msgstr "игнорирование --verify-signatures при перемещении"
13088 #: builtin/pull.c:877
13089 msgid "--[no-]autostash option is only valid with --rebase."
13090 msgstr "--[no-]autostash можно использовать только вместе с --rebase."
13092 #: builtin/pull.c:885
13093 msgid "Updating an unborn branch with changes added to the index."
13094 msgstr "Обновление еще не начавшейся ветки с изменениями, добавленными в индекс."
13096 #: builtin/pull.c:888
13097 msgid "pull with rebase"
13098 msgstr "получение с перемещением"
13100 #: builtin/pull.c:889
13101 msgid "please commit or stash them."
13102 msgstr "сделайте коммит или спрячьте их."
13104 #: builtin/pull.c:914
13107 "fetch updated the current branch head.\n"
13108 "fast-forwarding your working tree from\n"
13110 msgstr "извлечение обновило указатель на вашу текущую ветку.\nперемотка вашего рабочего каталога\nс коммита %s."
13112 #: builtin/pull.c:919
13115 "Cannot fast-forward your working tree.\n"
13116 "After making sure that you saved anything precious from\n"
13119 "$ git reset --hard\n"
13121 msgstr "Не удалось перемотать вперёд изменения в вашем рабочем каталоге.\nПосле того, как вы убедитесь, что вы сохранили всё необходимое из вывода\n$ git diff %s\n, запустите\n$ git reset --hard\nдля восстановления исходного состояния."
13123 #: builtin/pull.c:934
13124 msgid "Cannot merge multiple branches into empty head."
13125 msgstr "Нельзя слить несколько веток в пустой указатель на ветку."
13127 #: builtin/pull.c:938
13128 msgid "Cannot rebase onto multiple branches."
13129 msgstr "Невозможно переместить над несколькими ветками."
13131 #: builtin/pull.c:945
13132 msgid "cannot rebase with locally recorded submodule modifications"
13133 msgstr "невозможно выполнить перемещение с записанными локальными изменениями в подмодулях"
13135 #: builtin/push.c:19
13136 msgid "git push [<options>] [<repository> [<refspec>...]]"
13137 msgstr "git push [<опции>] [<репозиторий> [<спецификатор-ссылки>…]]"
13139 #: builtin/push.c:111
13140 msgid "tag shorthand without <tag>"
13141 msgstr "указано сокращение tag, но не указана сама <метка>"
13143 #: builtin/push.c:121
13144 msgid "--delete only accepts plain target ref names"
13145 msgstr "опция --delete принимает только простые целевые имена ссылок"
13147 #: builtin/push.c:165
13150 "To choose either option permanently, see push.default in 'git help config'."
13151 msgstr "\nЧтобы выбрать любую из опций на постоянной основе, смотрите push.default в «git help config»."
13153 #: builtin/push.c:168
13156 "The upstream branch of your current branch does not match\n"
13157 "the name of your current branch. To push to the upstream branch\n"
13158 "on the remote, use\n"
13160 " git push %s HEAD:%s\n"
13162 "To push to the branch of the same name on the remote, use\n"
13164 " git push %s %s\n"
13166 msgstr "Имя вышестоящей ветки и вашей текущей ветки различаются. Чтобы отправить изменения в вышестоящую ветку на внешнем репозитории, используйте:\n\n git push %s HEAD:%s\n\nЧтобы отправить изменения в ветку с таким же именем на внешнем репозитории, используйте:\n\n git push %s %s\n%s"
13168 #: builtin/push.c:183
13171 "You are not currently on a branch.\n"
13172 "To push the history leading to the current (detached HEAD)\n"
13175 " git push %s HEAD:<name-of-remote-branch>\n"
13176 msgstr "Вы сейчас не находитесь ни на одной из веток.\nЧтобы отправить историю, ведущую к текущему (отделённый HEAD) состоянию, используйте\n\n git push %s HEAD:<имя-внешней-ветки>\n"
13178 #: builtin/push.c:197
13181 "The current branch %s has no upstream branch.\n"
13182 "To push the current branch and set the remote as upstream, use\n"
13184 " git push --set-upstream %s %s\n"
13185 msgstr "Текущая ветка %s не имеет вышестоящей ветки.\nЧтобы отправить текущую ветку и установить внешнюю ветку как вышестоящую для этой ветки, используйте\n\n git push --set-upstream %s %s\n"
13187 #: builtin/push.c:205
13190 "The current branch %s has multiple upstream branches, refusing to push."
13191 msgstr "Ваша текущая ветка %s имеет несколько вышестоящих веток, отказ в отправке изменений."
13193 #: builtin/push.c:208
13196 "You are pushing to remote '%s', which is not the upstream of\n"
13197 "your current branch '%s', without telling me what to push\n"
13198 "to update which remote branch."
13199 msgstr "Вы сейчас отправляете изменения на внешний репозиторий «%s», который не является вышестоящим для вашей текущей ветки «%s», без указания того, что отправлять и в какую внешнюю ветку."
13201 #: builtin/push.c:267
13202 msgid "You didn't specify any refspecs to push, and push.default is \"nothing\"."
13203 msgstr "Вы не указали спецификацию ссылки для отправки, а push.default указан как «nothing»."
13205 #: builtin/push.c:274
13207 "Updates were rejected because the tip of your current branch is behind\n"
13208 "its remote counterpart. Integrate the remote changes (e.g.\n"
13209 "'git pull ...') before pushing again.\n"
13210 "See the 'Note about fast-forwards' in 'git push --help' for details."
13211 msgstr "Обновления были отклонены, так как верхушка вашей текущей ветки\nпозади ее внешней части. Заберите и слейте внешние изменения \n(например, с помощью «git pull …») перед повторной попыткой отправки\nизменений.\nДля дополнительной информации, смотрите «Note about fast-forwards»\nв «git push --help»."
13213 #: builtin/push.c:280
13215 "Updates were rejected because a pushed branch tip is behind its remote\n"
13216 "counterpart. Check out this branch and integrate the remote changes\n"
13217 "(e.g. 'git pull ...') before pushing again.\n"
13218 "See the 'Note about fast-forwards' in 'git push --help' for details."
13219 msgstr "Обновления были отклонены, так как верхушка отправляемой ветки\nпозади ее внешней части. Переключитесь на ветку и заберите внешние\nизменения (например, с помощью «git pull …») перед повторной\nпопыткой отправки изменений.\nДля дополнительной информации, смотрите «Note about fast-forwards»\nв «git push --help»."
13221 #: builtin/push.c:286
13223 "Updates were rejected because the remote contains work that you do\n"
13224 "not have locally. This is usually caused by another repository pushing\n"
13225 "to the same ref. You may want to first integrate the remote changes\n"
13226 "(e.g., 'git pull ...') before pushing again.\n"
13227 "See the 'Note about fast-forwards' in 'git push --help' for details."
13228 msgstr "Обновления были отклонены, так как внешний репозиторий содержит\nизменения, которых у вас нет в вашем локальном репозитории.\nОбычно, это связанно с тем, что кто-то уже отправил изменения в \nто же место. Перед повторной отправкой ваших изменений, вам нужно\nзабрать и слить изменения из внешнего репозитория себе\n(например, с помощью «git pull …»).\nДля дополнительной информации, смотрите «Note about fast-forwards»\nв «git push --help»."
13230 #: builtin/push.c:293
13231 msgid "Updates were rejected because the tag already exists in the remote."
13232 msgstr "Обновления были отклонены, так как метка уже существует во внешнем репозитории."
13234 #: builtin/push.c:296
13236 "You cannot update a remote ref that points at a non-commit object,\n"
13237 "or update a remote ref to make it point at a non-commit object,\n"
13238 "without using the '--force' option.\n"
13239 msgstr "Вы не можете обновить внешнюю ссылку, которая указывает на объект, не являющийся коммитом или обновить внешнюю ссылку так, чтобы она указывала на объект, не являющийся коммитом, без указания опции «--force».\n"
13241 #: builtin/push.c:357
13243 msgid "Pushing to %s\n"
13244 msgstr "Отправка в %s\n"
13246 #: builtin/push.c:361
13248 msgid "failed to push some refs to '%s'"
13249 msgstr "не удалось отправить некоторые ссылки в «%s»"
13251 #: builtin/push.c:395
13253 msgid "bad repository '%s'"
13254 msgstr "плохой репозитория «%s»"
13256 #: builtin/push.c:396
13258 "No configured push destination.\n"
13259 "Either specify the URL from the command-line or configure a remote repository using\n"
13261 " git remote add <name> <url>\n"
13263 "and then push using the remote name\n"
13265 " git push <name>\n"
13266 msgstr "Не настроена точка назначения для отправки.\nЛибо укажите URL с помощью командной строки, либо настройте внешний репозиторий с помощью\n\n git remote add <имя> <адрес>\n\nа затем отправьте изменения с помощью имени внешнего репозитория\n\n git push <имя>\n"
13268 #: builtin/push.c:551
13270 msgstr "репозиторий"
13272 #: builtin/push.c:552 builtin/send-pack.c:164
13273 msgid "push all refs"
13274 msgstr "отправить все ссылки"
13276 #: builtin/push.c:553 builtin/send-pack.c:166
13277 msgid "mirror all refs"
13278 msgstr "сделать зеркало всех ссылок"
13280 #: builtin/push.c:555
13281 msgid "delete refs"
13282 msgstr "удалить ссылки"
13284 #: builtin/push.c:556
13285 msgid "push tags (can't be used with --all or --mirror)"
13286 msgstr "отправить метки (нельзя использовать вместе с --all или --mirror)"
13288 #: builtin/push.c:559 builtin/send-pack.c:167
13289 msgid "force updates"
13290 msgstr "принудительное обновление"
13292 #: builtin/push.c:561 builtin/send-pack.c:181
13293 msgid "<refname>:<expect>"
13296 #: builtin/push.c:562 builtin/send-pack.c:182
13297 msgid "require old value of ref to be at this value"
13298 msgstr "требовать, чтобы старое значение ссылки было ожидаемым"
13300 #: builtin/push.c:565
13301 msgid "control recursive pushing of submodules"
13302 msgstr "управление рекурсивной отправкой подмодулей"
13304 #: builtin/push.c:567 builtin/send-pack.c:175
13305 msgid "use thin pack"
13306 msgstr "использовать тонкие пакеты"
13308 #: builtin/push.c:568 builtin/push.c:569 builtin/send-pack.c:161
13309 #: builtin/send-pack.c:162
13310 msgid "receive pack program"
13311 msgstr "путь к программе упаковки на сервере"
13313 #: builtin/push.c:570
13314 msgid "set upstream for git pull/status"
13315 msgstr "установить вышестоящую ветку для git pull/status"
13317 #: builtin/push.c:573
13318 msgid "prune locally removed refs"
13319 msgstr "почистить локально удаленные ссылки"
13321 #: builtin/push.c:575
13322 msgid "bypass pre-push hook"
13323 msgstr "пропустить перехватчик pre-push"
13325 #: builtin/push.c:576
13326 msgid "push missing but relevant tags"
13327 msgstr "отправить пропущенные, но нужные метки"
13329 #: builtin/push.c:579 builtin/send-pack.c:169
13330 msgid "GPG sign the push"
13331 msgstr "подписать отправку с помощью GPG"
13333 #: builtin/push.c:581 builtin/send-pack.c:176
13334 msgid "request atomic transaction on remote side"
13335 msgstr "запросить выполнение атомарной транзакции на внешней стороне"
13337 #: builtin/push.c:599
13338 msgid "--delete is incompatible with --all, --mirror and --tags"
13339 msgstr "--delete несовместимо с --all, --mirror и --tags"
13341 #: builtin/push.c:601
13342 msgid "--delete doesn't make sense without any refs"
13343 msgstr "--delete не имеет смысла без указания ссылок"
13345 #: builtin/push.c:604
13346 msgid "--all and --tags are incompatible"
13347 msgstr "--all и --tags нельзя использовать одновременно"
13349 #: builtin/push.c:606
13350 msgid "--all can't be combined with refspecs"
13351 msgstr "--all нельзя использовать вместе со спецификаторами ссылок"
13353 #: builtin/push.c:610
13354 msgid "--mirror and --tags are incompatible"
13355 msgstr "--mirror и --tags нельзя использовать одновременно"
13357 #: builtin/push.c:612
13358 msgid "--mirror can't be combined with refspecs"
13359 msgstr "--mirror нельзя использовать вместе со спецификаторами ссылок"
13361 #: builtin/push.c:615
13362 msgid "--all and --mirror are incompatible"
13363 msgstr "--all и --mirror нельзя использовать одновременно"
13365 #: builtin/push.c:634
13366 msgid "push options must not have new line characters"
13367 msgstr "опции для отправки не должны содержать символы перевода строк"
13369 #: builtin/range-diff.c:8
13370 msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"
13373 #: builtin/range-diff.c:9
13374 msgid "git range-diff [<options>] <old-tip>...<new-tip>"
13377 #: builtin/range-diff.c:10
13378 msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"
13381 #: builtin/range-diff.c:26
13382 msgid "Percentage by which creation is weighted"
13385 #: builtin/range-diff.c:28
13386 msgid "color both diff and diff-between-diffs"
13389 #: builtin/range-diff.c:75 builtin/range-diff.c:79
13391 msgid "no .. in range: '%s'"
13394 #: builtin/range-diff.c:89
13395 msgid "single arg format must be symmetric range"
13398 #: builtin/range-diff.c:104
13399 msgid "need two commit ranges"
13402 #: builtin/read-tree.c:40
13404 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>)"
13405 " [-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] "
13406 "[--index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
13407 msgstr "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<префикс>) [-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--index-output=<файл>] (--empty | <указатель-дерева-1> [<указатель-дерева-2> [<указатель-дерева-3>]])"
13409 #: builtin/read-tree.c:120
13410 msgid "write resulting index to <file>"
13411 msgstr "записать результирующий индекс в <файл>"
13413 #: builtin/read-tree.c:123
13414 msgid "only empty the index"
13415 msgstr "просто очистить индекс"
13417 #: builtin/read-tree.c:125
13421 #: builtin/read-tree.c:127
13422 msgid "perform a merge in addition to a read"
13423 msgstr "выполнить слияние в дополнение к чтению"
13425 #: builtin/read-tree.c:129
13426 msgid "3-way merge if no file level merging required"
13427 msgstr "трехходовое слияние, если не требуется слияние на уровне файлов"
13429 #: builtin/read-tree.c:131
13430 msgid "3-way merge in presence of adds and removes"
13431 msgstr "трехходовое слияние в случае присутствия добавлений или удалений файлов"
13433 #: builtin/read-tree.c:133
13434 msgid "same as -m, but discard unmerged entries"
13435 msgstr "тоже, что и -m, но отменяет изменения не слитых записей"
13437 #: builtin/read-tree.c:134
13438 msgid "<subdirectory>/"
13439 msgstr "<подкаталог>/"
13441 #: builtin/read-tree.c:135
13442 msgid "read the tree into the index under <subdirectory>/"
13443 msgstr "прочитать дерево в индекс в <подкаталог>/"
13445 #: builtin/read-tree.c:138
13446 msgid "update working tree with merge result"
13447 msgstr "обновить рабочий каталог результатом слияния"
13449 #: builtin/read-tree.c:140
13453 #: builtin/read-tree.c:141
13454 msgid "allow explicitly ignored files to be overwritten"
13455 msgstr "разрешить перезапись явно игнорируемых файлов"
13457 #: builtin/read-tree.c:144
13458 msgid "don't check the working tree after merging"
13459 msgstr "не проверять рабочий каталог после слияния"
13461 #: builtin/read-tree.c:145
13462 msgid "don't update the index or the work tree"
13463 msgstr "не обновлять индекс или рабочий каталог"
13465 #: builtin/read-tree.c:147
13466 msgid "skip applying sparse checkout filter"
13467 msgstr "пропустить применение фильтра частичного переключения на состояние"
13469 #: builtin/read-tree.c:149
13470 msgid "debug unpack-trees"
13471 msgstr "отладка unpack-trees"
13473 #: builtin/rebase--helper.c:8
13474 msgid "git rebase--helper [<options>]"
13475 msgstr "git rebase--helper [<опции>]"
13477 #: builtin/rebase--helper.c:24
13478 msgid "keep empty commits"
13479 msgstr "оставить пустые коммиты"
13481 #: builtin/rebase--helper.c:26 builtin/revert.c:124
13482 msgid "allow commits with empty messages"
13483 msgstr "разрешить коммиты с пустыми сообщениями"
13485 #: builtin/rebase--helper.c:27
13486 msgid "rebase merge commits"
13489 #: builtin/rebase--helper.c:29
13490 msgid "keep original branch points of cousins"
13493 #: builtin/rebase--helper.c:30
13494 msgid "continue rebase"
13495 msgstr "продолжить перемещение"
13497 #: builtin/rebase--helper.c:32
13498 msgid "abort rebase"
13499 msgstr "остановить перемещение"
13501 #: builtin/rebase--helper.c:35
13502 msgid "make rebase script"
13503 msgstr "создать сценарий перемещения"
13505 #: builtin/rebase--helper.c:37
13506 msgid "shorten commit ids in the todo list"
13507 msgstr "вывести короткие идентификаторы коммитов в списке действий"
13509 #: builtin/rebase--helper.c:39
13510 msgid "expand commit ids in the todo list"
13511 msgstr "вывести полные идентификаторы коммитов в списке действий"
13513 #: builtin/rebase--helper.c:41
13514 msgid "check the todo list"
13515 msgstr "проверить список дел"
13517 #: builtin/rebase--helper.c:43
13518 msgid "skip unnecessary picks"
13519 msgstr "пропустить ненужные команды pick"
13521 #: builtin/rebase--helper.c:45
13522 msgid "rearrange fixup/squash lines"
13523 msgstr "переставить строки fixup/squash"
13525 #: builtin/rebase--helper.c:47
13526 msgid "insert exec commands in todo list"
13527 msgstr "вставить команды исполнения коммитов в списке действий"
13529 #: builtin/rebase--helper.c:68
13530 msgid "--[no-]rebase-cousins has no effect without --rebase-merges"
13531 msgstr "--[no-]rebase-cousins не имеет смысла без указания --rebase-merges"
13533 #: builtin/receive-pack.c:32
13534 msgid "git receive-pack <git-dir>"
13535 msgstr "git receive-pack <каталог-git>"
13537 #: builtin/receive-pack.c:830
13539 "By default, updating the current branch in a non-bare repository\n"
13540 "is denied, because it will make the index and work tree inconsistent\n"
13541 "with what you pushed, and will require 'git reset --hard' to match\n"
13542 "the work tree to HEAD.\n"
13544 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
13545 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
13546 "its current branch; however, this is not recommended unless you\n"
13547 "arranged to update its work tree to match what you pushed in some\n"
13550 "To squelch this message and still keep the default behaviour, set\n"
13551 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
13552 msgstr "По умолчанию, обновлять текущую ветку в репозитории с рабочей\nкопией (не голом) запрещено, так как это сделает состояние индекса\nи рабочего каталога противоречивым, и вам прийдется выполнить\n«git reset --hard», чтобы состояние рабочего каталога снова\nсоответствовало HEAD.\n\nВы можете установить значение опции «receive.denyCurrentBranch»\nв «ignore» или «warn» во внешнем репозитории, чтобы разрешить\nотправку в его текущую ветку; но это не рекомендуется, если только\nвы не намерены обновить его рабочий каталог способом подобным\nвышеописанному.\n\nЧтобы пропустить это сообщение и все равно оставить поведение\nпо умолчанию, установите значение опции «receive.denyCurrentBranch»\nв «refuse»."
13554 #: builtin/receive-pack.c:850
13556 "By default, deleting the current branch is denied, because the next\n"
13557 "'git clone' won't result in any file checked out, causing confusion.\n"
13559 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
13560 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
13561 "current branch, with or without a warning message.\n"
13563 "To squelch this message, you can set it to 'refuse'."
13564 msgstr "По умолчанию, удаление текущей ветки запрещено, так как последующий\n«git clone» не сможет получить никаких файлов, что приведет к путанице.\n\nВы можете установить значение опции «receive.denyDeleteCurrent»\nв «warn» или «ignore», во внешнем репозитории, чтобы разрешить\nудаление текущей ветки с или без предупреждающего сообщения.\n\nЧтобы пропустить это сообщение, вы можете установить значение опции\nв «refuse»."
13566 #: builtin/receive-pack.c:1923
13568 msgstr "тихий режим"
13570 #: builtin/receive-pack.c:1937
13571 msgid "You must specify a directory."
13572 msgstr "Вы должны указать каталог."
13574 #: builtin/reflog.c:536 builtin/reflog.c:541
13576 msgid "'%s' is not a valid timestamp"
13577 msgstr "«%s» не является допустимой меткой даты/времени"
13579 #: builtin/remote.c:15
13580 msgid "git remote [-v | --verbose]"
13581 msgstr "git remote [-v | --verbose]"
13583 #: builtin/remote.c:16
13585 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] "
13586 "[--mirror=<fetch|push>] <name> <url>"
13587 msgstr "git remote add [-t <ветка>] [-m <мастер-ветка>] [-f] [--tags | --no-tags] [--mirror=<fetch|push>] <имя> <адрес>"
13589 #: builtin/remote.c:17 builtin/remote.c:37
13590 msgid "git remote rename <old> <new>"
13591 msgstr "git remote rename <старое-название> <новое-название>"
13593 #: builtin/remote.c:18 builtin/remote.c:42
13594 msgid "git remote remove <name>"
13595 msgstr "git remote remove <имя>"
13597 #: builtin/remote.c:19 builtin/remote.c:47
13598 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
13599 msgstr "git remote set-head <имя> (-a | --auto | -d | --delete | <ветка>)"
13601 #: builtin/remote.c:20
13602 msgid "git remote [-v | --verbose] show [-n] <name>"
13603 msgstr "git remote [-v | --verbose] show [-n] <имя>"
13605 #: builtin/remote.c:21
13606 msgid "git remote prune [-n | --dry-run] <name>"
13607 msgstr "git remote prune [-n | --dry-run] <имя>"
13609 #: builtin/remote.c:22
13611 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
13612 msgstr "git remote [-v | --verbose] update [-p | --prune] [(<группа> | <имя-внешнего-репозитория>)…]"
13614 #: builtin/remote.c:23
13615 msgid "git remote set-branches [--add] <name> <branch>..."
13616 msgstr "git remote set-branches [--add] <имя> <ветка>…"
13618 #: builtin/remote.c:24 builtin/remote.c:73
13619 msgid "git remote get-url [--push] [--all] <name>"
13620 msgstr "git remote get-url [--push] [--all] <имя>"
13622 #: builtin/remote.c:25 builtin/remote.c:78
13623 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
13624 msgstr "git remote set-url [--push] <имя> <новый-url> [<старый-url>]"
13626 #: builtin/remote.c:26 builtin/remote.c:79
13627 msgid "git remote set-url --add <name> <newurl>"
13628 msgstr "git remote set-url --add <имя> <новый-url>"
13630 #: builtin/remote.c:27 builtin/remote.c:80
13631 msgid "git remote set-url --delete <name> <url>"
13632 msgstr "git remote set-url --delete <имя> <url>"
13634 #: builtin/remote.c:32
13635 msgid "git remote add [<options>] <name> <url>"
13636 msgstr "git remote add [<опции>] <имя> <url>"
13638 #: builtin/remote.c:52
13639 msgid "git remote set-branches <name> <branch>..."
13640 msgstr "git remote set-branches <имя> <ветка>…"
13642 #: builtin/remote.c:53
13643 msgid "git remote set-branches --add <name> <branch>..."
13644 msgstr "git remote set-branches --add <имя> <ветка>…"
13646 #: builtin/remote.c:58
13647 msgid "git remote show [<options>] <name>"
13648 msgstr "git remote show [<опции>] <имя>"
13650 #: builtin/remote.c:63
13651 msgid "git remote prune [<options>] <name>"
13652 msgstr "git remote prune [<опции>] <имя>"
13654 #: builtin/remote.c:68
13655 msgid "git remote update [<options>] [<group> | <remote>]..."
13656 msgstr "git remote update [<опции>] [<группа> | <имя-внешнего-репозитория>]…"
13658 #: builtin/remote.c:97
13660 msgid "Updating %s"
13661 msgstr "Обновление %s"
13663 #: builtin/remote.c:129
13665 "--mirror is dangerous and deprecated; please\n"
13666 "\t use --mirror=fetch or --mirror=push instead"
13667 msgstr "ключ --mirror небезопасен и не рекомендуется к использованию;\nиспользуйте вместо него --mirror=fetch или --mirror=push"
13669 #: builtin/remote.c:146
13671 msgid "unknown mirror argument: %s"
13672 msgstr "неизвестный аргумент для mirror: %s"
13674 #: builtin/remote.c:162
13675 msgid "fetch the remote branches"
13676 msgstr "извлечь внешние ветки"
13678 #: builtin/remote.c:164
13679 msgid "import all tags and associated objects when fetching"
13680 msgstr "импортировать все метки и ассоциированные объекты при извлечении"
13682 #: builtin/remote.c:167
13683 msgid "or do not fetch any tag at all (--no-tags)"
13684 msgstr "или не извлекать метки вообще (--no-tags)"
13686 #: builtin/remote.c:169
13687 msgid "branch(es) to track"
13688 msgstr "отслеживаемые ветки"
13690 #: builtin/remote.c:170
13691 msgid "master branch"
13692 msgstr "мастер ветка"
13694 #: builtin/remote.c:171
13696 msgstr "push|fetch"
13698 #: builtin/remote.c:172
13699 msgid "set up remote as a mirror to push to or fetch from"
13700 msgstr "настроить внешний репозиторий как зеркало для отправки или извлечения изменений"
13702 #: builtin/remote.c:184
13703 msgid "specifying a master branch makes no sense with --mirror"
13704 msgstr "указание мастер ветки не имеет смысла с параметром --mirror"
13706 #: builtin/remote.c:186
13707 msgid "specifying branches to track makes sense only with fetch mirrors"
13708 msgstr "указание отслеживаемых веток имеет смысл только при зеркальном извлечении"
13710 #: builtin/remote.c:193 builtin/remote.c:635
13712 msgid "remote %s already exists."
13713 msgstr "внешний репозиторий %s уже существует"
13715 #: builtin/remote.c:197 builtin/remote.c:639
13717 msgid "'%s' is not a valid remote name"
13718 msgstr "«%s» не является допустимым именем внешнего репозитория."
13720 #: builtin/remote.c:237
13722 msgid "Could not setup master '%s'"
13723 msgstr "Не удалось настроить мастер ветку «%s»"
13725 #: builtin/remote.c:343
13727 msgid "Could not get fetch map for refspec %s"
13728 msgstr "Не удалось извлечь карту для спецификатора ссылки %s"
13730 #: builtin/remote.c:442 builtin/remote.c:450
13732 msgstr "(соответствующая)"
13734 #: builtin/remote.c:454
13736 msgstr "(удаленная)"
13738 #: builtin/remote.c:628 builtin/remote.c:764 builtin/remote.c:863
13740 msgid "No such remote: %s"
13741 msgstr "Нет такого внешнего репозитория: %s"
13743 #: builtin/remote.c:645
13745 msgid "Could not rename config section '%s' to '%s'"
13746 msgstr "Не удалось переименовать секцию конфигурации с «%s» на «%s»"
13748 #: builtin/remote.c:665
13751 "Not updating non-default fetch refspec\n"
13753 "\tPlease update the configuration manually if necessary."
13754 msgstr "Не обновляю нестандартную спецификатор ссылки для извлечения\n\t%s\n\tПожалуйста, если требуется, обновите конфигурацию вручную."
13756 #: builtin/remote.c:701
13758 msgid "deleting '%s' failed"
13759 msgstr "не удалось удалить «%s»"
13761 #: builtin/remote.c:735
13763 msgid "creating '%s' failed"
13764 msgstr "не удалось создать «%s»"
13766 #: builtin/remote.c:801
13768 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
13769 "to delete it, use:"
13771 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
13772 "to delete them, use:"
13773 msgstr[0] "Примечание: Некоторые ветки вне иерархии refs/remotes/ не будут удалены;\nчтобы удалить их, используйте:"
13774 msgstr[1] "Примечание: Некоторые ветки вне иерархии refs/remotes/ не будут удалены;\nчтобы удалить их, используйте:"
13775 msgstr[2] "Примечание: Некоторые ветки вне иерархии refs/remotes/ не будут удалены;\nчтобы удалить их, используйте:"
13776 msgstr[3] "Примечание: Некоторые ветки вне иерархии refs/remotes/ не будут удалены;\nчтобы удалить их, используйте:"
13778 #: builtin/remote.c:815
13780 msgid "Could not remove config section '%s'"
13781 msgstr "Не удалось удалить секцию файла конфигурации «%s»"
13783 #: builtin/remote.c:916
13785 msgid " new (next fetch will store in remotes/%s)"
13786 msgstr " новая (следующее извлечение сохранит ее в remotes/%s)"
13788 #: builtin/remote.c:919
13790 msgstr " отслеживается"
13792 #: builtin/remote.c:921
13793 msgid " stale (use 'git remote prune' to remove)"
13794 msgstr " недействительна (используйте «git remote prune», чтобы удалить)"
13796 #: builtin/remote.c:923
13800 #: builtin/remote.c:964
13802 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
13803 msgstr "неправильный параметр конфигурации branch.%s.merge; невозможно переместить более чем над 1 веткой"
13805 #: builtin/remote.c:973
13807 msgid "rebases interactively onto remote %s"
13808 msgstr "перемещается интерактивно над внешней веткой %s"
13810 #: builtin/remote.c:975
13812 msgid "rebases interactively (with merges) onto remote %s"
13815 #: builtin/remote.c:978
13817 msgid "rebases onto remote %s"
13818 msgstr "перемещается над внешней веткой %s"
13820 #: builtin/remote.c:982
13822 msgid " merges with remote %s"
13823 msgstr " будет слита с внешней веткой %s"
13825 #: builtin/remote.c:985
13827 msgid "merges with remote %s"
13828 msgstr "будет слита с внешней веткой %s"
13830 #: builtin/remote.c:988
13832 msgid "%-*s and with remote %s\n"
13833 msgstr "%-*s и с внешней веткой %s\n"
13835 #: builtin/remote.c:1031
13839 #: builtin/remote.c:1034
13843 #: builtin/remote.c:1038
13845 msgstr "уже актуальна"
13847 #: builtin/remote.c:1041
13848 msgid "fast-forwardable"
13849 msgstr "возможна перемотка вперед"
13851 #: builtin/remote.c:1044
13852 msgid "local out of date"
13853 msgstr "локальная ветка устарела"
13855 #: builtin/remote.c:1051
13857 msgid " %-*s forces to %-*s (%s)"
13858 msgstr " %-*s будет принудительно отправлена в %-*s (%s)"
13860 #: builtin/remote.c:1054
13862 msgid " %-*s pushes to %-*s (%s)"
13863 msgstr " %-*s будет отправлена в %-*s (%s)"
13865 #: builtin/remote.c:1058
13867 msgid " %-*s forces to %s"
13868 msgstr " %-*s будет принудительно отправлена в %s"
13870 #: builtin/remote.c:1061
13872 msgid " %-*s pushes to %s"
13873 msgstr " %-*s будет отправлена в %s"
13875 #: builtin/remote.c:1129
13876 msgid "do not query remotes"
13877 msgstr "не опрашивать внешние репозитории"
13879 #: builtin/remote.c:1156
13881 msgid "* remote %s"
13882 msgstr "* внешний репозиторий %s"
13884 #: builtin/remote.c:1157
13886 msgid " Fetch URL: %s"
13887 msgstr " URL для извлечения: %s"
13889 #: builtin/remote.c:1158 builtin/remote.c:1174 builtin/remote.c:1313
13893 #. TRANSLATORS: the colon ':' should align
13894 #. with the one in " Fetch URL: %s"
13896 #: builtin/remote.c:1172 builtin/remote.c:1174
13898 msgid " Push URL: %s"
13899 msgstr " URL для отправки: %s"
13901 #: builtin/remote.c:1176 builtin/remote.c:1178 builtin/remote.c:1180
13903 msgid " HEAD branch: %s"
13904 msgstr " HEAD ветка: %s"
13906 #: builtin/remote.c:1176
13907 msgid "(not queried)"
13908 msgstr "(не запрашивался)"
13910 #: builtin/remote.c:1178
13912 msgstr "(неизвестно)"
13914 #: builtin/remote.c:1182
13916 msgid " HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
13917 msgstr " HEAD ветка (HEAD внешнего репозитория неоднозначный, может быть одним из):\n"
13919 #: builtin/remote.c:1194
13921 msgid " Remote branch:%s"
13922 msgid_plural " Remote branches:%s"
13923 msgstr[0] " Внешняя ветка:%s"
13924 msgstr[1] " Внешние ветки:%s"
13925 msgstr[2] " Внешние ветки:%s"
13926 msgstr[3] " Внешние ветки:%s"
13928 #: builtin/remote.c:1197 builtin/remote.c:1223
13929 msgid " (status not queried)"
13930 msgstr " (статус не запрашивался)"
13932 #: builtin/remote.c:1206
13933 msgid " Local branch configured for 'git pull':"
13934 msgid_plural " Local branches configured for 'git pull':"
13935 msgstr[0] " Локальная ветка, настроенная для «git pull»:"
13936 msgstr[1] " Локальные ветки, настроенные для «git pull»:"
13937 msgstr[2] " Локальные ветки, настроенные для «git pull»:"
13938 msgstr[3] " Локальные ветки, настроенные для «git pull»:"
13940 #: builtin/remote.c:1214
13941 msgid " Local refs will be mirrored by 'git push'"
13942 msgstr " Локальные ссылки, зеркалируемые с помощью «git push»"
13944 #: builtin/remote.c:1220
13946 msgid " Local ref configured for 'git push'%s:"
13947 msgid_plural " Local refs configured for 'git push'%s:"
13948 msgstr[0] " Локальная ссылка, настроенная для «git push»%s:"
13949 msgstr[1] " Локальные ссылки, настроенные для «git push»%s:"
13950 msgstr[2] " Локальные ссылки, настроенные для «git push»%s:"
13951 msgstr[3] " Локальные ссылки, настроенные для «git push»%s:"
13953 #: builtin/remote.c:1241
13954 msgid "set refs/remotes/<name>/HEAD according to remote"
13955 msgstr "установить refs/remotes/<имя>/HEAD в зависимости от внешнего репозитория"
13957 #: builtin/remote.c:1243
13958 msgid "delete refs/remotes/<name>/HEAD"
13959 msgstr "удалить refs/remotes/<имя>/HEAD"
13961 #: builtin/remote.c:1258
13962 msgid "Cannot determine remote HEAD"
13963 msgstr "Не удалось определить внешний HEAD"
13965 #: builtin/remote.c:1260
13966 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
13967 msgstr "Несколько внешних HEAD веток. Укажите явно одну из них:"
13969 #: builtin/remote.c:1270
13971 msgid "Could not delete %s"
13972 msgstr "Не удалось удалить %s"
13974 #: builtin/remote.c:1278
13976 msgid "Not a valid ref: %s"
13977 msgstr "Недопустимая ссылка: %s"
13979 #: builtin/remote.c:1280
13981 msgid "Could not setup %s"
13982 msgstr "Не удалось настроить %s"
13984 #: builtin/remote.c:1298
13986 msgid " %s will become dangling!"
13987 msgstr " %s будет висящей веткой!"
13989 #: builtin/remote.c:1299
13991 msgid " %s has become dangling!"
13992 msgstr " %s стала висящей веткой!"
13994 #: builtin/remote.c:1309
13997 msgstr "Очистка %s"
13999 #: builtin/remote.c:1310
14004 #: builtin/remote.c:1326
14006 msgid " * [would prune] %s"
14007 msgstr " * [будет удалена] %s"
14009 #: builtin/remote.c:1329
14011 msgid " * [pruned] %s"
14012 msgstr " * [удалена] %s"
14014 #: builtin/remote.c:1374
14015 msgid "prune remotes after fetching"
14016 msgstr "почистить внешние репозитории после извлечения"
14018 #: builtin/remote.c:1437 builtin/remote.c:1491 builtin/remote.c:1559
14020 msgid "No such remote '%s'"
14021 msgstr "Нет такого внешнего репозитория «%s»"
14023 #: builtin/remote.c:1453
14025 msgstr "добавить ветку"
14027 #: builtin/remote.c:1460
14028 msgid "no remote specified"
14029 msgstr "не указан внешний репозиторий"
14031 #: builtin/remote.c:1477
14032 msgid "query push URLs rather than fetch URLs"
14033 msgstr "запросить URL отправки, вместо URL извлечения"
14035 #: builtin/remote.c:1479
14036 msgid "return all URLs"
14037 msgstr "вернуть все URL"
14039 #: builtin/remote.c:1507
14041 msgid "no URLs configured for remote '%s'"
14042 msgstr "URL не настроены для внешнего репозитория «%s»"
14044 #: builtin/remote.c:1533
14045 msgid "manipulate push URLs"
14046 msgstr "управление URL отправки"
14048 #: builtin/remote.c:1535
14050 msgstr "добавить URL"
14052 #: builtin/remote.c:1537
14053 msgid "delete URLs"
14054 msgstr "удалить URL"
14056 #: builtin/remote.c:1544
14057 msgid "--add --delete doesn't make sense"
14058 msgstr "--add нельзя использовать одновременно с --delete"
14060 #: builtin/remote.c:1583
14062 msgid "Invalid old URL pattern: %s"
14063 msgstr "Неправильный шаблон старого URL: %s"
14065 #: builtin/remote.c:1591
14067 msgid "No such URL found: %s"
14068 msgstr "Не найдены совпадения URL: %s"
14070 #: builtin/remote.c:1593
14071 msgid "Will not delete all non-push URLs"
14072 msgstr "Нельзя удалить все URL не-отправки"
14074 #: builtin/remote.c:1609
14075 msgid "be verbose; must be placed before a subcommand"
14076 msgstr "быть многословнее; должно стоять перед подкомандой"
14078 #: builtin/remote.c:1640
14080 msgid "Unknown subcommand: %s"
14081 msgstr "Неизвестная подкоманда: %s"
14083 #: builtin/repack.c:20
14084 msgid "git repack [<options>]"
14085 msgstr "git repack [<опции>]"
14087 #: builtin/repack.c:25
14089 "Incremental repacks are incompatible with bitmap indexes. Use\n"
14090 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
14091 msgstr "Инкрементальные перепаковки не совместимы с индексами в битовых картах. Используйте опцию --no-write-bitmap-index или отключите параметр конфигурации pack.writebitmaps."
14093 #: builtin/repack.c:287
14094 msgid "pack everything in a single pack"
14095 msgstr "упаковать всё в один пакет"
14097 #: builtin/repack.c:289
14098 msgid "same as -a, and turn unreachable objects loose"
14099 msgstr "тоже, что и -a, но дополнительно отбросить недостижимые объекты"
14101 #: builtin/repack.c:292
14102 msgid "remove redundant packs, and run git-prune-packed"
14103 msgstr "удалите лишние пакеты и запустите git-prune-packed"
14105 #: builtin/repack.c:294
14106 msgid "pass --no-reuse-delta to git-pack-objects"
14107 msgstr "передать опцию --no-reuse-delta в git-pack-objects"
14109 #: builtin/repack.c:296
14110 msgid "pass --no-reuse-object to git-pack-objects"
14111 msgstr "передать опцию --no-reuse-object в git-pack-objects"
14113 #: builtin/repack.c:298
14114 msgid "do not run git-update-server-info"
14115 msgstr "не запускать git-update-server-info"
14117 #: builtin/repack.c:301
14118 msgid "pass --local to git-pack-objects"
14119 msgstr "передать опцию --local в git-pack-objects"
14121 #: builtin/repack.c:303
14122 msgid "write bitmap index"
14123 msgstr "запись индекса в битовых картах"
14125 #: builtin/repack.c:304
14126 msgid "approxidate"
14127 msgstr "примерная-дата"
14129 #: builtin/repack.c:305
14130 msgid "with -A, do not loosen objects older than this"
14131 msgstr "с опцией -A, не отбрасывать объекты старее, чем указано"
14133 #: builtin/repack.c:307
14134 msgid "with -a, repack unreachable objects"
14135 msgstr "с параметром -a, перепаковать недоступные объекты"
14137 #: builtin/repack.c:309
14138 msgid "size of the window used for delta compression"
14139 msgstr "размер окна, используемый для компрессии дельт"
14141 #: builtin/repack.c:310 builtin/repack.c:316
14143 msgstr "количество-байт"
14145 #: builtin/repack.c:311
14146 msgid "same as the above, but limit memory size instead of entries count"
14147 msgstr "тоже, что и выше, но ограничить размер памяти, а не количество записей"
14149 #: builtin/repack.c:313
14150 msgid "limits the maximum delta depth"
14151 msgstr "ограничение на максимальную глубину дельт"
14153 #: builtin/repack.c:315
14154 msgid "limits the maximum number of threads"
14155 msgstr "ограничение на максимальное количество потоков"
14157 #: builtin/repack.c:317
14158 msgid "maximum size of each packfile"
14159 msgstr "максимальный размер каждого из файлов пакета"
14161 #: builtin/repack.c:319
14162 msgid "repack objects in packs marked with .keep"
14163 msgstr "переупаковать объекты в пакеты, помеченные файлом .keep"
14165 #: builtin/repack.c:321
14166 msgid "do not repack this pack"
14169 #: builtin/repack.c:331
14170 msgid "cannot delete packs in a precious-objects repo"
14171 msgstr "нельзя удалять пакеты в precious-objects репозитории"
14173 #: builtin/repack.c:335
14174 msgid "--keep-unreachable and -A are incompatible"
14175 msgstr "--keep-unreachable и -A нельзя использовать одновременно"
14177 #: builtin/repack.c:510 builtin/worktree.c:139
14179 msgid "failed to remove '%s'"
14180 msgstr "сбой удаления «%s»"
14182 #: builtin/replace.c:22
14183 msgid "git replace [-f] <object> <replacement>"
14184 msgstr "git replace [-f] <объект> <замена>"
14186 #: builtin/replace.c:23
14187 msgid "git replace [-f] --edit <object>"
14188 msgstr "git replace [-f] --edit <объект>"
14190 #: builtin/replace.c:24
14191 msgid "git replace [-f] --graft <commit> [<parent>...]"
14192 msgstr "git replace [-f] --graft <коммит> [<родитель>…]"
14194 #: builtin/replace.c:25
14195 msgid "git replace [-f] --convert-graft-file"
14198 #: builtin/replace.c:26
14199 msgid "git replace -d <object>..."
14200 msgstr "git replace -d <объект>…"
14202 #: builtin/replace.c:27
14203 msgid "git replace [--format=<format>] [-l [<pattern>]]"
14204 msgstr "git replace [--format=<формат>] [-l [<шаблон>]]"
14206 #: builtin/replace.c:57 builtin/replace.c:203 builtin/replace.c:206
14208 msgid "failed to resolve '%s' as a valid ref"
14211 #: builtin/replace.c:86
14214 "invalid replace format '%s'\n"
14215 "valid formats are 'short', 'medium' and 'long'"
14218 #: builtin/replace.c:121
14220 msgid "replace ref '%s' not found"
14223 #: builtin/replace.c:137
14225 msgid "Deleted replace ref '%s'"
14228 #: builtin/replace.c:149
14230 msgid "'%s' is not a valid ref name"
14233 #: builtin/replace.c:154
14235 msgid "replace ref '%s' already exists"
14238 #: builtin/replace.c:174
14241 "Objects must be of the same type.\n"
14242 "'%s' points to a replaced object of type '%s'\n"
14243 "while '%s' points to a replacement object of type '%s'."
14246 #: builtin/replace.c:225
14248 msgid "unable to open %s for writing"
14251 #: builtin/replace.c:238
14252 msgid "cat-file reported failure"
14255 #: builtin/replace.c:254
14257 msgid "unable to open %s for reading"
14260 #: builtin/replace.c:268
14261 msgid "unable to spawn mktree"
14264 #: builtin/replace.c:272
14265 msgid "unable to read from mktree"
14268 #: builtin/replace.c:281
14269 msgid "mktree reported failure"
14272 #: builtin/replace.c:285
14273 msgid "mktree did not return an object name"
14276 #: builtin/replace.c:294
14278 msgid "unable to fstat %s"
14281 #: builtin/replace.c:299
14282 msgid "unable to write object to database"
14285 #: builtin/replace.c:318 builtin/replace.c:371 builtin/replace.c:415
14286 #: builtin/replace.c:445
14288 msgid "not a valid object name: '%s'"
14291 #: builtin/replace.c:322
14293 msgid "unable to get object type for %s"
14296 #: builtin/replace.c:338
14297 msgid "editing object file failed"
14300 #: builtin/replace.c:347
14302 msgid "new object is the same as the old one: '%s'"
14305 #: builtin/replace.c:407
14307 msgid "bad mergetag in commit '%s'"
14308 msgstr "плохая метка слияния в коммите «%s»"
14310 #: builtin/replace.c:409
14312 msgid "malformed mergetag in commit '%s'"
14313 msgstr "повреждённая метка слияния в коммите «%s»"
14315 #: builtin/replace.c:421
14318 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
14319 "instead of --graft"
14320 msgstr "оригинальный коммит «%s» содержит метку слияния «%s», которая была отброшена; используйте --edit вместо --graft"
14322 #: builtin/replace.c:460
14324 msgid "the original commit '%s' has a gpg signature"
14327 #: builtin/replace.c:461
14328 msgid "the signature will be removed in the replacement commit!"
14329 msgstr "подпись будет удалена в замененном коммите!"
14331 #: builtin/replace.c:471
14333 msgid "could not write replacement commit for: '%s'"
14334 msgstr "не удалось записать замену для коммита: «%s»"
14336 #: builtin/replace.c:479
14338 msgid "graft for '%s' unnecessary"
14341 #: builtin/replace.c:482
14343 msgid "new commit is the same as the old one: '%s'"
14346 #: builtin/replace.c:514
14349 "could not convert the following graft(s):\n"
14353 #: builtin/replace.c:535
14354 msgid "list replace refs"
14355 msgstr "вывести список заменяемых ссылок"
14357 #: builtin/replace.c:536
14358 msgid "delete replace refs"
14359 msgstr "удаление заменяемых ссылок"
14361 #: builtin/replace.c:537
14362 msgid "edit existing object"
14363 msgstr "изменение существующего объекта"
14365 #: builtin/replace.c:538
14366 msgid "change a commit's parents"
14367 msgstr "изменение родителя коммита"
14369 #: builtin/replace.c:539
14370 msgid "convert existing graft file"
14373 #: builtin/replace.c:540
14374 msgid "replace the ref if it exists"
14375 msgstr "замена ссылки, если она существует"
14377 #: builtin/replace.c:542
14378 msgid "do not pretty-print contents for --edit"
14379 msgstr "не делать структурированный вывод содержимого для --edit"
14381 #: builtin/replace.c:543
14382 msgid "use this format"
14383 msgstr "использовать этот формат"
14385 #: builtin/replace.c:556
14386 msgid "--format cannot be used when not listing"
14389 #: builtin/replace.c:564
14390 msgid "-f only makes sense when writing a replacement"
14393 #: builtin/replace.c:568
14394 msgid "--raw only makes sense with --edit"
14397 #: builtin/replace.c:574
14398 msgid "-d needs at least one argument"
14401 #: builtin/replace.c:580
14402 msgid "bad number of arguments"
14405 #: builtin/replace.c:586
14406 msgid "-e needs exactly one argument"
14409 #: builtin/replace.c:592
14410 msgid "-g needs at least one argument"
14413 #: builtin/replace.c:598
14414 msgid "--convert-graft-file takes no argument"
14417 #: builtin/replace.c:604
14418 msgid "only one pattern can be given with -l"
14421 #: builtin/rerere.c:13
14422 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
14423 msgstr "git rerere [clear | forget <путь>… | status | remaining | diff | gc]"
14425 #: builtin/rerere.c:59
14426 msgid "register clean resolutions in index"
14427 msgstr "записать чистые разрешения конфликтов в индекс"
14429 #: builtin/reset.c:29
14431 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
14432 msgstr "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<коммит>]"
14434 #: builtin/reset.c:30
14435 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
14436 msgstr "git reset [-q] [<указатель-дерева>] [--] <пути>…"
14438 #: builtin/reset.c:31
14439 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
14440 msgstr "git reset --patch [<указатель-дерева>] [--] [<пути>…]"
14442 #: builtin/reset.c:37
14446 #: builtin/reset.c:37
14450 #: builtin/reset.c:37
14454 #: builtin/reset.c:37
14458 #: builtin/reset.c:37
14460 msgstr "оставлением"
14462 #: builtin/reset.c:78
14463 msgid "You do not have a valid HEAD."
14464 msgstr "У вас нет верного HEAD."
14466 #: builtin/reset.c:80
14467 msgid "Failed to find tree of HEAD."
14468 msgstr "Не удалось найти дерево у HEAD."
14470 #: builtin/reset.c:86
14472 msgid "Failed to find tree of %s."
14473 msgstr "Не удалось найти дерево у %s."
14475 #: builtin/reset.c:111
14477 msgid "HEAD is now at %s"
14478 msgstr "HEAD сейчас на %s"
14480 #: builtin/reset.c:189
14482 msgid "Cannot do a %s reset in the middle of a merge."
14483 msgstr "Нельзя выполнить сброс в режиме «%s» во время слияния."
14485 #: builtin/reset.c:289
14486 msgid "be quiet, only report errors"
14487 msgstr "тихий режим, выводить только ошибки"
14489 #: builtin/reset.c:291
14490 msgid "reset HEAD and index"
14491 msgstr "сбросить HEAD и индекс"
14493 #: builtin/reset.c:292
14494 msgid "reset only HEAD"
14495 msgstr "сбросить только HEAD"
14497 #: builtin/reset.c:294 builtin/reset.c:296
14498 msgid "reset HEAD, index and working tree"
14499 msgstr "сбросить HEAD, индекс и рабочий каталог"
14501 #: builtin/reset.c:298
14502 msgid "reset HEAD but keep local changes"
14503 msgstr "сбросить HEAD, но оставить локальные изменения"
14505 #: builtin/reset.c:304
14506 msgid "record only the fact that removed paths will be added later"
14507 msgstr "записать только факт того, что удаленные пути будут добавлены позже"
14509 #: builtin/reset.c:321
14511 msgid "Failed to resolve '%s' as a valid revision."
14512 msgstr "Не удалось распознать «%s» как действительную редакцию."
14514 #: builtin/reset.c:329
14516 msgid "Failed to resolve '%s' as a valid tree."
14517 msgstr "Не удалось распознать «%s» как действительное дерево."
14519 #: builtin/reset.c:338
14520 msgid "--patch is incompatible with --{hard,mixed,soft}"
14521 msgstr "--patch нельзя использовать одновременно с --{hard,mixed,soft}"
14523 #: builtin/reset.c:347
14524 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
14525 msgstr "использование опции --mixed с путями устарело; используйте «git reset -- <пути>» instead."
14527 #: builtin/reset.c:349
14529 msgid "Cannot do %s reset with paths."
14530 msgstr "Нельзя выполнить сброс в режиме «%s» вместе с указанием пути."
14532 #: builtin/reset.c:359
14534 msgid "%s reset is not allowed in a bare repository"
14535 msgstr "сброс «%s» разрешен только с голым репозиторием"
14537 #: builtin/reset.c:363
14538 msgid "-N can only be used with --mixed"
14539 msgstr "-N можно использовать вместе с --mixed"
14541 #: builtin/reset.c:380
14542 msgid "Unstaged changes after reset:"
14543 msgstr "Непроиндексированные изменения после сброса:"
14545 #: builtin/reset.c:386
14547 msgid "Could not reset index file to revision '%s'."
14548 msgstr "Не удалось сбросить файл индекса на редакцию «%s»."
14550 #: builtin/reset.c:390
14551 msgid "Could not write new index file."
14552 msgstr "Не удалось записать новый файл индекса."
14554 #: builtin/rev-list.c:399
14555 msgid "cannot combine --exclude-promisor-objects and --missing"
14558 #: builtin/rev-list.c:457
14559 msgid "object filtering requires --objects"
14560 msgstr "фильтрация объектов требует указания параметра --objects"
14562 #: builtin/rev-list.c:460
14564 msgid "invalid sparse value '%s'"
14565 msgstr "недопустимое частичное значение «%s»"
14567 #: builtin/rev-list.c:501
14568 msgid "rev-list does not support display of notes"
14569 msgstr "rev-list не поддерживает отображение заметок"
14571 #: builtin/rev-list.c:504
14572 msgid "cannot combine --use-bitmap-index with object filtering"
14573 msgstr "нельзя использовать --use-bitmap-index одновременно с фильтрацией объектов"
14575 #: builtin/rev-parse.c:406
14576 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
14577 msgstr "git rev-parse --parseopt [<опции>] -- [<аргументы>…]"
14579 #: builtin/rev-parse.c:411
14580 msgid "keep the `--` passed as an arg"
14581 msgstr "передавать далее «--» как аргумент"
14583 #: builtin/rev-parse.c:413
14584 msgid "stop parsing after the first non-option argument"
14585 msgstr "остановить разбор после первого аргумента не являющегося опцией"
14587 #: builtin/rev-parse.c:416
14588 msgid "output in stuck long form"
14589 msgstr "выводить аргументы в длинном формате"
14591 #: builtin/rev-parse.c:549
14593 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
14594 " or: git rev-parse --sq-quote [<arg>...]\n"
14595 " or: git rev-parse [<options>] [<arg>...]\n"
14597 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
14598 msgstr "git rev-parse --parseopt [<опции>] -- [<аргументы>…]\n or: git rev-parse --sq-quote [<аргумент>…]\n or: git rev-parse [<опции>] [<аргумент>…]\n\nЗапустите команду «git rev-parse --parseopt -h» для получения подробной информации о первом использовании."
14600 #: builtin/revert.c:24
14601 msgid "git revert [<options>] <commit-ish>..."
14602 msgstr "git revert [<опции>] <указатель-коммита>…"
14604 #: builtin/revert.c:25
14605 msgid "git revert <subcommand>"
14606 msgstr "git revert <подкоманда>"
14608 #: builtin/revert.c:30
14609 msgid "git cherry-pick [<options>] <commit-ish>..."
14610 msgstr "git cherry-pick [<опции>] <указатель-коммита>…"
14612 #: builtin/revert.c:31
14613 msgid "git cherry-pick <subcommand>"
14614 msgstr "git cherry-pick <подкоманда>"
14616 #: builtin/revert.c:91
14618 msgid "%s: %s cannot be used with %s"
14619 msgstr "%s: %s нельзя использовать одновременно с %s"
14621 #: builtin/revert.c:100
14622 msgid "end revert or cherry-pick sequence"
14623 msgstr "конец последовательности копирования или обращения изменений коммитов"
14625 #: builtin/revert.c:101
14626 msgid "resume revert or cherry-pick sequence"
14627 msgstr "продолжить последовательность копирования или обращения изменений коммитов"
14629 #: builtin/revert.c:102
14630 msgid "cancel revert or cherry-pick sequence"
14631 msgstr "отмена последовательности копирования или обращения изменений коммитов"
14633 #: builtin/revert.c:103
14634 msgid "don't automatically commit"
14635 msgstr "не коммитить автоматически"
14637 #: builtin/revert.c:104
14638 msgid "edit the commit message"
14639 msgstr "изменить сообщение коммита"
14641 #: builtin/revert.c:107
14642 msgid "parent-number"
14643 msgstr "номер-родителя"
14645 #: builtin/revert.c:108
14646 msgid "select mainline parent"
14647 msgstr "выбор основного родителя"
14649 #: builtin/revert.c:110
14650 msgid "merge strategy"
14651 msgstr "стратегия слияния"
14653 #: builtin/revert.c:111
14657 #: builtin/revert.c:112
14658 msgid "option for merge strategy"
14659 msgstr "опция для стратегии слияния"
14661 #: builtin/revert.c:121
14662 msgid "append commit name"
14663 msgstr "добавить имя коммита"
14665 #: builtin/revert.c:123
14666 msgid "preserve initially empty commits"
14667 msgstr "сохранить изначально пустые коммиты"
14669 #: builtin/revert.c:125
14670 msgid "keep redundant, empty commits"
14671 msgstr "оставить избыточные, пустые коммиты"
14673 #: builtin/revert.c:219
14674 msgid "revert failed"
14675 msgstr "сбой обращения изменений коммита"
14677 #: builtin/revert.c:232
14678 msgid "cherry-pick failed"
14679 msgstr "сбой при копировании коммита"
14682 msgid "git rm [<options>] [--] <file>..."
14683 msgstr "git rm [<опции>] [--] <файл>…"
14685 #: builtin/rm.c:206
14687 "the following file has staged content different from both the\n"
14688 "file and the HEAD:"
14690 "the following files have staged content different from both the\n"
14691 "file and the HEAD:"
14692 msgstr[0] "следующие файлы содержат проиндексированные изменения отличающиеся и от файла, и от HEAD:"
14693 msgstr[1] "следующие файлы содержат проиндексированные изменения отличающиеся и от файла, и от HEAD:"
14694 msgstr[2] "следующие файлы содержат проиндексированные изменения отличающиеся и от файла, и от HEAD:"
14695 msgstr[3] "следующие файлы содержат проиндексированные изменения отличающиеся и от файла, и от HEAD:"
14697 #: builtin/rm.c:211
14700 "(use -f to force removal)"
14701 msgstr "\n(используйте опцию «-f» для принудительного удаления)"
14703 #: builtin/rm.c:215
14704 msgid "the following file has changes staged in the index:"
14705 msgid_plural "the following files have changes staged in the index:"
14706 msgstr[0] "следующие файлы содержат проиндексированные изменения в индексе:"
14707 msgstr[1] "следующие файлы содержат проиндексированные изменения в индексе:"
14708 msgstr[2] "следующие файлы содержат проиндексированные изменения в индексе:"
14709 msgstr[3] "следующие файлы содержат проиндексированные изменения в индексе:"
14711 #: builtin/rm.c:219 builtin/rm.c:228
14714 "(use --cached to keep the file, or -f to force removal)"
14715 msgstr "\n(используйте опцию «--cached» для оставления файла, или «-f» для принудительного удаления)"
14717 #: builtin/rm.c:225
14718 msgid "the following file has local modifications:"
14719 msgid_plural "the following files have local modifications:"
14720 msgstr[0] "следующие файлы содержат локальные изменения:"
14721 msgstr[1] "следующие файлы содержат локальные изменения:"
14722 msgstr[2] "следующие файлы содержат локальные изменения:"
14723 msgstr[3] "следующие файлы содержат локальные изменения:"
14725 #: builtin/rm.c:241
14726 msgid "do not list removed files"
14727 msgstr "не выводить список удаленных файлов"
14729 #: builtin/rm.c:242
14730 msgid "only remove from the index"
14731 msgstr "удалить только из индекса"
14733 #: builtin/rm.c:243
14734 msgid "override the up-to-date check"
14735 msgstr "пропустить проверку актуальности"
14737 #: builtin/rm.c:244
14738 msgid "allow recursive removal"
14739 msgstr "разрешить рекурсивное удаление"
14741 #: builtin/rm.c:246
14742 msgid "exit with a zero status even if nothing matched"
14743 msgstr "выход с нулевым кодом возврата, даже если ничего не найдено"
14745 #: builtin/rm.c:288
14746 msgid "please stage your changes to .gitmodules or stash them to proceed"
14749 #: builtin/rm.c:306
14751 msgid "not removing '%s' recursively without -r"
14752 msgstr "не удаляю рекурсивно «%s» без указания опции -r"
14754 #: builtin/rm.c:345
14756 msgid "git rm: unable to remove %s"
14757 msgstr "git rm: не удалось удалить %s"
14759 #: builtin/rm.c:368
14761 msgid "could not remove '%s'"
14762 msgstr "не удалось удалить «%s»"
14764 #: builtin/send-pack.c:20
14766 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> [<ref>...]\n"
14767 " --all and explicit <ref> specification are mutually exclusive."
14768 msgstr "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-receive-pack>] [--verbose] [--thin] [--atomic] [<сервер>:]<каталог> [<ссылка>…]\n --all и явный спецификатор <ссылки> взаимно исключающие."
14770 #: builtin/send-pack.c:163
14771 msgid "remote name"
14772 msgstr "имя внешнего репозитория"
14774 #: builtin/send-pack.c:177
14775 msgid "use stateless RPC protocol"
14776 msgstr "протокол без сохранения состояния для RPC"
14778 #: builtin/send-pack.c:178
14779 msgid "read refs from stdin"
14780 msgstr "прочитать ссылки из стандартного ввода"
14782 #: builtin/send-pack.c:179
14783 msgid "print status from remote helper"
14784 msgstr "вывести статус от скрипта внешнего сервера"
14786 #: builtin/serve.c:7
14787 msgid "git serve [<options>]"
14788 msgstr "git serve [<опции>]"
14790 #: builtin/serve.c:17 builtin/upload-pack.c:23
14791 msgid "quit after a single request/response exchange"
14792 msgstr "выход после обмена одним запросом/ответом"
14794 #: builtin/serve.c:19
14795 msgid "exit immediately after advertising capabilities"
14798 #: builtin/shortlog.c:14
14799 msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
14800 msgstr "git shortlog [<опции>] [<диапазон-редакций>] [[--] <путь>…]"
14802 #: builtin/shortlog.c:15
14803 msgid "git log --pretty=short | git shortlog [<options>]"
14804 msgstr "git log --pretty=short | git shortlog [<опции>]"
14806 #: builtin/shortlog.c:264
14807 msgid "Group by committer rather than author"
14808 msgstr "Группировать по коммитеру, а не по автору"
14810 #: builtin/shortlog.c:266
14811 msgid "sort output according to the number of commits per author"
14812 msgstr "отсортировать вывод по количеству коммитов у автора"
14814 #: builtin/shortlog.c:268
14815 msgid "Suppress commit descriptions, only provides commit count"
14816 msgstr "Не выводить описания коммитов, а только их количество"
14818 #: builtin/shortlog.c:270
14819 msgid "Show the email address of each author"
14820 msgstr "Показать почту каждого из авторов"
14822 #: builtin/shortlog.c:271
14823 msgid "<w>[,<i1>[,<i2>]]"
14824 msgstr "<w>[,<i1>[,<i2>]]"
14826 #: builtin/shortlog.c:272
14827 msgid "Linewrap output"
14828 msgstr "Перенос строк на выводе"
14830 #: builtin/shortlog.c:299
14831 msgid "too many arguments given outside repository"
14834 #: builtin/show-branch.c:13
14836 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
14837 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
14838 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
14839 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
14840 msgstr "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] [(<редакция> | <шаблон>)…]"
14842 #: builtin/show-branch.c:17
14843 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
14844 msgstr "git show-branch (-g | --reflog)[=<n>[,<база>]] [--list] [<ссылка>]"
14846 #: builtin/show-branch.c:395
14848 msgid "ignoring %s; cannot handle more than %d ref"
14849 msgid_plural "ignoring %s; cannot handle more than %d refs"
14850 msgstr[0] "игнорирование %s; невозможно обработать больше %d ссылки"
14851 msgstr[1] "игнорирование %s; невозможно обработать больше %d ссылок"
14852 msgstr[2] "игнорирование %s; невозможно обработать больше %d ссылок"
14853 msgstr[3] "игнорирование %s; невозможно обработать больше %d ссылки"
14855 #: builtin/show-branch.c:549
14857 msgid "no matching refs with %s"
14858 msgstr "нет совпадающих записей с %s"
14860 #: builtin/show-branch.c:645
14861 msgid "show remote-tracking and local branches"
14862 msgstr "показать список и отслеживаемых внешних и локальных веток"
14864 #: builtin/show-branch.c:647
14865 msgid "show remote-tracking branches"
14866 msgstr "показать список отслеживаемых внешних веток"
14868 #: builtin/show-branch.c:649
14869 msgid "color '*!+-' corresponding to the branch"
14870 msgstr "окрашивать «*!+-» в соответствии с веткой"
14872 #: builtin/show-branch.c:651
14873 msgid "show <n> more commits after the common ancestor"
14874 msgstr "показать <n> коммитов после общего предка"
14876 #: builtin/show-branch.c:653
14877 msgid "synonym to more=-1"
14878 msgstr "синоним для more=-1"
14880 #: builtin/show-branch.c:654
14881 msgid "suppress naming strings"
14882 msgstr "не выводить именованные строки"
14884 #: builtin/show-branch.c:656
14885 msgid "include the current branch"
14886 msgstr "включить в вывод текущую ветку"
14888 #: builtin/show-branch.c:658
14889 msgid "name commits with their object names"
14890 msgstr "именовать коммиты их именами объектов"
14892 #: builtin/show-branch.c:660
14893 msgid "show possible merge bases"
14894 msgstr "вывести возможные базы слияния"
14896 #: builtin/show-branch.c:662
14897 msgid "show refs unreachable from any other ref"
14898 msgstr "вывести ссылки, недоступные из любых других ссылок"
14900 #: builtin/show-branch.c:664
14901 msgid "show commits in topological order"
14902 msgstr "вывести коммиты в топологическом порядке"
14904 #: builtin/show-branch.c:667
14905 msgid "show only commits not on the first branch"
14906 msgstr "вывести только коммиты, отсутствующие в первой ветке"
14908 #: builtin/show-branch.c:669
14909 msgid "show merges reachable from only one tip"
14910 msgstr "вывести слияния, достижимые только из одной из верхушек"
14912 #: builtin/show-branch.c:671
14913 msgid "topologically sort, maintaining date order where possible"
14914 msgstr "топологическая сортировка, с сохранением порядка дат, если возможно"
14916 #: builtin/show-branch.c:674
14917 msgid "<n>[,<base>]"
14918 msgstr "<n>[,<база>]"
14920 #: builtin/show-branch.c:675
14921 msgid "show <n> most recent ref-log entries starting at base"
14922 msgstr "показать <n> последних записей в журнале ссылок, начиная с базы"
14924 #: builtin/show-branch.c:711
14926 "--reflog is incompatible with --all, --remotes, --independent or --merge-"
14928 msgstr "--reflog несовместимо с --all, --remotes, --independent и --merge-base"
14930 #: builtin/show-branch.c:735
14931 msgid "no branches given, and HEAD is not valid"
14932 msgstr "не указаны ветки и HEAD не действительный"
14934 #: builtin/show-branch.c:738
14935 msgid "--reflog option needs one branch name"
14936 msgstr "параметр --reflog требует указания имени одной ветки"
14938 #: builtin/show-branch.c:741
14940 msgid "only %d entry can be shown at one time."
14941 msgid_plural "only %d entries can be shown at one time."
14942 msgstr[0] "только %d запись может быть показана одновременно."
14943 msgstr[1] "только %d записи могут быть показаны одновременно."
14944 msgstr[2] "только %d записей могут быть показаны одновременно."
14945 msgstr[3] "только %d записи могут быть показаны одновременно."
14947 #: builtin/show-branch.c:745
14949 msgid "no such ref %s"
14950 msgstr "нет такой ссылки %s"
14952 #: builtin/show-branch.c:829
14954 msgid "cannot handle more than %d rev."
14955 msgid_plural "cannot handle more than %d revs."
14956 msgstr[0] "невозможно обработать больше %d редакции."
14957 msgstr[1] "невозможно обработать больше %d редакций."
14958 msgstr[2] "невозможно обработать больше %d редакций."
14959 msgstr[3] "невозможно обработать больше %d редакции."
14961 #: builtin/show-branch.c:833
14963 msgid "'%s' is not a valid ref."
14964 msgstr "«%s» не является допустимой ссылкой на коммит."
14966 #: builtin/show-branch.c:836
14968 msgid "cannot find commit %s (%s)"
14969 msgstr "не удалось найти коммит %s (%s)"
14971 #: builtin/show-ref.c:11
14973 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | "
14974 "--hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
14975 msgstr "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<шаблон>…]"
14977 #: builtin/show-ref.c:12
14978 msgid "git show-ref --exclude-existing[=<pattern>]"
14979 msgstr "git show-ref --exclude-existing[=<шаблон>]"
14981 #: builtin/show-ref.c:160
14982 msgid "only show tags (can be combined with heads)"
14983 msgstr "вывести только метки (можно использовать одновременно с --heads)"
14985 #: builtin/show-ref.c:161
14986 msgid "only show heads (can be combined with tags)"
14987 msgstr "вывести только головы (можно использовать одновременно с --tags)"
14989 #: builtin/show-ref.c:162
14990 msgid "stricter reference checking, requires exact ref path"
14991 msgstr "более строгая проверка ссылок, требует точный путь ссылки"
14993 #: builtin/show-ref.c:165 builtin/show-ref.c:167
14994 msgid "show the HEAD reference, even if it would be filtered out"
14995 msgstr "вывести ссылку HEAD, даже если она будет отфильтрована"
14997 #: builtin/show-ref.c:169
14998 msgid "dereference tags into object IDs"
14999 msgstr "разыменовать метки в идентификаторы объектов"
15001 #: builtin/show-ref.c:171
15002 msgid "only show SHA1 hash using <n> digits"
15003 msgstr "использовать <n> цифр для вывода SHA-1"
15005 #: builtin/show-ref.c:175
15006 msgid "do not print results to stdout (useful with --verify)"
15007 msgstr "не печатать результат на стандартный вывод (полезно с опцией «--verify»)"
15009 #: builtin/show-ref.c:177
15010 msgid "show refs from stdin that aren't in local repository"
15011 msgstr "вывести ссылки со стандартного ввода, которых нет в локальном репозитории"
15013 #: builtin/stripspace.c:18
15014 msgid "git stripspace [-s | --strip-comments]"
15015 msgstr "git stripspace [-s | --strip-comments]"
15017 #: builtin/stripspace.c:19
15018 msgid "git stripspace [-c | --comment-lines]"
15019 msgstr "git stripspace [-c | --comment-lines]"
15021 #: builtin/stripspace.c:36
15022 msgid "skip and remove all lines starting with comment character"
15023 msgstr "пропустить и удалить все строки, начинающиеся с символа комметария"
15025 #: builtin/stripspace.c:39
15026 msgid "prepend comment character and space to each line"
15027 msgstr "добавить перед каждой строкой символ комметария и пробел"
15029 #: builtin/submodule--helper.c:37 builtin/submodule--helper.c:1833
15031 msgid "No such ref: %s"
15032 msgstr "Нет такой ссылки: %s"
15034 #: builtin/submodule--helper.c:44 builtin/submodule--helper.c:1842
15036 msgid "Expecting a full ref name, got %s"
15037 msgstr "Ожидалось полное имя ссылки, а получено %s"
15039 #: builtin/submodule--helper.c:61
15040 msgid "submodule--helper print-default-remote takes no arguments"
15043 #: builtin/submodule--helper.c:99
15045 msgid "cannot strip one component off url '%s'"
15046 msgstr "не удалось обрезать один компонент url «%s»"
15048 #: builtin/submodule--helper.c:407 builtin/submodule--helper.c:1356
15049 msgid "alternative anchor for relative paths"
15050 msgstr "альтернативный символ для относительных путей"
15052 #: builtin/submodule--helper.c:412
15053 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
15054 msgstr "git submodule--helper list [--prefix=<путь>] [<путь>…]"
15056 #: builtin/submodule--helper.c:469 builtin/submodule--helper.c:606
15057 #: builtin/submodule--helper.c:629
15059 msgid "No url found for submodule path '%s' in .gitmodules"
15060 msgstr "URL для подмодуля по пути «%s» не найден в .gitmodules"
15062 #: builtin/submodule--helper.c:521
15064 msgid "Entering '%s'\n"
15067 #: builtin/submodule--helper.c:524
15070 "run_command returned non-zero status for %s\n"
15074 #: builtin/submodule--helper.c:545
15077 "run_command returned non-zero status whilerecursing in the nested submodules of %s\n"
15081 #: builtin/submodule--helper.c:561
15082 msgid "Suppress output of entering each submodule command"
15085 #: builtin/submodule--helper.c:563 builtin/submodule--helper.c:1040
15086 msgid "Recurse into nested submodules"
15089 #: builtin/submodule--helper.c:568
15090 msgid "git submodule--helper foreach [--quiet] [--recursive] <command>"
15091 msgstr "git submodule--helper foreach [--quiet] [--recursive] <команда>"
15093 #: builtin/submodule--helper.c:644
15096 "could not lookup configuration '%s'. Assuming this repository is its own "
15097 "authoritative upstream."
15098 msgstr "не удалось запросить конфигурацию «%s». Предполагаю, что этот репозиторий имеет свой собственный вышестоящий репозиторий."
15100 #: builtin/submodule--helper.c:655
15102 msgid "Failed to register url for submodule path '%s'"
15103 msgstr "Сбой регистрации адреса для пути подмодуля «%s»"
15105 #: builtin/submodule--helper.c:659
15107 msgid "Submodule '%s' (%s) registered for path '%s'\n"
15108 msgstr "Подмодуль «%s» (%s) зарегистрирован по пути «%s»\n"
15110 #: builtin/submodule--helper.c:669
15112 msgid "warning: command update mode suggested for submodule '%s'\n"
15113 msgstr "внимание: предполагаемый режим обновления для подмодуля «%s»\n"
15115 #: builtin/submodule--helper.c:676
15117 msgid "Failed to register update mode for submodule path '%s'"
15118 msgstr "Сбой регистрации режима обновления для пути подмодуля «%s»"
15120 #: builtin/submodule--helper.c:698
15121 msgid "Suppress output for initializing a submodule"
15122 msgstr "Не выводить информацию о инициализации подмодуля"
15124 #: builtin/submodule--helper.c:703
15125 msgid "git submodule--helper init [<path>]"
15126 msgstr "git submodule--helper init [<путь>]"
15128 #: builtin/submodule--helper.c:775 builtin/submodule--helper.c:901
15130 msgid "no submodule mapping found in .gitmodules for path '%s'"
15131 msgstr "не найдено соответствие подмодулей в .gitmodules для пути «%s»"
15133 #: builtin/submodule--helper.c:814
15135 msgid "could not resolve HEAD ref inside the submodule '%s'"
15136 msgstr "не удалось найти HEAD ссылку внутри подмодуля «%s»"
15138 #: builtin/submodule--helper.c:841 builtin/submodule--helper.c:1010
15140 msgid "failed to recurse into submodule '%s'"
15141 msgstr "не удалось перейти вглубь подмодуля «%s»"
15143 #: builtin/submodule--helper.c:865 builtin/submodule--helper.c:1176
15144 msgid "Suppress submodule status output"
15145 msgstr "Не выводить статус подмодуля"
15147 #: builtin/submodule--helper.c:866
15149 "Use commit stored in the index instead of the one stored in the submodule "
15151 msgstr "Использовать коммит хранящийся в индексе вместо коммита хранящегося в HEAD подмодуля"
15153 #: builtin/submodule--helper.c:867
15154 msgid "recurse into nested submodules"
15155 msgstr "проходить вглубь вложенных подмодулей"
15157 #: builtin/submodule--helper.c:872
15158 msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
15159 msgstr "git submodule status [--quiet] [--cached] [--recursive] [<путь>…]"
15161 #: builtin/submodule--helper.c:896
15162 msgid "git submodule--helper name <path>"
15163 msgstr "git submodule--helper name <путь>"
15165 #: builtin/submodule--helper.c:960
15167 msgid "Synchronizing submodule url for '%s'\n"
15170 #: builtin/submodule--helper.c:966
15172 msgid "failed to register url for submodule path '%s'"
15175 #: builtin/submodule--helper.c:980
15177 msgid "failed to get the default remote for submodule '%s'"
15180 #: builtin/submodule--helper.c:991
15182 msgid "failed to update remote for submodule '%s'"
15185 #: builtin/submodule--helper.c:1038
15186 msgid "Suppress output of synchronizing submodule url"
15189 #: builtin/submodule--helper.c:1045
15190 msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
15191 msgstr "git submodule--helper sync [--quiet] [--recursive] [<путь>]"
15193 #: builtin/submodule--helper.c:1099
15196 "Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
15197 "really want to remove it including all of its history)"
15200 #: builtin/submodule--helper.c:1111
15203 "Submodule work tree '%s' contains local modifications; use '-f' to discard "
15207 #: builtin/submodule--helper.c:1119
15209 msgid "Cleared directory '%s'\n"
15212 #: builtin/submodule--helper.c:1121
15214 msgid "Could not remove submodule work tree '%s'\n"
15217 #: builtin/submodule--helper.c:1132
15219 msgid "could not create empty submodule directory %s"
15222 #: builtin/submodule--helper.c:1148
15224 msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
15227 #: builtin/submodule--helper.c:1177
15228 msgid "Remove submodule working trees even if they contain local changes"
15231 #: builtin/submodule--helper.c:1178
15232 msgid "Unregister all submodules"
15235 #: builtin/submodule--helper.c:1183
15237 "git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
15238 msgstr "git submodule deinit [--quiet] [-f | --force] [--all | [--] [<путь>…]]"
15240 #: builtin/submodule--helper.c:1197
15241 msgid "Use '--all' if you really want to deinitialize all submodules"
15242 msgstr "Используйте «--all», если вы действительно хотите деинициализировать все подмодули"
15244 #: builtin/submodule--helper.c:1290 builtin/submodule--helper.c:1293
15246 msgid "submodule '%s' cannot add alternate: %s"
15247 msgstr "подмодулю «%s» не удалось добавить альтернативу: %s"
15249 #: builtin/submodule--helper.c:1329
15251 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
15252 msgstr "Значение «%s» для параметра submodule.alternateErrorStrategy не рапознано"
15254 #: builtin/submodule--helper.c:1336
15256 msgid "Value '%s' for submodule.alternateLocation is not recognized"
15257 msgstr "Значение «%s» для параметра submodule.alternateLocation не рапознано"
15259 #: builtin/submodule--helper.c:1359
15260 msgid "where the new submodule will be cloned to"
15261 msgstr "куда должен быть склонирован новый подмодуль"
15263 #: builtin/submodule--helper.c:1362
15264 msgid "name of the new submodule"
15265 msgstr "имя нового подмодуля"
15267 #: builtin/submodule--helper.c:1365
15268 msgid "url where to clone the submodule from"
15269 msgstr "url откуда должен был склонирован новый подмодуль"
15271 #: builtin/submodule--helper.c:1373
15272 msgid "depth for shallow clones"
15273 msgstr "глубина для частичного клона"
15275 #: builtin/submodule--helper.c:1376 builtin/submodule--helper.c:1751
15276 msgid "force cloning progress"
15277 msgstr "принудительно выводить прогресс клонирования"
15279 #: builtin/submodule--helper.c:1381
15281 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
15282 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
15283 msgstr "git submodule--helper clone [--prefix=<путь>] [--quiet] [--reference <репозиторий>] [--name <имя>] [--depth <глубина>] --url <url> --path <путь>"
15285 #: builtin/submodule--helper.c:1412
15287 msgid "clone of '%s' into submodule path '%s' failed"
15288 msgstr "не удалось клонировать «%s» в подмодуль по пути «%s»"
15290 #: builtin/submodule--helper.c:1426
15292 msgid "could not get submodule directory for '%s'"
15293 msgstr "не удалось получить каталог для подмодуля «%s»"
15295 #: builtin/submodule--helper.c:1492
15297 msgid "Submodule path '%s' not initialized"
15298 msgstr "Подмодуль по пути «%s» не инициализирован"
15300 #: builtin/submodule--helper.c:1496
15301 msgid "Maybe you want to use 'update --init'?"
15302 msgstr "Возможно, вы хотели использовать «update --init»?"
15304 #: builtin/submodule--helper.c:1525
15306 msgid "Skipping unmerged submodule %s"
15307 msgstr "Пропуск не слитого подмодуля %s"
15309 #: builtin/submodule--helper.c:1554
15311 msgid "Skipping submodule '%s'"
15312 msgstr "Пропуск подмодуля «%s»"
15314 #: builtin/submodule--helper.c:1689
15316 msgid "Failed to clone '%s'. Retry scheduled"
15317 msgstr "Не удалось клонировать «%s». Запланирована повторная попытка"
15319 #: builtin/submodule--helper.c:1700
15321 msgid "Failed to clone '%s' a second time, aborting"
15322 msgstr "Не удалось клонировать «%s» со второй попытки, отмена"
15324 #: builtin/submodule--helper.c:1730 builtin/submodule--helper.c:1953
15325 msgid "path into the working tree"
15326 msgstr "путь в рабочем каталоге"
15328 #: builtin/submodule--helper.c:1733
15329 msgid "path into the working tree, across nested submodule boundaries"
15330 msgstr "путь в рабочем каталоге, в пределах границ подмодуля"
15332 #: builtin/submodule--helper.c:1737
15333 msgid "rebase, merge, checkout or none"
15334 msgstr "rebase, merge, checkout или none"
15336 #: builtin/submodule--helper.c:1743
15337 msgid "Create a shallow clone truncated to the specified number of revisions"
15338 msgstr "Создать частичный клон, ограниченный указанным количеством редакций"
15340 #: builtin/submodule--helper.c:1746
15341 msgid "parallel jobs"
15342 msgstr "параллельные задачи"
15344 #: builtin/submodule--helper.c:1748
15345 msgid "whether the initial clone should follow the shallow recommendation"
15346 msgstr "должен ли изначальный процесс клонирования следовать рекомендации о частичности"
15348 #: builtin/submodule--helper.c:1749
15349 msgid "don't print cloning progress"
15350 msgstr "вы выводить прогресс клонирования"
15352 #: builtin/submodule--helper.c:1756
15353 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
15354 msgstr "git submodule--helper update_clone [--prefix=<путь>] [<путь>…]"
15356 #: builtin/submodule--helper.c:1769
15357 msgid "bad value for update parameter"
15358 msgstr "плохое значение для параметра update"
15360 #: builtin/submodule--helper.c:1837
15363 "Submodule (%s) branch configured to inherit branch from superproject, but "
15364 "the superproject is not on any branch"
15365 msgstr "Ветка подмодуля (%s) настроена на наследование ветки из родительского проекта, но он не находится ни на одной ветке"
15367 #: builtin/submodule--helper.c:1954
15368 msgid "recurse into submodules"
15369 msgstr "рекурсивно по подмодулям"
15371 #: builtin/submodule--helper.c:1960
15372 msgid "git submodule--helper embed-git-dir [<path>...]"
15373 msgstr "git submodule--helper embed-git-dir [<путь>…]"
15375 #: builtin/submodule--helper.c:2071
15377 msgid "%s doesn't support --super-prefix"
15378 msgstr "%s не поддерживает параметр --super-prefix"
15380 #: builtin/submodule--helper.c:2077
15382 msgid "'%s' is not a valid submodule--helper subcommand"
15383 msgstr "«%s» не является подкомандой submodule--helper"
15385 #: builtin/symbolic-ref.c:8
15386 msgid "git symbolic-ref [<options>] <name> [<ref>]"
15387 msgstr "git symbolic-ref [<опции>] <имя> [<ссылка>]"
15389 #: builtin/symbolic-ref.c:9
15390 msgid "git symbolic-ref -d [-q] <name>"
15391 msgstr "git symbolic-ref -d [-q] <имя>"
15393 #: builtin/symbolic-ref.c:40
15394 msgid "suppress error message for non-symbolic (detached) refs"
15395 msgstr "не выводить сообщения об ошибках для несимвольных (отсоединенных) ссылок"
15397 #: builtin/symbolic-ref.c:41
15398 msgid "delete symbolic ref"
15399 msgstr "удалить символьные ссылки"
15401 #: builtin/symbolic-ref.c:42
15402 msgid "shorten ref output"
15403 msgstr "укороченный вывод ссылок"
15405 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
15409 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
15410 msgid "reason of the update"
15411 msgstr "причина обновления"
15413 #: builtin/tag.c:25
15415 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
15417 msgstr "git tag [-a | -s | -u <идентификатор-ключа>] [-f] [-m <сообщение> | -F <файл>] <имя-метки> [<редакция>]"
15419 #: builtin/tag.c:26
15420 msgid "git tag -d <tagname>..."
15421 msgstr "git tag -d <имя-метки>…"
15423 #: builtin/tag.c:27
15425 "git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--points-at <object>]\n"
15426 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
15427 msgstr "git tag -l [-n[<количество>]] [--contains <коммит>] [--no-contains <коммит>] [--points-at <объект>]\n\t\t[--format=<формат>] [--[no-]merged [<коммит>]] [<шаблон>…]"
15429 #: builtin/tag.c:29
15430 msgid "git tag -v [--format=<format>] <tagname>..."
15431 msgstr "git tag -v [--format=<формат>] <имя-метки>…"
15433 #: builtin/tag.c:87
15435 msgid "tag '%s' not found."
15436 msgstr "метка «%s» не найдена."
15438 #: builtin/tag.c:103
15440 msgid "Deleted tag '%s' (was %s)\n"
15441 msgstr "Метка «%s» удалена (была %s)\n"
15443 #: builtin/tag.c:133
15447 "Write a message for tag:\n"
15449 "Lines starting with '%c' will be ignored.\n"
15450 msgstr "\nВведите сообщение для метки:\n %s\nСтроки, начинающиеся с «%c» будут проигнорированы.\n"
15452 #: builtin/tag.c:137
15456 "Write a message for tag:\n"
15458 "Lines starting with '%c' will be kept; you may remove them yourself if you want to.\n"
15459 msgstr "\nВведите сообщение для метки:\n %s\nСтроки, начинающиеся с «%c» будут оставлены; вы можете удалить их вручную, если хотите.\n"
15461 #: builtin/tag.c:191
15462 msgid "unable to sign the tag"
15463 msgstr "не удалось подписать метку"
15465 #: builtin/tag.c:193
15466 msgid "unable to write tag file"
15467 msgstr "не удалось записать файл метки"
15469 #: builtin/tag.c:218
15470 msgid "bad object type."
15471 msgstr "неправильный тип объекта"
15473 #: builtin/tag.c:267
15474 msgid "no tag message?"
15475 msgstr "нет описания метки?"
15477 #: builtin/tag.c:274
15479 msgid "The tag message has been left in %s\n"
15480 msgstr "Сообщение метки было оставлено в %s\n"
15482 #: builtin/tag.c:383
15483 msgid "list tag names"
15484 msgstr "список названий меток"
15486 #: builtin/tag.c:385
15487 msgid "print <n> lines of each tag message"
15488 msgstr "печатать <n> строк описания от каждой метки"
15490 #: builtin/tag.c:387
15491 msgid "delete tags"
15492 msgstr "удалить метки"
15494 #: builtin/tag.c:388
15495 msgid "verify tags"
15496 msgstr "проверить метки"
15498 #: builtin/tag.c:390
15499 msgid "Tag creation options"
15500 msgstr "Настройки создания метки"
15502 #: builtin/tag.c:392
15503 msgid "annotated tag, needs a message"
15504 msgstr "для аннотированной метки нужно сообщение"
15506 #: builtin/tag.c:394
15507 msgid "tag message"
15508 msgstr "описание метки"
15510 #: builtin/tag.c:396
15511 msgid "force edit of tag message"
15514 #: builtin/tag.c:397
15515 msgid "annotated and GPG-signed tag"
15516 msgstr "аннотированная и подписанная с помощью GPG метка"
15518 #: builtin/tag.c:401
15519 msgid "use another key to sign the tag"
15520 msgstr "использовать другой ключ для подписания метки"
15522 #: builtin/tag.c:402
15523 msgid "replace the tag if exists"
15524 msgstr "замена метки, если она существует"
15526 #: builtin/tag.c:403 builtin/update-ref.c:369
15527 msgid "create a reflog"
15528 msgstr "создать журнал ссылок"
15530 #: builtin/tag.c:405
15531 msgid "Tag listing options"
15532 msgstr "Настройки вывода списка меток"
15534 #: builtin/tag.c:406
15535 msgid "show tag list in columns"
15536 msgstr "показать список меток по столбцам"
15538 #: builtin/tag.c:407 builtin/tag.c:409
15539 msgid "print only tags that contain the commit"
15540 msgstr "вывод только меток, которые содержат коммит"
15542 #: builtin/tag.c:408 builtin/tag.c:410
15543 msgid "print only tags that don't contain the commit"
15544 msgstr "вывод только меток, которые не содержат коммит"
15546 #: builtin/tag.c:411
15547 msgid "print only tags that are merged"
15548 msgstr "вывод только слитых меток"
15550 #: builtin/tag.c:412
15551 msgid "print only tags that are not merged"
15552 msgstr "вывод только не слитых меток"
15554 #: builtin/tag.c:417
15555 msgid "print only tags of the object"
15556 msgstr "вывод только меток, определенного объекта"
15558 #: builtin/tag.c:461
15559 msgid "--column and -n are incompatible"
15560 msgstr "--column и -n нельзя использовать одновременно"
15562 #: builtin/tag.c:483
15563 msgid "-n option is only allowed in list mode"
15564 msgstr "опцию -n можно использовать только в режиме списка"
15566 #: builtin/tag.c:485
15567 msgid "--contains option is only allowed in list mode"
15568 msgstr "опцию --contains можно использовать только в режиме списка"
15570 #: builtin/tag.c:487
15571 msgid "--no-contains option is only allowed in list mode"
15572 msgstr "опцию --no-contains можно использовать только в режиме списка"
15574 #: builtin/tag.c:489
15575 msgid "--points-at option is only allowed in list mode"
15576 msgstr "опцию --points-at можно использовать только в режиме списка"
15578 #: builtin/tag.c:491
15579 msgid "--merged and --no-merged options are only allowed in list mode"
15580 msgstr "опции --merged и --no-merged можно использовать только в режиме списка"
15582 #: builtin/tag.c:502
15583 msgid "only one -F or -m option is allowed."
15584 msgstr "-F и -m нельзя использовать одновременно."
15586 #: builtin/tag.c:521
15587 msgid "too many params"
15588 msgstr "передано слишком много параметров"
15590 #: builtin/tag.c:527
15592 msgid "'%s' is not a valid tag name."
15593 msgstr "«%s» не является допустимым именем метки."
15595 #: builtin/tag.c:532
15597 msgid "tag '%s' already exists"
15598 msgstr "метка «%s» уже существует"
15600 #: builtin/tag.c:563
15602 msgid "Updated tag '%s' (was %s)\n"
15603 msgstr "Метка «%s» обновлена (была %s)\n"
15605 #: builtin/unpack-objects.c:500
15606 msgid "Unpacking objects"
15607 msgstr "Распаковка объектов"
15609 #: builtin/update-index.c:82
15611 msgid "failed to create directory %s"
15612 msgstr "не удалось создать каталог %s"
15614 #: builtin/update-index.c:98
15616 msgid "failed to create file %s"
15617 msgstr "не удалось создать файл %s"
15619 #: builtin/update-index.c:106
15621 msgid "failed to delete file %s"
15622 msgstr "не удалось удалить файл %s"
15624 #: builtin/update-index.c:113 builtin/update-index.c:219
15626 msgid "failed to delete directory %s"
15627 msgstr "не удалось удалить каталог %s"
15629 #: builtin/update-index.c:138
15631 msgid "Testing mtime in '%s' "
15632 msgstr "Проверка mtime в «%s» "
15634 #: builtin/update-index.c:152
15635 msgid "directory stat info does not change after adding a new file"
15636 msgstr "информация статистики каталога не изменяется после добавления нового файла"
15638 #: builtin/update-index.c:165
15639 msgid "directory stat info does not change after adding a new directory"
15640 msgstr "информация статистики каталога не изменяется после добавления нового каталога"
15642 #: builtin/update-index.c:178
15643 msgid "directory stat info changes after updating a file"
15644 msgstr "информация статистики каталога изменяется после добавления нового файла"
15646 #: builtin/update-index.c:189
15647 msgid "directory stat info changes after adding a file inside subdirectory"
15648 msgstr "информация статистики каталога изменяется после добавления нового файла внутри подкаталога"
15650 #: builtin/update-index.c:200
15651 msgid "directory stat info does not change after deleting a file"
15652 msgstr "информация статистики каталога не изменяется после удаления файла"
15654 #: builtin/update-index.c:213
15655 msgid "directory stat info does not change after deleting a directory"
15656 msgstr "информация статистики каталога не изменяется после удаления каталога"
15658 #: builtin/update-index.c:220
15662 #: builtin/update-index.c:588
15663 msgid "git update-index [<options>] [--] [<file>...]"
15664 msgstr "git update-index [<опции>] [--] [<файл>…]"
15666 #: builtin/update-index.c:944
15667 msgid "continue refresh even when index needs update"
15668 msgstr "продолжить обновление, даже если индекс требует обновления"
15670 #: builtin/update-index.c:947
15671 msgid "refresh: ignore submodules"
15672 msgstr "обновление: игнорировать подмодули"
15674 #: builtin/update-index.c:950
15675 msgid "do not ignore new files"
15676 msgstr "не игнорировать новые файлы"
15678 #: builtin/update-index.c:952
15679 msgid "let files replace directories and vice-versa"
15680 msgstr "разрешить файлам заменять каталоги и наоборот"
15682 #: builtin/update-index.c:954
15683 msgid "notice files missing from worktree"
15684 msgstr "замечать файлы отсутствующие в рабочем каталоге"
15686 #: builtin/update-index.c:956
15687 msgid "refresh even if index contains unmerged entries"
15688 msgstr "обновить, даже если в индексе имеются не слитые записи"
15690 #: builtin/update-index.c:959
15691 msgid "refresh stat information"
15692 msgstr "обновить информацию о статусе файлов"
15694 #: builtin/update-index.c:963
15695 msgid "like --refresh, but ignore assume-unchanged setting"
15696 msgstr "как --refresh, но игнорировать настройку assume-unchanged"
15698 #: builtin/update-index.c:967
15699 msgid "<mode>,<object>,<path>"
15700 msgstr "<режим доступа>,<объект>,<путь>"
15702 #: builtin/update-index.c:968
15703 msgid "add the specified entry to the index"
15704 msgstr "добавить указанную запись в индекс"
15706 #: builtin/update-index.c:977
15707 msgid "mark files as \"not changing\""
15708 msgstr "пометить файлы как «не измененные»"
15710 #: builtin/update-index.c:980
15711 msgid "clear assumed-unchanged bit"
15712 msgstr "убрать пометку assumed-unchanged"
15714 #: builtin/update-index.c:983
15715 msgid "mark files as \"index-only\""
15716 msgstr "пометить файлы как «только в индексе»"
15718 #: builtin/update-index.c:986
15719 msgid "clear skip-worktree bit"
15720 msgstr "убрать пометку skip-worktree"
15722 #: builtin/update-index.c:989
15723 msgid "add to index only; do not add content to object database"
15724 msgstr "только добавить в индекс; не добавлять содержимое в базу данных объектов"
15726 #: builtin/update-index.c:991
15727 msgid "remove named paths even if present in worktree"
15728 msgstr "удалить указанные пути, даже если они существуют в рабочем каталоге"
15730 #: builtin/update-index.c:993
15731 msgid "with --stdin: input lines are terminated by null bytes"
15732 msgstr "с опцией --stdin: строки на вводе отделяются НУЛЕВЫМ байтом"
15734 #: builtin/update-index.c:995
15735 msgid "read list of paths to be updated from standard input"
15736 msgstr "прочитать список обновляемых путей из стандартного ввода"
15738 #: builtin/update-index.c:999
15739 msgid "add entries from standard input to the index"
15740 msgstr "добавить записи из стандартного ввода в индекс"
15742 #: builtin/update-index.c:1003
15743 msgid "repopulate stages #2 and #3 for the listed paths"
15744 msgstr "заново заполнить индекс #2 и #3 для указанных путей"
15746 #: builtin/update-index.c:1007
15747 msgid "only update entries that differ from HEAD"
15748 msgstr "обновить только записи, которые отличаются от HEAD"
15750 #: builtin/update-index.c:1011
15751 msgid "ignore files missing from worktree"
15752 msgstr "игнорировать файлы, отсутствующие в рабочем каталоге"
15754 #: builtin/update-index.c:1014
15755 msgid "report actions to standard output"
15756 msgstr "вывести выполняемые действия на стандартный вывод"
15758 #: builtin/update-index.c:1016
15759 msgid "(for porcelains) forget saved unresolved conflicts"
15760 msgstr "(для машинной обработки) забыть сохраненные неразрешенные конфликты"
15762 #: builtin/update-index.c:1020
15763 msgid "write index in this format"
15764 msgstr "записать индекс в указанном формате"
15766 #: builtin/update-index.c:1022
15767 msgid "enable or disable split index"
15768 msgstr "разрешить или запретить раздельный индекс"
15770 #: builtin/update-index.c:1024
15771 msgid "enable/disable untracked cache"
15772 msgstr "включить/отключить кэш неотслеживаемых файлов"
15774 #: builtin/update-index.c:1026
15775 msgid "test if the filesystem supports untracked cache"
15776 msgstr "проверить, что файловая система поддерживает кэш неотслеживаемых файлов"
15778 #: builtin/update-index.c:1028
15779 msgid "enable untracked cache without testing the filesystem"
15780 msgstr "включить кэш неотслеживаемых файлов без проверки файловой системы"
15782 #: builtin/update-index.c:1030
15783 msgid "write out the index even if is not flagged as changed"
15784 msgstr "записать индекс, даже если он не помечен как измененный"
15786 #: builtin/update-index.c:1032
15787 msgid "enable or disable file system monitor"
15788 msgstr "включить или выключить мониторинг файловой системы"
15790 #: builtin/update-index.c:1034
15791 msgid "mark files as fsmonitor valid"
15792 msgstr "пометить файл как действительный в мониторе файловой системы"
15794 #: builtin/update-index.c:1037
15795 msgid "clear fsmonitor valid bit"
15796 msgstr "снять пометку действительности мониторе файловой системы"
15798 #: builtin/update-index.c:1136
15800 "core.splitIndex is set to false; remove or change it, if you really want to "
15801 "enable split index"
15802 msgstr "параметр core.splitIndex установлен в false; удалите или измените его, если вы действительно хотите включить разделенный индекс"
15804 #: builtin/update-index.c:1145
15806 "core.splitIndex is set to true; remove or change it, if you really want to "
15807 "disable split index"
15808 msgstr "параметр core.splitIndex установлен в true; удалите или измените его, если вы действительно хотите отключить разделенный индекс"
15810 #: builtin/update-index.c:1156
15812 "core.untrackedCache is set to true; remove or change it, if you really want "
15813 "to disable the untracked cache"
15814 msgstr "параметр core.untrackedCache установлен true; удалите или измените его, если вы действительно хотите удалить кэш неотслеживаемых файлов"
15816 #: builtin/update-index.c:1160
15817 msgid "Untracked cache disabled"
15818 msgstr "Кэш неотслеживаемых файлов отключен"
15820 #: builtin/update-index.c:1168
15822 "core.untrackedCache is set to false; remove or change it, if you really want"
15823 " to enable the untracked cache"
15824 msgstr "параметр core.untrackedCache установлен false; удалите или измените его, если вы действительно хотите включить кэш неотслеживаемых файлов"
15826 #: builtin/update-index.c:1172
15828 msgid "Untracked cache enabled for '%s'"
15829 msgstr "Кэш неотслеживаемых файлов включен для «%s»"
15831 #: builtin/update-index.c:1180
15832 msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
15833 msgstr "параметр core.fsmonitor не установлен; установите его если вы действительно хотите включить мониторинг файловой системы"
15835 #: builtin/update-index.c:1184
15836 msgid "fsmonitor enabled"
15837 msgstr "мониторинг файловой системы включён"
15839 #: builtin/update-index.c:1187
15841 "core.fsmonitor is set; remove it if you really want to disable fsmonitor"
15842 msgstr "параметр core.fsmonitor установлен; удалите его если вы действительно хотите выключить мониторинг файловой системы"
15844 #: builtin/update-index.c:1191
15845 msgid "fsmonitor disabled"
15846 msgstr "мониторинг файловой системы выключён"
15848 #: builtin/update-ref.c:10
15849 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
15850 msgstr "git update-ref [<опции>] -d <имя-ссылки> [<старое-значение>]"
15852 #: builtin/update-ref.c:11
15853 msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
15854 msgstr "git update-ref [<опции>] <имя-ссылки> <новое-значение> [<старое-значение>]"
15856 #: builtin/update-ref.c:12
15857 msgid "git update-ref [<options>] --stdin [-z]"
15858 msgstr "git update-ref [<опции>] --stdin [-z]"
15860 #: builtin/update-ref.c:364
15861 msgid "delete the reference"
15862 msgstr "удалить ссылку"
15864 #: builtin/update-ref.c:366
15865 msgid "update <refname> not the one it points to"
15866 msgstr "обновить <имя-ссылки> а не то, на что она указывает"
15868 #: builtin/update-ref.c:367
15869 msgid "stdin has NUL-terminated arguments"
15870 msgstr "ввод отделённый НУЛЕВЫМИ символами"
15872 #: builtin/update-ref.c:368
15873 msgid "read updates from stdin"
15874 msgstr "прочитать обновления из стандартного ввода"
15876 #: builtin/update-server-info.c:7
15877 msgid "git update-server-info [--force]"
15878 msgstr "git update-server-info [--force]"
15880 #: builtin/update-server-info.c:15
15881 msgid "update the info files from scratch"
15882 msgstr "обновить информацию о серверах с нуля"
15884 #: builtin/upload-pack.c:11
15885 msgid "git upload-pack [<options>] <dir>"
15886 msgstr "git upload-pack [<опции>] <каталог>"
15888 #: builtin/upload-pack.c:25
15889 msgid "exit immediately after initial ref advertisement"
15890 msgstr "выходить сразу после начального объявления списка ссылок"
15892 #: builtin/upload-pack.c:27
15893 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
15894 msgstr "не проверять <каталог>/.git/ если <каталог> не является каталогом Git"
15896 #: builtin/upload-pack.c:29
15897 msgid "interrupt transfer after <n> seconds of inactivity"
15898 msgstr "прервать передачу после <кол> секунд простоя"
15900 #: builtin/verify-commit.c:20
15901 msgid "git verify-commit [-v | --verbose] <commit>..."
15902 msgstr "git verify-commit [-v | --verbose] <коммит>…"
15904 #: builtin/verify-commit.c:76
15905 msgid "print commit contents"
15906 msgstr "вывести содержимое коммита"
15908 #: builtin/verify-commit.c:77 builtin/verify-tag.c:38
15909 msgid "print raw gpg status output"
15910 msgstr "выводить сырой вывод статуса от gpg"
15912 #: builtin/verify-pack.c:55
15913 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
15914 msgstr "git verify-pack [-v | --verbose] [-s | --stat-only] <пакет>…"
15916 #: builtin/verify-pack.c:65
15918 msgstr "быть многословнее"
15920 #: builtin/verify-pack.c:67
15921 msgid "show statistics only"
15922 msgstr "вывести только статистику"
15924 #: builtin/verify-tag.c:19
15925 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
15926 msgstr "git verify-tag [-v | --verbose] [--format=<формат>] <метка>…"
15928 #: builtin/verify-tag.c:37
15929 msgid "print tag contents"
15930 msgstr "вывести содержимое метки"
15932 #: builtin/worktree.c:17
15933 msgid "git worktree add [<options>] <path> [<commit-ish>]"
15934 msgstr "git worktree add [<опции>] <путь> [<указатель-коммита>]"
15936 #: builtin/worktree.c:18
15937 msgid "git worktree list [<options>]"
15938 msgstr "git worktree list [<опции>]"
15940 #: builtin/worktree.c:19
15941 msgid "git worktree lock [<options>] <path>"
15942 msgstr "git worktree lock [<опции>] <путь>"
15944 #: builtin/worktree.c:20
15945 msgid "git worktree move <worktree> <new-path>"
15946 msgstr "git worktree move <рабочий-каталог> <новый-путь>"
15948 #: builtin/worktree.c:21
15949 msgid "git worktree prune [<options>]"
15950 msgstr "git worktree prune [<опции>]"
15952 #: builtin/worktree.c:22
15953 msgid "git worktree remove [<options>] <worktree>"
15954 msgstr "git worktree remove [<опции>] <рабочий-каталог>"
15956 #: builtin/worktree.c:23
15957 msgid "git worktree unlock <path>"
15958 msgstr "git worktree unlock <путь>"
15960 #: builtin/worktree.c:58
15962 msgid "Removing worktrees/%s: not a valid directory"
15963 msgstr "Удаление рабочих каталогов/%s: не является каталогом"
15965 #: builtin/worktree.c:64
15967 msgid "Removing worktrees/%s: gitdir file does not exist"
15968 msgstr "Удаление рабочих каталогов/%s: файл gitdir не существует"
15970 #: builtin/worktree.c:69 builtin/worktree.c:78
15972 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
15973 msgstr "Удаление рабочих каталогов/%s: не удалось прочитать файл gitdir (%s)"
15975 #: builtin/worktree.c:88
15978 "Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
15980 msgstr "Удаление рабочего каталога/%s: прочитано мало данных (ожидалось %<PRIuMAX> байт, прочитано %<PRIuMAX>)"
15982 #: builtin/worktree.c:96
15984 msgid "Removing worktrees/%s: invalid gitdir file"
15985 msgstr "Удаление рабочих каталогов/%s: недействительный файл gitdir"
15987 #: builtin/worktree.c:105
15989 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
15990 msgstr "Удаление рабочих каталогов/%s: gitdir указывает на несуществующее расположение"
15992 #: builtin/worktree.c:152
15993 msgid "report pruned working trees"
15994 msgstr "вывести список удаленных рабочих каталогов"
15996 #: builtin/worktree.c:154
15997 msgid "expire working trees older than <time>"
15998 msgstr "удалить рабочие каталоги старее чем <дата-окончания>"
16000 #: builtin/worktree.c:229
16002 msgid "'%s' already exists"
16003 msgstr "«%s» уже существует"
16005 #: builtin/worktree.c:260
16007 msgid "could not create directory of '%s'"
16008 msgstr "не удалось создать каталог «%s»"
16010 #: builtin/worktree.c:373 builtin/worktree.c:379
16012 msgid "Preparing worktree (new branch '%s')"
16015 #: builtin/worktree.c:375
16017 msgid "Preparing worktree (resetting branch '%s'; was at %s)"
16020 #: builtin/worktree.c:384
16022 msgid "Preparing worktree (checking out '%s')"
16025 #: builtin/worktree.c:390
16027 msgid "Preparing worktree (detached HEAD %s)"
16030 #: builtin/worktree.c:431
16031 msgid "checkout <branch> even if already checked out in other worktree"
16032 msgstr "переключиться на <ветка> даже если она уже активна в другом рабочесм каталоге"
16034 #: builtin/worktree.c:434
16035 msgid "create a new branch"
16036 msgstr "создать новую ветку"
16038 #: builtin/worktree.c:436
16039 msgid "create or reset a branch"
16040 msgstr "создать или перейти на ветку"
16042 #: builtin/worktree.c:438
16043 msgid "populate the new working tree"
16044 msgstr "наполнить новый рабочий каталог"
16046 #: builtin/worktree.c:439
16047 msgid "keep the new working tree locked"
16048 msgstr "держать рабочий каталог заблокированным"
16050 #: builtin/worktree.c:441
16051 msgid "set up tracking mode (see git-branch(1))"
16052 msgstr "настроить режим отслеживания ветки (смотрите git-branch(1))"
16054 #: builtin/worktree.c:444
16055 msgid "try to match the new branch name with a remote-tracking branch"
16056 msgstr "пытаться найти соответствие имени новой ветки с именем внешней ветки"
16058 #: builtin/worktree.c:452
16059 msgid "-b, -B, and --detach are mutually exclusive"
16060 msgstr "-b, -B и --detach нельзя использовать одновременно"
16062 #: builtin/worktree.c:511
16063 msgid "--[no-]track can only be used if a new branch is created"
16064 msgstr "--[no-]track можно использовать только когда вы создаёте новую ветку"
16066 #: builtin/worktree.c:611
16067 msgid "reason for locking"
16068 msgstr "причина блокировки"
16070 #: builtin/worktree.c:623 builtin/worktree.c:656 builtin/worktree.c:710
16071 #: builtin/worktree.c:850
16073 msgid "'%s' is not a working tree"
16074 msgstr "«%s» не является рабочим каталогом"
16076 #: builtin/worktree.c:625 builtin/worktree.c:658
16077 msgid "The main working tree cannot be locked or unlocked"
16078 msgstr "Главный рабочий каталог не может быть заблокирован или разблокирован"
16080 #: builtin/worktree.c:630
16082 msgid "'%s' is already locked, reason: %s"
16083 msgstr "«%s» уже заблокирован, причина: %s"
16085 #: builtin/worktree.c:632
16087 msgid "'%s' is already locked"
16088 msgstr "«%s» уже заблокирован"
16090 #: builtin/worktree.c:660
16092 msgid "'%s' is not locked"
16093 msgstr "«%s» не заблокирован"
16095 #: builtin/worktree.c:685
16096 msgid "working trees containing submodules cannot be moved or removed"
16099 #: builtin/worktree.c:712 builtin/worktree.c:852
16101 msgid "'%s' is a main working tree"
16104 #: builtin/worktree.c:717
16106 msgid "could not figure out destination name from '%s'"
16109 #: builtin/worktree.c:723
16111 msgid "target '%s' already exists"
16114 #: builtin/worktree.c:730
16116 msgid "cannot move a locked working tree, lock reason: %s"
16119 #: builtin/worktree.c:732
16120 msgid "cannot move a locked working tree"
16123 #: builtin/worktree.c:735
16125 msgid "validation failed, cannot move working tree: %s"
16128 #: builtin/worktree.c:740
16130 msgid "failed to move '%s' to '%s'"
16133 #: builtin/worktree.c:788
16135 msgid "failed to run 'git status' on '%s'"
16138 #: builtin/worktree.c:792
16140 msgid "'%s' is dirty, use --force to delete it"
16143 #: builtin/worktree.c:797
16145 msgid "failed to run 'git status' on '%s', code %d"
16148 #: builtin/worktree.c:808 builtin/worktree.c:822
16150 msgid "failed to delete '%s'"
16151 msgstr "не удалось удалить «%s»"
16153 #: builtin/worktree.c:834
16154 msgid "force removing even if the worktree is dirty"
16157 #: builtin/worktree.c:856
16159 msgid "cannot remove a locked working tree, lock reason: %s"
16162 #: builtin/worktree.c:858
16163 msgid "cannot remove a locked working tree"
16166 #: builtin/worktree.c:861
16168 msgid "validation failed, cannot remove working tree: %s"
16171 #: builtin/write-tree.c:14
16172 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
16173 msgstr "git write-tree [--missing-ok] [--prefix=<префикс>/]"
16175 #: builtin/write-tree.c:27
16177 msgstr "<префикс>/"
16179 #: builtin/write-tree.c:28
16180 msgid "write tree object for a subdirectory <prefix>"
16181 msgstr "вывести объект дерева для подкаталога с <префикс>"
16183 #: builtin/write-tree.c:30
16184 msgid "only useful for debugging"
16185 msgstr "используется только при отладке"
16187 #: credential-cache--daemon.c:222
16190 "The permissions on your socket directory are too loose; other\n"
16191 "users may be able to read your cached credentials. Consider running:\n"
16194 msgstr "Права доступа к вашему каталогу сокетов слишком свободны; друге пользователи могуи читать ваши закэшированные пароли доступа. Обдумайте запуск команды:\n\n\tchmod 0700 %s"
16196 #: credential-cache--daemon.c:271
16197 msgid "print debugging messages to stderr"
16198 msgstr "вывод отладочных сообщений на stderr"
16202 "git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
16203 " [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
16204 " [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--bare]\n"
16205 " [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
16206 " <command> [<args>]"
16207 msgstr "git [--version] [--help] [-C <путь>] [-c <имя>=<значение>]\n [--exec-path[=<путь>]] [--html-path] [--man-path] [--info-path]\n [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--bare]\n [--git-dir=<путь>] [--work-tree=<путь>] [--namespace=<имя>]\n <команда> [<аргументы>]"
16211 "'git help -a' and 'git help -g' list available subcommands and some\n"
16212 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
16213 "to read about a specific subcommand or concept."
16214 msgstr "«git help -а» и «git help -g» выводит список доступных подкоманд и\nнекоторые руководства по темам. Запустите «git help <команда>» или\n«git help <термин>», чтобы прочесть о конкретных подкоманде или теме."
16218 msgid "no directory given for --git-dir\n"
16223 msgid "no namespace given for --namespace\n"
16228 msgid "no directory given for --work-tree\n"
16233 msgid "no prefix given for --super-prefix\n"
16238 msgid "-c expects a configuration string\n"
16243 msgid "no directory given for -C\n"
16248 msgid "unknown option: %s\n"
16253 msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
16258 msgid "failed to run command '%s': %s\n"
16263 msgid "negative value for http.postbuffer; defaulting to %d"
16264 msgstr "отрицательное значение http.postbuffer; использую стандартное значение %d"
16267 msgid "Delegation control is not supported with cURL < 7.22.0"
16268 msgstr "Делегация проверки полномочий не поддерживается с cURL < 7.22.0"
16271 msgid "Public key pinning not supported with cURL < 7.44.0"
16272 msgstr "Public key pinning не поддерживается с cURL < 7.44.0"
16277 "unable to update url base from redirection:\n"
16280 msgstr "не удалось обновить базовый url из переадресации:\n запрошено: %s\n переадресовано: %s"
16282 #: remote-curl.c:401
16284 msgid "redirecting to %s"
16285 msgstr "переадресация на %s"
16287 #: list-objects-filter-options.h:59
16291 #: list-objects-filter-options.h:60
16292 msgid "object filtering"
16293 msgstr "фильтрация объектов"
16295 #: parse-options.h:157
16296 msgid "expiry-date"
16297 msgstr "дата-окончания"
16299 #: parse-options.h:172
16300 msgid "no-op (backward compatibility)"
16301 msgstr "ничего не делает (оставлено для обратной совместимости)"
16303 #: parse-options.h:251
16304 msgid "be more verbose"
16305 msgstr "быть многословнее"
16307 #: parse-options.h:253
16308 msgid "be more quiet"
16309 msgstr "тихий режим"
16311 #: parse-options.h:259
16312 msgid "use <n> digits to display SHA-1s"
16313 msgstr "использовать <n> цифр для вывода SHA-1"
16315 #: command-list.h:50
16316 msgid "Add file contents to the index"
16317 msgstr "Добавление содержимого файла в индекс"
16319 #: command-list.h:51
16320 msgid "Apply a series of patches from a mailbox"
16321 msgstr "Применить серию патчей из почтового сообщения"
16323 #: command-list.h:52
16324 msgid "Annotate file lines with commit information"
16325 msgstr "Аннотировать строки файла информацией о коммитах"
16327 #: command-list.h:53
16328 msgid "Apply a patch to files and/or to the index"
16329 msgstr "Применить патч к файлам и/или индексу"
16331 #: command-list.h:54
16332 msgid "Import an Arch repository into Git"
16333 msgstr "Импортировать репозиторий Arch в Git"
16335 #: command-list.h:55
16336 msgid "Create an archive of files from a named tree"
16337 msgstr "Сделать архив файлов из указанного дерева"
16339 #: command-list.h:56
16340 msgid "Use binary search to find the commit that introduced a bug"
16341 msgstr "Выполнить двоичный поиск изменения, которое вносит ошибку"
16343 #: command-list.h:57
16344 msgid "Show what revision and author last modified each line of a file"
16347 #: command-list.h:58
16348 msgid "List, create, or delete branches"
16349 msgstr "Вывод списка веток, их создание или удаление"
16351 #: command-list.h:59
16352 msgid "Move objects and refs by archive"
16355 #: command-list.h:60
16356 msgid "Provide content or type and size information for repository objects"
16359 #: command-list.h:61
16360 msgid "Display gitattributes information"
16363 #: command-list.h:62
16364 msgid "Debug gitignore / exclude files"
16367 #: command-list.h:63
16368 msgid "Show canonical names and email addresses of contacts"
16371 #: command-list.h:64
16372 msgid "Switch branches or restore working tree files"
16373 msgstr "Переключение веток или восстановление файлов в рабочем каталоге"
16375 #: command-list.h:65
16376 msgid "Copy files from the index to the working tree"
16379 #: command-list.h:66
16380 msgid "Ensures that a reference name is well formed"
16383 #: command-list.h:67
16384 msgid "Find commits yet to be applied to upstream"
16387 #: command-list.h:68
16388 msgid "Apply the changes introduced by some existing commits"
16391 #: command-list.h:69
16392 msgid "Graphical alternative to git-commit"
16395 #: command-list.h:70
16396 msgid "Remove untracked files from the working tree"
16399 #: command-list.h:71
16400 msgid "Clone a repository into a new directory"
16401 msgstr "Клонирование репозитория в новый каталог"
16403 #: command-list.h:72
16404 msgid "Display data in columns"
16407 #: command-list.h:73
16408 msgid "Record changes to the repository"
16409 msgstr "Запись изменений в репозиторий"
16411 #: command-list.h:74
16412 msgid "Write and verify Git commit graph files"
16415 #: command-list.h:75
16416 msgid "Create a new commit object"
16419 #: command-list.h:76
16420 msgid "Get and set repository or global options"
16423 #: command-list.h:77
16424 msgid "Count unpacked number of objects and their disk consumption"
16427 #: command-list.h:78
16428 msgid "Retrieve and store user credentials"
16431 #: command-list.h:79
16432 msgid "Helper to temporarily store passwords in memory"
16435 #: command-list.h:80
16436 msgid "Helper to store credentials on disk"
16439 #: command-list.h:81
16440 msgid "Export a single commit to a CVS checkout"
16443 #: command-list.h:82
16444 msgid "Salvage your data out of another SCM people love to hate"
16447 #: command-list.h:83
16448 msgid "A CVS server emulator for Git"
16451 #: command-list.h:84
16452 msgid "A really simple server for Git repositories"
16455 #: command-list.h:85
16456 msgid "Give an object a human readable name based on an available ref"
16459 #: command-list.h:86
16460 msgid "Show changes between commits, commit and working tree, etc"
16461 msgstr "Вывод разницы между коммитами, коммитом и рабочим каталогом и т.д."
16463 #: command-list.h:87
16464 msgid "Compares files in the working tree and the index"
16467 #: command-list.h:88
16468 msgid "Compare a tree to the working tree or index"
16471 #: command-list.h:89
16472 msgid "Compares the content and mode of blobs found via two tree objects"
16475 #: command-list.h:90
16476 msgid "Show changes using common diff tools"
16479 #: command-list.h:91
16480 msgid "Git data exporter"
16483 #: command-list.h:92
16484 msgid "Backend for fast Git data importers"
16487 #: command-list.h:93
16488 msgid "Download objects and refs from another repository"
16489 msgstr "Загрузка объектов и ссылок из другого репозитория"
16491 #: command-list.h:94
16492 msgid "Receive missing objects from another repository"
16495 #: command-list.h:95
16496 msgid "Rewrite branches"
16499 #: command-list.h:96
16500 msgid "Produce a merge commit message"
16503 #: command-list.h:97
16504 msgid "Output information on each ref"
16507 #: command-list.h:98
16508 msgid "Prepare patches for e-mail submission"
16511 #: command-list.h:99
16512 msgid "Verifies the connectivity and validity of the objects in the database"
16515 #: command-list.h:100
16516 msgid "Cleanup unnecessary files and optimize the local repository"
16519 #: command-list.h:101
16520 msgid "Extract commit ID from an archive created using git-archive"
16523 #: command-list.h:102
16524 msgid "Print lines matching a pattern"
16525 msgstr "Вывод строк, соответствующих шаблону"
16527 #: command-list.h:103
16528 msgid "A portable graphical interface to Git"
16531 #: command-list.h:104
16532 msgid "Compute object ID and optionally creates a blob from a file"
16535 #: command-list.h:105
16536 msgid "Display help information about Git"
16539 #: command-list.h:106
16540 msgid "Server side implementation of Git over HTTP"
16543 #: command-list.h:107
16544 msgid "Download from a remote Git repository via HTTP"
16547 #: command-list.h:108
16548 msgid "Push objects over HTTP/DAV to another repository"
16551 #: command-list.h:109
16552 msgid "Send a collection of patches from stdin to an IMAP folder"
16555 #: command-list.h:110
16556 msgid "Build pack index file for an existing packed archive"
16559 #: command-list.h:111
16560 msgid "Create an empty Git repository or reinitialize an existing one"
16561 msgstr "Создание пустого репозитория Git или переинициализация существующего"
16563 #: command-list.h:112
16564 msgid "Instantly browse your working repository in gitweb"
16567 #: command-list.h:113
16568 msgid "add or parse structured information in commit messages"
16571 #: command-list.h:114
16572 msgid "The Git repository browser"
16575 #: command-list.h:115
16576 msgid "Show commit logs"
16577 msgstr "Вывод истории коммитов"
16579 #: command-list.h:116
16580 msgid "Show information about files in the index and the working tree"
16583 #: command-list.h:117
16584 msgid "List references in a remote repository"
16587 #: command-list.h:118
16588 msgid "List the contents of a tree object"
16591 #: command-list.h:119
16592 msgid "Extracts patch and authorship from a single e-mail message"
16595 #: command-list.h:120
16596 msgid "Simple UNIX mbox splitter program"
16599 #: command-list.h:121
16600 msgid "Join two or more development histories together"
16601 msgstr "Объединение одной или нескольких историй разработки вместе"
16603 #: command-list.h:122
16604 msgid "Find as good common ancestors as possible for a merge"
16607 #: command-list.h:123
16608 msgid "Run a three-way file merge"
16611 #: command-list.h:124
16612 msgid "Run a merge for files needing merging"
16615 #: command-list.h:125
16616 msgid "The standard helper program to use with git-merge-index"
16619 #: command-list.h:126
16620 msgid "Run merge conflict resolution tools to resolve merge conflicts"
16623 #: command-list.h:127
16624 msgid "Show three-way merge without touching index"
16627 #: command-list.h:128
16628 msgid "Creates a tag object"
16631 #: command-list.h:129
16632 msgid "Build a tree-object from ls-tree formatted text"
16635 #: command-list.h:130
16636 msgid "Move or rename a file, a directory, or a symlink"
16637 msgstr "Перемещение или переименование файла, каталога или символьной ссылки"
16639 #: command-list.h:131
16640 msgid "Find symbolic names for given revs"
16643 #: command-list.h:132
16644 msgid "Add or inspect object notes"
16647 #: command-list.h:133
16648 msgid "Import from and submit to Perforce repositories"
16651 #: command-list.h:134
16652 msgid "Create a packed archive of objects"
16655 #: command-list.h:135
16656 msgid "Find redundant pack files"
16659 #: command-list.h:136
16660 msgid "Pack heads and tags for efficient repository access"
16663 #: command-list.h:137
16664 msgid "Routines to help parsing remote repository access parameters"
16667 #: command-list.h:138
16668 msgid "Compute unique ID for a patch"
16671 #: command-list.h:139
16672 msgid "Prune all unreachable objects from the object database"
16675 #: command-list.h:140
16676 msgid "Remove extra objects that are already in pack files"
16679 #: command-list.h:141
16680 msgid "Fetch from and integrate with another repository or a local branch"
16681 msgstr "Извлечение изменений и объединение с другим репозиторием или локальной веткой"
16683 #: command-list.h:142
16684 msgid "Update remote refs along with associated objects"
16685 msgstr "Обновление внешних ссылок и связанных объектов"
16687 #: command-list.h:143
16688 msgid "Applies a quilt patchset onto the current branch"
16691 #: command-list.h:144
16692 msgid "Compare two commit ranges (e.g. two versions of a branch)"
16695 #: command-list.h:145
16696 msgid "Reads tree information into the index"
16699 #: command-list.h:146
16700 msgid "Reapply commits on top of another base tip"
16701 msgstr "Повторно применить коммиты над верхушкой другой ветки"
16703 #: command-list.h:147
16704 msgid "Receive what is pushed into the repository"
16707 #: command-list.h:148
16708 msgid "Manage reflog information"
16711 #: command-list.h:149
16712 msgid "Manage set of tracked repositories"
16715 #: command-list.h:150
16716 msgid "Pack unpacked objects in a repository"
16719 #: command-list.h:151
16720 msgid "Create, list, delete refs to replace objects"
16723 #: command-list.h:152
16724 msgid "Generates a summary of pending changes"
16727 #: command-list.h:153
16728 msgid "Reuse recorded resolution of conflicted merges"
16731 #: command-list.h:154
16732 msgid "Reset current HEAD to the specified state"
16733 msgstr "Сброс текущего состояния HEAD на указанное состояние"
16735 #: command-list.h:155
16736 msgid "Revert some existing commits"
16739 #: command-list.h:156
16740 msgid "Lists commit objects in reverse chronological order"
16743 #: command-list.h:157
16744 msgid "Pick out and massage parameters"
16747 #: command-list.h:158
16748 msgid "Remove files from the working tree and from the index"
16749 msgstr "Удаление файлов из рабочего каталога и индекса"
16751 #: command-list.h:159
16752 msgid "Send a collection of patches as emails"
16755 #: command-list.h:160
16756 msgid "Push objects over Git protocol to another repository"
16759 #: command-list.h:161
16760 msgid "Restricted login shell for Git-only SSH access"
16763 #: command-list.h:162
16764 msgid "Summarize 'git log' output"
16767 #: command-list.h:163
16768 msgid "Show various types of objects"
16769 msgstr "Вывод различных типов объектов"
16771 #: command-list.h:164
16772 msgid "Show branches and their commits"
16775 #: command-list.h:165
16776 msgid "Show packed archive index"
16779 #: command-list.h:166
16780 msgid "List references in a local repository"
16783 #: command-list.h:167
16784 msgid "Git's i18n setup code for shell scripts"
16787 #: command-list.h:168
16788 msgid "Common Git shell script setup code"
16791 #: command-list.h:169
16792 msgid "Stash the changes in a dirty working directory away"
16795 #: command-list.h:170
16796 msgid "Add file contents to the staging area"
16799 #: command-list.h:171
16800 msgid "Show the working tree status"
16801 msgstr "Вывод состояния рабочего каталога"
16803 #: command-list.h:172
16804 msgid "Remove unnecessary whitespace"
16807 #: command-list.h:173
16808 msgid "Initialize, update or inspect submodules"
16811 #: command-list.h:174
16812 msgid "Bidirectional operation between a Subversion repository and Git"
16815 #: command-list.h:175
16816 msgid "Read, modify and delete symbolic refs"
16819 #: command-list.h:176
16820 msgid "Create, list, delete or verify a tag object signed with GPG"
16821 msgstr "Создание метки, вывод списка, удаление или проверка метки, подписанной с помощью GPG"
16823 #: command-list.h:177
16824 msgid "Creates a temporary file with a blob's contents"
16827 #: command-list.h:178
16828 msgid "Unpack objects from a packed archive"
16831 #: command-list.h:179
16832 msgid "Register file contents in the working tree to the index"
16835 #: command-list.h:180
16836 msgid "Update the object name stored in a ref safely"
16839 #: command-list.h:181
16840 msgid "Update auxiliary info file to help dumb servers"
16843 #: command-list.h:182
16844 msgid "Send archive back to git-archive"
16847 #: command-list.h:183
16848 msgid "Send objects packed back to git-fetch-pack"
16851 #: command-list.h:184
16852 msgid "Show a Git logical variable"
16855 #: command-list.h:185
16856 msgid "Check the GPG signature of commits"
16859 #: command-list.h:186
16860 msgid "Validate packed Git archive files"
16863 #: command-list.h:187
16864 msgid "Check the GPG signature of tags"
16867 #: command-list.h:188
16868 msgid "Git web interface (web frontend to Git repositories)"
16871 #: command-list.h:189
16872 msgid "Show logs with difference each commit introduces"
16875 #: command-list.h:190
16876 msgid "Manage multiple working trees"
16879 #: command-list.h:191
16880 msgid "Create a tree object from the current index"
16883 #: command-list.h:192
16884 msgid "Defining attributes per path"
16885 msgstr "Определение атрибутов для путей файлов или каталогов"
16887 #: command-list.h:193
16888 msgid "Git command-line interface and conventions"
16891 #: command-list.h:194
16892 msgid "A Git core tutorial for developers"
16895 #: command-list.h:195
16896 msgid "Git for CVS users"
16899 #: command-list.h:196
16900 msgid "Tweaking diff output"
16903 #: command-list.h:197
16904 msgid "A useful minimum set of commands for Everyday Git"
16907 #: command-list.h:198
16908 msgid "A Git Glossary"
16911 #: command-list.h:199
16912 msgid "Hooks used by Git"
16915 #: command-list.h:200
16916 msgid "Specifies intentionally untracked files to ignore"
16917 msgstr "Указание специально игнорируемых файлов"
16919 #: command-list.h:201
16920 msgid "Defining submodule properties"
16921 msgstr "Определение свойств подмодулей"
16923 #: command-list.h:202
16924 msgid "Git namespaces"
16927 #: command-list.h:203
16928 msgid "Git Repository Layout"
16931 #: command-list.h:204
16932 msgid "Specifying revisions and ranges for Git"
16933 msgstr "Указание редакций и диапазонов для Git"
16935 #: command-list.h:205
16936 msgid "A tutorial introduction to Git: part two"
16939 #: command-list.h:206
16940 msgid "A tutorial introduction to Git"
16943 #: command-list.h:207
16944 msgid "An overview of recommended workflows with Git"
16945 msgstr "Обзор рекомендуемых последовательностей выполняемых действий с Git"
16948 msgid "update the index with reused conflict resolution if possible"
16949 msgstr "обновить индекс с помощью переиспользования разрешения конфликта, если возможно"
16951 #: git-bisect.sh:54
16952 msgid "You need to start by \"git bisect start\""
16953 msgstr "Вам нужно начать с помощью «git bisect start»"
16955 #. TRANSLATORS: Make sure to include [Y] and [n] in your
16956 #. translation. The program will only accept English input
16958 #: git-bisect.sh:60
16959 msgid "Do you want me to do it for you [Y/n]? "
16960 msgstr "Вы уверены, что хотите, чтобы я сделал это [Y - да/n - нет]? "
16962 #: git-bisect.sh:121
16964 msgid "unrecognised option: '$arg'"
16965 msgstr "неопознанная опция: «$arg»"
16967 #: git-bisect.sh:125
16969 msgid "'$arg' does not appear to be a valid revision"
16970 msgstr "«$arg» не похоже на действительную редакцию"
16972 #: git-bisect.sh:154
16973 msgid "Bad HEAD - I need a HEAD"
16974 msgstr "Плохой указатель HEAD — Необходим указатель HEAD"
16976 #: git-bisect.sh:167
16979 "Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
16980 msgstr "Сбой перехода на «$start_head». Попробуйте выполнить «git bisect reset <существующая-ветка>»."
16982 #: git-bisect.sh:177
16983 msgid "won't bisect on cg-seek'ed tree"
16984 msgstr "нельзя выполнить двоичный поиск на дереве после cg-seek"
16986 #: git-bisect.sh:181
16987 msgid "Bad HEAD - strange symbolic ref"
16988 msgstr "Плохой указатель HEAD — странная символьная ссылка"
16990 #: git-bisect.sh:233
16992 msgid "Bad bisect_write argument: $state"
16993 msgstr "Плохой аргумент bisect_write: $state"
16995 #: git-bisect.sh:246
16997 msgid "Bad rev input: $arg"
16998 msgstr "Плохой ввод номера редакции: $arg"
17000 #: git-bisect.sh:265
17002 msgid "Bad rev input: $bisected_head"
17003 msgstr "Плохой ввод номера редакции: $bisected_head"
17005 #: git-bisect.sh:274
17007 msgid "Bad rev input: $rev"
17008 msgstr "Плохой ввод номера редакции: $rev"
17010 #: git-bisect.sh:283
17012 msgid "'git bisect $TERM_BAD' can take only one argument."
17013 msgstr "«git bisect $TERM_BAD» может принимать только один аргумент."
17015 #: git-bisect.sh:306
17017 msgid "Warning: bisecting only with a $TERM_BAD commit."
17018 msgstr "Предупреждение: попытка двоичного поиска с указанием только $TERM_BAD коммита."
17020 #. TRANSLATORS: Make sure to include [Y] and [n] in your
17021 #. translation. The program will only accept English input
17023 #: git-bisect.sh:312
17024 msgid "Are you sure [Y/n]? "
17025 msgstr "Вы уверены [Y - да/n - нет]? "
17027 #: git-bisect.sh:324
17030 "You need to give me at least one $bad_syn and one $good_syn revision.\n"
17031 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
17032 msgstr "Вам нужно передать мне как минимум одну $bad_syn и одну $good_syn редакцию.\n(Для этого вы можете использовать команды «git bisect $bad_syn» и «git bisect $good_syn».)"
17034 #: git-bisect.sh:327
17037 "You need to start by \"git bisect start\".\n"
17038 "You then need to give me at least one $good_syn and one $bad_syn revision.\n"
17039 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
17040 msgstr "Для начала нужно запустить «git bisect start».\nПосле этого, вам нужно передать мне как минимум одну $good_syn и одну $bad_syn редакцию.\n(Для этого вы можете использовать команды «git bisect $good_syn» и «git bisect $good_syn».)"
17042 #: git-bisect.sh:398 git-bisect.sh:512
17043 msgid "We are not bisecting."
17044 msgstr "Вы сейчас не в процессе бинарного поиска."
17046 #: git-bisect.sh:405
17048 msgid "'$invalid' is not a valid commit"
17049 msgstr "«$invalid» не является действительным коммитом"
17051 #: git-bisect.sh:414
17054 "Could not check out original HEAD '$branch'.\n"
17055 "Try 'git bisect reset <commit>'."
17056 msgstr "Не удалось перейти на оригинальную ветку HEAD «$branch».\nПопробуйте запустить «git bisect reset <коммит>»."
17058 #: git-bisect.sh:422
17059 msgid "No logfile given"
17060 msgstr "Не передан файл журнала"
17062 #: git-bisect.sh:423
17064 msgid "cannot read $file for replaying"
17065 msgstr "не удалось прочитать $file для повтора изменений"
17067 #: git-bisect.sh:444
17068 msgid "?? what are you talking about?"
17069 msgstr "?? вы о чем?"
17071 #: git-bisect.sh:453
17072 msgid "bisect run failed: no command provided."
17073 msgstr "сбой при выполнении двоичного поиска: не передана команда."
17075 #: git-bisect.sh:458
17077 msgid "running $command"
17078 msgstr "запускаю $command"
17080 #: git-bisect.sh:465
17083 "bisect run failed:\n"
17084 "exit code $res from '$command' is < 0 or >= 128"
17085 msgstr "не удалось выполнить двоичный поиск:\nкод завершения $res от «$command» оказался < 0 или >= 128"
17087 #: git-bisect.sh:491
17088 msgid "bisect run cannot continue any more"
17089 msgstr "bisect run больше не может продолжать"
17091 #: git-bisect.sh:497
17094 "bisect run failed:\n"
17095 "'bisect_state $state' exited with error code $res"
17096 msgstr "не удалось выполнить двоичный поиск:\n«bisect_state $state» завершился с кодом ошибки $res"
17098 #: git-bisect.sh:504
17099 msgid "bisect run success"
17100 msgstr "bisect run выполнен успешно"
17102 #: git-bisect.sh:533
17104 msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
17105 msgstr "Недопустимая команда: вы сейчас находитесь на $TERM_BAD/$TERM_GOOD двоичном поиске."
17107 #: git-bisect.sh:567
17108 msgid "no terms defined"
17109 msgstr "определения не заданы"
17111 #: git-bisect.sh:584
17114 "invalid argument $arg for 'git bisect terms'.\n"
17115 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
17116 msgstr "недопустимый аргумент $arg для «git bisect terms».\nПоддерживаемые параметры: --term-good|--term-old и --term-bad|--term-new."
17118 #: git-merge-octopus.sh:46
17120 "Error: Your local changes to the following files would be overwritten by "
17122 msgstr "Ошибка: Ваши локальные изменения в указанных файлах будут перезаписаны при слиянии"
17124 #: git-merge-octopus.sh:61
17125 msgid "Automated merge did not work."
17126 msgstr "Не удалось автоматически слить изменения."
17128 #: git-merge-octopus.sh:62
17129 msgid "Should not be doing an octopus."
17130 msgstr "Должно быть octopus не подходит."
17132 #: git-merge-octopus.sh:73
17134 msgid "Unable to find common commit with $pretty_name"
17135 msgstr "Не удалось найти общий коммит с $pretty_name"
17137 #: git-merge-octopus.sh:77
17139 msgid "Already up to date with $pretty_name"
17140 msgstr "Уже обновлено в соответствии с $pretty_name"
17142 #: git-merge-octopus.sh:89
17144 msgid "Fast-forwarding to: $pretty_name"
17145 msgstr "Перемотка вперед до: $pretty_name"
17147 #: git-merge-octopus.sh:97
17149 msgid "Trying simple merge with $pretty_name"
17150 msgstr "Попытка простого слияния с $pretty_name"
17152 #: git-merge-octopus.sh:102
17153 msgid "Simple merge did not work, trying automatic merge."
17154 msgstr "Простое слияние не удалось, попытка автоматического слияния."
17156 #: git-rebase.sh:61
17158 "Resolve all conflicts manually, mark them as resolved with\n"
17159 "\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
17160 "You can instead skip this commit: run \"git rebase --skip\".\n"
17161 "To abort and get back to the state before \"git rebase\", run \"git rebase --abort\"."
17162 msgstr "Разрешите все конфликты вручную, пометьте их разрешёнными с помощью «git add/rm <конфликтующие-файлы>», а затем запустите «git rebase --continue».\nЕсли вы хотите пропустить этот коммит, то запустите «git rebase --skip».\nЧтобы вернуться на состояние до «git rebase», запустите «git rebase --abort»."
17164 #: git-rebase.sh:173 git-rebase.sh:454
17166 msgid "Could not move back to $head_name"
17167 msgstr "Не удалось перейти назад на $head_name"
17169 #: git-rebase.sh:184
17170 msgid "Applied autostash."
17171 msgstr "Применены автоматически спрятанные изменения."
17173 #: git-rebase.sh:187
17175 msgid "Cannot store $stash_sha1"
17176 msgstr "Не удалось сохранить $stash_sha1"
17178 #: git-rebase.sh:236
17179 msgid "The pre-rebase hook refused to rebase."
17180 msgstr "Перехватчик pre-rebase отказал в перемещении."
17182 #: git-rebase.sh:241
17183 msgid "It looks like 'git am' is in progress. Cannot rebase."
17184 msgstr "Похоже, что выполняется «git am». Невозможно выполнить перемещение."
17186 #: git-rebase.sh:415
17187 msgid "No rebase in progress?"
17188 msgstr "Нет перемещения в процессе?"
17190 #: git-rebase.sh:426
17191 msgid "The --edit-todo action can only be used during interactive rebase."
17192 msgstr "Действие --edit-todo может использоваться только при интерактивном перемещении."
17194 #: git-rebase.sh:433
17195 msgid "Cannot read HEAD"
17196 msgstr "Не удалось прочитать HEAD"
17198 #: git-rebase.sh:436
17200 "You must edit all merge conflicts and then\n"
17201 "mark them as resolved using git add"
17202 msgstr "Вы должны отредактировать все\nконфликты слияния, а потом пометить\nих как разрешенные с помощью git add"
17204 #: git-rebase.sh:480
17207 "It seems that there is already a $state_dir_base directory, and\n"
17208 "I wonder if you are in the middle of another rebase. If that is the\n"
17209 "case, please try\n"
17210 "\t$cmd_live_rebase\n"
17211 "If that is not the case, please\n"
17212 "\t$cmd_clear_stale_rebase\n"
17213 "and run me again. I am stopping in case you still have something\n"
17215 msgstr "Похоже, каталог $state_dir_base уже существует и я предполагаю, что вы в процессе другого перемещения. Если это так, попробуйте\n\t$cmd_live_rebase\nЕсли нет\n\t$cmd_clear_stale_rebase\nи запустите меня снова. Я останавливаюсь, чтобы вы не потеряли что-то важное."
17217 #: git-rebase.sh:545
17218 msgid "error: cannot combine '--signoff' with '--preserve-merges'"
17221 #: git-rebase.sh:556
17222 msgid "error: cannot combine '--preserve_merges' with '--rebase-merges'"
17225 #: git-rebase.sh:562
17226 msgid "error: cannot combine '--rebase_merges' with '--strategy-option'"
17229 #: git-rebase.sh:564
17230 msgid "error: cannot combine '--rebase_merges' with '--strategy'"
17233 #: git-rebase.sh:590
17235 msgid "invalid upstream '$upstream_name'"
17236 msgstr "недействительная вышестоящая ветка «$upstream_name»"
17238 #: git-rebase.sh:614
17240 msgid "$onto_name: there are more than one merge bases"
17241 msgstr "$onto_name: имеется больше одной базы слияния"
17243 #: git-rebase.sh:617 git-rebase.sh:621
17245 msgid "$onto_name: there is no merge base"
17246 msgstr "$onto_name: нет базы слияния"
17248 #: git-rebase.sh:626
17250 msgid "Does not point to a valid commit: $onto_name"
17251 msgstr "Не указывает на действительный коммит: $onto_name"
17253 #: git-rebase.sh:652
17255 msgid "fatal: no such branch/commit '$branch_name'"
17256 msgstr "критическая ошибка: нет такой ветки/коммита «$branch_name»"
17258 #: git-rebase.sh:685
17259 msgid "Cannot autostash"
17260 msgstr "Не удалось автоматически спрятать изменения"
17262 #: git-rebase.sh:690
17264 msgid "Created autostash: $stash_abbrev"
17265 msgstr "Изменения автоматически спрятаны: $stash_abbrev"
17267 #: git-rebase.sh:694
17268 msgid "Please commit or stash them."
17269 msgstr "Сделайте коммит или спрячьте их."
17271 #: git-rebase.sh:717
17273 msgid "HEAD is up to date."
17274 msgstr "HEAD уже в актуальном состоянии."
17276 #: git-rebase.sh:719
17278 msgid "Current branch $branch_name is up to date."
17279 msgstr "Текущая ветка $branch_name уже в актуальном состоянии."
17281 #: git-rebase.sh:727
17283 msgid "HEAD is up to date, rebase forced."
17284 msgstr "HEAD уже в актуальном состоянии, принудительное перемещение."
17286 #: git-rebase.sh:729
17288 msgid "Current branch $branch_name is up to date, rebase forced."
17289 msgstr "Текущая ветка $branch_name уже в актуальном состоянии, принудительное перемещение."
17291 #: git-rebase.sh:741
17293 msgid "Changes from $mb to $onto:"
17294 msgstr "Изменения от $mb до $onto:"
17296 #: git-rebase.sh:750
17297 msgid "First, rewinding head to replay your work on top of it..."
17298 msgstr "Сначала перематываем указатель текущего коммита, чтобы применить ваши изменения поверх него…"
17300 #: git-rebase.sh:760
17302 msgid "Fast-forwarded $branch_name to $onto_name."
17303 msgstr "Перемотана вперед $branch_name до $onto_name."
17306 msgid "git stash clear with parameters is unimplemented"
17307 msgstr "git stash очистка с параметрами не реализована"
17309 #: git-stash.sh:108
17310 msgid "You do not have the initial commit yet"
17311 msgstr "У вас еще нет начального коммита"
17313 #: git-stash.sh:123
17314 msgid "Cannot save the current index state"
17315 msgstr "Не удалось сохранить текущее состояние индекса"
17317 #: git-stash.sh:138
17318 msgid "Cannot save the untracked files"
17319 msgstr "Невозможно сохранить неотслеживаемые файлы"
17321 #: git-stash.sh:158 git-stash.sh:171
17322 msgid "Cannot save the current worktree state"
17323 msgstr "Не удалось сохранить текущее состояние рабочего каталога"
17325 #: git-stash.sh:175
17326 msgid "No changes selected"
17327 msgstr "Изменения не выбраны"
17329 #: git-stash.sh:178
17330 msgid "Cannot remove temporary index (can't happen)"
17331 msgstr "Не удалось удалить временный индекс (не должно случаться)"
17333 #: git-stash.sh:191
17334 msgid "Cannot record working tree state"
17335 msgstr "Не удалось записать состояние рабочего каталога"
17337 #: git-stash.sh:229
17339 msgid "Cannot update $ref_stash with $w_commit"
17340 msgstr "Не удалось обновить $ref_stash с помощью $w_commit"
17342 #: git-stash.sh:281
17344 msgid "error: unknown option for 'stash push': $option"
17345 msgstr "ошибка: неизвестный параметр для «stash push»: $option"
17347 #: git-stash.sh:295
17348 msgid "Can't use --patch and --include-untracked or --all at the same time"
17349 msgstr "Нельзя использовать --patch и --include-untracked или --all одновременно"
17351 #: git-stash.sh:303
17352 msgid "No local changes to save"
17353 msgstr "Нет локальных изменений для сохранения"
17355 #: git-stash.sh:308
17356 msgid "Cannot initialize stash"
17357 msgstr "Не удалось инициализировать спрятанные изменения"
17359 #: git-stash.sh:312
17360 msgid "Cannot save the current status"
17361 msgstr "Не удалось сохранить текущий статус"
17363 #: git-stash.sh:313
17365 msgid "Saved working directory and index state $stash_msg"
17366 msgstr "Рабочий каталог и состояние индекса сохранены $stash_msg"
17368 #: git-stash.sh:342
17369 msgid "Cannot remove worktree changes"
17370 msgstr "Не удалось удалить изменения рабочего каталога"
17372 #: git-stash.sh:490
17374 msgid "unknown option: $opt"
17375 msgstr "неизвестная опция: $opt"
17377 #: git-stash.sh:503
17378 msgid "No stash entries found."
17379 msgstr "Не найдены спрятанные изменения."
17381 #: git-stash.sh:510
17383 msgid "Too many revisions specified: $REV"
17384 msgstr "Передано слишком много редакций: $REV"
17386 #: git-stash.sh:525
17388 msgid "$reference is not a valid reference"
17389 msgstr "$reference не является действительной ссылкой"
17391 #: git-stash.sh:553
17393 msgid "'$args' is not a stash-like commit"
17394 msgstr "«$args» не похоже на коммит со спрятанными изменениями"
17396 #: git-stash.sh:564
17398 msgid "'$args' is not a stash reference"
17399 msgstr "«$args» не является ссылкой на спрятанные изменения"
17401 #: git-stash.sh:572
17402 msgid "unable to refresh index"
17403 msgstr "не удалось обновить индекс"
17405 #: git-stash.sh:576
17406 msgid "Cannot apply a stash in the middle of a merge"
17407 msgstr "Нельзя применить спрятанные изменения во время выполнения слияния"
17409 #: git-stash.sh:584
17410 msgid "Conflicts in index. Try without --index."
17411 msgstr "Конфликты в индексе. Попробуйте без --index."
17413 #: git-stash.sh:586
17414 msgid "Could not save index tree"
17415 msgstr "Не удалось сохранить дерево индекса"
17417 #: git-stash.sh:595
17418 msgid "Could not restore untracked files from stash entry"
17419 msgstr "Невозможно восстановить неотслеживаемые файлы из спрятанных изменений"
17421 #: git-stash.sh:620
17422 msgid "Cannot unstage modified files"
17423 msgstr "Невозможно убрать из индекса измененные файлы"
17425 #: git-stash.sh:635
17426 msgid "Index was not unstashed."
17427 msgstr "Индекс не был извлечён из спрятанных изменений."
17429 #: git-stash.sh:649
17430 msgid "The stash entry is kept in case you need it again."
17431 msgstr "Спрятанные изменения сохранены, на случай если они снова вам понадобятся."
17433 #: git-stash.sh:658
17435 msgid "Dropped ${REV} ($s)"
17436 msgstr "Отброшено ${REV} ($s)"
17438 #: git-stash.sh:659
17440 msgid "${REV}: Could not drop stash entry"
17441 msgstr "${REV}: Не удалось отбросить запись из спрятанных изменений"
17443 #: git-stash.sh:667
17444 msgid "No branch name specified"
17445 msgstr "Не указано имя ветки"
17447 #: git-stash.sh:746
17448 msgid "(To restore them type \"git stash apply\")"
17449 msgstr "(Чтобы восстановить их, наберите «git stash apply»)"
17451 #: git-submodule.sh:188
17452 msgid "Relative path can only be used from the toplevel of the working tree"
17453 msgstr "Относительный путь можно использовать только находясь на вершине рабочего каталога"
17455 #: git-submodule.sh:198
17457 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
17458 msgstr "URL репозитория: «$repo» должен быть абсолютным или начинаться с ./|../"
17460 #: git-submodule.sh:217
17462 msgid "'$sm_path' already exists in the index"
17463 msgstr "«$sm_path» уже содержится в индексе"
17465 #: git-submodule.sh:220
17467 msgid "'$sm_path' already exists in the index and is not a submodule"
17468 msgstr "«$sm_path» уже содержится в индексе и не является подмодулем"
17470 #: git-submodule.sh:226
17473 "The following path is ignored by one of your .gitignore files:\n"
17475 "Use -f if you really want to add it."
17476 msgstr "Следующие пути игнорируются одним из ваших файлов .gitignore:\n$sm_path\nИспользуйте опцию -f, если вы действительно хотите его добавить."
17478 #: git-submodule.sh:249
17480 msgid "Adding existing repo at '$sm_path' to the index"
17481 msgstr "Добавляю существующий репозиторий из «$sm_path» в индекс"
17483 #: git-submodule.sh:251
17485 msgid "'$sm_path' already exists and is not a valid git repo"
17486 msgstr "«$sm_path» уже существует и не является действительным репозиторием git"
17488 #: git-submodule.sh:259
17490 msgid "A git directory for '$sm_name' is found locally with remote(s):"
17491 msgstr "Каталог git для «$sm_name» найден локально на внешних репозиториях:"
17493 #: git-submodule.sh:261
17496 "If you want to reuse this local git directory instead of cloning again from\n"
17498 "use the '--force' option. If the local git directory is not the correct repo\n"
17499 "or you are unsure what this means choose another name with the '--name' option."
17500 msgstr "Если вы хотите повторно использовать локальный каталог git вместо повторного клонирования из\n $realrepo\nто используйте параметр «--force». Если же локальный каталог git не является нужным репозиторием или если вы не уверены, что это значит, то укажите другое имя для подмодуля с помощью параметра «--name»."
17502 #: git-submodule.sh:267
17504 msgid "Reactivating local git directory for submodule '$sm_name'."
17505 msgstr "Восстановление локального каталога git для подмодуля «$sm_name»."
17507 #: git-submodule.sh:279
17509 msgid "Unable to checkout submodule '$sm_path'"
17510 msgstr "Не удалось переключиться на состояние у подмодуля «$sm_path»"
17512 #: git-submodule.sh:284
17514 msgid "Failed to add submodule '$sm_path'"
17515 msgstr "Сбой добавления подмодуля «$sm_path»"
17517 #: git-submodule.sh:293
17519 msgid "Failed to register submodule '$sm_path'"
17520 msgstr "Не удалось зарегистрировать подмодуль «$sm_path»"
17522 #: git-submodule.sh:565
17524 msgid "Unable to find current revision in submodule path '$displaypath'"
17525 msgstr "Не удалось найти текущую редакцию для подмодуля по пути «$displaypath»"
17527 #: git-submodule.sh:575
17529 msgid "Unable to fetch in submodule path '$sm_path'"
17530 msgstr "Не удалось выполнить извлечение для подмодуля по пути «$sm_path»"
17532 #: git-submodule.sh:580
17535 "Unable to find current ${remote_name}/${branch} revision in submodule path "
17537 msgstr "Не удалось найти текущую редакцию ${remote_name}/${branch} для подмодуля по пути «$sm_path»"
17539 #: git-submodule.sh:603
17541 msgid "Unable to fetch in submodule path '$displaypath'"
17542 msgstr "Не удалось выполнить извлечение для подмодуля по пути «$displaypath»"
17544 #: git-submodule.sh:609
17547 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
17548 "Direct fetching of that commit failed."
17549 msgstr "Получен по пути подмодуля «$displaypath», но не содержит $sha1. Сбой при прямом получении коммита."
17551 #: git-submodule.sh:616
17553 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
17554 msgstr "Не удалось переключиться на состояние «$sha1» для подмодуля по пути «$displaypath»"
17556 #: git-submodule.sh:617
17558 msgid "Submodule path '$displaypath': checked out '$sha1'"
17559 msgstr "Подмодуль по пути «$displaypath»: забрано состояние «$sha1»"
17561 #: git-submodule.sh:621
17563 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
17564 msgstr "Не удалось переместить «$sha1» для подмодуля по пути «$displaypath»"
17566 #: git-submodule.sh:622
17568 msgid "Submodule path '$displaypath': rebased into '$sha1'"
17569 msgstr "Подмодуль по пути «$displaypath»: перемещен над «$sha1»"
17571 #: git-submodule.sh:627
17573 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
17574 msgstr "Не удалось выполнить слияние с «$sha1» для подмодуля по пути «$displaypath»"
17576 #: git-submodule.sh:628
17578 msgid "Submodule path '$displaypath': merged in '$sha1'"
17579 msgstr "Подмодуль по пути «$displaypath»: слито с «$sha1»"
17581 #: git-submodule.sh:633
17583 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
17584 msgstr "Сбой выполнения «$command $sha1» для подмодуля по пути «$displaypath»"
17586 #: git-submodule.sh:634
17588 msgid "Submodule path '$displaypath': '$command $sha1'"
17589 msgstr "Подмодуль по пути «$displaypath»: «$command $sha1»"
17591 #: git-submodule.sh:665
17593 msgid "Failed to recurse into submodule path '$displaypath'"
17594 msgstr "Не удалось выполнить рекурсивно для подмодуля по пути «$displaypath»"
17596 #: git-submodule.sh:761
17597 msgid "The --cached option cannot be used with the --files option"
17598 msgstr "Опцию --cached нельзя использовать одновременно с опцией --files"
17600 #: git-submodule.sh:813
17602 msgid "unexpected mode $mod_dst"
17603 msgstr "неизвестный режим $mod_dst"
17605 #: git-submodule.sh:833
17607 msgid " Warn: $display_name doesn't contain commit $sha1_src"
17608 msgstr " Предупреждение: $display_name не содержит коммит $sha1_src"
17610 #: git-submodule.sh:836
17612 msgid " Warn: $display_name doesn't contain commit $sha1_dst"
17613 msgstr " Предупреждение: $display_name не содержит коммит $sha1_dst"
17615 #: git-submodule.sh:839
17617 msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
17618 msgstr " Предупреждение: $display_name не содержит коммиты $sha1_src и $sha1_dst"
17620 #: git-parse-remote.sh:89
17622 msgid "See git-${cmd}(1) for details."
17623 msgstr "Для дополнительной информации, смотрите git-${cmd}(1)."
17625 #: git-rebase--interactive.sh:43
17629 "p, pick <commit> = use commit\n"
17630 "r, reword <commit> = use commit, but edit the commit message\n"
17631 "e, edit <commit> = use commit, but stop for amending\n"
17632 "s, squash <commit> = use commit, but meld into previous commit\n"
17633 "f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
17634 "x, exec <command> = run command (the rest of the line) using shell\n"
17635 "d, drop <commit> = remove commit\n"
17636 "l, label <label> = label current HEAD with a name\n"
17637 "t, reset <label> = reset HEAD to a label\n"
17638 "m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
17639 ". create a merge commit using the original merge commit's\n"
17640 ". message (or the oneline, if no original merge commit was\n"
17641 ". specified). Use -c <commit> to reword the commit message.\n"
17643 "These lines can be re-ordered; they are executed from top to bottom.\n"
17646 #: git-rebase--interactive.sh:64 git-rebase--preserve-merges.sh:173
17649 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
17650 msgstr "\nНе удаляйте строки. Используйте «drop», чтобы явно удалить коммит.\n"
17652 #: git-rebase--interactive.sh:68 git-rebase--preserve-merges.sh:177
17655 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
17656 msgstr "\nЕсли вы удалите строку здесь, то УКАЗАННЫЙ КОММИТ БУДЕТ УТЕРЯН.\n"
17658 #: git-rebase--interactive.sh:108 git-rebase--preserve-merges.sh:724
17659 msgid "could not detach HEAD"
17660 msgstr "не удалось отделить HEAD"
17662 #: git-rebase--interactive.sh:147 git-rebase--preserve-merges.sh:816
17665 "You are editing the todo file of an ongoing interactive rebase.\n"
17666 "To continue rebase after editing, run:\n"
17667 " git rebase --continue\n"
17669 msgstr "\nВы сейчас редактируете файл со списком дел для интерактивного перемещения.\nДля продолжения перемещения, после редактирования файла запустите:\n git rebase --continue\n\n"
17671 #: git-rebase--interactive.sh:155 git-rebase--interactive.sh:241
17672 #: git-rebase--preserve-merges.sh:824 git-rebase--preserve-merges.sh:910
17673 msgid "Could not execute editor"
17674 msgstr "Не удалось запустить редактор"
17676 #: git-rebase--interactive.sh:176 git-rebase--preserve-merges.sh:845
17678 msgid "Could not checkout $switch_to"
17679 msgstr "Не удалось перейти на версию $switch_to"
17681 #: git-rebase--interactive.sh:183 git-rebase--preserve-merges.sh:852
17683 msgstr "Нет указателя HEAD?"
17685 #: git-rebase--interactive.sh:184 git-rebase--preserve-merges.sh:853
17687 msgid "Could not create temporary $state_dir"
17688 msgstr "Не удалось создать временный каталог $state_dir"
17690 #: git-rebase--interactive.sh:187 git-rebase--preserve-merges.sh:856
17691 msgid "Could not mark as interactive"
17692 msgstr "Не удалось пометить как интерактивный"
17694 #: git-rebase--interactive.sh:219 git-rebase--preserve-merges.sh:888
17696 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
17697 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
17698 msgstr[0] "Перемещение $shortrevisions над $shortonto ($todocount команда)"
17699 msgstr[1] "Перемещение $shortrevisions над $shortonto ($todocount команды)"
17700 msgstr[2] "Перемещение $shortrevisions над $shortonto ($todocount команд)"
17701 msgstr[3] "Перемещение $shortrevisions над $shortonto ($todocount команд)"
17703 #: git-rebase--interactive.sh:224
17706 "\tHowever, if you remove everything, the rebase will be aborted.\n"
17711 #: git-rebase--interactive.sh:231 git-rebase--preserve-merges.sh:900
17712 msgid "Note that empty commits are commented out"
17713 msgstr "Заметьте, что пустые коммиты закомментированны"
17715 #: git-rebase--interactive.sh:280
17716 msgid "Could not generate todo list"
17717 msgstr "Не удалось сгенерировать список дел"
17719 #: git-rebase--preserve-merges.sh:136
17721 msgid "Rebasing ($new_count/$total)"
17722 msgstr "Перемещение ($new_count/$total)"
17724 #: git-rebase--preserve-merges.sh:152
17728 "p, pick <commit> = use commit\n"
17729 "r, reword <commit> = use commit, but edit the commit message\n"
17730 "e, edit <commit> = use commit, but stop for amending\n"
17731 "s, squash <commit> = use commit, but meld into previous commit\n"
17732 "f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
17733 "x, exec <commit> = run command (the rest of the line) using shell\n"
17734 "d, drop <commit> = remove commit\n"
17735 "l, label <label> = label current HEAD with a name\n"
17736 "t, reset <label> = reset HEAD to a label\n"
17737 "m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
17738 ". create a merge commit using the original merge commit's\n"
17739 ". message (or the oneline, if no original merge commit was\n"
17740 ". specified). Use -c <commit> to reword the commit message.\n"
17742 "These lines can be re-ordered; they are executed from top to bottom.\n"
17745 #: git-rebase--preserve-merges.sh:215
17748 "You can amend the commit now, with\n"
17750 "\tgit commit --amend $gpg_sign_opt_quoted\n"
17752 "Once you are satisfied with your changes, run\n"
17754 "\tgit rebase --continue"
17755 msgstr "Теперь вы можете исправить коммит с помощью\n\n\tgit commit --amend $gpg_sign_opt_quoted\n\nКак только вы будете довольны результатом, запустите\n\n\tgit rebase --continue"
17757 #: git-rebase--preserve-merges.sh:240
17759 msgid "$sha1: not a commit that can be picked"
17760 msgstr "$sha1: не является коммитом, который можно взять"
17762 #: git-rebase--preserve-merges.sh:279
17764 msgid "Invalid commit name: $sha1"
17765 msgstr "Недопустимое имя коммита: $sha1"
17767 #: git-rebase--preserve-merges.sh:309
17768 msgid "Cannot write current commit's replacement sha1"
17769 msgstr "Не удалось записать замену sha1 текущего коммита"
17771 #: git-rebase--preserve-merges.sh:360
17773 msgid "Fast-forward to $sha1"
17774 msgstr "Перемотка вперед до $sha1"
17776 #: git-rebase--preserve-merges.sh:362
17778 msgid "Cannot fast-forward to $sha1"
17779 msgstr "Не удалось перемотать вперед до $sha1"
17781 #: git-rebase--preserve-merges.sh:371
17783 msgid "Cannot move HEAD to $first_parent"
17784 msgstr "Не удалось переместить HEAD на $first_parent"
17786 #: git-rebase--preserve-merges.sh:376
17788 msgid "Refusing to squash a merge: $sha1"
17789 msgstr "Нельзя уплотнить слияние: $sha1"
17791 #: git-rebase--preserve-merges.sh:394
17793 msgid "Error redoing merge $sha1"
17794 msgstr "Ошибка при повторении слияния $sha1"
17796 #: git-rebase--preserve-merges.sh:403
17798 msgid "Could not pick $sha1"
17799 msgstr "Не удалось взять $sha1"
17801 #: git-rebase--preserve-merges.sh:412
17803 msgid "This is the commit message #${n}:"
17804 msgstr "Это сообщение коммита номер #${n}:"
17806 #: git-rebase--preserve-merges.sh:417
17808 msgid "The commit message #${n} will be skipped:"
17809 msgstr "Сообщение коммита номер #${n} будет пропущено:"
17811 #: git-rebase--preserve-merges.sh:428
17813 msgid "This is a combination of $count commit."
17814 msgid_plural "This is a combination of $count commits."
17815 msgstr[0] "Это объединение $count коммита"
17816 msgstr[1] "Это объединение $count коммитов"
17817 msgstr[2] "Это объединение $count коммитов"
17818 msgstr[3] "Это объединение $count коммитов"
17820 #: git-rebase--preserve-merges.sh:437
17822 msgid "Cannot write $fixup_msg"
17823 msgstr "Не удалось записать $fixup_msg"
17825 #: git-rebase--preserve-merges.sh:440
17826 msgid "This is a combination of 2 commits."
17827 msgstr "Это объединение 2 коммитов"
17829 #: git-rebase--preserve-merges.sh:481 git-rebase--preserve-merges.sh:524
17830 #: git-rebase--preserve-merges.sh:527
17832 msgid "Could not apply $sha1... $rest"
17833 msgstr "Не удалось применить $sha1… $rest"
17835 #: git-rebase--preserve-merges.sh:556
17838 "Could not amend commit after successfully picking $sha1... $rest\n"
17839 "This is most likely due to an empty commit message, or the pre-commit hook\n"
17840 "failed. If the pre-commit hook failed, you may need to resolve the issue before\n"
17841 "you are able to reword the commit."
17842 msgstr "Не удолось исправить коммит после успешного перехода на $sha1… $rest\nЭто произошло, скорее всего, из-за пустого сообщения коммита или из-за перехватчика перед коммитом. Если же это произошло из-за перехватчика перед коммитом, то вам нужно решить с ним проблему и повторить попытку снова."
17844 #: git-rebase--preserve-merges.sh:571
17846 msgid "Stopped at $sha1_abbrev... $rest"
17847 msgstr "Остановлено на $sha1_abbrev… $rest"
17849 #: git-rebase--preserve-merges.sh:586
17851 msgid "Cannot '$squash_style' without a previous commit"
17852 msgstr "Нельзя сделать «$squash_style» без указания предыдущего коммита"
17854 #: git-rebase--preserve-merges.sh:628
17856 msgid "Executing: $rest"
17857 msgstr "Выполнение: $rest"
17859 #: git-rebase--preserve-merges.sh:636
17861 msgid "Execution failed: $rest"
17862 msgstr "Не удалось выполнить: $rest"
17864 #: git-rebase--preserve-merges.sh:638
17865 msgid "and made changes to the index and/or the working tree"
17866 msgstr "и были сделаны изменения в индексе и/или в рабочем каталоге"
17868 #: git-rebase--preserve-merges.sh:640
17870 "You can fix the problem, and then run\n"
17872 "\tgit rebase --continue"
17873 msgstr "Вы можете исправить ошибку, а затем запустить\n\n\tgit rebase --continue"
17875 #. TRANSLATORS: after these lines is a command to be issued by the user
17876 #: git-rebase--preserve-merges.sh:653
17879 "Execution succeeded: $rest\n"
17880 "but left changes to the index and/or the working tree\n"
17881 "Commit or stash your changes, and then run\n"
17883 "\tgit rebase --continue"
17884 msgstr "Успешное выполнение: $rest\nно остались изменения в индексе и/или в рабочем каталоге\nСделайте коммит или спрячьте ваши изменения, а затем выполните\n\n\tgit rebase --continue"
17886 #: git-rebase--preserve-merges.sh:664
17888 msgid "Unknown command: $command $sha1 $rest"
17889 msgstr "Неопознанная команда: $command $sha1 $rest"
17891 #: git-rebase--preserve-merges.sh:665
17892 msgid "Please fix this using 'git rebase --edit-todo'."
17893 msgstr "Пожалуйста исправьте это с помощью «git rebase --edit-todo»."
17895 #: git-rebase--preserve-merges.sh:700
17897 msgid "Successfully rebased and updated $head_name."
17898 msgstr "Успешно перемещён и обновлён $head_name."
17900 #: git-rebase--preserve-merges.sh:757
17901 msgid "Could not remove CHERRY_PICK_HEAD"
17902 msgstr "Не удалось удалить CHERRY_PICK_HEAD"
17904 #: git-rebase--preserve-merges.sh:762
17907 "You have staged changes in your working tree.\n"
17908 "If these changes are meant to be\n"
17909 "squashed into the previous commit, run:\n"
17911 " git commit --amend $gpg_sign_opt_quoted\n"
17913 "If they are meant to go into a new commit, run:\n"
17915 " git commit $gpg_sign_opt_quoted\n"
17917 "In both cases, once you're done, continue with:\n"
17919 " git rebase --continue\n"
17920 msgstr "У вас имеются проиндексированные изменения в рабочем каталоге.\nЕсли эти изменения должны быть объеденены с предыдущим коммитом, то запустите:\n\n git commit --amend $gpg_sign_opt_quoted\n\nЕсли же они должны быть помещены в новый коммит, то запустите:\n\n git commit $gpg_sign_opt_quoted\n\nВ любом случае, после того как вы закончите, продолжить перемещение можно выполнив:\n\n git rebase --continue\n"
17922 #: git-rebase--preserve-merges.sh:779
17923 msgid "Error trying to find the author identity to amend commit"
17924 msgstr "Произошла ошибка при поиске автора для исправления коммита"
17926 #: git-rebase--preserve-merges.sh:784
17928 "You have uncommitted changes in your working tree. Please commit them\n"
17929 "first and then run 'git rebase --continue' again."
17930 msgstr "У вас имеются незакоммиченные изменения в рабочем каталоге. Сделайте коммит, а затем запустите «git rebase --continue» снова."
17932 #: git-rebase--preserve-merges.sh:789 git-rebase--preserve-merges.sh:793
17933 msgid "Could not commit staged changes."
17934 msgstr "Не удалось закоммитить проиндексированные изменения."
17936 #: git-rebase--preserve-merges.sh:893
17939 "However, if you remove everything, the rebase will be aborted.\n"
17941 msgstr "\nНо если вы удалите все, то процесс перемещения будет будет прерван.\n\n"
17943 #: git-rebase--preserve-merges.sh:942 git-rebase--preserve-merges.sh:947
17944 msgid "Could not init rewritten commits"
17945 msgstr "Не удалось инициализировать перезаписанные коммиты"
17947 #: git-sh-setup.sh:89 git-sh-setup.sh:94
17949 msgid "usage: $dashless $USAGE"
17950 msgstr "использование: $dashless $USAGE"
17952 #: git-sh-setup.sh:190
17954 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
17955 msgstr "Не удалось выполнить chdir в $cdup, вершину рабочего каталога"
17957 #: git-sh-setup.sh:199 git-sh-setup.sh:206
17959 msgid "fatal: $program_name cannot be used without a working tree."
17960 msgstr "критическая ошибка: $program_name нельзя использовать не имея рабочего каталога."
17962 #: git-sh-setup.sh:220
17963 msgid "Cannot rebase: You have unstaged changes."
17964 msgstr "Не удалось выполнить перемещение коммитов: У вас есть непроиндексированные изменения."
17966 #: git-sh-setup.sh:223
17967 msgid "Cannot rewrite branches: You have unstaged changes."
17968 msgstr "Не удалось выполнить перезапись веток: У вас есть непроиндексированные изменения."
17970 #: git-sh-setup.sh:226
17971 msgid "Cannot pull with rebase: You have unstaged changes."
17972 msgstr "Не удалось получить с перемещением: У вас есть непроиндексированные изменения."
17974 #: git-sh-setup.sh:229
17976 msgid "Cannot $action: You have unstaged changes."
17977 msgstr "Не удалось выполнить $action: У вас есть непроиндексированные изменения."
17979 #: git-sh-setup.sh:242
17980 msgid "Cannot rebase: Your index contains uncommitted changes."
17981 msgstr "Не удалось выполнить перемещение коммитов: В вашем индексе есть незакоммиченные изменения."
17983 #: git-sh-setup.sh:245
17984 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
17985 msgstr "Не удалось получить с перемещением: В вашем индексе есть незакоммиченные изменения."
17987 #: git-sh-setup.sh:248
17989 msgid "Cannot $action: Your index contains uncommitted changes."
17990 msgstr "Не удалось выполнить $action: В вашем индексе есть незакоммиченные изменения."
17992 #: git-sh-setup.sh:252
17993 msgid "Additionally, your index contains uncommitted changes."
17994 msgstr "К тому же, в вашем индексе есть незакоммиченные изменения."
17996 #: git-sh-setup.sh:372
17997 msgid "You need to run this command from the toplevel of the working tree."
17998 msgstr "Вам нужно запускать эту команду находясь на вершине рабочего каталога."
18000 #: git-sh-setup.sh:377
18001 msgid "Unable to determine absolute path of git directory"
18002 msgstr "Не удалось определить абсолютный путь к каталогу git"
18004 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
18005 #: git-add--interactive.perl:196
18007 msgid "%12s %12s %s"
18008 msgstr "%12s %12s %s"
18010 #: git-add--interactive.perl:197
18014 #: git-add--interactive.perl:197
18016 msgstr "не в индексе"
18018 #: git-add--interactive.perl:253 git-add--interactive.perl:278
18022 #: git-add--interactive.perl:262 git-add--interactive.perl:316
18026 #: git-add--interactive.perl:298 git-add--interactive.perl:313
18028 msgstr "нет изменений"
18030 #: git-add--interactive.perl:609
18032 msgid "added %d path\n"
18033 msgid_plural "added %d paths\n"
18034 msgstr[0] "добавлен %d путь\n"
18035 msgstr[1] "добавлено %d пути\n"
18036 msgstr[2] "добавлено %d путей\n"
18037 msgstr[3] "добавлено %d пути\n"
18039 #: git-add--interactive.perl:612
18041 msgid "updated %d path\n"
18042 msgid_plural "updated %d paths\n"
18043 msgstr[0] "обновлён %d путь\n"
18044 msgstr[1] "обновлено %d пути\n"
18045 msgstr[2] "обновлено %d путей\n"
18046 msgstr[3] "обновлено %d пути\n"
18048 #: git-add--interactive.perl:615
18050 msgid "reverted %d path\n"
18051 msgid_plural "reverted %d paths\n"
18052 msgstr[0] "обращены изменения %d пути\n"
18053 msgstr[1] "обращены изменения %d путей\n"
18054 msgstr[2] "обращены изменения %d путей\n"
18055 msgstr[3] "обращены изменения %d путей\n"
18057 #: git-add--interactive.perl:618
18059 msgid "touched %d path\n"
18060 msgid_plural "touched %d paths\n"
18061 msgstr[0] "тронут %d путь\n"
18062 msgstr[1] "тронуты %d пути\n"
18063 msgstr[2] "тронуты %d путей\n"
18064 msgstr[3] "тронуты %d пути\n"
18066 #: git-add--interactive.perl:627
18070 #: git-add--interactive.perl:639
18072 msgstr "Обратить изменения"
18074 #: git-add--interactive.perl:662
18076 msgid "note: %s is untracked now.\n"
18077 msgstr "примечание: %s теперь неотслеживаемый.\n"
18079 #: git-add--interactive.perl:673
18080 msgid "Add untracked"
18081 msgstr "Добавить неотслеживаемый"
18083 #: git-add--interactive.perl:679
18084 msgid "No untracked files.\n"
18085 msgstr "Нет неотслеживаемых файлов.\n"
18087 #: git-add--interactive.perl:1033
18089 "If the patch applies cleanly, the edited hunk will immediately be\n"
18090 "marked for staging."
18091 msgstr "Если патч применяется без ошибок, то изменённый блок будет сразу помечен для индексирования."
18093 #: git-add--interactive.perl:1036
18095 "If the patch applies cleanly, the edited hunk will immediately be\n"
18096 "marked for stashing."
18097 msgstr "Если патч применяется без ошибок, то изменённый блок будет сразу помечен для прятанья."
18099 #: git-add--interactive.perl:1039
18101 "If the patch applies cleanly, the edited hunk will immediately be\n"
18102 "marked for unstaging."
18103 msgstr "Если патч применяется без ошибок, то изменённый блок будет сразу помечен для убирания из индекса."
18105 #: git-add--interactive.perl:1042 git-add--interactive.perl:1051
18107 "If the patch applies cleanly, the edited hunk will immediately be\n"
18108 "marked for applying."
18109 msgstr "Если патч применяется без ошибок, то изменённый блок будет сразу помечен для применения."
18111 #: git-add--interactive.perl:1045 git-add--interactive.perl:1048
18113 "If the patch applies cleanly, the edited hunk will immediately be\n"
18114 "marked for discarding."
18115 msgstr "Если патч применяется без ошибок, то изменённый блок будет сразу помечен для отмены изменений."
18117 #: git-add--interactive.perl:1085
18119 msgid "failed to open hunk edit file for writing: %s"
18120 msgstr "не удалось открыть файл редактирования блока изменений для записи: %s"
18122 #: git-add--interactive.perl:1086
18123 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
18124 msgstr "Ручной режим редактирования блока изменений — смотрите ниже для небольшого руководства.\n"
18126 #: git-add--interactive.perl:1092
18130 "To remove '%s' lines, make them ' ' lines (context).\n"
18131 "To remove '%s' lines, delete them.\n"
18132 "Lines starting with %s will be removed.\n"
18133 msgstr "---\nЧтобы удалить «%s» строки, сделайте их ' ' строками (контекст).\nЧтобы удалить «%s» строки, удалите их.\nСтроки, начинающиеся с %s будут удалены.\n"
18135 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
18136 #: git-add--interactive.perl:1100
18138 "If it does not apply cleanly, you will be given an opportunity to\n"
18139 "edit again. If all lines of the hunk are removed, then the edit is\n"
18140 "aborted and the hunk is left unchanged.\n"
18141 msgstr "Если патч не применяется без ошибок, вам будет дана\nвозможность изменить его снова. Если все строки блока\nизменений удалены, то редактирование будет отменено\nи блок останется без изменений.\n"
18143 #: git-add--interactive.perl:1114
18145 msgid "failed to open hunk edit file for reading: %s"
18146 msgstr "не удалось открыть файл редактирования блока изменений для чтения: %s"
18148 #. TRANSLATORS: do not translate [y/n]
18149 #. The program will only accept that input
18151 #. Consider translating (saying "no" discards!) as
18152 #. (saying "n" for "no" discards!) if the translation
18153 #. of the word "no" does not start with n.
18154 #: git-add--interactive.perl:1213
18156 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]?"
18158 msgstr "Изменённый вами блок не применяется. Редактировать снова (ответ «y» означает «нет»!) [y/n]? "
18160 #: git-add--interactive.perl:1222
18162 "y - stage this hunk\n"
18163 "n - do not stage this hunk\n"
18164 "q - quit; do not stage this hunk or any of the remaining ones\n"
18165 "a - stage this hunk and all later hunks in the file\n"
18166 "d - do not stage this hunk or any of the later hunks in the file"
18167 msgstr "y - проиндексировать блок изменений\nn - не индексировать этот блок изменений\nq - выход; не индексировать этот и последующие блоки\na - проиндексировать этот и все последующие блоки файла\nd - не индексировать этот и последующие блоки файла"
18169 #: git-add--interactive.perl:1228
18171 "y - stash this hunk\n"
18172 "n - do not stash this hunk\n"
18173 "q - quit; do not stash this hunk or any of the remaining ones\n"
18174 "a - stash this hunk and all later hunks in the file\n"
18175 "d - do not stash this hunk or any of the later hunks in the file"
18176 msgstr "y - спрятать изменения блока\nq - выход; не прятать изменения этого и последующих блоков\na - спрятать этот и все последующие блоки файла\nd - не прятать этот и последующие блоки файла"
18178 #: git-add--interactive.perl:1234
18180 "y - unstage this hunk\n"
18181 "n - do not unstage this hunk\n"
18182 "q - quit; do not unstage this hunk or any of the remaining ones\n"
18183 "a - unstage this hunk and all later hunks in the file\n"
18184 "d - do not unstage this hunk or any of the later hunks in the file"
18185 msgstr "y - убрать из индекса этот блок изменений\nn - не убирать из индекса этот блок изменений\nq - выход; не убирать из индекса этот и последующие блоки\na - убрать из индекса этот и все последующие блоки файла\nd - не убирать из индекса этот и последующие блоки файла"
18187 #: git-add--interactive.perl:1240
18189 "y - apply this hunk to index\n"
18190 "n - do not apply this hunk to index\n"
18191 "q - quit; do not apply this hunk or any of the remaining ones\n"
18192 "a - apply this hunk and all later hunks in the file\n"
18193 "d - do not apply this hunk or any of the later hunks in the file"
18194 msgstr "y - применить блок изменений к индексу\nn - не применять этот блок изменений к индексу\nq - выход; не применять этот и последующие блоки\na - применить этот блок и все последующие блоки файла\nd - не применять этот и последующие блоки файла"
18196 #: git-add--interactive.perl:1246
18198 "y - discard this hunk from worktree\n"
18199 "n - do not discard this hunk from worktree\n"
18200 "q - quit; do not discard this hunk or any of the remaining ones\n"
18201 "a - discard this hunk and all later hunks in the file\n"
18202 "d - do not discard this hunk or any of the later hunks in the file"
18203 msgstr "y - отменить изменения этого блока в рабочем каталоге\nn - не отменять изменения этого блока в рабочем каталоге\nq - выход; не отменять изменения этого блока и всех последующих\na - отменить изменения этого и всех последующих блоков файла\nd - не отменять изменения этого и всех последующих блоков файла"
18205 #: git-add--interactive.perl:1252
18207 "y - discard this hunk from index and worktree\n"
18208 "n - do not discard this hunk from index and worktree\n"
18209 "q - quit; do not discard this hunk or any of the remaining ones\n"
18210 "a - discard this hunk and all later hunks in the file\n"
18211 "d - do not discard this hunk or any of the later hunks in the file"
18212 msgstr "y - отменить изменения этого блока в индексе и рабочем каталоге\nn - не отменять изменения этого блока в индексе и рабочем каталоге\nq - выход; не отменять изменения этого блока и всех последующих\na - отменить изменения этого и всех последующих блоков файла\nd - не отменять изменения этого и всех последующих блоков файла"
18214 #: git-add--interactive.perl:1258
18216 "y - apply this hunk to index and worktree\n"
18217 "n - do not apply this hunk to index and worktree\n"
18218 "q - quit; do not apply this hunk or any of the remaining ones\n"
18219 "a - apply this hunk and all later hunks in the file\n"
18220 "d - do not apply this hunk or any of the later hunks in the file"
18221 msgstr "y - применить блок изменений к индексу и рабочему каталогу\nn - не применять этот блок изменений к индексу и рабочему каталогу\nq - выход; не применять этот и последующие блоки\na - применить этот блок и все последующие блоки файла\nd - не применять этот и последующие блоки файла"
18223 #: git-add--interactive.perl:1273
18225 "g - select a hunk to go to\n"
18226 "/ - search for a hunk matching the given regex\n"
18227 "j - leave this hunk undecided, see next undecided hunk\n"
18228 "J - leave this hunk undecided, see next hunk\n"
18229 "k - leave this hunk undecided, see previous undecided hunk\n"
18230 "K - leave this hunk undecided, see previous hunk\n"
18231 "s - split the current hunk into smaller hunks\n"
18232 "e - manually edit the current hunk\n"
18234 msgstr "g - выбрать блок изменений на который нужно перейти\n/ - поиск блока изменений с помощью регулярного выражения\nj - не принимать решение по этому блоку, перейти на следующий без решения\nJ - не принимать решение по этому блоку, перейти на следующий\nk - не принимать решение по этому блоку, перейти на предыдущий без решения\nK - не принимать решение по этому блоку, перейти на предыдущий\ns - разделить текущий блок на блоки меньшего размера\ne - вручную отредактировать текущий блок\n? - вывести справку\n"
18236 #: git-add--interactive.perl:1304
18237 msgid "The selected hunks do not apply to the index!\n"
18238 msgstr "Выбранные блоки не применяются без ошибок к индексу!\n"
18240 #: git-add--interactive.perl:1305
18241 msgid "Apply them to the worktree anyway? "
18242 msgstr "Все равно применить их к рабочему каталогу?"
18244 #: git-add--interactive.perl:1308
18245 msgid "Nothing was applied.\n"
18246 msgstr "Ничего не применено.\n"
18248 #: git-add--interactive.perl:1319
18250 msgid "ignoring unmerged: %s\n"
18251 msgstr "игнорирую не слитое: %s\n"
18253 #: git-add--interactive.perl:1328
18254 msgid "Only binary files changed.\n"
18255 msgstr "Только изменения двоичных файлов.\n"
18257 #: git-add--interactive.perl:1330
18258 msgid "No changes.\n"
18259 msgstr "Нет изменений.\n"
18261 #: git-add--interactive.perl:1338
18262 msgid "Patch update"
18263 msgstr "Обновление патча"
18265 #: git-add--interactive.perl:1390
18267 msgid "Stage mode change [y,n,q,a,d%s,?]? "
18268 msgstr "Проиндексировать изменение режима доступа [y,n,q,a,d%s,?]? "
18270 #: git-add--interactive.perl:1391
18272 msgid "Stage deletion [y,n,q,a,d%s,?]? "
18273 msgstr "Проиндексировать удаление [y,n,q,a,d%s,?]? "
18275 #: git-add--interactive.perl:1392
18277 msgid "Stage this hunk [y,n,q,a,d%s,?]? "
18278 msgstr "Проиндексировать этот блок изменений [y,n,q,a,d%s,?]? "
18280 #: git-add--interactive.perl:1395
18282 msgid "Stash mode change [y,n,q,a,d%s,?]? "
18283 msgstr "Спрятать изменение режима доступа [y,n,q,a,d%s,?]? "
18285 #: git-add--interactive.perl:1396
18287 msgid "Stash deletion [y,n,q,a,d%s,?]? "
18288 msgstr "Спрятать удаление файла [y,n,q,a,d%s,?]? "
18290 #: git-add--interactive.perl:1397
18292 msgid "Stash this hunk [y,n,q,a,d%s,?]? "
18293 msgstr "Спрятать этот блок изменений [y,n,q,a,d%s,?]? "
18295 #: git-add--interactive.perl:1400
18297 msgid "Unstage mode change [y,n,q,a,d%s,?]? "
18298 msgstr "Убрать изменения режима доступа из индекса [y,n,q,a,d%s,?]? "
18300 #: git-add--interactive.perl:1401
18302 msgid "Unstage deletion [y,n,q,a,d%s,?]? "
18303 msgstr "Убрать удаление из индекса [y,n,q,a,d%s,?]? "
18305 #: git-add--interactive.perl:1402
18307 msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
18308 msgstr "Убрать из индекса этот блок измений [y,n,q,a,d%s,?]? "
18310 #: git-add--interactive.perl:1405
18312 msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
18313 msgstr "Применить изменение режима доступа к индексу [y,n,q,a,d%s,?]? "
18315 #: git-add--interactive.perl:1406
18317 msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
18318 msgstr "Применить удаление к индексу [y,n,q,a,d%s,?]? "
18320 #: git-add--interactive.perl:1407
18322 msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
18323 msgstr "Применить этот блок к индексу [y,n,q,a,d%s,?]? "
18325 #: git-add--interactive.perl:1410
18327 msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
18328 msgstr "Отменить изменения режима доступа в рабочем каталоге [y,n,q,a,d%s,?]? "
18330 #: git-add--interactive.perl:1411
18332 msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
18333 msgstr "Отменить удаление в рабочем каталоге [y,n,q,a,d%s,?]? "
18335 #: git-add--interactive.perl:1412
18337 msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
18338 msgstr "Отменить изменения этого блока в рабочем каталоге [y,n,q,a,d%s,?]? "
18340 #: git-add--interactive.perl:1415
18342 msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
18343 msgstr "Отменить изменения режима доступа в индексе и рабочем каталоге [y,n,q,a,d%s,?]? "
18345 #: git-add--interactive.perl:1416
18347 msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
18348 msgstr "Отменить удаление в индексе и рабочем каталоге [y,n,q,a,d%s,?]? "
18350 #: git-add--interactive.perl:1417
18352 msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
18353 msgstr "Отменить изменения этого блока в индексе и рабочем каталоге [y,n,q,a,d%s,?]? "
18355 #: git-add--interactive.perl:1420
18357 msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
18358 msgstr "Применить изменения режима доступа к индексу и рабочему каталогу [y,n,q,a,d%s,?]? "
18360 #: git-add--interactive.perl:1421
18362 msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
18363 msgstr "Применить удаление к индексу и рабочему каталогу [y,n,q,a,d%s,?]? "
18365 #: git-add--interactive.perl:1422
18367 msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
18368 msgstr "Применить изменения этого блока к индексу и рабочему каталогу [y,n,q,a,d%s,?]? "
18370 #: git-add--interactive.perl:1522
18371 msgid "No other hunks to goto\n"
18374 #: git-add--interactive.perl:1529
18375 msgid "go to which hunk (<ret> to see more)? "
18376 msgstr "на какой блок перейти (нажмите <ввод> чтобы увидеть еще)? "
18378 #: git-add--interactive.perl:1531
18379 msgid "go to which hunk? "
18380 msgstr "на какой блок перейти? "
18382 #: git-add--interactive.perl:1540
18384 msgid "Invalid number: '%s'\n"
18385 msgstr "Неверный номер: «%s»\n"
18387 #: git-add--interactive.perl:1545
18389 msgid "Sorry, only %d hunk available.\n"
18390 msgid_plural "Sorry, only %d hunks available.\n"
18391 msgstr[0] "Простите, но только %d блок изменений доступен.\n"
18392 msgstr[1] "Простите, но только %d блока изменений доступно.\n"
18393 msgstr[2] "Простите, но только %d блоков изменений доступно.\n"
18394 msgstr[3] "Простите, но только %d блока изменений доступно.\n"
18396 #: git-add--interactive.perl:1571
18397 msgid "No other hunks to search\n"
18400 #: git-add--interactive.perl:1575
18401 msgid "search for regex? "
18402 msgstr "искать с помощью регулярного выражения? "
18404 #: git-add--interactive.perl:1588
18406 msgid "Malformed search regexp %s: %s\n"
18407 msgstr "Регулярное выражение для поиска в неверном формате %s: %s\n"
18409 #: git-add--interactive.perl:1598
18410 msgid "No hunk matches the given pattern\n"
18411 msgstr "Не найдены блоки, которые соответствуют указанному шаблону\n"
18413 #: git-add--interactive.perl:1610 git-add--interactive.perl:1632
18414 msgid "No previous hunk\n"
18415 msgstr "Нет предыдущего блока\n"
18417 #: git-add--interactive.perl:1619 git-add--interactive.perl:1638
18418 msgid "No next hunk\n"
18419 msgstr "Не следующего блока\n"
18421 #: git-add--interactive.perl:1644
18422 msgid "Sorry, cannot split this hunk\n"
18425 #: git-add--interactive.perl:1650
18427 msgid "Split into %d hunk.\n"
18428 msgid_plural "Split into %d hunks.\n"
18429 msgstr[0] "Разбито на %d блок изменений.\n"
18430 msgstr[1] "Разбито на %d блока изменений.\n"
18431 msgstr[2] "Разбито на %d блоков изменений.\n"
18432 msgstr[3] "Разбито на %d блока изменений.\n"
18434 #: git-add--interactive.perl:1660
18435 msgid "Sorry, cannot edit this hunk\n"
18438 #: git-add--interactive.perl:1706
18439 msgid "Review diff"
18440 msgstr "Просмотреть изменения"
18442 #. TRANSLATORS: please do not translate the command names
18443 #. 'status', 'update', 'revert', etc.
18444 #: git-add--interactive.perl:1725
18446 "status - show paths with changes\n"
18447 "update - add working tree state to the staged set of changes\n"
18448 "revert - revert staged set of changes back to the HEAD version\n"
18449 "patch - pick hunks and update selectively\n"
18450 "diff - view diff between HEAD and index\n"
18451 "add untracked - add contents of untracked files to the staged set of changes\n"
18452 msgstr "status - показать пути с изменениями\nupdate - добавить состояние рабочего каталога индекс\nrevert - вернуть проиндексированный набор изменений к HEAD версии\npatch - выбрать и выборочно обновить блоки\ndiff - просмотреть различия между HEAD и индексом\nadd untracked - добавить содержимое неотслеживаемых файлов в индекс\n"
18454 #: git-add--interactive.perl:1742 git-add--interactive.perl:1747
18455 #: git-add--interactive.perl:1750 git-add--interactive.perl:1757
18456 #: git-add--interactive.perl:1761 git-add--interactive.perl:1767
18458 msgstr "отсутствует --"
18460 #: git-add--interactive.perl:1763
18462 msgid "unknown --patch mode: %s"
18463 msgstr "неизвестный режим для --patch: %s"
18465 #: git-add--interactive.perl:1769 git-add--interactive.perl:1775
18467 msgid "invalid argument %s, expecting --"
18468 msgstr "недопустимый аргумент %s, ожидается --"
18470 #: git-send-email.perl:130
18471 msgid "local zone differs from GMT by a non-minute interval\n"
18472 msgstr "локальный часовой пояс отличается от GMT на не минутный интервал\n"
18474 #: git-send-email.perl:137 git-send-email.perl:143
18475 msgid "local time offset greater than or equal to 24 hours\n"
18476 msgstr "локальный сдвиг времени больше или равен 24 часа\n"
18478 #: git-send-email.perl:211 git-send-email.perl:217
18479 msgid "the editor exited uncleanly, aborting everything"
18480 msgstr "редактор был завершен с ошибкой, отменяю всё"
18482 #: git-send-email.perl:294
18484 msgid "'%s' contains an intermediate version of the email you were composing.\n"
18485 msgstr "«%s» содержит промежуточную версию письма, которое вы готовите.\n"
18487 #: git-send-email.perl:299
18489 msgid "'%s.final' contains the composed email.\n"
18490 msgstr "«%s.final» содержит подготовленное письмо.\n"
18492 #: git-send-email.perl:317
18493 msgid "--dump-aliases incompatible with other options\n"
18494 msgstr "--dump-aliases не совместимо с другими опциями\n"
18496 #: git-send-email.perl:383 git-send-email.perl:638
18497 msgid "Cannot run git format-patch from outside a repository\n"
18498 msgstr "Нельзя запускать git format-patch вне репозитория\n"
18500 #: git-send-email.perl:386
18502 "`batch-size` and `relogin` must be specified together (via command-line or "
18503 "configuration option)\n"
18506 #: git-send-email.perl:456
18508 msgid "Unknown --suppress-cc field: '%s'\n"
18509 msgstr "Неизвестное поле --suppress-cc: «%s»\n"
18511 #: git-send-email.perl:485
18513 msgid "Unknown --confirm setting: '%s'\n"
18514 msgstr "Неизвестный параметр --confirm: «%s»\n"
18516 #: git-send-email.perl:513
18518 msgid "warning: sendmail alias with quotes is not supported: %s\n"
18519 msgstr "предупреждение: сокращение для sendmail с кавычками не поддерживается: %s\n"
18521 #: git-send-email.perl:515
18523 msgid "warning: `:include:` not supported: %s\n"
18524 msgstr "предупреждение: «:include:» не поддерживается: %s\n"
18526 #: git-send-email.perl:517
18528 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
18529 msgstr "предупреждение: перенаправление «/file» или «|pipe» не поддерживается: %s\n"
18531 #: git-send-email.perl:522
18533 msgid "warning: sendmail line is not recognized: %s\n"
18534 msgstr "предупреждение: строка sendmail не распознана: %s\n"
18536 #: git-send-email.perl:604
18539 "File '%s' exists but it could also be the range of commits\n"
18540 "to produce patches for. Please disambiguate by...\n"
18542 " * Saying \"./%s\" if you mean a file; or\n"
18543 " * Giving --format-patch option if you mean a range.\n"
18544 msgstr "Файл «%s» существует, но это также может быть и\nдиапазоном коммитов для которых нужно сделать патчи. \nУстраните неоднозначность…\n\n * Указав \"./%s\" если вы имеете в виду имя файла; или\n * Передав опцию --format-patch если вы имеете в виду диапазон коммитов.\n"
18546 #: git-send-email.perl:625
18548 msgid "Failed to opendir %s: %s"
18549 msgstr "Не удалось выполнить opendir %s: %s"
18551 #: git-send-email.perl:649
18555 "warning: no patches were sent\n"
18556 msgstr "критическая ошибка: %s: %s\nпредупреждение: патчи не были отправлены\n"
18558 #: git-send-email.perl:660
18561 "No patch files specified!\n"
18563 msgstr "\nФайл с патчем не указан!\n\n"
18565 #: git-send-email.perl:673
18567 msgid "No subject line in %s?"
18568 msgstr "Нет строки с темой в %s?"
18570 #: git-send-email.perl:683
18572 msgid "Failed to open for writing %s: %s"
18573 msgstr "Не удалось открыть для записи %s: %s"
18575 #: git-send-email.perl:694
18577 "Lines beginning in \"GIT:\" will be removed.\n"
18578 "Consider including an overall diffstat or table of contents\n"
18579 "for the patch you are writing.\n"
18581 "Clear the body content if you don't wish to send a summary.\n"
18582 msgstr "Строки, начинающиеся с «GIT:» будут удалены.\nВозможно будет полезно включить статистику добавлений\nи удалений или таблицу содержимого в патч, который вы пишете.\n\nОчистите содержимое, если вы не хотите отправлять письмо с краткой информацией.\n"
18584 #: git-send-email.perl:718
18586 msgid "Failed to open %s: %s"
18587 msgstr "Не удалось открыть %s: %s"
18589 #: git-send-email.perl:735
18591 msgid "Failed to open %s.final: %s"
18592 msgstr "Не удалось открыть %s.final: %s"
18594 #: git-send-email.perl:778
18595 msgid "Summary email is empty, skipping it\n"
18596 msgstr "Письмо с краткой информацией пустое, попускаю его\n"
18598 #. TRANSLATORS: please keep [y/N] as is.
18599 #: git-send-email.perl:813
18601 msgid "Are you sure you want to use <%s> [y/N]? "
18602 msgstr "Вы уверены, что хотите использовать <%s> [y/N]? "
18604 #: git-send-email.perl:868
18606 "The following files are 8bit, but do not declare a Content-Transfer-"
18608 msgstr "Следующие файлы 8 битные, но не содержат Content-Transfer-Encoding.\n"
18610 #: git-send-email.perl:873
18611 msgid "Which 8bit encoding should I declare [UTF-8]? "
18612 msgstr "Какую 8 битную кодировку нужно указать [UTF-8]? "
18614 #: git-send-email.perl:881
18617 "Refusing to send because the patch\n"
18619 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really want to send.\n"
18620 msgstr "Отказываюсь отправить, т.к. патч\n\t%s\nсодержит шаблонный заголовок «*** SUBJECT HERE ***». Укажите параметр --force, если вы действительно хотите отправить его.\n"
18622 #: git-send-email.perl:900
18623 msgid "To whom should the emails be sent (if anyone)?"
18624 msgstr "Кому должны быть отправлены письма (если нужно)?"
18626 #: git-send-email.perl:918
18628 msgid "fatal: alias '%s' expands to itself\n"
18629 msgstr "критическая ошибка: сокращение «%s» раскрывается само в себя\n"
18631 #: git-send-email.perl:930
18632 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
18633 msgstr "Message-ID который нужно использовать в поле In-Reply-To для первого письма (если нужно)? "
18635 #: git-send-email.perl:988 git-send-email.perl:996
18637 msgid "error: unable to extract a valid address from: %s\n"
18638 msgstr "ошибка: не удалось выделить действительный адрес из: %s\n"
18640 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
18641 #. translation. The program will only accept English input
18643 #: git-send-email.perl:1000
18644 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
18645 msgstr "Что нужно сделать с этим адресом? ([q] - выход|[d] - отбросить|[e] - редактировать): "
18647 #: git-send-email.perl:1317
18649 msgid "CA path \"%s\" does not exist"
18650 msgstr "путь CA «%s» не существует"
18652 #: git-send-email.perl:1400
18654 " The Cc list above has been expanded by additional\n"
18655 " addresses found in the patch commit message. By default\n"
18656 " send-email prompts before sending whenever this occurs.\n"
18657 " This behavior is controlled by the sendemail.confirm\n"
18658 " configuration setting.\n"
18660 " For additional information, run 'git send-email --help'.\n"
18661 " To retain the current behavior, but squelch this message,\n"
18662 " run 'git config --global sendemail.confirm auto'.\n"
18664 msgstr " Список Cc (получателей копии письма) был расширен дополнительными\n адресами, найденными в сообщении коммита патча. По умолчанию\n send-email переспрашивает перед отправкой, когда она происходит.\n Это поведение может быть изменено параметром файла конфигурации\n sendemail.confirm.\n\n Для дополнительной информации, запустите «git send-email --help».\n Чтобы оставить текущее поведение, но скрыть это сообщение,\n запустите «git config --global sendemail.confirm auto».\n\n"
18666 #. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
18667 #. translation. The program will only accept English input
18669 #: git-send-email.perl:1415
18670 msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
18671 msgstr "Отправить это письмо? ([y] - да|[n] - нет|[e] - изменить|[q] - выход|[a] - все): "
18673 #: git-send-email.perl:1418
18674 msgid "Send this email reply required"
18675 msgstr "Отправка этого ответа на письмо обязательна"
18677 #: git-send-email.perl:1446
18678 msgid "The required SMTP server is not properly defined."
18679 msgstr "Требуемый SMTP сервер не был правильно объявлен."
18681 #: git-send-email.perl:1493
18683 msgid "Server does not support STARTTLS! %s"
18684 msgstr "Сервер не поддерживает STARTTLS! %s"
18686 #: git-send-email.perl:1498 git-send-email.perl:1502
18688 msgid "STARTTLS failed! %s"
18689 msgstr "Ошибка STARTTLS! %s"
18691 #: git-send-email.perl:1511
18692 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
18693 msgstr "Не удалось инициализировать SMTP. Проверьте ваши настройки и попробуйте запустить в параметром --smtp-debug."
18695 #: git-send-email.perl:1529
18697 msgid "Failed to send %s\n"
18698 msgstr "Не удалось отправить %s\n"
18700 #: git-send-email.perl:1532
18702 msgid "Dry-Sent %s\n"
18703 msgstr "Имитация отправки %s\n"
18705 #: git-send-email.perl:1532
18708 msgstr "Отправлено %s\n"
18710 #: git-send-email.perl:1534
18711 msgid "Dry-OK. Log says:\n"
18712 msgstr "Имитация OK. Журнал содержит:\n"
18714 #: git-send-email.perl:1534
18715 msgid "OK. Log says:\n"
18716 msgstr "OK. Журнал содержит:\n"
18718 #: git-send-email.perl:1546
18720 msgstr "Результат: "
18722 #: git-send-email.perl:1549
18723 msgid "Result: OK\n"
18724 msgstr "Результат: OK\n"
18726 #: git-send-email.perl:1567
18728 msgid "can't open file %s"
18729 msgstr "не удалось открыть файл %s"
18731 #: git-send-email.perl:1614 git-send-email.perl:1634
18733 msgid "(mbox) Adding cc: %s from line '%s'\n"
18734 msgstr "(mbox) Добавление cc: %s со строки «%s»\n"
18736 #: git-send-email.perl:1620
18738 msgid "(mbox) Adding to: %s from line '%s'\n"
18739 msgstr "(mbox) Добавление to: %s со строки «%s»\n"
18741 #: git-send-email.perl:1673
18743 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
18744 msgstr "(non-mbox) Добавление cc: %s со строки «%s»\n"
18746 #: git-send-email.perl:1698
18748 msgid "(body) Adding cc: %s from line '%s'\n"
18749 msgstr "(body) Добавление cc: %s со строки «%s»\n"
18751 #: git-send-email.perl:1809
18753 msgid "(%s) Could not execute '%s'"
18754 msgstr "(%s) Не удалось выполнить «%s»"
18756 #: git-send-email.perl:1816
18758 msgid "(%s) Adding %s: %s from: '%s'\n"
18759 msgstr "(%s) Добавление %s: %s из: «%s»\n"
18761 #: git-send-email.perl:1820
18763 msgid "(%s) failed to close pipe to '%s'"
18764 msgstr "(%s) не удалось закрыть поток к «%s»"
18766 #: git-send-email.perl:1850
18767 msgid "cannot send message as 7bit"
18768 msgstr "не удалось отправить сообщение в 7 битной кодировке"
18770 #: git-send-email.perl:1858
18771 msgid "invalid transfer encoding"
18772 msgstr "недопустимая кодировка передачи"
18774 #: git-send-email.perl:1899 git-send-email.perl:1951 git-send-email.perl:1961
18776 msgid "unable to open %s: %s\n"
18777 msgstr "не удалось открыть %s: %s\n"
18779 #: git-send-email.perl:1902
18781 msgid "%s: patch contains a line longer than 998 characters"
18782 msgstr "%s: патч содержит строку длиннее чем 998 символов"
18784 #: git-send-email.perl:1919
18786 msgid "Skipping %s with backup suffix '%s'.\n"
18787 msgstr "Пропускаю %s с окончанием резервной копии «%s».\n"
18789 #. TRANSLATORS: please keep "[y|N]" as is.
18790 #: git-send-email.perl:1923
18792 msgid "Do you really want to send %s? [y|N]: "
18793 msgstr "Вы действительно хотите отправить %s? [y - да|N - нет]: "