]> git.ipfire.org Git - thirdparty/git.git/blob - po/ru.po
Merge branch 'js/rebase-autostash-fix'
[thirdparty/git.git] / po / ru.po
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.
4 #
5 # Translators:
6 # Dimitriy Ryazantcev <DJm00n@mail.ru>, 2014-2018
7 # insolor, 2014
8 # insolor, 2014
9 msgid ""
10 msgstr ""
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"
17 "MIME-Version: 1.0\n"
18 "Content-Type: text/plain; charset=UTF-8\n"
19 "Content-Transfer-Encoding: 8bit\n"
20 "Language: ru\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"
22
23 #: advice.c:97
24 #, c-format
25 msgid "%shint: %.*s%s\n"
26 msgstr "%sподсказка: %.*s%s\n"
27
28 #: advice.c:150
29 msgid "Cherry-picking is not possible because you have unmerged files."
30 msgstr "Невозможно выполнить копирование коммита в текущую ветку, так как у вас имеются не слитые файлы."
31
32 #: advice.c:152
33 msgid "Committing is not possible because you have unmerged files."
34 msgstr "Невозможно закоммитить, так как у вас имеются не слитые файлы."
35
36 #: advice.c:154
37 msgid "Merging is not possible because you have unmerged files."
38 msgstr "Невозможно выполнить слияние, так как у вас имеются не слитые файлы."
39
40 #: advice.c:156
41 msgid "Pulling is not possible because you have unmerged files."
42 msgstr "Невозможно выполнить получение, так как у вас имеются не слитые файлы."
43
44 #: advice.c:158
45 msgid "Reverting is not possible because you have unmerged files."
46 msgstr "Невозможно обратить изменения, так как у вас имеются не слитые файлы."
47
48 #: advice.c:160
49 #, c-format
50 msgid "It is not possible to %s because you have unmerged files."
51 msgstr "Невозможно выполнить %s, так как у вас имеются не слитые файлы."
52
53 #: advice.c:168
54 msgid ""
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чтобы пометить исправление и сделайте коммит."
58
59 #: advice.c:176
60 msgid "Exiting because of an unresolved conflict."
61 msgstr "Выход из-за неразрешенного конфликта."
62
63 #: advice.c:181 builtin/merge.c:1286
64 msgid "You have not concluded your merge (MERGE_HEAD exists)."
65 msgstr "Вы не завершили слияние (присутствует файл MERGE_HEAD)."
66
67 #: advice.c:183
68 msgid "Please, commit your changes before merging."
69 msgstr "Перед слиянием, выполните коммит ваших изменений."
70
71 #: advice.c:184
72 msgid "Exiting because of unfinished merge."
73 msgstr "Выход из-за незавершенного слияния."
74
75 #: advice.c:190
76 #, c-format
77 msgid ""
78 "Note: checking out '%s'.\n"
79 "\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"
83 "\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"
86 "\n"
87 " git checkout -b <new-branch-name>\n"
88 "\n"
89 msgstr "Примечание: переход на «%s».\n\nВы сейчас в состоянии «отделённого HEAD». Вы можете осмотреться, сделать\nэкспериментальные изменения и закоммитить их, также вы можете отменить\nизменения любых коммитов в этом состоянии не затрагивая любые ветки и\nне переходя на них.\n\nЕсли вы хотите создать новую ветку и сохранить свои коммиты, то вы\nможете сделать это (сейчас или позже) вызвав команду checkout снова,\nно с параметром -b. Например:\n\n git checkout -b <имя-новой-ветки>\n\n"
90
91 #: apply.c:59
92 #, c-format
93 msgid "unrecognized whitespace option '%s'"
94 msgstr "неопознанная опция для пробелов «%s»"
95
96 #: apply.c:75
97 #, c-format
98 msgid "unrecognized whitespace ignore option '%s'"
99 msgstr "неопознанная опция для игнорирования пробелов «%s»"
100
101 #: apply.c:125
102 msgid "--reject and --3way cannot be used together."
103 msgstr "--reject и --3way нельзя использовать одновременно."
104
105 #: apply.c:127
106 msgid "--cached and --3way cannot be used together."
107 msgstr "--cached и --3way нельзя использовать одновременно."
108
109 #: apply.c:130
110 msgid "--3way outside a repository"
111 msgstr "--3way вне репозитория"
112
113 #: apply.c:141
114 msgid "--index outside a repository"
115 msgstr "--index вне репозитория"
116
117 #: apply.c:144
118 msgid "--cached outside a repository"
119 msgstr "--cached вне репозитория"
120
121 #: apply.c:826
122 #, c-format
123 msgid "Cannot prepare timestamp regexp %s"
124 msgstr "Не удалось подготовить регулярное выражение для метки времени %s"
125
126 #: apply.c:835
127 #, c-format
128 msgid "regexec returned %d for input: %s"
129 msgstr "regexec возвратил %d для ввода: %s"
130
131 #: apply.c:909
132 #, c-format
133 msgid "unable to find filename in patch at line %d"
134 msgstr "не удалось найти имя файла в строке патча %d"
135
136 #: apply.c:947
137 #, c-format
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"
140
141 #: apply.c:953
142 #, c-format
143 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
144 msgstr "git apply: плохой git-diff — не согласующееся новое имя файла на строке %d"
145
146 #: apply.c:954
147 #, c-format
148 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
149 msgstr "git apply: плохой git-diff — не согласующееся старое имя файла на строке %d"
150
151 #: apply.c:959
152 #, c-format
153 msgid "git apply: bad git-diff - expected /dev/null on line %d"
154 msgstr "git apply: плохой git-diff — ожидалось /dev/null на строке %d"
155
156 #: apply.c:988
157 #, c-format
158 msgid "invalid mode on line %d: %s"
159 msgstr "недопустимый режим %d: %s"
160
161 #: apply.c:1306
162 #, c-format
163 msgid "inconsistent header lines %d and %d"
164 msgstr "противоречивые строки заголовка %d и %d"
165
166 #: apply.c:1478
167 #, c-format
168 msgid "recount: unexpected line: %.*s"
169 msgstr "recount: не ожидаемая строка: %.*s"
170
171 #: apply.c:1547
172 #, c-format
173 msgid "patch fragment without header at line %d: %.*s"
174 msgstr "фрагмент изменений без заголовка на строке %d: %.*s"
175
176 #: apply.c:1567
177 #, c-format
178 msgid ""
179 "git diff header lacks filename information when removing %d leading pathname"
180 " component (line %d)"
181 msgid_plural ""
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)"
188
189 #: apply.c:1580
190 #, c-format
191 msgid "git diff header lacks filename information (line %d)"
192 msgstr "заголовок git diff не содержит информации об имени файла (строка %d)"
193
194 #: apply.c:1768
195 msgid "new file depends on old contents"
196 msgstr "новый файл зависит от старого содержимого"
197
198 #: apply.c:1770
199 msgid "deleted file still has contents"
200 msgstr "удаленный файл все еще имеет содержимое"
201
202 #: apply.c:1804
203 #, c-format
204 msgid "corrupt patch at line %d"
205 msgstr "патч поврежден на строке %d"
206
207 #: apply.c:1841
208 #, c-format
209 msgid "new file %s depends on old contents"
210 msgstr "новый файл %s зависит от старого содержимого"
211
212 #: apply.c:1843
213 #, c-format
214 msgid "deleted file %s still has contents"
215 msgstr "удаленный файл %s все еще имеет содержимое"
216
217 #: apply.c:1846
218 #, c-format
219 msgid "** warning: file %s becomes empty but is not deleted"
220 msgstr "** предупреждение: файл %s становится пустым, но не удаляется"
221
222 #: apply.c:1993
223 #, c-format
224 msgid "corrupt binary patch at line %d: %.*s"
225 msgstr "поврежденный двоичный патч на строке %d: %.*s"
226
227 #: apply.c:2030
228 #, c-format
229 msgid "unrecognized binary patch at line %d"
230 msgstr "неопознанный двоичный патч на строке %d"
231
232 #: apply.c:2190
233 #, c-format
234 msgid "patch with only garbage at line %d"
235 msgstr "патч с мусором на строке %d"
236
237 #: apply.c:2276
238 #, c-format
239 msgid "unable to read symlink %s"
240 msgstr "не удалось прочитать символьную ссылку %s"
241
242 #: apply.c:2280
243 #, c-format
244 msgid "unable to open or read %s"
245 msgstr "не удалось открыть или прочесть %s"
246
247 #: apply.c:2939
248 #, c-format
249 msgid "invalid start of line: '%c'"
250 msgstr "неправильное начало строки: «%c»"
251
252 #: apply.c:3060
253 #, c-format
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 строк)."
260
261 #: apply.c:3072
262 #, c-format
263 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
264 msgstr "Контекст сужен до (%ld/%ld), чтобы применить фрагмент на %d строке"
265
266 #: apply.c:3078
267 #, c-format
268 msgid ""
269 "while searching for:\n"
270 "%.*s"
271 msgstr "при поиске:\n%.*s"
272
273 #: apply.c:3100
274 #, c-format
275 msgid "missing binary patch data for '%s'"
276 msgstr "пропущены данные двоичного патча для «%s»"
277
278 #: apply.c:3108
279 #, c-format
280 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
281 msgstr "невозможно выполнить reverse-apply для двоичного патча, без обращения изменений блока «%s»"
282
283 #: apply.c:3154
284 #, c-format
285 msgid "cannot apply binary patch to '%s' without full index line"
286 msgstr "невозможно применить двоичный патч «%s» без строки с указанной полной версией индекса"
287
288 #: apply.c:3164
289 #, c-format
290 msgid ""
291 "the patch applies to '%s' (%s), which does not match the current contents."
292 msgstr "патч применятся к файлу «%s» (%s), но его текущее содержимое не соотвествует ожидаемому."
293
294 #: apply.c:3172
295 #, c-format
296 msgid "the patch applies to an empty '%s' but it is not empty"
297 msgstr "патч применяется к пустому файлу «%s», но файл не пустой"
298
299 #: apply.c:3190
300 #, c-format
301 msgid "the necessary postimage %s for '%s' cannot be read"
302 msgstr "не удалось прочитать необходимую посылку %s для «%s»"
303
304 #: apply.c:3203
305 #, c-format
306 msgid "binary patch does not apply to '%s'"
307 msgstr "не удалось применить двоичный патч к «%s»"
308
309 #: apply.c:3209
310 #, c-format
311 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
312 msgstr "после применения двоичного патча для «%s» был получен неправильный результат (ожидалось %s, получено %s)"
313
314 #: apply.c:3230
315 #, c-format
316 msgid "patch failed: %s:%ld"
317 msgstr "ошибка применения изменений: %s:%ld"
318
319 #: apply.c:3352
320 #, c-format
321 msgid "cannot checkout %s"
322 msgstr "не удалось переключить состояние на %s"
323
324 #: apply.c:3404 apply.c:3415 apply.c:3461 setup.c:278
325 #, c-format
326 msgid "failed to read %s"
327 msgstr "не удалось прочитать %s"
328
329 #: apply.c:3412
330 #, c-format
331 msgid "reading from '%s' beyond a symbolic link"
332 msgstr "чтение из «%s» за символической ссылкой"
333
334 #: apply.c:3441 apply.c:3681
335 #, c-format
336 msgid "path %s has been renamed/deleted"
337 msgstr "путь %s был переименован/удален"
338
339 #: apply.c:3524 apply.c:3696
340 #, c-format
341 msgid "%s: does not exist in index"
342 msgstr "%s: нет в индексе"
343
344 #: apply.c:3533 apply.c:3704
345 #, c-format
346 msgid "%s: does not match index"
347 msgstr "%s: не совпадает с индексом"
348
349 #: apply.c:3568
350 msgid "repository lacks the necessary blob to fall back on 3-way merge."
351 msgstr "в репозитории отсутствует необходимый двоичный объект для отката к трёхходовому слиянию."
352
353 #: apply.c:3571
354 #, c-format
355 msgid "Falling back to three-way merge...\n"
356 msgstr "Откат к трёхходовому слиянию…\n"
357
358 #: apply.c:3587 apply.c:3591
359 #, c-format
360 msgid "cannot read the current contents of '%s'"
361 msgstr "не удалось прочитать текущее содержимое «%s»"
362
363 #: apply.c:3603
364 #, c-format
365 msgid "Failed to fall back on three-way merge...\n"
366 msgstr "Не удалось откатиться к трёхходовому слиянию…\n"
367
368 #: apply.c:3617
369 #, c-format
370 msgid "Applied patch to '%s' with conflicts.\n"
371 msgstr "Патч применен к «%s» с конфликтами.\n"
372
373 #: apply.c:3622
374 #, c-format
375 msgid "Applied patch to '%s' cleanly.\n"
376 msgstr "Патч применен к «%s» без ошибок.\n"
377
378 #: apply.c:3648
379 msgid "removal patch leaves file contents"
380 msgstr "патч удаления не удалил содержимое файла"
381
382 #: apply.c:3721
383 #, c-format
384 msgid "%s: wrong type"
385 msgstr "%s: неправильный тип"
386
387 #: apply.c:3723
388 #, c-format
389 msgid "%s has type %o, expected %o"
390 msgstr "%s имеет тип %o, а ожидался %o"
391
392 #: apply.c:3874 apply.c:3876
393 #, c-format
394 msgid "invalid path '%s'"
395 msgstr "неправильный путь «%s»"
396
397 #: apply.c:3932
398 #, c-format
399 msgid "%s: already exists in index"
400 msgstr "%s: уже содержится в индексе"
401
402 #: apply.c:3935
403 #, c-format
404 msgid "%s: already exists in working directory"
405 msgstr "%s: уже содержится в рабочем каталоге"
406
407 #: apply.c:3955
408 #, c-format
409 msgid "new mode (%o) of %s does not match old mode (%o)"
410 msgstr "новый режим доступа (%o) для %s не соответствует старому режиму доступа (%o)"
411
412 #: apply.c:3960
413 #, c-format
414 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
415 msgstr "новый режим доступа (%o) для %s не соответствует старому режиму доступа (%o) для %s"
416
417 #: apply.c:3980
418 #, c-format
419 msgid "affected file '%s' is beyond a symbolic link"
420 msgstr "затронутый файл «%s» находится за символической ссылкой"
421
422 #: apply.c:3984
423 #, c-format
424 msgid "%s: patch does not apply"
425 msgstr "%s: не удалось применить патч"
426
427 #: apply.c:3999
428 #, c-format
429 msgid "Checking patch %s..."
430 msgstr "Проверка патча %s…"
431
432 #: apply.c:4091
433 #, c-format
434 msgid "sha1 information is lacking or useless for submodule %s"
435 msgstr "информация об sha1 отсутствует или бесполезна для подмодуля %s"
436
437 #: apply.c:4098
438 #, c-format
439 msgid "mode change for %s, which is not in current HEAD"
440 msgstr "изменен режим для %s, который не находится в текущем HEAD"
441
442 #: apply.c:4101
443 #, c-format
444 msgid "sha1 information is lacking or useless (%s)."
445 msgstr "информация об sha1 отсутствует или бесполезна (%s)."
446
447 #: apply.c:4106 builtin/checkout.c:237 builtin/reset.c:140
448 #, c-format
449 msgid "make_cache_entry failed for path '%s'"
450 msgstr "сбой make_cache_entry для пути «%s»"
451
452 #: apply.c:4110
453 #, c-format
454 msgid "could not add %s to temporary index"
455 msgstr "не удалось добавить %s во временный индекс"
456
457 #: apply.c:4120
458 #, c-format
459 msgid "could not write temporary index to %s"
460 msgstr "не удалось записать временный индкекс в %s"
461
462 #: apply.c:4258
463 #, c-format
464 msgid "unable to remove %s from index"
465 msgstr "не удалось удалить %s из индекса"
466
467 #: apply.c:4292
468 #, c-format
469 msgid "corrupt patch for submodule %s"
470 msgstr "поврежденный патч для подмодуля %s"
471
472 #: apply.c:4298
473 #, c-format
474 msgid "unable to stat newly created file '%s'"
475 msgstr "не удалось выполнить stat для созданного файла «%s»"
476
477 #: apply.c:4306
478 #, c-format
479 msgid "unable to create backing store for newly created file %s"
480 msgstr "не удалось создать вспомогательный файл для созданного файла %s"
481
482 #: apply.c:4312 apply.c:4457
483 #, c-format
484 msgid "unable to add cache entry for %s"
485 msgstr "не удалось создать запись в кэше для %s"
486
487 #: apply.c:4355
488 #, c-format
489 msgid "failed to write to '%s'"
490 msgstr "не удалось записать в «%s»"
491
492 #: apply.c:4359
493 #, c-format
494 msgid "closing file '%s'"
495 msgstr "закрытие файла «%s»"
496
497 #: apply.c:4429
498 #, c-format
499 msgid "unable to write file '%s' mode %o"
500 msgstr "не удалось записать файл «%s» с режимом доступа %o"
501
502 #: apply.c:4527
503 #, c-format
504 msgid "Applied patch %s cleanly."
505 msgstr "Патч %s применен без ошибок."
506
507 #: apply.c:4535
508 msgid "internal error"
509 msgstr "внутренняя ошибка"
510
511 #: apply.c:4538
512 #, c-format
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 отказами…"
519
520 #: apply.c:4549
521 #, c-format
522 msgid "truncating .rej filename to %.*s.rej"
523 msgstr "усечение имени .rej файла до %.*s.rej"
524
525 #: apply.c:4557 builtin/fetch.c:780 builtin/fetch.c:1048
526 #, c-format
527 msgid "cannot open %s"
528 msgstr "не удалось открыть %s"
529
530 #: apply.c:4571
531 #, c-format
532 msgid "Hunk #%d applied cleanly."
533 msgstr "Блок №%d применен без ошибок."
534
535 #: apply.c:4575
536 #, c-format
537 msgid "Rejected hunk #%d."
538 msgstr "Блок №%d отклонен."
539
540 #: apply.c:4685
541 #, c-format
542 msgid "Skipped patch '%s'."
543 msgstr "Патч «%s» пропущен."
544
545 #: apply.c:4693
546 msgid "unrecognized input"
547 msgstr "не распознанный ввод"
548
549 #: apply.c:4712
550 msgid "unable to read index file"
551 msgstr "не удалось прочитать файл индекса"
552
553 #: apply.c:4849
554 #, c-format
555 msgid "can't open patch '%s': %s"
556 msgstr "не удалось открыть патч «%s»: %s"
557
558 #: apply.c:4876
559 #, c-format
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 ошибок в пробельных символах"
566
567 #: apply.c:4882 apply.c:4897
568 #, c-format
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 строк добавили ошибки в пробельных символах."
575
576 #: apply.c:4890
577 #, c-format
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 строки добавлено после исправления ошибок в пробелах."
584
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 "Не удалось записать новый файл индекса"
588
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
595 msgid "path"
596 msgstr "путь"
597
598 #: apply.c:4934
599 msgid "don't apply changes matching the given path"
600 msgstr "не применять изменения по указанному пути"
601
602 #: apply.c:4937
603 msgid "apply changes matching the given path"
604 msgstr "применять изменения по указанному пути"
605
606 #: apply.c:4939 builtin/am.c:2263
607 msgid "num"
608 msgstr "количество"
609
610 #: apply.c:4940
611 msgid "remove <num> leading slashes from traditional diff paths"
612 msgstr "удалить <количество> ведущих косых черт из традиционных путей списка изменений"
613
614 #: apply.c:4943
615 msgid "ignore additions made by the patch"
616 msgstr "игнорировать добавления, сделанные этим патчем"
617
618 #: apply.c:4945
619 msgid "instead of applying the patch, output diffstat for the input"
620 msgstr "вместо применения патча вывести статистику добавлений и удалений для ввода"
621
622 #: apply.c:4949
623 msgid "show number of added and deleted lines in decimal notation"
624 msgstr "показать количество добавленных и удаленных строк в десятичном представлении"
625
626 #: apply.c:4951
627 msgid "instead of applying the patch, output a summary for the input"
628 msgstr "вместо применения патча вывести статистику изменений для ввода"
629
630 #: apply.c:4953
631 msgid "instead of applying the patch, see if the patch is applicable"
632 msgstr "вместо применения патча проверить подходит ли он"
633
634 #: apply.c:4955
635 msgid "make sure the patch is applicable to the current index"
636 msgstr "проверить, что патч применяется к текущему индексу"
637
638 #: apply.c:4957
639 msgid "mark new files with `git add --intent-to-add`"
640 msgstr ""
641
642 #: apply.c:4959
643 msgid "apply a patch without touching the working tree"
644 msgstr "применить патч, не изменяя рабочий каталог"
645
646 #: apply.c:4961
647 msgid "accept a patch that touches outside the working area"
648 msgstr "принять патч, который затрагивает файлы за рабочим каталогом"
649
650 #: apply.c:4964
651 msgid "also apply the patch (use with --stat/--summary/--check)"
652 msgstr "а также применить патч (используйте с --stat/--summary/--check)"
653
654 #: apply.c:4966
655 msgid "attempt three-way merge if a patch does not apply"
656 msgstr "попытаться сделать трехходовое слияние, если патч не применяется"
657
658 #: apply.c:4968
659 msgid "build a temporary index based on embedded index information"
660 msgstr "построить временный индекс, основанный на встроенной информации об индексе"
661
662 #: apply.c:4971 builtin/checkout-index.c:168 builtin/ls-files.c:516
663 msgid "paths are separated with NUL character"
664 msgstr "пути, отделённые НУЛЕВЫМ символом"
665
666 #: apply.c:4973
667 msgid "ensure at least <n> lines of context match"
668 msgstr "удостовериться, что по крайней мере <n> строк контекста совпадают"
669
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
673 msgid "action"
674 msgstr "действие"
675
676 #: apply.c:4975
677 msgid "detect new or modified lines that have whitespace errors"
678 msgstr "определять новые или модифицированные строки, у которых есть ошибки в пробельных символах"
679
680 #: apply.c:4978 apply.c:4981
681 msgid "ignore changes in whitespace when finding context"
682 msgstr "игнорировать изменения в пробельных символах при поиске контекста"
683
684 #: apply.c:4984
685 msgid "apply the patch in reverse"
686 msgstr "применить патч с обращением изменений"
687
688 #: apply.c:4986
689 msgid "don't expect at least one line of context"
690 msgstr "не ожидать как минимум одной строки контекста"
691
692 #: apply.c:4988
693 msgid "leave the rejected hunks in corresponding *.rej files"
694 msgstr "оставить отклоненные блоки изменений в соответствующих *.rej файлах"
695
696 #: apply.c:4990
697 msgid "allow overlapping hunks"
698 msgstr "разрешить перекрывающиеся блоки изменений"
699
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
703 msgid "be verbose"
704 msgstr "быть многословнее"
705
706 #: apply.c:4993
707 msgid "tolerate incorrectly detected missing new-line at the end of file"
708 msgstr "разрешить некорректно определенные пропущенные пустые строки в конце файла"
709
710 #: apply.c:4996
711 msgid "do not trust the line counts in the hunk headers"
712 msgstr "не доверять количеству строк из заголовка блока изменений"
713
714 #: apply.c:4998 builtin/am.c:2251
715 msgid "root"
716 msgstr "корень"
717
718 #: apply.c:4999
719 msgid "prepend <root> to all filenames"
720 msgstr "добавить <корень> спереди ко всем именам файлов"
721
722 #: archive.c:14
723 msgid "git archive [<options>] <tree-ish> [<path>...]"
724 msgstr "git archive [<опции>] <указатель-дерева> [<путь>…]"
725
726 #: archive.c:15
727 msgid "git archive --list"
728 msgstr "git archive --list"
729
730 #: archive.c:16
731 msgid ""
732 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> "
733 "[<path>...]"
734 msgstr "git archive --remote <репозиторий> [--exec <команда>] [<опции>] <указатель-дерева> [<путь>…]"
735
736 #: archive.c:17
737 msgid "git archive --remote <repo> [--exec <cmd>] --list"
738 msgstr "git archive --remote <репозиторий> [--exec <команда>] --list"
739
740 #: archive.c:363 builtin/add.c:176 builtin/add.c:515 builtin/rm.c:298
741 #, c-format
742 msgid "pathspec '%s' did not match any files"
743 msgstr "спецификатор пути «%s» не соответствует ни одному файлу"
744
745 #: archive.c:446
746 msgid "fmt"
747 msgstr "формат"
748
749 #: archive.c:446
750 msgid "archive format"
751 msgstr "формат архива"
752
753 #: archive.c:447 builtin/log.c:1473
754 msgid "prefix"
755 msgstr "префикс"
756
757 #: archive.c:448
758 msgid "prepend prefix to each pathname in the archive"
759 msgstr "добавлять префикс перед каждым путем файла в архиве"
760
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
766 msgid "file"
767 msgstr "файл"
768
769 #: archive.c:450 builtin/archive.c:89
770 msgid "write the archive to this file"
771 msgstr "запись архива в этот файл"
772
773 #: archive.c:452
774 msgid "read .gitattributes in working directory"
775 msgstr "читать .gitattributes в рабочем каталоге"
776
777 #: archive.c:453
778 msgid "report archived files on stderr"
779 msgstr "отчет об архивированных файлах в stderr"
780
781 #: archive.c:454
782 msgid "store only"
783 msgstr "только хранение"
784
785 #: archive.c:455
786 msgid "compress faster"
787 msgstr "сжимать быстрее"
788
789 #: archive.c:463
790 msgid "compress better"
791 msgstr "сжимать лучше"
792
793 #: archive.c:466
794 msgid "list supported archive formats"
795 msgstr "перечислить поддерживаемые форматы архивов"
796
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
799 msgid "repo"
800 msgstr "репозиторий"
801
802 #: archive.c:469 builtin/archive.c:91
803 msgid "retrieve the archive from remote repository <repo>"
804 msgstr "получить архив из внешнего <репозитория>"
805
806 #: archive.c:470 builtin/archive.c:92 builtin/difftool.c:714
807 #: builtin/notes.c:491
808 msgid "command"
809 msgstr "команда"
810
811 #: archive.c:471 builtin/archive.c:93
812 msgid "path to the remote git-upload-archive command"
813 msgstr "путь к команде git-upload-archive на машине с внешним репозиторием"
814
815 #: archive.c:478
816 msgid "Unexpected option --remote"
817 msgstr "Неожиданная опция --remote"
818
819 #: archive.c:480
820 msgid "Option --exec can only be used together with --remote"
821 msgstr "Опция --exec может использоваться только вместе с --remote"
822
823 #: archive.c:482
824 msgid "Unexpected option --output"
825 msgstr "Неожиданная опция --output"
826
827 #: archive.c:504
828 #, c-format
829 msgid "Unknown archive format '%s'"
830 msgstr "Неизвестный формат архива «%s»"
831
832 #: archive.c:511
833 #, c-format
834 msgid "Argument not supported for format '%s': -%d"
835 msgstr "Аргумент не поддерживается для формата «%s»: -%d"
836
837 #: archive-tar.c:125 archive-zip.c:344
838 #, c-format
839 msgid "cannot stream blob %s"
840 msgstr "не удалось создать поток двоичного объекта %s"
841
842 #: archive-tar.c:260 archive-zip.c:361
843 #, c-format
844 msgid "unsupported file mode: 0%o (SHA1: %s)"
845 msgstr "неподдерживаемый режим доступа к файлу: 0%o (SHA1: %s)"
846
847 #: archive-tar.c:287 archive-zip.c:352
848 #, c-format
849 msgid "cannot read %s"
850 msgstr "не удалось прочитать %s"
851
852 #: archive-tar.c:458
853 #, c-format
854 msgid "unable to start '%s' filter"
855 msgstr "не удалось запустить фильтр «%s»"
856
857 #: archive-tar.c:461
858 msgid "unable to redirect descriptor"
859 msgstr "не удалось перенаправить дескриптор"
860
861 #: archive-tar.c:468
862 #, c-format
863 msgid "'%s' filter reported error"
864 msgstr "фильтр «%s» сообщил об ошибке"
865
866 #: archive-zip.c:313
867 #, c-format
868 msgid "path is not valid UTF-8: %s"
869 msgstr "путь не является действительным UTF-8: %s"
870
871 #: archive-zip.c:317
872 #, c-format
873 msgid "path too long (%d chars, SHA1: %s): %s"
874 msgstr "путь слишком длинный (%d символов, SHA1: %s): %s"
875
876 #: archive-zip.c:470 builtin/pack-objects.c:216 builtin/pack-objects.c:219
877 #, c-format
878 msgid "deflate error (%d)"
879 msgstr "ошибка сжатия (%d)"
880
881 #: archive-zip.c:605
882 #, c-format
883 msgid "timestamp too large for this system: %<PRIuMAX>"
884 msgstr "отметка времени слишком большая для этой системы: %<PRIuMAX>"
885
886 #: attr.c:218
887 #, c-format
888 msgid "%.*s is not a valid attribute name"
889 msgstr "%.*s не является допустимым именем атрибута"
890
891 #: attr.c:415
892 msgid ""
893 "Negative patterns are ignored in git attributes\n"
894 "Use '\\!' for literal leading exclamation."
895 msgstr "Отрицающие шаблоны в атрибутах git игнорируются.\nИспользуйте «\\!» для буквального использования символа в значении «восклицательный знак»."
896
897 #: bisect.c:467
898 #, c-format
899 msgid "Badly quoted content in file '%s': %s"
900 msgstr "Плохое содержимое файла «%s»: %s"
901
902 #: bisect.c:675
903 #, c-format
904 msgid "We cannot bisect more!\n"
905 msgstr "Невозможно продолжить бинарный поиск!\n"
906
907 #: bisect.c:729
908 #, c-format
909 msgid "Not a valid commit name %s"
910 msgstr "Недопустимое имя коммита %s"
911
912 #: bisect.c:753
913 #, c-format
914 msgid ""
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"
918
919 #: bisect.c:758
920 #, c-format
921 msgid ""
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"
925
926 #: bisect.c:763
927 #, c-format
928 msgid ""
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"
932
933 #: bisect.c:771
934 #, c-format
935 msgid ""
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"
940
941 #: bisect.c:784
942 #, c-format
943 msgid ""
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Но все же продолжаем поиск."
948
949 #: bisect.c:817
950 #, c-format
951 msgid "Bisecting: a merge base must be tested\n"
952 msgstr "Бинарный поиск: база слияния должна быть проверена\n"
953
954 #: bisect.c:857
955 #, c-format
956 msgid "a %s revision is needed"
957 msgstr "нужно указать %s редакцию"
958
959 #: bisect.c:876 builtin/notes.c:177 builtin/tag.c:237
960 #, c-format
961 msgid "could not create file '%s'"
962 msgstr "не удалось создать файл «%s»"
963
964 #: bisect.c:927 builtin/merge.c:137
965 #, c-format
966 msgid "could not read file '%s'"
967 msgstr "не удалось прочитать файл «%s»"
968
969 #: bisect.c:957
970 msgid "reading bisect refs failed"
971 msgstr "сбой при чтении ссылок двоичного поиска"
972
973 #: bisect.c:976
974 #, c-format
975 msgid "%s was both %s and %s\n"
976 msgstr "%s была одновременно и %s и %s\n"
977
978 #: bisect.c:984
979 #, c-format
980 msgid ""
981 "No testable commit found.\n"
982 "Maybe you started with bad path parameters?\n"
983 msgstr "Тестируемый коммит не найден.\nВозможно, вы начали поиск с указанием неправильного параметра пути?\n"
984
985 #: bisect.c:1003
986 #, c-format
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 шагов)"
993
994 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
995 #. steps)" translation.
996 #: bisect.c:1009
997 #, c-format
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"
1004
1005 #: blame.c:1786
1006 msgid "--contents and --reverse do not blend well."
1007 msgstr "--contents и --reverse не очень сочетаются."
1008
1009 #: blame.c:1800
1010 msgid "cannot use --contents with final commit object name"
1011 msgstr "нельзя использовать --contents с указанием финального имени объекта"
1012
1013 #: blame.c:1821
1014 msgid "--reverse and --first-parent together require specified latest commit"
1015 msgstr "при --reverse и --first-parent вместе нужно указывать конкретный последний коммит"
1016
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 "сбой инициализации прохода по редакциям"
1024
1025 #: blame.c:1848
1026 msgid ""
1027 "--reverse --first-parent together require range along first-parent chain"
1028 msgstr "при указании --reverse и --first-parent вместе, требуется также указать диапазон по цепочке первого родителя"
1029
1030 #: blame.c:1859
1031 #, c-format
1032 msgid "no such path %s in %s"
1033 msgstr "нет такого пути %s в %s"
1034
1035 #: blame.c:1870
1036 #, c-format
1037 msgid "cannot read blob %s for path %s"
1038 msgstr "невозможно прочитать объект %s для пути %s"
1039
1040 #: branch.c:54
1041 #, c-format
1042 msgid ""
1043 "\n"
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»."
1048
1049 #: branch.c:68
1050 #, c-format
1051 msgid "Not setting branch %s as its own upstream."
1052 msgstr "Не устанавливаю ветку %s, так так она принадлежит вышестоящему репозиторию."
1053
1054 #: branch.c:94
1055 #, c-format
1056 msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
1057 msgstr "Ветка «%s» отслеживает внешнюю ветку «%s» из «%s» перемещением."
1058
1059 #: branch.c:95
1060 #, c-format
1061 msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
1062 msgstr "Ветка «%s» отслеживает внешнюю ветку «%s» из «%s»."
1063
1064 #: branch.c:99
1065 #, c-format
1066 msgid "Branch '%s' set up to track local branch '%s' by rebasing."
1067 msgstr "Ветка «%s» отслеживает локальную ветку «%s» перемещением."
1068
1069 #: branch.c:100
1070 #, c-format
1071 msgid "Branch '%s' set up to track local branch '%s'."
1072 msgstr "Ветка «%s» отслеживает локальную ветку «%s»."
1073
1074 #: branch.c:105
1075 #, c-format
1076 msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1077 msgstr "Ветка «%s» отслеживает внешнюю ссылку «%s» перемещением."
1078
1079 #: branch.c:106
1080 #, c-format
1081 msgid "Branch '%s' set up to track remote ref '%s'."
1082 msgstr "Ветка «%s» отслеживает внешнюю ссылку «%s»."
1083
1084 #: branch.c:110
1085 #, c-format
1086 msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1087 msgstr "Ветка «%s» отслеживает локальную ссылку «%s» перемещением."
1088
1089 #: branch.c:111
1090 #, c-format
1091 msgid "Branch '%s' set up to track local ref '%s'."
1092 msgstr "Ветка «%s» отслеживает локальную ссылку «%s»."
1093
1094 #: branch.c:120
1095 msgid "Unable to write upstream branch configuration"
1096 msgstr "Не удалось записать настройки вышестоящей ветки"
1097
1098 #: branch.c:157
1099 #, c-format
1100 msgid "Not tracking: ambiguous information for ref %s"
1101 msgstr "Не отслеживается: неоднозначная информация для ссылки %s"
1102
1103 #: branch.c:190
1104 #, c-format
1105 msgid "'%s' is not a valid branch name."
1106 msgstr "«%s» не является действительным именем ветки."
1107
1108 #: branch.c:209
1109 #, c-format
1110 msgid "A branch named '%s' already exists."
1111 msgstr "Ветка с именем «%s» уже существует."
1112
1113 #: branch.c:214
1114 msgid "Cannot force update the current branch."
1115 msgstr "Не удалось принудительно обновить текущую ветку."
1116
1117 #: branch.c:234
1118 #, c-format
1119 msgid ""
1120 "Cannot setup tracking information; starting point '%s' is not a branch."
1121 msgstr "Не удалось настроить информацию отслеживания; стартовая точка «%s» не является веткой."
1122
1123 #: branch.c:236
1124 #, c-format
1125 msgid "the requested upstream branch '%s' does not exist"
1126 msgstr "запрошенная ветка вышестоящего репозитория «%s» не существует"
1127
1128 #: branch.c:238
1129 msgid ""
1130 "\n"
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"
1134 "\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» — чтобы сохранить настройку вышестоящего репозитория для отправки."
1139
1140 #: branch.c:281
1141 #, c-format
1142 msgid "Not a valid object name: '%s'."
1143 msgstr "Недопустимое имя объекта: «%s»."
1144
1145 #: branch.c:301
1146 #, c-format
1147 msgid "Ambiguous object name: '%s'."
1148 msgstr "Неоднозначное имя объекта: «%s»."
1149
1150 #: branch.c:306
1151 #, c-format
1152 msgid "Not a valid branch point: '%s'."
1153 msgstr "Недопустимая точка ветки: «%s»."
1154
1155 #: branch.c:360
1156 #, c-format
1157 msgid "'%s' is already checked out at '%s'"
1158 msgstr "«%s» уже находится на «%s»"
1159
1160 #: branch.c:383
1161 #, c-format
1162 msgid "HEAD of working tree %s is not updated"
1163 msgstr "HEAD рабочего каталога %s не обновлён"
1164
1165 #: bundle.c:36
1166 #, c-format
1167 msgid "'%s' does not look like a v2 bundle file"
1168 msgstr "«%s» не похож на файл пакета версии 2"
1169
1170 #: bundle.c:64
1171 #, c-format
1172 msgid "unrecognized header: %s%s (%d)"
1173 msgstr "неопознанный заголовок: %s%s (%d)"
1174
1175 #: bundle.c:90 sequencer.c:2092 sequencer.c:2578 builtin/commit.c:768
1176 #, c-format
1177 msgid "could not open '%s'"
1178 msgstr "не удалось открыть «%s»"
1179
1180 #: bundle.c:141
1181 msgid "Repository lacks these prerequisite commits:"
1182 msgstr "В репозитории отсутствуют необходимые коммиты:"
1183
1184 #: bundle.c:192
1185 #, c-format
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 ссылок:"
1192
1193 #: bundle.c:199
1194 msgid "The bundle records a complete history."
1195 msgstr "Пакет содержит полную историю."
1196
1197 #: bundle.c:201
1198 #, c-format
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 ссылок:"
1205
1206 #: bundle.c:260
1207 msgid "Could not spawn pack-objects"
1208 msgstr "Не удалось создать объекты пакета"
1209
1210 #: bundle.c:271
1211 msgid "pack-objects died"
1212 msgstr "критическая ошибка pack-objects"
1213
1214 #: bundle.c:313
1215 msgid "rev-list died"
1216 msgstr "критическая ошибка rev-list"
1217
1218 #: bundle.c:362
1219 #, c-format
1220 msgid "ref '%s' is excluded by the rev-list options"
1221 msgstr "ссылка «%s» исключена в соответствии с опциями rev-list"
1222
1223 #: bundle.c:453 builtin/log.c:187 builtin/log.c:1618 builtin/shortlog.c:304
1224 #, c-format
1225 msgid "unrecognized argument: %s"
1226 msgstr "неопознанный аргумент: %s"
1227
1228 #: bundle.c:461
1229 msgid "Refusing to create empty bundle."
1230 msgstr "Отклонение создания пустого пакета."
1231
1232 #: bundle.c:473
1233 #, c-format
1234 msgid "cannot create '%s'"
1235 msgstr "не удалось создать «%s»"
1236
1237 #: bundle.c:501
1238 msgid "index-pack died"
1239 msgstr "критическая ошибка index-pack"
1240
1241 #: color.c:296
1242 #, c-format
1243 msgid "invalid color value: %.*s"
1244 msgstr "недопустимое значение цвета: %.*s"
1245
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
1249 #, c-format
1250 msgid "could not parse %s"
1251 msgstr "не удалось разобрать %s"
1252
1253 #: commit.c:50
1254 #, c-format
1255 msgid "%s %s is not a commit!"
1256 msgstr "%s %s не является коммитом!"
1257
1258 #: commit.c:191
1259 msgid ""
1260 "Support for <GIT_DIR>/info/grafts is deprecated\n"
1261 "and will be removed in a future Git version.\n"
1262 "\n"
1263 "Please use \"git replace --convert-graft-file\"\n"
1264 "to convert the grafts into replace refs.\n"
1265 "\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»"
1269
1270 #: commit.c:1629
1271 msgid ""
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"
1276
1277 #: commit-graph.c:83
1278 #, c-format
1279 msgid "graph file %s is too small"
1280 msgstr ""
1281
1282 #: commit-graph.c:90
1283 #, c-format
1284 msgid "graph signature %X does not match signature %X"
1285 msgstr ""
1286
1287 #: commit-graph.c:97
1288 #, c-format
1289 msgid "graph version %X does not match version %X"
1290 msgstr ""
1291
1292 #: commit-graph.c:104
1293 #, c-format
1294 msgid "hash version %X does not match version %X"
1295 msgstr ""
1296
1297 #: commit-graph.c:128
1298 #, c-format
1299 msgid "improper chunk offset %08x%08x"
1300 msgstr ""
1301
1302 #: commit-graph.c:164
1303 #, c-format
1304 msgid "chunk id %08x appears multiple times"
1305 msgstr ""
1306
1307 #: commit-graph.c:261
1308 #, c-format
1309 msgid "could not find commit %s"
1310 msgstr ""
1311
1312 #: commit-graph.c:565 builtin/pack-objects.c:2571
1313 #, c-format
1314 msgid "unable to get type of object %s"
1315 msgstr ""
1316
1317 #: commit-graph.c:730
1318 #, c-format
1319 msgid "error adding pack %s"
1320 msgstr ""
1321
1322 #: commit-graph.c:732
1323 #, c-format
1324 msgid "error opening index for %s"
1325 msgstr ""
1326
1327 #: commit-graph.c:773
1328 #, c-format
1329 msgid "the commit graph format cannot write %d commits"
1330 msgstr "программе форматирования графа коммитов не удалось записать %d коммитов"
1331
1332 #: commit-graph.c:800
1333 msgid "too many commits to write graph"
1334 msgstr "слишком много коммитов для записи графа"
1335
1336 #: commit-graph.c:806
1337 #, c-format
1338 msgid "unable to create leading directories of %s"
1339 msgstr "не удалось создать родительские каталоги для %s"
1340
1341 #: commit-graph.c:904
1342 msgid "the commit-graph file has incorrect checksum and is likely corrupt"
1343 msgstr ""
1344
1345 #: compat/obstack.c:405 compat/obstack.c:407
1346 msgid "memory exhausted"
1347 msgstr "память исчерпана"
1348
1349 #: config.c:123
1350 #, c-format
1351 msgid ""
1352 "exceeded maximum include depth (%d) while including\n"
1353 "\t%s\n"
1354 "from\n"
1355 "\t%s\n"
1356 "Do you have circular includes?"
1357 msgstr ""
1358
1359 #: config.c:139
1360 #, c-format
1361 msgid "could not expand include path '%s'"
1362 msgstr "не удалось раскрыть путь включения «%s»"
1363
1364 #: config.c:150
1365 msgid "relative config includes must come from files"
1366 msgstr "относительные включения конфигурации должны исходить из файлов"
1367
1368 #: config.c:190
1369 msgid "relative config include conditionals must come from files"
1370 msgstr "относительные условные включения конфигурации должны исходить из файлов"
1371
1372 #: config.c:348
1373 #, c-format
1374 msgid "key does not contain a section: %s"
1375 msgstr ""
1376
1377 #: config.c:354
1378 #, c-format
1379 msgid "key does not contain variable name: %s"
1380 msgstr ""
1381
1382 #: config.c:378 sequencer.c:2206
1383 #, c-format
1384 msgid "invalid key: %s"
1385 msgstr "недействительный ключ: %s"
1386
1387 #: config.c:384
1388 #, c-format
1389 msgid "invalid key (newline): %s"
1390 msgstr ""
1391
1392 #: config.c:420 config.c:432
1393 #, c-format
1394 msgid "bogus config parameter: %s"
1395 msgstr ""
1396
1397 #: config.c:467
1398 #, c-format
1399 msgid "bogus format in %s"
1400 msgstr ""
1401
1402 #: config.c:793
1403 #, c-format
1404 msgid "bad config line %d in blob %s"
1405 msgstr "ошибка в %d строке двоичного объекта %s"
1406
1407 #: config.c:797
1408 #, c-format
1409 msgid "bad config line %d in file %s"
1410 msgstr "ошибка в %d строке файла %s"
1411
1412 #: config.c:801
1413 #, c-format
1414 msgid "bad config line %d in standard input"
1415 msgstr "ошибка в %d строке стандартного ввода"
1416
1417 #: config.c:805
1418 #, c-format
1419 msgid "bad config line %d in submodule-blob %s"
1420 msgstr "ошибка в %d строке двоичного объекта подмодуля %s"
1421
1422 #: config.c:809
1423 #, c-format
1424 msgid "bad config line %d in command line %s"
1425 msgstr "ошибка в %d строке коммандной строки %s"
1426
1427 #: config.c:813
1428 #, c-format
1429 msgid "bad config line %d in %s"
1430 msgstr "ошибка в %d строке в %s"
1431
1432 #: config.c:952
1433 msgid "out of range"
1434 msgstr "вне диапазона"
1435
1436 #: config.c:952
1437 msgid "invalid unit"
1438 msgstr "неправильное число"
1439
1440 #: config.c:958
1441 #, c-format
1442 msgid "bad numeric config value '%s' for '%s': %s"
1443 msgstr "неправильное числовое значение «%s» для «%s»: %s"
1444
1445 #: config.c:963
1446 #, c-format
1447 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1448 msgstr "неправильное числовое значение «%s» для «%s» в двоичном объекте %s: %s"
1449
1450 #: config.c:966
1451 #, c-format
1452 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1453 msgstr "неправильное числовое значение «%s» для «%s» в файле %s: %s"
1454
1455 #: config.c:969
1456 #, c-format
1457 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1458 msgstr "неправильное числовое значение «%s» для «%s» на стандартном вводе: %s"
1459
1460 #: config.c:972
1461 #, c-format
1462 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1463 msgstr "неправильное числовое значение «%s» для «%s» в двоичном объекте подмодуля %s: %s"
1464
1465 #: config.c:975
1466 #, c-format
1467 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1468 msgstr "неправильное числовое значение «%s» для «%s» на коммандной строке %s: %s"
1469
1470 #: config.c:978
1471 #, c-format
1472 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1473 msgstr "неправильное числовое значение «%s» для «%s» в %s: %s"
1474
1475 #: config.c:1073
1476 #, c-format
1477 msgid "failed to expand user dir in: '%s'"
1478 msgstr "сбой разворачивания пути каталога пользователя: «%s»"
1479
1480 #: config.c:1082
1481 #, c-format
1482 msgid "'%s' for '%s' is not a valid timestamp"
1483 msgstr "«%s» для «%s» не является допустимой меткой даты/времени"
1484
1485 #: config.c:1173
1486 #, c-format
1487 msgid "abbrev length out of range: %d"
1488 msgstr ""
1489
1490 #: config.c:1187 config.c:1198
1491 #, c-format
1492 msgid "bad zlib compression level %d"
1493 msgstr "неправильный уровень сжатия zlib %d"
1494
1495 #: config.c:1290
1496 msgid "core.commentChar should only be one character"
1497 msgstr ""
1498
1499 #: config.c:1323
1500 #, c-format
1501 msgid "invalid mode for object creation: %s"
1502 msgstr "недопустимый режим создания объекта: %s"
1503
1504 #: config.c:1403
1505 #, c-format
1506 msgid "malformed value for %s"
1507 msgstr ""
1508
1509 #: config.c:1429
1510 #, c-format
1511 msgid "malformed value for %s: %s"
1512 msgstr ""
1513
1514 #: config.c:1430
1515 msgid "must be one of nothing, matching, simple, upstream or current"
1516 msgstr ""
1517
1518 #: config.c:1489 builtin/pack-objects.c:3282
1519 #, c-format
1520 msgid "bad pack compression level %d"
1521 msgstr "неправильный уровень сжатия пакета %d"
1522
1523 #: config.c:1610
1524 #, c-format
1525 msgid "unable to load config blob object '%s'"
1526 msgstr ""
1527
1528 #: config.c:1613
1529 #, c-format
1530 msgid "reference '%s' does not point to a blob"
1531 msgstr ""
1532
1533 #: config.c:1630
1534 #, c-format
1535 msgid "unable to resolve config blob '%s'"
1536 msgstr ""
1537
1538 #: config.c:1660
1539 #, c-format
1540 msgid "failed to parse %s"
1541 msgstr ""
1542
1543 #: config.c:1700
1544 msgid "unable to parse command-line config"
1545 msgstr "не удалось разобрать конфигурацию из командной строки"
1546
1547 #: config.c:2032
1548 msgid "unknown error occurred while reading the configuration files"
1549 msgstr "произошла неизвестная ошибка при чтении файлов конфигурации"
1550
1551 #: config.c:2202
1552 #, c-format
1553 msgid "Invalid %s: '%s'"
1554 msgstr "Недействительный %s: «%s»"
1555
1556 #: config.c:2245
1557 #, c-format
1558 msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1559 msgstr "неизвестное значение «%s» для core.untrackedCache; использую стандартное значение «keep»"
1560
1561 #: config.c:2271
1562 #, c-format
1563 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1564 msgstr "значение «%d» для splitIndex.maxPercentChange должно быть от 0 до 100"
1565
1566 #: config.c:2296
1567 #, c-format
1568 msgid "unable to parse '%s' from command-line config"
1569 msgstr "не удалось разобрать «%s» в конфигурации из командной строки"
1570
1571 #: config.c:2298
1572 #, c-format
1573 msgid "bad config variable '%s' in file '%s' at line %d"
1574 msgstr "неправильная переменная конфигурации «%s» в файле «%s» на строке %d"
1575
1576 #: config.c:2379
1577 #, c-format
1578 msgid "invalid section name '%s'"
1579 msgstr ""
1580
1581 #: config.c:2411
1582 #, c-format
1583 msgid "%s has multiple values"
1584 msgstr "%s имеет несколько значений"
1585
1586 #: config.c:2440
1587 #, c-format
1588 msgid "failed to write new configuration file %s"
1589 msgstr ""
1590
1591 #: config.c:2691 config.c:3015
1592 #, c-format
1593 msgid "could not lock config file %s"
1594 msgstr ""
1595
1596 #: config.c:2702
1597 #, c-format
1598 msgid "opening %s"
1599 msgstr ""
1600
1601 #: config.c:2737 builtin/config.c:324
1602 #, c-format
1603 msgid "invalid pattern: %s"
1604 msgstr ""
1605
1606 #: config.c:2762
1607 #, c-format
1608 msgid "invalid config file %s"
1609 msgstr ""
1610
1611 #: config.c:2775 config.c:3028
1612 #, c-format
1613 msgid "fstat on %s failed"
1614 msgstr "сбой при выполнении fstat на файле %s"
1615
1616 #: config.c:2786
1617 #, c-format
1618 msgid "unable to mmap '%s'"
1619 msgstr ""
1620
1621 #: config.c:2795 config.c:3033
1622 #, c-format
1623 msgid "chmod on %s failed"
1624 msgstr ""
1625
1626 #: config.c:2880 config.c:3130
1627 #, c-format
1628 msgid "could not write config file %s"
1629 msgstr ""
1630
1631 #: config.c:2914
1632 #, c-format
1633 msgid "could not set '%s' to '%s'"
1634 msgstr "не удалось установить «%s» в «%s»"
1635
1636 #: config.c:2916 builtin/remote.c:781
1637 #, c-format
1638 msgid "could not unset '%s'"
1639 msgstr "не удалось сбросить значение для «%s»"
1640
1641 #: config.c:3006
1642 #, c-format
1643 msgid "invalid section name: %s"
1644 msgstr ""
1645
1646 #: config.c:3173
1647 #, c-format
1648 msgid "missing value for '%s'"
1649 msgstr ""
1650
1651 #: connect.c:61
1652 msgid "the remote end hung up upon initial contact"
1653 msgstr ""
1654
1655 #: connect.c:63
1656 msgid ""
1657 "Could not read from remote repository.\n"
1658 "\n"
1659 "Please make sure you have the correct access rights\n"
1660 "and the repository exists."
1661 msgstr "Не удалось прочитать из внешнего репозитория.\n\nУдостоверьтесь, что у вас есть необходимые права доступа\nи репозиторий существует."
1662
1663 #: connect.c:81
1664 #, c-format
1665 msgid "server doesn't support '%s'"
1666 msgstr ""
1667
1668 #: connect.c:103
1669 #, c-format
1670 msgid "server doesn't support feature '%s'"
1671 msgstr ""
1672
1673 #: connect.c:114
1674 msgid "expected flush after capabilities"
1675 msgstr ""
1676
1677 #: connect.c:233
1678 #, c-format
1679 msgid "ignoring capabilities after first line '%s'"
1680 msgstr ""
1681
1682 #: connect.c:252
1683 msgid "protocol error: unexpected capabilities^{}"
1684 msgstr ""
1685
1686 #: connect.c:273
1687 #, c-format
1688 msgid "protocol error: expected shallow sha-1, got '%s'"
1689 msgstr ""
1690
1691 #: connect.c:275
1692 msgid "repository on the other end cannot be shallow"
1693 msgstr ""
1694
1695 #: connect.c:310 fetch-pack.c:183 builtin/archive.c:63
1696 #, c-format
1697 msgid "remote error: %s"
1698 msgstr "ошибка внешнего репозитория: %s"
1699
1700 #: connect.c:316
1701 msgid "invalid packet"
1702 msgstr ""
1703
1704 #: connect.c:336
1705 #, c-format
1706 msgid "protocol error: unexpected '%s'"
1707 msgstr ""
1708
1709 #: connect.c:444
1710 #, c-format
1711 msgid "invalid ls-refs response: %s"
1712 msgstr ""
1713
1714 #: connect.c:448
1715 msgid "expected flush after ref listing"
1716 msgstr ""
1717
1718 #: connect.c:547
1719 #, c-format
1720 msgid "protocol '%s' is not supported"
1721 msgstr ""
1722
1723 #: connect.c:598
1724 msgid "unable to set SO_KEEPALIVE on socket"
1725 msgstr ""
1726
1727 #: connect.c:638 connect.c:701
1728 #, c-format
1729 msgid "Looking up %s ... "
1730 msgstr ""
1731
1732 #: connect.c:642
1733 #, c-format
1734 msgid "unable to look up %s (port %s) (%s)"
1735 msgstr ""
1736
1737 #. TRANSLATORS: this is the end of "Looking up %s ... "
1738 #: connect.c:646 connect.c:717
1739 #, c-format
1740 msgid ""
1741 "done.\n"
1742 "Connecting to %s (port %s) ... "
1743 msgstr ""
1744
1745 #: connect.c:668 connect.c:745
1746 #, c-format
1747 msgid ""
1748 "unable to connect to %s:\n"
1749 "%s"
1750 msgstr ""
1751
1752 #. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "
1753 #: connect.c:674 connect.c:751
1754 msgid "done."
1755 msgstr ""
1756
1757 #: connect.c:705
1758 #, c-format
1759 msgid "unable to look up %s (%s)"
1760 msgstr ""
1761
1762 #: connect.c:711
1763 #, c-format
1764 msgid "unknown port %s"
1765 msgstr ""
1766
1767 #: connect.c:848 connect.c:1174
1768 #, c-format
1769 msgid "strange hostname '%s' blocked"
1770 msgstr ""
1771
1772 #: connect.c:850
1773 #, c-format
1774 msgid "strange port '%s' blocked"
1775 msgstr ""
1776
1777 #: connect.c:860
1778 #, c-format
1779 msgid "cannot start proxy %s"
1780 msgstr ""
1781
1782 #: connect.c:927
1783 msgid "no path specified; see 'git help pull' for valid url syntax"
1784 msgstr ""
1785
1786 #: connect.c:1122
1787 msgid "ssh variant 'simple' does not support -4"
1788 msgstr ""
1789
1790 #: connect.c:1134
1791 msgid "ssh variant 'simple' does not support -6"
1792 msgstr ""
1793
1794 #: connect.c:1151
1795 msgid "ssh variant 'simple' does not support setting port"
1796 msgstr ""
1797
1798 #: connect.c:1262
1799 #, c-format
1800 msgid "strange pathname '%s' blocked"
1801 msgstr ""
1802
1803 #: connect.c:1307
1804 msgid "unable to fork"
1805 msgstr ""
1806
1807 #: connected.c:68 builtin/fsck.c:203 builtin/prune.c:146
1808 msgid "Checking connectivity"
1809 msgstr "Проверка соединения"
1810
1811 #: connected.c:80
1812 msgid "Could not run 'git rev-list'"
1813 msgstr "Не удалось запустить «git rev-list»"
1814
1815 #: connected.c:100
1816 msgid "failed write to rev-list"
1817 msgstr "сбой записи в rev-list"
1818
1819 #: connected.c:107
1820 msgid "failed to close rev-list's stdin"
1821 msgstr "сбой закрытия стандартного ввода у rev-list"
1822
1823 #: convert.c:194
1824 #, c-format
1825 msgid "illegal crlf_action %d"
1826 msgstr ""
1827
1828 #: convert.c:207
1829 #, c-format
1830 msgid "CRLF would be replaced by LF in %s"
1831 msgstr ""
1832
1833 #: convert.c:209
1834 #, c-format
1835 msgid ""
1836 "CRLF will be replaced by LF in %s.\n"
1837 "The file will have its original line endings in your working directory"
1838 msgstr ""
1839
1840 #: convert.c:217
1841 #, c-format
1842 msgid "LF would be replaced by CRLF in %s"
1843 msgstr "LF будет заменен на CRLF в %s"
1844
1845 #: convert.c:219
1846 #, c-format
1847 msgid ""
1848 "LF will be replaced by CRLF in %s.\n"
1849 "The file will have its original line endings in your working directory"
1850 msgstr ""
1851
1852 #: convert.c:280
1853 #, c-format
1854 msgid "BOM is prohibited in '%s' if encoded as %s"
1855 msgstr "BOM запрещен в «%s», если кодируется как %s"
1856
1857 #: convert.c:287
1858 #, c-format
1859 msgid ""
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 как кодировку рабочего каталога."
1863
1864 #: convert.c:305
1865 #, c-format
1866 msgid "BOM is required in '%s' if encoded as %s"
1867 msgstr "BOM требуется в «%s», если кодируется как %s"
1868
1869 #: convert.c:307
1870 #, c-format
1871 msgid ""
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 (в зависимости от порядка байтов) как кодировку рабочего каталога."
1875
1876 #: convert.c:425 convert.c:496
1877 #, c-format
1878 msgid "failed to encode '%s' from %s to %s"
1879 msgstr "не удалось перекодировать «%s» из %s в %s"
1880
1881 #: convert.c:468
1882 #, c-format
1883 msgid "encoding '%s' from %s to %s and back is not the same"
1884 msgstr "перекодирование «%s» из %s в %s и обратно не одно и то же"
1885
1886 #: convert.c:674
1887 #, c-format
1888 msgid "cannot fork to run external filter '%s'"
1889 msgstr ""
1890
1891 #: convert.c:694
1892 #, c-format
1893 msgid "cannot feed the input to external filter '%s'"
1894 msgstr ""
1895
1896 #: convert.c:701
1897 #, c-format
1898 msgid "external filter '%s' failed %d"
1899 msgstr ""
1900
1901 #: convert.c:736 convert.c:739
1902 #, c-format
1903 msgid "read from external filter '%s' failed"
1904 msgstr ""
1905
1906 #: convert.c:742 convert.c:796
1907 #, c-format
1908 msgid "external filter '%s' failed"
1909 msgstr ""
1910
1911 #: convert.c:844
1912 msgid "unexpected filter type"
1913 msgstr ""
1914
1915 #: convert.c:855
1916 msgid "path name too long for external filter"
1917 msgstr ""
1918
1919 #: convert.c:929
1920 #, c-format
1921 msgid ""
1922 "external filter '%s' is not available anymore although not all paths have "
1923 "been filtered"
1924 msgstr ""
1925
1926 #: convert.c:1228
1927 msgid "true/false are no valid working-tree-encodings"
1928 msgstr "true/false не является допустимым значением для working-tree-encoding"
1929
1930 #: convert.c:1402 convert.c:1436
1931 #, c-format
1932 msgid "%s: clean filter '%s' failed"
1933 msgstr ""
1934
1935 #: convert.c:1480
1936 #, c-format
1937 msgid "%s: smudge filter %s failed"
1938 msgstr ""
1939
1940 #: date.c:116
1941 msgid "in the future"
1942 msgstr "в будущем"
1943
1944 #: date.c:122
1945 #, c-format
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> секунды назад"
1952
1953 #: date.c:129
1954 #, c-format
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> минуты назад"
1961
1962 #: date.c:136
1963 #, c-format
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> часа назад"
1970
1971 #: date.c:143
1972 #, c-format
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> дня назад"
1979
1980 #: date.c:149
1981 #, c-format
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> недели назад"
1988
1989 #: date.c:156
1990 #, c-format
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> месяца назад"
1997
1998 #: date.c:167
1999 #, c-format
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> года"
2006
2007 #. TRANSLATORS: "%s" is "<n> years"
2008 #: date.c:170
2009 #, c-format
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> месяца назад"
2016
2017 #: date.c:175 date.c:180
2018 #, c-format
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> года назад"
2025
2026 #: diffcore-order.c:24
2027 #, c-format
2028 msgid "failed to read orderfile '%s'"
2029 msgstr "сбой чтения orderfile «%s»"
2030
2031 #: diffcore-rename.c:536
2032 msgid "Performing inexact rename detection"
2033 msgstr "Выполняется неточное определение переименования"
2034
2035 #: diff.c:108
2036 #, c-format
2037 msgid "option '%s' requires a value"
2038 msgstr "параметр «%s» требует указания значения"
2039
2040 #: diff.c:158
2041 #, c-format
2042 msgid " Failed to parse dirstat cut-off percentage '%s'\n"
2043 msgstr " Сбой разбора величины среза (cut-off) у dirstat «%s»\n"
2044
2045 #: diff.c:163
2046 #, c-format
2047 msgid " Unknown dirstat parameter '%s'\n"
2048 msgstr "Неизвестный параметр dirstat: «%s»\n"
2049
2050 #: diff.c:291
2051 msgid ""
2052 "color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "
2053 "'dimmed-zebra', 'plain'"
2054 msgstr ""
2055
2056 #: diff.c:316
2057 #, c-format
2058 msgid "ignoring unknown color-moved-ws mode '%s'"
2059 msgstr ""
2060
2061 #: diff.c:323
2062 msgid ""
2063 "color-moved-ws: allow-indentation-change cannot be combined with other white"
2064 " space modes"
2065 msgstr ""
2066
2067 #: diff.c:394
2068 #, c-format
2069 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
2070 msgstr "Неизвестное значения для переменной «diff.submodule»: «%s»"
2071
2072 #: diff.c:454
2073 #, c-format
2074 msgid ""
2075 "Found errors in 'diff.dirstat' config variable:\n"
2076 "%s"
2077 msgstr "Найдены ошибки в переменной «diff.dirstat»:\n%s"
2078
2079 #: diff.c:4096
2080 #, c-format
2081 msgid "external diff died, stopping at %s"
2082 msgstr "критическая ошибка при внешнем сравнении, останов на %s"
2083
2084 #: diff.c:4427
2085 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
2086 msgstr "--name-only, --name-status, --check и -s нельзя использовать одновременно"
2087
2088 #: diff.c:4430
2089 msgid "-G, -S and --find-object are mutually exclusive"
2090 msgstr "-G, -S и --find-object нельзя использовать одновременно"
2091
2092 #: diff.c:4508
2093 msgid "--follow requires exactly one pathspec"
2094 msgstr "--follow требует ровно одного спецификатора пути"
2095
2096 #: diff.c:4674
2097 #, c-format
2098 msgid ""
2099 "Failed to parse --dirstat/-X option parameter:\n"
2100 "%s"
2101 msgstr "Сбой разбора параметра опции --dirstat/-X :\n%s"
2102
2103 #: diff.c:4688
2104 #, c-format
2105 msgid "Failed to parse --submodule option parameter: '%s'"
2106 msgstr "Сбой разбора параметра опции --submodule: «%s»"
2107
2108 #: diff.c:5766
2109 msgid "inexact rename detection was skipped due to too many files."
2110 msgstr "неточное определение переименования было пропущено из-за слишком большого количества файлов."
2111
2112 #: diff.c:5769
2113 msgid "only found copies from modified paths due to too many files."
2114 msgstr "найдены только копии из измененных путей из-за слишком большого количества файлов."
2115
2116 #: diff.c:5772
2117 #, c-format
2118 msgid ""
2119 "you may want to set your %s variable to at least %d and retry the command."
2120 msgstr "возможно вы захотите установить переменную %s в как минимум значение %d и повторить вызов команды."
2121
2122 #: dir.c:569
2123 #, c-format
2124 msgid "pathspec '%s' did not match any file(s) known to git"
2125 msgstr ""
2126
2127 #: dir.c:958
2128 #, c-format
2129 msgid "cannot use %s as an exclude file"
2130 msgstr ""
2131
2132 #: dir.c:1873
2133 #, c-format
2134 msgid "could not open directory '%s'"
2135 msgstr "не удалось открыть каталог «%s»"
2136
2137 #: dir.c:2115
2138 msgid "failed to get kernel name and information"
2139 msgstr "не удалось получить имя ядра и информацию"
2140
2141 #: dir.c:2239
2142 msgid "untracked cache is disabled on this system or location"
2143 msgstr ""
2144
2145 #: dir.c:3037
2146 #, c-format
2147 msgid "index file corrupt in repo %s"
2148 msgstr ""
2149
2150 #: dir.c:3082 dir.c:3087
2151 #, c-format
2152 msgid "could not create directories for %s"
2153 msgstr "не удалось создать каталоги для %s"
2154
2155 #: dir.c:3116
2156 #, c-format
2157 msgid "could not migrate git directory from '%s' to '%s'"
2158 msgstr "не удалось переместить каталог git с «%s» в «%s»"
2159
2160 #: editor.c:61
2161 #, c-format
2162 msgid "hint: Waiting for your editor to close the file...%c"
2163 msgstr "подсказка: Ожидание, пока вы закроете редактор с файлом…%c"
2164
2165 #: entry.c:178
2166 msgid "Filtering content"
2167 msgstr "Фильтруется содержимое"
2168
2169 #: entry.c:437
2170 #, c-format
2171 msgid "could not stat file '%s'"
2172 msgstr "не удалось выполнить stat для файла «%s»"
2173
2174 #: environment.c:150
2175 #, c-format
2176 msgid "bad git namespace path \"%s\""
2177 msgstr ""
2178
2179 #: environment.c:332
2180 #, c-format
2181 msgid "could not set GIT_DIR to '%s'"
2182 msgstr ""
2183
2184 #: exec-cmd.c:361
2185 #, c-format
2186 msgid "too many args to run %s"
2187 msgstr ""
2188
2189 #: fetch-object.c:17
2190 msgid "Remote with no URL"
2191 msgstr "Внешний репозиторий без URL"
2192
2193 #: fetch-pack.c:152
2194 msgid "git fetch-pack: expected shallow list"
2195 msgstr "git fetch-pack: ожидается передача списка для получение части"
2196
2197 #: fetch-pack.c:164
2198 msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
2199 msgstr "git fetch-pack: ожидается ACK/NAK, а получен пустой пакет"
2200
2201 #: fetch-pack.c:184
2202 #, c-format
2203 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
2204 msgstr "git fetch-pack: ожидается ACK/NAK, а получено «%s»"
2205
2206 #: fetch-pack.c:254
2207 msgid "--stateless-rpc requires multi_ack_detailed"
2208 msgstr "--stateless-rpc требует multi_ack_detailed"
2209
2210 #: fetch-pack.c:342 fetch-pack.c:1257
2211 #, c-format
2212 msgid "invalid shallow line: %s"
2213 msgstr "неправильная строка частичного получения: %s"
2214
2215 #: fetch-pack.c:348 fetch-pack.c:1263
2216 #, c-format
2217 msgid "invalid unshallow line: %s"
2218 msgstr "неправильная строка полного получения: %s"
2219
2220 #: fetch-pack.c:350 fetch-pack.c:1265
2221 #, c-format
2222 msgid "object not found: %s"
2223 msgstr "объект не найден: %s"
2224
2225 #: fetch-pack.c:353 fetch-pack.c:1268
2226 #, c-format
2227 msgid "error in object: %s"
2228 msgstr "ошибка в объекте: %s"
2229
2230 #: fetch-pack.c:355 fetch-pack.c:1270
2231 #, c-format
2232 msgid "no shallow found: %s"
2233 msgstr "частичный клон не найден: %s"
2234
2235 #: fetch-pack.c:358 fetch-pack.c:1273
2236 #, c-format
2237 msgid "expected shallow/unshallow, got %s"
2238 msgstr "ожидалось shallow/unshallow, а получено %s"
2239
2240 #: fetch-pack.c:399
2241 #, c-format
2242 msgid "got %s %d %s"
2243 msgstr "получено %s %d %s"
2244
2245 #: fetch-pack.c:416
2246 #, c-format
2247 msgid "invalid commit %s"
2248 msgstr "недопустимый коммит %s"
2249
2250 #: fetch-pack.c:447
2251 msgid "giving up"
2252 msgstr "останавливаю дальнейшие попытки"
2253
2254 #: fetch-pack.c:459 progress.c:229
2255 msgid "done"
2256 msgstr "готово"
2257
2258 #: fetch-pack.c:471
2259 #, c-format
2260 msgid "got %s (%d) %s"
2261 msgstr "получено %s (%d) %s"
2262
2263 #: fetch-pack.c:517
2264 #, c-format
2265 msgid "Marking %s as complete"
2266 msgstr "Помечаю %s как завершенный"
2267
2268 #: fetch-pack.c:764
2269 #, c-format
2270 msgid "already have %s (%s)"
2271 msgstr "уже есть %s (%s)"
2272
2273 #: fetch-pack.c:803
2274 msgid "fetch-pack: unable to fork off sideband demultiplexer"
2275 msgstr "fetch-pack: не удалось запустить программу разбора данных"
2276
2277 #: fetch-pack.c:811
2278 msgid "protocol error: bad pack header"
2279 msgstr "ошибка протокола: неправильный заголовок потока"
2280
2281 #: fetch-pack.c:879
2282 #, c-format
2283 msgid "fetch-pack: unable to fork off %s"
2284 msgstr "fetch-pack: не удалось запустить программу %s"
2285
2286 #: fetch-pack.c:895
2287 #, c-format
2288 msgid "%s failed"
2289 msgstr "%s завершен с ошибкой"
2290
2291 #: fetch-pack.c:897
2292 msgid "error in sideband demultiplexer"
2293 msgstr "произошла ошибка в программе разбора данных"
2294
2295 #: fetch-pack.c:926
2296 msgid "Server does not support shallow clients"
2297 msgstr "Сервер не поддерживает клиентов с частичным клонированием"
2298
2299 #: fetch-pack.c:930
2300 msgid "Server supports multi_ack_detailed"
2301 msgstr "Сервер поддерживает multi_ack_detailed"
2302
2303 #: fetch-pack.c:933
2304 msgid "Server supports no-done"
2305 msgstr "Сервер поддерживает no-done"
2306
2307 #: fetch-pack.c:939
2308 msgid "Server supports multi_ack"
2309 msgstr "Сервер поддерживает multi_ack"
2310
2311 #: fetch-pack.c:943
2312 msgid "Server supports side-band-64k"
2313 msgstr "Сервер поддерживает side-band-64k"
2314
2315 #: fetch-pack.c:947
2316 msgid "Server supports side-band"
2317 msgstr "Сервер поддерживает side-band"
2318
2319 #: fetch-pack.c:951
2320 msgid "Server supports allow-tip-sha1-in-want"
2321 msgstr "Сервер поддерживает allow-tip-sha1-in-want"
2322
2323 #: fetch-pack.c:955
2324 msgid "Server supports allow-reachable-sha1-in-want"
2325 msgstr "Сервер поддерживает allow-reachable-sha1-in-want"
2326
2327 #: fetch-pack.c:965
2328 msgid "Server supports ofs-delta"
2329 msgstr "Сервер поддерживает ofs-delta"
2330
2331 #: fetch-pack.c:971 fetch-pack.c:1150
2332 msgid "Server supports filter"
2333 msgstr "Сервер поддерживает фильтрацию"
2334
2335 #: fetch-pack.c:979
2336 #, c-format
2337 msgid "Server version is %.*s"
2338 msgstr "Версия сервера %.*s"
2339
2340 #: fetch-pack.c:985
2341 msgid "Server does not support --shallow-since"
2342 msgstr "Сервер не поддерживает --shallow-since"
2343
2344 #: fetch-pack.c:989
2345 msgid "Server does not support --shallow-exclude"
2346 msgstr "Сервер не поддерживает --shallow-exclude"
2347
2348 #: fetch-pack.c:991
2349 msgid "Server does not support --deepen"
2350 msgstr "Сервер не поддерживает --deepen"
2351
2352 #: fetch-pack.c:1004
2353 msgid "no common commits"
2354 msgstr "не общих коммитов"
2355
2356 #: fetch-pack.c:1016 fetch-pack.c:1393
2357 msgid "git fetch-pack: fetch failed."
2358 msgstr "git fetch-pack: ошибка при получении данных."
2359
2360 #: fetch-pack.c:1145
2361 msgid "Server does not support shallow requests"
2362 msgstr "Сервер не поддерживает частичные запросы"
2363
2364 #: fetch-pack.c:1191
2365 #, c-format
2366 msgid "error reading section header '%s'"
2367 msgstr ""
2368
2369 #: fetch-pack.c:1197
2370 #, c-format
2371 msgid "expected '%s', received '%s'"
2372 msgstr ""
2373
2374 #: fetch-pack.c:1236
2375 #, c-format
2376 msgid "unexpected acknowledgment line: '%s'"
2377 msgstr ""
2378
2379 #: fetch-pack.c:1241
2380 #, c-format
2381 msgid "error processing acks: %d"
2382 msgstr ""
2383
2384 #: fetch-pack.c:1278
2385 #, c-format
2386 msgid "error processing shallow info: %d"
2387 msgstr ""
2388
2389 #: fetch-pack.c:1294
2390 #, c-format
2391 msgid "expected wanted-ref, got '%s'"
2392 msgstr ""
2393
2394 #: fetch-pack.c:1304
2395 #, c-format
2396 msgid "unexpected wanted-ref: '%s'"
2397 msgstr ""
2398
2399 #: fetch-pack.c:1308
2400 #, c-format
2401 msgid "error processing wanted refs: %d"
2402 msgstr ""
2403
2404 #: fetch-pack.c:1603
2405 msgid "no matching remote head"
2406 msgstr "нет соотвествующего внешнего указателя на ветку"
2407
2408 #: fetch-pack.c:1621 builtin/clone.c:664
2409 msgid "remote did not send all necessary objects"
2410 msgstr "внешний репозиторий прислал не все необходимые объекты"
2411
2412 #: fetch-pack.c:1647
2413 #, c-format
2414 msgid "no such remote ref %s"
2415 msgstr "нет такой внешней ссылки %s"
2416
2417 #: fetch-pack.c:1650
2418 #, c-format
2419 msgid "Server does not allow request for unadvertised object %s"
2420 msgstr "Сервер не поддерживает запрос необъявленного объекта %s"
2421
2422 #: gpg-interface.c:253
2423 msgid "gpg failed to sign the data"
2424 msgstr "gpg не удалось подписать данные"
2425
2426 #: gpg-interface.c:279
2427 msgid "could not create temporary file"
2428 msgstr "не удалось создать временный файл"
2429
2430 #: gpg-interface.c:282
2431 #, c-format
2432 msgid "failed writing detached signature to '%s'"
2433 msgstr "сбой записи отсоединенной подписи в «%s»"
2434
2435 #: graph.c:97
2436 #, c-format
2437 msgid "ignore invalid color '%.*s' in log.graphColors"
2438 msgstr "игнорирую недопустимый цвет «%.*s» в log.graphColors"
2439
2440 #: grep.c:2115
2441 #, c-format
2442 msgid "'%s': unable to read %s"
2443 msgstr "«%s»: не удалось прочесть %s"
2444
2445 #: grep.c:2132 setup.c:164 builtin/clone.c:410 builtin/diff.c:81
2446 #: builtin/rm.c:134
2447 #, c-format
2448 msgid "failed to stat '%s'"
2449 msgstr "не удалось выполнить stat «%s»"
2450
2451 #: grep.c:2143
2452 #, c-format
2453 msgid "'%s': short read"
2454 msgstr "«%s»: слишком мало данных прочитано"
2455
2456 #: help.c:23
2457 msgid "start a working area (see also: git help tutorial)"
2458 msgstr "создание рабочей области (смотрите также: git help tutorial)"
2459
2460 #: help.c:24
2461 msgid "work on the current change (see also: git help everyday)"
2462 msgstr "работа с текущими изменениями (смотрите также: git help everyday)"
2463
2464 #: help.c:25
2465 msgid "examine the history and state (see also: git help revisions)"
2466 msgstr "просмотр истории и текущего состояния (смотрите также: git help revisions)"
2467
2468 #: help.c:26
2469 msgid "grow, mark and tweak your common history"
2470 msgstr "выращивание, отметка и настройка вашей общей истории"
2471
2472 #: help.c:27
2473 msgid "collaborate (see also: git help workflows)"
2474 msgstr "совместная работа (смотрите также: git help workflows)"
2475
2476 #: help.c:31
2477 msgid "Main Porcelain Commands"
2478 msgstr "Основные машиночитаемые команды"
2479
2480 #: help.c:32
2481 msgid "Ancillary Commands / Manipulators"
2482 msgstr "Вспомогательные команды / Манипуляторы"
2483
2484 #: help.c:33
2485 msgid "Ancillary Commands / Interrogators"
2486 msgstr "Вспомогательные команды / Запросчики"
2487
2488 #: help.c:34
2489 msgid "Interacting with Others"
2490 msgstr "Взаимодействие с другими"
2491
2492 #: help.c:35
2493 msgid "Low-level Commands / Manipulators"
2494 msgstr "Низкоуровневые команды / Манипуляторы"
2495
2496 #: help.c:36
2497 msgid "Low-level Commands / Interrogators"
2498 msgstr "Низкоуровневые команды / Запросчики"
2499
2500 #: help.c:37
2501 msgid "Low-level Commands / Synching Repositories"
2502 msgstr "Низкоуровневые команды / Синхронизация репозиториев"
2503
2504 #: help.c:38
2505 msgid "Low-level Commands / Internal Helpers"
2506 msgstr "Низкоуровневые команды / Внутренние вспомогательные"
2507
2508 #: help.c:293
2509 #, c-format
2510 msgid "available git commands in '%s'"
2511 msgstr "доступные команды git в «%s»"
2512
2513 #: help.c:300
2514 msgid "git commands available from elsewhere on your $PATH"
2515 msgstr "команды git, доступные в других местах вашего $PATH"
2516
2517 #: help.c:309
2518 msgid "These are common Git commands used in various situations:"
2519 msgstr "Стандартные команды Git используемые в различных ситуациях:"
2520
2521 #: help.c:358 git.c:90
2522 #, c-format
2523 msgid "unsupported command listing type '%s'"
2524 msgstr "неподдерживаемый тип списка команд «%s»"
2525
2526 #: help.c:405
2527 msgid "The common Git guides are:"
2528 msgstr "Основные руководства Git:"
2529
2530 #: help.c:552
2531 #, c-format
2532 msgid ""
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 не работает?"
2536
2537 #: help.c:611
2538 msgid "Uh oh. Your system reports no Git commands at all."
2539 msgstr "Ой-ёй! Ваша система не сообщает ни о каких командах Git вообще."
2540
2541 #: help.c:633
2542 #, c-format
2543 msgid "WARNING: You called a Git command named '%s', which does not exist."
2544 msgstr "Внимание: Вы запустили не существующую команду Git «%s»."
2545
2546 #: help.c:638
2547 #, c-format
2548 msgid "Continuing under the assumption that you meant '%s'."
2549 msgstr "Продолжаю, предполагая, что вы имели в виду «%s»."
2550
2551 #: help.c:643
2552 #, c-format
2553 msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
2554 msgstr "Продолжу через %0.1f секунд, предполагая, что вы имели в виду «%s»."
2555
2556 #: help.c:651
2557 #, c-format
2558 msgid "git: '%s' is not a git command. See 'git --help'."
2559 msgstr "git: «%s» не является командой git. Смотрите «git --help»."
2560
2561 #: help.c:655
2562 msgid ""
2563 "\n"
2564 "The most similar command is"
2565 msgid_plural ""
2566 "\n"
2567 "The most similar commands are"
2568 msgstr[0] "\nСамые похожие команды:"
2569 msgstr[1] "\nСамые похожие команды:"
2570 msgstr[2] "\nСамые похожие команды:"
2571 msgstr[3] "\nСамые похожие команды:"
2572
2573 #: help.c:670
2574 msgid "git version [<options>]"
2575 msgstr "git version [<options>]"
2576
2577 #: help.c:738
2578 #, c-format
2579 msgid "%s: %s - %s"
2580 msgstr "%s: %s — %s"
2581
2582 #: help.c:742
2583 msgid ""
2584 "\n"
2585 "Did you mean this?"
2586 msgid_plural ""
2587 "\n"
2588 "Did you mean one of these?"
2589 msgstr[0] "\nВозможно, вы имели в виду это?"
2590 msgstr[1] "\nВозможно, вы имели в виду что-то из этого?"
2591 msgstr[2] "\nВозможно, вы имели в виду что-то из этого?"
2592 msgstr[3] "\nВозможно, вы имели в виду что-то из этого?"
2593
2594 #: ident.c:342
2595 msgid ""
2596 "\n"
2597 "*** Please tell me who you are.\n"
2598 "\n"
2599 "Run\n"
2600 "\n"
2601 " git config --global user.email \"you@example.com\"\n"
2602 " git config --global user.name \"Your Name\"\n"
2603 "\n"
2604 "to set your account's default identity.\n"
2605 "Omit --global to set the identity only in this repository.\n"
2606 "\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"
2608
2609 #: ident.c:366
2610 msgid "no email was given and auto-detection is disabled"
2611 msgstr "адрес электронной почты не указан и автоопределение отключено"
2612
2613 #: ident.c:371
2614 #, c-format
2615 msgid "unable to auto-detect email address (got '%s')"
2616 msgstr "не удалось выполнить автоопределение адреса электронной почты (получено «%s»)"
2617
2618 #: ident.c:381
2619 msgid "no name was given and auto-detection is disabled"
2620 msgstr "имя не указано и автоопределение отключено"
2621
2622 #: ident.c:387
2623 #, c-format
2624 msgid "unable to auto-detect name (got '%s')"
2625 msgstr "не удалось выполнить автоопределение имени (получено «%s»)"
2626
2627 #: ident.c:395
2628 #, c-format
2629 msgid "empty ident name (for <%s>) not allowed"
2630 msgstr "пустое имя идентификатора (для <%s>) не разрешено"
2631
2632 #: ident.c:401
2633 #, c-format
2634 msgid "name consists only of disallowed characters: %s"
2635 msgstr "имя состоит только из неразрешенных симоволов: %s"
2636
2637 #: ident.c:416 builtin/commit.c:600
2638 #, c-format
2639 msgid "invalid date format: %s"
2640 msgstr "неправильный формат даты: %s"
2641
2642 #: list-objects-filter-options.c:36
2643 msgid "multiple filter-specs cannot be combined"
2644 msgstr "невозможно объединять фильтрацию с помощью нескольких спецификаций"
2645
2646 #: list-objects-filter-options.c:126
2647 msgid "cannot change partial clone promisor remote"
2648 msgstr "нельзя изменить внешний репозиторий при частичном клонировании"
2649
2650 #: lockfile.c:151
2651 #, c-format
2652 msgid ""
2653 "Unable to create '%s.lock': %s.\n"
2654 "\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удалите файл вручную для продолжения."
2661
2662 #: lockfile.c:159
2663 #, c-format
2664 msgid "Unable to create '%s.lock': %s"
2665 msgstr "Не удалось создать «%s.lock»: %s"
2666
2667 #: merge.c:40
2668 msgid "failed to read the cache"
2669 msgstr "сбой чтения кэша"
2670
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 "не удалось записать новый файл индекса"
2675
2676 #: merge-recursive.c:303
2677 msgid "(bad commit)\n"
2678 msgstr "(плохой коммит)\n"
2679
2680 #: merge-recursive.c:325
2681 #, c-format
2682 msgid "add_cacheinfo failed for path '%s'; merge aborting."
2683 msgstr "сбой add_cacheinfo для пути «%s»; отмена слияния."
2684
2685 #: merge-recursive.c:333
2686 #, c-format
2687 msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
2688 msgstr "сбой обновления add_cacheinfo для пути «%s»; отмена слияния."
2689
2690 #: merge-recursive.c:415
2691 msgid "error building trees"
2692 msgstr "ошибка при построении деревьев"
2693
2694 #: merge-recursive.c:886
2695 #, c-format
2696 msgid "failed to create path '%s'%s"
2697 msgstr "не удалось создать путь «%s»%s"
2698
2699 #: merge-recursive.c:897
2700 #, c-format
2701 msgid "Removing %s to make room for subdirectory\n"
2702 msgstr "Удаление %s, чтобы освободить место для подкаталогов\n"
2703
2704 #: merge-recursive.c:911 merge-recursive.c:930
2705 msgid ": perhaps a D/F conflict?"
2706 msgstr ": возможно, конфликт каталогов/файлов?"
2707
2708 #: merge-recursive.c:920
2709 #, c-format
2710 msgid "refusing to lose untracked file at '%s'"
2711 msgstr "отказ потери неотслеживаемого файла в «%s»"
2712
2713 #: merge-recursive.c:962 builtin/cat-file.c:39
2714 #, c-format
2715 msgid "cannot read object %s '%s'"
2716 msgstr "невозможно прочитать объект %s «%s»"
2717
2718 #: merge-recursive.c:964
2719 #, c-format
2720 msgid "blob expected for %s '%s'"
2721 msgstr "ожидается двоичный объект для %s «%s»"
2722
2723 #: merge-recursive.c:988
2724 #, c-format
2725 msgid "failed to open '%s': %s"
2726 msgstr "не удалось открыть «%s»: %s"
2727
2728 #: merge-recursive.c:999
2729 #, c-format
2730 msgid "failed to symlink '%s': %s"
2731 msgstr "не удалось создать символьную ссылку «%s»: %s"
2732
2733 #: merge-recursive.c:1004
2734 #, c-format
2735 msgid "do not know what to do with %06o %s '%s'"
2736 msgstr "не понятно, что делать с %06o %s «%s»"
2737
2738 #: merge-recursive.c:1191
2739 #, c-format
2740 msgid "Failed to merge submodule %s (not checked out)"
2741 msgstr "Не удалось слить подмодуль %s (состояние не забрано)"
2742
2743 #: merge-recursive.c:1198
2744 #, c-format
2745 msgid "Failed to merge submodule %s (commits not present)"
2746 msgstr "Не удалось слить подмодуль %s (нет коммитов)"
2747
2748 #: merge-recursive.c:1205
2749 #, c-format
2750 msgid "Failed to merge submodule %s (commits don't follow merge-base)"
2751 msgstr "Не удалось слить подмодуль %s (у коммитов другая база слияния)"
2752
2753 #: merge-recursive.c:1213 merge-recursive.c:1225
2754 #, c-format
2755 msgid "Fast-forwarding submodule %s to the following commit:"
2756 msgstr "Перемотка вперед подмодуля %s до указанного коммита:"
2757
2758 #: merge-recursive.c:1216 merge-recursive.c:1228
2759 #, c-format
2760 msgid "Fast-forwarding submodule %s"
2761 msgstr "Перемотка вперед подмодуля %s"
2762
2763 #: merge-recursive.c:1250
2764 #, c-format
2765 msgid "Failed to merge submodule %s (merge following commits not found)"
2766 msgstr "Не удалось слить подмодуль %s (нет указанных коммитов для слияния)"
2767
2768 #: merge-recursive.c:1254
2769 #, c-format
2770 msgid "Failed to merge submodule %s (not fast-forward)"
2771 msgstr "Не удалось слить подмодуль %s (нельзя сделать перемотку вперед)"
2772
2773 #: merge-recursive.c:1255
2774 msgid "Found a possible merge resolution for the submodule:\n"
2775 msgstr "Найдено возможное разрешение слиятия для подмодуля:\n"
2776
2777 #: merge-recursive.c:1258
2778 #, c-format
2779 msgid ""
2780 "If this is correct simply add it to the index for example\n"
2781 "by using:\n"
2782 "\n"
2783 " git update-index --cacheinfo 160000 %s \"%s\"\n"
2784 "\n"
2785 "which will accept this suggestion.\n"
2786 msgstr "Если оно верное, то просто добавьте его в индекс, например так:\n\n git update-index --cacheinfo 160000 %s \"%s\"\n\nтем самым принимая это предположение.\n"
2787
2788 #: merge-recursive.c:1267
2789 #, c-format
2790 msgid "Failed to merge submodule %s (multiple merges found)"
2791 msgstr "Не удалось слить подмодуль %s (найдено несколько слияний)"
2792
2793 #: merge-recursive.c:1326
2794 msgid "Failed to execute internal merge"
2795 msgstr "Не удалось запустить внутреннее слияние"
2796
2797 #: merge-recursive.c:1331
2798 #, c-format
2799 msgid "Unable to add %s to database"
2800 msgstr "Не удалось добавить %s в базу данных"
2801
2802 #: merge-recursive.c:1363
2803 #, c-format
2804 msgid "Auto-merging %s"
2805 msgstr "Автослияние %s"
2806
2807 #: merge-recursive.c:1434
2808 #, c-format
2809 msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
2810 msgstr "Ошибка: Отказ потери неотслеживаемого файла %s; запись в %s взамен."
2811
2812 #: merge-recursive.c:1501
2813 #, c-format
2814 msgid ""
2815 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2816 "in tree."
2817 msgstr "КОНФЛИКТ (%s/удаление): %s удалено в %s и %s в %s. Версия %s из %s оставлена в дереве."
2818
2819 #: merge-recursive.c:1506
2820 #, c-format
2821 msgid ""
2822 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2823 "left in tree."
2824 msgstr "КОНФЛИКТ (%s/удаление): %s удалено в %s и от %s до %s в %s. Версия %s из %s оставлена в дереве."
2825
2826 #: merge-recursive.c:1513
2827 #, c-format
2828 msgid ""
2829 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2830 "in tree at %s."
2831 msgstr "КОНФЛИКТ (%s/удаление): %s удалено в %s и %s в %s. Версия %s из %s оставлена в дереве на %s."
2832
2833 #: merge-recursive.c:1518
2834 #, c-format
2835 msgid ""
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."
2839
2840 #: merge-recursive.c:1552
2841 msgid "rename"
2842 msgstr "переименование"
2843
2844 #: merge-recursive.c:1552
2845 msgid "renamed"
2846 msgstr "переименовано"
2847
2848 #: merge-recursive.c:1606 merge-recursive.c:1762 merge-recursive.c:2394
2849 #: merge-recursive.c:3129
2850 #, c-format
2851 msgid "Refusing to lose dirty file at %s"
2852 msgstr "Отказ потери измененного файла %s"
2853
2854 #: merge-recursive.c:1620
2855 #, c-format
2856 msgid "%s is a directory in %s adding as %s instead"
2857 msgstr "%s — это каталог в %s, добавляем как %s вместо этого"
2858
2859 #: merge-recursive.c:1625
2860 #, c-format
2861 msgid "Refusing to lose untracked file at %s; adding as %s instead"
2862 msgstr "Отказ потери неотслеживаемого файла %s; добавление как %s взамен."
2863
2864 #: merge-recursive.c:1651
2865 #, c-format
2866 msgid ""
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"
2870
2871 #: merge-recursive.c:1656
2872 msgid " (left unresolved)"
2873 msgstr " (оставлено неразрешенным)"
2874
2875 #: merge-recursive.c:1720
2876 #, c-format
2877 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2878 msgstr "КОНФЛИКТ (переименование/переименование): Переименование «%s»→«%s» в ветке «%s» и переименование «%s»→«%s» в ветке «%s»"
2879
2880 #: merge-recursive.c:1759
2881 #, c-format
2882 msgid "Renaming %s to %s and %s to %s instead"
2883 msgstr "Переименовываю %s в %s и %s в %s вместо этого"
2884
2885 #: merge-recursive.c:1771
2886 #, c-format
2887 msgid "Refusing to lose untracked file at %s, even though it's in the way."
2888 msgstr "Отказ потери неотслеживаемого файла %s, даже с учетом его наличия."
2889
2890 #: merge-recursive.c:1977
2891 #, c-format
2892 msgid ""
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."
2896 msgstr ""
2897
2898 #: merge-recursive.c:2009
2899 #, c-format
2900 msgid ""
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."
2903 msgstr ""
2904
2905 #: merge-recursive.c:2019
2906 #, c-format
2907 msgid ""
2908 "CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
2909 "implicit directory renames tried to put these paths there: %s"
2910 msgstr ""
2911
2912 #: merge-recursive.c:2111
2913 #, c-format
2914 msgid ""
2915 "CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory "
2916 "%s->%s in %s"
2917 msgstr ""
2918
2919 #: merge-recursive.c:2356
2920 #, c-format
2921 msgid ""
2922 "WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
2923 "renamed."
2924 msgstr ""
2925
2926 #: merge-recursive.c:2762
2927 #, c-format
2928 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2929 msgstr "КОНФЛИКТ (переименование/добавление): Переименование «%s»→«%s» в ветке «%s» и добавление «%s» в ветке «%s»"
2930
2931 #: merge-recursive.c:2777
2932 #, c-format
2933 msgid "Adding merged %s"
2934 msgstr "Добавление слитого %s"
2935
2936 #: merge-recursive.c:2784 merge-recursive.c:3132
2937 #, c-format
2938 msgid "Adding as %s instead"
2939 msgstr "Добавление вместо этого как %s"
2940
2941 #: merge-recursive.c:2941
2942 #, c-format
2943 msgid "cannot read object %s"
2944 msgstr "невозможно прочитать объект «%s»"
2945
2946 #: merge-recursive.c:2944
2947 #, c-format
2948 msgid "object %s is not a blob"
2949 msgstr "объект %s не является двоичным объектом"
2950
2951 #: merge-recursive.c:3013
2952 msgid "modify"
2953 msgstr "изменение"
2954
2955 #: merge-recursive.c:3013
2956 msgid "modified"
2957 msgstr "изменено"
2958
2959 #: merge-recursive.c:3024
2960 msgid "content"
2961 msgstr "содержимое"
2962
2963 #: merge-recursive.c:3031
2964 msgid "add/add"
2965 msgstr "добавление/добавление"
2966
2967 #: merge-recursive.c:3076
2968 #, c-format
2969 msgid "Skipped %s (merged same as existing)"
2970 msgstr "Пропуск %s (слиты одинаковые изменения как существующие)"
2971
2972 #: merge-recursive.c:3098 git-submodule.sh:865
2973 msgid "submodule"
2974 msgstr "подмодуль"
2975
2976 #: merge-recursive.c:3099
2977 #, c-format
2978 msgid "CONFLICT (%s): Merge conflict in %s"
2979 msgstr "КОНФЛИКТ (%s): Конфликт слияния в %s"
2980
2981 #: merge-recursive.c:3221
2982 #, c-format
2983 msgid "Removing %s"
2984 msgstr "Удаление %s"
2985
2986 #: merge-recursive.c:3247
2987 msgid "file/directory"
2988 msgstr "файл/каталог"
2989
2990 #: merge-recursive.c:3253
2991 msgid "directory/file"
2992 msgstr "каталог/файл"
2993
2994 #: merge-recursive.c:3260
2995 #, c-format
2996 msgid ""
2997 "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2998 msgstr "КОНФЛИКТ (%s): Уже существует каталог с именем «%s» в «%s». Добавление «%s» как «%s»"
2999
3000 #: merge-recursive.c:3269
3001 #, c-format
3002 msgid "Adding %s"
3003 msgstr "Добавление %s"
3004
3005 #: merge-recursive.c:3303
3006 #, c-format
3007 msgid ""
3008 "Your local changes to the following files would be overwritten by merge:\n"
3009 " %s"
3010 msgstr ""
3011
3012 #: merge-recursive.c:3314
3013 msgid "Already up to date!"
3014 msgstr "Уже обновлено!"
3015
3016 #: merge-recursive.c:3323
3017 #, c-format
3018 msgid "merging of trees %s and %s failed"
3019 msgstr "сбой слияния деревьев «%s» и «%s»"
3020
3021 #: merge-recursive.c:3422
3022 msgid "Merging:"
3023 msgstr "Слияние:"
3024
3025 #: merge-recursive.c:3435
3026 #, c-format
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 общих предков:"
3033
3034 #: merge-recursive.c:3474
3035 msgid "merge returned no commit"
3036 msgstr "слияние не вернуло коммит"
3037
3038 #: merge-recursive.c:3540
3039 #, c-format
3040 msgid "Could not parse object '%s'"
3041 msgstr "Не удалось разобрать объект «%s»"
3042
3043 #: merge-recursive.c:3556 builtin/merge.c:689 builtin/merge.c:846
3044 msgid "Unable to write index."
3045 msgstr "Не удается записать индекс."
3046
3047 #: notes-merge.c:274
3048 #, c-format
3049 msgid ""
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» для коммита или отмены предыдущего слияния и запуска нового слияния заметок."
3053
3054 #: notes-merge.c:281
3055 #, c-format
3056 msgid "You have not concluded your notes merge (%s exists)."
3057 msgstr "Вы не закончили предыдущее слияние заметок (%s существует)."
3058
3059 #: notes-utils.c:45
3060 msgid "Cannot commit uninitialized/unreferenced notes tree"
3061 msgstr "Нельзя закоммитить неинициализированное или не имеющее ссылок дерево заметок"
3062
3063 #: notes-utils.c:104
3064 #, c-format
3065 msgid "Bad notes.rewriteMode value: '%s'"
3066 msgstr "Неправильное значение notes.rewriteMode: «%s»"
3067
3068 #: notes-utils.c:114
3069 #, c-format
3070 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
3071 msgstr "Отказ в перезаписи заметок в %s (за пределами refs/notes/)"
3072
3073 #. TRANSLATORS: The first %s is the name of
3074 #. the environment variable, the second %s is
3075 #. its value.
3076 #: notes-utils.c:144
3077 #, c-format
3078 msgid "Bad %s value: '%s'"
3079 msgstr "Неправильное значение переменной %s: «%s»"
3080
3081 #: object.c:54
3082 #, c-format
3083 msgid "invalid object type \"%s\""
3084 msgstr ""
3085
3086 #: object.c:173
3087 #, c-format
3088 msgid "object %s is a %s, not a %s"
3089 msgstr ""
3090
3091 #: object.c:233
3092 #, c-format
3093 msgid "object %s has unknown type id %d"
3094 msgstr ""
3095
3096 #: object.c:246
3097 #, c-format
3098 msgid "unable to parse object: %s"
3099 msgstr "не удалось разобрать объект: %s"
3100
3101 #: object.c:266 object.c:277
3102 #, c-format
3103 msgid "sha1 mismatch %s"
3104 msgstr ""
3105
3106 #: packfile.c:563
3107 msgid "offset before end of packfile (broken .idx?)"
3108 msgstr "сдвиг до конца файла пакета (возможно, повреждён файл .idx?)"
3109
3110 #: packfile.c:1745
3111 #, c-format
3112 msgid "offset before start of pack index for %s (corrupt index?)"
3113 msgstr "сдвиг до начала индекса пакета для %s (повреждён индекс?)"
3114
3115 #: packfile.c:1749
3116 #, c-format
3117 msgid "offset beyond end of pack index for %s (truncated index?)"
3118 msgstr "сдвиг за пределами индекса пакета для %s (обрезан индекс?)"
3119
3120 #: parse-options.c:672
3121 msgid "..."
3122 msgstr "…"
3123
3124 #: parse-options.c:691
3125 #, c-format
3126 msgid "usage: %s"
3127 msgstr "использование: %s"
3128
3129 #. TRANSLATORS: the colon here should align with the
3130 #. one in "usage: %s" translation.
3131 #: parse-options.c:697
3132 #, c-format
3133 msgid " or: %s"
3134 msgstr " или: %s"
3135
3136 #: parse-options.c:700
3137 #, c-format
3138 msgid " %s"
3139 msgstr " %s"
3140
3141 #: parse-options.c:739
3142 msgid "-NUM"
3143 msgstr "-КОЛИЧЕСТВО"
3144
3145 #: parse-options-cb.c:44
3146 #, c-format
3147 msgid "malformed expiration date '%s'"
3148 msgstr ""
3149
3150 #: parse-options-cb.c:112
3151 #, c-format
3152 msgid "malformed object name '%s'"
3153 msgstr "Неправильное имя объекта «%s»"
3154
3155 #: path.c:892
3156 #, c-format
3157 msgid "Could not make %s writable by group"
3158 msgstr "Не удалось предоставить доступ к %s на запись"
3159
3160 #: pathspec.c:129
3161 msgid "Escape character '\\' not allowed as last character in attr value"
3162 msgstr "Управляющий символ «\\» не разрешен как последний символ в значении attr"
3163
3164 #: pathspec.c:147
3165 msgid "Only one 'attr:' specification is allowed."
3166 msgstr "Разрешен только один спецификатор «attr:»."
3167
3168 #: pathspec.c:150
3169 msgid "attr spec must not be empty"
3170 msgstr "спецификатор attr не должен быть пустой"
3171
3172 #: pathspec.c:193
3173 #, c-format
3174 msgid "invalid attribute name %s"
3175 msgstr "недопустимое имя атрибута %s"
3176
3177 #: pathspec.c:258
3178 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
3179 msgstr "глобальные опции спецификаторов пути «glob» и «noglob» нельзя использовать одновременно"
3180
3181 #: pathspec.c:265
3182 msgid ""
3183 "global 'literal' pathspec setting is incompatible with all other global "
3184 "pathspec settings"
3185 msgstr "глобальная опция спецификатора пути «literal» не совместима с другими глобальными спецификаторами доступа"
3186
3187 #: pathspec.c:305
3188 msgid "invalid parameter for pathspec magic 'prefix'"
3189 msgstr "неправильный параметр для магического слова «prefix» в спецификаторе пути "
3190
3191 #: pathspec.c:326
3192 #, c-format
3193 msgid "Invalid pathspec magic '%.*s' in '%s'"
3194 msgstr "неправильное магическое слово «%.*s» в спецификаторе пути «%s»"
3195
3196 #: pathspec.c:331
3197 #, c-format
3198 msgid "Missing ')' at the end of pathspec magic in '%s'"
3199 msgstr "Пропущено «)» в конце магического слова спецификатора пути «%s»"
3200
3201 #: pathspec.c:369
3202 #, c-format
3203 msgid "Unimplemented pathspec magic '%c' in '%s'"
3204 msgstr "Нереализованное магическое слово «%c» спецификатора пути «%s»"
3205
3206 #: pathspec.c:428
3207 #, c-format
3208 msgid "%s: 'literal' and 'glob' are incompatible"
3209 msgstr "%s: «literal» и «glob» не совместимы"
3210
3211 #: pathspec.c:441
3212 #, c-format
3213 msgid "%s: '%s' is outside repository"
3214 msgstr "%s: «%s» вне репозитория"
3215
3216 #: pathspec.c:515
3217 #, c-format
3218 msgid "'%s' (mnemonic: '%c')"
3219 msgstr "«%s» (мнемоника: «%c»)"
3220
3221 #: pathspec.c:525
3222 #, c-format
3223 msgid "%s: pathspec magic not supported by this command: %s"
3224 msgstr "%s: магические слова в спецификаторе пути не поддерживаются командой: %s"
3225
3226 #: pathspec.c:592
3227 #, c-format
3228 msgid "pathspec '%s' is beyond a symbolic link"
3229 msgstr "спецификатор пути «%s» находится за символической ссылкой"
3230
3231 #: pkt-line.c:104
3232 msgid "flush packet write failed"
3233 msgstr ""
3234
3235 #: pkt-line.c:142 pkt-line.c:228
3236 msgid "protocol error: impossibly long line"
3237 msgstr ""
3238
3239 #: pkt-line.c:158 pkt-line.c:160
3240 msgid "packet write with format failed"
3241 msgstr ""
3242
3243 #: pkt-line.c:192
3244 msgid "packet write failed - data exceeds max packet size"
3245 msgstr ""
3246
3247 #: pkt-line.c:199 pkt-line.c:206
3248 msgid "packet write failed"
3249 msgstr ""
3250
3251 #: pkt-line.c:291
3252 msgid "read error"
3253 msgstr ""
3254
3255 #: pkt-line.c:299
3256 msgid "the remote end hung up unexpectedly"
3257 msgstr ""
3258
3259 #: pkt-line.c:327
3260 #, c-format
3261 msgid "protocol error: bad line length character: %.4s"
3262 msgstr ""
3263
3264 #: pkt-line.c:337 pkt-line.c:342
3265 #, c-format
3266 msgid "protocol error: bad line length %d"
3267 msgstr ""
3268
3269 #: pretty.c:962
3270 msgid "unable to parse --pretty format"
3271 msgstr "не удалось разобрать формат для --pretty"
3272
3273 #: range-diff.c:48
3274 msgid "could not start `log`"
3275 msgstr ""
3276
3277 #: range-diff.c:51
3278 msgid "could not read `log` output"
3279 msgstr ""
3280
3281 #: range-diff.c:66 sequencer.c:4540
3282 #, c-format
3283 msgid "could not parse commit '%s'"
3284 msgstr "не удалось разобрать коммит «%s»"
3285
3286 #: range-diff.c:196
3287 msgid "failed to generate diff"
3288 msgstr ""
3289
3290 #: range-diff.c:421 range-diff.c:423
3291 #, c-format
3292 msgid "could not parse log for '%s'"
3293 msgstr ""
3294
3295 #: read-cache.c:1579
3296 #, c-format
3297 msgid ""
3298 "index.version set, but the value is invalid.\n"
3299 "Using version %i"
3300 msgstr "index.version указан, но значение недействительное.\nИспользую версию %i"
3301
3302 #: read-cache.c:1589
3303 #, c-format
3304 msgid ""
3305 "GIT_INDEX_VERSION set, but the value is invalid.\n"
3306 "Using version %i"
3307 msgstr "GIT_INDEX_VERSION указан, но значение недействительное.\nИспользую версию %i"
3308
3309 #: read-cache.c:2580 sequencer.c:4503 wrapper.c:658 builtin/merge.c:1083
3310 #, c-format
3311 msgid "could not close '%s'"
3312 msgstr "не удалось закрыть «%s»"
3313
3314 #: read-cache.c:2653 sequencer.c:2113 sequencer.c:3374
3315 #, c-format
3316 msgid "could not stat '%s'"
3317 msgstr "не удалось выполнить stat для «%s»"
3318
3319 #: read-cache.c:2666
3320 #, c-format
3321 msgid "unable to open git dir: %s"
3322 msgstr "не удалось открыть каталог git: %s"
3323
3324 #: read-cache.c:2678
3325 #, c-format
3326 msgid "unable to unlink: %s"
3327 msgstr "не удалось отсоединить: %s"
3328
3329 #: refs.c:192
3330 #, c-format
3331 msgid "%s does not point to a valid object!"
3332 msgstr ""
3333
3334 #: refs.c:579
3335 #, c-format
3336 msgid "ignoring dangling symref %s"
3337 msgstr ""
3338
3339 #: refs.c:581 ref-filter.c:2067
3340 #, c-format
3341 msgid "ignoring broken ref %s"
3342 msgstr "игнорирую неправильную ссылку %s"
3343
3344 #: refs.c:685
3345 #, c-format
3346 msgid "could not open '%s' for writing: %s"
3347 msgstr "не удалось открыть «%s» для записи: %s"
3348
3349 #: refs.c:695 refs.c:746
3350 #, c-format
3351 msgid "could not read ref '%s'"
3352 msgstr ""
3353
3354 #: refs.c:701
3355 #, c-format
3356 msgid "ref '%s' already exists"
3357 msgstr ""
3358
3359 #: refs.c:706
3360 #, c-format
3361 msgid "unexpected object ID when writing '%s'"
3362 msgstr ""
3363
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
3366 #: wrapper.c:656
3367 #, c-format
3368 msgid "could not write to '%s'"
3369 msgstr "не удалось записать в «%s»"
3370
3371 #: refs.c:741 sequencer.c:4499 sequencer.c:4558 wrapper.c:225 wrapper.c:395
3372 #: builtin/am.c:780
3373 #, c-format
3374 msgid "could not open '%s' for writing"
3375 msgstr "не удалось открыть «%s» для записи"
3376
3377 #: refs.c:748
3378 #, c-format
3379 msgid "unexpected object ID when deleting '%s'"
3380 msgstr ""
3381
3382 #: refs.c:879
3383 #, c-format
3384 msgid "log for ref %s has gap after %s"
3385 msgstr ""
3386
3387 #: refs.c:885
3388 #, c-format
3389 msgid "log for ref %s unexpectedly ended on %s"
3390 msgstr ""
3391
3392 #: refs.c:943
3393 #, c-format
3394 msgid "log for %s is empty"
3395 msgstr ""
3396
3397 #: refs.c:1035
3398 #, c-format
3399 msgid "refusing to update ref with bad name '%s'"
3400 msgstr ""
3401
3402 #: refs.c:1111
3403 #, c-format
3404 msgid "update_ref failed for ref '%s': %s"
3405 msgstr ""
3406
3407 #: refs.c:1853
3408 #, c-format
3409 msgid "multiple updates for ref '%s' not allowed"
3410 msgstr ""
3411
3412 #: refs.c:1885
3413 msgid "ref updates forbidden inside quarantine environment"
3414 msgstr "обновление ссылок запрещено в изолированном окружении"
3415
3416 #: refs.c:1981 refs.c:2011
3417 #, c-format
3418 msgid "'%s' exists; cannot create '%s'"
3419 msgstr ""
3420
3421 #: refs.c:1987 refs.c:2022
3422 #, c-format
3423 msgid "cannot process '%s' and '%s' at the same time"
3424 msgstr ""
3425
3426 #: refs/files-backend.c:1191
3427 #, c-format
3428 msgid "could not remove reference %s"
3429 msgstr "не удалось удалить ссылки %s"
3430
3431 #: refs/files-backend.c:1205 refs/packed-backend.c:1532
3432 #: refs/packed-backend.c:1542
3433 #, c-format
3434 msgid "could not delete reference %s: %s"
3435 msgstr "не удалось удалить ссылку %s: %s"
3436
3437 #: refs/files-backend.c:1208 refs/packed-backend.c:1545
3438 #, c-format
3439 msgid "could not delete references: %s"
3440 msgstr "не удалось удалить ссылки: %s"
3441
3442 #: refspec.c:137
3443 #, c-format
3444 msgid "invalid refspec '%s'"
3445 msgstr ""
3446
3447 #: ref-filter.c:38 wt-status.c:1850
3448 msgid "gone"
3449 msgstr "исчез"
3450
3451 #: ref-filter.c:39
3452 #, c-format
3453 msgid "ahead %d"
3454 msgstr "впереди %d"
3455
3456 #: ref-filter.c:40
3457 #, c-format
3458 msgid "behind %d"
3459 msgstr "позади %d"
3460
3461 #: ref-filter.c:41
3462 #, c-format
3463 msgid "ahead %d, behind %d"
3464 msgstr "впереди %d, позади %d"
3465
3466 #: ref-filter.c:137
3467 #, c-format
3468 msgid "expected format: %%(color:<color>)"
3469 msgstr "ожидаемый формат: %%(color:<color>)"
3470
3471 #: ref-filter.c:139
3472 #, c-format
3473 msgid "unrecognized color: %%(color:%s)"
3474 msgstr "неопознанный цвет: %%(color:%s)"
3475
3476 #: ref-filter.c:161
3477 #, c-format
3478 msgid "Integer value expected refname:lstrip=%s"
3479 msgstr "Ожидается целочисленное значение refname:lstrip=%s"
3480
3481 #: ref-filter.c:165
3482 #, c-format
3483 msgid "Integer value expected refname:rstrip=%s"
3484 msgstr "Ожидается целочисленное значение refname:rstrip=%s"
3485
3486 #: ref-filter.c:167
3487 #, c-format
3488 msgid "unrecognized %%(%s) argument: %s"
3489 msgstr "неопознанный аргумент %%(%s): %s"
3490
3491 #: ref-filter.c:222
3492 #, c-format
3493 msgid "%%(objecttype) does not take arguments"
3494 msgstr ""
3495
3496 #: ref-filter.c:234
3497 #, c-format
3498 msgid "%%(objectsize) does not take arguments"
3499 msgstr ""
3500
3501 #: ref-filter.c:246
3502 #, c-format
3503 msgid "%%(body) does not take arguments"
3504 msgstr "параметр %%(body) не принимает аргументы"
3505
3506 #: ref-filter.c:255
3507 #, c-format
3508 msgid "%%(subject) does not take arguments"
3509 msgstr "параметр %%(subject) не принимает аргументы"
3510
3511 #: ref-filter.c:275
3512 #, c-format
3513 msgid "unknown %%(trailers) argument: %s"
3514 msgstr "неизвестный аргумент для %%(trailers): %s"
3515
3516 #: ref-filter.c:304
3517 #, c-format
3518 msgid "positive value expected contents:lines=%s"
3519 msgstr "положительное значение ожидает contents:lines=%s"
3520
3521 #: ref-filter.c:306
3522 #, c-format
3523 msgid "unrecognized %%(contents) argument: %s"
3524 msgstr "неопознанный аргумент %%(contents): %s"
3525
3526 #: ref-filter.c:321
3527 #, c-format
3528 msgid "positive value expected objectname:short=%s"
3529 msgstr "ожидается положительное значение objectname:short=%s"
3530
3531 #: ref-filter.c:325
3532 #, c-format
3533 msgid "unrecognized %%(objectname) argument: %s"
3534 msgstr "неопознанный аргумент %%(objectname): %s"
3535
3536 #: ref-filter.c:355
3537 #, c-format
3538 msgid "expected format: %%(align:<width>,<position>)"
3539 msgstr "ожидаемый формат: %%(align:<width>,<position>)"
3540
3541 #: ref-filter.c:367
3542 #, c-format
3543 msgid "unrecognized position:%s"
3544 msgstr "неопознанная позиция:%s"
3545
3546 #: ref-filter.c:374
3547 #, c-format
3548 msgid "unrecognized width:%s"
3549 msgstr "неопознанная ширина:%s"
3550
3551 #: ref-filter.c:383
3552 #, c-format
3553 msgid "unrecognized %%(align) argument: %s"
3554 msgstr "неопознанный аргумент %%(align): %s"
3555
3556 #: ref-filter.c:391
3557 #, c-format
3558 msgid "positive width expected with the %%(align) atom"
3559 msgstr "ожидается положительная ширина с указанием частицы %%(align)"
3560
3561 #: ref-filter.c:409
3562 #, c-format
3563 msgid "unrecognized %%(if) argument: %s"
3564 msgstr "неопознанный аргумент %%(if): %s"
3565
3566 #: ref-filter.c:505
3567 #, c-format
3568 msgid "malformed field name: %.*s"
3569 msgstr "неправильное имя поля: %.*s"
3570
3571 #: ref-filter.c:532
3572 #, c-format
3573 msgid "unknown field name: %.*s"
3574 msgstr "неизвестное имя поля: %.*s"
3575
3576 #: ref-filter.c:656
3577 #, c-format
3578 msgid "format: %%(if) atom used without a %%(then) atom"
3579 msgstr "формат: частица %%(if) использована без частицы %%(then)"
3580
3581 #: ref-filter.c:719
3582 #, c-format
3583 msgid "format: %%(then) atom used without an %%(if) atom"
3584 msgstr "формат: частица %%(then) использована без частицы %%(if)"
3585
3586 #: ref-filter.c:721
3587 #, c-format
3588 msgid "format: %%(then) atom used more than once"
3589 msgstr "формат: частица %%(then) использована более одного раза"
3590
3591 #: ref-filter.c:723
3592 #, c-format
3593 msgid "format: %%(then) atom used after %%(else)"
3594 msgstr "формат: частица %%(then) использована после %%(else)"
3595
3596 #: ref-filter.c:751
3597 #, c-format
3598 msgid "format: %%(else) atom used without an %%(if) atom"
3599 msgstr "формат: частица %%(else) использована без частицы %%(if)"
3600
3601 #: ref-filter.c:753
3602 #, c-format
3603 msgid "format: %%(else) atom used without a %%(then) atom"
3604 msgstr "формат: частица %%(else) использована без частицы %%(then)"
3605
3606 #: ref-filter.c:755
3607 #, c-format
3608 msgid "format: %%(else) atom used more than once"
3609 msgstr "формат: частица %%(else) использована более одного раза"
3610
3611 #: ref-filter.c:770
3612 #, c-format
3613 msgid "format: %%(end) atom used without corresponding atom"
3614 msgstr "формат: частица %%(end) использована без соответствующей частицы"
3615
3616 #: ref-filter.c:827
3617 #, c-format
3618 msgid "malformed format string %s"
3619 msgstr "неправильная строка формата %s"
3620
3621 #: ref-filter.c:1416
3622 #, c-format
3623 msgid "(no branch, rebasing %s)"
3624 msgstr "(нет ветки, перемещение %s)"
3625
3626 #: ref-filter.c:1419
3627 #, c-format
3628 msgid "(no branch, rebasing detached HEAD %s)"
3629 msgstr "(нет ветки перемещение отделённого HEAD %s)"
3630
3631 #: ref-filter.c:1422
3632 #, c-format
3633 msgid "(no branch, bisect started on %s)"
3634 msgstr "(нет ветки, двоичный поиск начат на %s)"
3635
3636 #. TRANSLATORS: make sure this matches "HEAD
3637 #. detached at " in wt-status.c
3638 #: ref-filter.c:1430
3639 #, c-format
3640 msgid "(HEAD detached at %s)"
3641 msgstr "(HEAD отделён на %s)"
3642
3643 #. TRANSLATORS: make sure this matches "HEAD
3644 #. detached from " in wt-status.c
3645 #: ref-filter.c:1437
3646 #, c-format
3647 msgid "(HEAD detached from %s)"
3648 msgstr "(HEAD отделён начиная с %s)"
3649
3650 #: ref-filter.c:1441
3651 msgid "(no branch)"
3652 msgstr "(нет ветки)"
3653
3654 #: ref-filter.c:1475 ref-filter.c:1623
3655 #, c-format
3656 msgid "missing object %s for %s"
3657 msgstr "не найден объект %s для %s"
3658
3659 #: ref-filter.c:1483
3660 #, c-format
3661 msgid "parse_object_buffer failed on %s for %s"
3662 msgstr "сбой при выполнении parse_object_buffer на %s для %s"
3663
3664 #: ref-filter.c:1980
3665 #, c-format
3666 msgid "malformed object at '%s'"
3667 msgstr "Повреждённый объект «%s»"
3668
3669 #: ref-filter.c:2062
3670 #, c-format
3671 msgid "ignoring ref with broken name %s"
3672 msgstr "игнорирую ссылку с неправильным именем %s"
3673
3674 #: ref-filter.c:2340
3675 #, c-format
3676 msgid "format: %%(end) atom missing"
3677 msgstr "format: пропущена частица %%(end)"
3678
3679 #: ref-filter.c:2444
3680 #, c-format
3681 msgid "malformed object name %s"
3682 msgstr "неправильное имя объекта %s"
3683
3684 #: remote.c:606
3685 #, c-format
3686 msgid "Cannot fetch both %s and %s to %s"
3687 msgstr "Нельзя извлечь одновременно %s и %s в %s"
3688
3689 #: remote.c:610
3690 #, c-format
3691 msgid "%s usually tracks %s, not %s"
3692 msgstr "%s обычно отслеживает %s, а не %s"
3693
3694 #: remote.c:614
3695 #, c-format
3696 msgid "%s tracks both %s and %s"
3697 msgstr "%s отслеживает и %s и %s"
3698
3699 #: remote.c:622
3700 msgid "Internal error"
3701 msgstr "Внутренняя ошибка"
3702
3703 #: remote.c:1536 remote.c:1637
3704 msgid "HEAD does not point to a branch"
3705 msgstr "HEAD не указывает на ветку"
3706
3707 #: remote.c:1545
3708 #, c-format
3709 msgid "no such branch: '%s'"
3710 msgstr "нет такой ветки: «%s»"
3711
3712 #: remote.c:1548
3713 #, c-format
3714 msgid "no upstream configured for branch '%s'"
3715 msgstr "вышестоящая ветка не настроена для ветки «%s»"
3716
3717 #: remote.c:1554
3718 #, c-format
3719 msgid "upstream branch '%s' not stored as a remote-tracking branch"
3720 msgstr "вышестоящая ветка «%s» не сохранена как отслеживаемая ветка"
3721
3722 #: remote.c:1569
3723 #, c-format
3724 msgid "push destination '%s' on remote '%s' has no local tracking branch"
3725 msgstr "назначение для отправки «%s» на внешнем сервере «%s» не имеет локальной отслеживаемой ветки"
3726
3727 #: remote.c:1581
3728 #, c-format
3729 msgid "branch '%s' has no remote for pushing"
3730 msgstr "ветка «%s» не имеет внешнего сервера для отправки"
3731
3732 #: remote.c:1591
3733 #, c-format
3734 msgid "push refspecs for '%s' do not include '%s'"
3735 msgstr "спецификаторы пути для отправки «%s» не включают в себя «%s»"
3736
3737 #: remote.c:1604
3738 msgid "push has no destination (push.default is 'nothing')"
3739 msgstr "отправка не имеет точки назначения (push.default выставлен в «nothing»)"
3740
3741 #: remote.c:1626
3742 msgid "cannot resolve 'simple' push to a single destination"
3743 msgstr "не удалось выполнить «simple» отправку в единственную точку назначения"
3744
3745 #: remote.c:1951
3746 #, c-format
3747 msgid "Your branch is based on '%s', but the upstream is gone.\n"
3748 msgstr "Ваша ветка базируется на «%s», но вышестоящий репозиторий исчез.\n"
3749
3750 #: remote.c:1955
3751 msgid " (use \"git branch --unset-upstream\" to fixup)\n"
3752 msgstr "(для исправления запустите «git branch --unset-upstream»)\n"
3753
3754 #: remote.c:1958
3755 #, c-format
3756 msgid "Your branch is up to date with '%s'.\n"
3757 msgstr "Ваша ветка обновлена в соответствии с «%s».\n"
3758
3759 #: remote.c:1962
3760 #, c-format
3761 msgid "Your branch and '%s' refer to different commits.\n"
3762 msgstr "Ваша ветка и «%s» указывают на разные коммиты.\n"
3763
3764 #: remote.c:1965
3765 #, c-format
3766 msgid " (use \"%s\" for details)\n"
3767 msgstr " (используйте «%s» для просмотра описания)\n"
3768
3769 #: remote.c:1969
3770 #, c-format
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"
3777
3778 #: remote.c:1975
3779 msgid " (use \"git push\" to publish your local commits)\n"
3780 msgstr " (используйте «git push», чтобы опубликовать ваши локальные коммиты)\n"
3781
3782 #: remote.c:1978
3783 #, c-format
3784 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
3785 msgid_plural ""
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"
3791
3792 #: remote.c:1986
3793 msgid " (use \"git pull\" to update your local branch)\n"
3794 msgstr " (используйте «git pull», чтобы обновить вашу локальную ветку)\n"
3795
3796 #: remote.c:1989
3797 #, c-format
3798 msgid ""
3799 "Your branch and '%s' have diverged,\n"
3800 "and have %d and %d different commit each, respectively.\n"
3801 msgid_plural ""
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"
3808
3809 #: remote.c:1999
3810 msgid " (use \"git pull\" to merge the remote branch into yours)\n"
3811 msgstr " (используйте «git pull», чтобы слить внешнюю ветку в вашу)\n"
3812
3813 #: replace-object.c:20
3814 #, c-format
3815 msgid "bad replace ref name: %s"
3816 msgstr ""
3817
3818 #: replace-object.c:29
3819 #, c-format
3820 msgid "duplicate replace ref: %s"
3821 msgstr ""
3822
3823 #: replace-object.c:72
3824 #, c-format
3825 msgid "replace depth too high for object %s"
3826 msgstr ""
3827
3828 #: revision.c:2305
3829 msgid "your current branch appears to be broken"
3830 msgstr "похоже, ваша текущая ветка повреждена"
3831
3832 #: revision.c:2308
3833 #, c-format
3834 msgid "your current branch '%s' does not have any commits yet"
3835 msgstr "ваша текущая ветка «%s» еще не содержит ни одного коммита"
3836
3837 #: revision.c:2505
3838 msgid "--first-parent is incompatible with --bisect"
3839 msgstr "опцию --first-parent нельзя использовать одновременно с --bisect"
3840
3841 #: run-command.c:728
3842 msgid "open /dev/null failed"
3843 msgstr "сбой открытия /dev/null"
3844
3845 #: run-command.c:1271
3846 #, c-format
3847 msgid ""
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»."
3851
3852 #: send-pack.c:142
3853 msgid "unexpected flush packet while reading remote unpack status"
3854 msgstr "неожиданный пустой пакет при чтении статуса внешней распаковки"
3855
3856 #: send-pack.c:144
3857 #, c-format
3858 msgid "unable to parse remote unpack status: %s"
3859 msgstr "не удалось разобрать статус внешней распаковки: %s"
3860
3861 #: send-pack.c:146
3862 #, c-format
3863 msgid "remote unpack failed: %s"
3864 msgstr "сбой при внешней распаковке %s"
3865
3866 #: send-pack.c:309
3867 msgid "failed to sign the push certificate"
3868 msgstr "сбой подписания сертификата отправки"
3869
3870 #: send-pack.c:422
3871 msgid "the receiving end does not support --signed push"
3872 msgstr "принимающая сторона не поддерживает отправку с опцией --signed"
3873
3874 #: send-pack.c:424
3875 msgid ""
3876 "not sending a push certificate since the receiving end does not support "
3877 "--signed push"
3878 msgstr "не отправляем сертификат для отправки, так как принимающая сторона не поддерживает отправку с опцией --signed"
3879
3880 #: send-pack.c:436
3881 msgid "the receiving end does not support --atomic push"
3882 msgstr "принимающая сторона не поддерживает отправку с опцией --atomic"
3883
3884 #: send-pack.c:441
3885 msgid "the receiving end does not support push options"
3886 msgstr "принимающая сторона не поддерживает отправку с опциями"
3887
3888 #: sequencer.c:177
3889 #, c-format
3890 msgid "invalid commit message cleanup mode '%s'"
3891 msgstr "неправильный режим очистки сообщения коммита «%s»"
3892
3893 #: sequencer.c:278
3894 #, c-format
3895 msgid "could not delete '%s'"
3896 msgstr "не удалось удалить «%s»"
3897
3898 #: sequencer.c:304
3899 msgid "revert"
3900 msgstr "обратить изменения"
3901
3902 #: sequencer.c:306
3903 msgid "cherry-pick"
3904 msgstr "копировать коммит"
3905
3906 #: sequencer.c:308
3907 msgid "rebase -i"
3908 msgstr "rebase -i"
3909
3910 #: sequencer.c:310
3911 #, c-format
3912 msgid "unknown action: %d"
3913 msgstr ""
3914
3915 #: sequencer.c:367
3916 msgid ""
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 <пути>»"
3920
3921 #: sequencer.c:370
3922 msgid ""
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»"
3927
3928 #: sequencer.c:383 sequencer.c:2488
3929 #, c-format
3930 msgid "could not lock '%s'"
3931 msgstr "не удалось заблокировать «%s»"
3932
3933 #: sequencer.c:390
3934 #, c-format
3935 msgid "could not write eol to '%s'"
3936 msgstr "не удалось записать eol в «%s»"
3937
3938 #: sequencer.c:395 sequencer.c:2371 sequencer.c:2494 sequencer.c:2508
3939 #: sequencer.c:2741
3940 #, c-format
3941 msgid "failed to finalize '%s'"
3942 msgstr "не удалось завершить «%s»"
3943
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
3947 #, c-format
3948 msgid "could not read '%s'"
3949 msgstr "не удалось прочитать «%s»"
3950
3951 #: sequencer.c:444
3952 #, c-format
3953 msgid "your local changes would be overwritten by %s."
3954 msgstr "ваши локальные изменения будут перезаписаны %s."
3955
3956 #: sequencer.c:448
3957 msgid "commit your changes or stash them to proceed."
3958 msgstr "для продолжения закоммитьте ваши изменения или спрячьте их."
3959
3960 #: sequencer.c:477
3961 #, c-format
3962 msgid "%s: fast-forward"
3963 msgstr "%s: перемотка вперед"
3964
3965 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
3966 #. "rebase -i".
3967 #: sequencer.c:566
3968 #, c-format
3969 msgid "%s: Unable to write new index file"
3970 msgstr "%s: Не удалось записать файл индекса"
3971
3972 #: sequencer.c:582
3973 msgid "unable to update cache tree"
3974 msgstr "не удалось обновить дерево кэша"
3975
3976 #: sequencer.c:595
3977 msgid "could not resolve HEAD commit"
3978 msgstr "не удалось распознать HEAD коммит"
3979
3980 #: sequencer.c:723
3981 #, c-format
3982 msgid "could not parse '%s' (looking for '%s'"
3983 msgstr ""
3984
3985 #: sequencer.c:731
3986 #, c-format
3987 msgid "bad quoting on %s value in '%s'"
3988 msgstr ""
3989
3990 #: sequencer.c:740
3991 #, c-format
3992 msgid "could not parse '%s' (looking for '%s')"
3993 msgstr ""
3994
3995 #: sequencer.c:747
3996 #, c-format
3997 msgid "invalid date format '%s' in '%s'"
3998 msgstr ""
3999
4000 #: sequencer.c:761
4001 #, c-format
4002 msgid ""
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"
4005 "\n"
4006 " git commit --amend %s\n"
4007 "\n"
4008 "If they are meant to go into a new commit, run:\n"
4009 "\n"
4010 " git commit %s\n"
4011 "\n"
4012 "In both cases, once you're done, continue with:\n"
4013 "\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"
4016
4017 #: sequencer.c:830
4018 msgid "writing root commit"
4019 msgstr "запись коневого коммита"
4020
4021 #: sequencer.c:1055
4022 msgid "'prepare-commit-msg' hook failed"
4023 msgstr "ошибка при вызове перехватчика «prepare-commit-msg»"
4024
4025 #: sequencer.c:1062
4026 msgid ""
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"
4032 "\n"
4033 " git config --global --edit\n"
4034 "\n"
4035 "After doing this, you may fix the identity used for this commit with:\n"
4036 "\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"
4039
4040 #: sequencer.c:1075
4041 msgid ""
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"
4045 "\n"
4046 " git config --global user.name \"Your Name\"\n"
4047 " git config --global user.email you@example.com\n"
4048 "\n"
4049 "After doing this, you may fix the identity used for this commit with:\n"
4050 "\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"
4053
4054 #: sequencer.c:1115
4055 msgid "couldn't look up newly created commit"
4056 msgstr "нельзя запросить новосозданный коммит"
4057
4058 #: sequencer.c:1117
4059 msgid "could not parse newly created commit"
4060 msgstr "нельзя разобрать новосозданный коммит"
4061
4062 #: sequencer.c:1163
4063 msgid "unable to resolve HEAD after creating commit"
4064 msgstr "не удалось найти HEAD после создания коммита"
4065
4066 #: sequencer.c:1165
4067 msgid "detached HEAD"
4068 msgstr "отделённый HEAD"
4069
4070 #: sequencer.c:1169
4071 msgid " (root-commit)"
4072 msgstr " (корневой коммит)"
4073
4074 #: sequencer.c:1190
4075 msgid "could not parse HEAD"
4076 msgstr "не удалось разобрать HEAD"
4077
4078 #: sequencer.c:1192
4079 #, c-format
4080 msgid "HEAD %s is not a commit!"
4081 msgstr "HEAD %s не является коммитом!"
4082
4083 #: sequencer.c:1196 builtin/commit.c:1528
4084 msgid "could not parse HEAD commit"
4085 msgstr "не удалось разобрать HEAD коммит"
4086
4087 #: sequencer.c:1247 sequencer.c:1845
4088 msgid "unable to parse commit author"
4089 msgstr "не удалось разобрать автора коммита"
4090
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 не удалось записать дерево"
4094
4095 #: sequencer.c:1274 sequencer.c:1329
4096 #, c-format
4097 msgid "unable to read commit message from '%s'"
4098 msgstr "не удалось прочитать сообщение коммита из «%s»"
4099
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 "сбой записи объекта коммита"
4104
4105 #: sequencer.c:1356
4106 #, c-format
4107 msgid "could not parse commit %s"
4108 msgstr "не удалось разобрать коммит %s"
4109
4110 #: sequencer.c:1361
4111 #, c-format
4112 msgid "could not parse parent commit %s"
4113 msgstr "не удалось разобрать родительский коммит %s"
4114
4115 #: sequencer.c:1457 sequencer.c:1565
4116 #, c-format
4117 msgid "unknown command: %d"
4118 msgstr "неизвестная команда: %d"
4119
4120 #: sequencer.c:1512 sequencer.c:1537
4121 #, c-format
4122 msgid "This is a combination of %d commits."
4123 msgstr "Это объединение %d коммитов."
4124
4125 #: sequencer.c:1522 sequencer.c:4520
4126 msgid "need a HEAD to fixup"
4127 msgstr "нужен HEAD для исправления"
4128
4129 #: sequencer.c:1524 sequencer.c:2768
4130 msgid "could not read HEAD"
4131 msgstr "не удалось прочитать HEAD"
4132
4133 #: sequencer.c:1526
4134 msgid "could not read HEAD's commit message"
4135 msgstr "не удалось прочитать сообщение коммита текущего HEAD"
4136
4137 #: sequencer.c:1532
4138 #, c-format
4139 msgid "cannot write '%s'"
4140 msgstr "не удалось записать «%s»"
4141
4142 #: sequencer.c:1539 git-rebase--preserve-merges.sh:441
4143 msgid "This is the 1st commit message:"
4144 msgstr "Это 1-е сообщение коммита:"
4145
4146 #: sequencer.c:1547
4147 #, c-format
4148 msgid "could not read commit message of %s"
4149 msgstr "не удалось прочитать сообщение коммита для %s"
4150
4151 #: sequencer.c:1554
4152 #, c-format
4153 msgid "This is the commit message #%d:"
4154 msgstr "Это сообщение коммита номер #%d:"
4155
4156 #: sequencer.c:1560
4157 #, c-format
4158 msgid "The commit message #%d will be skipped:"
4159 msgstr "Сообщение коммита номер #%d будет пропущено:"
4160
4161 #: sequencer.c:1643
4162 msgid "your index file is unmerged."
4163 msgstr "ваш индекс не слит."
4164
4165 #: sequencer.c:1650
4166 msgid "cannot fixup root commit"
4167 msgstr "нельзя исправить корневой коммит"
4168
4169 #: sequencer.c:1669
4170 #, c-format
4171 msgid "commit %s is a merge but no -m option was given."
4172 msgstr "коммит %s — это коммит-слияние, но опция -m не указана."
4173
4174 #: sequencer.c:1677
4175 #, c-format
4176 msgid "commit %s does not have parent %d"
4177 msgstr "у коммита %s нет предка %d"
4178
4179 #: sequencer.c:1681
4180 #, c-format
4181 msgid "mainline was specified but commit %s is not a merge."
4182 msgstr "основная ветка указана, но коммит %s не является слиянием."
4183
4184 #: sequencer.c:1687
4185 #, c-format
4186 msgid "cannot get commit message for %s"
4187 msgstr "не удалось получить сообщение коммита для %s"
4188
4189 #. TRANSLATORS: The first %s will be a "todo" command like
4190 #. "revert" or "pick", the second %s a SHA1.
4191 #: sequencer.c:1706
4192 #, c-format
4193 msgid "%s: cannot parse parent commit %s"
4194 msgstr "%s: не удалось разобрать родительский коммит для %s"
4195
4196 #: sequencer.c:1771
4197 #, c-format
4198 msgid "could not rename '%s' to '%s'"
4199 msgstr "не удалось переименовать «%s» в «%s»"
4200
4201 #: sequencer.c:1826
4202 #, c-format
4203 msgid "could not revert %s... %s"
4204 msgstr "не удалось обратить изменения коммита %s… %s"
4205
4206 #: sequencer.c:1827
4207 #, c-format
4208 msgid "could not apply %s... %s"
4209 msgstr "не удалось применить коммит %s… %s"
4210
4211 #: sequencer.c:1885
4212 #, c-format
4213 msgid "git %s: failed to read the index"
4214 msgstr "git %s: сбой чтения индекса"
4215
4216 #: sequencer.c:1892
4217 #, c-format
4218 msgid "git %s: failed to refresh the index"
4219 msgstr "git %s: сбой обновления индекса"
4220
4221 #: sequencer.c:1972
4222 #, c-format
4223 msgid "%s does not accept arguments: '%s'"
4224 msgstr "параметр %s не принимает аргументы: «%s»"
4225
4226 #: sequencer.c:1981
4227 #, c-format
4228 msgid "missing arguments for %s"
4229 msgstr "пропущены аргументы для %s"
4230
4231 #: sequencer.c:2040
4232 #, c-format
4233 msgid "invalid line %d: %.*s"
4234 msgstr "неправильная строка %d: %.*s"
4235
4236 #: sequencer.c:2048
4237 #, c-format
4238 msgid "cannot '%s' without a previous commit"
4239 msgstr "нельзя выполнить «%s» без указания предыдущего коммита"
4240
4241 #: sequencer.c:2096 sequencer.c:4277 sequencer.c:4333
4242 #, c-format
4243 msgid "could not read '%s'."
4244 msgstr "не удалось прочитать «%s»."
4245
4246 #: sequencer.c:2119
4247 msgid "please fix this using 'git rebase --edit-todo'."
4248 msgstr "пожалуйста исправьте это с помощью «git rebase --edit-todo»."
4249
4250 #: sequencer.c:2121
4251 #, c-format
4252 msgid "unusable instruction sheet: '%s'"
4253 msgstr "непригодная для использования карта с инструкциями: «%s»"
4254
4255 #: sequencer.c:2126
4256 msgid "no commits parsed."
4257 msgstr "коммиты не разобраны."
4258
4259 #: sequencer.c:2137
4260 msgid "cannot cherry-pick during a revert."
4261 msgstr "нельзя скопировать коммит во время процесса обращения коммита."
4262
4263 #: sequencer.c:2139
4264 msgid "cannot revert during a cherry-pick."
4265 msgstr "нельзя обратить изменения коммита во время копирования коммита."
4266
4267 #: sequencer.c:2209
4268 #, c-format
4269 msgid "invalid value for %s: %s"
4270 msgstr "неправильное значение %s: %s"
4271
4272 #: sequencer.c:2285
4273 msgid "unusable squash-onto"
4274 msgstr "непригодный для использования уплотнить-над"
4275
4276 #: sequencer.c:2301
4277 #, c-format
4278 msgid "malformed options sheet: '%s'"
4279 msgstr "испорченная карта с опциями: «%s»"
4280
4281 #: sequencer.c:2335 sequencer.c:3775
4282 msgid "empty commit set passed"
4283 msgstr "передан пустой набор коммитов"
4284
4285 #: sequencer.c:2343
4286 msgid "a cherry-pick or revert is already in progress"
4287 msgstr "копирование или обращение изменений коммита уже выполняются"
4288
4289 #: sequencer.c:2344
4290 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
4291 msgstr "попробуйте «git cherry-pick (--continue | --quit | --abort)»"
4292
4293 #: sequencer.c:2347
4294 #, c-format
4295 msgid "could not create sequencer directory '%s'"
4296 msgstr "не удалось создать каталог для указателя следования коммитов «%s»"
4297
4298 #: sequencer.c:2361
4299 msgid "could not lock HEAD"
4300 msgstr "не удалось заблокировать HEAD"
4301
4302 #: sequencer.c:2416 sequencer.c:3543
4303 msgid "no cherry-pick or revert in progress"
4304 msgstr "копирование или обращение изменений коммита уже выполняются"
4305
4306 #: sequencer.c:2418
4307 msgid "cannot resolve HEAD"
4308 msgstr "не удалось определить HEAD"
4309
4310 #: sequencer.c:2420 sequencer.c:2455
4311 msgid "cannot abort from a branch yet to be born"
4312 msgstr "нельзя отменить изменения с ветки, которая еще не создана"
4313
4314 #: sequencer.c:2441 builtin/grep.c:721
4315 #, c-format
4316 msgid "cannot open '%s'"
4317 msgstr "не удалось открыть «%s»"
4318
4319 #: sequencer.c:2443
4320 #, c-format
4321 msgid "cannot read '%s': %s"
4322 msgstr "не удалось прочитать «%s»: %s"
4323
4324 #: sequencer.c:2444
4325 msgid "unexpected end of file"
4326 msgstr "неожиданный конец файла"
4327
4328 #: sequencer.c:2450
4329 #, c-format
4330 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
4331 msgstr "сохраненный файл с HEAD перед копированием коммита «%s» поврежден"
4332
4333 #: sequencer.c:2461
4334 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
4335 msgstr "Похоже, что вы переместили HEAD. Перемотка не выполняется, проверьте свой указатель HEAD!"
4336
4337 #: sequencer.c:2565 sequencer.c:3461
4338 #, c-format
4339 msgid "could not update %s"
4340 msgstr "не удалось обновить %s"
4341
4342 #: sequencer.c:2603 sequencer.c:3441
4343 msgid "cannot read HEAD"
4344 msgstr "не удалось прочитать HEAD"
4345
4346 #: sequencer.c:2618
4347 #, c-format
4348 msgid "unable to copy '%s' to '%s'"
4349 msgstr ""
4350
4351 #: sequencer.c:2626
4352 #, c-format
4353 msgid ""
4354 "You can amend the commit now, with\n"
4355 "\n"
4356 " git commit --amend %s\n"
4357 "\n"
4358 "Once you are satisfied with your changes, run\n"
4359 "\n"
4360 " git rebase --continue\n"
4361 msgstr ""
4362
4363 #: sequencer.c:2636
4364 #, c-format
4365 msgid "Could not apply %s... %.*s"
4366 msgstr ""
4367
4368 #: sequencer.c:2643
4369 #, c-format
4370 msgid "Could not merge %.*s"
4371 msgstr ""
4372
4373 #: sequencer.c:2654 sequencer.c:2658 builtin/difftool.c:640
4374 #, c-format
4375 msgid "could not copy '%s' to '%s'"
4376 msgstr "не удалось скопировать «%s» в «%s»"
4377
4378 #: sequencer.c:2680 sequencer.c:3095
4379 msgid "could not read index"
4380 msgstr "не удалось прочитать индекс"
4381
4382 #: sequencer.c:2685
4383 #, c-format
4384 msgid ""
4385 "execution failed: %s\n"
4386 "%sYou can fix the problem, and then run\n"
4387 "\n"
4388 " git rebase --continue\n"
4389 "\n"
4390 msgstr "ошибка выполнения: %s\n%sВы можете исправить ошибку, а затем запустить\n\n git rebase --continue\n\n"
4391
4392 #: sequencer.c:2691
4393 msgid "and made changes to the index and/or the working tree\n"
4394 msgstr "и были сделаны изменения в индексе и/или в рабочем каталоге\n"
4395
4396 #: sequencer.c:2697
4397 #, c-format
4398 msgid ""
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"
4402 "\n"
4403 " git rebase --continue\n"
4404 "\n"
4405 msgstr "успешное выполнение: %s\nно остались изменения в индексе и/или в рабочем каталоге\nСделайте коммит или спрячьте ваши изменения, а затем выполните\n\n git rebase --continue\n\n"
4406
4407 #: sequencer.c:2758
4408 #, c-format
4409 msgid "illegal label name: '%.*s'"
4410 msgstr ""
4411
4412 #: sequencer.c:2810
4413 msgid "writing fake root commit"
4414 msgstr "запись поддельного корневого коммита"
4415
4416 #: sequencer.c:2815
4417 msgid "writing squash-onto"
4418 msgstr "запить уплотнить-над"
4419
4420 #: sequencer.c:2850
4421 #, c-format
4422 msgid "failed to find tree of %s"
4423 msgstr "не удалось найти дерево для %s"
4424
4425 #: sequencer.c:2868
4426 msgid "could not write index"
4427 msgstr "не удалось записать индекс"
4428
4429 #: sequencer.c:2895
4430 #, c-format
4431 msgid "could not resolve '%s'"
4432 msgstr "не удалось распознать «%s»"
4433
4434 #: sequencer.c:2921
4435 msgid "cannot merge without a current revision"
4436 msgstr "нельзя слить без текущей редакции"
4437
4438 #: sequencer.c:2943
4439 #, c-format
4440 msgid "unable to parse '%.*s'"
4441 msgstr ""
4442
4443 #: sequencer.c:2952
4444 #, c-format
4445 msgid "nothing to merge: '%.*s'"
4446 msgstr ""
4447
4448 #: sequencer.c:2964
4449 msgid "octopus merge cannot be executed on top of a [new root]"
4450 msgstr ""
4451
4452 #: sequencer.c:2979
4453 #, c-format
4454 msgid "could not get commit message of '%s'"
4455 msgstr "не удалось получить сообщение коммита для «%s»"
4456
4457 #: sequencer.c:2989 sequencer.c:3015
4458 #, c-format
4459 msgid "could not write '%s'"
4460 msgstr "не удалось записать «%s»"
4461
4462 #: sequencer.c:3127
4463 #, c-format
4464 msgid "could not even attempt to merge '%.*s'"
4465 msgstr "не удалось даже попытаться слить «%.*s»"
4466
4467 #: sequencer.c:3143
4468 msgid "merge: Unable to write new index file"
4469 msgstr "слияние: Не удалось записать файл индекса"
4470
4471 #: sequencer.c:3211
4472 #, c-format
4473 msgid "Applied autostash.\n"
4474 msgstr "Применены автоматически спрятанные изменения.\n"
4475
4476 #: sequencer.c:3223
4477 #, c-format
4478 msgid "cannot store %s"
4479 msgstr "не удалось сохранить %s"
4480
4481 #: sequencer.c:3226 git-rebase.sh:188
4482 #, c-format
4483 msgid ""
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"
4488
4489 #: sequencer.c:3257
4490 #, c-format
4491 msgid ""
4492 "Could not execute the todo command\n"
4493 "\n"
4494 " %.*s\n"
4495 "It has been rescheduled; To edit the command before continuing, please\n"
4496 "edit the todo list first:\n"
4497 "\n"
4498 " git rebase --edit-todo\n"
4499 " git rebase --continue\n"
4500 msgstr ""
4501
4502 #: sequencer.c:3325
4503 #, c-format
4504 msgid "Stopped at %s... %.*s\n"
4505 msgstr "Остановлено на %s … %.*s\n"
4506
4507 #: sequencer.c:3404
4508 #, c-format
4509 msgid "unknown command %d"
4510 msgstr "неизвестная команда %d"
4511
4512 #: sequencer.c:3449
4513 msgid "could not read orig-head"
4514 msgstr "не удалось прочитать orig-head"
4515
4516 #: sequencer.c:3454 sequencer.c:4517
4517 msgid "could not read 'onto'"
4518 msgstr "не удалось прочитать «onto»"
4519
4520 #: sequencer.c:3468
4521 #, c-format
4522 msgid "could not update HEAD to %s"
4523 msgstr "не удалось обновить HEAD на %s"
4524
4525 #: sequencer.c:3554
4526 msgid "cannot rebase: You have unstaged changes."
4527 msgstr "не удалось выполнить перемещение коммитов: У вас есть непроиндексированные изменения."
4528
4529 #: sequencer.c:3563
4530 msgid "cannot amend non-existing commit"
4531 msgstr "не удалось исправить несуществующий коммит"
4532
4533 #: sequencer.c:3565
4534 #, c-format
4535 msgid "invalid file: '%s'"
4536 msgstr "недопустимый файл: «%s»"
4537
4538 #: sequencer.c:3567
4539 #, c-format
4540 msgid "invalid contents: '%s'"
4541 msgstr "недопустимое содержимое: «%s»"
4542
4543 #: sequencer.c:3570
4544 msgid ""
4545 "\n"
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» снова."
4549
4550 #: sequencer.c:3595 sequencer.c:3633
4551 #, c-format
4552 msgid "could not write file: '%s'"
4553 msgstr ""
4554
4555 #: sequencer.c:3648
4556 msgid "could not remove CHERRY_PICK_HEAD"
4557 msgstr "не удалось удалить CHERRY_PICK_HEAD"
4558
4559 #: sequencer.c:3655
4560 msgid "could not commit staged changes."
4561 msgstr "не удалось закоммитить проиндексированные изменения."
4562
4563 #: sequencer.c:3752
4564 #, c-format
4565 msgid "%s: can't cherry-pick a %s"
4566 msgstr "%s: не удалось скопировать коммит %s"
4567
4568 #: sequencer.c:3756
4569 #, c-format
4570 msgid "%s: bad revision"
4571 msgstr "%s: плохая редакция"
4572
4573 #: sequencer.c:3791
4574 msgid "can't revert as initial commit"
4575 msgstr "нельзя возвратить изначальный коммит"
4576
4577 #: sequencer.c:4238
4578 msgid "make_script: unhandled options"
4579 msgstr "make_script: не обработанные опции"
4580
4581 #: sequencer.c:4241
4582 msgid "make_script: error preparing revisions"
4583 msgstr "make_script: ошибка при обновлении редакций"
4584
4585 #: sequencer.c:4281 sequencer.c:4337
4586 #, c-format
4587 msgid "unusable todo list: '%s'"
4588 msgstr "непригодный для использования список дел: «%s»"
4589
4590 #: sequencer.c:4396
4591 #, c-format
4592 msgid ""
4593 "unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
4594 msgstr "нераспознанная настройка %s для опции rebase.missingCommitsCheck. Игнорирую."
4595
4596 #: sequencer.c:4466
4597 #, c-format
4598 msgid ""
4599 "Warning: some commits may have been dropped accidentally.\n"
4600 "Dropped commits (newer to older):\n"
4601 msgstr "Внимание: некоторые коммиты могли быть отброшены по ошибке.\nОтброшенные коммиты (от новых к старым):\n"
4602
4603 #: sequencer.c:4473
4604 #, c-format
4605 msgid ""
4606 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
4607 "\n"
4608 "Use 'git config rebase.missingCommitsCheck' to change the level of warnings.\n"
4609 "The possible behaviours are: ignore, warn, error.\n"
4610 "\n"
4611 msgstr "Для избежания этого сообщения, используйте «drop» чтобы явно удалить коммит.\n\nИспользуйте опцию «git config rebase.missingCommitsCheck» для изменения количества предупреждений.\nВозможные значения: ignore, warn, error.\n\n"
4612
4613 #: sequencer.c:4486
4614 #, c-format
4615 msgid ""
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"
4619
4620 #: sequencer.c:4660
4621 msgid "the script was already rearranged."
4622 msgstr "сценарий уже был перестроен."
4623
4624 #: setup.c:123
4625 #, c-format
4626 msgid "'%s' is outside repository"
4627 msgstr "«%s» вне репозитория"
4628
4629 #: setup.c:172
4630 #, c-format
4631 msgid ""
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 <команда> -- <путь>…» для указания путей, которые не существуют локально."
4635
4636 #: setup.c:185
4637 #, c-format
4638 msgid ""
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 <команда> [<редакция>…] -- [<файл>…]»"
4643
4644 #: setup.c:234
4645 #, c-format
4646 msgid "option '%s' must come before non-option arguments"
4647 msgstr ""
4648
4649 #: setup.c:253
4650 #, c-format
4651 msgid ""
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 <команда> [<редакция>…] -- [<файл>…]»"
4656
4657 #: setup.c:389
4658 msgid "unable to set up work tree using invalid config"
4659 msgstr ""
4660
4661 #: setup.c:393
4662 msgid "this operation must be run in a work tree"
4663 msgstr ""
4664
4665 #: setup.c:503
4666 #, c-format
4667 msgid "Expected git repo version <= %d, found %d"
4668 msgstr "Ожидаемая версия git репозитория <= %d, а обнаружена %d"
4669
4670 #: setup.c:511
4671 msgid "unknown repository extensions found:"
4672 msgstr "обнаружены неизвестные расширения репозитория:"
4673
4674 #: setup.c:530
4675 #, c-format
4676 msgid "error opening '%s'"
4677 msgstr "ошибка открытия «%s»"
4678
4679 #: setup.c:532
4680 #, c-format
4681 msgid "too large to be a .git file: '%s'"
4682 msgstr "файл слишком большой как для .git файла: «%s»"
4683
4684 #: setup.c:534
4685 #, c-format
4686 msgid "error reading %s"
4687 msgstr "ошибка чтения %s"
4688
4689 #: setup.c:536
4690 #, c-format
4691 msgid "invalid gitfile format: %s"
4692 msgstr "неправильный формат файла gitfile: %s"
4693
4694 #: setup.c:538
4695 #, c-format
4696 msgid "no path in gitfile: %s"
4697 msgstr "нет пути в gitfile: %s"
4698
4699 #: setup.c:540
4700 #, c-format
4701 msgid "not a git repository: %s"
4702 msgstr "не является репозиторием git: %s"
4703
4704 #: setup.c:639
4705 #, c-format
4706 msgid "'$%s' too big"
4707 msgstr "«$%s» слишком большой"
4708
4709 #: setup.c:653
4710 #, c-format
4711 msgid "not a git repository: '%s'"
4712 msgstr "не является репозиторием git: «%s»"
4713
4714 #: setup.c:682 setup.c:684 setup.c:715
4715 #, c-format
4716 msgid "cannot chdir to '%s'"
4717 msgstr "не удалось выполнить chdir в «%s»"
4718
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"
4722
4723 #: setup.c:813
4724 #, c-format
4725 msgid "not a git repository (or any of the parent directories): %s"
4726 msgstr "не найден git репозиторий (или один из родительских каталогов): %s"
4727
4728 #: setup.c:824
4729 #, c-format
4730 msgid "failed to stat '%*s%s%s'"
4731 msgstr "не удалось выполнить stat для «%*s%s%s»"
4732
4733 #: setup.c:1054
4734 msgid "Unable to read current working directory"
4735 msgstr "Не удалось прочитать текущий рабочий каталог"
4736
4737 #: setup.c:1066 setup.c:1072
4738 #, c-format
4739 msgid "cannot change to '%s'"
4740 msgstr "не удалось изменить на «%s»"
4741
4742 #: setup.c:1085
4743 #, c-format
4744 msgid ""
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 не установлен)."
4748
4749 #: setup.c:1168
4750 #, c-format
4751 msgid ""
4752 "problem with core.sharedRepository filemode value (0%.3o).\n"
4753 "The owner of files must always have read and write permissions."
4754 msgstr ""
4755
4756 #: setup.c:1211
4757 msgid "open /dev/null or dup failed"
4758 msgstr "сбой открытия /dev/null или дублирования дескриптора"
4759
4760 #: setup.c:1226
4761 msgid "fork failed"
4762 msgstr "сбой при выполнении fork"
4763
4764 #: setup.c:1231
4765 msgid "setsid failed"
4766 msgstr "сбой при выполнении setsid"
4767
4768 #: sha1-file.c:381
4769 #, c-format
4770 msgid "object directory %s does not exist; check .git/objects/info/alternates"
4771 msgstr ""
4772
4773 #: sha1-file.c:432
4774 #, c-format
4775 msgid "unable to normalize alternate object path: %s"
4776 msgstr ""
4777
4778 #: sha1-file.c:503
4779 #, c-format
4780 msgid "%s: ignoring alternate object stores, nesting too deep"
4781 msgstr ""
4782
4783 #: sha1-file.c:510
4784 #, c-format
4785 msgid "unable to normalize object directory: %s"
4786 msgstr ""
4787
4788 #: sha1-file.c:565
4789 msgid "unable to fdopen alternates lockfile"
4790 msgstr ""
4791
4792 #: sha1-file.c:583
4793 msgid "unable to read alternates file"
4794 msgstr ""
4795
4796 #: sha1-file.c:590
4797 msgid "unable to move new alternates file into place"
4798 msgstr ""
4799
4800 #: sha1-file.c:625
4801 #, c-format
4802 msgid "path '%s' does not exist"
4803 msgstr "путь «%s» не существует"
4804
4805 #: sha1-file.c:651
4806 #, c-format
4807 msgid "reference repository '%s' as a linked checkout is not supported yet."
4808 msgstr "ссылаемый репозиторий «%s» как связанное состояние, пока не поддерживается."
4809
4810 #: sha1-file.c:657
4811 #, c-format
4812 msgid "reference repository '%s' is not a local repository."
4813 msgstr "ссылаемый репозиторий «%s» не является локальным."
4814
4815 #: sha1-file.c:663
4816 #, c-format
4817 msgid "reference repository '%s' is shallow"
4818 msgstr "ссылаемый репозиторий «%s» является частичным"
4819
4820 #: sha1-file.c:671
4821 #, c-format
4822 msgid "reference repository '%s' is grafted"
4823 msgstr "ссылаемый репозиторий «%s» является сращенным"
4824
4825 #: sha1-file.c:781
4826 #, c-format
4827 msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"
4828 msgstr ""
4829
4830 #: sha1-file.c:806
4831 msgid "mmap failed"
4832 msgstr ""
4833
4834 #: sha1-file.c:973
4835 #, c-format
4836 msgid "object file %s is empty"
4837 msgstr ""
4838
4839 #: sha1-file.c:1093 sha1-file.c:2206
4840 #, c-format
4841 msgid "corrupt loose object '%s'"
4842 msgstr ""
4843
4844 #: sha1-file.c:1095 sha1-file.c:2210
4845 #, c-format
4846 msgid "garbage at end of loose object '%s'"
4847 msgstr ""
4848
4849 #: sha1-file.c:1137
4850 msgid "invalid object type"
4851 msgstr ""
4852
4853 #: sha1-file.c:1219
4854 #, c-format
4855 msgid "unable to unpack %s header with --allow-unknown-type"
4856 msgstr ""
4857
4858 #: sha1-file.c:1222
4859 #, c-format
4860 msgid "unable to unpack %s header"
4861 msgstr ""
4862
4863 #: sha1-file.c:1228
4864 #, c-format
4865 msgid "unable to parse %s header with --allow-unknown-type"
4866 msgstr ""
4867
4868 #: sha1-file.c:1231
4869 #, c-format
4870 msgid "unable to parse %s header"
4871 msgstr ""
4872
4873 #: sha1-file.c:1422
4874 #, c-format
4875 msgid "failed to read object %s"
4876 msgstr ""
4877
4878 #: sha1-file.c:1426
4879 #, c-format
4880 msgid "replacement %s not found for %s"
4881 msgstr ""
4882
4883 #: sha1-file.c:1430
4884 #, c-format
4885 msgid "loose object %s (stored in %s) is corrupt"
4886 msgstr ""
4887
4888 #: sha1-file.c:1434
4889 #, c-format
4890 msgid "packed object %s (stored in %s) is corrupt"
4891 msgstr ""
4892
4893 #: sha1-file.c:1536
4894 #, c-format
4895 msgid "unable to write sha1 filename %s"
4896 msgstr ""
4897
4898 #: sha1-file.c:1543
4899 #, c-format
4900 msgid "unable to set permission to '%s'"
4901 msgstr ""
4902
4903 #: sha1-file.c:1550
4904 msgid "file write error"
4905 msgstr ""
4906
4907 #: sha1-file.c:1569
4908 msgid "error when closing sha1 file"
4909 msgstr ""
4910
4911 #: sha1-file.c:1635
4912 #, c-format
4913 msgid "insufficient permission for adding an object to repository database %s"
4914 msgstr ""
4915
4916 #: sha1-file.c:1637
4917 msgid "unable to create temporary file"
4918 msgstr ""
4919
4920 #: sha1-file.c:1661
4921 msgid "unable to write sha1 file"
4922 msgstr ""
4923
4924 #: sha1-file.c:1667
4925 #, c-format
4926 msgid "unable to deflate new object %s (%d)"
4927 msgstr ""
4928
4929 #: sha1-file.c:1671
4930 #, c-format
4931 msgid "deflateEnd on object %s failed (%d)"
4932 msgstr ""
4933
4934 #: sha1-file.c:1675
4935 #, c-format
4936 msgid "confused by unstable object source data for %s"
4937 msgstr ""
4938
4939 #: sha1-file.c:1685 builtin/pack-objects.c:899
4940 #, c-format
4941 msgid "failed utime() on %s"
4942 msgstr ""
4943
4944 #: sha1-file.c:1760
4945 #, c-format
4946 msgid "cannot read sha1_file for %s"
4947 msgstr ""
4948
4949 #: sha1-file.c:1805
4950 msgid "corrupt commit"
4951 msgstr ""
4952
4953 #: sha1-file.c:1813
4954 msgid "corrupt tag"
4955 msgstr ""
4956
4957 #: sha1-file.c:1906
4958 #, c-format
4959 msgid "read error while indexing %s"
4960 msgstr ""
4961
4962 #: sha1-file.c:1909
4963 #, c-format
4964 msgid "short read while indexing %s"
4965 msgstr ""
4966
4967 #: sha1-file.c:1980 sha1-file.c:1989
4968 #, c-format
4969 msgid "%s: failed to insert into database"
4970 msgstr ""
4971
4972 #: sha1-file.c:1995
4973 #, c-format
4974 msgid "%s: unsupported file type"
4975 msgstr ""
4976
4977 #: sha1-file.c:2019
4978 #, c-format
4979 msgid "%s is not a valid object"
4980 msgstr ""
4981
4982 #: sha1-file.c:2021
4983 #, c-format
4984 msgid "%s is not a valid '%s' object"
4985 msgstr "%s не является действительным объектом «%s»"
4986
4987 #: sha1-file.c:2048 builtin/index-pack.c:158
4988 #, c-format
4989 msgid "unable to open %s"
4990 msgstr "не удалось открыть %s"
4991
4992 #: sha1-file.c:2217 sha1-file.c:2269
4993 #, c-format
4994 msgid "sha1 mismatch for %s (expected %s)"
4995 msgstr ""
4996
4997 #: sha1-file.c:2241
4998 #, c-format
4999 msgid "unable to mmap %s"
5000 msgstr ""
5001
5002 #: sha1-file.c:2246
5003 #, c-format
5004 msgid "unable to unpack header of %s"
5005 msgstr ""
5006
5007 #: sha1-file.c:2252
5008 #, c-format
5009 msgid "unable to parse header of %s"
5010 msgstr ""
5011
5012 #: sha1-file.c:2263
5013 #, c-format
5014 msgid "unable to unpack contents of %s"
5015 msgstr ""
5016
5017 #: sha1-name.c:444
5018 #, c-format
5019 msgid "short SHA1 %s is ambiguous"
5020 msgstr "сокращённый SHA1 идентификатор %s неоднозначен"
5021
5022 #: sha1-name.c:455
5023 msgid "The candidates are:"
5024 msgstr "Возможно, вы имели в виду:"
5025
5026 #: sha1-name.c:699
5027 msgid ""
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"
5031 "\n"
5032 " git checkout -b $br $(git rev-parse ...)\n"
5033 "\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»"
5038
5039 #: submodule.c:97 submodule.c:131
5040 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
5041 msgstr "Не удалось изменить не слитый .gitmodules, сначала разрешите конфликты"
5042
5043 #: submodule.c:101 submodule.c:135
5044 #, c-format
5045 msgid "Could not find section in .gitmodules where path=%s"
5046 msgstr "Не удалось найти раздел в .gitmodules, где путь равен %s"
5047
5048 #: submodule.c:109
5049 #, c-format
5050 msgid "Could not update .gitmodules entry %s"
5051 msgstr " Не удалось обновить .gitmodules запись %s"
5052
5053 #: submodule.c:142
5054 #, c-format
5055 msgid "Could not remove .gitmodules entry for %s"
5056 msgstr "Не удалось удалить запись в .gitmodules для %s"
5057
5058 #: submodule.c:153
5059 msgid "staging updated .gitmodules failed"
5060 msgstr "сбой индексирования обновленного .gitmodules"
5061
5062 #: submodule.c:315
5063 #, c-format
5064 msgid "in unpopulated submodule '%s'"
5065 msgstr "в пустом подмодуле «%s»"
5066
5067 #: submodule.c:346
5068 #, c-format
5069 msgid "Pathspec '%s' is in submodule '%.*s'"
5070 msgstr "Спецификатор пути «%s» в подмодуле «%.*s»"
5071
5072 #: submodule.c:839
5073 #, c-format
5074 msgid "submodule entry '%s' (%s) is a %s, not a commit"
5075 msgstr "запись подмодуля «%s» (%s) является %s, а не является коммитом"
5076
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 как действительную ссылку."
5080
5081 #: submodule.c:1377
5082 #, c-format
5083 msgid "'%s' not recognized as a git repository"
5084 msgstr "«%s» не распознан как репозиторий git"
5085
5086 #: submodule.c:1515
5087 #, c-format
5088 msgid "could not start 'git status' in submodule '%s'"
5089 msgstr "не удалось запустить «git status» в подмодуле «%s»"
5090
5091 #: submodule.c:1528
5092 #, c-format
5093 msgid "could not run 'git status' in submodule '%s'"
5094 msgstr "не удалось запустить «git status» в подмодуле «%s»"
5095
5096 #: submodule.c:1543
5097 #, c-format
5098 msgid "Could not unset core.worktree setting in submodule '%s'"
5099 msgstr ""
5100
5101 #: submodule.c:1633
5102 #, c-format
5103 msgid "submodule '%s' has dirty index"
5104 msgstr "подмодуль «%s» имеет изменённый индекс"
5105
5106 #: submodule.c:1685
5107 #, c-format
5108 msgid "Submodule '%s' could not be updated."
5109 msgstr ""
5110
5111 #: submodule.c:1734
5112 #, c-format
5113 msgid ""
5114 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
5115 msgstr "relocate_gitdir для подмодуля «%s» с указанием более одного рабочего дерева не поддерживается"
5116
5117 #: submodule.c:1746 submodule.c:1802
5118 #, c-format
5119 msgid "could not lookup name for submodule '%s'"
5120 msgstr "не удалось запросить имя подмодуля «%s»"
5121
5122 #: submodule.c:1750 builtin/submodule--helper.c:1406
5123 #: builtin/submodule--helper.c:1416
5124 #, c-format
5125 msgid "could not create directory '%s'"
5126 msgstr "не удалось создать каталог «%s»"
5127
5128 #: submodule.c:1753
5129 #, c-format
5130 msgid ""
5131 "Migrating git directory of '%s%s' from\n"
5132 "'%s' to\n"
5133 "'%s'\n"
5134 msgstr "Перемещение каталога git для «%s%s» из\n«%s» в\n«%s»\n"
5135
5136 #: submodule.c:1837
5137 #, c-format
5138 msgid "could not recurse into submodule '%s'"
5139 msgstr "не удалось рекурсивно зайти в подмодуль «%s»"
5140
5141 #: submodule.c:1881
5142 msgid "could not start ls-files in .."
5143 msgstr "не удалось выполнить stat ls-files в .."
5144
5145 #: submodule.c:1920
5146 #, c-format
5147 msgid "ls-tree returned unexpected return code %d"
5148 msgstr "ls-tree вернул неожиданный код %d"
5149
5150 #: submodule-config.c:231
5151 #, c-format
5152 msgid "ignoring suspicious submodule name: %s"
5153 msgstr "игнорирую подозрительный подмодуль с именем: %s"
5154
5155 #: submodule-config.c:295
5156 msgid "negative values not allowed for submodule.fetchjobs"
5157 msgstr "нельзя использовать отрицательные значения для submodule.fetchjobs"
5158
5159 #: submodule-config.c:468
5160 #, c-format
5161 msgid "invalid value for %s"
5162 msgstr "неправильное значение %s"
5163
5164 #: trailer.c:238
5165 #, c-format
5166 msgid "running trailer command '%s' failed"
5167 msgstr "сбой при запуске команды завершителя «%s»"
5168
5169 #: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
5170 #: trailer.c:557
5171 #, c-format
5172 msgid "unknown value '%s' for key '%s'"
5173 msgstr "неизвестное значение «%s» для ключа «%s»"
5174
5175 #: trailer.c:539 trailer.c:544 builtin/remote.c:294
5176 #, c-format
5177 msgid "more than one %s"
5178 msgstr "больше одного %s"
5179
5180 #: trailer.c:730
5181 #, c-format
5182 msgid "empty trailer token in trailer '%.*s'"
5183 msgstr "пустая последняя лексема в завершителе «%.*s»"
5184
5185 #: trailer.c:750
5186 #, c-format
5187 msgid "could not read input file '%s'"
5188 msgstr "не удалось прочитать входной файл «%s»"
5189
5190 #: trailer.c:753
5191 msgid "could not read from stdin"
5192 msgstr "не удалось прочитать из стандартного ввода"
5193
5194 #: trailer.c:1008 builtin/am.c:47
5195 #, c-format
5196 msgid "could not stat %s"
5197 msgstr "не удалось выполнить stat для %s"
5198
5199 #: trailer.c:1010
5200 #, c-format
5201 msgid "file %s is not a regular file"
5202 msgstr "файл %s не является обычным файлом"
5203
5204 #: trailer.c:1012
5205 #, c-format
5206 msgid "file %s is not writable by user"
5207 msgstr "файл %s не доступен на запись пользователю"
5208
5209 #: trailer.c:1024
5210 msgid "could not open temporary file"
5211 msgstr "не удалось создать временный файл"
5212
5213 #: trailer.c:1064
5214 #, c-format
5215 msgid "could not rename temporary file to %s"
5216 msgstr "не удалось переименовать временный файл в %s"
5217
5218 #: transport.c:116
5219 #, c-format
5220 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
5221 msgstr "Будет установлен вышестоящий репозиторий для «%s» на «%s» с «%s»\n"
5222
5223 #: transport.c:142
5224 #, c-format
5225 msgid "could not read bundle '%s'"
5226 msgstr ""
5227
5228 #: transport.c:208
5229 #, c-format
5230 msgid "transport: invalid depth option '%s'"
5231 msgstr "транспорт: неправильный параметр глубины «%s»"
5232
5233 #: transport.c:586
5234 msgid "could not parse transport.color.* config"
5235 msgstr "не удалось разобрать опцию transport.color.*"
5236
5237 #: transport.c:659
5238 msgid "support for protocol v2 not implemented yet"
5239 msgstr ""
5240
5241 #: transport.c:785
5242 #, c-format
5243 msgid "unknown value for config '%s': %s"
5244 msgstr ""
5245
5246 #: transport.c:851
5247 #, c-format
5248 msgid "transport '%s' not allowed"
5249 msgstr ""
5250
5251 #: transport.c:903
5252 msgid "git-over-rsync is no longer supported"
5253 msgstr ""
5254
5255 #: transport.c:998
5256 #, c-format
5257 msgid ""
5258 "The following submodule paths contain changes that can\n"
5259 "not be found on any remote:\n"
5260 msgstr "Подмодули по указанным путям содержат изменения, которые не найдены ни на одном из внешних репозиториев:\n"
5261
5262 #: transport.c:1002
5263 #, c-format
5264 msgid ""
5265 "\n"
5266 "Please try\n"
5267 "\n"
5268 "\tgit push --recurse-submodules=on-demand\n"
5269 "\n"
5270 "or cd to the path and use\n"
5271 "\n"
5272 "\tgit push\n"
5273 "\n"
5274 "to push them to a remote.\n"
5275 "\n"
5276 msgstr "\nПопробуйте выполнить\n\n\tgit push --recurse-submodules=on-demand\n\nили перейти в каталог с помощью команды cd и выполнить\n\n\tgit push\n\nдля их отправки на внешний репозиторий.\n"
5277
5278 #: transport.c:1010
5279 msgid "Aborting."
5280 msgstr "Прерываю."
5281
5282 #: transport.c:1148
5283 msgid "failed to push all needed submodules"
5284 msgstr ""
5285
5286 #: transport.c:1270 transport-helper.c:643
5287 msgid "operation not supported by protocol"
5288 msgstr ""
5289
5290 #: transport.c:1352
5291 #, c-format
5292 msgid "invalid line while parsing alternate refs: %s"
5293 msgstr ""
5294
5295 #: transport-helper.c:51 transport-helper.c:80
5296 msgid "full write to remote helper failed"
5297 msgstr ""
5298
5299 #: transport-helper.c:132
5300 #, c-format
5301 msgid "unable to find remote helper for '%s'"
5302 msgstr ""
5303
5304 #: transport-helper.c:148 transport-helper.c:557
5305 msgid "can't dup helper output fd"
5306 msgstr ""
5307
5308 #: transport-helper.c:199
5309 #, c-format
5310 msgid ""
5311 "unknown mandatory capability %s; this remote helper probably needs newer "
5312 "version of Git"
5313 msgstr ""
5314
5315 #: transport-helper.c:205
5316 msgid "this remote helper should implement refspec capability"
5317 msgstr ""
5318
5319 #: transport-helper.c:272 transport-helper.c:412
5320 #, c-format
5321 msgid "%s unexpectedly said: '%s'"
5322 msgstr ""
5323
5324 #: transport-helper.c:401
5325 #, c-format
5326 msgid "%s also locked %s"
5327 msgstr ""
5328
5329 #: transport-helper.c:479
5330 msgid "couldn't run fast-import"
5331 msgstr ""
5332
5333 #: transport-helper.c:502
5334 msgid "error while running fast-import"
5335 msgstr ""
5336
5337 #: transport-helper.c:531 transport-helper.c:1091
5338 #, c-format
5339 msgid "could not read ref %s"
5340 msgstr ""
5341
5342 #: transport-helper.c:576
5343 #, c-format
5344 msgid "unknown response to connect: %s"
5345 msgstr ""
5346
5347 #: transport-helper.c:598
5348 msgid "setting remote service path not supported by protocol"
5349 msgstr ""
5350
5351 #: transport-helper.c:600
5352 msgid "invalid remote service path"
5353 msgstr ""
5354
5355 #: transport-helper.c:646
5356 #, c-format
5357 msgid "can't connect to subservice %s"
5358 msgstr ""
5359
5360 #: transport-helper.c:713
5361 #, c-format
5362 msgid "expected ok/error, helper said '%s'"
5363 msgstr ""
5364
5365 #: transport-helper.c:766
5366 #, c-format
5367 msgid "helper reported unexpected status of %s"
5368 msgstr ""
5369
5370 #: transport-helper.c:827
5371 #, c-format
5372 msgid "helper %s does not support dry-run"
5373 msgstr ""
5374
5375 #: transport-helper.c:830
5376 #, c-format
5377 msgid "helper %s does not support --signed"
5378 msgstr ""
5379
5380 #: transport-helper.c:833
5381 #, c-format
5382 msgid "helper %s does not support --signed=if-asked"
5383 msgstr ""
5384
5385 #: transport-helper.c:840
5386 #, c-format
5387 msgid "helper %s does not support 'push-option'"
5388 msgstr ""
5389
5390 #: transport-helper.c:932
5391 msgid "remote-helper doesn't support push; refspec needed"
5392 msgstr ""
5393
5394 #: transport-helper.c:937
5395 #, c-format
5396 msgid "helper %s does not support 'force'"
5397 msgstr ""
5398
5399 #: transport-helper.c:984
5400 msgid "couldn't run fast-export"
5401 msgstr ""
5402
5403 #: transport-helper.c:989
5404 msgid "error while running fast-export"
5405 msgstr ""
5406
5407 #: transport-helper.c:1014
5408 #, c-format
5409 msgid ""
5410 "No refs in common and none specified; doing nothing.\n"
5411 "Perhaps you should specify a branch such as 'master'.\n"
5412 msgstr ""
5413
5414 #: transport-helper.c:1077
5415 #, c-format
5416 msgid "malformed response in ref list: %s"
5417 msgstr ""
5418
5419 #: transport-helper.c:1230
5420 #, c-format
5421 msgid "read(%s) failed"
5422 msgstr ""
5423
5424 #: transport-helper.c:1257
5425 #, c-format
5426 msgid "write(%s) failed"
5427 msgstr ""
5428
5429 #: transport-helper.c:1306
5430 #, c-format
5431 msgid "%s thread failed"
5432 msgstr ""
5433
5434 #: transport-helper.c:1310
5435 #, c-format
5436 msgid "%s thread failed to join: %s"
5437 msgstr ""
5438
5439 #: transport-helper.c:1329 transport-helper.c:1333
5440 #, c-format
5441 msgid "can't start thread for copying data: %s"
5442 msgstr ""
5443
5444 #: transport-helper.c:1370
5445 #, c-format
5446 msgid "%s process failed to wait"
5447 msgstr ""
5448
5449 #: transport-helper.c:1374
5450 #, c-format
5451 msgid "%s process failed"
5452 msgstr ""
5453
5454 #: transport-helper.c:1392 transport-helper.c:1401
5455 msgid "can't start thread for copying data"
5456 msgstr ""
5457
5458 #: tree-walk.c:33
5459 msgid "too-short tree object"
5460 msgstr "слишком короткий объект дерева"
5461
5462 #: tree-walk.c:39
5463 msgid "malformed mode in tree entry"
5464 msgstr "неправильный режим в записи дерева"
5465
5466 #: tree-walk.c:43
5467 msgid "empty filename in tree entry"
5468 msgstr "пустое имя файла в записи дерева"
5469
5470 #: tree-walk.c:115
5471 msgid "too-short tree file"
5472 msgstr "слишком короткий файл дерева"
5473
5474 #: unpack-trees.c:112
5475 #, c-format
5476 msgid ""
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Сделайте коммит или спрячьте ваши изменения перед переключением веток."
5480
5481 #: unpack-trees.c:114
5482 #, c-format
5483 msgid ""
5484 "Your local changes to the following files would be overwritten by checkout:\n"
5485 "%%s"
5486 msgstr "Ваши локальные изменения в указанных файлах будут перезаписаны при переключении на состояние:\n%%s"
5487
5488 #: unpack-trees.c:117
5489 #, c-format
5490 msgid ""
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Сделайте коммит или спрячьте ваши изменения перед слиянием веток."
5494
5495 #: unpack-trees.c:119
5496 #, c-format
5497 msgid ""
5498 "Your local changes to the following files would be overwritten by merge:\n"
5499 "%%s"
5500 msgstr "Ваши локальные изменения в указанных файлах будут перезаписаны при слиянии:\n%%s"
5501
5502 #: unpack-trees.c:122
5503 #, c-format
5504 msgid ""
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."
5508
5509 #: unpack-trees.c:124
5510 #, c-format
5511 msgid ""
5512 "Your local changes to the following files would be overwritten by %s:\n"
5513 "%%s"
5514 msgstr "Ваши локальные изменения в указанных файлах будут перезаписаны при %s:\n%%s"
5515
5516 #: unpack-trees.c:129
5517 #, c-format
5518 msgid ""
5519 "Updating the following directories would lose untracked files in them:\n"
5520 "%s"
5521 msgstr "Обновление указанных каталогов приведет к потере неотслеживаемых файлов в них:\n%s"
5522
5523 #: unpack-trees.c:133
5524 #, c-format
5525 msgid ""
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Переместите эти файлы или удалите их перед переключением веток."
5529
5530 #: unpack-trees.c:135
5531 #, c-format
5532 msgid ""
5533 "The following untracked working tree files would be removed by checkout:\n"
5534 "%%s"
5535 msgstr "Указанные неотслеживаемые файлы в рабочем каталоге будут удалены при переключении на состояние:\n%%s"
5536
5537 #: unpack-trees.c:138
5538 #, c-format
5539 msgid ""
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Переместите эти файлы или удалите их перед переключением веток."
5543
5544 #: unpack-trees.c:140
5545 #, c-format
5546 msgid ""
5547 "The following untracked working tree files would be removed by merge:\n"
5548 "%%s"
5549 msgstr "Указанные неотслеживаемые файлы в рабочем каталоге будут удалены при слиянии:\n%%s"
5550
5551 #: unpack-trees.c:143
5552 #, c-format
5553 msgid ""
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."
5557
5558 #: unpack-trees.c:145
5559 #, c-format
5560 msgid ""
5561 "The following untracked working tree files would be removed by %s:\n"
5562 "%%s"
5563 msgstr "Указанные неотслеживаемые файлы в рабочем каталоге будут удалены при %s:\n%%s"
5564
5565 #: unpack-trees.c:151
5566 #, c-format
5567 msgid ""
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Переместите эти файлы или удалите их перед переключением веток."
5571
5572 #: unpack-trees.c:153
5573 #, c-format
5574 msgid ""
5575 "The following untracked working tree files would be overwritten by checkout:\n"
5576 "%%s"
5577 msgstr "Указанные неотслеживаемые файлы в рабочем каталоге будут перезаписаны при переключении на состояние:\n%%s"
5578
5579 #: unpack-trees.c:156
5580 #, c-format
5581 msgid ""
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Переместите эти файлы или удалите их перед переключением веток."
5585
5586 #: unpack-trees.c:158
5587 #, c-format
5588 msgid ""
5589 "The following untracked working tree files would be overwritten by merge:\n"
5590 "%%s"
5591 msgstr "Указанные неотслеживаемые файлы в рабочем каталоге будут перезаписаны при слиянии:\n%%s"
5592
5593 #: unpack-trees.c:161
5594 #, c-format
5595 msgid ""
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."
5599
5600 #: unpack-trees.c:163
5601 #, c-format
5602 msgid ""
5603 "The following untracked working tree files would be overwritten by %s:\n"
5604 "%%s"
5605 msgstr "Указанные неотслеживаемые файлы в рабочем каталоге будут перезаписаны при %s:\n%%s"
5606
5607 #: unpack-trees.c:171
5608 #, c-format
5609 msgid "Entry '%s' overlaps with '%s'. Cannot bind."
5610 msgstr "Запись «%s» частично совпадает с «%s». Не удалось назначить соответствие."
5611
5612 #: unpack-trees.c:174
5613 #, c-format
5614 msgid ""
5615 "Cannot update sparse checkout: the following entries are not up to date:\n"
5616 "%s"
5617 msgstr "Не удалось обновить частичное состояние: следующие элементы не последней версии:\n%s"
5618
5619 #: unpack-trees.c:176
5620 #, c-format
5621 msgid ""
5622 "The following working tree files would be overwritten by sparse checkout update:\n"
5623 "%s"
5624 msgstr "Указанные файлы из рабочего каталога будут перезаписаны при обновлении частичного состояния:\n%s"
5625
5626 #: unpack-trees.c:178
5627 #, c-format
5628 msgid ""
5629 "The following working tree files would be removed by sparse checkout update:\n"
5630 "%s"
5631 msgstr "Указанные файлы из рабочего каталога будут удалены при обновлении частичного состояния:\n%s"
5632
5633 #: unpack-trees.c:180
5634 #, c-format
5635 msgid ""
5636 "Cannot update submodule:\n"
5637 "%s"
5638 msgstr "Не удолось обновить подмодуль:\n%s"
5639
5640 #: unpack-trees.c:254
5641 #, c-format
5642 msgid "Aborting\n"
5643 msgstr "Прерываю\n"
5644
5645 #: unpack-trees.c:336
5646 msgid "Checking out files"
5647 msgstr "Распаковка файлов"
5648
5649 #: urlmatch.c:163
5650 msgid "invalid URL scheme name or missing '://' suffix"
5651 msgstr "Неправильная имя URL схемы или пропущен суффикс «://»"
5652
5653 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
5654 #, c-format
5655 msgid "invalid %XX escape sequence"
5656 msgstr "неправильная управляющая последовательность %XX"
5657
5658 #: urlmatch.c:215
5659 msgid "missing host and scheme is not 'file:'"
5660 msgstr "пропущено имя сервера и схема доступа не «file:»"
5661
5662 #: urlmatch.c:232
5663 msgid "a 'file:' URL may not have a port number"
5664 msgstr "URL со схемой «file:» не может содержать номер порта"
5665
5666 #: urlmatch.c:247
5667 msgid "invalid characters in host name"
5668 msgstr "неправильные символы в имени сервера"
5669
5670 #: urlmatch.c:292 urlmatch.c:303
5671 msgid "invalid port number"
5672 msgstr "неправильный номер порта"
5673
5674 #: urlmatch.c:371
5675 msgid "invalid '..' path segment"
5676 msgstr "неправильная часть пути «..»"
5677
5678 #: worktree.c:245 builtin/am.c:2147
5679 #, c-format
5680 msgid "failed to read '%s'"
5681 msgstr "не удалось прочитать «%s»"
5682
5683 #: worktree.c:291
5684 #, c-format
5685 msgid "'%s' at main working tree is not the repository directory"
5686 msgstr ""
5687
5688 #: worktree.c:302
5689 #, c-format
5690 msgid "'%s' file does not contain absolute path to the working tree location"
5691 msgstr ""
5692
5693 #: worktree.c:314
5694 #, c-format
5695 msgid "'%s' does not exist"
5696 msgstr "«%s» не существует"
5697
5698 #: worktree.c:320
5699 #, c-format
5700 msgid "'%s' is not a .git file, error code %d"
5701 msgstr ""
5702
5703 #: worktree.c:328
5704 #, c-format
5705 msgid "'%s' does not point back to '%s'"
5706 msgstr ""
5707
5708 #: wrapper.c:223 wrapper.c:393
5709 #, c-format
5710 msgid "could not open '%s' for reading and writing"
5711 msgstr "не удалось открыть «%s» для чтения и записи"
5712
5713 #: wrapper.c:227 wrapper.c:397 builtin/am.c:321 builtin/am.c:771
5714 #: builtin/am.c:863 builtin/merge.c:1078
5715 #, c-format
5716 msgid "could not open '%s' for reading"
5717 msgstr "не удалось открыть «%s» для чтения"
5718
5719 #: wrapper.c:424 wrapper.c:624
5720 #, c-format
5721 msgid "unable to access '%s'"
5722 msgstr "«%s» недоступно"
5723
5724 #: wrapper.c:632
5725 msgid "unable to get current working directory"
5726 msgstr "не удалось получить текущий рабочий каталог"
5727
5728 #: wt-status.c:154
5729 msgid "Unmerged paths:"
5730 msgstr "Не слитые пути:"
5731
5732 #: wt-status.c:181 wt-status.c:208
5733 #, c-format
5734 msgid " (use \"git reset %s <file>...\" to unstage)"
5735 msgstr " (используйте «git reset %s <файл>…», чтобы убрать из индекса)"
5736
5737 #: wt-status.c:183 wt-status.c:210
5738 msgid " (use \"git rm --cached <file>...\" to unstage)"
5739 msgstr " (используйте «git rm --cached <файл>…», чтобы убрать из индекса)"
5740
5741 #: wt-status.c:187
5742 msgid " (use \"git add <file>...\" to mark resolution)"
5743 msgstr " (используйте «git add <файл>…», чтобы пометить разрешение конфликта)"
5744
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 <файл>…», чтобы пометить выбранное разрешение конфликта)"
5748
5749 #: wt-status.c:191
5750 msgid " (use \"git rm <file>...\" to mark resolution)"
5751 msgstr " (используйте «git rm <файл>…», чтобы пометить разрешение конфликта)"
5752
5753 #: wt-status.c:202 wt-status.c:1015
5754 msgid "Changes to be committed:"
5755 msgstr "Изменения, которые будут включены в коммит:"
5756
5757 #: wt-status.c:220 wt-status.c:1024
5758 msgid "Changes not staged for commit:"
5759 msgstr "Изменения, которые не в индексе для коммита:"
5760
5761 #: wt-status.c:224
5762 msgid " (use \"git add <file>...\" to update what will be committed)"
5763 msgstr " (используйте «git add <файл>…», чтобы добавить файл в индекс)"
5764
5765 #: wt-status.c:226
5766 msgid " (use \"git add/rm <file>...\" to update what will be committed)"
5767 msgstr " (используйте «git add/rm <файл>…», чтобы добавить или удалить файл из индекса)"
5768
5769 #: wt-status.c:227
5770 msgid ""
5771 " (use \"git checkout -- <file>...\" to discard changes in working "
5772 "directory)"
5773 msgstr " (используйте «git checkout -- <файл>…», чтобы отменить изменения\n в рабочем каталоге)"
5774
5775 #: wt-status.c:229
5776 msgid " (commit or discard the untracked or modified content in submodules)"
5777 msgstr " (сделайте коммит или отмените изменения в неотслеживаемом или измененном содержимом в подмодулях)"
5778
5779 #: wt-status.c:241
5780 #, c-format
5781 msgid " (use \"git %s <file>...\" to include in what will be committed)"
5782 msgstr " (используйте «git %s <файл>…», чтобы добавить в то, что будет включено в коммит)"
5783
5784 #: wt-status.c:256
5785 msgid "both deleted:"
5786 msgstr "оба удалены:"
5787
5788 #: wt-status.c:258
5789 msgid "added by us:"
5790 msgstr "добавлено нами:"
5791
5792 #: wt-status.c:260
5793 msgid "deleted by them:"
5794 msgstr "удалено ими:"
5795
5796 #: wt-status.c:262
5797 msgid "added by them:"
5798 msgstr "добавлено ими:"
5799
5800 #: wt-status.c:264
5801 msgid "deleted by us:"
5802 msgstr "удалено нами:"
5803
5804 #: wt-status.c:266
5805 msgid "both added:"
5806 msgstr "оба добавлены:"
5807
5808 #: wt-status.c:268
5809 msgid "both modified:"
5810 msgstr "оба изменены:"
5811
5812 #: wt-status.c:278
5813 msgid "new file:"
5814 msgstr "новый файл:"
5815
5816 #: wt-status.c:280
5817 msgid "copied:"
5818 msgstr "скопировано:"
5819
5820 #: wt-status.c:282
5821 msgid "deleted:"
5822 msgstr "удалено:"
5823
5824 #: wt-status.c:284
5825 msgid "modified:"
5826 msgstr "изменено:"
5827
5828 #: wt-status.c:286
5829 msgid "renamed:"
5830 msgstr "переименовано:"
5831
5832 #: wt-status.c:288
5833 msgid "typechange:"
5834 msgstr "изменен тип:"
5835
5836 #: wt-status.c:290
5837 msgid "unknown:"
5838 msgstr "неизвестно:"
5839
5840 #: wt-status.c:292
5841 msgid "unmerged:"
5842 msgstr "не слитые:"
5843
5844 #: wt-status.c:372
5845 msgid "new commits, "
5846 msgstr "новые коммиты, "
5847
5848 #: wt-status.c:374
5849 msgid "modified content, "
5850 msgstr "изменено содержимое, "
5851
5852 #: wt-status.c:376
5853 msgid "untracked content, "
5854 msgstr "неотслеживаемое содержимое, "
5855
5856 #: wt-status.c:853
5857 #, c-format
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 записи"
5864
5865 #: wt-status.c:885
5866 msgid "Submodules changed but not updated:"
5867 msgstr "Измененные, но не обновленные подмодули:"
5868
5869 #: wt-status.c:887
5870 msgid "Submodule changes to be committed:"
5871 msgstr "Изменения в подмодулях, которые будут закоммичены:"
5872
5873 #: wt-status.c:969
5874 msgid ""
5875 "Do not modify or remove the line above.\n"
5876 "Everything below it will be ignored."
5877 msgstr "Не изменяйте или удаляйте строку выше этой.\nВсё, что ниже — будет проигнорировано."
5878
5879 #: wt-status.c:1084
5880 msgid "You have unmerged paths."
5881 msgstr "У вас есть не слитые пути."
5882
5883 #: wt-status.c:1087
5884 msgid " (fix conflicts and run \"git commit\")"
5885 msgstr " (разрешите конфликты, затем запустите «git commit»)"
5886
5887 #: wt-status.c:1089
5888 msgid " (use \"git merge --abort\" to abort the merge)"
5889 msgstr " (используйте «git merge --abort», чтобы остановить операцию слияния)"
5890
5891 #: wt-status.c:1094
5892 msgid "All conflicts fixed but you are still merging."
5893 msgstr "Все конфликты исправлены, но вы все еще в процессе слияния."
5894
5895 #: wt-status.c:1097
5896 msgid " (use \"git commit\" to conclude merge)"
5897 msgstr " (используйте «git commit», чтобы завершить слияние)"
5898
5899 #: wt-status.c:1107
5900 msgid "You are in the middle of an am session."
5901 msgstr "Вы в процессе сессии am."
5902
5903 #: wt-status.c:1110
5904 msgid "The current patch is empty."
5905 msgstr "Текущий патч пустой."
5906
5907 #: wt-status.c:1114
5908 msgid " (fix conflicts and then run \"git am --continue\")"
5909 msgstr " (разрешите конфликты, затем запустите «git am --continue»)"
5910
5911 #: wt-status.c:1116
5912 msgid " (use \"git am --skip\" to skip this patch)"
5913 msgstr " (используйте «git am --skip», чтобы пропустить этот патч)"
5914
5915 #: wt-status.c:1118
5916 msgid " (use \"git am --abort\" to restore the original branch)"
5917 msgstr " (используйте «git am --abort», чтобы восстановить оригинальную ветку)"
5918
5919 #: wt-status.c:1250
5920 msgid "git-rebase-todo is missing."
5921 msgstr "git-rebase-todo отсутствует."
5922
5923 #: wt-status.c:1252
5924 msgid "No commands done."
5925 msgstr "Команды не выполнены."
5926
5927 #: wt-status.c:1255
5928 #, c-format
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 команд выполнено):"
5935
5936 #: wt-status.c:1266
5937 #, c-format
5938 msgid " (see more in file %s)"
5939 msgstr " (смотрите дополнительно в файле %s)"
5940
5941 #: wt-status.c:1271
5942 msgid "No commands remaining."
5943 msgstr "Команд больше не осталось."
5944
5945 #: wt-status.c:1274
5946 #, c-format
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 команд осталось):"
5953
5954 #: wt-status.c:1282
5955 msgid " (use \"git rebase --edit-todo\" to view and edit)"
5956 msgstr " (используйте «git rebase --edit-todo», чтобы просмотреть и изменить)"
5957
5958 #: wt-status.c:1295
5959 #, c-format
5960 msgid "You are currently rebasing branch '%s' on '%s'."
5961 msgstr "Вы сейчас перемещаете ветку «%s» над «%s»."
5962
5963 #: wt-status.c:1300
5964 msgid "You are currently rebasing."
5965 msgstr "Вы сейчас перемещаете ветку."
5966
5967 #: wt-status.c:1314
5968 msgid " (fix conflicts and then run \"git rebase --continue\")"
5969 msgstr " (разрешите конфликты, затем запустите «git rebase --continue»)"
5970
5971 #: wt-status.c:1316
5972 msgid " (use \"git rebase --skip\" to skip this patch)"
5973 msgstr " (используйте «git rebase --skip», чтобы пропустить этот патч)"
5974
5975 #: wt-status.c:1318
5976 msgid " (use \"git rebase --abort\" to check out the original branch)"
5977 msgstr " (используйте «git rebase --abort», чтобы перейти на оригинальную ветку)"
5978
5979 #: wt-status.c:1324
5980 msgid " (all conflicts fixed: run \"git rebase --continue\")"
5981 msgstr " (все конфликты разрешены: запустите «git rebase --continue»)"
5982
5983 #: wt-status.c:1328
5984 #, c-format
5985 msgid ""
5986 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
5987 msgstr "Вы сейчас разделяете коммит при перемещении ветки «%s» над «%s»."
5988
5989 #: wt-status.c:1333
5990 msgid "You are currently splitting a commit during a rebase."
5991 msgstr "Вы сейчас разделяете коммит при перемещении ветки."
5992
5993 #: wt-status.c:1336
5994 msgid " (Once your working directory is clean, run \"git rebase --continue\")"
5995 msgstr "(Как только ваш рабочий каталог будет чистый, запустите «git rebase --continue»)"
5996
5997 #: wt-status.c:1340
5998 #, c-format
5999 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
6000 msgstr "Вы сейчас редактируете коммит при перемещении ветки «%s» над «%s»."
6001
6002 #: wt-status.c:1345
6003 msgid "You are currently editing a commit during a rebase."
6004 msgstr "Вы сейчас редактируете коммит при перемещении ветки."
6005
6006 #: wt-status.c:1348
6007 msgid " (use \"git commit --amend\" to amend the current commit)"
6008 msgstr " (используйте «git commit --amend», чтобы исправить текущий коммит)"
6009
6010 #: wt-status.c:1350
6011 msgid " (use \"git rebase --continue\" once you are satisfied with your changes)"
6012 msgstr " (используйте «git rebase --continue», когда будете довольны изменениями)"
6013
6014 #: wt-status.c:1360
6015 #, c-format
6016 msgid "You are currently cherry-picking commit %s."
6017 msgstr "Вы копируете коммит %s."
6018
6019 #: wt-status.c:1365
6020 msgid " (fix conflicts and run \"git cherry-pick --continue\")"
6021 msgstr " (разрешите конфликты, затем запустите «git cherry-pick --continue»)"
6022
6023 #: wt-status.c:1368
6024 msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
6025 msgstr " (все конфликты разрешены: запустите «git cherry-pick --continue»)"
6026
6027 #: wt-status.c:1370
6028 msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
6029 msgstr " (используйте «git cherry-pick --abort», чтобы отменить копирования коммита)"
6030
6031 #: wt-status.c:1379
6032 #, c-format
6033 msgid "You are currently reverting commit %s."
6034 msgstr "Вы сейчас обращаете изменения коммита %s."
6035
6036 #: wt-status.c:1384
6037 msgid " (fix conflicts and run \"git revert --continue\")"
6038 msgstr " (разрешите конфликты, затем запустите «git revert --continue»)"
6039
6040 #: wt-status.c:1387
6041 msgid " (all conflicts fixed: run \"git revert --continue\")"
6042 msgstr " (все конфликты разрешены: запустите «git revert --continue»)"
6043
6044 #: wt-status.c:1389
6045 msgid " (use \"git revert --abort\" to cancel the revert operation)"
6046 msgstr " (используйте «git revert --abort», чтобы отменить операцию обращения изменений коммита)"
6047
6048 #: wt-status.c:1400
6049 #, c-format
6050 msgid "You are currently bisecting, started from branch '%s'."
6051 msgstr "Вы сейчас в процессе двоичного поиска, начатого с ветки «%s»."
6052
6053 #: wt-status.c:1404
6054 msgid "You are currently bisecting."
6055 msgstr "Вы сейчас в процессе двоичного поиска."
6056
6057 #: wt-status.c:1407
6058 msgid " (use \"git bisect reset\" to get back to the original branch)"
6059 msgstr " (используйте «git bisect reset», чтобы вернуться на исходную ветку)"
6060
6061 #: wt-status.c:1604
6062 msgid "On branch "
6063 msgstr "На ветке "
6064
6065 #: wt-status.c:1610
6066 msgid "interactive rebase in progress; onto "
6067 msgstr "интерактивное перемещение в процессе; над "
6068
6069 #: wt-status.c:1612
6070 msgid "rebase in progress; onto "
6071 msgstr "перемещение в процессе; над "
6072
6073 #: wt-status.c:1617
6074 msgid "HEAD detached at "
6075 msgstr "HEAD отделён на "
6076
6077 #: wt-status.c:1619
6078 msgid "HEAD detached from "
6079 msgstr "HEAD отделён начиная с "
6080
6081 #: wt-status.c:1622
6082 msgid "Not currently on any branch."
6083 msgstr "Сейчас ни на одной из веток"
6084
6085 #: wt-status.c:1642
6086 msgid "Initial commit"
6087 msgstr "Начальный коммит"
6088
6089 #: wt-status.c:1643
6090 msgid "No commits yet"
6091 msgstr "Еще нет коммитов"
6092
6093 #: wt-status.c:1657
6094 msgid "Untracked files"
6095 msgstr "Неотслеживаемые файлы"
6096
6097 #: wt-status.c:1659
6098 msgid "Ignored files"
6099 msgstr "Игнорируемые файлы"
6100
6101 #: wt-status.c:1663
6102 #, c-format
6103 msgid ""
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» для подробностей)."
6108
6109 #: wt-status.c:1669
6110 #, c-format
6111 msgid "Untracked files not listed%s"
6112 msgstr "Неотслеживаемые файлы не показаны%s"
6113
6114 #: wt-status.c:1671
6115 msgid " (use -u option to show untracked files)"
6116 msgstr "(используйте опцию «-u», чтобы показать неотслеживаемые файлы)"
6117
6118 #: wt-status.c:1677
6119 msgid "No changes"
6120 msgstr "Нет изменений"
6121
6122 #: wt-status.c:1682
6123 #, c-format
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"
6126
6127 #: wt-status.c:1685
6128 #, c-format
6129 msgid "no changes added to commit\n"
6130 msgstr "нет изменений добавленных для коммита\n"
6131
6132 #: wt-status.c:1688
6133 #, c-format
6134 msgid ""
6135 "nothing added to commit but untracked files present (use \"git add\" to "
6136 "track)\n"
6137 msgstr "ничего не добавлено в коммит, но есть неотслеживаемые файлы (используйте «git add», чтобы отслеживать их)\n"
6138
6139 #: wt-status.c:1691
6140 #, c-format
6141 msgid "nothing added to commit but untracked files present\n"
6142 msgstr "ничего не добавлено в коммит, но есть неотслеживаемые файлы\n"
6143
6144 #: wt-status.c:1694
6145 #, c-format
6146 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
6147 msgstr "нечего коммитить (создайте/скопируйте файлы, затем запустите «git add», чтобы отслеживать их)\n"
6148
6149 #: wt-status.c:1697 wt-status.c:1702
6150 #, c-format
6151 msgid "nothing to commit\n"
6152 msgstr "нечего коммитить\n"
6153
6154 #: wt-status.c:1700
6155 #, c-format
6156 msgid "nothing to commit (use -u to show untracked files)\n"
6157 msgstr "нечего коммитить (используйте опцию «-u», чтобы показать неотслеживаемые файлы)\n"
6158
6159 #: wt-status.c:1704
6160 #, c-format
6161 msgid "nothing to commit, working tree clean\n"
6162 msgstr "нечего коммитить, нет изменений в рабочем каталоге\n"
6163
6164 #: wt-status.c:1817
6165 msgid "No commits yet on "
6166 msgstr "Еще нет коммитов в"
6167
6168 #: wt-status.c:1821
6169 msgid "HEAD (no branch)"
6170 msgstr "HEAD (нет ветки)"
6171
6172 #: wt-status.c:1852
6173 msgid "different"
6174 msgstr "отличается"
6175
6176 #: wt-status.c:1854 wt-status.c:1862
6177 msgid "behind "
6178 msgstr "позади"
6179
6180 #: wt-status.c:1857 wt-status.c:1860
6181 msgid "ahead "
6182 msgstr "впереди "
6183
6184 #. TRANSLATORS: the action is e.g. "pull with rebase"
6185 #: wt-status.c:2376
6186 #, c-format
6187 msgid "cannot %s: You have unstaged changes."
6188 msgstr "не удалось выполнить %s: У вас есть непроиндексированные изменения."
6189
6190 #: wt-status.c:2382
6191 msgid "additionally, your index contains uncommitted changes."
6192 msgstr "к тому же, в вашем индексе есть незакоммиченные изменения."
6193
6194 #: wt-status.c:2384
6195 #, c-format
6196 msgid "cannot %s: Your index contains uncommitted changes."
6197 msgstr "не удалось выполнить %s: В вашем индексе есть незакоммиченные изменения."
6198
6199 #: compat/precompose_utf8.c:58 builtin/clone.c:443
6200 #, c-format
6201 msgid "failed to unlink '%s'"
6202 msgstr "сбой отсоединения «%s»"
6203
6204 #: builtin/add.c:24
6205 msgid "git add [<options>] [--] <pathspec>..."
6206 msgstr "git add [<опции>] [--] <спецификатор-пути>…"
6207
6208 #: builtin/add.c:83
6209 #, c-format
6210 msgid "unexpected diff status %c"
6211 msgstr "неожиданный статус различий %c"
6212
6213 #: builtin/add.c:88 builtin/commit.c:279
6214 msgid "updating files failed"
6215 msgstr "сбой при обновлении файлов"
6216
6217 #: builtin/add.c:98
6218 #, c-format
6219 msgid "remove '%s'\n"
6220 msgstr "удалить «%s»\n"
6221
6222 #: builtin/add.c:173
6223 msgid "Unstaged changes after refreshing the index:"
6224 msgstr "Непроиндексированные изменения после обновления индекса:"
6225
6226 #: builtin/add.c:233 builtin/rev-parse.c:893
6227 msgid "Could not read the index"
6228 msgstr "Не удалось прочитать индекс"
6229
6230 #: builtin/add.c:244
6231 #, c-format
6232 msgid "Could not open '%s' for writing."
6233 msgstr "Не удалось открыть «%s» для записи."
6234
6235 #: builtin/add.c:248
6236 msgid "Could not write patch"
6237 msgstr "Не удалось записать патч"
6238
6239 #: builtin/add.c:251
6240 msgid "editing patch failed"
6241 msgstr "сбой при редактировании патча"
6242
6243 #: builtin/add.c:254
6244 #, c-format
6245 msgid "Could not stat '%s'"
6246 msgstr "Не удалось выполнить stat для «%s»"
6247
6248 #: builtin/add.c:256
6249 msgid "Empty patch. Aborted."
6250 msgstr "Пустой патч. Операция прервана."
6251
6252 #: builtin/add.c:261
6253 #, c-format
6254 msgid "Could not apply '%s'"
6255 msgstr "Не удалось применить «%s»"
6256
6257 #: builtin/add.c:269
6258 msgid "The following paths are ignored by one of your .gitignore files:\n"
6259 msgstr "Следующие пути игнорируются одним из ваших файлов .gitignore:\n"
6260
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
6264 msgid "dry run"
6265 msgstr "пробный запуск"
6266
6267 #: builtin/add.c:292
6268 msgid "interactive picking"
6269 msgstr "интерактивный выбор"
6270
6271 #: builtin/add.c:293 builtin/checkout.c:1144 builtin/reset.c:302
6272 msgid "select hunks interactively"
6273 msgstr "интерактивный выбор блоков"
6274
6275 #: builtin/add.c:294
6276 msgid "edit current diff and apply"
6277 msgstr "отредактировать текущий файл различий и применить его"
6278
6279 #: builtin/add.c:295
6280 msgid "allow adding otherwise ignored files"
6281 msgstr "разрешить добавление игнорируемых иначе файлов"
6282
6283 #: builtin/add.c:296
6284 msgid "update tracked files"
6285 msgstr "обновить отслеживаемые файлы"
6286
6287 #: builtin/add.c:297
6288 msgid "renormalize EOL of tracked files (implies -u)"
6289 msgstr "перенормализировать концы строк (EOL) отслеживаемых файлов (подразумевает -u)"
6290
6291 #: builtin/add.c:298
6292 msgid "record only the fact that the path will be added later"
6293 msgstr "записать только факт, что путь будет добавлен позже"
6294
6295 #: builtin/add.c:299
6296 msgid "add changes from all tracked and untracked files"
6297 msgstr "добавить изменения из всех отслеживаемых и неотслеживаемых файлов"
6298
6299 #: builtin/add.c:302
6300 msgid "ignore paths removed in the working tree (same as --no-all)"
6301 msgstr "игнорировать пути удаленные из рабочего каталога (тоже, что и --no-all)"
6302
6303 #: builtin/add.c:304
6304 msgid "don't add, only refresh the index"
6305 msgstr "не добавлять, только обновить индекс"
6306
6307 #: builtin/add.c:305
6308 msgid "just skip files which cannot be added because of errors"
6309 msgstr "пропускать файлы, которые не могут быть добавлены из-за ошибок"
6310
6311 #: builtin/add.c:306
6312 msgid "check if - even missing - files are ignored in dry run"
6313 msgstr "удостовериться, что даже недостающие файлы будут проигнорированы при пробном запуске"
6314
6315 #: builtin/add.c:308 builtin/update-index.c:973
6316 msgid "override the executable bit of the listed files"
6317 msgstr "переопределить бит выполнения на указанных файлах"
6318
6319 #: builtin/add.c:310
6320 msgid "warn when adding an embedded repository"
6321 msgstr "предупреждать при добавлении встроенного git репозитория"
6322
6323 #: builtin/add.c:325
6324 #, c-format
6325 msgid ""
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"
6330 "\n"
6331 "\tgit submodule add <url> %s\n"
6332 "\n"
6333 "If you added this path by mistake, you can remove it from the\n"
6334 "index with:\n"
6335 "\n"
6336 "\tgit rm --cached %s\n"
6337 "\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»."
6340
6341 #: builtin/add.c:353
6342 #, c-format
6343 msgid "adding embedded git repository: %s"
6344 msgstr "добавление встроенного git репозитория: %s"
6345
6346 #: builtin/add.c:371
6347 #, c-format
6348 msgid "Use -f if you really want to add them.\n"
6349 msgstr "Используйте -f, если вы действительно хотите добавить их.\n"
6350
6351 #: builtin/add.c:379
6352 msgid "adding files failed"
6353 msgstr "ошибка при добавлении файлов"
6354
6355 #: builtin/add.c:417
6356 msgid "-A and -u are mutually incompatible"
6357 msgstr "-A и -u нельзя использовать одновременно"
6358
6359 #: builtin/add.c:424
6360 msgid "Option --ignore-missing can only be used together with --dry-run"
6361 msgstr "Опция --ignore-missing может использоваться только вместе с --dry-run"
6362
6363 #: builtin/add.c:428
6364 #, c-format
6365 msgid "--chmod param '%s' must be either -x or +x"
6366 msgstr "параметр --chmod «%s» должен быть -x или +x"
6367
6368 #: builtin/add.c:443
6369 #, c-format
6370 msgid "Nothing specified, nothing added.\n"
6371 msgstr "Ничего не указано, ничего не добавлено.\n"
6372
6373 #: builtin/add.c:444
6374 #, c-format
6375 msgid "Maybe you wanted to say 'git add .'?\n"
6376 msgstr "Возможно, вы имели в виду «git add .»?\n"
6377
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 "файл индекса поврежден"
6384
6385 #: builtin/am.c:415
6386 msgid "could not parse author script"
6387 msgstr "не удалось разобрать сценарий авторства"
6388
6389 #: builtin/am.c:499
6390 #, c-format
6391 msgid "'%s' was deleted by the applypatch-msg hook"
6392 msgstr "«%s» был удален перехватчиком applypatch-msg"
6393
6394 #: builtin/am.c:540
6395 #, c-format
6396 msgid "Malformed input line: '%s'."
6397 msgstr "Неправильная строка ввода: «%s»."
6398
6399 #: builtin/am.c:577
6400 #, c-format
6401 msgid "Failed to copy notes from '%s' to '%s'"
6402 msgstr "Не удалось скопировать заметку из «%s» в «%s»"
6403
6404 #: builtin/am.c:603
6405 msgid "fseek failed"
6406 msgstr "сбой при выполнении fseek"
6407
6408 #: builtin/am.c:791
6409 #, c-format
6410 msgid "could not parse patch '%s'"
6411 msgstr "не удалось разобрать патч «%s»"
6412
6413 #: builtin/am.c:856
6414 msgid "Only one StGIT patch series can be applied at once"
6415 msgstr "Только серия патчей StGIT может быть применена за раз"
6416
6417 #: builtin/am.c:904
6418 msgid "invalid timestamp"
6419 msgstr "недопустимая метка даты/времени"
6420
6421 #: builtin/am.c:909 builtin/am.c:921
6422 msgid "invalid Date line"
6423 msgstr "недопустимая строка даты"
6424
6425 #: builtin/am.c:916
6426 msgid "invalid timezone offset"
6427 msgstr "недопустимое смещение часового пояса"
6428
6429 #: builtin/am.c:1009
6430 msgid "Patch format detection failed."
6431 msgstr "Сбой определения формата патча."
6432
6433 #: builtin/am.c:1014 builtin/clone.c:408
6434 #, c-format
6435 msgid "failed to create directory '%s'"
6436 msgstr "не удалось создать каталог «%s»"
6437
6438 #: builtin/am.c:1019
6439 msgid "Failed to split patches."
6440 msgstr "Не удалось разделить патчи на части."
6441
6442 #: builtin/am.c:1149 builtin/commit.c:364
6443 msgid "unable to write index file"
6444 msgstr "не удалось записать индекс"
6445
6446 #: builtin/am.c:1163
6447 #, c-format
6448 msgid "When you have resolved this problem, run \"%s --continue\"."
6449 msgstr "Когда вы устраните эту проблему, запустите «%s --continue»."
6450
6451 #: builtin/am.c:1164
6452 #, c-format
6453 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
6454 msgstr "Если вы хотите пропустить этот патч, то запустите «%s --skip»."
6455
6456 #: builtin/am.c:1165
6457 #, c-format
6458 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
6459 msgstr "Чтобы вернуться на предыдущую ветку и остановить применение изменений, запустите «%s --abort»."
6460
6461 #: builtin/am.c:1272
6462 msgid "Patch is empty."
6463 msgstr "Патч пустой."
6464
6465 #: builtin/am.c:1338
6466 #, c-format
6467 msgid "invalid ident line: %.*s"
6468 msgstr "неправильная строка идентификации: %.*s"
6469
6470 #: builtin/am.c:1360
6471 #, c-format
6472 msgid "unable to parse commit %s"
6473 msgstr "не удалось разобрать коммит %s"
6474
6475 #: builtin/am.c:1556
6476 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
6477 msgstr "В репозитории отсутствуют двоичные объекты, необходимые для отката к трехходовому слиянию."
6478
6479 #: builtin/am.c:1558
6480 msgid "Using index info to reconstruct a base tree..."
6481 msgstr "Использую индекс для реконструкции базового дерева…"
6482
6483 #: builtin/am.c:1577
6484 msgid ""
6485 "Did you hand edit your patch?\n"
6486 "It does not apply to blobs recorded in its index."
6487 msgstr "Вы вручную изменяли патч?\nОн не накладывается без ошибок на двоичные объекты, записанные в его заголовке."
6488
6489 #: builtin/am.c:1583
6490 msgid "Falling back to patching base and 3-way merge..."
6491 msgstr "Откат к применению изменений к базовому коммиту с помощью трехходового слияния…"
6492
6493 #: builtin/am.c:1608
6494 msgid "Failed to merge in the changes."
6495 msgstr "Не удалось слить изменения."
6496
6497 #: builtin/am.c:1640
6498 msgid "applying to an empty history"
6499 msgstr "применение к пустой истории"
6500
6501 #: builtin/am.c:1686 builtin/am.c:1690
6502 #, c-format
6503 msgid "cannot resume: %s does not exist."
6504 msgstr "нельзя продолжнить: %s не существует "
6505
6506 #: builtin/am.c:1706
6507 msgid "cannot be interactive without stdin connected to a terminal."
6508 msgstr "не удалось использовать интерактивное поведение, без stdin подключенного к терминалу."
6509
6510 #: builtin/am.c:1711
6511 msgid "Commit Body is:"
6512 msgstr "Тело коммита:"
6513
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] - применить всё: "
6520
6521 #: builtin/am.c:1771
6522 #, c-format
6523 msgid "Dirty index: cannot apply patches (dirty: %s)"
6524 msgstr "Индекс не пустой: нельзя применять патчи (в индексе: %s)"
6525
6526 #: builtin/am.c:1811 builtin/am.c:1879
6527 #, c-format
6528 msgid "Applying: %.*s"
6529 msgstr "Применение: %.*s"
6530
6531 #: builtin/am.c:1828
6532 msgid "No changes -- Patch already applied."
6533 msgstr "Нет изменений — Патч уже применен."
6534
6535 #: builtin/am.c:1834
6536 #, c-format
6537 msgid "Patch failed at %s %.*s"
6538 msgstr "Ошибка применения изменений на %s %.*s"
6539
6540 #: builtin/am.c:1838
6541 msgid "Use 'git am --show-current-patch' to see the failed patch"
6542 msgstr ""
6543
6544 #: builtin/am.c:1882
6545 msgid ""
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Если ничего не осталось для индексации, то, скорее всего, что-то другое уже сделало те же изменения; возможно, вам следует пропустить этот патч."
6550
6551 #: builtin/am.c:1889
6552 msgid ""
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» с именем файла, чтобы пометить его как «удалено ими»."
6557
6558 #: builtin/am.c:1996 builtin/am.c:2000 builtin/am.c:2012 builtin/reset.c:324
6559 #: builtin/reset.c:332
6560 #, c-format
6561 msgid "Could not parse object '%s'."
6562 msgstr "Не удалось разобрать объект «%s»."
6563
6564 #: builtin/am.c:2048
6565 msgid "failed to clean index"
6566 msgstr "не удалось очистить индекс"
6567
6568 #: builtin/am.c:2083
6569 msgid ""
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 не выполняется"
6573
6574 #: builtin/am.c:2174
6575 #, c-format
6576 msgid "Invalid value for --patch-format: %s"
6577 msgstr "Неправильное значение для --patch-format: %s"
6578
6579 #: builtin/am.c:2210
6580 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
6581 msgstr "git am [<опции>] [(<mbox> | <Maildir>)…]"
6582
6583 #: builtin/am.c:2211
6584 msgid "git am [<options>] (--continue | --skip | --abort)"
6585 msgstr "git am [<опции>] (--continue | --skip | --abort)"
6586
6587 #: builtin/am.c:2217
6588 msgid "run interactively"
6589 msgstr "запустить в интерактивном режиме"
6590
6591 #: builtin/am.c:2219
6592 msgid "historical option -- no-op"
6593 msgstr "историческая опция — ничего не делает"
6594
6595 #: builtin/am.c:2221
6596 msgid "allow fall back on 3way merging if needed"
6597 msgstr "разрешить откатиться к трехходовому слиянию, если нужно"
6598
6599 #: builtin/am.c:2222 builtin/init-db.c:485 builtin/prune-packed.c:58
6600 #: builtin/repack.c:299
6601 msgid "be quiet"
6602 msgstr "тихий режим"
6603
6604 #: builtin/am.c:2224
6605 msgid "add a Signed-off-by line to the commit message"
6606 msgstr "добавить строку Signed-off-by к сообщению коммита"
6607
6608 #: builtin/am.c:2227
6609 msgid "recode into utf8 (default)"
6610 msgstr "перекодировать в utf8 (по умолчанию)"
6611
6612 #: builtin/am.c:2229
6613 msgid "pass -k flag to git-mailinfo"
6614 msgstr "передать флаг -k в git-mailinfo"
6615
6616 #: builtin/am.c:2231
6617 msgid "pass -b flag to git-mailinfo"
6618 msgstr "передать флаг -b в git-mailinfo"
6619
6620 #: builtin/am.c:2233
6621 msgid "pass -m flag to git-mailinfo"
6622 msgstr "передать флаг -m в git-mailinfo"
6623
6624 #: builtin/am.c:2235
6625 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
6626 msgstr "передать флаг --keep-cr в git-mailsplit для формата mbox"
6627
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"
6631
6632 #: builtin/am.c:2241
6633 msgid "strip everything before a scissors line"
6634 msgstr "обрезать все до строки обрезки"
6635
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"
6641
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
6648 msgid "n"
6649 msgstr "n"
6650
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
6653 msgid "format"
6654 msgstr "формат"
6655
6656 #: builtin/am.c:2267
6657 msgid "format the patch(es) are in"
6658 msgstr "формат, в котором находятся патчи"
6659
6660 #: builtin/am.c:2273
6661 msgid "override error message when patch failure occurs"
6662 msgstr "переопределить сообщение об ошибке, если не удалось наложить изменения"
6663
6664 #: builtin/am.c:2275
6665 msgid "continue applying patches after resolving a conflict"
6666 msgstr "продолжить применение изменений после разрешения конфиликта"
6667
6668 #: builtin/am.c:2278
6669 msgid "synonyms for --continue"
6670 msgstr "синоним для --continue"
6671
6672 #: builtin/am.c:2281
6673 msgid "skip the current patch"
6674 msgstr "пропустить текущий патч"
6675
6676 #: builtin/am.c:2284
6677 msgid "restore the original branch and abort the patching operation."
6678 msgstr "восстановить оригинальную ветку и отменить операцию применения изменений."
6679
6680 #: builtin/am.c:2287
6681 msgid "abort the patching operation but keep HEAD where it is."
6682 msgstr ""
6683
6684 #: builtin/am.c:2290
6685 msgid "show the patch being applied."
6686 msgstr ""
6687
6688 #: builtin/am.c:2294
6689 msgid "lie about committer date"
6690 msgstr "соврать о дате коммитера"
6691
6692 #: builtin/am.c:2296
6693 msgid "use current timestamp for author date"
6694 msgstr "использовать текущее время как время авторства"
6695
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
6698 msgid "key-id"
6699 msgstr "key-id"
6700
6701 #: builtin/am.c:2299
6702 msgid "GPG-sign commits"
6703 msgstr "подписать коммиты с помощью GPG"
6704
6705 #: builtin/am.c:2302
6706 msgid "(internal use for git-rebase)"
6707 msgstr "(внутреннее использование для git-rebase)"
6708
6709 #: builtin/am.c:2320
6710 msgid ""
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. Пожалуйста, не используйте ее."
6714
6715 #: builtin/am.c:2327
6716 msgid "failed to read the index"
6717 msgstr "сбой чтения индекса"
6718
6719 #: builtin/am.c:2342
6720 #, c-format
6721 msgid "previous rebase directory %s still exists but mbox given."
6722 msgstr "предыдущий каталог перемещения %s еще существует, но передан mbox."
6723
6724 #: builtin/am.c:2366
6725 #, c-format
6726 msgid ""
6727 "Stray %s directory found.\n"
6728 "Use \"git am --abort\" to remove it."
6729 msgstr "Найден забытый каталог %s.\nИспользуйте «git am --abort», чтобы удалить его."
6730
6731 #: builtin/am.c:2372
6732 msgid "Resolve operation not in progress, we are not resuming."
6733 msgstr "Операция разрешения конфликтов не в процессе выполнения, не продолжаем."
6734
6735 #: builtin/apply.c:8
6736 msgid "git apply [<options>] [<patch>...]"
6737 msgstr "git apply [<опции>] [<патч>…]"
6738
6739 #: builtin/archive.c:17
6740 #, c-format
6741 msgid "could not create archive file '%s'"
6742 msgstr "не удалось создать файл архива «%s»"
6743
6744 #: builtin/archive.c:20
6745 msgid "could not redirect output"
6746 msgstr "не удалось перенаправить вывод"
6747
6748 #: builtin/archive.c:37
6749 msgid "git archive: Remote with no URL"
6750 msgstr "git archive: внешний репозиторий без URL"
6751
6752 #: builtin/archive.c:58
6753 msgid "git archive: expected ACK/NAK, got a flush packet"
6754 msgstr "git archive: ожидается ACK/NAK, получен пакет сброса буфера"
6755
6756 #: builtin/archive.c:61
6757 #, c-format
6758 msgid "git archive: NACK %s"
6759 msgstr "git archive: NACK %s"
6760
6761 #: builtin/archive.c:64
6762 msgid "git archive: protocol error"
6763 msgstr "git archive: ошибка протокола"
6764
6765 #: builtin/archive.c:68
6766 msgid "git archive: expected a flush"
6767 msgstr "git archive: ожидался сброс буфера"
6768
6769 #: builtin/bisect--helper.c:12
6770 msgid "git bisect--helper --next-all [--no-checkout]"
6771 msgstr "git bisect--helper --next-all [--no-checkout]"
6772
6773 #: builtin/bisect--helper.c:13
6774 msgid "git bisect--helper --write-terms <bad_term> <good_term>"
6775 msgstr "git bisect--helper --write-terms <плохое-определение> <хорошее-определение>"
6776
6777 #: builtin/bisect--helper.c:14
6778 msgid "git bisect--helper --bisect-clean-state"
6779 msgstr "git bisect--helper --bisect-clean-state"
6780
6781 #: builtin/bisect--helper.c:46
6782 #, c-format
6783 msgid "'%s' is not a valid term"
6784 msgstr "«%s» не является допустимым определением"
6785
6786 #: builtin/bisect--helper.c:50
6787 #, c-format
6788 msgid "can't use the builtin command '%s' as a term"
6789 msgstr "нельзя использовать встроенную команду «%s» как определение"
6790
6791 #: builtin/bisect--helper.c:60
6792 #, c-format
6793 msgid "can't change the meaning of the term '%s'"
6794 msgstr "нельзя изменить значение определения «%s»"
6795
6796 #: builtin/bisect--helper.c:71
6797 msgid "please use two different terms"
6798 msgstr "используйте два разных определения"
6799
6800 #: builtin/bisect--helper.c:78
6801 msgid "could not open the file BISECT_TERMS"
6802 msgstr "не удалось открыть файл BISECT_TERMS"
6803
6804 #: builtin/bisect--helper.c:120
6805 msgid "perform 'git bisect next'"
6806 msgstr "выполнить «git bisect next»"
6807
6808 #: builtin/bisect--helper.c:122
6809 msgid "write the terms to .git/BISECT_TERMS"
6810 msgstr "записать определения в .git/BISECT_TERMS"
6811
6812 #: builtin/bisect--helper.c:124
6813 msgid "cleanup the bisection state"
6814 msgstr "очистить состояние двоичного поиска"
6815
6816 #: builtin/bisect--helper.c:126
6817 msgid "check for expected revs"
6818 msgstr "проверить ожидаемые редакции"
6819
6820 #: builtin/bisect--helper.c:128
6821 msgid "update BISECT_HEAD instead of checking out the current commit"
6822 msgstr "обновить BISECT_HEAD вместо перехода на текущий коммит"
6823
6824 #: builtin/bisect--helper.c:143
6825 msgid "--write-terms requires two arguments"
6826 msgstr "--write-terms требует указания двух параметров"
6827
6828 #: builtin/bisect--helper.c:147
6829 msgid "--bisect-clean-state requires no arguments"
6830 msgstr "--bisect-clean-state не требует указания параметров"
6831
6832 #: builtin/blame.c:31
6833 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
6834 msgstr "git blame [<опции>] [<опции-редакции>] [<редакция>] [--] <файл>"
6835
6836 #: builtin/blame.c:36
6837 msgid "<rev-opts> are documented in git-rev-list(1)"
6838 msgstr "<опции-rev-list> документированы в git-rev-list(1)"
6839
6840 #: builtin/blame.c:406
6841 #, c-format
6842 msgid "expecting a color: %s"
6843 msgstr "ожидается цвет: %s"
6844
6845 #: builtin/blame.c:413
6846 msgid "must end with a color"
6847 msgstr "должно заканчиваться на цвет"
6848
6849 #: builtin/blame.c:700
6850 #, c-format
6851 msgid "invalid color '%s' in color.blame.repeatedLines"
6852 msgstr ""
6853
6854 #: builtin/blame.c:718
6855 msgid "invalid value for blame.coloring"
6856 msgstr ""
6857
6858 #: builtin/blame.c:789
6859 msgid "Show blame entries as we find them, incrementally"
6860 msgstr "Показать записи авторства постепенно, в процессе нахождения"
6861
6862 #: builtin/blame.c:790
6863 msgid "Show blank SHA-1 for boundary commits (Default: off)"
6864 msgstr "Не показывать SHA-1 для коммитов, не входящих в границы запроса (По умолчанию: отключено)"
6865
6866 #: builtin/blame.c:791
6867 msgid "Do not treat root commits as boundaries (Default: off)"
6868 msgstr "Не воспринимать корневые коммиты как граничные (По умолчанию: отключено)"
6869
6870 #: builtin/blame.c:792
6871 msgid "Show work cost statistics"
6872 msgstr "Показать статистику расходов на выполнение запроса"
6873
6874 #: builtin/blame.c:793
6875 msgid "Force progress reporting"
6876 msgstr "Принудительно выводить прогресс выполнения"
6877
6878 #: builtin/blame.c:794
6879 msgid "Show output score for blame entries"
6880 msgstr "Показать оценку для записей авторства"
6881
6882 #: builtin/blame.c:795
6883 msgid "Show original filename (Default: auto)"
6884 msgstr "Показать оригинальное имя файла (По умолчанию: автоматически)"
6885
6886 #: builtin/blame.c:796
6887 msgid "Show original linenumber (Default: off)"
6888 msgstr "Показать оригинальные номера строк (По умолчанию: отключено)"
6889
6890 #: builtin/blame.c:797
6891 msgid "Show in a format designed for machine consumption"
6892 msgstr "Показать в формате для программного разбора"
6893
6894 #: builtin/blame.c:798
6895 msgid "Show porcelain format with per-line commit information"
6896 msgstr "Показать в машиночитаемом формате, с построчной информацией о коммите"
6897
6898 #: builtin/blame.c:799
6899 msgid "Use the same output mode as git-annotate (Default: off)"
6900 msgstr "Использовать такой же формат вывода, как и git-annotate (По умолчанию: отключено)"
6901
6902 #: builtin/blame.c:800
6903 msgid "Show raw timestamp (Default: off)"
6904 msgstr "Показать необработанные временные метки (По умолчанию: отключено)"
6905
6906 #: builtin/blame.c:801
6907 msgid "Show long commit SHA1 (Default: off)"
6908 msgstr "Показать длинный SHA1 идентификатор коммита (По умолчанию: отключено)"
6909
6910 #: builtin/blame.c:802
6911 msgid "Suppress author name and timestamp (Default: off)"
6912 msgstr "Не показывать имя автора и временные метки (По умолчанию: отключено)"
6913
6914 #: builtin/blame.c:803
6915 msgid "Show author email instead of name (Default: off)"
6916 msgstr "Показать почту автора вместо имени (По умолчанию: отключено)"
6917
6918 #: builtin/blame.c:804
6919 msgid "Ignore whitespace differences"
6920 msgstr "Игнорировать различия в пробелах"
6921
6922 #: builtin/blame.c:805
6923 msgid "color redundant metadata from previous line differently"
6924 msgstr ""
6925
6926 #: builtin/blame.c:806
6927 msgid "color lines by age"
6928 msgstr ""
6929
6930 #: builtin/blame.c:813
6931 msgid "Use an experimental heuristic to improve diffs"
6932 msgstr "Использовать эксперементальную эвристику, чтобы улучшить файлы различий"
6933
6934 #: builtin/blame.c:815
6935 msgid "Spend extra cycles to find better match"
6936 msgstr "Потратить больше времени, для нахождения лучших совпадений"
6937
6938 #: builtin/blame.c:816
6939 msgid "Use revisions from <file> instead of calling git-rev-list"
6940 msgstr "Использовать редакции из <файла> вместо вызова git-rev-list"
6941
6942 #: builtin/blame.c:817
6943 msgid "Use <file>'s contents as the final image"
6944 msgstr "Использовать содержимое <файла> как финальный снимок"
6945
6946 #: builtin/blame.c:818 builtin/blame.c:819
6947 msgid "score"
6948 msgstr "мин-длина"
6949
6950 #: builtin/blame.c:818
6951 msgid "Find line copies within and across files"
6952 msgstr "Найти копирование строк в пределах и между файлами"
6953
6954 #: builtin/blame.c:819
6955 msgid "Find line movements within and across files"
6956 msgstr "Найти перемещения строк в пределах и между файлами"
6957
6958 #: builtin/blame.c:820
6959 msgid "n,m"
6960 msgstr "начало,конец"
6961
6962 #: builtin/blame.c:820
6963 msgid "Process only line range n,m, counting from 1"
6964 msgstr "Обработать только строки в диапазоне начало,конец, начиная с 1"
6965
6966 #: builtin/blame.c:869
6967 msgid "--progress can't be used with --incremental or porcelain formats"
6968 msgstr "--progress нельзя использовать одновременно с --incremental или машиночитаемым (porcelain) форматом"
6969
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
6976 #. columns.
6977 #: builtin/blame.c:920
6978 msgid "4 years, 11 months ago"
6979 msgstr "4 года и 11 месяцев назад"
6980
6981 #: builtin/blame.c:1007
6982 #, c-format
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 строки"
6989
6990 #: builtin/blame.c:1053
6991 msgid "Blaming lines"
6992 msgstr "Просмотр авторов строк"
6993
6994 #: builtin/branch.c:28
6995 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
6996 msgstr "git branch [<опции>] [-r | -a] [--merged | --no-merged]"
6997
6998 #: builtin/branch.c:29
6999 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
7000 msgstr "git branch [<опции>] [-l] [-f] <имя-ветки> [<точка-начала>]"
7001
7002 #: builtin/branch.c:30
7003 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
7004 msgstr "git branch [<опции>] [-r] (-d | -D) <имя-ветки>…"
7005
7006 #: builtin/branch.c:31
7007 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
7008 msgstr "git branch [<опции>] (-m | -M) [<старая-ветка>] <новая-ветка>"
7009
7010 #: builtin/branch.c:32
7011 msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
7012 msgstr "git branch [<опции>] (-c | -C) [<старая-ветка>] <новая-ветка>"
7013
7014 #: builtin/branch.c:33
7015 msgid "git branch [<options>] [-r | -a] [--points-at]"
7016 msgstr "git branch [<опции>] [-r | -a] [--points-at]"
7017
7018 #: builtin/branch.c:34
7019 msgid "git branch [<options>] [-r | -a] [--format]"
7020 msgstr "git branch [<опции>] [-r | -a] [--format]"
7021
7022 #: builtin/branch.c:143
7023 #, c-format
7024 msgid ""
7025 "deleting branch '%s' that has been merged to\n"
7026 " '%s', but not yet merged to HEAD."
7027 msgstr "удаление ветки «%s», которая была слита с\n «%s», но не слита с HEAD."
7028
7029 #: builtin/branch.c:147
7030 #, c-format
7031 msgid ""
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."
7035
7036 #: builtin/branch.c:161
7037 #, c-format
7038 msgid "Couldn't look up commit object for '%s'"
7039 msgstr "Не удалось найти объект коммита для «%s»"
7040
7041 #: builtin/branch.c:165
7042 #, c-format
7043 msgid ""
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»."
7047
7048 #: builtin/branch.c:178
7049 msgid "Update of config-file failed"
7050 msgstr "Не удалось обновить файл конфигурации"
7051
7052 #: builtin/branch.c:209
7053 msgid "cannot use -a with -d"
7054 msgstr "нельзя использовать одновременно ключи -a и -d"
7055
7056 #: builtin/branch.c:215
7057 msgid "Couldn't look up commit object for HEAD"
7058 msgstr "Не удалось найти объект коммита для HEAD"
7059
7060 #: builtin/branch.c:229
7061 #, c-format
7062 msgid "Cannot delete branch '%s' checked out at '%s'"
7063 msgstr "Нельзя удалить ветку «%s» т.к. она активна на «%s»"
7064
7065 #: builtin/branch.c:244
7066 #, c-format
7067 msgid "remote-tracking branch '%s' not found."
7068 msgstr "внешняя отслеживаемая ветка «%s» не найдена."
7069
7070 #: builtin/branch.c:245
7071 #, c-format
7072 msgid "branch '%s' not found."
7073 msgstr "ветка «%s» не найдена."
7074
7075 #: builtin/branch.c:260
7076 #, c-format
7077 msgid "Error deleting remote-tracking branch '%s'"
7078 msgstr "Ошибка удаления внешней отслеживаемой ветки «%s»"
7079
7080 #: builtin/branch.c:261
7081 #, c-format
7082 msgid "Error deleting branch '%s'"
7083 msgstr "Ошибка удаления ветки «%s»"
7084
7085 #: builtin/branch.c:268
7086 #, c-format
7087 msgid "Deleted remote-tracking branch %s (was %s).\n"
7088 msgstr "Внешняя отслеживаемая ветка %s удалена (была %s).\n"
7089
7090 #: builtin/branch.c:269
7091 #, c-format
7092 msgid "Deleted branch %s (was %s).\n"
7093 msgstr "Ветка %s удалена (была %s).\n"
7094
7095 #: builtin/branch.c:413 builtin/tag.c:59
7096 msgid "unable to parse format string"
7097 msgstr "не удалось разобрать строку формата"
7098
7099 #: builtin/branch.c:450
7100 #, c-format
7101 msgid "Branch %s is being rebased at %s"
7102 msgstr "Производится перемещение ветки %s на %s"
7103
7104 #: builtin/branch.c:454
7105 #, c-format
7106 msgid "Branch %s is being bisected at %s"
7107 msgstr "Производится двоичный поиск в ветке %s на %s"
7108
7109 #: builtin/branch.c:471
7110 msgid "cannot copy the current branch while not on any."
7111 msgstr "невозможно скопировать текущую ветку, если вы не находитесь ни на одной из веток."
7112
7113 #: builtin/branch.c:473
7114 msgid "cannot rename the current branch while not on any."
7115 msgstr "невозможно переименовать текущую ветку, если вы не находитесь ни на одной из них."
7116
7117 #: builtin/branch.c:484
7118 #, c-format
7119 msgid "Invalid branch name: '%s'"
7120 msgstr "Недействительное имя ветки: «%s»"
7121
7122 #: builtin/branch.c:511
7123 msgid "Branch rename failed"
7124 msgstr "Сбой переименования ветки"
7125
7126 #: builtin/branch.c:513
7127 msgid "Branch copy failed"
7128 msgstr "Сбой копирования ветки"
7129
7130 #: builtin/branch.c:517
7131 #, c-format
7132 msgid "Created a copy of a misnamed branch '%s'"
7133 msgstr "Создана копия неправильно названной ветки «%s»"
7134
7135 #: builtin/branch.c:520
7136 #, c-format
7137 msgid "Renamed a misnamed branch '%s' away"
7138 msgstr "Переименована неправильно названная ветка «%s»"
7139
7140 #: builtin/branch.c:526
7141 #, c-format
7142 msgid "Branch renamed to %s, but HEAD is not updated!"
7143 msgstr "Ветка переименована в %s, но HEAD не обновлен!"
7144
7145 #: builtin/branch.c:535
7146 msgid "Branch is renamed, but update of config-file failed"
7147 msgstr "Ветка переименована, но произошел сбой обновления файла конфигурации"
7148
7149 #: builtin/branch.c:537
7150 msgid "Branch is copied, but update of config-file failed"
7151 msgstr "Ветка скопирована, но произошел сбой обновления файла конфигурации"
7152
7153 #: builtin/branch.c:553
7154 #, c-format
7155 msgid ""
7156 "Please edit the description for the branch\n"
7157 " %s\n"
7158 "Lines starting with '%c' will be stripped.\n"
7159 msgstr "Измените описание для ветки:\n %s\nСтроки, начинающиеся с «%c» будут вырезаны.\n"
7160
7161 #: builtin/branch.c:594
7162 msgid "Generic options"
7163 msgstr "Общие параметры"
7164
7165 #: builtin/branch.c:596
7166 msgid "show hash and subject, give twice for upstream branch"
7167 msgstr "показывать хэш-сумму и тему, укажите дважды для вышестоящей ветки"
7168
7169 #: builtin/branch.c:597
7170 msgid "suppress informational messages"
7171 msgstr "не выводить информационные сообщения"
7172
7173 #: builtin/branch.c:598
7174 msgid "set up tracking mode (see git-pull(1))"
7175 msgstr "установить режим отслеживания вышестоящей ветки (см. git-pull(1))"
7176
7177 #: builtin/branch.c:600
7178 msgid "do not use"
7179 msgstr "не используйте"
7180
7181 #: builtin/branch.c:602
7182 msgid "upstream"
7183 msgstr "вышестоящая"
7184
7185 #: builtin/branch.c:602
7186 msgid "change the upstream info"
7187 msgstr "изменить информацию о вышестоящей ветке"
7188
7189 #: builtin/branch.c:603
7190 msgid "Unset the upstream info"
7191 msgstr "Убрать информацию о вышестоящей ветке"
7192
7193 #: builtin/branch.c:604
7194 msgid "use colored output"
7195 msgstr "использовать цветной вывод"
7196
7197 #: builtin/branch.c:605
7198 msgid "act on remote-tracking branches"
7199 msgstr "выполнить действия на отслеживаемых внешних ветках"
7200
7201 #: builtin/branch.c:607 builtin/branch.c:609
7202 msgid "print only branches that contain the commit"
7203 msgstr "вывод только веток, которые содержат коммит"
7204
7205 #: builtin/branch.c:608 builtin/branch.c:610
7206 msgid "print only branches that don't contain the commit"
7207 msgstr "вывод только веток, которые не содержат коммит"
7208
7209 #: builtin/branch.c:613
7210 msgid "Specific git-branch actions:"
7211 msgstr "Специфичные для git-branch действия:"
7212
7213 #: builtin/branch.c:614
7214 msgid "list both remote-tracking and local branches"
7215 msgstr "показать список и отслеживаемых и локальных веток"
7216
7217 #: builtin/branch.c:616
7218 msgid "delete fully merged branch"
7219 msgstr "удалить полностью слитую ветку"
7220
7221 #: builtin/branch.c:617
7222 msgid "delete branch (even if not merged)"
7223 msgstr "удалить ветку (даже никуда не слитую)"
7224
7225 #: builtin/branch.c:618
7226 msgid "move/rename a branch and its reflog"
7227 msgstr "переместить/переименовать ветки и ее журнал ссылок"
7228
7229 #: builtin/branch.c:619
7230 msgid "move/rename a branch, even if target exists"
7231 msgstr "переместить/переименовать ветку, даже если целевое имя уже существует"
7232
7233 #: builtin/branch.c:620
7234 msgid "copy a branch and its reflog"
7235 msgstr "скопировать ветку и её журнал ссылок"
7236
7237 #: builtin/branch.c:621
7238 msgid "copy a branch, even if target exists"
7239 msgstr "скопировать ветку, даже если целевое имя уже существует"
7240
7241 #: builtin/branch.c:622
7242 msgid "list branch names"
7243 msgstr "показать список имен веток"
7244
7245 #: builtin/branch.c:623
7246 msgid "create the branch's reflog"
7247 msgstr "создать журнал ссылок ветки"
7248
7249 #: builtin/branch.c:626
7250 msgid "deprecated synonym for --create-reflog"
7251 msgstr ""
7252
7253 #: builtin/branch.c:631
7254 msgid "edit the description for the branch"
7255 msgstr "изменить описание ветки"
7256
7257 #: builtin/branch.c:632
7258 msgid "force creation, move/rename, deletion"
7259 msgstr "принудительное создание, перемещение или удаление ветки"
7260
7261 #: builtin/branch.c:633
7262 msgid "print only branches that are merged"
7263 msgstr "вывод только слитых веток"
7264
7265 #: builtin/branch.c:634
7266 msgid "print only branches that are not merged"
7267 msgstr "вывод только не слитых веток"
7268
7269 #: builtin/branch.c:635
7270 msgid "list branches in columns"
7271 msgstr "показать список веток по столбцам"
7272
7273 #: builtin/branch.c:636 builtin/for-each-ref.c:40 builtin/ls-remote.c:70
7274 #: builtin/tag.c:413
7275 msgid "key"
7276 msgstr "ключ"
7277
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 "имя поля, по которому выполнить сортировку"
7282
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
7286 msgid "object"
7287 msgstr "объект"
7288
7289 #: builtin/branch.c:640
7290 msgid "print only branches of the object"
7291 msgstr "вывод только веток, определенного объекта"
7292
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 "сортировка и фильтрация не зависят от регистра"
7296
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 "использовать формат для вывода"
7301
7302 #: builtin/branch.c:666 builtin/clone.c:739
7303 msgid "HEAD not found below refs/heads!"
7304 msgstr "HEAD не найден в refs/heads!"
7305
7306 #: builtin/branch.c:689
7307 msgid "--column and --verbose are incompatible"
7308 msgstr "--column и --verbose нельзя использовать одновременно"
7309
7310 #: builtin/branch.c:709 builtin/branch.c:761 builtin/branch.c:770
7311 msgid "branch name required"
7312 msgstr "требуется имя ветки"
7313
7314 #: builtin/branch.c:737
7315 msgid "Cannot give description to detached HEAD"
7316 msgstr "Нельзя дать описание отделённому HEAD"
7317
7318 #: builtin/branch.c:742
7319 msgid "cannot edit description of more than one branch"
7320 msgstr "нельзя изменить описание более одной ветки за раз"
7321
7322 #: builtin/branch.c:749
7323 #, c-format
7324 msgid "No commit on branch '%s' yet."
7325 msgstr "Еще нет коммита на ветке «%s»."
7326
7327 #: builtin/branch.c:752
7328 #, c-format
7329 msgid "No branch named '%s'."
7330 msgstr "Нет ветки с именем «%s»."
7331
7332 #: builtin/branch.c:767
7333 msgid "too many branches for a copy operation"
7334 msgstr "слишком много веток для операции копирования"
7335
7336 #: builtin/branch.c:776
7337 msgid "too many arguments for a rename operation"
7338 msgstr "слишком много аргументов для операции переименования"
7339
7340 #: builtin/branch.c:781
7341 msgid "too many arguments to set new upstream"
7342 msgstr "слишком много аргументов для указания новой вышестоящей ветки"
7343
7344 #: builtin/branch.c:785
7345 #, c-format
7346 msgid ""
7347 "could not set upstream of HEAD to %s when it does not point to any branch."
7348 msgstr "невозможно установить вышестоящий репозиторий для HEAD на %s, так как он не указывает ни на одну ветку."
7349
7350 #: builtin/branch.c:788 builtin/branch.c:810 builtin/branch.c:826
7351 #, c-format
7352 msgid "no such branch '%s'"
7353 msgstr "нет такой ветки «%s»"
7354
7355 #: builtin/branch.c:792
7356 #, c-format
7357 msgid "branch '%s' does not exist"
7358 msgstr "ветка «%s» не существует"
7359
7360 #: builtin/branch.c:804
7361 msgid "too many arguments to unset upstream"
7362 msgstr "слишком много аргументов для сброса указания вышестоящей ветки"
7363
7364 #: builtin/branch.c:808
7365 msgid "could not unset upstream of HEAD when it does not point to any branch."
7366 msgstr "невозможно убрать вышестоящий репозиторий для HEAD, так как он не указывает ни на одну ветку."
7367
7368 #: builtin/branch.c:814
7369 #, c-format
7370 msgid "Branch '%s' has no upstream information"
7371 msgstr "Ветка «%s» не имеет информации о вышестоящей ветке"
7372
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» не имеют смысла с указанием имени ветки"
7376
7377 #: builtin/branch.c:832
7378 msgid ""
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»"
7382
7383 #: builtin/bundle.c:45
7384 #, c-format
7385 msgid "%s is okay\n"
7386 msgstr "%s в порядке\n"
7387
7388 #: builtin/bundle.c:58
7389 msgid "Need a repository to create a bundle."
7390 msgstr "Требуется репозиторий для создания пакета."
7391
7392 #: builtin/bundle.c:62
7393 msgid "Need a repository to unbundle."
7394 msgstr "Требуется репозиторий для распаковки."
7395
7396 #: builtin/cat-file.c:577
7397 msgid ""
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=<путь>] <объект>"
7401
7402 #: builtin/cat-file.c:578
7403 msgid ""
7404 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | "
7405 "--filters]"
7406 msgstr "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --filters]"
7407
7408 #: builtin/cat-file.c:615
7409 msgid "<type> can be one of: blob, tree, commit, tag"
7410 msgstr "<тип> может быть одним из: blob, tree, commit, tag"
7411
7412 #: builtin/cat-file.c:616
7413 msgid "show object type"
7414 msgstr "показать тип объекта"
7415
7416 #: builtin/cat-file.c:617
7417 msgid "show object size"
7418 msgstr "показать размер объекта"
7419
7420 #: builtin/cat-file.c:619
7421 msgid "exit with zero when there's no error"
7422 msgstr "выйти с нулевым кодом возврата, если нет ошибки"
7423
7424 #: builtin/cat-file.c:620
7425 msgid "pretty-print object's content"
7426 msgstr "структурированный вывод содержимого объекта"
7427
7428 #: builtin/cat-file.c:622
7429 msgid "for blob objects, run textconv on object's content"
7430 msgstr "запустить texconv на содержимом двоичных объектов "
7431
7432 #: builtin/cat-file.c:624
7433 msgid "for blob objects, run filters on object's content"
7434 msgstr "запуск фильтров на содержимом двоичных объектов "
7435
7436 #: builtin/cat-file.c:625 git-submodule.sh:864
7437 msgid "blob"
7438 msgstr "двоичный объект"
7439
7440 #: builtin/cat-file.c:626
7441 msgid "use a specific path for --textconv/--filters"
7442 msgstr "использовать определенный путь для --textconv/--filters"
7443
7444 #: builtin/cat-file.c:628
7445 msgid "allow -s and -t to work with broken/corrupt objects"
7446 msgstr "разрешить -s и -t работать с повреждёнными объектами"
7447
7448 #: builtin/cat-file.c:629
7449 msgid "buffer --batch output"
7450 msgstr "буфферировать вывод --batch"
7451
7452 #: builtin/cat-file.c:631
7453 msgid "show info and content of objects fed from the standard input"
7454 msgstr "показать информацию и содержимое объектов, переданных из стандартного ввода"
7455
7456 #: builtin/cat-file.c:634
7457 msgid "show info about objects fed from the standard input"
7458 msgstr "показать информацию об объектах, переданных из стандартного ввода"
7459
7460 #: builtin/cat-file.c:637
7461 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
7462 msgstr "переходить по символьным ссылкам внутри дерева (используется с опциями --batch и --batch-check)"
7463
7464 #: builtin/cat-file.c:639
7465 msgid "show all objects with --batch or --batch-check"
7466 msgstr "показать все объекты с опциями --batch или --batch-check"
7467
7468 #: builtin/cat-file.c:641
7469 msgid "do not order --batch-all-objects output"
7470 msgstr ""
7471
7472 #: builtin/check-attr.c:12
7473 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
7474 msgstr "git check-attr [-a | --all | <атрибут>…] [--] <путь>…"
7475
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 | <атрибут>…]"
7479
7480 #: builtin/check-attr.c:20
7481 msgid "report all attributes set on file"
7482 msgstr "вывести все атрибуты установленные для файла"
7483
7484 #: builtin/check-attr.c:21
7485 msgid "use .gitattributes only from the index"
7486 msgstr "использовать только .gitattributes из индекса"
7487
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 "прочитать имена файлов из стандартного ввода"
7491
7492 #: builtin/check-attr.c:24 builtin/check-ignore.c:26
7493 msgid "terminate input and output records by a NUL character"
7494 msgstr "окончание ввода и вывода записей по НУЛЕВОМУ символу"
7495
7496 #: builtin/check-ignore.c:20 builtin/checkout.c:1120 builtin/gc.c:503
7497 msgid "suppress progress reporting"
7498 msgstr "не выводить прогресс выполнения"
7499
7500 #: builtin/check-ignore.c:28
7501 msgid "show non-matching input paths"
7502 msgstr "показать не совпадающие введенные пути"
7503
7504 #: builtin/check-ignore.c:30
7505 msgid "ignore index when checking"
7506 msgstr "игнорировать индекс при проверке"
7507
7508 #: builtin/check-ignore.c:159
7509 msgid "cannot specify pathnames with --stdin"
7510 msgstr "нельзя указывать пути вместе с параметром --stdin"
7511
7512 #: builtin/check-ignore.c:162
7513 msgid "-z only makes sense with --stdin"
7514 msgstr "-z имеет смысл только вместе с параметром --stdin"
7515
7516 #: builtin/check-ignore.c:164
7517 msgid "no path specified"
7518 msgstr "не указан путь"
7519
7520 #: builtin/check-ignore.c:168
7521 msgid "--quiet is only valid with a single pathname"
7522 msgstr "--quiet можно использовать только при указании одного пути"
7523
7524 #: builtin/check-ignore.c:170
7525 msgid "cannot have both --quiet and --verbose"
7526 msgstr "нельзя использовать одновременно --quiet и --verbose"
7527
7528 #: builtin/check-ignore.c:173
7529 msgid "--non-matching is only valid with --verbose"
7530 msgstr "--non-matching можно использовать только вместе с --verbose"
7531
7532 #: builtin/check-mailmap.c:9
7533 msgid "git check-mailmap [<options>] <contact>..."
7534 msgstr "git check-mailmap [<опции>] <контакт>…"
7535
7536 #: builtin/check-mailmap.c:14
7537 msgid "also read contacts from stdin"
7538 msgstr "также читать контакты из стандартного ввода"
7539
7540 #: builtin/check-mailmap.c:25
7541 #, c-format
7542 msgid "unable to parse contact: %s"
7543 msgstr "не удалось разобрать контакт: %s"
7544
7545 #: builtin/check-mailmap.c:48
7546 msgid "no contacts specified"
7547 msgstr "не указаны контакты"
7548
7549 #: builtin/checkout-index.c:128
7550 msgid "git checkout-index [<options>] [--] [<file>...]"
7551 msgstr "git checkout-index [<опции>] [--] [<файл>…]"
7552
7553 #: builtin/checkout-index.c:143
7554 msgid "stage should be between 1 and 3 or all"
7555 msgstr "индекс должен быть между 1 и 3 или all"
7556
7557 #: builtin/checkout-index.c:159
7558 msgid "check out all files in the index"
7559 msgstr "переключиться на состояние всех файлов из индекса"
7560
7561 #: builtin/checkout-index.c:160
7562 msgid "force overwrite of existing files"
7563 msgstr "принудительная перезапись существующих файлов"
7564
7565 #: builtin/checkout-index.c:162
7566 msgid "no warning for existing files and files not in index"
7567 msgstr "не выводить предупреждения для существующих и непроиндексированных файлов"
7568
7569 #: builtin/checkout-index.c:164
7570 msgid "don't checkout new files"
7571 msgstr "не создавать новые файлы"
7572
7573 #: builtin/checkout-index.c:166
7574 msgid "update stat information in the index file"
7575 msgstr "обновить статистику доступа в файле индекса"
7576
7577 #: builtin/checkout-index.c:170
7578 msgid "read list of paths from the standard input"
7579 msgstr "прочитать список путей из стандартного ввода"
7580
7581 #: builtin/checkout-index.c:172
7582 msgid "write the content to temporary files"
7583 msgstr "записать содержимое во временные файлы"
7584
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
7589 msgid "string"
7590 msgstr "строка"
7591
7592 #: builtin/checkout-index.c:174
7593 msgid "when creating files, prepend <string>"
7594 msgstr "добавить спереди <строку> при создании файлов"
7595
7596 #: builtin/checkout-index.c:176
7597 msgid "copy out the files from named stage"
7598 msgstr "копировать файлы из указанного индекса"
7599
7600 #: builtin/checkout.c:29
7601 msgid "git checkout [<options>] <branch>"
7602 msgstr "git checkout [<опции>] <ветка>"
7603
7604 #: builtin/checkout.c:30
7605 msgid "git checkout [<options>] [<branch>] -- <file>..."
7606 msgstr "git checkout [<опции>] [<ветка>] -- <файл>…"
7607
7608 #: builtin/checkout.c:138 builtin/checkout.c:171
7609 #, c-format
7610 msgid "path '%s' does not have our version"
7611 msgstr "путь «%s» не имеет нашей версии"
7612
7613 #: builtin/checkout.c:140 builtin/checkout.c:173
7614 #, c-format
7615 msgid "path '%s' does not have their version"
7616 msgstr "путь «%s» не имеет их версии"
7617
7618 #: builtin/checkout.c:156
7619 #, c-format
7620 msgid "path '%s' does not have all necessary versions"
7621 msgstr "путь «%s» не имеет всех необходимых версий"
7622
7623 #: builtin/checkout.c:200
7624 #, c-format
7625 msgid "path '%s' does not have necessary versions"
7626 msgstr "путь «%s» не имеет необходимых версий"
7627
7628 #: builtin/checkout.c:217
7629 #, c-format
7630 msgid "path '%s': cannot merge"
7631 msgstr "путь «%s»: не удалось слить"
7632
7633 #: builtin/checkout.c:233
7634 #, c-format
7635 msgid "Unable to add merge result for '%s'"
7636 msgstr "Не удалось добавить результат слияния «%s»"
7637
7638 #: builtin/checkout.c:255 builtin/checkout.c:258 builtin/checkout.c:261
7639 #: builtin/checkout.c:264
7640 #, c-format
7641 msgid "'%s' cannot be used with updating paths"
7642 msgstr "«%s» нельзя использовать при обновлении путей"
7643
7644 #: builtin/checkout.c:267 builtin/checkout.c:270
7645 #, c-format
7646 msgid "'%s' cannot be used with %s"
7647 msgstr "«%s» нельзя использовать одновременно с %s"
7648
7649 #: builtin/checkout.c:273
7650 #, c-format
7651 msgid "Cannot update paths and switch to branch '%s' at the same time."
7652 msgstr "Нельзя обновлять пути и переключаться на ветку «%s» одновременно."
7653
7654 #: builtin/checkout.c:342 builtin/checkout.c:349
7655 #, c-format
7656 msgid "path '%s' is unmerged"
7657 msgstr "путь «%s» не слит"
7658
7659 #: builtin/checkout.c:508
7660 msgid "you need to resolve your current index first"
7661 msgstr "сначала нужно разрешить конфликты в вашем текущем индексе"
7662
7663 #: builtin/checkout.c:645
7664 #, c-format
7665 msgid "Can not do reflog for '%s': %s\n"
7666 msgstr "Не удалось создать журнал ссылок для «%s»: %s\n"
7667
7668 #: builtin/checkout.c:686
7669 msgid "HEAD is now at"
7670 msgstr "HEAD сейчас на"
7671
7672 #: builtin/checkout.c:690 builtin/clone.c:692
7673 msgid "unable to update HEAD"
7674 msgstr "не удалось обновить HEAD"
7675
7676 #: builtin/checkout.c:694
7677 #, c-format
7678 msgid "Reset branch '%s'\n"
7679 msgstr "Сброс ветки «%s»\n"
7680
7681 #: builtin/checkout.c:697
7682 #, c-format
7683 msgid "Already on '%s'\n"
7684 msgstr "Уже на «%s»\n"
7685
7686 #: builtin/checkout.c:701
7687 #, c-format
7688 msgid "Switched to and reset branch '%s'\n"
7689 msgstr "Переключение и сброс ветки «%s»\n"
7690
7691 #: builtin/checkout.c:703 builtin/checkout.c:1052
7692 #, c-format
7693 msgid "Switched to a new branch '%s'\n"
7694 msgstr "Переключено на новую ветку «%s»\n"
7695
7696 #: builtin/checkout.c:705
7697 #, c-format
7698 msgid "Switched to branch '%s'\n"
7699 msgstr "Переключено на ветку «%s»\n"
7700
7701 #: builtin/checkout.c:756
7702 #, c-format
7703 msgid " ... and %d more.\n"
7704 msgstr " … и еще %d.\n"
7705
7706 #: builtin/checkout.c:762
7707 #, c-format
7708 msgid ""
7709 "Warning: you are leaving %d commit behind, not connected to\n"
7710 "any of your branches:\n"
7711 "\n"
7712 "%s\n"
7713 msgid_plural ""
7714 "Warning: you are leaving %d commits behind, not connected to\n"
7715 "any of your branches:\n"
7716 "\n"
7717 "%s\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"
7722
7723 #: builtin/checkout.c:781
7724 #, c-format
7725 msgid ""
7726 "If you want to keep it by creating a new branch, this may be a good time\n"
7727 "to do so with:\n"
7728 "\n"
7729 " git branch <new-branch-name> %s\n"
7730 "\n"
7731 msgid_plural ""
7732 "If you want to keep them by creating a new branch, this may be a good time\n"
7733 "to do so with:\n"
7734 "\n"
7735 " git branch <new-branch-name> %s\n"
7736 "\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"
7741
7742 #: builtin/checkout.c:813
7743 msgid "internal error in revision walk"
7744 msgstr "внутренняя ошибка при хождении по редакциям"
7745
7746 #: builtin/checkout.c:817
7747 msgid "Previous HEAD position was"
7748 msgstr "Предыдущая позиция HEAD была"
7749
7750 #: builtin/checkout.c:845 builtin/checkout.c:1047
7751 msgid "You are on a branch yet to be born"
7752 msgstr "Вы находитесь на еще не созданной ветке"
7753
7754 #: builtin/checkout.c:952
7755 #, c-format
7756 msgid "only one reference expected, %d given."
7757 msgstr "ожидается только одна ссылка, а передано %d."
7758
7759 #: builtin/checkout.c:993 builtin/worktree.c:240 builtin/worktree.c:389
7760 #, c-format
7761 msgid "invalid reference: %s"
7762 msgstr "неправильная ссылка: %s"
7763
7764 #: builtin/checkout.c:1022
7765 #, c-format
7766 msgid "reference is not a tree: %s"
7767 msgstr "в дереве нет такой ссылки: %s"
7768
7769 #: builtin/checkout.c:1061
7770 msgid "paths cannot be used with switching branches"
7771 msgstr "нельзя использовать пути при переключении веток"
7772
7773 #: builtin/checkout.c:1064 builtin/checkout.c:1068
7774 #, c-format
7775 msgid "'%s' cannot be used with switching branches"
7776 msgstr "нельзя использовать «%s» при переключении веток"
7777
7778 #: builtin/checkout.c:1072 builtin/checkout.c:1075 builtin/checkout.c:1080
7779 #: builtin/checkout.c:1083
7780 #, c-format
7781 msgid "'%s' cannot be used with '%s'"
7782 msgstr "«%s» нельзя использовать одновременно с «%s»"
7783
7784 #: builtin/checkout.c:1088
7785 #, c-format
7786 msgid "Cannot switch branch to a non-commit '%s'"
7787 msgstr "Нельзя переключить ветку на не коммит «%s»"
7788
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
7792 msgid "branch"
7793 msgstr "ветка"
7794
7795 #: builtin/checkout.c:1122
7796 msgid "create and checkout a new branch"
7797 msgstr "создать и переключиться на новую ветку"
7798
7799 #: builtin/checkout.c:1124
7800 msgid "create/reset and checkout a branch"
7801 msgstr "создать/сбросить и перключиться на новую ветку"
7802
7803 #: builtin/checkout.c:1125
7804 msgid "create reflog for new branch"
7805 msgstr "создать журнал ссылок для новой ветки"
7806
7807 #: builtin/checkout.c:1126 builtin/worktree.c:437
7808 msgid "detach HEAD at named commit"
7809 msgstr "отсоединить HEAD на указанном коммите"
7810
7811 #: builtin/checkout.c:1127
7812 msgid "set upstream info for new branch"
7813 msgstr "установить информацию о вышестоящей ветке для новой ветки"
7814
7815 #: builtin/checkout.c:1129
7816 msgid "new-branch"
7817 msgstr "новая-ветка"
7818
7819 #: builtin/checkout.c:1129
7820 msgid "new unparented branch"
7821 msgstr "новая ветка без родителей"
7822
7823 #: builtin/checkout.c:1131
7824 msgid "checkout our version for unmerged files"
7825 msgstr "переключиться на нашу версию для не слитых файлов"
7826
7827 #: builtin/checkout.c:1134
7828 msgid "checkout their version for unmerged files"
7829 msgstr "переключиться на их версию для не слитых файлов"
7830
7831 #: builtin/checkout.c:1136
7832 msgid "force checkout (throw away local modifications)"
7833 msgstr "принудительное переключение на состояние (отбрасывает все локальные изменения)"
7834
7835 #: builtin/checkout.c:1138
7836 msgid "perform a 3-way merge with the new branch"
7837 msgstr "выполнить трехходовое слияние с новой веткой"
7838
7839 #: builtin/checkout.c:1140 builtin/merge.c:273
7840 msgid "update ignored files (default)"
7841 msgstr "обновить игнорируемые файлы (по умолчанию)"
7842
7843 #: builtin/checkout.c:1142 builtin/log.c:1510 parse-options.h:264
7844 msgid "style"
7845 msgstr "стиль"
7846
7847 #: builtin/checkout.c:1143
7848 msgid "conflict style (merge or diff3)"
7849 msgstr "стиль конфликтов слияния (merge или diff3)"
7850
7851 #: builtin/checkout.c:1146
7852 msgid "do not limit pathspecs to sparse entries only"
7853 msgstr "не ограничивать спецификаторы пути только частичными записями"
7854
7855 #: builtin/checkout.c:1148
7856 msgid "second guess 'git checkout <no-such-branch>'"
7857 msgstr "пересмотр «git checkout <нет-такой-ветки>»"
7858
7859 #: builtin/checkout.c:1150
7860 msgid "do not check if another worktree is holding the given ref"
7861 msgstr "не проверять, что другое дерево уже содержит указанную ссылку"
7862
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 "принудительно выводить прогресс"
7868
7869 #: builtin/checkout.c:1184
7870 msgid "-b, -B and --orphan are mutually exclusive"
7871 msgstr "-b, -B и --orphan нельзя использовать одновременно"
7872
7873 #: builtin/checkout.c:1201
7874 msgid "--track needs a branch name"
7875 msgstr "--track требует имя ветки"
7876
7877 #: builtin/checkout.c:1206
7878 msgid "missing branch name; try -b"
7879 msgstr "пропущено имя ветки; попробуйте -b"
7880
7881 #: builtin/checkout.c:1243
7882 msgid "invalid path specification"
7883 msgstr "недопустимый спецификатор пути"
7884
7885 #: builtin/checkout.c:1250
7886 #, c-format
7887 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
7888 msgstr "«%s» не является коммитом, поэтому невозможно создать из него ветку «%s»"
7889
7890 #: builtin/checkout.c:1254
7891 #, c-format
7892 msgid "git checkout: --detach does not take a path argument '%s'"
7893 msgstr "git checkout: --detach не принимает путь «%s» как аргумент"
7894
7895 #: builtin/checkout.c:1258
7896 msgid ""
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 нельзя использовать одновременно при применении состояния индекса."
7900
7901 #: builtin/checkout.c:1278
7902 #, c-format
7903 msgid ""
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"
7907 "\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"
7910 "\n"
7911 " git checkout --track origin/<name>\n"
7912 "\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."
7916 msgstr ""
7917
7918 #: builtin/clean.c:27
7919 msgid ""
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] [--] <пути>…"
7922
7923 #: builtin/clean.c:31
7924 #, c-format
7925 msgid "Removing %s\n"
7926 msgstr "Удаление %s\n"
7927
7928 #: builtin/clean.c:32
7929 #, c-format
7930 msgid "Would remove %s\n"
7931 msgstr "Будет удалено %s\n"
7932
7933 #: builtin/clean.c:33
7934 #, c-format
7935 msgid "Skipping repository %s\n"
7936 msgstr "Пропуск репозитория %s\n"
7937
7938 #: builtin/clean.c:34
7939 #, c-format
7940 msgid "Would skip repository %s\n"
7941 msgstr "Будет пропущен репозиторий %s\n"
7942
7943 #: builtin/clean.c:35
7944 #, c-format
7945 msgid "failed to remove %s"
7946 msgstr "сбой удаления %s"
7947
7948 #: builtin/clean.c:297 git-add--interactive.perl:579
7949 #, c-format
7950 msgid ""
7951 "Prompt help:\n"
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"
7956
7957 #: builtin/clean.c:301 git-add--interactive.perl:588
7958 #, c-format
7959 msgid ""
7960 "Prompt help:\n"
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"
7969
7970 #: builtin/clean.c:517 git-add--interactive.perl:554
7971 #: git-add--interactive.perl:559
7972 #, c-format, perl-format
7973 msgid "Huh (%s)?\n"
7974 msgstr "Хм (%s)?\n"
7975
7976 #: builtin/clean.c:659
7977 #, c-format
7978 msgid "Input ignore patterns>> "
7979 msgstr "Шаблоны игнорирования ввода>> "
7980
7981 #: builtin/clean.c:696
7982 #, c-format
7983 msgid "WARNING: Cannot find items matched by: %s"
7984 msgstr "ПРЕДУПРЕЖДЕНИЕ: Не удалось найти элементы соответствующие: %s"
7985
7986 #: builtin/clean.c:717
7987 msgid "Select items to delete"
7988 msgstr "Укажите элементы для удаления"
7989
7990 #. TRANSLATORS: Make sure to keep [y/N] as is
7991 #: builtin/clean.c:758
7992 #, c-format
7993 msgid "Remove %s [y/N]? "
7994 msgstr "Удалить %s [y - да/N - нет]? "
7995
7996 #: builtin/clean.c:783 git-add--interactive.perl:1717
7997 #, c-format
7998 msgid "Bye.\n"
7999 msgstr "До свидания.\n"
8000
8001 #: builtin/clean.c:791
8002 msgid ""
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? - справка по выделению"
8011
8012 #: builtin/clean.c:818 git-add--interactive.perl:1793
8013 msgid "*** Commands ***"
8014 msgstr "*** Команды ***"
8015
8016 #: builtin/clean.c:819 git-add--interactive.perl:1790
8017 msgid "What now"
8018 msgstr "Что теперь"
8019
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] "Удалить следующие элементы:"
8027
8028 #: builtin/clean.c:843
8029 msgid "No more files to clean, exiting."
8030 msgstr "Больше нет файлов для очистки, выходим."
8031
8032 #: builtin/clean.c:905
8033 msgid "do not print names of files removed"
8034 msgstr "не выводить имена удаляемых файлов"
8035
8036 #: builtin/clean.c:907
8037 msgid "force"
8038 msgstr "принудительно"
8039
8040 #: builtin/clean.c:908
8041 msgid "interactive cleaning"
8042 msgstr "интерактивная очистка"
8043
8044 #: builtin/clean.c:910
8045 msgid "remove whole directories"
8046 msgstr "удалить каталоги полностью"
8047
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
8052 msgid "pattern"
8053 msgstr "шаблон"
8054
8055 #: builtin/clean.c:912
8056 msgid "add <pattern> to ignore rules"
8057 msgstr "добавить <шаблон> в правила игнорирования"
8058
8059 #: builtin/clean.c:913
8060 msgid "remove ignored files, too"
8061 msgstr "также удалить игнорируемые файлы"
8062
8063 #: builtin/clean.c:915
8064 msgid "remove only ignored files"
8065 msgstr "удалить только игнорируемые файлы"
8066
8067 #: builtin/clean.c:933
8068 msgid "-x and -X cannot be used together"
8069 msgstr "нельзя использовать одновременно -x и -X"
8070
8071 #: builtin/clean.c:937
8072 msgid ""
8073 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to"
8074 " clean"
8075 msgstr "clean.requireForce установлен как true и ни одна из опций -i, -n или -f не указана; отказ очистки"
8076
8077 #: builtin/clean.c:940
8078 msgid ""
8079 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
8080 "refusing to clean"
8081 msgstr "clean.requireForce установлен по умолчанию как true и ни одна из опций -i, -n или -f не указана; отказ очистки"
8082
8083 #: builtin/clone.c:43
8084 msgid "git clone [<options>] [--] <repo> [<dir>]"
8085 msgstr "git clone [<опции>] [--] <репозиторий> [<каталог>]"
8086
8087 #: builtin/clone.c:88
8088 msgid "don't create a checkout"
8089 msgstr "не переключать рабочую копию на HEAD"
8090
8091 #: builtin/clone.c:89 builtin/clone.c:91 builtin/init-db.c:480
8092 msgid "create a bare repository"
8093 msgstr "создать голый репозиторий"
8094
8095 #: builtin/clone.c:93
8096 msgid "create a mirror repository (implies bare)"
8097 msgstr "создать зеркало репозитория (включает в себя и параметр bare)"
8098
8099 #: builtin/clone.c:95
8100 msgid "to clone from a local repository"
8101 msgstr "для клонирования из локального репозитория"
8102
8103 #: builtin/clone.c:97
8104 msgid "don't use local hardlinks, always copy"
8105 msgstr "не использовать жесткие ссылки, всегда копировать файлы"
8106
8107 #: builtin/clone.c:99
8108 msgid "setup as shared repository"
8109 msgstr "настроить как общедоступный репозиторий"
8110
8111 #: builtin/clone.c:101 builtin/clone.c:105
8112 msgid "pathspec"
8113 msgstr "спецификатор-пути"
8114
8115 #: builtin/clone.c:101 builtin/clone.c:105
8116 msgid "initialize submodules in the clone"
8117 msgstr "инициализировать подмодули в клоне"
8118
8119 #: builtin/clone.c:108
8120 msgid "number of submodules cloned in parallel"
8121 msgstr "количество подмодулей, которые будут клонированы парралельно"
8122
8123 #: builtin/clone.c:109 builtin/init-db.c:477
8124 msgid "template-directory"
8125 msgstr "каталог-шаблонов"
8126
8127 #: builtin/clone.c:110 builtin/init-db.c:478
8128 msgid "directory from which templates will be used"
8129 msgstr "каталог, шаблоны из которого будут использованы"
8130
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 "ссылаемый репозиторий"
8135
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 только при клонировании"
8140
8141 #: builtin/clone.c:117 builtin/column.c:27 builtin/merge-file.c:44
8142 #: builtin/pack-objects.c:3194 builtin/repack.c:320
8143 msgid "name"
8144 msgstr "имя"
8145
8146 #: builtin/clone.c:118
8147 msgid "use <name> instead of 'origin' to track upstream"
8148 msgstr "использовать <имя> вместо «origin» для отслеживания вышестоящего репозитория"
8149
8150 #: builtin/clone.c:120
8151 msgid "checkout <branch> instead of the remote's HEAD"
8152 msgstr "переключиться на <ветку>, вместо HEAD внешнего репозитория"
8153
8154 #: builtin/clone.c:122
8155 msgid "path to git-upload-pack on the remote"
8156 msgstr "путь к git-upload-pack на внешнем репозитории"
8157
8158 #: builtin/clone.c:123 builtin/fetch.c:139 builtin/grep.c:814
8159 #: builtin/pull.c:216
8160 msgid "depth"
8161 msgstr "глубина"
8162
8163 #: builtin/clone.c:124
8164 msgid "create a shallow clone of that depth"
8165 msgstr "сделать частичный клон указанной глубины"
8166
8167 #: builtin/clone.c:125 builtin/fetch.c:141 builtin/pack-objects.c:3185
8168 #: parse-options.h:154
8169 msgid "time"
8170 msgstr "время"
8171
8172 #: builtin/clone.c:126
8173 msgid "create a shallow clone since a specific time"
8174 msgstr "сделать частичный клон до определенного времени"
8175
8176 #: builtin/clone.c:127 builtin/fetch.c:143 builtin/fetch.c:166
8177 msgid "revision"
8178 msgstr "редакция"
8179
8180 #: builtin/clone.c:128 builtin/fetch.c:144
8181 msgid "deepen history of shallow clone, excluding rev"
8182 msgstr "углубить историю частичного клона исключая редакцию"
8183
8184 #: builtin/clone.c:130
8185 msgid "clone only one branch, HEAD or --branch"
8186 msgstr "клонировать только одну ветку, HEAD или --branch"
8187
8188 #: builtin/clone.c:132
8189 msgid "don't clone any tags, and make later fetches not to follow them"
8190 msgstr "не клонировать метки, а также настроить, чтобы не клонировались и в дальнейшем"
8191
8192 #: builtin/clone.c:134
8193 msgid "any cloned submodules will be shallow"
8194 msgstr "все склонированные подмодули будут частичными клонами"
8195
8196 #: builtin/clone.c:135 builtin/init-db.c:486
8197 msgid "gitdir"
8198 msgstr "каталог-git"
8199
8200 #: builtin/clone.c:136 builtin/init-db.c:487
8201 msgid "separate git dir from working tree"
8202 msgstr "разместить каталог git отдельно от рабочей копии"
8203
8204 #: builtin/clone.c:137
8205 msgid "key=value"
8206 msgstr "ключ=значение"
8207
8208 #: builtin/clone.c:138
8209 msgid "set config inside the new repository"
8210 msgstr "установить параметры внутри нового репозитория"
8211
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 адреса"
8216
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 адреса"
8221
8222 #: builtin/clone.c:279
8223 msgid ""
8224 "No directory name could be guessed.\n"
8225 "Please specify a directory on the command line"
8226 msgstr "Имя каталога не может быть угадано.\nУкажите имя каталога с помощью параметра командной строки"
8227
8228 #: builtin/clone.c:332
8229 #, c-format
8230 msgid "info: Could not add alternate for '%s': %s\n"
8231 msgstr "информация: Не удалось добавить альтернативу для «%s»: %s\n"
8232
8233 #: builtin/clone.c:404
8234 #, c-format
8235 msgid "failed to open '%s'"
8236 msgstr "не удалось открыть «%s»"
8237
8238 #: builtin/clone.c:412
8239 #, c-format
8240 msgid "%s exists and is not a directory"
8241 msgstr "%s уже существует и не является каталогом"
8242
8243 #: builtin/clone.c:426
8244 #, c-format
8245 msgid "failed to stat %s\n"
8246 msgstr "не удалось выполнить stat %s\n"
8247
8248 #: builtin/clone.c:448
8249 #, c-format
8250 msgid "failed to create link '%s'"
8251 msgstr "не удалось создать ссылку «%s»"
8252
8253 #: builtin/clone.c:452
8254 #, c-format
8255 msgid "failed to copy file to '%s'"
8256 msgstr "не удалось копировать файл в «%s»"
8257
8258 #: builtin/clone.c:478
8259 #, c-format
8260 msgid "done.\n"
8261 msgstr "готово.\n"
8262
8263 #: builtin/clone.c:492
8264 msgid ""
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"
8269
8270 #: builtin/clone.c:569
8271 #, c-format
8272 msgid "Could not find remote branch %s to clone."
8273 msgstr "Не удалось найти внешнюю ветку %s для клонирования."
8274
8275 #: builtin/clone.c:680
8276 #, c-format
8277 msgid "unable to update %s"
8278 msgstr "не удалось обновить %s"
8279
8280 #: builtin/clone.c:730
8281 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
8282 msgstr "внешний HEAD ссылается на несуществующую ссылку, нельзя переключиться на такую версию.\n"
8283
8284 #: builtin/clone.c:760
8285 msgid "unable to checkout working tree"
8286 msgstr "не удалось переключиться на версию в рабочем каталоге"
8287
8288 #: builtin/clone.c:805
8289 msgid "unable to write parameters to config file"
8290 msgstr "не удалось записать параметры в файл конфигурации"
8291
8292 #: builtin/clone.c:868
8293 msgid "cannot repack to clean up"
8294 msgstr "не удалось выполнить перепаковку для очистки"
8295
8296 #: builtin/clone.c:870
8297 msgid "cannot unlink temporary alternates file"
8298 msgstr "не удалось отсоединить временные альтернативные файлы"
8299
8300 #: builtin/clone.c:910 builtin/receive-pack.c:1935
8301 msgid "Too many arguments."
8302 msgstr "Слишком много аргументов."
8303
8304 #: builtin/clone.c:914
8305 msgid "You must specify a repository to clone."
8306 msgstr "Вы должны указать репозиторий для клонирования."
8307
8308 #: builtin/clone.c:927
8309 #, c-format
8310 msgid "--bare and --origin %s options are incompatible."
8311 msgstr "--bare и --origin %s нельзя использовать одновременно."
8312
8313 #: builtin/clone.c:930
8314 msgid "--bare and --separate-git-dir are incompatible."
8315 msgstr "--bare и --separate-git-dir нельзя использовать одновременно."
8316
8317 #: builtin/clone.c:943
8318 #, c-format
8319 msgid "repository '%s' does not exist"
8320 msgstr "репозиторий «%s» не существует"
8321
8322 #: builtin/clone.c:949 builtin/fetch.c:1512
8323 #, c-format
8324 msgid "depth %s is not a positive number"
8325 msgstr "глубина %s не является положительным числом"
8326
8327 #: builtin/clone.c:959
8328 #, c-format
8329 msgid "destination path '%s' already exists and is not an empty directory."
8330 msgstr "целевой путь «%s» уже существует и не является пустым каталогом."
8331
8332 #: builtin/clone.c:969
8333 #, c-format
8334 msgid "working tree '%s' already exists."
8335 msgstr "рабочий каталог «%s» уже существует."
8336
8337 #: builtin/clone.c:984 builtin/clone.c:1005 builtin/difftool.c:271
8338 #: builtin/worktree.c:246 builtin/worktree.c:276
8339 #, c-format
8340 msgid "could not create leading directories of '%s'"
8341 msgstr "не удалось создать родительские каталоги для «%s»"
8342
8343 #: builtin/clone.c:989
8344 #, c-format
8345 msgid "could not create work tree dir '%s'"
8346 msgstr "не удалось создать рабочий каталог «%s»"
8347
8348 #: builtin/clone.c:1009
8349 #, c-format
8350 msgid "Cloning into bare repository '%s'...\n"
8351 msgstr "Клонирование в голый репозиторий «%s»…\n"
8352
8353 #: builtin/clone.c:1011
8354 #, c-format
8355 msgid "Cloning into '%s'...\n"
8356 msgstr "Клонирование в «%s»…\n"
8357
8358 #: builtin/clone.c:1035
8359 msgid ""
8360 "clone --recursive is not compatible with both --reference and --reference-"
8361 "if-able"
8362 msgstr "клонирование с параметром --recursive нельзя использовать одновременно ни с --reference, ни с --reference-if-able"
8363
8364 #: builtin/clone.c:1096
8365 msgid "--depth is ignored in local clones; use file:// instead."
8366 msgstr "--depth игнорируется на локальных клонах; вместо этого используйте file://."
8367
8368 #: builtin/clone.c:1098
8369 msgid "--shallow-since is ignored in local clones; use file:// instead."
8370 msgstr "--shallow-since игнорируется на локальных клонах; используйте file:// вместо этого."
8371
8372 #: builtin/clone.c:1100
8373 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
8374 msgstr "--shallow-exclude игнорируется на локальных клонах; используйте file:// вместо этого."
8375
8376 #: builtin/clone.c:1102
8377 msgid "--filter is ignored in local clones; use file:// instead."
8378 msgstr ""
8379
8380 #: builtin/clone.c:1105
8381 msgid "source repository is shallow, ignoring --local"
8382 msgstr "исходный репозиторий является частичным, --local игнорируется"
8383
8384 #: builtin/clone.c:1110
8385 msgid "--local is ignored"
8386 msgstr "--local игнорируется"
8387
8388 #: builtin/clone.c:1180 builtin/clone.c:1188
8389 #, c-format
8390 msgid "Remote branch %s not found in upstream %s"
8391 msgstr "Внешняя ветка %s не найдена в вышестоящем репозитории %s"
8392
8393 #: builtin/clone.c:1191
8394 msgid "You appear to have cloned an empty repository."
8395 msgstr "Похоже, что вы клонировали пустой репозиторий."
8396
8397 #: builtin/column.c:10
8398 msgid "git column [<options>]"
8399 msgstr "git column [<опции>]"
8400
8401 #: builtin/column.c:27
8402 msgid "lookup config vars"
8403 msgstr "запросить переменные конфигурации"
8404
8405 #: builtin/column.c:28 builtin/column.c:29
8406 msgid "layout to use"
8407 msgstr "использовать схему расположения"
8408
8409 #: builtin/column.c:30
8410 msgid "Maximum width"
8411 msgstr "Максимальная ширина"
8412
8413 #: builtin/column.c:31
8414 msgid "Padding space on left border"
8415 msgstr "Расстояние отступа слева"
8416
8417 #: builtin/column.c:32
8418 msgid "Padding space on right border"
8419 msgstr "Расстояние отступа справа"
8420
8421 #: builtin/column.c:33
8422 msgid "Padding space between columns"
8423 msgstr "Расстояние отступа между колонками"
8424
8425 #: builtin/column.c:51
8426 msgid "--command must be the first argument"
8427 msgstr "параметр --command должен быть первым"
8428
8429 #: builtin/commit.c:38
8430 msgid "git commit [<options>] [--] <pathspec>..."
8431 msgstr "git commit [<опции>] [--] <спецификатор-пути>…"
8432
8433 #: builtin/commit.c:43
8434 msgid "git status [<options>] [--] <pathspec>..."
8435 msgstr "git status [<опции>] [--] <спецификатор-пути>…"
8436
8437 #: builtin/commit.c:48
8438 msgid ""
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"
8443
8444 #: builtin/commit.c:53
8445 msgid ""
8446 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
8447 "If you wish to commit it anyway, use:\n"
8448 "\n"
8449 " git commit --allow-empty\n"
8450 "\n"
8451 msgstr "Копируемый коммит теперь пуст, возможно после разрешения конфликтов.\nЕсли вы все равно хотите сделать пустой коммит, используйте:\n\n git commit --allow-empty\n\n"
8452
8453 #: builtin/commit.c:60
8454 msgid "Otherwise, please use 'git reset'\n"
8455 msgstr "В противном случае, используйте «git reset»\n"
8456
8457 #: builtin/commit.c:63
8458 msgid ""
8459 "If you wish to skip this commit, use:\n"
8460 "\n"
8461 " git reset\n"
8462 "\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"
8466
8467 #: builtin/commit.c:306
8468 msgid "failed to unpack HEAD tree object"
8469 msgstr "сбой распаковки объекта дерева HEAD"
8470
8471 #: builtin/commit.c:347
8472 msgid "unable to create temporary index"
8473 msgstr "не удалось создать временный индекс"
8474
8475 #: builtin/commit.c:353
8476 msgid "interactive add failed"
8477 msgstr "сбой интерактивного добавления"
8478
8479 #: builtin/commit.c:366
8480 msgid "unable to update temporary index"
8481 msgstr "не удалось обновить временный индекс"
8482
8483 #: builtin/commit.c:368
8484 msgid "Failed to update main cache tree"
8485 msgstr "Сбой при обновлении основного кэша дерева"
8486
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"
8490
8491 #: builtin/commit.c:445
8492 msgid "cannot do a partial commit during a merge."
8493 msgstr "нельзя создать частичный коммит во время слияния."
8494
8495 #: builtin/commit.c:447
8496 msgid "cannot do a partial commit during a cherry-pick."
8497 msgstr "нельзя создать частичный коммит во время копирования коммита."
8498
8499 #: builtin/commit.c:455
8500 msgid "cannot read the index"
8501 msgstr "не удалось прочитать индекс"
8502
8503 #: builtin/commit.c:474
8504 msgid "unable to write temporary index file"
8505 msgstr "не удалось записать временный файл индекса"
8506
8507 #: builtin/commit.c:571
8508 #, c-format
8509 msgid "commit '%s' lacks author header"
8510 msgstr "у коммита «%s» отсутствует автор в заголовке"
8511
8512 #: builtin/commit.c:573
8513 #, c-format
8514 msgid "commit '%s' has malformed author line"
8515 msgstr "у коммита «%s» строка автора в неправильном формате"
8516
8517 #: builtin/commit.c:592
8518 msgid "malformed --author parameter"
8519 msgstr "параметр --author в неправильном формате"
8520
8521 #: builtin/commit.c:644
8522 msgid ""
8523 "unable to select a comment character that is not used\n"
8524 "in the current commit message"
8525 msgstr "нельзя выбрать символ комментария, который\nне используется в текущем сообщении коммита"
8526
8527 #: builtin/commit.c:681 builtin/commit.c:714 builtin/commit.c:1042
8528 #, c-format
8529 msgid "could not lookup commit %s"
8530 msgstr "не удалось запросить коммит %s"
8531
8532 #: builtin/commit.c:693 builtin/shortlog.c:317
8533 #, c-format
8534 msgid "(reading log message from standard input)\n"
8535 msgstr "(чтение файла журнала из стандартного ввода)\n"
8536
8537 #: builtin/commit.c:695
8538 msgid "could not read log from standard input"
8539 msgstr "не удалось прочитать файл журнала из стандартного ввода"
8540
8541 #: builtin/commit.c:699
8542 #, c-format
8543 msgid "could not read log file '%s'"
8544 msgstr "не удалось прочитать файл журнала «%s»"
8545
8546 #: builtin/commit.c:728 builtin/commit.c:736
8547 msgid "could not read SQUASH_MSG"
8548 msgstr "не удалось прочитать SQUASH_MSG"
8549
8550 #: builtin/commit.c:733
8551 msgid "could not read MERGE_MSG"
8552 msgstr "не удалось прочитать MERGE_MSG"
8553
8554 #: builtin/commit.c:787
8555 msgid "could not write commit template"
8556 msgstr "не удалось записать шаблон описания коммита"
8557
8558 #: builtin/commit.c:805
8559 #, c-format
8560 msgid ""
8561 "\n"
8562 "It looks like you may be committing a merge.\n"
8563 "If this is not correct, please remove the file\n"
8564 "\t%s\n"
8565 "and try again.\n"
8566 msgstr "\nПохоже, что вы пытаетесь закоммитить слияние.\nЕсли это ошибка, пожалуйста удалите файл\n\t%s\nи попробуйте снова.\n"
8567
8568 #: builtin/commit.c:810
8569 #, c-format
8570 msgid ""
8571 "\n"
8572 "It looks like you may be committing a cherry-pick.\n"
8573 "If this is not correct, please remove the file\n"
8574 "\t%s\n"
8575 "and try again.\n"
8576 msgstr "\nПохоже, что вы пытаетесь закоммитить при копировании коммита.\nЕсли это не так, то удалите файл\n\t%s\nи попробуйте снова.\n"
8577
8578 #: builtin/commit.c:823
8579 #, c-format
8580 msgid ""
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"
8584
8585 #: builtin/commit.c:831
8586 #, c-format
8587 msgid ""
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"
8592
8593 #: builtin/commit.c:848
8594 #, c-format
8595 msgid "%sAuthor: %.*s <%.*s>"
8596 msgstr "%sАвтор: %.*s <%.*s>"
8597
8598 #: builtin/commit.c:856
8599 #, c-format
8600 msgid "%sDate: %s"
8601 msgstr "%sДата: %s"
8602
8603 #: builtin/commit.c:863
8604 #, c-format
8605 msgid "%sCommitter: %.*s <%.*s>"
8606 msgstr "%sКоммитер: %.*s <%.*s>"
8607
8608 #: builtin/commit.c:880
8609 msgid "Cannot read index"
8610 msgstr "Не удалось прочитать индекс"
8611
8612 #: builtin/commit.c:946
8613 msgid "Error building trees"
8614 msgstr "Ошибка при построении деревьев"
8615
8616 #: builtin/commit.c:960 builtin/tag.c:258
8617 #, c-format
8618 msgid "Please supply the message using either -m or -F option.\n"
8619 msgstr "Пожалуйста, укажите сообщение, при указании опций -m или -F.\n"
8620
8621 #: builtin/commit.c:1004
8622 #, c-format
8623 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
8624 msgstr "--author «%s» не в формате «Имя <почта>» и не совпадает с существующим автором"
8625
8626 #: builtin/commit.c:1018
8627 #, c-format
8628 msgid "Invalid ignored mode '%s'"
8629 msgstr "Недопустимый режим показа игнорируемых файлов «%s»"
8630
8631 #: builtin/commit.c:1032 builtin/commit.c:1269
8632 #, c-format
8633 msgid "Invalid untracked files mode '%s'"
8634 msgstr "Неправильный режим неотслеживаемых файлов «%s»"
8635
8636 #: builtin/commit.c:1070
8637 msgid "--long and -z are incompatible"
8638 msgstr "--long и -z нельзя использовать одновременно"
8639
8640 #: builtin/commit.c:1103
8641 msgid "Using both --reset-author and --author does not make sense"
8642 msgstr "Указание одновременно опций --reset-author и --author не имеет смысла"
8643
8644 #: builtin/commit.c:1112
8645 msgid "You have nothing to amend."
8646 msgstr "Нечего исправлять."
8647
8648 #: builtin/commit.c:1115
8649 msgid "You are in the middle of a merge -- cannot amend."
8650 msgstr "Вы в процессе слияния — сейчас нельзя исправлять."
8651
8652 #: builtin/commit.c:1117
8653 msgid "You are in the middle of a cherry-pick -- cannot amend."
8654 msgstr "Вы в процессе копирования коммита — сейчас нельзя исправлять."
8655
8656 #: builtin/commit.c:1120
8657 msgid "Options --squash and --fixup cannot be used together"
8658 msgstr "Опции --squash и --fixup не могут использоваться одновременно"
8659
8660 #: builtin/commit.c:1130
8661 msgid "Only one of -c/-C/-F/--fixup can be used."
8662 msgstr "Может использоваться только одна из опций -c/-C/-F/--fixup."
8663
8664 #: builtin/commit.c:1132
8665 msgid "Option -m cannot be combined with -c/-C/-F."
8666 msgstr ""
8667
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."
8671
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."
8675
8676 #: builtin/commit.c:1159
8677 msgid "No paths with --include/--only does not make sense."
8678 msgstr "Указание путей каталогов с опциями --include/--only не имеет смысла."
8679
8680 #: builtin/commit.c:1173 builtin/tag.c:544
8681 #, c-format
8682 msgid "Invalid cleanup mode %s"
8683 msgstr "Неправильное значение режима очистки %s"
8684
8685 #: builtin/commit.c:1178
8686 msgid "Paths with -a does not make sense."
8687 msgstr "С опцией -a указание пути не имеет смысла."
8688
8689 #: builtin/commit.c:1303 builtin/commit.c:1480
8690 msgid "show status concisely"
8691 msgstr "кратко показать статус"
8692
8693 #: builtin/commit.c:1305 builtin/commit.c:1482
8694 msgid "show branch information"
8695 msgstr "показать информацию о версии"
8696
8697 #: builtin/commit.c:1307
8698 msgid "show stash information"
8699 msgstr "показать информацию о спрятанном"
8700
8701 #: builtin/commit.c:1309 builtin/commit.c:1484
8702 msgid "compute full ahead/behind values"
8703 msgstr ""
8704
8705 #: builtin/commit.c:1311
8706 msgid "version"
8707 msgstr "версия"
8708
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 "машиночитаемый вывод"
8713
8714 #: builtin/commit.c:1314 builtin/commit.c:1488
8715 msgid "show status in long format (default)"
8716 msgstr "показать статус в длинном формате (по умолчанию)"
8717
8718 #: builtin/commit.c:1317 builtin/commit.c:1491
8719 msgid "terminate entries with NUL"
8720 msgstr "завершать записи НУЛЕВЫМ байтом"
8721
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
8724 msgid "mode"
8725 msgstr "режим"
8726
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)"
8730
8731 #: builtin/commit.c:1324
8732 msgid ""
8733 "show ignored files, optional modes: traditional, matching, no. (Default: "
8734 "traditional)"
8735 msgstr "показывать игнорируемые файлы, с опциональным режимом: traditional (традиционный), matching (только совпадающие), no (не показывать). (По умолчанию: traditional)"
8736
8737 #: builtin/commit.c:1326 parse-options.h:167
8738 msgid "when"
8739 msgstr "когда"
8740
8741 #: builtin/commit.c:1327
8742 msgid ""
8743 "ignore changes to submodules, optional when: all, dirty, untracked. "
8744 "(Default: all)"
8745 msgstr "игнорировать изменения в подмодулях, опционально когда: all (всегда), dirty (измененные), untracked (неотслеживаемые). (По умолчанию: all)"
8746
8747 #: builtin/commit.c:1329
8748 msgid "list untracked files in columns"
8749 msgstr "показать неотслеживаемые файлы по столбцам"
8750
8751 #: builtin/commit.c:1330
8752 msgid "do not detect renames"
8753 msgstr "не определять переименования"
8754
8755 #: builtin/commit.c:1332
8756 msgid "detect renames, optionally set similarity index"
8757 msgstr "определять переименования, опционально устанавливать рейтинг сходства"
8758
8759 #: builtin/commit.c:1352
8760 msgid "Unsupported combination of ignored and untracked-files arguments"
8761 msgstr "Неподдерживаемая комбинация аргументов отображения игнорируемых и неотслеживаемых файлов"
8762
8763 #: builtin/commit.c:1450
8764 msgid "suppress summary after successful commit"
8765 msgstr "не выводить сводку после успешного коммита"
8766
8767 #: builtin/commit.c:1451
8768 msgid "show diff in commit message template"
8769 msgstr "добавить список изменений в шаблон сообщения коммита"
8770
8771 #: builtin/commit.c:1453
8772 msgid "Commit message options"
8773 msgstr "Опции сообщения коммита"
8774
8775 #: builtin/commit.c:1454 builtin/merge.c:261 builtin/tag.c:395
8776 msgid "read message from file"
8777 msgstr "прочитать сообщение из файла"
8778
8779 #: builtin/commit.c:1455
8780 msgid "author"
8781 msgstr "автор"
8782
8783 #: builtin/commit.c:1455
8784 msgid "override author for commit"
8785 msgstr "подменить автора коммита"
8786
8787 #: builtin/commit.c:1456 builtin/gc.c:504
8788 msgid "date"
8789 msgstr "дата"
8790
8791 #: builtin/commit.c:1456
8792 msgid "override date for commit"
8793 msgstr "подменить дату коммита"
8794
8795 #: builtin/commit.c:1457 builtin/merge.c:257 builtin/notes.c:404
8796 #: builtin/notes.c:567 builtin/tag.c:393
8797 msgid "message"
8798 msgstr "сообщение"
8799
8800 #: builtin/commit.c:1457
8801 msgid "commit message"
8802 msgstr "сообщение коммита"
8803
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
8806 msgid "commit"
8807 msgstr "коммит"
8808
8809 #: builtin/commit.c:1458
8810 msgid "reuse and edit message from specified commit"
8811 msgstr "использовать и отредактировать сообщение от указанного коммита"
8812
8813 #: builtin/commit.c:1459
8814 msgid "reuse message from specified commit"
8815 msgstr "использовать сообщение указанного коммита"
8816
8817 #: builtin/commit.c:1460
8818 msgid "use autosquash formatted message to fixup specified commit"
8819 msgstr "использовать форматированное сообщение автоуплотнения для исправления указанного коммита"
8820
8821 #: builtin/commit.c:1461
8822 msgid "use autosquash formatted message to squash specified commit"
8823 msgstr "использовать форматированное сообщение автоуплотнения для уплотнения указанного коммита"
8824
8825 #: builtin/commit.c:1462
8826 msgid "the commit is authored by me now (used with -C/-c/--amend)"
8827 msgstr "коммит теперь за моим авторством (используется с -C/-c/--amend)"
8828
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:"
8833
8834 #: builtin/commit.c:1464
8835 msgid "use specified template file"
8836 msgstr "использовать указанный файл шаблона"
8837
8838 #: builtin/commit.c:1465
8839 msgid "force edit of commit"
8840 msgstr "принудительно редактировать коммит"
8841
8842 #: builtin/commit.c:1466
8843 msgid "default"
8844 msgstr "по-умолчанию"
8845
8846 #: builtin/commit.c:1466 builtin/tag.c:399
8847 msgid "how to strip spaces and #comments from message"
8848 msgstr "как удалять пробелы и #комментарии из сообщения коммита"
8849
8850 #: builtin/commit.c:1467
8851 msgid "include status in commit message template"
8852 msgstr "включить статус файлов в шаблон сообщения коммита"
8853
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"
8858
8859 #: builtin/commit.c:1472
8860 msgid "Commit contents options"
8861 msgstr "Опции содержимого коммита"
8862
8863 #: builtin/commit.c:1473
8864 msgid "commit all changed files"
8865 msgstr "закоммитить все измененные файлы"
8866
8867 #: builtin/commit.c:1474
8868 msgid "add specified files to index for commit"
8869 msgstr "добавить указанные файлы в индекс для коммита"
8870
8871 #: builtin/commit.c:1475
8872 msgid "interactively add files"
8873 msgstr "интерактивное добавление файлов"
8874
8875 #: builtin/commit.c:1476
8876 msgid "interactively add changes"
8877 msgstr "интерактивное добавление изменений"
8878
8879 #: builtin/commit.c:1477
8880 msgid "commit only specified files"
8881 msgstr "закоммитить только указанные файлы"
8882
8883 #: builtin/commit.c:1478
8884 msgid "bypass pre-commit and commit-msg hooks"
8885 msgstr "пропустить перехватчик pre-commit и commit-msg"
8886
8887 #: builtin/commit.c:1479
8888 msgid "show what would be committed"
8889 msgstr "показать, что будет закоммичено"
8890
8891 #: builtin/commit.c:1492
8892 msgid "amend previous commit"
8893 msgstr "исправить предыдущий коммит"
8894
8895 #: builtin/commit.c:1493
8896 msgid "bypass post-rewrite hook"
8897 msgstr "пропустить перехватчик post-rewrite"
8898
8899 #: builtin/commit.c:1498
8900 msgid "ok to record an empty change"
8901 msgstr "разрешить запись пустого коммита"
8902
8903 #: builtin/commit.c:1500
8904 msgid "ok to record a change with an empty message"
8905 msgstr "разрешить запись изменений с пустым сообщением"
8906
8907 #: builtin/commit.c:1573
8908 #, c-format
8909 msgid "Corrupt MERGE_HEAD file (%s)"
8910 msgstr "Файл MERGE_HEAD поврежден (%s)"
8911
8912 #: builtin/commit.c:1580
8913 msgid "could not read MERGE_MODE"
8914 msgstr "не удалось прочитать MERGE_MODE"
8915
8916 #: builtin/commit.c:1599
8917 #, c-format
8918 msgid "could not read commit message: %s"
8919 msgstr "не удалось открыть сообщение коммита: %s"
8920
8921 #: builtin/commit.c:1610
8922 #, c-format
8923 msgid "Aborting commit due to empty commit message.\n"
8924 msgstr "Отмена коммита из-за пустого сообщения коммита.\n"
8925
8926 #: builtin/commit.c:1615
8927 #, c-format
8928 msgid "Aborting commit; you did not edit the message.\n"
8929 msgstr "Отмена коммита; вы не изменили сообщение.\n"
8930
8931 #: builtin/commit.c:1650
8932 msgid ""
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» для восстановления."
8937
8938 #: builtin/commit-graph.c:10
8939 msgid "git commit-graph [--object-dir <objdir>]"
8940 msgstr "git commit-graph [--object-dir <каталог-объектов>]"
8941
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 <каталог-объектов>]"
8945
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 <каталог-объектов>]"
8949
8950 #: builtin/commit-graph.c:13 builtin/commit-graph.c:28
8951 msgid ""
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]"
8955
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
8959 msgid "dir"
8960 msgstr "каталог"
8961
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"
8965 msgstr ""
8966
8967 #: builtin/commit-graph.c:134
8968 msgid "start walk at all refs"
8969 msgstr ""
8970
8971 #: builtin/commit-graph.c:136
8972 msgid "scan pack-indexes listed by stdin for commits"
8973 msgstr ""
8974
8975 #: builtin/commit-graph.c:138
8976 msgid "start walk at commits listed by stdin"
8977 msgstr ""
8978
8979 #: builtin/commit-graph.c:140
8980 msgid "include all commits already in the commit-graph file"
8981 msgstr ""
8982
8983 #: builtin/commit-graph.c:149
8984 msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"
8985 msgstr ""
8986
8987 #: builtin/config.c:10
8988 msgid "git config [<options>]"
8989 msgstr "git config [<опции>]"
8990
8991 #: builtin/config.c:101
8992 #, c-format
8993 msgid "unrecognized --type argument, %s"
8994 msgstr ""
8995
8996 #: builtin/config.c:113
8997 msgid "only one type at a time"
8998 msgstr ""
8999
9000 #: builtin/config.c:122
9001 msgid "Config file location"
9002 msgstr "Размещение файла конфигурации"
9003
9004 #: builtin/config.c:123
9005 msgid "use global config file"
9006 msgstr "использовать глобальный файл конфигурации"
9007
9008 #: builtin/config.c:124
9009 msgid "use system config file"
9010 msgstr "использовать системный файл конфигурации"
9011
9012 #: builtin/config.c:125
9013 msgid "use repository config file"
9014 msgstr "использовать файл конфигурации репозитория"
9015
9016 #: builtin/config.c:126
9017 msgid "use given config file"
9018 msgstr "использовать указанный файл конфигурации"
9019
9020 #: builtin/config.c:127
9021 msgid "blob-id"
9022 msgstr "идент-двоичн-объекта"
9023
9024 #: builtin/config.c:127
9025 msgid "read config from given blob object"
9026 msgstr "прочитать настройки из указанного двоичного объекта"
9027
9028 #: builtin/config.c:128
9029 msgid "Action"
9030 msgstr "Действие"
9031
9032 #: builtin/config.c:129
9033 msgid "get value: name [value-regex]"
9034 msgstr "получить значение: имя [шаблон-значений]"
9035
9036 #: builtin/config.c:130
9037 msgid "get all values: key [value-regex]"
9038 msgstr "получить все значения: ключ [шаблон-значений]"
9039
9040 #: builtin/config.c:131
9041 msgid "get values for regexp: name-regex [value-regex]"
9042 msgstr "получить значения по шаблону: шаблон-имен [шаблон-значений]"
9043
9044 #: builtin/config.c:132
9045 msgid "get value specific for the URL: section[.var] URL"
9046 msgstr "получить значение, специфичное для URL: раздел[.переменная] URL"
9047
9048 #: builtin/config.c:133
9049 msgid "replace all matching variables: name value [value_regex]"
9050 msgstr "заменить все соответствующие переменные: имя значение [шаблон-значений]"
9051
9052 #: builtin/config.c:134
9053 msgid "add a new variable: name value"
9054 msgstr "добавить новую переменную: имя значение"
9055
9056 #: builtin/config.c:135
9057 msgid "remove a variable: name [value-regex]"
9058 msgstr "удалить переменную: имя [шаблон-значений]"
9059
9060 #: builtin/config.c:136
9061 msgid "remove all matches: name [value-regex]"
9062 msgstr "удалить все совпадающие: имя [шаблон-значений]"
9063
9064 #: builtin/config.c:137
9065 msgid "rename section: old-name new-name"
9066 msgstr "переименовать раздел: старое-имя новое-имя"
9067
9068 #: builtin/config.c:138
9069 msgid "remove a section: name"
9070 msgstr "удалить раздел: имя"
9071
9072 #: builtin/config.c:139
9073 msgid "list all"
9074 msgstr "показать весь список"
9075
9076 #: builtin/config.c:140
9077 msgid "open an editor"
9078 msgstr "открыть в редакторе"
9079
9080 #: builtin/config.c:141
9081 msgid "find the color configured: slot [default]"
9082 msgstr "найти настроенный цвет: раздел [по-умолчанию]"
9083
9084 #: builtin/config.c:142
9085 msgid "find the color setting: slot [stdout-is-tty]"
9086 msgstr "проверить, существует ли настроенный цвет: раздел [stdout-есть-tty]"
9087
9088 #: builtin/config.c:143
9089 msgid "Type"
9090 msgstr "Тип"
9091
9092 #: builtin/config.c:144
9093 msgid "value is given this type"
9094 msgstr ""
9095
9096 #: builtin/config.c:145
9097 msgid "value is \"true\" or \"false\""
9098 msgstr "значение — это «true» (правда) или «false» (ложь)"
9099
9100 #: builtin/config.c:146
9101 msgid "value is decimal number"
9102 msgstr "значение — это десятичное число"
9103
9104 #: builtin/config.c:147
9105 msgid "value is --bool or --int"
9106 msgstr "значение — это --bool или --int"
9107
9108 #: builtin/config.c:148
9109 msgid "value is a path (file or directory name)"
9110 msgstr "значение — это путь (к файлу или каталогу)"
9111
9112 #: builtin/config.c:149
9113 msgid "value is an expiry date"
9114 msgstr "значение - это дата окончания срока действия"
9115
9116 #: builtin/config.c:150
9117 msgid "Other"
9118 msgstr "Другое"
9119
9120 #: builtin/config.c:151
9121 msgid "terminate values with NUL byte"
9122 msgstr "завершать значения НУЛЕВЫМ байтом"
9123
9124 #: builtin/config.c:152
9125 msgid "show variable names only"
9126 msgstr "показывать только имена переменных"
9127
9128 #: builtin/config.c:153
9129 msgid "respect include directives on lookup"
9130 msgstr "учитывать директивы include (включения файлов) при запросе"
9131
9132 #: builtin/config.c:154
9133 msgid "show origin of config (file, standard input, blob, command line)"
9134 msgstr "показать источник настройки (файл, стандартный ввод, двоичный объект, командная строка)"
9135
9136 #: builtin/config.c:155
9137 msgid "value"
9138 msgstr ""
9139
9140 #: builtin/config.c:155
9141 msgid "with --get, use default value when missing entry"
9142 msgstr ""
9143
9144 #: builtin/config.c:168
9145 #, c-format
9146 msgid "wrong number of arguments, should be %d"
9147 msgstr ""
9148
9149 #: builtin/config.c:170
9150 #, c-format
9151 msgid "wrong number of arguments, should be from %d to %d"
9152 msgstr ""
9153
9154 #: builtin/config.c:304
9155 #, c-format
9156 msgid "invalid key pattern: %s"
9157 msgstr ""
9158
9159 #: builtin/config.c:340
9160 #, c-format
9161 msgid "failed to format default config value: %s"
9162 msgstr ""
9163
9164 #: builtin/config.c:397
9165 #, c-format
9166 msgid "cannot parse color '%s'"
9167 msgstr ""
9168
9169 #: builtin/config.c:439
9170 msgid "unable to parse default color value"
9171 msgstr "не удалось разобрать значение цвета по умолчанию"
9172
9173 #: builtin/config.c:492 builtin/config.c:724
9174 msgid "not in a git directory"
9175 msgstr ""
9176
9177 #: builtin/config.c:495
9178 msgid "writing to stdin is not supported"
9179 msgstr ""
9180
9181 #: builtin/config.c:498
9182 msgid "writing config blobs is not supported"
9183 msgstr ""
9184
9185 #: builtin/config.c:583
9186 #, c-format
9187 msgid ""
9188 "# This is Git's per-user configuration file.\n"
9189 "[user]\n"
9190 "# Please adapt and uncomment the following lines:\n"
9191 "#\tname = %s\n"
9192 "#\temail = %s\n"
9193 msgstr "# Это файл конфигурации пользователя Git.\n[user]\n# Пожалуйста, адаптируйте и раскомментируйте следующие строки:\n#\tuser = %s\n#\temail = %s\n"
9194
9195 #: builtin/config.c:606
9196 msgid "only one config file at a time"
9197 msgstr ""
9198
9199 #: builtin/config.c:611
9200 msgid "--local can only be used inside a git repository"
9201 msgstr "--local можно использовать только внутри git репозитория"
9202
9203 #: builtin/config.c:614
9204 msgid "--blob can only be used inside a git repository"
9205 msgstr ""
9206
9207 #: builtin/config.c:633
9208 msgid "$HOME not set"
9209 msgstr ""
9210
9211 #: builtin/config.c:670
9212 msgid "--get-color and variable type are incoherent"
9213 msgstr ""
9214
9215 #: builtin/config.c:675
9216 msgid "only one action at a time"
9217 msgstr ""
9218
9219 #: builtin/config.c:688
9220 msgid "--name-only is only applicable to --list or --get-regexp"
9221 msgstr ""
9222
9223 #: builtin/config.c:694
9224 msgid ""
9225 "--show-origin is only applicable to --get, --get-all, --get-regexp, and "
9226 "--list"
9227 msgstr ""
9228
9229 #: builtin/config.c:700
9230 msgid "--default is only applicable to --get"
9231 msgstr ""
9232
9233 #: builtin/config.c:713
9234 #, c-format
9235 msgid "unable to read config file '%s'"
9236 msgstr ""
9237
9238 #: builtin/config.c:716
9239 msgid "error processing config file(s)"
9240 msgstr ""
9241
9242 #: builtin/config.c:726
9243 msgid "editing stdin is not supported"
9244 msgstr ""
9245
9246 #: builtin/config.c:728
9247 msgid "editing blobs is not supported"
9248 msgstr ""
9249
9250 #: builtin/config.c:742
9251 #, c-format
9252 msgid "cannot create configuration file %s"
9253 msgstr "не удалось создать файл конфигурации %s"
9254
9255 #: builtin/config.c:755
9256 #, c-format
9257 msgid ""
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."
9261
9262 #: builtin/config.c:829 builtin/config.c:840
9263 #, c-format
9264 msgid "no such section: %s"
9265 msgstr ""
9266
9267 #: builtin/count-objects.c:90
9268 msgid "git count-objects [-v] [-H | --human-readable]"
9269 msgstr "git count-objects [-v] [-H | --human-readable]"
9270
9271 #: builtin/count-objects.c:100
9272 msgid "print sizes in human readable format"
9273 msgstr "вывод размеров в удобочитаемом для человека виде"
9274
9275 #: builtin/describe.c:26
9276 msgid "git describe [<options>] [<commit-ish>...]"
9277 msgstr "git describe [<опции>] [<указатель-коммита>…]"
9278
9279 #: builtin/describe.c:27
9280 msgid "git describe [<options>] --dirty"
9281 msgstr "git describe [<опции>] --dirty"
9282
9283 #: builtin/describe.c:62
9284 msgid "head"
9285 msgstr "указатель на ветку"
9286
9287 #: builtin/describe.c:62
9288 msgid "lightweight"
9289 msgstr "легковесный"
9290
9291 #: builtin/describe.c:62
9292 msgid "annotated"
9293 msgstr "аннотированный"
9294
9295 #: builtin/describe.c:272
9296 #, c-format
9297 msgid "annotated tag %s not available"
9298 msgstr "аннотированная метка %s не доступна"
9299
9300 #: builtin/describe.c:276
9301 #, c-format
9302 msgid "annotated tag %s has no embedded name"
9303 msgstr "аннотированная метка %s не содержит встроенного названия"
9304
9305 #: builtin/describe.c:278
9306 #, c-format
9307 msgid "tag '%s' is really '%s' here"
9308 msgstr "метка «%s» уже здесь «%s»"
9309
9310 #: builtin/describe.c:322
9311 #, c-format
9312 msgid "no tag exactly matches '%s'"
9313 msgstr "нет меток, точно соответствующих «%s»"
9314
9315 #: builtin/describe.c:324
9316 #, c-format
9317 msgid "No exact match on refs or tags, searching to describe\n"
9318 msgstr "Нет точных совпадений по ссылкам или тегам, ищу описания\n"
9319
9320 #: builtin/describe.c:378
9321 #, c-format
9322 msgid "finished search at %s\n"
9323 msgstr "поиск окончен на %s\n"
9324
9325 #: builtin/describe.c:404
9326 #, c-format
9327 msgid ""
9328 "No annotated tags can describe '%s'.\n"
9329 "However, there were unannotated tags: try --tags."
9330 msgstr "Нет аннотированных меток, которые могут описать «%s».\nНо имеются неаннотированные метки: попробуйте добавить параметр --tags."
9331
9332 #: builtin/describe.c:408
9333 #, c-format
9334 msgid ""
9335 "No tags can describe '%s'.\n"
9336 "Try --always, or create some tags."
9337 msgstr "Нет меток, которые могут описать «%s….\nПопробуйте добавить параметр --always или создать какие-нибудь метки."
9338
9339 #: builtin/describe.c:438
9340 #, c-format
9341 msgid "traversed %lu commits\n"
9342 msgstr "посещено %lu коммитов\n"
9343
9344 #: builtin/describe.c:441
9345 #, c-format
9346 msgid ""
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"
9350
9351 #: builtin/describe.c:509
9352 #, c-format
9353 msgid "describe %s\n"
9354 msgstr "описать %s\n"
9355
9356 #: builtin/describe.c:512 builtin/log.c:508
9357 #, c-format
9358 msgid "Not a valid object name %s"
9359 msgstr "Недопустимое имя объекта %s"
9360
9361 #: builtin/describe.c:520
9362 #, c-format
9363 msgid "%s is neither a commit nor blob"
9364 msgstr "%s не является коммитом или двоичным объектом"
9365
9366 #: builtin/describe.c:534
9367 msgid "find the tag that comes after the commit"
9368 msgstr "поиск метки, которая идет после коммита"
9369
9370 #: builtin/describe.c:535
9371 msgid "debug search strategy on stderr"
9372 msgstr "вывод отладочной информации стратегии поиска на стандартный вывод"
9373
9374 #: builtin/describe.c:536
9375 msgid "use any ref"
9376 msgstr "использовать любую ссылку"
9377
9378 #: builtin/describe.c:537
9379 msgid "use any tag, even unannotated"
9380 msgstr "использовать любую метку, даже неаннотированную"
9381
9382 #: builtin/describe.c:538
9383 msgid "always use long format"
9384 msgstr "всегда использовать длинный формат вывода"
9385
9386 #: builtin/describe.c:539
9387 msgid "only follow first parent"
9388 msgstr "следовать только за первым родителем"
9389
9390 #: builtin/describe.c:542
9391 msgid "only output exact matches"
9392 msgstr "выводить только точные совпадения"
9393
9394 #: builtin/describe.c:544
9395 msgid "consider <n> most recent tags (default: 10)"
9396 msgstr "рассматривать последние <n> меток (по умолчанию: 10)"
9397
9398 #: builtin/describe.c:546
9399 msgid "only consider tags matching <pattern>"
9400 msgstr "рассматривать только метки по <шаблону>"
9401
9402 #: builtin/describe.c:548
9403 msgid "do not consider tags matching <pattern>"
9404 msgstr "не учитывать метки, которые соответствуют <шаблону>"
9405
9406 #: builtin/describe.c:550 builtin/name-rev.c:424
9407 msgid "show abbreviated commit object as fallback"
9408 msgstr "если не найдено, показать сокращенный номер редакции коммита"
9409
9410 #: builtin/describe.c:551 builtin/describe.c:554
9411 msgid "mark"
9412 msgstr "пометка"
9413
9414 #: builtin/describe.c:552
9415 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
9416 msgstr "добавить <пометку> при измененном рабочем каталоге (по умолчанию: «-dirty»)"
9417
9418 #: builtin/describe.c:555
9419 msgid "append <mark> on broken working tree (default: \"-broken\")"
9420 msgstr "добавить <пометку> на повреждённое рабочее дерево (по умолчанию: «-broken»)"
9421
9422 #: builtin/describe.c:573
9423 msgid "--long is incompatible with --abbrev=0"
9424 msgstr "--long несовместимо с --abbrev=0"
9425
9426 #: builtin/describe.c:602
9427 msgid "No names found, cannot describe anything."
9428 msgstr "Имена не найдены, не могу ничего описать."
9429
9430 #: builtin/describe.c:652
9431 msgid "--dirty is incompatible with commit-ishes"
9432 msgstr "--dirty несовместимо с указанием указателей коммитов"
9433
9434 #: builtin/describe.c:654
9435 msgid "--broken is incompatible with commit-ishes"
9436 msgstr "--broken несовместимо с указанием указателей коммитов"
9437
9438 #: builtin/diff.c:83
9439 #, c-format
9440 msgid "'%s': not a regular file or symlink"
9441 msgstr "«%s»: не является обычным файлом или символьной ссылкой"
9442
9443 #: builtin/diff.c:234
9444 #, c-format
9445 msgid "invalid option: %s"
9446 msgstr "неправильный параметр: %s"
9447
9448 #: builtin/diff.c:363
9449 msgid "Not a git repository"
9450 msgstr "Не найден git репозиторий"
9451
9452 #: builtin/diff.c:407
9453 #, c-format
9454 msgid "invalid object '%s' given."
9455 msgstr "передан неправильный объект «%s»."
9456
9457 #: builtin/diff.c:416
9458 #, c-format
9459 msgid "more than two blobs given: '%s'"
9460 msgstr "передано больше двух двоичных объектов: «%s»"
9461
9462 #: builtin/diff.c:421
9463 #, c-format
9464 msgid "unhandled object '%s' given."
9465 msgstr "передан необработанный объект «%s»."
9466
9467 #: builtin/difftool.c:30
9468 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
9469 msgstr "git difftool [<опции>] [<коммит> [<коммит>]] [--] [<путь>…]"
9470
9471 #: builtin/difftool.c:260
9472 #, c-format
9473 msgid "failed: %d"
9474 msgstr "сбой: %d"
9475
9476 #: builtin/difftool.c:302
9477 #, c-format
9478 msgid "could not read symlink %s"
9479 msgstr "не удалось прочитать символьную ссылку %s"
9480
9481 #: builtin/difftool.c:304
9482 #, c-format
9483 msgid "could not read symlink file %s"
9484 msgstr "не удалось прочитать файл символьной ссылки %s"
9485
9486 #: builtin/difftool.c:312
9487 #, c-format
9488 msgid "could not read object %s for symlink %s"
9489 msgstr "не удалось прочитать объект %s для символьной ссылки %s"
9490
9491 #: builtin/difftool.c:413
9492 msgid ""
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»)."
9496
9497 #: builtin/difftool.c:633
9498 #, c-format
9499 msgid "both files modified: '%s' and '%s'."
9500 msgstr "оба файла изменены: «%s» и «%s»."
9501
9502 #: builtin/difftool.c:635
9503 msgid "working tree file has been left."
9504 msgstr "рабочий каталог был покинут."
9505
9506 #: builtin/difftool.c:646
9507 #, c-format
9508 msgid "temporary files exist in '%s'."
9509 msgstr "временные файлы уже находятся в «%s»."
9510
9511 #: builtin/difftool.c:647
9512 msgid "you may want to cleanup or recover these."
9513 msgstr "возможно вы хотите их удалить или восстановить."
9514
9515 #: builtin/difftool.c:696
9516 msgid "use `diff.guitool` instead of `diff.tool`"
9517 msgstr "использовать «diff.guitool» вместо «diff.tool»"
9518
9519 #: builtin/difftool.c:698
9520 msgid "perform a full-directory diff"
9521 msgstr "выполнить пофайловое сравнение всего каталога"
9522
9523 #: builtin/difftool.c:700
9524 msgid "do not prompt before launching a diff tool"
9525 msgstr "не спрашивать перед запуском утилиты сравнения"
9526
9527 #: builtin/difftool.c:705
9528 msgid "use symlinks in dir-diff mode"
9529 msgstr "использовать символьные ссылки в режиме сравнения каталога"
9530
9531 #: builtin/difftool.c:706
9532 msgid "tool"
9533 msgstr ""
9534
9535 #: builtin/difftool.c:707
9536 msgid "use the specified diff tool"
9537 msgstr "использовать указанную утилиту сравнения"
9538
9539 #: builtin/difftool.c:709
9540 msgid "print a list of diff tools that may be used with `--tool`"
9541 msgstr "вывести список утилит, которые можно использовать с параметром «--tool»"
9542
9543 #: builtin/difftool.c:712
9544 msgid ""
9545 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit"
9546 " code"
9547 msgstr "выходить из «git-difftool», если вызванная утилита сравнения вернула не нулевой код возврата"
9548
9549 #: builtin/difftool.c:715
9550 msgid "specify a custom command for viewing diffs"
9551 msgstr "использовать особую команду для просмотра различий"
9552
9553 #: builtin/difftool.c:739
9554 msgid "no <tool> given for --tool=<tool>"
9555 msgstr "не передана <утилита> для --tool=<утилита>"
9556
9557 #: builtin/difftool.c:746
9558 msgid "no <cmd> given for --extcmd=<cmd>"
9559 msgstr "не передана <команда> для --extcmd=<команда>"
9560
9561 #: builtin/fast-export.c:29
9562 msgid "git fast-export [rev-list-opts]"
9563 msgstr "git fast-export [опции-rev-list]"
9564
9565 #: builtin/fast-export.c:1006
9566 msgid "show progress after <n> objects"
9567 msgstr "показать прогресс после <n> объектов"
9568
9569 #: builtin/fast-export.c:1008
9570 msgid "select handling of signed tags"
9571 msgstr "выбор обработки подписанных меток"
9572
9573 #: builtin/fast-export.c:1011
9574 msgid "select handling of tags that tag filtered objects"
9575 msgstr "выбор обработки меток, которыми помечены отфильтрованные объекты"
9576
9577 #: builtin/fast-export.c:1014
9578 msgid "Dump marks to this file"
9579 msgstr "Записать пометки в этот файл"
9580
9581 #: builtin/fast-export.c:1016
9582 msgid "Import marks from this file"
9583 msgstr "Импортировать пометки из этого файла"
9584
9585 #: builtin/fast-export.c:1018
9586 msgid "Fake a tagger when tags lack one"
9587 msgstr "Подделать автора метки, если у метки он отсутствует"
9588
9589 #: builtin/fast-export.c:1020
9590 msgid "Output full tree for each commit"
9591 msgstr "Вывести полное дерево для каждого коммита"
9592
9593 #: builtin/fast-export.c:1022
9594 msgid "Use the done feature to terminate the stream"
9595 msgstr "Использовать пометку завершения в конце потока"
9596
9597 #: builtin/fast-export.c:1023
9598 msgid "Skip output of blob data"
9599 msgstr "Пропустить вывод данных двоичных объектов"
9600
9601 #: builtin/fast-export.c:1024
9602 msgid "refspec"
9603 msgstr "спецификатор ссылки"
9604
9605 #: builtin/fast-export.c:1025
9606 msgid "Apply refspec to exported refs"
9607 msgstr "Применить спецификатор ссылки к экспортируемым ссылкам"
9608
9609 #: builtin/fast-export.c:1026
9610 msgid "anonymize output"
9611 msgstr "сделать вывод анонимным"
9612
9613 #: builtin/fetch.c:27
9614 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
9615 msgstr "git fetch [<опции>] [<репозиторий> [<спецификатор-ссылки>…]]"
9616
9617 #: builtin/fetch.c:28
9618 msgid "git fetch [<options>] <group>"
9619 msgstr "git fetch [<опции>] <группа>"
9620
9621 #: builtin/fetch.c:29
9622 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
9623 msgstr "git fetch --multiple [<опции>] [(<репозиторий> | <группа>)…]"
9624
9625 #: builtin/fetch.c:30
9626 msgid "git fetch --all [<options>]"
9627 msgstr "git fetch --all [<опции>]"
9628
9629 #: builtin/fetch.c:112 builtin/pull.c:193
9630 msgid "fetch from all remotes"
9631 msgstr "извлечь со всех внешних репозиториев"
9632
9633 #: builtin/fetch.c:114 builtin/pull.c:196
9634 msgid "append to .git/FETCH_HEAD instead of overwriting"
9635 msgstr "дописать к .git/FETCH_HEAD вместо перезаписи"
9636
9637 #: builtin/fetch.c:116 builtin/pull.c:199
9638 msgid "path to upload pack on remote end"
9639 msgstr "путь к программе упаковки пакета на машине с внешним репозиторием"
9640
9641 #: builtin/fetch.c:117 builtin/pull.c:201
9642 msgid "force overwrite of local branch"
9643 msgstr "принудительная перезапись локальной ветки"
9644
9645 #: builtin/fetch.c:119
9646 msgid "fetch from multiple remotes"
9647 msgstr "извлечь с нескольких внешних репозиториев"
9648
9649 #: builtin/fetch.c:121 builtin/pull.c:203
9650 msgid "fetch all tags and associated objects"
9651 msgstr "извлечь все метки и связанные объекты"
9652
9653 #: builtin/fetch.c:123
9654 msgid "do not fetch all tags (--no-tags)"
9655 msgstr "не извлекать все метки (--no-tags)"
9656
9657 #: builtin/fetch.c:125
9658 msgid "number of submodules fetched in parallel"
9659 msgstr "количество подмодулей, которые будут скачаны парралельно"
9660
9661 #: builtin/fetch.c:127 builtin/pull.c:206
9662 msgid "prune remote-tracking branches no longer on remote"
9663 msgstr "почистить отслеживаемые внешние ветки, которых уже нет на внешнем репозитории"
9664
9665 #: builtin/fetch.c:129
9666 msgid "prune local tags no longer on remote and clobber changed tags"
9667 msgstr ""
9668
9669 #: builtin/fetch.c:130 builtin/fetch.c:153 builtin/pull.c:131
9670 msgid "on-demand"
9671 msgstr "по требованию"
9672
9673 #: builtin/fetch.c:131
9674 msgid "control recursive fetching of submodules"
9675 msgstr "управление рекурсивным извлечением подмодулей"
9676
9677 #: builtin/fetch.c:135 builtin/pull.c:214
9678 msgid "keep downloaded pack"
9679 msgstr "оставить загруженный пакет данных"
9680
9681 #: builtin/fetch.c:137
9682 msgid "allow updating of HEAD ref"
9683 msgstr "разрешить обновление ссылки HEAD"
9684
9685 #: builtin/fetch.c:140 builtin/fetch.c:146 builtin/pull.c:217
9686 msgid "deepen history of shallow clone"
9687 msgstr "улугубить историю частичного клона"
9688
9689 #: builtin/fetch.c:142
9690 msgid "deepen history of shallow repository based on time"
9691 msgstr "углубить историю частичного клона основываясь на времени"
9692
9693 #: builtin/fetch.c:148 builtin/pull.c:220
9694 msgid "convert to a complete repository"
9695 msgstr "преобразовать в полный репозиторий"
9696
9697 #: builtin/fetch.c:151
9698 msgid "prepend this to submodule path output"
9699 msgstr "присоединять это спереди к выводу путей подмодуля"
9700
9701 #: builtin/fetch.c:154
9702 msgid ""
9703 "default for recursive fetching of submodules (lower priority than config "
9704 "files)"
9705 msgstr "настроить по умолчанию рекурсивное извлечение подмодулей (более низкий приоритет, чем файлы конфигурации)"
9706
9707 #: builtin/fetch.c:158 builtin/pull.c:223
9708 msgid "accept refs that update .git/shallow"
9709 msgstr "принимать ссылки, которые обновляют .git/shallow"
9710
9711 #: builtin/fetch.c:159 builtin/pull.c:225
9712 msgid "refmap"
9713 msgstr "соответствие-ссылок"
9714
9715 #: builtin/fetch.c:160 builtin/pull.c:226
9716 msgid "specify fetch refmap"
9717 msgstr "указать соответствие ссылок при извлечении"
9718
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 "зависит-от-сервера"
9723
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 "передаваемые опции"
9728
9729 #: builtin/fetch.c:167
9730 msgid "report that we have only objects reachable from this object"
9731 msgstr ""
9732
9733 #: builtin/fetch.c:418
9734 msgid "Couldn't find remote ref HEAD"
9735 msgstr "Не удалось найти ссылку HEAD на внешнем репозитории"
9736
9737 #: builtin/fetch.c:552
9738 #, c-format
9739 msgid "configuration fetch.output contains invalid value %s"
9740 msgstr "опция fetch.output содержит неправильное значение для %s"
9741
9742 #: builtin/fetch.c:645
9743 #, c-format
9744 msgid "object %s not found"
9745 msgstr "объект %s не найден"
9746
9747 #: builtin/fetch.c:649
9748 msgid "[up to date]"
9749 msgstr "[актуально]"
9750
9751 #: builtin/fetch.c:662 builtin/fetch.c:744
9752 msgid "[rejected]"
9753 msgstr "[отклонено]"
9754
9755 #: builtin/fetch.c:663
9756 msgid "can't fetch in current branch"
9757 msgstr "нельзя извлечь текущую ветку"
9758
9759 #: builtin/fetch.c:672
9760 msgid "[tag update]"
9761 msgstr "[обновление метки]"
9762
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 "не удалось обновить локальную ссылку"
9767
9768 #: builtin/fetch.c:694
9769 msgid "[new tag]"
9770 msgstr "[новая метка]"
9771
9772 #: builtin/fetch.c:697
9773 msgid "[new branch]"
9774 msgstr "[новая ветка]"
9775
9776 #: builtin/fetch.c:700
9777 msgid "[new ref]"
9778 msgstr "[новая ссылка]"
9779
9780 #: builtin/fetch.c:739
9781 msgid "forced update"
9782 msgstr "принудительное обновление"
9783
9784 #: builtin/fetch.c:744
9785 msgid "non-fast-forward"
9786 msgstr "без перемотки вперед"
9787
9788 #: builtin/fetch.c:790
9789 #, c-format
9790 msgid "%s did not send all necessary objects\n"
9791 msgstr "%s не отправил все необходимые объекты\n"
9792
9793 #: builtin/fetch.c:811
9794 #, c-format
9795 msgid "reject %s because shallow roots are not allowed to be updated"
9796 msgstr "%s отклонено из-за того, что частичные корни не разрешено обновлять"
9797
9798 #: builtin/fetch.c:900 builtin/fetch.c:1011
9799 #, c-format
9800 msgid "From %.*s\n"
9801 msgstr "Из %.*s\n"
9802
9803 #: builtin/fetch.c:911
9804 #, c-format
9805 msgid ""
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», чтобы почистить старые, конфликтующие ветки"
9809
9810 #: builtin/fetch.c:981
9811 #, c-format
9812 msgid " (%s will become dangling)"
9813 msgstr " (%s будет висящей веткой)"
9814
9815 #: builtin/fetch.c:982
9816 #, c-format
9817 msgid " (%s has become dangling)"
9818 msgstr " (%s стала висящей веткой)"
9819
9820 #: builtin/fetch.c:1014
9821 msgid "[deleted]"
9822 msgstr "[удалено]"
9823
9824 #: builtin/fetch.c:1015 builtin/remote.c:1035
9825 msgid "(none)"
9826 msgstr "(нет)"
9827
9828 #: builtin/fetch.c:1038
9829 #, c-format
9830 msgid "Refusing to fetch into current branch %s of non-bare repository"
9831 msgstr "Отказ получения в текущую ветку %s не голого репозитория"
9832
9833 #: builtin/fetch.c:1057
9834 #, c-format
9835 msgid "Option \"%s\" value \"%s\" is not valid for %s"
9836 msgstr "Неправильное значение «%2$s» для параметра «%1$s» для %3$s"
9837
9838 #: builtin/fetch.c:1060
9839 #, c-format
9840 msgid "Option \"%s\" is ignored for %s\n"
9841 msgstr "Параметр «%s» игнорируется для %s\n"
9842
9843 #: builtin/fetch.c:1339
9844 #, c-format
9845 msgid "Fetching %s\n"
9846 msgstr "Извлечение из %s\n"
9847
9848 #: builtin/fetch.c:1341 builtin/remote.c:99
9849 #, c-format
9850 msgid "Could not fetch %s"
9851 msgstr "Не удалось извлечь %s"
9852
9853 #: builtin/fetch.c:1387 builtin/fetch.c:1555
9854 msgid ""
9855 "--filter can only be used with the remote configured in core.partialClone"
9856 msgstr ""
9857
9858 #: builtin/fetch.c:1410
9859 msgid ""
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 или имя внешнего репозитория из которого должны извлекаться новые редакции."
9863
9864 #: builtin/fetch.c:1447
9865 msgid "You need to specify a tag name."
9866 msgstr "Вам нужно указать имя метки."
9867
9868 #: builtin/fetch.c:1496
9869 msgid "Negative depth in --deepen is not supported"
9870 msgstr "Отрицательная грубина для --deepen не поддерживается"
9871
9872 #: builtin/fetch.c:1498
9873 msgid "--deepen and --depth are mutually exclusive"
9874 msgstr "--deepen и --depth нельзя использовать одновременно"
9875
9876 #: builtin/fetch.c:1503
9877 msgid "--depth and --unshallow cannot be used together"
9878 msgstr "нельзя использовать одновременно --depth и --unshallow"
9879
9880 #: builtin/fetch.c:1505
9881 msgid "--unshallow on a complete repository does not make sense"
9882 msgstr "--unshallow не имеет смысла на полном репозитории"
9883
9884 #: builtin/fetch.c:1521
9885 msgid "fetch --all does not take a repository argument"
9886 msgstr "fetch --all не принимает имя репозитория как аргумент"
9887
9888 #: builtin/fetch.c:1523
9889 msgid "fetch --all does not make sense with refspecs"
9890 msgstr "fetch --all не имеет смысла при указании спецификаторов ссылок"
9891
9892 #: builtin/fetch.c:1532
9893 #, c-format
9894 msgid "No such remote or remote group: %s"
9895 msgstr "Нет такого внешнего репозитория или группы: %s"
9896
9897 #: builtin/fetch.c:1539
9898 msgid "Fetching a group and specifying refspecs does not make sense"
9899 msgstr "Получение группы и указание спецификаций ссылок не имеет смысла"
9900
9901 #: builtin/fmt-merge-msg.c:17
9902 msgid ""
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 <файл>]"
9905
9906 #: builtin/fmt-merge-msg.c:671
9907 msgid "populate log with at most <n> entries from shortlog"
9908 msgstr "отправить в журнал <n> записей из короткого журнала"
9909
9910 #: builtin/fmt-merge-msg.c:674
9911 msgid "alias for --log (deprecated)"
9912 msgstr "сокращение для --log (устаревшее)"
9913
9914 #: builtin/fmt-merge-msg.c:677
9915 msgid "text"
9916 msgstr "текст"
9917
9918 #: builtin/fmt-merge-msg.c:678
9919 msgid "use <text> as start of message"
9920 msgstr "использовать <текст> как начальное сообщение"
9921
9922 #: builtin/fmt-merge-msg.c:679
9923 msgid "file to read from"
9924 msgstr "файл для чтения"
9925
9926 #: builtin/for-each-ref.c:10
9927 msgid "git for-each-ref [<options>] [<pattern>]"
9928 msgstr "git for-each-ref [<опции>] [<шаблон>]"
9929
9930 #: builtin/for-each-ref.c:11
9931 msgid "git for-each-ref [--points-at <object>]"
9932 msgstr "git for-each-ref [--points-at <объект>]"
9933
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) [<коммит>]]"
9937
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 [<коммит>]]"
9941
9942 #: builtin/for-each-ref.c:28
9943 msgid "quote placeholders suitably for shells"
9944 msgstr "выводить указатели места заполнения в подходящем формате для командного процессора"
9945
9946 #: builtin/for-each-ref.c:30
9947 msgid "quote placeholders suitably for perl"
9948 msgstr "выводить указатели места заполнения в подходящем формате для perl"
9949
9950 #: builtin/for-each-ref.c:32
9951 msgid "quote placeholders suitably for python"
9952 msgstr "выводить указатели места заполнения в подходящем формате для python"
9953
9954 #: builtin/for-each-ref.c:34
9955 msgid "quote placeholders suitably for Tcl"
9956 msgstr "выводить указатели места заполнения в подходящем формате для Tcl"
9957
9958 #: builtin/for-each-ref.c:37
9959 msgid "show only <n> matched refs"
9960 msgstr "показать только <n> совпадающих ссылок"
9961
9962 #: builtin/for-each-ref.c:39 builtin/tag.c:422
9963 msgid "respect format colors"
9964 msgstr "использовать цвета из формата"
9965
9966 #: builtin/for-each-ref.c:43
9967 msgid "print only refs which points at the given object"
9968 msgstr "вывод только ссылок, которые указывают на переданный объект"
9969
9970 #: builtin/for-each-ref.c:45
9971 msgid "print only refs that are merged"
9972 msgstr "вывод только слитых ссылок"
9973
9974 #: builtin/for-each-ref.c:46
9975 msgid "print only refs that are not merged"
9976 msgstr "вывод только не слитых ссылок"
9977
9978 #: builtin/for-each-ref.c:47
9979 msgid "print only refs which contain the commit"
9980 msgstr "вывод только ссылок, которые содержат коммит"
9981
9982 #: builtin/for-each-ref.c:48
9983 msgid "print only refs which don't contain the commit"
9984 msgstr "вывод только ссылок, которые не содержат коммит"
9985
9986 #: builtin/fsck.c:574
9987 msgid "Checking object directories"
9988 msgstr "Проверка каталогов объектов"
9989
9990 #: builtin/fsck.c:666
9991 msgid "git fsck [<options>] [<object>...]"
9992 msgstr "git fsck [<опции>] [<объект>…]"
9993
9994 #: builtin/fsck.c:672
9995 msgid "show unreachable objects"
9996 msgstr "показать недоступные объекты"
9997
9998 #: builtin/fsck.c:673
9999 msgid "show dangling objects"
10000 msgstr "показать объекты, на которые нет ссылок"
10001
10002 #: builtin/fsck.c:674
10003 msgid "report tags"
10004 msgstr "вывести отчет по меткам"
10005
10006 #: builtin/fsck.c:675
10007 msgid "report root nodes"
10008 msgstr "вывести отчет по корневым узлам"
10009
10010 #: builtin/fsck.c:676
10011 msgid "make index objects head nodes"
10012 msgstr "воспринимать объекты в индексе как корневые узлы"
10013
10014 #: builtin/fsck.c:677
10015 msgid "make reflogs head nodes (default)"
10016 msgstr "создать корневые узлы журналов ссылок (по умолчанию)"
10017
10018 #: builtin/fsck.c:678
10019 msgid "also consider packs and alternate objects"
10020 msgstr "также проверять пакеты и альтернативные объекты"
10021
10022 #: builtin/fsck.c:679
10023 msgid "check only connectivity"
10024 msgstr "только проверить соединение"
10025
10026 #: builtin/fsck.c:680
10027 msgid "enable more strict checking"
10028 msgstr "использовать более строгую проверку"
10029
10030 #: builtin/fsck.c:682
10031 msgid "write dangling objects in .git/lost-found"
10032 msgstr "записать объекты на которые нет ссылок в .git/lost-found"
10033
10034 #: builtin/fsck.c:683 builtin/prune.c:110
10035 msgid "show progress"
10036 msgstr "показать прогресс выполнения"
10037
10038 #: builtin/fsck.c:684
10039 msgid "show verbose names for reachable objects"
10040 msgstr "показать подробные имена для недоступных объектов"
10041
10042 #: builtin/fsck.c:750
10043 msgid "Checking objects"
10044 msgstr "Проверка объектов"
10045
10046 #: builtin/gc.c:34
10047 msgid "git gc [<options>]"
10048 msgstr "git gc [<опции>]"
10049
10050 #: builtin/gc.c:90
10051 #, c-format
10052 msgid "Failed to fstat %s: %s"
10053 msgstr "Не удалось выполнить fstat %s: %s"
10054
10055 #: builtin/gc.c:455
10056 #, c-format
10057 msgid "Can't stat %s"
10058 msgstr "Не удалось выполнить stat для %s"
10059
10060 #: builtin/gc.c:464
10061 #, c-format
10062 msgid ""
10063 "The last gc run reported the following. Please correct the root cause\n"
10064 "and remove %s.\n"
10065 "Automatic cleanup will not be performed until the file is removed.\n"
10066 "\n"
10067 "%s"
10068 msgstr "Последний запуск gc сообщил следующее. Пожалуйста, исправьте ошибку и удалите %s.\nАвтоматическая очистка репозитория не будет производиться, пока этот файл не удалён.\n\n%s"
10069
10070 #: builtin/gc.c:505
10071 msgid "prune unreferenced objects"
10072 msgstr "почистить объекты, на которые нет ссылок"
10073
10074 #: builtin/gc.c:507
10075 msgid "be more thorough (increased runtime)"
10076 msgstr "проверять более внимательно (занимает больше времени)"
10077
10078 #: builtin/gc.c:508
10079 msgid "enable auto-gc mode"
10080 msgstr "включить режим auto-gc"
10081
10082 #: builtin/gc.c:511
10083 msgid "force running gc even if there may be another gc running"
10084 msgstr "принудительно запустить gc, даже есть другая копия gc уже запущена"
10085
10086 #: builtin/gc.c:514
10087 msgid "repack all other packs except the largest pack"
10088 msgstr ""
10089
10090 #: builtin/gc.c:531
10091 #, c-format
10092 msgid "failed to parse gc.logexpiry value %s"
10093 msgstr ""
10094
10095 #: builtin/gc.c:542
10096 #, c-format
10097 msgid "failed to parse prune expiry value %s"
10098 msgstr ""
10099
10100 #: builtin/gc.c:562
10101 #, c-format
10102 msgid "Auto packing the repository in background for optimum performance.\n"
10103 msgstr "Автоматическая упаковка репозитория в фоне, для оптимальной производительности.\n"
10104
10105 #: builtin/gc.c:564
10106 #, c-format
10107 msgid "Auto packing the repository for optimum performance.\n"
10108 msgstr "Автоматическая упаковка репозитория, для оптимальной производительности.\n"
10109
10110 #: builtin/gc.c:565
10111 #, c-format
10112 msgid "See \"git help gc\" for manual housekeeping.\n"
10113 msgstr "Смотрите «git help gc» руководства по ручной очистке.\n"
10114
10115 #: builtin/gc.c:601
10116 #, c-format
10117 msgid ""
10118 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
10119 msgstr "gc уже запущен на этом компьютере «%s» pid %<PRIuMAX> (если нет, используйте --force)"
10120
10121 #: builtin/gc.c:652
10122 msgid ""
10123 "There are too many unreachable loose objects; run 'git prune' to remove "
10124 "them."
10125 msgstr "Имеется слишком много объектов, на которые нет ссылок; запустите «git prune» для их удаления."
10126
10127 #: builtin/grep.c:28
10128 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
10129 msgstr "git grep [<опции>] [-e] <шаблон> [<редакция>…] [[--] <путь>…]"
10130
10131 #: builtin/grep.c:226
10132 #, c-format
10133 msgid "grep: failed to create thread: %s"
10134 msgstr "grep: сбой создания потока: %s"
10135
10136 #: builtin/grep.c:284
10137 #, c-format
10138 msgid "invalid number of threads specified (%d) for %s"
10139 msgstr "указано недопустимое количество потоков (%d) для %s"
10140
10141 #. TRANSLATORS: %s is the configuration
10142 #. variable for tweaking threads, currently
10143 #. grep.threads
10144 #: builtin/grep.c:293 builtin/index-pack.c:1536 builtin/index-pack.c:1728
10145 #: builtin/pack-objects.c:2639
10146 #, c-format
10147 msgid "no threads support, ignoring %s"
10148 msgstr "нет поддержки потоков, игнорирование %s"
10149
10150 #: builtin/grep.c:461 builtin/grep.c:582 builtin/grep.c:623
10151 #, c-format
10152 msgid "unable to read tree (%s)"
10153 msgstr "не удалось прочитать дерево (%s)"
10154
10155 #: builtin/grep.c:638
10156 #, c-format
10157 msgid "unable to grep from object of type %s"
10158 msgstr "не удалось выполнить grep из объекта типа %s"
10159
10160 #: builtin/grep.c:704
10161 #, c-format
10162 msgid "switch `%c' expects a numerical value"
10163 msgstr "параметр «%c» ожидает числовое значение"
10164
10165 #: builtin/grep.c:791
10166 msgid "search in index instead of in the work tree"
10167 msgstr "искать в индексе, а не в рабочем каталоге"
10168
10169 #: builtin/grep.c:793
10170 msgid "find in contents not managed by git"
10171 msgstr "искать в содержимом не управляемым git"
10172
10173 #: builtin/grep.c:795
10174 msgid "search in both tracked and untracked files"
10175 msgstr "искать и в отслеживаемых, и в неотслеживаемых файлах"
10176
10177 #: builtin/grep.c:797
10178 msgid "ignore files specified via '.gitignore'"
10179 msgstr "игнорировать файлы указанные в «.gitignore»"
10180
10181 #: builtin/grep.c:799
10182 msgid "recursively search in each submodule"
10183 msgstr "рекурсивный поиск по всем подмодулям"
10184
10185 #: builtin/grep.c:802
10186 msgid "show non-matching lines"
10187 msgstr "искать в несовпадающих строках"
10188
10189 #: builtin/grep.c:804
10190 msgid "case insensitive matching"
10191 msgstr "без учета регистра"
10192
10193 #: builtin/grep.c:806
10194 msgid "match patterns only at word boundaries"
10195 msgstr "искать совпадения шаблона только на границах слов"
10196
10197 #: builtin/grep.c:808
10198 msgid "process binary files as text"
10199 msgstr "обработка двоичных файлов как текста"
10200
10201 #: builtin/grep.c:810
10202 msgid "don't match patterns in binary files"
10203 msgstr "не искать совпадения шаблона в двоичных файлах"
10204
10205 #: builtin/grep.c:813
10206 msgid "process binary files with textconv filters"
10207 msgstr "обрабатываться двоичные файлы с помощью фильтров textconv"
10208
10209 #: builtin/grep.c:815
10210 msgid "descend at most <depth> levels"
10211 msgstr "на глубине максиму <глубина> уровней"
10212
10213 #: builtin/grep.c:819
10214 msgid "use extended POSIX regular expressions"
10215 msgstr "использовать расширенные регулярные выражения POSIX"
10216
10217 #: builtin/grep.c:822
10218 msgid "use basic POSIX regular expressions (default)"
10219 msgstr "использовать базовые регулярные выражения POSIX (по умолчанию)"
10220
10221 #: builtin/grep.c:825
10222 msgid "interpret patterns as fixed strings"
10223 msgstr "интерпретировать шаблоны как фиксированные строки"
10224
10225 #: builtin/grep.c:828
10226 msgid "use Perl-compatible regular expressions"
10227 msgstr "использовать Perl-совместимые регулярные выражения"
10228
10229 #: builtin/grep.c:831
10230 msgid "show line numbers"
10231 msgstr "вывести номера строк"
10232
10233 #: builtin/grep.c:832
10234 msgid "show column number of first match"
10235 msgstr ""
10236
10237 #: builtin/grep.c:833
10238 msgid "don't show filenames"
10239 msgstr "не выводить имена файлов"
10240
10241 #: builtin/grep.c:834
10242 msgid "show filenames"
10243 msgstr "выводить имена файлов"
10244
10245 #: builtin/grep.c:836
10246 msgid "show filenames relative to top directory"
10247 msgstr "выводить имена файлов относительно каталога репозитория"
10248
10249 #: builtin/grep.c:838
10250 msgid "show only filenames instead of matching lines"
10251 msgstr "выводить только имена файлов, а не совпадающие строки"
10252
10253 #: builtin/grep.c:840
10254 msgid "synonym for --files-with-matches"
10255 msgstr "синоним для --files-with-matches"
10256
10257 #: builtin/grep.c:843
10258 msgid "show only the names of files without match"
10259 msgstr "выводить только несовпадающие имена файлов"
10260
10261 #: builtin/grep.c:845
10262 msgid "print NUL after filenames"
10263 msgstr "выводить двоичный НОЛЬ после списка имен файлов"
10264
10265 #: builtin/grep.c:848
10266 msgid "show only matching parts of a line"
10267 msgstr ""
10268
10269 #: builtin/grep.c:850
10270 msgid "show the number of matches instead of matching lines"
10271 msgstr "выводить количество совпадений, а не совпадающие строки"
10272
10273 #: builtin/grep.c:851
10274 msgid "highlight matches"
10275 msgstr "подсвечивать совпадения"
10276
10277 #: builtin/grep.c:853
10278 msgid "print empty line between matches from different files"
10279 msgstr "выводить пустую строку после совпадений из разных файлов"
10280
10281 #: builtin/grep.c:855
10282 msgid "show filename only once above matches from same file"
10283 msgstr "выводить имя файла только раз на несколько совпадений в одном файле"
10284
10285 #: builtin/grep.c:858
10286 msgid "show <n> context lines before and after matches"
10287 msgstr "показать <n> строк контекста перед и после совпадения"
10288
10289 #: builtin/grep.c:861
10290 msgid "show <n> context lines before matches"
10291 msgstr "показать <n> строк контекста перед совпадением"
10292
10293 #: builtin/grep.c:863
10294 msgid "show <n> context lines after matches"
10295 msgstr "показать <n> строк контекста после совпадения"
10296
10297 #: builtin/grep.c:865
10298 msgid "use <n> worker threads"
10299 msgstr "использовать <кол> рабочих потоков"
10300
10301 #: builtin/grep.c:866
10302 msgid "shortcut for -C NUM"
10303 msgstr "тоже, что и -C КОЛИЧЕСТВО"
10304
10305 #: builtin/grep.c:869
10306 msgid "show a line with the function name before matches"
10307 msgstr "показать строку с именем функции перед совпадением"
10308
10309 #: builtin/grep.c:871
10310 msgid "show the surrounding function"
10311 msgstr "показать окружающую функцию"
10312
10313 #: builtin/grep.c:874
10314 msgid "read patterns from file"
10315 msgstr "прочитать шаблоны из файла"
10316
10317 #: builtin/grep.c:876
10318 msgid "match <pattern>"
10319 msgstr "поиск соответствий с <шаблоном>"
10320
10321 #: builtin/grep.c:878
10322 msgid "combine patterns specified with -e"
10323 msgstr "объединить шаблоны указанные с помощью -e"
10324
10325 #: builtin/grep.c:890
10326 msgid "indicate hit with exit status without output"
10327 msgstr "ничего не выводить, указать на совпадение с помощью кода выхода"
10328
10329 #: builtin/grep.c:892
10330 msgid "show only matches from files that match all patterns"
10331 msgstr "показать только совпадения из файлов в которых совпадают все шаблоны"
10332
10333 #: builtin/grep.c:894
10334 msgid "show parse tree for grep expression"
10335 msgstr "показать дерево разбора для выражения поиска"
10336
10337 #: builtin/grep.c:898
10338 msgid "pager"
10339 msgstr "пейджер"
10340
10341 #: builtin/grep.c:898
10342 msgid "show matching files in the pager"
10343 msgstr "показать совпадающие файлы с помощью программы-пейджера"
10344
10345 #: builtin/grep.c:902
10346 msgid "allow calling of grep(1) (ignored by this build)"
10347 msgstr "разрешить вызов grep(1) (игнорируется в этой сборке)"
10348
10349 #: builtin/grep.c:966
10350 msgid "no pattern given"
10351 msgstr ""
10352
10353 #: builtin/grep.c:1002
10354 msgid "--no-index or --untracked cannot be used with revs"
10355 msgstr "--no-index или --untracked нельзя использовать одновременно с указанием ревизии"
10356
10357 #: builtin/grep.c:1009
10358 #, c-format
10359 msgid "unable to resolve revision: %s"
10360 msgstr "не удалось определить редакцию: %s"
10361
10362 #: builtin/grep.c:1044 builtin/index-pack.c:1532 builtin/pack-objects.c:2635
10363 #, c-format
10364 msgid "invalid number of threads specified (%d)"
10365 msgstr "указано неправильное количество потоков (%d)"
10366
10367 #: builtin/grep.c:1049 builtin/pack-objects.c:3289
10368 msgid "no threads support, ignoring --threads"
10369 msgstr "нет поддержки потоков, игнорирование --threads"
10370
10371 #: builtin/grep.c:1073
10372 msgid "--open-files-in-pager only works on the worktree"
10373 msgstr "--open-files-in-pager работает только в рабочем каталоге"
10374
10375 #: builtin/grep.c:1096
10376 msgid "option not supported with --recurse-submodules"
10377 msgstr ""
10378
10379 #: builtin/grep.c:1102
10380 msgid "--cached or --untracked cannot be used with --no-index"
10381 msgstr ""
10382
10383 #: builtin/grep.c:1108
10384 msgid "--[no-]exclude-standard cannot be used for tracked contents"
10385 msgstr ""
10386
10387 #: builtin/grep.c:1116
10388 msgid "both --cached and trees are given"
10389 msgstr ""
10390
10391 #: builtin/hash-object.c:84
10392 msgid ""
10393 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
10394 "[--] <file>..."
10395 msgstr "git hash-object [-t <тип>] [-w] [--path=<файл> | --no-filters] [--stdin] [--] <файл>…"
10396
10397 #: builtin/hash-object.c:85
10398 msgid "git hash-object --stdin-paths"
10399 msgstr "git hash-object --stdin-paths"
10400
10401 #: builtin/hash-object.c:97
10402 msgid "type"
10403 msgstr "тип"
10404
10405 #: builtin/hash-object.c:97
10406 msgid "object type"
10407 msgstr "тип объекта"
10408
10409 #: builtin/hash-object.c:98
10410 msgid "write the object into the object database"
10411 msgstr "запись объекта в базу данных объектов"
10412
10413 #: builtin/hash-object.c:100
10414 msgid "read the object from stdin"
10415 msgstr "прочитать объект из стандартного ввода"
10416
10417 #: builtin/hash-object.c:102
10418 msgid "store file as is without filters"
10419 msgstr "сохранить файл без использования фильтров"
10420
10421 #: builtin/hash-object.c:103
10422 msgid ""
10423 "just hash any random garbage to create corrupt objects for debugging Git"
10424 msgstr "хэшировать любой мусор и создавать поврежденные объекты для отладки Git"
10425
10426 #: builtin/hash-object.c:104
10427 msgid "process file as it were from this path"
10428 msgstr "обработать файл так, будто он находится по указанному пути"
10429
10430 #: builtin/help.c:46
10431 msgid "print all available commands"
10432 msgstr "вывести список всех доступных команд"
10433
10434 #: builtin/help.c:47
10435 msgid "exclude guides"
10436 msgstr "исключить руководства"
10437
10438 #: builtin/help.c:48
10439 msgid "print list of useful guides"
10440 msgstr "вывести список полезных руководств"
10441
10442 #: builtin/help.c:49
10443 msgid "print all configuration variable names"
10444 msgstr ""
10445
10446 #: builtin/help.c:51
10447 msgid "show man page"
10448 msgstr "открыть руководство в формате man"
10449
10450 #: builtin/help.c:52
10451 msgid "show manual in web browser"
10452 msgstr "открыть руководство в веб-браузере"
10453
10454 #: builtin/help.c:54
10455 msgid "show info page"
10456 msgstr "открыть руководство в формате info"
10457
10458 #: builtin/help.c:56
10459 msgid "print command description"
10460 msgstr ""
10461
10462 #: builtin/help.c:61
10463 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
10464 msgstr "git help [--all] [--guides] [--man | --web | --info] [<команда>]"
10465
10466 #: builtin/help.c:73
10467 #, c-format
10468 msgid "unrecognized help format '%s'"
10469 msgstr "неопознанный формат руководства «%s»"
10470
10471 #: builtin/help.c:100
10472 msgid "Failed to start emacsclient."
10473 msgstr "Сбой при запуске emacsclient."
10474
10475 #: builtin/help.c:113
10476 msgid "Failed to parse emacsclient version."
10477 msgstr "Сбой при определении версии emacsclient."
10478
10479 #: builtin/help.c:121
10480 #, c-format
10481 msgid "emacsclient version '%d' too old (< 22)."
10482 msgstr "версия emacsclient «%d» слишком старая (< 22)."
10483
10484 #: builtin/help.c:139 builtin/help.c:161 builtin/help.c:171 builtin/help.c:179
10485 #, c-format
10486 msgid "failed to exec '%s'"
10487 msgstr "сбой при запуске «%s»"
10488
10489 #: builtin/help.c:217
10490 #, c-format
10491 msgid ""
10492 "'%s': path for unsupported man viewer.\n"
10493 "Please consider using 'man.<tool>.cmd' instead."
10494 msgstr "«%s»: путь для неподдерживаемой программы просмотра man.\nВместо этого используйте «man.<программа>.cmd»."
10495
10496 #: builtin/help.c:229
10497 #, c-format
10498 msgid ""
10499 "'%s': cmd for supported man viewer.\n"
10500 "Please consider using 'man.<tool>.path' instead."
10501 msgstr "«%s»: команда для неподдерживаемой программы просмотра man.\nВместо этого используйте «man.<программа>.path»."
10502
10503 #: builtin/help.c:346
10504 #, c-format
10505 msgid "'%s': unknown man viewer."
10506 msgstr "«%s»: неизвестная программа просмотра man."
10507
10508 #: builtin/help.c:363
10509 msgid "no man viewer handled the request"
10510 msgstr "программа просмотра man не обработала запрос"
10511
10512 #: builtin/help.c:371
10513 msgid "no info viewer handled the request"
10514 msgstr "программа просмотра info не обработала запрос"
10515
10516 #: builtin/help.c:418
10517 #, c-format
10518 msgid "'%s' is aliased to '%s'"
10519 msgstr "«%s» — это сокращение для «%s»"
10520
10521 #: builtin/help.c:445 builtin/help.c:475
10522 #, c-format
10523 msgid "usage: %s%s"
10524 msgstr "использование: %s%s"
10525
10526 #: builtin/help.c:459
10527 msgid "'git help config' for more information"
10528 msgstr ""
10529
10530 #: builtin/index-pack.c:208
10531 #, c-format
10532 msgid "object type mismatch at %s"
10533 msgstr "несоответствие типа объекта на %s"
10534
10535 #: builtin/index-pack.c:228
10536 #, c-format
10537 msgid "did not receive expected object %s"
10538 msgstr "ожидаемый объект не получен на %s"
10539
10540 #: builtin/index-pack.c:231
10541 #, c-format
10542 msgid "object %s: expected type %s, found %s"
10543 msgstr "объект %s: ожидаемый тип %s, получен %s"
10544
10545 #: builtin/index-pack.c:273
10546 #, c-format
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 байтов"
10553
10554 #: builtin/index-pack.c:283
10555 msgid "early EOF"
10556 msgstr "неожиданный конец файла"
10557
10558 #: builtin/index-pack.c:284
10559 msgid "read error on input"
10560 msgstr "ошибка чтения ввода"
10561
10562 #: builtin/index-pack.c:296
10563 msgid "used more bytes than were available"
10564 msgstr "использовано больше байт, чем было доступно"
10565
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"
10569
10570 #: builtin/index-pack.c:306 builtin/unpack-objects.c:94
10571 msgid "pack exceeds maximum allowed size"
10572 msgstr "размер пакета превышает максимальный допустимый"
10573
10574 #: builtin/index-pack.c:321
10575 #, c-format
10576 msgid "unable to create '%s'"
10577 msgstr "не удалось создать «%s»"
10578
10579 #: builtin/index-pack.c:327
10580 #, c-format
10581 msgid "cannot open packfile '%s'"
10582 msgstr "не удалось открыть файл пакета «%s»"
10583
10584 #: builtin/index-pack.c:341
10585 msgid "pack signature mismatch"
10586 msgstr "несоответствие подписи пакета"
10587
10588 #: builtin/index-pack.c:343
10589 #, c-format
10590 msgid "pack version %<PRIu32> unsupported"
10591 msgstr "версия пакета %<PRIu32> не поддерживается"
10592
10593 #: builtin/index-pack.c:361
10594 #, c-format
10595 msgid "pack has bad object at offset %<PRIuMAX>: %s"
10596 msgstr "пакет содержит плохой объект по смещению %<PRIuMAX>: %s"
10597
10598 #: builtin/index-pack.c:482
10599 #, c-format
10600 msgid "inflate returned %d"
10601 msgstr "программа сжатия вернула %d"
10602
10603 #: builtin/index-pack.c:531
10604 msgid "offset value overflow for delta base object"
10605 msgstr "переполнение значения смещения у базового объекта дельты"
10606
10607 #: builtin/index-pack.c:539
10608 msgid "delta base offset is out of bound"
10609 msgstr "смещение базовой дельты вышло за допустимые пределы"
10610
10611 #: builtin/index-pack.c:547
10612 #, c-format
10613 msgid "unknown object type %d"
10614 msgstr "неизвестный тип объекта %d"
10615
10616 #: builtin/index-pack.c:578
10617 msgid "cannot pread pack file"
10618 msgstr "не удалось выполнить pread для файла пакета"
10619
10620 #: builtin/index-pack.c:580
10621 #, c-format
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> байтов отсутствует"
10628
10629 #: builtin/index-pack.c:606
10630 msgid "serious inflate inconsistency"
10631 msgstr "серьезное несоответствие при распаковке"
10632
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
10635 #, c-format
10636 msgid "SHA1 COLLISION FOUND WITH %s !"
10637 msgstr "НАЙДЕНА КОЛЛИЗИЯ SHA1 С %s !"
10638
10639 #: builtin/index-pack.c:754 builtin/pack-objects.c:143
10640 #: builtin/pack-objects.c:203 builtin/pack-objects.c:297
10641 #, c-format
10642 msgid "unable to read %s"
10643 msgstr "не удалось прочитать %s"
10644
10645 #: builtin/index-pack.c:817
10646 #, c-format
10647 msgid "cannot read existing object info %s"
10648 msgstr "не удалось прочитать информацию существующего объекта %s"
10649
10650 #: builtin/index-pack.c:825
10651 #, c-format
10652 msgid "cannot read existing object %s"
10653 msgstr "не удалось прочитать существующий объект %s"
10654
10655 #: builtin/index-pack.c:839
10656 #, c-format
10657 msgid "invalid blob object %s"
10658 msgstr "неправильный файл двоичного объекта %s"
10659
10660 #: builtin/index-pack.c:842 builtin/index-pack.c:861
10661 msgid "fsck error in packed object"
10662 msgstr ""
10663
10664 #: builtin/index-pack.c:858
10665 #, c-format
10666 msgid "invalid %s"
10667 msgstr "неправильный %s"
10668
10669 #: builtin/index-pack.c:863
10670 #, c-format
10671 msgid "Not all child objects of %s are reachable"
10672 msgstr "Не все дочерние объекты %s достижимы"
10673
10674 #: builtin/index-pack.c:935 builtin/index-pack.c:966
10675 msgid "failed to apply delta"
10676 msgstr "сбой при применении дельты"
10677
10678 #: builtin/index-pack.c:1136
10679 msgid "Receiving objects"
10680 msgstr "Получение объектов"
10681
10682 #: builtin/index-pack.c:1136
10683 msgid "Indexing objects"
10684 msgstr "Индексирование объектов"
10685
10686 #: builtin/index-pack.c:1170
10687 msgid "pack is corrupted (SHA1 mismatch)"
10688 msgstr "пакет поврежден (несоответствие SHA1)"
10689
10690 #: builtin/index-pack.c:1175
10691 msgid "cannot fstat packfile"
10692 msgstr "не удалось выполнить fstat для файла пакета"
10693
10694 #: builtin/index-pack.c:1178
10695 msgid "pack has junk at the end"
10696 msgstr "файл пакета содержит мусор в конце"
10697
10698 #: builtin/index-pack.c:1190
10699 msgid "confusion beyond insanity in parse_pack_objects()"
10700 msgstr "безумная путаница в parse_pack_objects()"
10701
10702 #: builtin/index-pack.c:1213
10703 msgid "Resolving deltas"
10704 msgstr "Определение изменений"
10705
10706 #: builtin/index-pack.c:1224 builtin/pack-objects.c:2410
10707 #, c-format
10708 msgid "unable to create thread: %s"
10709 msgstr "не удалось создать поток: %s"
10710
10711 #: builtin/index-pack.c:1266
10712 msgid "confusion beyond insanity"
10713 msgstr "безумная путаница"
10714
10715 #: builtin/index-pack.c:1272
10716 #, c-format
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 локальными объектами"
10723
10724 #: builtin/index-pack.c:1284
10725 #, c-format
10726 msgid "Unexpected tail checksum for %s (disk corruption?)"
10727 msgstr "Неожиданная контрольная сумма в конце %s (диск поврежден?)"
10728
10729 #: builtin/index-pack.c:1288
10730 #, c-format
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 неразрешенных дельт"
10737
10738 #: builtin/index-pack.c:1312
10739 #, c-format
10740 msgid "unable to deflate appended object (%d)"
10741 msgstr "нельзя сжать присоединенный объект (%d)"
10742
10743 #: builtin/index-pack.c:1389
10744 #, c-format
10745 msgid "local object %s is corrupt"
10746 msgstr "локальный объект %s поврежден"
10747
10748 #: builtin/index-pack.c:1403
10749 #, c-format
10750 msgid "packfile name '%s' does not end with '.pack'"
10751 msgstr "имя пакета «%s» не оканчивается на «.pack»"
10752
10753 #: builtin/index-pack.c:1428
10754 #, c-format
10755 msgid "cannot write %s file '%s'"
10756 msgstr ""
10757
10758 #: builtin/index-pack.c:1436
10759 #, c-format
10760 msgid "cannot close written %s file '%s'"
10761 msgstr ""
10762
10763 #: builtin/index-pack.c:1460
10764 msgid "error while closing pack file"
10765 msgstr "ошибка при закрытии файла пакета"
10766
10767 #: builtin/index-pack.c:1474
10768 msgid "cannot store pack file"
10769 msgstr "не удалось сохранить файл пакета"
10770
10771 #: builtin/index-pack.c:1482
10772 msgid "cannot store index file"
10773 msgstr "не удалось сохранить файл индекса"
10774
10775 #: builtin/index-pack.c:1526 builtin/pack-objects.c:2648
10776 #, c-format
10777 msgid "bad pack.indexversion=%<PRIu32>"
10778 msgstr "плохой pack.indexversion=%<PRIu32>"
10779
10780 #: builtin/index-pack.c:1595
10781 #, c-format
10782 msgid "Cannot open existing pack file '%s'"
10783 msgstr "Не удалось открыть существующий файл пакета «%s»"
10784
10785 #: builtin/index-pack.c:1597
10786 #, c-format
10787 msgid "Cannot open existing pack idx file for '%s'"
10788 msgstr "Не удалось открыть существующий файл индекса для «%s»"
10789
10790 #: builtin/index-pack.c:1645
10791 #, c-format
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 объектов"
10798
10799 #: builtin/index-pack.c:1652
10800 #, c-format
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 объектов"
10807
10808 #: builtin/index-pack.c:1689
10809 msgid "Cannot come back to cwd"
10810 msgstr "Не удалось вернуться в текущий рабочий каталог"
10811
10812 #: builtin/index-pack.c:1740 builtin/index-pack.c:1743
10813 #: builtin/index-pack.c:1759 builtin/index-pack.c:1763
10814 #, c-format
10815 msgid "bad %s"
10816 msgstr "плохой %s"
10817
10818 #: builtin/index-pack.c:1779
10819 msgid "--fix-thin cannot be used without --stdin"
10820 msgstr "--fix-thin нельзя использовать без --stdin"
10821
10822 #: builtin/index-pack.c:1781
10823 msgid "--stdin requires a git repository"
10824 msgstr "опция --stdin требует наличия репозитория git"
10825
10826 #: builtin/index-pack.c:1787
10827 msgid "--verify with no packfile name given"
10828 msgstr "--verify без указания имени файла пакета"
10829
10830 #: builtin/index-pack.c:1837 builtin/unpack-objects.c:580
10831 msgid "fsck error in pack objects"
10832 msgstr ""
10833
10834 #: builtin/init-db.c:55
10835 #, c-format
10836 msgid "cannot stat '%s'"
10837 msgstr "не удалось выполнить stat для «%s»"
10838
10839 #: builtin/init-db.c:61
10840 #, c-format
10841 msgid "cannot stat template '%s'"
10842 msgstr "не удалось выполнить stat для шаблона «%s»"
10843
10844 #: builtin/init-db.c:66
10845 #, c-format
10846 msgid "cannot opendir '%s'"
10847 msgstr "не удалось выполнить opendir для «%s»"
10848
10849 #: builtin/init-db.c:78
10850 #, c-format
10851 msgid "cannot readlink '%s'"
10852 msgstr "не удалось выполнить readlink для «%s»"
10853
10854 #: builtin/init-db.c:80
10855 #, c-format
10856 msgid "cannot symlink '%s' '%s'"
10857 msgstr "не удалось создать символьную ссылку «%s» на «%s»"
10858
10859 #: builtin/init-db.c:86
10860 #, c-format
10861 msgid "cannot copy '%s' to '%s'"
10862 msgstr "не удалось скопировать файл «%s» в «%s»"
10863
10864 #: builtin/init-db.c:90
10865 #, c-format
10866 msgid "ignoring template %s"
10867 msgstr "игнорирование шаблона %s"
10868
10869 #: builtin/init-db.c:121
10870 #, c-format
10871 msgid "templates not found in %s"
10872 msgstr ""
10873
10874 #: builtin/init-db.c:136
10875 #, c-format
10876 msgid "not copying templates from '%s': %s"
10877 msgstr "не копирую шаблоны из «%s»: %s"
10878
10879 #: builtin/init-db.c:329
10880 #, c-format
10881 msgid "unable to handle file type %d"
10882 msgstr "не удается обработать файл типа %d"
10883
10884 #: builtin/init-db.c:332
10885 #, c-format
10886 msgid "unable to move %s to %s"
10887 msgstr "не удается переместить файл %s в %s"
10888
10889 #: builtin/init-db.c:349 builtin/init-db.c:352
10890 #, c-format
10891 msgid "%s already exists"
10892 msgstr "%s уже существует"
10893
10894 #: builtin/init-db.c:405
10895 #, c-format
10896 msgid "Reinitialized existing shared Git repository in %s%s\n"
10897 msgstr "Переинициализирован существующий общий репозиторий Git в %s%s\n"
10898
10899 #: builtin/init-db.c:406
10900 #, c-format
10901 msgid "Reinitialized existing Git repository in %s%s\n"
10902 msgstr "Переинициализирован существующий репозиторий Git в %s%s\n"
10903
10904 #: builtin/init-db.c:410
10905 #, c-format
10906 msgid "Initialized empty shared Git repository in %s%s\n"
10907 msgstr "Инициализирован пустой общий репозиторий Git в %s%s\n"
10908
10909 #: builtin/init-db.c:411
10910 #, c-format
10911 msgid "Initialized empty Git repository in %s%s\n"
10912 msgstr "Инициализирован пустой репозиторий Git в %s%s\n"
10913
10914 #: builtin/init-db.c:459
10915 msgid ""
10916 "git init [-q | --quiet] [--bare] [--template=<template-directory>] "
10917 "[--shared[=<permissions>]] [<directory>]"
10918 msgstr "git init [-q | --quiet] [--bare] [--template=<каталог-шаблонов>] [--shared[=<права-доступа>]] [<каталог>]"
10919
10920 #: builtin/init-db.c:482
10921 msgid "permissions"
10922 msgstr "права-доступа"
10923
10924 #: builtin/init-db.c:483
10925 msgid "specify that the git repository is to be shared amongst several users"
10926 msgstr "укажите, если репозиторий git будет использоваться несколькими пользователями"
10927
10928 #: builtin/init-db.c:517 builtin/init-db.c:522
10929 #, c-format
10930 msgid "cannot mkdir %s"
10931 msgstr "не удалось выполнить mkdir %s"
10932
10933 #: builtin/init-db.c:526
10934 #, c-format
10935 msgid "cannot chdir to %s"
10936 msgstr "не удалось выполнить chdir в %s"
10937
10938 #: builtin/init-db.c:547
10939 #, c-format
10940 msgid ""
10941 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
10942 "dir=<directory>)"
10943 msgstr "%s (или --work-tree=<каталог>) нельзя использовать без указания %s (или --git-dir=<каталог>)"
10944
10945 #: builtin/init-db.c:575
10946 #, c-format
10947 msgid "Cannot access work tree '%s'"
10948 msgstr "Не удалось получить доступ к рабочему каталогу «%s»"
10949
10950 #: builtin/interpret-trailers.c:15
10951 msgid ""
10952 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
10953 "<token>[(=|:)<value>])...] [<file>...]"
10954 msgstr "git interpret-trailers [--in-place] [--trim-empty] [(--trailer <ключ>[(=|:)<значение>])…] [<файл>…]"
10955
10956 #: builtin/interpret-trailers.c:92
10957 msgid "edit files in place"
10958 msgstr "редактировать файлы на месте"
10959
10960 #: builtin/interpret-trailers.c:93
10961 msgid "trim empty trailers"
10962 msgstr "удалять пустые завершители"
10963
10964 #: builtin/interpret-trailers.c:96
10965 msgid "where to place the new trailer"
10966 msgstr "где поместить новый завершитель"
10967
10968 #: builtin/interpret-trailers.c:98
10969 msgid "action if trailer already exists"
10970 msgstr "действие, если завершитель уже существует"
10971
10972 #: builtin/interpret-trailers.c:100
10973 msgid "action if trailer is missing"
10974 msgstr "действие, если завершитель не существует"
10975
10976 #: builtin/interpret-trailers.c:102
10977 msgid "output only the trailers"
10978 msgstr "вывести только завершители"
10979
10980 #: builtin/interpret-trailers.c:103
10981 msgid "do not apply config rules"
10982 msgstr "не применять правила из файла конфигурации"
10983
10984 #: builtin/interpret-trailers.c:104
10985 msgid "join whitespace-continued values"
10986 msgstr "объединить значения разделенные пробелом"
10987
10988 #: builtin/interpret-trailers.c:105
10989 msgid "set parsing options"
10990 msgstr "указание опций разбора"
10991
10992 #: builtin/interpret-trailers.c:107
10993 msgid "trailer"
10994 msgstr "завершитель"
10995
10996 #: builtin/interpret-trailers.c:108
10997 msgid "trailer(s) to add"
10998 msgstr "завершители для добавления"
10999
11000 #: builtin/interpret-trailers.c:117
11001 msgid "--trailer with --only-input does not make sense"
11002 msgstr "--trailer одновременно с --only-input не имеет смысла"
11003
11004 #: builtin/interpret-trailers.c:127
11005 msgid "no input file given for in-place editing"
11006 msgstr "ничего не передано, для редактирования файлов на месте"
11007
11008 #: builtin/log.c:51
11009 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
11010 msgstr "git log [<опции>] [<диапазон-редакций>] [[--] <путь>…]"
11011
11012 #: builtin/log.c:52
11013 msgid "git show [<options>] <object>..."
11014 msgstr "git show [<опции>] <объект>…"
11015
11016 #: builtin/log.c:96
11017 #, c-format
11018 msgid "invalid --decorate option: %s"
11019 msgstr "неправильный параметр для --decorate: %s"
11020
11021 #: builtin/log.c:157
11022 msgid "suppress diff output"
11023 msgstr "не выводить различия"
11024
11025 #: builtin/log.c:158
11026 msgid "show source"
11027 msgstr "показать источник"
11028
11029 #: builtin/log.c:159
11030 msgid "Use mail map file"
11031 msgstr "Использовать файл соответствия почтовых адресов"
11032
11033 #: builtin/log.c:161
11034 msgid "only decorate refs that match <pattern>"
11035 msgstr "декорировать только ссылки соответствующие <шаблону>"
11036
11037 #: builtin/log.c:163
11038 msgid "do not decorate refs that match <pattern>"
11039 msgstr "не декорировать ссылки соответствующие <шаблону>"
11040
11041 #: builtin/log.c:164
11042 msgid "decorate options"
11043 msgstr "опции формата вывода ссылок"
11044
11045 #: builtin/log.c:167
11046 msgid "Process line range n,m in file, counting from 1"
11047 msgstr "Обработать диапазон строк n,m из файла, начиная с 1"
11048
11049 #: builtin/log.c:265
11050 #, c-format
11051 msgid "Final output: %d %s\n"
11052 msgstr "Финальный вывод: %d %s\n"
11053
11054 #: builtin/log.c:516
11055 #, c-format
11056 msgid "git show %s: bad file"
11057 msgstr "git show %s: плохой файл"
11058
11059 #: builtin/log.c:531 builtin/log.c:625
11060 #, c-format
11061 msgid "Could not read object %s"
11062 msgstr "Не удалось прочитать объект %s"
11063
11064 #: builtin/log.c:649
11065 #, c-format
11066 msgid "Unknown type: %d"
11067 msgstr "Неизвестный тип объекта: %d"
11068
11069 #: builtin/log.c:770
11070 msgid "format.headers without value"
11071 msgstr "в format.headers не указано значение"
11072
11073 #: builtin/log.c:871
11074 msgid "name of output directory is too long"
11075 msgstr "слишком длинное имя выходного каталога"
11076
11077 #: builtin/log.c:887
11078 #, c-format
11079 msgid "Cannot open patch file %s"
11080 msgstr "Ну удалось открыть файл изменений %s"
11081
11082 #: builtin/log.c:904
11083 msgid "Need exactly one range."
11084 msgstr "Нужен только один диапазон."
11085
11086 #: builtin/log.c:914
11087 msgid "Not a range."
11088 msgstr "Не является диапазоном."
11089
11090 #: builtin/log.c:1020
11091 msgid "Cover letter needs email format"
11092 msgstr "Сопроводительное письмо должно быть в формате электронной почты"
11093
11094 #: builtin/log.c:1101
11095 #, c-format
11096 msgid "insane in-reply-to: %s"
11097 msgstr "ошибка в поле in-reply-to: %s"
11098
11099 #: builtin/log.c:1128
11100 msgid "git format-patch [<options>] [<since> | <revision-range>]"
11101 msgstr "git format-patch [<опции>] [<начиная-с> | <диапазон-редакций>]"
11102
11103 #: builtin/log.c:1178
11104 msgid "Two output directories?"
11105 msgstr "Два выходных каталога?"
11106
11107 #: builtin/log.c:1285 builtin/log.c:1945 builtin/log.c:1947 builtin/log.c:1959
11108 #, c-format
11109 msgid "Unknown commit %s"
11110 msgstr "Неизвестный коммит %s"
11111
11112 #: builtin/log.c:1295 builtin/notes.c:889 builtin/tag.c:524
11113 #, c-format
11114 msgid "Failed to resolve '%s' as a valid ref."
11115 msgstr "Не удалось разрешить «%s» как ссылку."
11116
11117 #: builtin/log.c:1300
11118 msgid "Could not find exact merge base."
11119 msgstr "Не удалось найти точную базу слияния."
11120
11121 #: builtin/log.c:1304
11122 msgid ""
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=<идентификатор-базового-коммита> вручную."
11127
11128 #: builtin/log.c:1324
11129 msgid "Failed to find exact merge base"
11130 msgstr "Не удалось найти точную базу слияния"
11131
11132 #: builtin/log.c:1335
11133 msgid "base commit should be the ancestor of revision list"
11134 msgstr "базовый коммит должен быть предком списка редакций"
11135
11136 #: builtin/log.c:1339
11137 msgid "base commit shouldn't be in revision list"
11138 msgstr "базовый коммит не должен быть в списке редакций"
11139
11140 #: builtin/log.c:1392
11141 msgid "cannot get patch id"
11142 msgstr "не удалось получить идентификатор патча"
11143
11144 #: builtin/log.c:1452
11145 msgid "use [PATCH n/m] even with a single patch"
11146 msgstr "выводить [PATCH n/m] даже когда один патч"
11147
11148 #: builtin/log.c:1455
11149 msgid "use [PATCH] even with multiple patches"
11150 msgstr "выводить [PATCH] даже когда несколько патчей"
11151
11152 #: builtin/log.c:1459
11153 msgid "print patches to standard out"
11154 msgstr "выводить патчи на стандартный вывод"
11155
11156 #: builtin/log.c:1461
11157 msgid "generate a cover letter"
11158 msgstr "создать сопроводительное письмо"
11159
11160 #: builtin/log.c:1463
11161 msgid "use simple number sequence for output file names"
11162 msgstr "использовать простую последовательность чисел для имен выходных файлов"
11163
11164 #: builtin/log.c:1464
11165 msgid "sfx"
11166 msgstr "суффикс"
11167
11168 #: builtin/log.c:1465
11169 msgid "use <sfx> instead of '.patch'"
11170 msgstr "использовать суффикс <суффикс> вместо «.patch»"
11171
11172 #: builtin/log.c:1467
11173 msgid "start numbering patches at <n> instead of 1"
11174 msgstr "начать нумерацию патчей с <n>, а не с 1"
11175
11176 #: builtin/log.c:1469
11177 msgid "mark the series as Nth re-roll"
11178 msgstr "пометить серию как энную попытку"
11179
11180 #: builtin/log.c:1471
11181 msgid "Use [RFC PATCH] instead of [PATCH]"
11182 msgstr "Использовать [RFC PATCH] вместо [PATCH]"
11183
11184 #: builtin/log.c:1474
11185 msgid "Use [<prefix>] instead of [PATCH]"
11186 msgstr "Использовать [<префикс>] вместо [PATCH]"
11187
11188 #: builtin/log.c:1477
11189 msgid "store resulting files in <dir>"
11190 msgstr "сохранить результирующие файлы в <каталог>"
11191
11192 #: builtin/log.c:1480
11193 msgid "don't strip/add [PATCH]"
11194 msgstr "не обрезать/добавлять [PATCH]"
11195
11196 #: builtin/log.c:1483
11197 msgid "don't output binary diffs"
11198 msgstr "не выводить двоичные различия"
11199
11200 #: builtin/log.c:1485
11201 msgid "output all-zero hash in From header"
11202 msgstr "выводить нулевую хэш-сумму в заголовке From"
11203
11204 #: builtin/log.c:1487
11205 msgid "don't include a patch matching a commit upstream"
11206 msgstr "не включать патч, если коммит уже есть в вышестоящей ветке"
11207
11208 #: builtin/log.c:1489
11209 msgid "show patch format instead of default (patch + stat)"
11210 msgstr "выводить в формате патча, а не в стандартном (патч + статистика)"
11211
11212 #: builtin/log.c:1491
11213 msgid "Messaging"
11214 msgstr "Передача сообщений"
11215
11216 #: builtin/log.c:1492
11217 msgid "header"
11218 msgstr "заголовок"
11219
11220 #: builtin/log.c:1493
11221 msgid "add email header"
11222 msgstr "добавить заголовок сообщения"
11223
11224 #: builtin/log.c:1494 builtin/log.c:1496
11225 msgid "email"
11226 msgstr "почта"
11227
11228 #: builtin/log.c:1494
11229 msgid "add To: header"
11230 msgstr "добавить заголовок To:"
11231
11232 #: builtin/log.c:1496
11233 msgid "add Cc: header"
11234 msgstr "добавить заголовок Cc:"
11235
11236 #: builtin/log.c:1498
11237 msgid "ident"
11238 msgstr "идентификатор"
11239
11240 #: builtin/log.c:1499
11241 msgid "set From address to <ident> (or committer ident if absent)"
11242 msgstr "установить адрес отправителя на <идентификатор> (или на идентификатор коммитера, если отсутствует)"
11243
11244 #: builtin/log.c:1501
11245 msgid "message-id"
11246 msgstr "идентификатор-сообщения"
11247
11248 #: builtin/log.c:1502
11249 msgid "make first mail a reply to <message-id>"
11250 msgstr "сделать первое письмо ответом на <идентификатор-сообщения>"
11251
11252 #: builtin/log.c:1503 builtin/log.c:1506
11253 msgid "boundary"
11254 msgstr "вложение"
11255
11256 #: builtin/log.c:1504
11257 msgid "attach the patch"
11258 msgstr "приложить патч"
11259
11260 #: builtin/log.c:1507
11261 msgid "inline the patch"
11262 msgstr "включить патч в текст письма"
11263
11264 #: builtin/log.c:1511
11265 msgid "enable message threading, styles: shallow, deep"
11266 msgstr "включить в письмах иерархичность, стили: shallow (частичную), deep (глубокую)"
11267
11268 #: builtin/log.c:1513
11269 msgid "signature"
11270 msgstr "подпись"
11271
11272 #: builtin/log.c:1514
11273 msgid "add a signature"
11274 msgstr "добавить подпись"
11275
11276 #: builtin/log.c:1515
11277 msgid "base-commit"
11278 msgstr "базовый коммит"
11279
11280 #: builtin/log.c:1516
11281 msgid "add prerequisite tree info to the patch series"
11282 msgstr "добавить информацию о требовании дерева к серии патчей"
11283
11284 #: builtin/log.c:1518
11285 msgid "add a signature from a file"
11286 msgstr "добавить подпись из файла"
11287
11288 #: builtin/log.c:1519
11289 msgid "don't print the patch filenames"
11290 msgstr "не выводить имена файлов патчей"
11291
11292 #: builtin/log.c:1521
11293 msgid "show progress while generating patches"
11294 msgstr "показать прогресс выполнения во создания патчей"
11295
11296 #: builtin/log.c:1596
11297 #, c-format
11298 msgid "invalid ident line: %s"
11299 msgstr "неправильная строка идентификации: %s"
11300
11301 #: builtin/log.c:1611
11302 msgid "-n and -k are mutually exclusive"
11303 msgstr ""
11304
11305 #: builtin/log.c:1613
11306 msgid "--subject-prefix/--rfc and -k are mutually exclusive"
11307 msgstr ""
11308
11309 #: builtin/log.c:1621
11310 msgid "--name-only does not make sense"
11311 msgstr "--name-only не имеет смысла"
11312
11313 #: builtin/log.c:1623
11314 msgid "--name-status does not make sense"
11315 msgstr "--name-status не имеет смысла"
11316
11317 #: builtin/log.c:1625
11318 msgid "--check does not make sense"
11319 msgstr "--check не имеет смысла"
11320
11321 #: builtin/log.c:1657
11322 msgid "standard output, or directory, which one?"
11323 msgstr "стандартный вывод или каталог?"
11324
11325 #: builtin/log.c:1659
11326 #, c-format
11327 msgid "Could not create directory '%s'"
11328 msgstr "Не удалось создать каталог «%s»"
11329
11330 #: builtin/log.c:1752
11331 #, c-format
11332 msgid "unable to read signature file '%s'"
11333 msgstr "не удалось прочитать файл подписи «%s»"
11334
11335 #: builtin/log.c:1785
11336 msgid "Generating patches"
11337 msgstr "Создание патчей"
11338
11339 #: builtin/log.c:1829
11340 msgid "Failed to create output files"
11341 msgstr "Сбой при создании выходных файлов"
11342
11343 #: builtin/log.c:1880
11344 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
11345 msgstr "git cherry [-v] [<вышестоящая-ветка> [<голова> [<ограничение>]]]"
11346
11347 #: builtin/log.c:1934
11348 #, c-format
11349 msgid ""
11350 "Could not find a tracked remote branch, please specify <upstream> "
11351 "manually.\n"
11352 msgstr "Не удалось найти отслеживаемую внешнюю ветку, укажите <вышестоящую-ветку> вручную.\n"
11353
11354 #: builtin/ls-files.c:469
11355 msgid "git ls-files [<options>] [<file>...]"
11356 msgstr "git ls-files [<опции>] [<файл>…]"
11357
11358 #: builtin/ls-files.c:518
11359 msgid "identify the file status with tags"
11360 msgstr "выводить имена файлов с метками"
11361
11362 #: builtin/ls-files.c:520
11363 msgid "use lowercase letters for 'assume unchanged' files"
11364 msgstr "использовать символы в нижнем регистре для «предположительно без изменений» файлов"
11365
11366 #: builtin/ls-files.c:522
11367 msgid "use lowercase letters for 'fsmonitor clean' files"
11368 msgstr "использовать символы нижнего регистра для файлов «fsmonitor clean»"
11369
11370 #: builtin/ls-files.c:524
11371 msgid "show cached files in the output (default)"
11372 msgstr "показывать кэшированные файлы при выводе (по умолчанию)"
11373
11374 #: builtin/ls-files.c:526
11375 msgid "show deleted files in the output"
11376 msgstr "показывать удаленные файлы при выводе"
11377
11378 #: builtin/ls-files.c:528
11379 msgid "show modified files in the output"
11380 msgstr "показывать измененные файлы при выводе"
11381
11382 #: builtin/ls-files.c:530
11383 msgid "show other files in the output"
11384 msgstr "показывать другие файлы при выводе"
11385
11386 #: builtin/ls-files.c:532
11387 msgid "show ignored files in the output"
11388 msgstr "показывать игнорируемые файлы при выводе"
11389
11390 #: builtin/ls-files.c:535
11391 msgid "show staged contents' object name in the output"
11392 msgstr "показывать имя индексированного объекта на выводе"
11393
11394 #: builtin/ls-files.c:537
11395 msgid "show files on the filesystem that need to be removed"
11396 msgstr "показывать файлы в файловой системе, которые должны быть удалены"
11397
11398 #: builtin/ls-files.c:539
11399 msgid "show 'other' directories' names only"
11400 msgstr "показывать только имена у «других» каталогов"
11401
11402 #: builtin/ls-files.c:541
11403 msgid "show line endings of files"
11404 msgstr "показать концы строк файлов"
11405
11406 #: builtin/ls-files.c:543
11407 msgid "don't show empty directories"
11408 msgstr "не показывать пустые каталоги"
11409
11410 #: builtin/ls-files.c:546
11411 msgid "show unmerged files in the output"
11412 msgstr "показывать не слитые файлы на выводе"
11413
11414 #: builtin/ls-files.c:548
11415 msgid "show resolve-undo information"
11416 msgstr "показывать информации о разрешении конфликтов и отмене"
11417
11418 #: builtin/ls-files.c:550
11419 msgid "skip files matching pattern"
11420 msgstr "пропустить файлы, соответствующие шаблону"
11421
11422 #: builtin/ls-files.c:553
11423 msgid "exclude patterns are read from <file>"
11424 msgstr "прочитать шаблоны исключения из <файл>"
11425
11426 #: builtin/ls-files.c:556
11427 msgid "read additional per-directory exclude patterns in <file>"
11428 msgstr "прочитать дополнительные покаталожные шаблоны исключения из <файл>"
11429
11430 #: builtin/ls-files.c:558
11431 msgid "add the standard git exclusions"
11432 msgstr "добавить стандартные исключения git"
11433
11434 #: builtin/ls-files.c:561
11435 msgid "make the output relative to the project top directory"
11436 msgstr "выводить пути относительно корневого каталога проекта"
11437
11438 #: builtin/ls-files.c:564
11439 msgid "recurse through submodules"
11440 msgstr "рекурсивно по подмодулям"
11441
11442 #: builtin/ls-files.c:566
11443 msgid "if any <file> is not in the index, treat this as an error"
11444 msgstr "если какой-либо <файл> не в индексе, считать это ошибкой"
11445
11446 #: builtin/ls-files.c:567
11447 msgid "tree-ish"
11448 msgstr "указатель-дерева"
11449
11450 #: builtin/ls-files.c:568
11451 msgid "pretend that paths removed since <tree-ish> are still present"
11452 msgstr "притвориться, что пути удалены, т.к. <указатель-дерева> еще существует"
11453
11454 #: builtin/ls-files.c:570
11455 msgid "show debugging data"
11456 msgstr "показать отладочную информацию"
11457
11458 #: builtin/ls-remote.c:9
11459 msgid ""
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] [<репозиторий> [<ссылки>…]]"
11464
11465 #: builtin/ls-remote.c:59
11466 msgid "do not print remote URL"
11467 msgstr "не выводить URL внешних репозиториев"
11468
11469 #: builtin/ls-remote.c:60 builtin/ls-remote.c:62
11470 msgid "exec"
11471 msgstr "запуск"
11472
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 на внешнем сервере"
11476
11477 #: builtin/ls-remote.c:65
11478 msgid "limit to tags"
11479 msgstr "ограничить вывод метками"
11480
11481 #: builtin/ls-remote.c:66
11482 msgid "limit to heads"
11483 msgstr "ограничить вывод указателями на ветки"
11484
11485 #: builtin/ls-remote.c:67
11486 msgid "do not show peeled tags"
11487 msgstr "не показывать удалённые метки"
11488
11489 #: builtin/ls-remote.c:69
11490 msgid "take url.<base>.insteadOf into account"
11491 msgstr "учитывать url.<база>.insteadOf"
11492
11493 #: builtin/ls-remote.c:73
11494 msgid "exit with exit code 2 if no matching refs are found"
11495 msgstr "выходить с кодом 2, если соответствующие ссылки не найдены"
11496
11497 #: builtin/ls-remote.c:76
11498 msgid "show underlying ref in addition to the object pointed by it"
11499 msgstr "показать также внутреннюю ссылку в дополнение к объекту, на который она указывает"
11500
11501 #: builtin/ls-tree.c:30
11502 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
11503 msgstr "git ls-tree [<опции>] <указатель-дерева> [<путь>…]"
11504
11505 #: builtin/ls-tree.c:128
11506 msgid "only show trees"
11507 msgstr "выводить только деревья"
11508
11509 #: builtin/ls-tree.c:130
11510 msgid "recurse into subtrees"
11511 msgstr "проходить рекурсивно в поддеревья"
11512
11513 #: builtin/ls-tree.c:132
11514 msgid "show trees when recursing"
11515 msgstr "выводить деревья при рекурсивном проходе"
11516
11517 #: builtin/ls-tree.c:135
11518 msgid "terminate entries with NUL byte"
11519 msgstr "разделять записи с помощью НУЛЕВОГО байта"
11520
11521 #: builtin/ls-tree.c:136
11522 msgid "include object size"
11523 msgstr "включить размер объекта"
11524
11525 #: builtin/ls-tree.c:138 builtin/ls-tree.c:140
11526 msgid "list only filenames"
11527 msgstr "выводить только имена файлов"
11528
11529 #: builtin/ls-tree.c:143
11530 msgid "use full path names"
11531 msgstr "использовать полные пути"
11532
11533 #: builtin/ls-tree.c:145
11534 msgid "list entire tree; not just current directory (implies --full-name)"
11535 msgstr "вывести полное дерево; не только текущий каталог (включает в себя --full-name)"
11536
11537 #: builtin/mailsplit.c:241
11538 #, c-format
11539 msgid "empty mbox: '%s'"
11540 msgstr "пустой mbox: «%s»"
11541
11542 #: builtin/merge.c:51
11543 msgid "git merge [<options>] [<commit>...]"
11544 msgstr "git merge [<опции>] [<коммит>…]"
11545
11546 #: builtin/merge.c:52
11547 msgid "git merge --abort"
11548 msgstr "git merge --abort"
11549
11550 #: builtin/merge.c:53
11551 msgid "git merge --continue"
11552 msgstr "git merge --continue"
11553
11554 #: builtin/merge.c:110
11555 msgid "switch `m' requires a value"
11556 msgstr "при указании параметра «m» требуется указать значение"
11557
11558 #: builtin/merge.c:176
11559 #, c-format
11560 msgid "Could not find merge strategy '%s'.\n"
11561 msgstr "Не удалось найти стратегию слияния «%s».\n"
11562
11563 #: builtin/merge.c:177
11564 #, c-format
11565 msgid "Available strategies are:"
11566 msgstr "Доступные стратегии:"
11567
11568 #: builtin/merge.c:182
11569 #, c-format
11570 msgid "Available custom strategies are:"
11571 msgstr "Доступные пользовательские стратегии:"
11572
11573 #: builtin/merge.c:232 builtin/pull.c:142
11574 msgid "do not show a diffstat at the end of the merge"
11575 msgstr "не выводить статистику изменений после окончания слияния"
11576
11577 #: builtin/merge.c:235 builtin/pull.c:145
11578 msgid "show a diffstat at the end of the merge"
11579 msgstr "вывести статистику изменений после окончания слияния"
11580
11581 #: builtin/merge.c:236 builtin/pull.c:148
11582 msgid "(synonym to --stat)"
11583 msgstr "(синоним для --stat)"
11584
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>) записей из короткого журнала в сообщение коммита у слияния"
11588
11589 #: builtin/merge.c:241 builtin/pull.c:157
11590 msgid "create a single commit instead of doing a merge"
11591 msgstr "создать один коммит, вместо выполнения слияния"
11592
11593 #: builtin/merge.c:243 builtin/pull.c:160
11594 msgid "perform a commit if the merge succeeds (default)"
11595 msgstr "сделать коммит, если слияние прошло успешно (по умолчанию)"
11596
11597 #: builtin/merge.c:245 builtin/pull.c:163
11598 msgid "edit message before committing"
11599 msgstr "отредактировать сообщение перед выполнением коммита"
11600
11601 #: builtin/merge.c:246
11602 msgid "allow fast-forward (default)"
11603 msgstr "разрешить перемотку вперед (по умолчанию)"
11604
11605 #: builtin/merge.c:248 builtin/pull.c:169
11606 msgid "abort if fast-forward is not possible"
11607 msgstr "отменить выполнение слияния, если перемотка вперед невозможна"
11608
11609 #: builtin/merge.c:252 builtin/pull.c:172
11610 msgid "verify that the named commit has a valid GPG signature"
11611 msgstr "проверить, что указанный коммит имеет верную электронную подпись GPG"
11612
11613 #: builtin/merge.c:253 builtin/notes.c:779 builtin/pull.c:176
11614 #: builtin/revert.c:110
11615 msgid "strategy"
11616 msgstr "стратегия"
11617
11618 #: builtin/merge.c:254 builtin/pull.c:177
11619 msgid "merge strategy to use"
11620 msgstr "используемая стратегия слияния"
11621
11622 #: builtin/merge.c:255 builtin/pull.c:180
11623 msgid "option=value"
11624 msgstr "опция=значение"
11625
11626 #: builtin/merge.c:256 builtin/pull.c:181
11627 msgid "option for selected merge strategy"
11628 msgstr "опции для выбранной стратегии слияния"
11629
11630 #: builtin/merge.c:258
11631 msgid "merge commit message (for a non-fast-forward merge)"
11632 msgstr "сообщение коммита для слияния (для слияния без перемотки вперед)"
11633
11634 #: builtin/merge.c:265
11635 msgid "abort the current in-progress merge"
11636 msgstr "отменить выполнение происходящего слияния"
11637
11638 #: builtin/merge.c:267
11639 msgid "continue the current in-progress merge"
11640 msgstr "продолжить выполнение происходящего слияния"
11641
11642 #: builtin/merge.c:269 builtin/pull.c:188
11643 msgid "allow merging unrelated histories"
11644 msgstr "разрешить слияние несвязанных историй изменений"
11645
11646 #: builtin/merge.c:275
11647 msgid "verify commit-msg hook"
11648 msgstr "проверить перехватчик commit-msg"
11649
11650 #: builtin/merge.c:300
11651 msgid "could not run stash."
11652 msgstr "не удалось выполнить stash."
11653
11654 #: builtin/merge.c:305
11655 msgid "stash failed"
11656 msgstr "сбой при выполнении stash"
11657
11658 #: builtin/merge.c:310
11659 #, c-format
11660 msgid "not a valid object: %s"
11661 msgstr "неправильный объект: %s"
11662
11663 #: builtin/merge.c:332 builtin/merge.c:349
11664 msgid "read-tree failed"
11665 msgstr "сбой при выполнении read-tree"
11666
11667 #: builtin/merge.c:379
11668 msgid " (nothing to squash)"
11669 msgstr " (нечего уплотнять)"
11670
11671 #: builtin/merge.c:390
11672 #, c-format
11673 msgid "Squash commit -- not updating HEAD\n"
11674 msgstr "Уплотнение коммита — не обновляя HEAD\n"
11675
11676 #: builtin/merge.c:440
11677 #, c-format
11678 msgid "No merge message -- not updating HEAD\n"
11679 msgstr "Нет сообщения слияния — не обновляем HEAD\n"
11680
11681 #: builtin/merge.c:491
11682 #, c-format
11683 msgid "'%s' does not point to a commit"
11684 msgstr "«%s» не указывает на коммит"
11685
11686 #: builtin/merge.c:578
11687 #, c-format
11688 msgid "Bad branch.%s.mergeoptions string: %s"
11689 msgstr "Неправильная строка branch.%s.mergeoptions: %s"
11690
11691 #: builtin/merge.c:699
11692 msgid "Not handling anything other than two heads merge."
11693 msgstr "Не обрабатываю ничего, кроме слияния двух указателей на ветки."
11694
11695 #: builtin/merge.c:713
11696 #, c-format
11697 msgid "Unknown option for merge-recursive: -X%s"
11698 msgstr "Неизвестный параметр merge-recursive: -X%s"
11699
11700 #: builtin/merge.c:728
11701 #, c-format
11702 msgid "unable to write %s"
11703 msgstr "не удалось записать %s"
11704
11705 #: builtin/merge.c:779
11706 #, c-format
11707 msgid "Could not read from '%s'"
11708 msgstr "Не удалось прочесть из «%s»"
11709
11710 #: builtin/merge.c:788
11711 #, c-format
11712 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
11713 msgstr "Не выполняю коммит слияния; используйте «git commit» для завершения слияния.\n"
11714
11715 #: builtin/merge.c:794
11716 #, c-format
11717 msgid ""
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"
11720 "\n"
11721 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
11722 "the commit.\n"
11723 msgstr "Пожалуйста, введите сообщение коммита, для объяснения, зачем нужно\nэто слияние, особенно, если это слияние обновленной вышестоящей\nветки в тематическую ветку.\n\nСтроки, начинающиеся с «%c» будут проигнорированы, а пустое\nсообщение отменяет процесс коммита.\n"
11724
11725 #: builtin/merge.c:830
11726 msgid "Empty commit message."
11727 msgstr "Пустое сообщение коммита."
11728
11729 #: builtin/merge.c:849
11730 #, c-format
11731 msgid "Wonderful.\n"
11732 msgstr "Прекрасно.\n"
11733
11734 #: builtin/merge.c:902
11735 #, c-format
11736 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
11737 msgstr "Не удалось провести автоматическое слияние; исправьте конфликты и сделайте коммит результата.\n"
11738
11739 #: builtin/merge.c:941
11740 msgid "No current branch."
11741 msgstr "Нет текущей ветки."
11742
11743 #: builtin/merge.c:943
11744 msgid "No remote for the current branch."
11745 msgstr "У текущей ветки нет внешнего репозитория."
11746
11747 #: builtin/merge.c:945
11748 msgid "No default upstream defined for the current branch."
11749 msgstr "Для текущей ветки не указана вышестоящая ветка по умолчанию."
11750
11751 #: builtin/merge.c:950
11752 #, c-format
11753 msgid "No remote-tracking branch for %s from %s"
11754 msgstr "Не указана внешняя отслеживаемая ветка для %s на %s"
11755
11756 #: builtin/merge.c:1007
11757 #, c-format
11758 msgid "Bad value '%s' in environment '%s'"
11759 msgstr "Плохое значение «%s» в переменной окружения «%s»"
11760
11761 #: builtin/merge.c:1110
11762 #, c-format
11763 msgid "not something we can merge in %s: %s"
11764 msgstr "не является тем, что можно слить в %s: %s"
11765
11766 #: builtin/merge.c:1144
11767 msgid "not something we can merge"
11768 msgstr "не является тем, что можно слить"
11769
11770 #: builtin/merge.c:1247
11771 msgid "--abort expects no arguments"
11772 msgstr "опция --abort не принимает аргументы"
11773
11774 #: builtin/merge.c:1251
11775 msgid "There is no merge to abort (MERGE_HEAD missing)."
11776 msgstr "Нет слияния, которое можно отменить (отсутствует файл MERGE_HEAD)."
11777
11778 #: builtin/merge.c:1263
11779 msgid "--continue expects no arguments"
11780 msgstr "опция --continue не принимает аргументы"
11781
11782 #: builtin/merge.c:1267
11783 msgid "There is no merge in progress (MERGE_HEAD missing)."
11784 msgstr "Сейчас не происходит слияние (отсутствует файл MERGE_HEAD)."
11785
11786 #: builtin/merge.c:1283
11787 msgid ""
11788 "You have not concluded your merge (MERGE_HEAD exists).\n"
11789 "Please, commit your changes before you merge."
11790 msgstr "Вы не завершили слияние (присутствует файл MERGE_HEAD).\nВыполните коммит ваших изменений, перед слиянием."
11791
11792 #: builtin/merge.c:1290
11793 msgid ""
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Пожалуйста, закоммитьте ваши изменения, перед слиянием."
11797
11798 #: builtin/merge.c:1293
11799 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
11800 msgstr "Вы не завершили копирование коммита (присутствует файл CHERRY_PICK_HEAD)."
11801
11802 #: builtin/merge.c:1302
11803 msgid "You cannot combine --squash with --no-ff."
11804 msgstr "Нельзя использовать одновременно --squash и --no-ff."
11805
11806 #: builtin/merge.c:1310
11807 msgid "No commit specified and merge.defaultToUpstream not set."
11808 msgstr "Коммит не указан и параметр merge.defaultToUpstream не установлен."
11809
11810 #: builtin/merge.c:1327
11811 msgid "Squash commit into empty head not supported yet"
11812 msgstr "Уплотнение коммита в пустую ветку еще не поддерживается"
11813
11814 #: builtin/merge.c:1329
11815 msgid "Non-fast-forward commit does not make sense into an empty head"
11816 msgstr "Коммит, не являющийся перемоткой вперед, нет смысла делать в пустую ветку."
11817
11818 #: builtin/merge.c:1334
11819 #, c-format
11820 msgid "%s - not something we can merge"
11821 msgstr "%s не является тем, что можно слить"
11822
11823 #: builtin/merge.c:1336
11824 msgid "Can merge only exactly one commit into empty head"
11825 msgstr "Можно только один коммит в пустую ветку."
11826
11827 #: builtin/merge.c:1370
11828 #, c-format
11829 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
11830 msgstr "Коммит %s содержит не доверенную GPG подпись, предположительно от %s."
11831
11832 #: builtin/merge.c:1373
11833 #, c-format
11834 msgid "Commit %s has a bad GPG signature allegedly by %s."
11835 msgstr "Коммит %s содержит плохую GPG подпись, предположительно от %s."
11836
11837 #: builtin/merge.c:1376
11838 #, c-format
11839 msgid "Commit %s does not have a GPG signature."
11840 msgstr "Коммит %s не содержит GPG подпись."
11841
11842 #: builtin/merge.c:1379
11843 #, c-format
11844 msgid "Commit %s has a good GPG signature by %s\n"
11845 msgstr "Коммит %s содержит действительную GPG подпись, от %s.\n"
11846
11847 #: builtin/merge.c:1438
11848 msgid "refusing to merge unrelated histories"
11849 msgstr "отказ слияния несвязанных историй изменений"
11850
11851 #: builtin/merge.c:1447
11852 msgid "Already up to date."
11853 msgstr "Уже обновлено."
11854
11855 #: builtin/merge.c:1457
11856 #, c-format
11857 msgid "Updating %s..%s\n"
11858 msgstr "Обновление %s..%s\n"
11859
11860 #: builtin/merge.c:1498
11861 #, c-format
11862 msgid "Trying really trivial in-index merge...\n"
11863 msgstr "Попытка тривиального слияния в индексе…\n"
11864
11865 #: builtin/merge.c:1505
11866 #, c-format
11867 msgid "Nope.\n"
11868 msgstr "Не вышло.\n"
11869
11870 #: builtin/merge.c:1530
11871 msgid "Already up to date. Yeeah!"
11872 msgstr "Уже обновлено. Круто!"
11873
11874 #: builtin/merge.c:1536
11875 msgid "Not possible to fast-forward, aborting."
11876 msgstr "Перемотка вперед невозможна, отмена."
11877
11878 #: builtin/merge.c:1559 builtin/merge.c:1638
11879 #, c-format
11880 msgid "Rewinding the tree to pristine...\n"
11881 msgstr "Перемотка дерева к исходному состоянию…\n"
11882
11883 #: builtin/merge.c:1563
11884 #, c-format
11885 msgid "Trying merge strategy %s...\n"
11886 msgstr "Попытка слияния с помощью стратегии %s…\n"
11887
11888 #: builtin/merge.c:1629
11889 #, c-format
11890 msgid "No merge strategy handled the merge.\n"
11891 msgstr "Ни одна стратегия слияния не обработала слияние.\n"
11892
11893 #: builtin/merge.c:1631
11894 #, c-format
11895 msgid "Merge with strategy %s failed.\n"
11896 msgstr "Сбой при слиянии с помощью стратегии %s.\n"
11897
11898 #: builtin/merge.c:1640
11899 #, c-format
11900 msgid "Using the %s to prepare resolving by hand.\n"
11901 msgstr "Использую %s для подготовки ручного разрешения конфликтов.\n"
11902
11903 #: builtin/merge.c:1652
11904 #, c-format
11905 msgid "Automatic merge went well; stopped before committing as requested\n"
11906 msgstr "Автоматическое слияние прошло успешно; как и запрашивали, остановлено перед выполнением коммита\n"
11907
11908 #: builtin/merge-base.c:31
11909 msgid "git merge-base [-a | --all] <commit> <commit>..."
11910 msgstr "git merge-base [-a | --all] <коммит> <коммит>…"
11911
11912 #: builtin/merge-base.c:32
11913 msgid "git merge-base [-a | --all] --octopus <commit>..."
11914 msgstr "git merge-base [-a | --all] --octopus <коммит>…"
11915
11916 #: builtin/merge-base.c:33
11917 msgid "git merge-base --independent <commit>..."
11918 msgstr "git merge-base --independent <коммит>…"
11919
11920 #: builtin/merge-base.c:34
11921 msgid "git merge-base --is-ancestor <commit> <commit>"
11922 msgstr "git merge-base --is-ancestor <коммит> <коммит>"
11923
11924 #: builtin/merge-base.c:35
11925 msgid "git merge-base --fork-point <ref> [<commit>]"
11926 msgstr "git merge-base --fork-point <ссылка> [<коммит>]"
11927
11928 #: builtin/merge-base.c:221
11929 msgid "output all common ancestors"
11930 msgstr "вывести всех общих предков"
11931
11932 #: builtin/merge-base.c:223
11933 msgid "find ancestors for a single n-way merge"
11934 msgstr "вывести предков для одного многоходового слияния"
11935
11936 #: builtin/merge-base.c:225
11937 msgid "list revs not reachable from others"
11938 msgstr "вывести список редаций, которые не достижимы из друг друга"
11939
11940 #: builtin/merge-base.c:227
11941 msgid "is the first one ancestor of the other?"
11942 msgstr "является первым предком второго указанного коммита?"
11943
11944 #: builtin/merge-base.c:229
11945 msgid "find where <commit> forked from reflog of <ref>"
11946 msgstr "найти журнале ссылок <ссылка> где именно <коммит> разветвился"
11947
11948 #: builtin/merge-file.c:9
11949 msgid ""
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>"
11953
11954 #: builtin/merge-file.c:33
11955 msgid "send results to standard output"
11956 msgstr "вывести результат на стандартный вывод"
11957
11958 #: builtin/merge-file.c:34
11959 msgid "use a diff3 based merge"
11960 msgstr "использовать diff3 слияние"
11961
11962 #: builtin/merge-file.c:35
11963 msgid "for conflicts, use our version"
11964 msgstr "при возникновении конфликтов, использовать нашу версию"
11965
11966 #: builtin/merge-file.c:37
11967 msgid "for conflicts, use their version"
11968 msgstr "при возникновении конфликтов, использовать их версию"
11969
11970 #: builtin/merge-file.c:39
11971 msgid "for conflicts, use a union version"
11972 msgstr "при возникновении конфликтов, использовать обе версии"
11973
11974 #: builtin/merge-file.c:42
11975 msgid "for conflicts, use this marker size"
11976 msgstr "при возникновении конфликтов, использовать этот размер маркера"
11977
11978 #: builtin/merge-file.c:43
11979 msgid "do not warn about conflicts"
11980 msgstr "не предупреждать о конфликтах"
11981
11982 #: builtin/merge-file.c:45
11983 msgid "set labels for file1/orig-file/file2"
11984 msgstr "установить метки для файл1/ориг-файл/файл2"
11985
11986 #: builtin/merge-recursive.c:45
11987 #, c-format
11988 msgid "unknown option %s"
11989 msgstr "неизвестная опция %s"
11990
11991 #: builtin/merge-recursive.c:51
11992 #, c-format
11993 msgid "could not parse object '%s'"
11994 msgstr "не удалось разобрать объект «%s»"
11995
11996 #: builtin/merge-recursive.c:55
11997 #, c-format
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."
12004
12005 #: builtin/merge-recursive.c:63
12006 msgid "not handling anything other than two heads merge."
12007 msgstr "не обрабатываю ничего, кроме слияния двух указателей на ветки."
12008
12009 #: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
12010 #, c-format
12011 msgid "could not resolve ref '%s'"
12012 msgstr "не удалось распознать ссылку «%s»"
12013
12014 #: builtin/merge-recursive.c:77
12015 #, c-format
12016 msgid "Merging %s with %s\n"
12017 msgstr "Слияние %s и %s\n"
12018
12019 #: builtin/mktree.c:66
12020 msgid "git mktree [-z] [--missing] [--batch]"
12021 msgstr "git mktree [-z] [--missing] [--batch]"
12022
12023 #: builtin/mktree.c:154
12024 msgid "input is NUL terminated"
12025 msgstr "ввод отделённый НУЛЕВЫМИ символами"
12026
12027 #: builtin/mktree.c:155 builtin/write-tree.c:25
12028 msgid "allow missing objects"
12029 msgstr "допустить отсутствие объектов"
12030
12031 #: builtin/mktree.c:156
12032 msgid "allow creation of more than one tree"
12033 msgstr "допустить создание более одного дерева"
12034
12035 #: builtin/mv.c:17
12036 msgid "git mv [<options>] <source>... <destination>"
12037 msgstr "git mv [<опции>] <источник>… <назначение>"
12038
12039 #: builtin/mv.c:82
12040 #, c-format
12041 msgid "Directory %s is in index and no submodule?"
12042 msgstr "Каталог %s в индексе и не является подмодулем?"
12043
12044 #: builtin/mv.c:84
12045 msgid "Please stage your changes to .gitmodules or stash them to proceed"
12046 msgstr "Чтобы продолжить, проиндексируйте или спрячьте ваши изменения в файле .gitmodules"
12047
12048 #: builtin/mv.c:102
12049 #, c-format
12050 msgid "%.*s is in index"
12051 msgstr "%.*s в индесе"
12052
12053 #: builtin/mv.c:124
12054 msgid "force move/rename even if target exists"
12055 msgstr "принудительно перемещать/переименовать, даже если цель существует"
12056
12057 #: builtin/mv.c:126
12058 msgid "skip move/rename errors"
12059 msgstr "пропускать ошибки при перемещении/переименовании"
12060
12061 #: builtin/mv.c:168
12062 #, c-format
12063 msgid "destination '%s' is not a directory"
12064 msgstr "целевой путь «%s» не является каталогом"
12065
12066 #: builtin/mv.c:179
12067 #, c-format
12068 msgid "Checking rename of '%s' to '%s'\n"
12069 msgstr "Проверка переименования из «%s» в «%s»\n"
12070
12071 #: builtin/mv.c:183
12072 msgid "bad source"
12073 msgstr "плохой источник"
12074
12075 #: builtin/mv.c:186
12076 msgid "can not move directory into itself"
12077 msgstr "нельзя переместить каталог в самого себя"
12078
12079 #: builtin/mv.c:189
12080 msgid "cannot move directory over file"
12081 msgstr "нельзя переместить каталог в файл"
12082
12083 #: builtin/mv.c:198
12084 msgid "source directory is empty"
12085 msgstr "исходный каталог пуст"
12086
12087 #: builtin/mv.c:223
12088 msgid "not under version control"
12089 msgstr "не под версионным контролем"
12090
12091 #: builtin/mv.c:226
12092 msgid "destination exists"
12093 msgstr "целевой путь уже существует"
12094
12095 #: builtin/mv.c:234
12096 #, c-format
12097 msgid "overwriting '%s'"
12098 msgstr "перезапись «%s»"
12099
12100 #: builtin/mv.c:237
12101 msgid "Cannot overwrite"
12102 msgstr "Не удалось перезаписать"
12103
12104 #: builtin/mv.c:240
12105 msgid "multiple sources for the same target"
12106 msgstr "несколько источников для одного целевого пути"
12107
12108 #: builtin/mv.c:242
12109 msgid "destination directory does not exist"
12110 msgstr "целевой каталог не существует"
12111
12112 #: builtin/mv.c:249
12113 #, c-format
12114 msgid "%s, source=%s, destination=%s"
12115 msgstr "%s, откуда=%s, куда=%s"
12116
12117 #: builtin/mv.c:270
12118 #, c-format
12119 msgid "Renaming %s to %s\n"
12120 msgstr "Переименование %s в %s\n"
12121
12122 #: builtin/mv.c:276 builtin/remote.c:716 builtin/repack.c:494
12123 #, c-format
12124 msgid "renaming '%s' failed"
12125 msgstr "сбой при переименовании «%s»"
12126
12127 #: builtin/name-rev.c:355
12128 msgid "git name-rev [<options>] <commit>..."
12129 msgstr "git name-rev [<опции>] <коммит>…"
12130
12131 #: builtin/name-rev.c:356
12132 msgid "git name-rev [<options>] --all"
12133 msgstr "git name-rev [<опции>] --all"
12134
12135 #: builtin/name-rev.c:357
12136 msgid "git name-rev [<options>] --stdin"
12137 msgstr "git name-rev [<опции>] --stdin"
12138
12139 #: builtin/name-rev.c:413
12140 msgid "print only names (no SHA-1)"
12141 msgstr "выводить только имена (без SHA-1)"
12142
12143 #: builtin/name-rev.c:414
12144 msgid "only use tags to name the commits"
12145 msgstr "использовать только метки для именования коммитов"
12146
12147 #: builtin/name-rev.c:416
12148 msgid "only use refs matching <pattern>"
12149 msgstr "использовать только ссылки, соответствующие <шаблону> "
12150
12151 #: builtin/name-rev.c:418
12152 msgid "ignore refs matching <pattern>"
12153 msgstr "игнорировать ссылки, соответствующие <шаблону>"
12154
12155 #: builtin/name-rev.c:420
12156 msgid "list all commits reachable from all refs"
12157 msgstr "вывести список всех коммитов, достижимых со всех ссылок"
12158
12159 #: builtin/name-rev.c:421
12160 msgid "read from stdin"
12161 msgstr "прочитать из стандартного ввода"
12162
12163 #: builtin/name-rev.c:422
12164 msgid "allow to print `undefined` names (default)"
12165 msgstr "разрешить вывод «undefined», если не найдено (по умолчанию)"
12166
12167 #: builtin/name-rev.c:428
12168 msgid "dereference tags in the input (internal use)"
12169 msgstr "разыменовывать введенные метки (для внутреннего использования)"
12170
12171 #: builtin/notes.c:28
12172 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
12173 msgstr "git notes [--ref <ссылка-на-заметку>] [list [<объект>]]"
12174
12175 #: builtin/notes.c:29
12176 msgid ""
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) <объект>] [<объект>]"
12180
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] <из-объекта> <в-объект>"
12184
12185 #: builtin/notes.c:31
12186 msgid ""
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) <объект>] [<объект>]"
12190
12191 #: builtin/notes.c:32
12192 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
12193 msgstr "git notes [--ref <ссылка-на-заметку>] edit [--allow-empty] [<объект>]"
12194
12195 #: builtin/notes.c:33
12196 msgid "git notes [--ref <notes-ref>] show [<object>]"
12197 msgstr "git notes [--ref <ссылка-на-заметку>] show [<объект>]"
12198
12199 #: builtin/notes.c:34
12200 msgid ""
12201 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
12202 msgstr "git notes [--ref <ссылка-на-заметку>] merge [-v | -q] [-s <стратегия>] <ссылка-на-заметку>"
12203
12204 #: builtin/notes.c:35
12205 msgid "git notes merge --commit [-v | -q]"
12206 msgstr "git notes merge --commit [-v | -q]"
12207
12208 #: builtin/notes.c:36
12209 msgid "git notes merge --abort [-v | -q]"
12210 msgstr "git notes merge --abort [-v | -q]"
12211
12212 #: builtin/notes.c:37
12213 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
12214 msgstr "git notes [--ref <ссылка-на-заметку>] remove [<объект>…]"
12215
12216 #: builtin/notes.c:38
12217 msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
12218 msgstr "git notes [--ref <имя-заметки>] prune [-n] [-v]"
12219
12220 #: builtin/notes.c:39
12221 msgid "git notes [--ref <notes-ref>] get-ref"
12222 msgstr "git notes [--ref <ссылка-на-заметку>] get-ref"
12223
12224 #: builtin/notes.c:44
12225 msgid "git notes [list [<object>]]"
12226 msgstr "git notes [list [<объект>]]"
12227
12228 #: builtin/notes.c:49
12229 msgid "git notes add [<options>] [<object>]"
12230 msgstr "git notes add [<опции>] [<объект>]"
12231
12232 #: builtin/notes.c:54
12233 msgid "git notes copy [<options>] <from-object> <to-object>"
12234 msgstr "git notes copy [<опции>] <из-объекта> <в-объект>"
12235
12236 #: builtin/notes.c:55
12237 msgid "git notes copy --stdin [<from-object> <to-object>]..."
12238 msgstr "git notes copy --stdin [<из-объекта> <в-объект>]…"
12239
12240 #: builtin/notes.c:60
12241 msgid "git notes append [<options>] [<object>]"
12242 msgstr "git notes append [<опции>] [<объект>]"
12243
12244 #: builtin/notes.c:65
12245 msgid "git notes edit [<object>]"
12246 msgstr "git notes edit [<объект>]"
12247
12248 #: builtin/notes.c:70
12249 msgid "git notes show [<object>]"
12250 msgstr "git notes show [<объект>]"
12251
12252 #: builtin/notes.c:75
12253 msgid "git notes merge [<options>] <notes-ref>"
12254 msgstr "git notes merge [<опции>] <ссылка-на-заметку>"
12255
12256 #: builtin/notes.c:76
12257 msgid "git notes merge --commit [<options>]"
12258 msgstr "git notes merge --commit [<опции>]"
12259
12260 #: builtin/notes.c:77
12261 msgid "git notes merge --abort [<options>]"
12262 msgstr "git notes merge --abort [<опции>]"
12263
12264 #: builtin/notes.c:82
12265 msgid "git notes remove [<object>]"
12266 msgstr "git notes remove [<опции>]"
12267
12268 #: builtin/notes.c:87
12269 msgid "git notes prune [<options>]"
12270 msgstr "git notes prune [<опции>]"
12271
12272 #: builtin/notes.c:92
12273 msgid "git notes get-ref"
12274 msgstr "git notes get-ref"
12275
12276 #: builtin/notes.c:97
12277 msgid "Write/edit the notes for the following object:"
12278 msgstr "Записать/изменить заметки для следующего объекта:"
12279
12280 #: builtin/notes.c:150
12281 #, c-format
12282 msgid "unable to start 'show' for object '%s'"
12283 msgstr "не удалось запустить «show» для объекта «%s»"
12284
12285 #: builtin/notes.c:154
12286 msgid "could not read 'show' output"
12287 msgstr "не удалось прочитать вывод «show»"
12288
12289 #: builtin/notes.c:162
12290 #, c-format
12291 msgid "failed to finish 'show' for object '%s'"
12292 msgstr "не удалось завершить «show» для объекта «%s»"
12293
12294 #: builtin/notes.c:197
12295 msgid "please supply the note contents using either -m or -F option"
12296 msgstr "пожалуйста, укажите содержимое заметки, используя опцию -m или -F"
12297
12298 #: builtin/notes.c:206
12299 msgid "unable to write note object"
12300 msgstr "не удалось записать объект заметки"
12301
12302 #: builtin/notes.c:208
12303 #, c-format
12304 msgid "the note contents have been left in %s"
12305 msgstr "содержимое заметки осталось в %s"
12306
12307 #: builtin/notes.c:236 builtin/tag.c:508
12308 #, c-format
12309 msgid "cannot read '%s'"
12310 msgstr "не удалось прочитать «%s»"
12311
12312 #: builtin/notes.c:238 builtin/tag.c:511
12313 #, c-format
12314 msgid "could not open or read '%s'"
12315 msgstr "не удалось открыть или прочитать «%s»"
12316
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
12320 #, c-format
12321 msgid "failed to resolve '%s' as a valid ref."
12322 msgstr "не удалось разрешить «%s» как ссылку."
12323
12324 #: builtin/notes.c:260
12325 #, c-format
12326 msgid "failed to read object '%s'."
12327 msgstr "не удалось прочитать объект «%s»."
12328
12329 #: builtin/notes.c:264
12330 #, c-format
12331 msgid "cannot read note data from non-blob object '%s'."
12332 msgstr "не удалось прочитать данные заметки из недвоичного объекта «%s»."
12333
12334 #: builtin/notes.c:304
12335 #, c-format
12336 msgid "malformed input line: '%s'."
12337 msgstr "неправильная введенная строка: «%s»."
12338
12339 #: builtin/notes.c:319
12340 #, c-format
12341 msgid "failed to copy notes from '%s' to '%s'"
12342 msgstr "не удалось скопировать заметку из «%s» в «%s»"
12343
12344 #. TRANSLATORS: the first %s will be replaced by a git
12345 #. notes command: 'add', 'merge', 'remove', etc.
12346 #: builtin/notes.c:351
12347 #, c-format
12348 msgid "refusing to %s notes in %s (outside of refs/notes/)"
12349 msgstr "отказ в перезаписи %s заметок в %s (за пределами refs/notes/)"
12350
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 "передано слишком много параметров"
12356
12357 #: builtin/notes.c:384 builtin/notes.c:670
12358 #, c-format
12359 msgid "no note found for object %s."
12360 msgstr "не найдена заметка для объекта %s."
12361
12362 #: builtin/notes.c:405 builtin/notes.c:568
12363 msgid "note contents as a string"
12364 msgstr "текстовое содержимое заметки"
12365
12366 #: builtin/notes.c:408 builtin/notes.c:571
12367 msgid "note contents in a file"
12368 msgstr "содержимое заметки в файле"
12369
12370 #: builtin/notes.c:411 builtin/notes.c:574
12371 msgid "reuse and edit specified note object"
12372 msgstr "использовать и отредактировать указанный объект заметки"
12373
12374 #: builtin/notes.c:414 builtin/notes.c:577
12375 msgid "reuse specified note object"
12376 msgstr "использовать указанный объект заметки"
12377
12378 #: builtin/notes.c:417 builtin/notes.c:580
12379 msgid "allow storing empty note"
12380 msgstr "разрешить сохранение пустой заметки"
12381
12382 #: builtin/notes.c:418 builtin/notes.c:489
12383 msgid "replace existing notes"
12384 msgstr "заменить существующие заметки"
12385
12386 #: builtin/notes.c:443
12387 #, c-format
12388 msgid ""
12389 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
12390 "existing notes"
12391 msgstr "Не удалось добавить заметку. Найдена существующая заметка у объекта %s. Используйте параметр «-f» для перезаписи существующих заметок."
12392
12393 #: builtin/notes.c:458 builtin/notes.c:537
12394 #, c-format
12395 msgid "Overwriting existing notes for object %s\n"
12396 msgstr "Перезапись существующих заметок у объекта %s\n"
12397
12398 #: builtin/notes.c:469 builtin/notes.c:629 builtin/notes.c:894
12399 #, c-format
12400 msgid "Removing note for object %s\n"
12401 msgstr "Удаление заметки у объекта %s\n"
12402
12403 #: builtin/notes.c:490
12404 msgid "read objects from stdin"
12405 msgstr "прочитать объекты из стандартного ввода"
12406
12407 #: builtin/notes.c:492
12408 msgid "load rewriting config for <command> (implies --stdin)"
12409 msgstr "загрузить настройки перезаписи для команды <команда> (включает в себя --stdin)"
12410
12411 #: builtin/notes.c:510
12412 msgid "too few parameters"
12413 msgstr "передано слишком мало параметров"
12414
12415 #: builtin/notes.c:531
12416 #, c-format
12417 msgid ""
12418 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite"
12419 " existing notes"
12420 msgstr "Не удалось скопировать заметку. Найдена существующая заметка у объекта %s. Используйте параметр «-f» для перезаписи существующих заметок."
12421
12422 #: builtin/notes.c:543
12423 #, c-format
12424 msgid "missing notes on source object %s. Cannot copy."
12425 msgstr "нет заметок у исходного объекта %s. Нельзя скопировать."
12426
12427 #: builtin/notes.c:595
12428 #, c-format
12429 msgid ""
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"
12433
12434 #: builtin/notes.c:690
12435 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
12436 msgstr "не удалось удалить ссылку NOTES_MERGE_PARTIAL"
12437
12438 #: builtin/notes.c:692
12439 msgid "failed to delete ref NOTES_MERGE_REF"
12440 msgstr "не удалось удалить ссылку NOTES_MERGE_REF"
12441
12442 #: builtin/notes.c:694
12443 msgid "failed to remove 'git notes merge' worktree"
12444 msgstr "не удалось удалить рабочий каталог «git notes merge»"
12445
12446 #: builtin/notes.c:714
12447 msgid "failed to read ref NOTES_MERGE_PARTIAL"
12448 msgstr "не удалось прочитать ссылку NOTES_MERGE_PARTIAL"
12449
12450 #: builtin/notes.c:716
12451 msgid "could not find commit from NOTES_MERGE_PARTIAL."
12452 msgstr "не удалось найти коммит из NOTES_MERGE_PARTIAL."
12453
12454 #: builtin/notes.c:718
12455 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
12456 msgstr "не удалось разобрать коммит из NOTES_MERGE_PARTIAL."
12457
12458 #: builtin/notes.c:731
12459 msgid "failed to resolve NOTES_MERGE_REF"
12460 msgstr "не удалось разрешить NOTES_MERGE_REF"
12461
12462 #: builtin/notes.c:734
12463 msgid "failed to finalize notes merge"
12464 msgstr "не удалось завершить слиние заметок"
12465
12466 #: builtin/notes.c:760
12467 #, c-format
12468 msgid "unknown notes merge strategy %s"
12469 msgstr "неизвестная стратегия слияния заметок %s"
12470
12471 #: builtin/notes.c:776
12472 msgid "General options"
12473 msgstr "Общие опции"
12474
12475 #: builtin/notes.c:778
12476 msgid "Merge options"
12477 msgstr "Опции слияния"
12478
12479 #: builtin/notes.c:780
12480 msgid ""
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)"
12484
12485 #: builtin/notes.c:782
12486 msgid "Committing unmerged notes"
12487 msgstr "Коммит не слитых заметок"
12488
12489 #: builtin/notes.c:784
12490 msgid "finalize notes merge by committing unmerged notes"
12491 msgstr "завершить слияние заметок коммитом не слитых заметок"
12492
12493 #: builtin/notes.c:786
12494 msgid "Aborting notes merge resolution"
12495 msgstr "Отмена разрешения слияния заметок"
12496
12497 #: builtin/notes.c:788
12498 msgid "abort notes merge"
12499 msgstr "отменить слияние заметок"
12500
12501 #: builtin/notes.c:799
12502 msgid "cannot mix --commit, --abort or -s/--strategy"
12503 msgstr "нельзя использовать одновременно --commit, --abort и -s/--strategy"
12504
12505 #: builtin/notes.c:804
12506 msgid "must specify a notes ref to merge"
12507 msgstr "вы должны указать ссылку заметки для слияния"
12508
12509 #: builtin/notes.c:828
12510 #, c-format
12511 msgid "unknown -s/--strategy: %s"
12512 msgstr "неизвестный параметр для -s/--strategy: %s"
12513
12514 #: builtin/notes.c:865
12515 #, c-format
12516 msgid "a notes merge into %s is already in-progress at %s"
12517 msgstr "слияние заметок в %s уже выполняется на %s"
12518
12519 #: builtin/notes.c:868
12520 #, c-format
12521 msgid "failed to store link to current notes ref (%s)"
12522 msgstr "не удалось сохранить адрес текущей ссылки на заметку (%s)"
12523
12524 #: builtin/notes.c:870
12525 #, c-format
12526 msgid ""
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 "
12529 "--abort'.\n"
12530 msgstr "Не удалось автоматически слить заметки. Исправьте конфликты в %s и закоммитьте результат с помощью «git notes merge --commit», или прервите процесс слияния с помощью «git notes merge --abort».\n"
12531
12532 #: builtin/notes.c:892
12533 #, c-format
12534 msgid "Object %s has no note\n"
12535 msgstr "У объекта %s нет заметки\n"
12536
12537 #: builtin/notes.c:904
12538 msgid "attempt to remove non-existent note is not an error"
12539 msgstr "попытка удаления несуществующей заметки не является ошибкой"
12540
12541 #: builtin/notes.c:907
12542 msgid "read object names from the standard input"
12543 msgstr "прочитать имена объектов из стандартного ввода"
12544
12545 #: builtin/notes.c:945 builtin/prune.c:108 builtin/worktree.c:151
12546 msgid "do not remove, show only"
12547 msgstr "не удалять, только показать список"
12548
12549 #: builtin/notes.c:946
12550 msgid "report pruned notes"
12551 msgstr "вывести список удаленных заметок"
12552
12553 #: builtin/notes.c:988
12554 msgid "notes-ref"
12555 msgstr "ссылка-на-заметку"
12556
12557 #: builtin/notes.c:989
12558 msgid "use notes from <notes-ref>"
12559 msgstr "использовать заметку из <ссылка-на-заметку>"
12560
12561 #: builtin/notes.c:1024
12562 #, c-format
12563 msgid "unknown subcommand: %s"
12564 msgstr "неизвестная подкоманда: %s"
12565
12566 #: builtin/pack-objects.c:48
12567 msgid ""
12568 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
12569 msgstr "git pack-objects --stdout [<опции>…] [< <список-ссылок> | < <список-объектов>]"
12570
12571 #: builtin/pack-objects.c:49
12572 msgid ""
12573 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
12574 msgstr "git pack-objects [<опции>…] <имя-базы> [< <список-ссылок> | < <список-объектов>]"
12575
12576 #: builtin/pack-objects.c:414
12577 #, c-format
12578 msgid "bad packed object CRC for %s"
12579 msgstr ""
12580
12581 #: builtin/pack-objects.c:425
12582 #, c-format
12583 msgid "corrupt packed object for %s"
12584 msgstr ""
12585
12586 #: builtin/pack-objects.c:556
12587 #, c-format
12588 msgid "recursive delta detected for object %s"
12589 msgstr ""
12590
12591 #: builtin/pack-objects.c:756
12592 #, c-format
12593 msgid "ordered %u objects, expected %<PRIu32>"
12594 msgstr ""
12595
12596 #: builtin/pack-objects.c:769
12597 #, c-format
12598 msgid "packfile is invalid: %s"
12599 msgstr ""
12600
12601 #: builtin/pack-objects.c:773
12602 #, c-format
12603 msgid "unable to open packfile for reuse: %s"
12604 msgstr ""
12605
12606 #: builtin/pack-objects.c:777
12607 msgid "unable to seek in reused packfile"
12608 msgstr ""
12609
12610 #: builtin/pack-objects.c:788
12611 msgid "unable to read from reused packfile"
12612 msgstr ""
12613
12614 #: builtin/pack-objects.c:816
12615 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
12616 msgstr "отключение записи битовых карт, так как карты были разбиты на части из-за pack.packSizeLimit"
12617
12618 #: builtin/pack-objects.c:829
12619 msgid "Writing objects"
12620 msgstr "Запись объектов"
12621
12622 #: builtin/pack-objects.c:891 builtin/update-index.c:88
12623 #, c-format
12624 msgid "failed to stat %s"
12625 msgstr "не удалось выполнить stat %s"
12626
12627 #: builtin/pack-objects.c:944
12628 #, c-format
12629 msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"
12630 msgstr ""
12631
12632 #: builtin/pack-objects.c:1112
12633 msgid "disabling bitmap writing, as some objects are not being packed"
12634 msgstr "отключение записи битовых карт, так как некоторые объекты не были упакованы"
12635
12636 #: builtin/pack-objects.c:1489
12637 #, c-format
12638 msgid "delta base offset overflow in pack for %s"
12639 msgstr ""
12640
12641 #: builtin/pack-objects.c:1498
12642 #, c-format
12643 msgid "delta base offset out of bound for %s"
12644 msgstr ""
12645
12646 #: builtin/pack-objects.c:1771
12647 msgid "Counting objects"
12648 msgstr "Подсчет объектов"
12649
12650 #: builtin/pack-objects.c:1913
12651 #, c-format
12652 msgid "unable to get size of %s"
12653 msgstr "не удалось получить размер %s"
12654
12655 #: builtin/pack-objects.c:1928
12656 #, c-format
12657 msgid "unable to parse object header of %s"
12658 msgstr "не удалось разобрать заголовок объекта %s"
12659
12660 #: builtin/pack-objects.c:1995 builtin/pack-objects.c:2011
12661 #: builtin/pack-objects.c:2021
12662 #, c-format
12663 msgid "object %s cannot be read"
12664 msgstr ""
12665
12666 #: builtin/pack-objects.c:1998 builtin/pack-objects.c:2025
12667 #, c-format
12668 msgid "object %s inconsistent object length (%lu vs %lu)"
12669 msgstr ""
12670
12671 #: builtin/pack-objects.c:2035
12672 msgid "suboptimal pack - out of memory"
12673 msgstr ""
12674
12675 #: builtin/pack-objects.c:2369
12676 #, c-format
12677 msgid "Delta compression using up to %d threads"
12678 msgstr "При сжатии изменений используется до %d потоков"
12679
12680 #: builtin/pack-objects.c:2505
12681 #, c-format
12682 msgid "unable to pack objects reachable from tag %s"
12683 msgstr ""
12684
12685 #: builtin/pack-objects.c:2589
12686 msgid "Compressing objects"
12687 msgstr "Сжатие объектов"
12688
12689 #: builtin/pack-objects.c:2595
12690 msgid "inconsistency with delta count"
12691 msgstr ""
12692
12693 #: builtin/pack-objects.c:2674
12694 #, c-format
12695 msgid ""
12696 "expected edge object ID, got garbage:\n"
12697 " %s"
12698 msgstr ""
12699
12700 #: builtin/pack-objects.c:2680
12701 #, c-format
12702 msgid ""
12703 "expected object ID, got garbage:\n"
12704 " %s"
12705 msgstr ""
12706
12707 #: builtin/pack-objects.c:2760
12708 msgid "invalid value for --missing"
12709 msgstr "недопустимое значение для --missing"
12710
12711 #: builtin/pack-objects.c:2819 builtin/pack-objects.c:2927
12712 msgid "cannot open pack index"
12713 msgstr ""
12714
12715 #: builtin/pack-objects.c:2850
12716 #, c-format
12717 msgid "loose object at %s could not be examined"
12718 msgstr ""
12719
12720 #: builtin/pack-objects.c:2935
12721 msgid "unable to force loose object"
12722 msgstr ""
12723
12724 #: builtin/pack-objects.c:3022
12725 #, c-format
12726 msgid "not a rev '%s'"
12727 msgstr ""
12728
12729 #: builtin/pack-objects.c:3025
12730 #, c-format
12731 msgid "bad revision '%s'"
12732 msgstr ""
12733
12734 #: builtin/pack-objects.c:3045
12735 msgid "unable to add recent objects"
12736 msgstr ""
12737
12738 #: builtin/pack-objects.c:3095
12739 #, c-format
12740 msgid "unsupported index version %s"
12741 msgstr "неподдерживаемая версия индекса %s"
12742
12743 #: builtin/pack-objects.c:3099
12744 #, c-format
12745 msgid "bad index version '%s'"
12746 msgstr "плохая версия индекса «%s»"
12747
12748 #: builtin/pack-objects.c:3130
12749 msgid "do not show progress meter"
12750 msgstr "не выводить прогресс выполнения"
12751
12752 #: builtin/pack-objects.c:3132
12753 msgid "show progress meter"
12754 msgstr "показать прогресс выполнения"
12755
12756 #: builtin/pack-objects.c:3134
12757 msgid "show progress meter during object writing phase"
12758 msgstr "показать прогресс выполнения во время записи объектов"
12759
12760 #: builtin/pack-objects.c:3137
12761 msgid "similar to --all-progress when progress meter is shown"
12762 msgstr "похоже на --all-progress при включенном прогрессе выполнения"
12763
12764 #: builtin/pack-objects.c:3138
12765 msgid "<version>[,<offset>]"
12766 msgstr ""
12767
12768 #: builtin/pack-objects.c:3139
12769 msgid "write the pack index file in the specified idx format version"
12770 msgstr "записать файл индекса пакета в указанной версии формата"
12771
12772 #: builtin/pack-objects.c:3142
12773 msgid "maximum size of each output pack file"
12774 msgstr "максимальный размер каждого выходного файла пакета"
12775
12776 #: builtin/pack-objects.c:3144
12777 msgid "ignore borrowed objects from alternate object store"
12778 msgstr "игнорировать чужие объекты, взятые из альтернативного хранилища объектов"
12779
12780 #: builtin/pack-objects.c:3146
12781 msgid "ignore packed objects"
12782 msgstr "игнорировать упакованные объекты"
12783
12784 #: builtin/pack-objects.c:3148
12785 msgid "limit pack window by objects"
12786 msgstr "ограничить окно пакета по количеству объектов"
12787
12788 #: builtin/pack-objects.c:3150
12789 msgid "limit pack window by memory in addition to object limit"
12790 msgstr "дополнительно к количеству объектов ограничить окно пакета по памяти"
12791
12792 #: builtin/pack-objects.c:3152
12793 msgid "maximum length of delta chain allowed in the resulting pack"
12794 msgstr "максимальная разрешенная длина цепочки дельт в результирующем пакете"
12795
12796 #: builtin/pack-objects.c:3154
12797 msgid "reuse existing deltas"
12798 msgstr "использовать повторно существующие дельты"
12799
12800 #: builtin/pack-objects.c:3156
12801 msgid "reuse existing objects"
12802 msgstr "использовать повторно существующие объекты"
12803
12804 #: builtin/pack-objects.c:3158
12805 msgid "use OFS_DELTA objects"
12806 msgstr "использовать объекты OFS_DELTA"
12807
12808 #: builtin/pack-objects.c:3160
12809 msgid "use threads when searching for best delta matches"
12810 msgstr "использовать многопоточность при поиске лучших совпадений дельт"
12811
12812 #: builtin/pack-objects.c:3162
12813 msgid "do not create an empty pack output"
12814 msgstr "не создавать пустые выходные пакеты"
12815
12816 #: builtin/pack-objects.c:3164
12817 msgid "read revision arguments from standard input"
12818 msgstr "прочитать аргументы редакций из стандартного ввода"
12819
12820 #: builtin/pack-objects.c:3166
12821 msgid "limit the objects to those that are not yet packed"
12822 msgstr "ограничиться объектами, которые еще не упакованы"
12823
12824 #: builtin/pack-objects.c:3169
12825 msgid "include objects reachable from any reference"
12826 msgstr "включить объекты, которые достижимы по любой из ссылок"
12827
12828 #: builtin/pack-objects.c:3172
12829 msgid "include objects referred by reflog entries"
12830 msgstr "включить объекты, на которые ссылаются записи журнала ссылок"
12831
12832 #: builtin/pack-objects.c:3175
12833 msgid "include objects referred to by the index"
12834 msgstr "включить объекты, на которые ссылается индекс"
12835
12836 #: builtin/pack-objects.c:3178
12837 msgid "output pack to stdout"
12838 msgstr "вывести пакет на стандартный вывод"
12839
12840 #: builtin/pack-objects.c:3180
12841 msgid "include tag objects that refer to objects to be packed"
12842 msgstr "включить объекты меток, которые ссылаются на упаковываемые объекты"
12843
12844 #: builtin/pack-objects.c:3182
12845 msgid "keep unreachable objects"
12846 msgstr "сохранять ссылки на недоступные объекты"
12847
12848 #: builtin/pack-objects.c:3184
12849 msgid "pack loose unreachable objects"
12850 msgstr "паковать недостижимые объекты"
12851
12852 #: builtin/pack-objects.c:3186
12853 msgid "unpack unreachable objects newer than <time>"
12854 msgstr "распаковать недоступные объекты, которые новее, чем <время>"
12855
12856 #: builtin/pack-objects.c:3189
12857 msgid "create thin packs"
12858 msgstr "создавать тонкие пакеты"
12859
12860 #: builtin/pack-objects.c:3191
12861 msgid "create packs suitable for shallow fetches"
12862 msgstr "создавать пакеты, подходящие для частичных извлечений"
12863
12864 #: builtin/pack-objects.c:3193
12865 msgid "ignore packs that have companion .keep file"
12866 msgstr "игнорировать пакеты, рядом с которыми лежит .keep файл"
12867
12868 #: builtin/pack-objects.c:3195
12869 msgid "ignore this pack"
12870 msgstr "игнорировать этот пакет"
12871
12872 #: builtin/pack-objects.c:3197
12873 msgid "pack compression level"
12874 msgstr "уровень сжатия пакета"
12875
12876 #: builtin/pack-objects.c:3199
12877 msgid "do not hide commits by grafts"
12878 msgstr "не скрывать коммиты сращениями"
12879
12880 #: builtin/pack-objects.c:3201
12881 msgid "use a bitmap index if available to speed up counting objects"
12882 msgstr "по возможности использовать индекс в битовых картах, для ускорения подсчета объектов"
12883
12884 #: builtin/pack-objects.c:3203
12885 msgid "write a bitmap index together with the pack index"
12886 msgstr "запись индекса в битовых картах вместе с индексом пакета"
12887
12888 #: builtin/pack-objects.c:3206
12889 msgid "handling for missing objects"
12890 msgstr "обработка отсутствующих объектов"
12891
12892 #: builtin/pack-objects.c:3209
12893 msgid "do not pack objects in promisor packfiles"
12894 msgstr "не упаковывать объекты в promisor файлы пакетов"
12895
12896 #: builtin/pack-objects.c:3233
12897 #, c-format
12898 msgid "delta chain depth %d is too deep, forcing %d"
12899 msgstr "глубина цепочки различий %d слишком большая, использую принудительно %d"
12900
12901 #: builtin/pack-objects.c:3238
12902 #, c-format
12903 msgid "pack.deltaCacheLimit is too high, forcing %d"
12904 msgstr "лисит pack.deltaCacheLimit слишком высокий, использую принудительно %d"
12905
12906 #: builtin/pack-objects.c:3294
12907 msgid "--max-pack-size cannot be used to build a pack for transfer"
12908 msgstr ""
12909
12910 #: builtin/pack-objects.c:3296
12911 msgid "minimum pack size limit is 1 MiB"
12912 msgstr ""
12913
12914 #: builtin/pack-objects.c:3301
12915 msgid "--thin cannot be used to build an indexable pack"
12916 msgstr ""
12917
12918 #: builtin/pack-objects.c:3304
12919 msgid "--keep-unreachable and --unpack-unreachable are incompatible"
12920 msgstr ""
12921
12922 #: builtin/pack-objects.c:3310
12923 msgid "cannot use --filter without --stdout"
12924 msgstr ""
12925
12926 #: builtin/pack-objects.c:3366
12927 msgid "Enumerating objects"
12928 msgstr "Перечисление объектов"
12929
12930 #: builtin/pack-objects.c:3385
12931 #, c-format
12932 msgid "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>)"
12933 msgstr "Всего %<PRIu32> (изменения %<PRIu32>), повторно использовано %<PRIu32> (изменения %<PRIu32>)"
12934
12935 #: builtin/pack-refs.c:7
12936 msgid "git pack-refs [<options>]"
12937 msgstr "git pack-refs [<опции>]"
12938
12939 #: builtin/pack-refs.c:15
12940 msgid "pack everything"
12941 msgstr "паковать всё"
12942
12943 #: builtin/pack-refs.c:16
12944 msgid "prune loose refs (default)"
12945 msgstr "почистить слабые ссылки (по умолчанию)"
12946
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]"
12950
12951 #: builtin/prune-packed.c:42
12952 msgid "Removing duplicate objects"
12953 msgstr "Удаление дублирующихся объектов"
12954
12955 #: builtin/prune.c:12
12956 msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
12957 msgstr "git prune [-n] [-v] [--progress] [--expire <время>] [--] [<ветка>…]"
12958
12959 #: builtin/prune.c:109
12960 msgid "report pruned objects"
12961 msgstr "вывести список удаленных объектов"
12962
12963 #: builtin/prune.c:112
12964 msgid "expire objects older than <time>"
12965 msgstr "удалить объекты старее чем <дата-окончания>"
12966
12967 #: builtin/prune.c:114
12968 msgid "limit traversal to objects outside promisor packfiles"
12969 msgstr "ограничить обход объектами вне promisor файлов пакетов"
12970
12971 #: builtin/prune.c:128
12972 msgid "cannot prune in a precious-objects repo"
12973 msgstr "нельзя почистить неиспользуемые объекты в precious-objects репозитории"
12974
12975 #: builtin/pull.c:59 builtin/pull.c:61
12976 #, c-format
12977 msgid "Invalid value for %s: %s"
12978 msgstr "Неправильное значение %s: %s"
12979
12980 #: builtin/pull.c:81
12981 msgid "git pull [<options>] [<repository> [<refspec>...]]"
12982 msgstr "git pull [<опции>] [<репозиторий> [<спецификатор-ссылки>…]]"
12983
12984 #: builtin/pull.c:132
12985 msgid "control for recursive fetching of submodules"
12986 msgstr "управление рекурсивным извлечением подмодулей"
12987
12988 #: builtin/pull.c:136
12989 msgid "Options related to merging"
12990 msgstr "Опции, связанные со слиянием"
12991
12992 #: builtin/pull.c:139
12993 msgid "incorporate changes by rebasing rather than merging"
12994 msgstr "забрать изменения с помощью перемещения, а не слияния"
12995
12996 #: builtin/pull.c:166 builtin/rebase--helper.c:23 builtin/revert.c:122
12997 msgid "allow fast-forward"
12998 msgstr "разрешить перемотку вперед"
12999
13000 #: builtin/pull.c:175
13001 msgid "automatically stash/stash pop before and after rebase"
13002 msgstr "автоматически выполнять stash/stash pop до и после перемещения"
13003
13004 #: builtin/pull.c:191
13005 msgid "Options related to fetching"
13006 msgstr "Опции, связанные с извлечением изменений"
13007
13008 #: builtin/pull.c:209
13009 msgid "number of submodules pulled in parallel"
13010 msgstr "количество подмодулей, которые будут получены парралельно"
13011
13012 #: builtin/pull.c:304
13013 #, c-format
13014 msgid "Invalid value for pull.ff: %s"
13015 msgstr "Неправильное значение для pull.ff: %s"
13016
13017 #: builtin/pull.c:420
13018 msgid ""
13019 "There is no candidate for rebasing against among the refs that you just "
13020 "fetched."
13021 msgstr "Нет претендентов для перемещения среди ссылок, которые вы только что получили."
13022
13023 #: builtin/pull.c:422
13024 msgid ""
13025 "There are no candidates for merging among the refs that you just fetched."
13026 msgstr "Нет претендентов для слияния среди ссылок, которые вы только что получили."
13027
13028 #: builtin/pull.c:423
13029 msgid ""
13030 "Generally this means that you provided a wildcard refspec which had no\n"
13031 "matches on the remote end."
13032 msgstr "Обычно это означает, что вы передали спецификацию ссылки с помощью шаблона и этот шаблон ни с чем не совпал на внешнем репозитории."
13033
13034 #: builtin/pull.c:426
13035 #, c-format
13036 msgid ""
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», но не указали ветку. Так как это не репозиторий по умолчанию для вашей текущей ветки, вы должны указать ветку в командной строке."
13041
13042 #: builtin/pull.c:431 git-parse-remote.sh:73
13043 msgid "You are not currently on a branch."
13044 msgstr "Вы сейчас ни на одной из веток."
13045
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 "Пожалуйста, укажите на какую ветку вы хотите переместить изменения."
13049
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 "Пожалуйста, укажите с какой веткой вы хотите слить изменения."
13053
13054 #: builtin/pull.c:436 builtin/pull.c:451
13055 msgid "See git-pull(1) for details."
13056 msgstr "Для дополнительной информации, смотрите git-pull(1)."
13057
13058 #: builtin/pull.c:438 builtin/pull.c:444 builtin/pull.c:453
13059 #: git-parse-remote.sh:64
13060 msgid "<remote>"
13061 msgstr "<внешний-репозиторий>"
13062
13063 #: builtin/pull.c:438 builtin/pull.c:453 builtin/pull.c:458 git-rebase.sh:576
13064 #: git-parse-remote.sh:65
13065 msgid "<branch>"
13066 msgstr "<ветка>"
13067
13068 #: builtin/pull.c:446 git-parse-remote.sh:75
13069 msgid "There is no tracking information for the current branch."
13070 msgstr "У текущей ветки нет информации об отслеживании."
13071
13072 #: builtin/pull.c:455 git-parse-remote.sh:95
13073 msgid ""
13074 "If you wish to set tracking information for this branch you can do so with:"
13075 msgstr "Если вы хотите указать информацию о отслеживаемой ветке, выполните:"
13076
13077 #: builtin/pull.c:460
13078 #, c-format
13079 msgid ""
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» из внешнего репозитория, но такая ссылка не была получена."
13083
13084 #: builtin/pull.c:829
13085 msgid "ignoring --verify-signatures for rebase"
13086 msgstr "игнорирование --verify-signatures при перемещении"
13087
13088 #: builtin/pull.c:877
13089 msgid "--[no-]autostash option is only valid with --rebase."
13090 msgstr "--[no-]autostash можно использовать только вместе с --rebase."
13091
13092 #: builtin/pull.c:885
13093 msgid "Updating an unborn branch with changes added to the index."
13094 msgstr "Обновление еще не начавшейся ветки с изменениями, добавленными в индекс."
13095
13096 #: builtin/pull.c:888
13097 msgid "pull with rebase"
13098 msgstr "получение с перемещением"
13099
13100 #: builtin/pull.c:889
13101 msgid "please commit or stash them."
13102 msgstr "сделайте коммит или спрячьте их."
13103
13104 #: builtin/pull.c:914
13105 #, c-format
13106 msgid ""
13107 "fetch updated the current branch head.\n"
13108 "fast-forwarding your working tree from\n"
13109 "commit %s."
13110 msgstr "извлечение обновило указатель на вашу текущую ветку.\nперемотка вашего рабочего каталога\nс коммита %s."
13111
13112 #: builtin/pull.c:919
13113 #, c-format
13114 msgid ""
13115 "Cannot fast-forward your working tree.\n"
13116 "After making sure that you saved anything precious from\n"
13117 "$ git diff %s\n"
13118 "output, run\n"
13119 "$ git reset --hard\n"
13120 "to recover."
13121 msgstr "Не удалось перемотать вперёд изменения в вашем рабочем каталоге.\nПосле того, как вы убедитесь, что вы сохранили всё необходимое из вывода\n$ git diff %s\n, запустите\n$ git reset --hard\nдля восстановления исходного состояния."
13122
13123 #: builtin/pull.c:934
13124 msgid "Cannot merge multiple branches into empty head."
13125 msgstr "Нельзя слить несколько веток в пустой указатель на ветку."
13126
13127 #: builtin/pull.c:938
13128 msgid "Cannot rebase onto multiple branches."
13129 msgstr "Невозможно переместить над несколькими ветками."
13130
13131 #: builtin/pull.c:945
13132 msgid "cannot rebase with locally recorded submodule modifications"
13133 msgstr "невозможно выполнить перемещение с записанными локальными изменениями в подмодулях"
13134
13135 #: builtin/push.c:19
13136 msgid "git push [<options>] [<repository> [<refspec>...]]"
13137 msgstr "git push [<опции>] [<репозиторий> [<спецификатор-ссылки>…]]"
13138
13139 #: builtin/push.c:111
13140 msgid "tag shorthand without <tag>"
13141 msgstr "указано сокращение tag, но не указана сама <метка>"
13142
13143 #: builtin/push.c:121
13144 msgid "--delete only accepts plain target ref names"
13145 msgstr "опция --delete принимает только простые целевые имена ссылок"
13146
13147 #: builtin/push.c:165
13148 msgid ""
13149 "\n"
13150 "To choose either option permanently, see push.default in 'git help config'."
13151 msgstr "\nЧтобы выбрать любую из опций на постоянной основе, смотрите push.default в «git help config»."
13152
13153 #: builtin/push.c:168
13154 #, c-format
13155 msgid ""
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"
13159 "\n"
13160 " git push %s HEAD:%s\n"
13161 "\n"
13162 "To push to the branch of the same name on the remote, use\n"
13163 "\n"
13164 " git push %s %s\n"
13165 "%s"
13166 msgstr "Имя вышестоящей ветки и вашей текущей ветки различаются. Чтобы отправить изменения в вышестоящую ветку на внешнем репозитории, используйте:\n\n git push %s HEAD:%s\n\nЧтобы отправить изменения в ветку с таким же именем на внешнем репозитории, используйте:\n\n git push %s %s\n%s"
13167
13168 #: builtin/push.c:183
13169 #, c-format
13170 msgid ""
13171 "You are not currently on a branch.\n"
13172 "To push the history leading to the current (detached HEAD)\n"
13173 "state now, use\n"
13174 "\n"
13175 " git push %s HEAD:<name-of-remote-branch>\n"
13176 msgstr "Вы сейчас не находитесь ни на одной из веток.\nЧтобы отправить историю, ведущую к текущему (отделённый HEAD) состоянию, используйте\n\n git push %s HEAD:<имя-внешней-ветки>\n"
13177
13178 #: builtin/push.c:197
13179 #, c-format
13180 msgid ""
13181 "The current branch %s has no upstream branch.\n"
13182 "To push the current branch and set the remote as upstream, use\n"
13183 "\n"
13184 " git push --set-upstream %s %s\n"
13185 msgstr "Текущая ветка %s не имеет вышестоящей ветки.\nЧтобы отправить текущую ветку и установить внешнюю ветку как вышестоящую для этой ветки, используйте\n\n git push --set-upstream %s %s\n"
13186
13187 #: builtin/push.c:205
13188 #, c-format
13189 msgid ""
13190 "The current branch %s has multiple upstream branches, refusing to push."
13191 msgstr "Ваша текущая ветка %s имеет несколько вышестоящих веток, отказ в отправке изменений."
13192
13193 #: builtin/push.c:208
13194 #, c-format
13195 msgid ""
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», без указания того, что отправлять и в какую внешнюю ветку."
13200
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»."
13204
13205 #: builtin/push.c:274
13206 msgid ""
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»."
13212
13213 #: builtin/push.c:280
13214 msgid ""
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»."
13220
13221 #: builtin/push.c:286
13222 msgid ""
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»."
13229
13230 #: builtin/push.c:293
13231 msgid "Updates were rejected because the tag already exists in the remote."
13232 msgstr "Обновления были отклонены, так как метка уже существует во внешнем репозитории."
13233
13234 #: builtin/push.c:296
13235 msgid ""
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"
13240
13241 #: builtin/push.c:357
13242 #, c-format
13243 msgid "Pushing to %s\n"
13244 msgstr "Отправка в %s\n"
13245
13246 #: builtin/push.c:361
13247 #, c-format
13248 msgid "failed to push some refs to '%s'"
13249 msgstr "не удалось отправить некоторые ссылки в «%s»"
13250
13251 #: builtin/push.c:395
13252 #, c-format
13253 msgid "bad repository '%s'"
13254 msgstr "плохой репозитория «%s»"
13255
13256 #: builtin/push.c:396
13257 msgid ""
13258 "No configured push destination.\n"
13259 "Either specify the URL from the command-line or configure a remote repository using\n"
13260 "\n"
13261 " git remote add <name> <url>\n"
13262 "\n"
13263 "and then push using the remote name\n"
13264 "\n"
13265 " git push <name>\n"
13266 msgstr "Не настроена точка назначения для отправки.\nЛибо укажите URL с помощью командной строки, либо настройте внешний репозиторий с помощью\n\n git remote add <имя> <адрес>\n\nа затем отправьте изменения с помощью имени внешнего репозитория\n\n git push <имя>\n"
13267
13268 #: builtin/push.c:551
13269 msgid "repository"
13270 msgstr "репозиторий"
13271
13272 #: builtin/push.c:552 builtin/send-pack.c:164
13273 msgid "push all refs"
13274 msgstr "отправить все ссылки"
13275
13276 #: builtin/push.c:553 builtin/send-pack.c:166
13277 msgid "mirror all refs"
13278 msgstr "сделать зеркало всех ссылок"
13279
13280 #: builtin/push.c:555
13281 msgid "delete refs"
13282 msgstr "удалить ссылки"
13283
13284 #: builtin/push.c:556
13285 msgid "push tags (can't be used with --all or --mirror)"
13286 msgstr "отправить метки (нельзя использовать вместе с --all или --mirror)"
13287
13288 #: builtin/push.c:559 builtin/send-pack.c:167
13289 msgid "force updates"
13290 msgstr "принудительное обновление"
13291
13292 #: builtin/push.c:561 builtin/send-pack.c:181
13293 msgid "<refname>:<expect>"
13294 msgstr ""
13295
13296 #: builtin/push.c:562 builtin/send-pack.c:182
13297 msgid "require old value of ref to be at this value"
13298 msgstr "требовать, чтобы старое значение ссылки было ожидаемым"
13299
13300 #: builtin/push.c:565
13301 msgid "control recursive pushing of submodules"
13302 msgstr "управление рекурсивной отправкой подмодулей"
13303
13304 #: builtin/push.c:567 builtin/send-pack.c:175
13305 msgid "use thin pack"
13306 msgstr "использовать тонкие пакеты"
13307
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 "путь к программе упаковки на сервере"
13312
13313 #: builtin/push.c:570
13314 msgid "set upstream for git pull/status"
13315 msgstr "установить вышестоящую ветку для git pull/status"
13316
13317 #: builtin/push.c:573
13318 msgid "prune locally removed refs"
13319 msgstr "почистить локально удаленные ссылки"
13320
13321 #: builtin/push.c:575
13322 msgid "bypass pre-push hook"
13323 msgstr "пропустить перехватчик pre-push"
13324
13325 #: builtin/push.c:576
13326 msgid "push missing but relevant tags"
13327 msgstr "отправить пропущенные, но нужные метки"
13328
13329 #: builtin/push.c:579 builtin/send-pack.c:169
13330 msgid "GPG sign the push"
13331 msgstr "подписать отправку с помощью GPG"
13332
13333 #: builtin/push.c:581 builtin/send-pack.c:176
13334 msgid "request atomic transaction on remote side"
13335 msgstr "запросить выполнение атомарной транзакции на внешней стороне"
13336
13337 #: builtin/push.c:599
13338 msgid "--delete is incompatible with --all, --mirror and --tags"
13339 msgstr "--delete несовместимо с --all, --mirror и --tags"
13340
13341 #: builtin/push.c:601
13342 msgid "--delete doesn't make sense without any refs"
13343 msgstr "--delete не имеет смысла без указания ссылок"
13344
13345 #: builtin/push.c:604
13346 msgid "--all and --tags are incompatible"
13347 msgstr "--all и --tags нельзя использовать одновременно"
13348
13349 #: builtin/push.c:606
13350 msgid "--all can't be combined with refspecs"
13351 msgstr "--all нельзя использовать вместе со спецификаторами ссылок"
13352
13353 #: builtin/push.c:610
13354 msgid "--mirror and --tags are incompatible"
13355 msgstr "--mirror и --tags нельзя использовать одновременно"
13356
13357 #: builtin/push.c:612
13358 msgid "--mirror can't be combined with refspecs"
13359 msgstr "--mirror нельзя использовать вместе со спецификаторами ссылок"
13360
13361 #: builtin/push.c:615
13362 msgid "--all and --mirror are incompatible"
13363 msgstr "--all и --mirror нельзя использовать одновременно"
13364
13365 #: builtin/push.c:634
13366 msgid "push options must not have new line characters"
13367 msgstr "опции для отправки не должны содержать символы перевода строк"
13368
13369 #: builtin/range-diff.c:8
13370 msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"
13371 msgstr ""
13372
13373 #: builtin/range-diff.c:9
13374 msgid "git range-diff [<options>] <old-tip>...<new-tip>"
13375 msgstr ""
13376
13377 #: builtin/range-diff.c:10
13378 msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"
13379 msgstr ""
13380
13381 #: builtin/range-diff.c:26
13382 msgid "Percentage by which creation is weighted"
13383 msgstr ""
13384
13385 #: builtin/range-diff.c:28
13386 msgid "color both diff and diff-between-diffs"
13387 msgstr ""
13388
13389 #: builtin/range-diff.c:75 builtin/range-diff.c:79
13390 #, c-format
13391 msgid "no .. in range: '%s'"
13392 msgstr ""
13393
13394 #: builtin/range-diff.c:89
13395 msgid "single arg format must be symmetric range"
13396 msgstr ""
13397
13398 #: builtin/range-diff.c:104
13399 msgid "need two commit ranges"
13400 msgstr ""
13401
13402 #: builtin/read-tree.c:40
13403 msgid ""
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>]])"
13408
13409 #: builtin/read-tree.c:120
13410 msgid "write resulting index to <file>"
13411 msgstr "записать результирующий индекс в <файл>"
13412
13413 #: builtin/read-tree.c:123
13414 msgid "only empty the index"
13415 msgstr "просто очистить индекс"
13416
13417 #: builtin/read-tree.c:125
13418 msgid "Merging"
13419 msgstr "Слияние"
13420
13421 #: builtin/read-tree.c:127
13422 msgid "perform a merge in addition to a read"
13423 msgstr "выполнить слияние в дополнение к чтению"
13424
13425 #: builtin/read-tree.c:129
13426 msgid "3-way merge if no file level merging required"
13427 msgstr "трехходовое слияние, если не требуется слияние на уровне файлов"
13428
13429 #: builtin/read-tree.c:131
13430 msgid "3-way merge in presence of adds and removes"
13431 msgstr "трехходовое слияние в случае присутствия добавлений или удалений файлов"
13432
13433 #: builtin/read-tree.c:133
13434 msgid "same as -m, but discard unmerged entries"
13435 msgstr "тоже, что и -m, но отменяет изменения не слитых записей"
13436
13437 #: builtin/read-tree.c:134
13438 msgid "<subdirectory>/"
13439 msgstr "<подкаталог>/"
13440
13441 #: builtin/read-tree.c:135
13442 msgid "read the tree into the index under <subdirectory>/"
13443 msgstr "прочитать дерево в индекс в <подкаталог>/"
13444
13445 #: builtin/read-tree.c:138
13446 msgid "update working tree with merge result"
13447 msgstr "обновить рабочий каталог результатом слияния"
13448
13449 #: builtin/read-tree.c:140
13450 msgid "gitignore"
13451 msgstr "gitignore"
13452
13453 #: builtin/read-tree.c:141
13454 msgid "allow explicitly ignored files to be overwritten"
13455 msgstr "разрешить перезапись явно игнорируемых файлов"
13456
13457 #: builtin/read-tree.c:144
13458 msgid "don't check the working tree after merging"
13459 msgstr "не проверять рабочий каталог после слияния"
13460
13461 #: builtin/read-tree.c:145
13462 msgid "don't update the index or the work tree"
13463 msgstr "не обновлять индекс или рабочий каталог"
13464
13465 #: builtin/read-tree.c:147
13466 msgid "skip applying sparse checkout filter"
13467 msgstr "пропустить применение фильтра частичного переключения на состояние"
13468
13469 #: builtin/read-tree.c:149
13470 msgid "debug unpack-trees"
13471 msgstr "отладка unpack-trees"
13472
13473 #: builtin/rebase--helper.c:8
13474 msgid "git rebase--helper [<options>]"
13475 msgstr "git rebase--helper [<опции>]"
13476
13477 #: builtin/rebase--helper.c:24
13478 msgid "keep empty commits"
13479 msgstr "оставить пустые коммиты"
13480
13481 #: builtin/rebase--helper.c:26 builtin/revert.c:124
13482 msgid "allow commits with empty messages"
13483 msgstr "разрешить коммиты с пустыми сообщениями"
13484
13485 #: builtin/rebase--helper.c:27
13486 msgid "rebase merge commits"
13487 msgstr ""
13488
13489 #: builtin/rebase--helper.c:29
13490 msgid "keep original branch points of cousins"
13491 msgstr ""
13492
13493 #: builtin/rebase--helper.c:30
13494 msgid "continue rebase"
13495 msgstr "продолжить перемещение"
13496
13497 #: builtin/rebase--helper.c:32
13498 msgid "abort rebase"
13499 msgstr "остановить перемещение"
13500
13501 #: builtin/rebase--helper.c:35
13502 msgid "make rebase script"
13503 msgstr "создать сценарий перемещения"
13504
13505 #: builtin/rebase--helper.c:37
13506 msgid "shorten commit ids in the todo list"
13507 msgstr "вывести короткие идентификаторы коммитов в списке действий"
13508
13509 #: builtin/rebase--helper.c:39
13510 msgid "expand commit ids in the todo list"
13511 msgstr "вывести полные идентификаторы коммитов в списке действий"
13512
13513 #: builtin/rebase--helper.c:41
13514 msgid "check the todo list"
13515 msgstr "проверить список дел"
13516
13517 #: builtin/rebase--helper.c:43
13518 msgid "skip unnecessary picks"
13519 msgstr "пропустить ненужные команды pick"
13520
13521 #: builtin/rebase--helper.c:45
13522 msgid "rearrange fixup/squash lines"
13523 msgstr "переставить строки fixup/squash"
13524
13525 #: builtin/rebase--helper.c:47
13526 msgid "insert exec commands in todo list"
13527 msgstr "вставить команды исполнения коммитов в списке действий"
13528
13529 #: builtin/rebase--helper.c:68
13530 msgid "--[no-]rebase-cousins has no effect without --rebase-merges"
13531 msgstr "--[no-]rebase-cousins не имеет смысла без указания --rebase-merges"
13532
13533 #: builtin/receive-pack.c:32
13534 msgid "git receive-pack <git-dir>"
13535 msgstr "git receive-pack <каталог-git>"
13536
13537 #: builtin/receive-pack.c:830
13538 msgid ""
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"
13543 "\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"
13548 "other way.\n"
13549 "\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»."
13553
13554 #: builtin/receive-pack.c:850
13555 msgid ""
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"
13558 "\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"
13562 "\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»."
13565
13566 #: builtin/receive-pack.c:1923
13567 msgid "quiet"
13568 msgstr "тихий режим"
13569
13570 #: builtin/receive-pack.c:1937
13571 msgid "You must specify a directory."
13572 msgstr "Вы должны указать каталог."
13573
13574 #: builtin/reflog.c:536 builtin/reflog.c:541
13575 #, c-format
13576 msgid "'%s' is not a valid timestamp"
13577 msgstr "«%s» не является допустимой меткой даты/времени"
13578
13579 #: builtin/remote.c:15
13580 msgid "git remote [-v | --verbose]"
13581 msgstr "git remote [-v | --verbose]"
13582
13583 #: builtin/remote.c:16
13584 msgid ""
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>] <имя> <адрес>"
13588
13589 #: builtin/remote.c:17 builtin/remote.c:37
13590 msgid "git remote rename <old> <new>"
13591 msgstr "git remote rename <старое-название> <новое-название>"
13592
13593 #: builtin/remote.c:18 builtin/remote.c:42
13594 msgid "git remote remove <name>"
13595 msgstr "git remote remove <имя>"
13596
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 | <ветка>)"
13600
13601 #: builtin/remote.c:20
13602 msgid "git remote [-v | --verbose] show [-n] <name>"
13603 msgstr "git remote [-v | --verbose] show [-n] <имя>"
13604
13605 #: builtin/remote.c:21
13606 msgid "git remote prune [-n | --dry-run] <name>"
13607 msgstr "git remote prune [-n | --dry-run] <имя>"
13608
13609 #: builtin/remote.c:22
13610 msgid ""
13611 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
13612 msgstr "git remote [-v | --verbose] update [-p | --prune] [(<группа> | <имя-внешнего-репозитория>)…]"
13613
13614 #: builtin/remote.c:23
13615 msgid "git remote set-branches [--add] <name> <branch>..."
13616 msgstr "git remote set-branches [--add] <имя> <ветка>…"
13617
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] <имя>"
13621
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>]"
13625
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>"
13629
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>"
13633
13634 #: builtin/remote.c:32
13635 msgid "git remote add [<options>] <name> <url>"
13636 msgstr "git remote add [<опции>] <имя> <url>"
13637
13638 #: builtin/remote.c:52
13639 msgid "git remote set-branches <name> <branch>..."
13640 msgstr "git remote set-branches <имя> <ветка>…"
13641
13642 #: builtin/remote.c:53
13643 msgid "git remote set-branches --add <name> <branch>..."
13644 msgstr "git remote set-branches --add <имя> <ветка>…"
13645
13646 #: builtin/remote.c:58
13647 msgid "git remote show [<options>] <name>"
13648 msgstr "git remote show [<опции>] <имя>"
13649
13650 #: builtin/remote.c:63
13651 msgid "git remote prune [<options>] <name>"
13652 msgstr "git remote prune [<опции>] <имя>"
13653
13654 #: builtin/remote.c:68
13655 msgid "git remote update [<options>] [<group> | <remote>]..."
13656 msgstr "git remote update [<опции>] [<группа> | <имя-внешнего-репозитория>]…"
13657
13658 #: builtin/remote.c:97
13659 #, c-format
13660 msgid "Updating %s"
13661 msgstr "Обновление %s"
13662
13663 #: builtin/remote.c:129
13664 msgid ""
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"
13668
13669 #: builtin/remote.c:146
13670 #, c-format
13671 msgid "unknown mirror argument: %s"
13672 msgstr "неизвестный аргумент для mirror: %s"
13673
13674 #: builtin/remote.c:162
13675 msgid "fetch the remote branches"
13676 msgstr "извлечь внешние ветки"
13677
13678 #: builtin/remote.c:164
13679 msgid "import all tags and associated objects when fetching"
13680 msgstr "импортировать все метки и ассоциированные объекты при извлечении"
13681
13682 #: builtin/remote.c:167
13683 msgid "or do not fetch any tag at all (--no-tags)"
13684 msgstr "или не извлекать метки вообще (--no-tags)"
13685
13686 #: builtin/remote.c:169
13687 msgid "branch(es) to track"
13688 msgstr "отслеживаемые ветки"
13689
13690 #: builtin/remote.c:170
13691 msgid "master branch"
13692 msgstr "мастер ветка"
13693
13694 #: builtin/remote.c:171
13695 msgid "push|fetch"
13696 msgstr "push|fetch"
13697
13698 #: builtin/remote.c:172
13699 msgid "set up remote as a mirror to push to or fetch from"
13700 msgstr "настроить внешний репозиторий как зеркало для отправки или извлечения изменений"
13701
13702 #: builtin/remote.c:184
13703 msgid "specifying a master branch makes no sense with --mirror"
13704 msgstr "указание мастер ветки не имеет смысла с параметром --mirror"
13705
13706 #: builtin/remote.c:186
13707 msgid "specifying branches to track makes sense only with fetch mirrors"
13708 msgstr "указание отслеживаемых веток имеет смысл только при зеркальном извлечении"
13709
13710 #: builtin/remote.c:193 builtin/remote.c:635
13711 #, c-format
13712 msgid "remote %s already exists."
13713 msgstr "внешний репозиторий %s уже существует"
13714
13715 #: builtin/remote.c:197 builtin/remote.c:639
13716 #, c-format
13717 msgid "'%s' is not a valid remote name"
13718 msgstr "«%s» не является допустимым именем внешнего репозитория."
13719
13720 #: builtin/remote.c:237
13721 #, c-format
13722 msgid "Could not setup master '%s'"
13723 msgstr "Не удалось настроить мастер ветку «%s»"
13724
13725 #: builtin/remote.c:343
13726 #, c-format
13727 msgid "Could not get fetch map for refspec %s"
13728 msgstr "Не удалось извлечь карту для спецификатора ссылки %s"
13729
13730 #: builtin/remote.c:442 builtin/remote.c:450
13731 msgid "(matching)"
13732 msgstr "(соответствующая)"
13733
13734 #: builtin/remote.c:454
13735 msgid "(delete)"
13736 msgstr "(удаленная)"
13737
13738 #: builtin/remote.c:628 builtin/remote.c:764 builtin/remote.c:863
13739 #, c-format
13740 msgid "No such remote: %s"
13741 msgstr "Нет такого внешнего репозитория: %s"
13742
13743 #: builtin/remote.c:645
13744 #, c-format
13745 msgid "Could not rename config section '%s' to '%s'"
13746 msgstr "Не удалось переименовать секцию конфигурации с «%s» на «%s»"
13747
13748 #: builtin/remote.c:665
13749 #, c-format
13750 msgid ""
13751 "Not updating non-default fetch refspec\n"
13752 "\t%s\n"
13753 "\tPlease update the configuration manually if necessary."
13754 msgstr "Не обновляю нестандартную спецификатор ссылки для извлечения\n\t%s\n\tПожалуйста, если требуется, обновите конфигурацию вручную."
13755
13756 #: builtin/remote.c:701
13757 #, c-format
13758 msgid "deleting '%s' failed"
13759 msgstr "не удалось удалить «%s»"
13760
13761 #: builtin/remote.c:735
13762 #, c-format
13763 msgid "creating '%s' failed"
13764 msgstr "не удалось создать «%s»"
13765
13766 #: builtin/remote.c:801
13767 msgid ""
13768 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
13769 "to delete it, use:"
13770 msgid_plural ""
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чтобы удалить их, используйте:"
13777
13778 #: builtin/remote.c:815
13779 #, c-format
13780 msgid "Could not remove config section '%s'"
13781 msgstr "Не удалось удалить секцию файла конфигурации «%s»"
13782
13783 #: builtin/remote.c:916
13784 #, c-format
13785 msgid " new (next fetch will store in remotes/%s)"
13786 msgstr " новая (следующее извлечение сохранит ее в remotes/%s)"
13787
13788 #: builtin/remote.c:919
13789 msgid " tracked"
13790 msgstr " отслеживается"
13791
13792 #: builtin/remote.c:921
13793 msgid " stale (use 'git remote prune' to remove)"
13794 msgstr " недействительна (используйте «git remote prune», чтобы удалить)"
13795
13796 #: builtin/remote.c:923
13797 msgid " ???"
13798 msgstr " ???"
13799
13800 #: builtin/remote.c:964
13801 #, c-format
13802 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
13803 msgstr "неправильный параметр конфигурации branch.%s.merge; невозможно переместить более чем над 1 веткой"
13804
13805 #: builtin/remote.c:973
13806 #, c-format
13807 msgid "rebases interactively onto remote %s"
13808 msgstr "перемещается интерактивно над внешней веткой %s"
13809
13810 #: builtin/remote.c:975
13811 #, c-format
13812 msgid "rebases interactively (with merges) onto remote %s"
13813 msgstr ""
13814
13815 #: builtin/remote.c:978
13816 #, c-format
13817 msgid "rebases onto remote %s"
13818 msgstr "перемещается над внешней веткой %s"
13819
13820 #: builtin/remote.c:982
13821 #, c-format
13822 msgid " merges with remote %s"
13823 msgstr " будет слита с внешней веткой %s"
13824
13825 #: builtin/remote.c:985
13826 #, c-format
13827 msgid "merges with remote %s"
13828 msgstr "будет слита с внешней веткой %s"
13829
13830 #: builtin/remote.c:988
13831 #, c-format
13832 msgid "%-*s and with remote %s\n"
13833 msgstr "%-*s и с внешней веткой %s\n"
13834
13835 #: builtin/remote.c:1031
13836 msgid "create"
13837 msgstr "создана"
13838
13839 #: builtin/remote.c:1034
13840 msgid "delete"
13841 msgstr "удалена"
13842
13843 #: builtin/remote.c:1038
13844 msgid "up to date"
13845 msgstr "уже актуальна"
13846
13847 #: builtin/remote.c:1041
13848 msgid "fast-forwardable"
13849 msgstr "возможна перемотка вперед"
13850
13851 #: builtin/remote.c:1044
13852 msgid "local out of date"
13853 msgstr "локальная ветка устарела"
13854
13855 #: builtin/remote.c:1051
13856 #, c-format
13857 msgid " %-*s forces to %-*s (%s)"
13858 msgstr " %-*s будет принудительно отправлена в %-*s (%s)"
13859
13860 #: builtin/remote.c:1054
13861 #, c-format
13862 msgid " %-*s pushes to %-*s (%s)"
13863 msgstr " %-*s будет отправлена в %-*s (%s)"
13864
13865 #: builtin/remote.c:1058
13866 #, c-format
13867 msgid " %-*s forces to %s"
13868 msgstr " %-*s будет принудительно отправлена в %s"
13869
13870 #: builtin/remote.c:1061
13871 #, c-format
13872 msgid " %-*s pushes to %s"
13873 msgstr " %-*s будет отправлена в %s"
13874
13875 #: builtin/remote.c:1129
13876 msgid "do not query remotes"
13877 msgstr "не опрашивать внешние репозитории"
13878
13879 #: builtin/remote.c:1156
13880 #, c-format
13881 msgid "* remote %s"
13882 msgstr "* внешний репозиторий %s"
13883
13884 #: builtin/remote.c:1157
13885 #, c-format
13886 msgid " Fetch URL: %s"
13887 msgstr " URL для извлечения: %s"
13888
13889 #: builtin/remote.c:1158 builtin/remote.c:1174 builtin/remote.c:1313
13890 msgid "(no URL)"
13891 msgstr "(нет URL)"
13892
13893 #. TRANSLATORS: the colon ':' should align
13894 #. with the one in " Fetch URL: %s"
13895 #. translation.
13896 #: builtin/remote.c:1172 builtin/remote.c:1174
13897 #, c-format
13898 msgid " Push URL: %s"
13899 msgstr " URL для отправки: %s"
13900
13901 #: builtin/remote.c:1176 builtin/remote.c:1178 builtin/remote.c:1180
13902 #, c-format
13903 msgid " HEAD branch: %s"
13904 msgstr " HEAD ветка: %s"
13905
13906 #: builtin/remote.c:1176
13907 msgid "(not queried)"
13908 msgstr "(не запрашивался)"
13909
13910 #: builtin/remote.c:1178
13911 msgid "(unknown)"
13912 msgstr "(неизвестно)"
13913
13914 #: builtin/remote.c:1182
13915 #, c-format
13916 msgid " HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
13917 msgstr " HEAD ветка (HEAD внешнего репозитория неоднозначный, может быть одним из):\n"
13918
13919 #: builtin/remote.c:1194
13920 #, c-format
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"
13927
13928 #: builtin/remote.c:1197 builtin/remote.c:1223
13929 msgid " (status not queried)"
13930 msgstr " (статус не запрашивался)"
13931
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»:"
13939
13940 #: builtin/remote.c:1214
13941 msgid " Local refs will be mirrored by 'git push'"
13942 msgstr " Локальные ссылки, зеркалируемые с помощью «git push»"
13943
13944 #: builtin/remote.c:1220
13945 #, c-format
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:"
13952
13953 #: builtin/remote.c:1241
13954 msgid "set refs/remotes/<name>/HEAD according to remote"
13955 msgstr "установить refs/remotes/<имя>/HEAD в зависимости от внешнего репозитория"
13956
13957 #: builtin/remote.c:1243
13958 msgid "delete refs/remotes/<name>/HEAD"
13959 msgstr "удалить refs/remotes/<имя>/HEAD"
13960
13961 #: builtin/remote.c:1258
13962 msgid "Cannot determine remote HEAD"
13963 msgstr "Не удалось определить внешний HEAD"
13964
13965 #: builtin/remote.c:1260
13966 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
13967 msgstr "Несколько внешних HEAD веток. Укажите явно одну из них:"
13968
13969 #: builtin/remote.c:1270
13970 #, c-format
13971 msgid "Could not delete %s"
13972 msgstr "Не удалось удалить %s"
13973
13974 #: builtin/remote.c:1278
13975 #, c-format
13976 msgid "Not a valid ref: %s"
13977 msgstr "Недопустимая ссылка: %s"
13978
13979 #: builtin/remote.c:1280
13980 #, c-format
13981 msgid "Could not setup %s"
13982 msgstr "Не удалось настроить %s"
13983
13984 #: builtin/remote.c:1298
13985 #, c-format
13986 msgid " %s will become dangling!"
13987 msgstr " %s будет висящей веткой!"
13988
13989 #: builtin/remote.c:1299
13990 #, c-format
13991 msgid " %s has become dangling!"
13992 msgstr " %s стала висящей веткой!"
13993
13994 #: builtin/remote.c:1309
13995 #, c-format
13996 msgid "Pruning %s"
13997 msgstr "Очистка %s"
13998
13999 #: builtin/remote.c:1310
14000 #, c-format
14001 msgid "URL: %s"
14002 msgstr "URL: %s"
14003
14004 #: builtin/remote.c:1326
14005 #, c-format
14006 msgid " * [would prune] %s"
14007 msgstr " * [будет удалена] %s"
14008
14009 #: builtin/remote.c:1329
14010 #, c-format
14011 msgid " * [pruned] %s"
14012 msgstr " * [удалена] %s"
14013
14014 #: builtin/remote.c:1374
14015 msgid "prune remotes after fetching"
14016 msgstr "почистить внешние репозитории после извлечения"
14017
14018 #: builtin/remote.c:1437 builtin/remote.c:1491 builtin/remote.c:1559
14019 #, c-format
14020 msgid "No such remote '%s'"
14021 msgstr "Нет такого внешнего репозитория «%s»"
14022
14023 #: builtin/remote.c:1453
14024 msgid "add branch"
14025 msgstr "добавить ветку"
14026
14027 #: builtin/remote.c:1460
14028 msgid "no remote specified"
14029 msgstr "не указан внешний репозиторий"
14030
14031 #: builtin/remote.c:1477
14032 msgid "query push URLs rather than fetch URLs"
14033 msgstr "запросить URL отправки, вместо URL извлечения"
14034
14035 #: builtin/remote.c:1479
14036 msgid "return all URLs"
14037 msgstr "вернуть все URL"
14038
14039 #: builtin/remote.c:1507
14040 #, c-format
14041 msgid "no URLs configured for remote '%s'"
14042 msgstr "URL не настроены для внешнего репозитория «%s»"
14043
14044 #: builtin/remote.c:1533
14045 msgid "manipulate push URLs"
14046 msgstr "управление URL отправки"
14047
14048 #: builtin/remote.c:1535
14049 msgid "add URL"
14050 msgstr "добавить URL"
14051
14052 #: builtin/remote.c:1537
14053 msgid "delete URLs"
14054 msgstr "удалить URL"
14055
14056 #: builtin/remote.c:1544
14057 msgid "--add --delete doesn't make sense"
14058 msgstr "--add нельзя использовать одновременно с --delete"
14059
14060 #: builtin/remote.c:1583
14061 #, c-format
14062 msgid "Invalid old URL pattern: %s"
14063 msgstr "Неправильный шаблон старого URL: %s"
14064
14065 #: builtin/remote.c:1591
14066 #, c-format
14067 msgid "No such URL found: %s"
14068 msgstr "Не найдены совпадения URL: %s"
14069
14070 #: builtin/remote.c:1593
14071 msgid "Will not delete all non-push URLs"
14072 msgstr "Нельзя удалить все URL не-отправки"
14073
14074 #: builtin/remote.c:1609
14075 msgid "be verbose; must be placed before a subcommand"
14076 msgstr "быть многословнее; должно стоять перед подкомандой"
14077
14078 #: builtin/remote.c:1640
14079 #, c-format
14080 msgid "Unknown subcommand: %s"
14081 msgstr "Неизвестная подкоманда: %s"
14082
14083 #: builtin/repack.c:20
14084 msgid "git repack [<options>]"
14085 msgstr "git repack [<опции>]"
14086
14087 #: builtin/repack.c:25
14088 msgid ""
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."
14092
14093 #: builtin/repack.c:287
14094 msgid "pack everything in a single pack"
14095 msgstr "упаковать всё в один пакет"
14096
14097 #: builtin/repack.c:289
14098 msgid "same as -a, and turn unreachable objects loose"
14099 msgstr "тоже, что и -a, но дополнительно отбросить недостижимые объекты"
14100
14101 #: builtin/repack.c:292
14102 msgid "remove redundant packs, and run git-prune-packed"
14103 msgstr "удалите лишние пакеты и запустите git-prune-packed"
14104
14105 #: builtin/repack.c:294
14106 msgid "pass --no-reuse-delta to git-pack-objects"
14107 msgstr "передать опцию --no-reuse-delta в git-pack-objects"
14108
14109 #: builtin/repack.c:296
14110 msgid "pass --no-reuse-object to git-pack-objects"
14111 msgstr "передать опцию --no-reuse-object в git-pack-objects"
14112
14113 #: builtin/repack.c:298
14114 msgid "do not run git-update-server-info"
14115 msgstr "не запускать git-update-server-info"
14116
14117 #: builtin/repack.c:301
14118 msgid "pass --local to git-pack-objects"
14119 msgstr "передать опцию --local в git-pack-objects"
14120
14121 #: builtin/repack.c:303
14122 msgid "write bitmap index"
14123 msgstr "запись индекса в битовых картах"
14124
14125 #: builtin/repack.c:304
14126 msgid "approxidate"
14127 msgstr "примерная-дата"
14128
14129 #: builtin/repack.c:305
14130 msgid "with -A, do not loosen objects older than this"
14131 msgstr "с опцией -A, не отбрасывать объекты старее, чем указано"
14132
14133 #: builtin/repack.c:307
14134 msgid "with -a, repack unreachable objects"
14135 msgstr "с параметром -a, перепаковать недоступные объекты"
14136
14137 #: builtin/repack.c:309
14138 msgid "size of the window used for delta compression"
14139 msgstr "размер окна, используемый для компрессии дельт"
14140
14141 #: builtin/repack.c:310 builtin/repack.c:316
14142 msgid "bytes"
14143 msgstr "количество-байт"
14144
14145 #: builtin/repack.c:311
14146 msgid "same as the above, but limit memory size instead of entries count"
14147 msgstr "тоже, что и выше, но ограничить размер памяти, а не количество записей"
14148
14149 #: builtin/repack.c:313
14150 msgid "limits the maximum delta depth"
14151 msgstr "ограничение на максимальную глубину дельт"
14152
14153 #: builtin/repack.c:315
14154 msgid "limits the maximum number of threads"
14155 msgstr "ограничение на максимальное количество потоков"
14156
14157 #: builtin/repack.c:317
14158 msgid "maximum size of each packfile"
14159 msgstr "максимальный размер каждого из файлов пакета"
14160
14161 #: builtin/repack.c:319
14162 msgid "repack objects in packs marked with .keep"
14163 msgstr "переупаковать объекты в пакеты, помеченные файлом .keep"
14164
14165 #: builtin/repack.c:321
14166 msgid "do not repack this pack"
14167 msgstr ""
14168
14169 #: builtin/repack.c:331
14170 msgid "cannot delete packs in a precious-objects repo"
14171 msgstr "нельзя удалять пакеты в precious-objects репозитории"
14172
14173 #: builtin/repack.c:335
14174 msgid "--keep-unreachable and -A are incompatible"
14175 msgstr "--keep-unreachable и -A нельзя использовать одновременно"
14176
14177 #: builtin/repack.c:510 builtin/worktree.c:139
14178 #, c-format
14179 msgid "failed to remove '%s'"
14180 msgstr "сбой удаления «%s»"
14181
14182 #: builtin/replace.c:22
14183 msgid "git replace [-f] <object> <replacement>"
14184 msgstr "git replace [-f] <объект> <замена>"
14185
14186 #: builtin/replace.c:23
14187 msgid "git replace [-f] --edit <object>"
14188 msgstr "git replace [-f] --edit <объект>"
14189
14190 #: builtin/replace.c:24
14191 msgid "git replace [-f] --graft <commit> [<parent>...]"
14192 msgstr "git replace [-f] --graft <коммит> [<родитель>…]"
14193
14194 #: builtin/replace.c:25
14195 msgid "git replace [-f] --convert-graft-file"
14196 msgstr ""
14197
14198 #: builtin/replace.c:26
14199 msgid "git replace -d <object>..."
14200 msgstr "git replace -d <объект>…"
14201
14202 #: builtin/replace.c:27
14203 msgid "git replace [--format=<format>] [-l [<pattern>]]"
14204 msgstr "git replace [--format=<формат>] [-l [<шаблон>]]"
14205
14206 #: builtin/replace.c:57 builtin/replace.c:203 builtin/replace.c:206
14207 #, c-format
14208 msgid "failed to resolve '%s' as a valid ref"
14209 msgstr ""
14210
14211 #: builtin/replace.c:86
14212 #, c-format
14213 msgid ""
14214 "invalid replace format '%s'\n"
14215 "valid formats are 'short', 'medium' and 'long'"
14216 msgstr ""
14217
14218 #: builtin/replace.c:121
14219 #, c-format
14220 msgid "replace ref '%s' not found"
14221 msgstr ""
14222
14223 #: builtin/replace.c:137
14224 #, c-format
14225 msgid "Deleted replace ref '%s'"
14226 msgstr ""
14227
14228 #: builtin/replace.c:149
14229 #, c-format
14230 msgid "'%s' is not a valid ref name"
14231 msgstr ""
14232
14233 #: builtin/replace.c:154
14234 #, c-format
14235 msgid "replace ref '%s' already exists"
14236 msgstr ""
14237
14238 #: builtin/replace.c:174
14239 #, c-format
14240 msgid ""
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'."
14244 msgstr ""
14245
14246 #: builtin/replace.c:225
14247 #, c-format
14248 msgid "unable to open %s for writing"
14249 msgstr ""
14250
14251 #: builtin/replace.c:238
14252 msgid "cat-file reported failure"
14253 msgstr ""
14254
14255 #: builtin/replace.c:254
14256 #, c-format
14257 msgid "unable to open %s for reading"
14258 msgstr ""
14259
14260 #: builtin/replace.c:268
14261 msgid "unable to spawn mktree"
14262 msgstr ""
14263
14264 #: builtin/replace.c:272
14265 msgid "unable to read from mktree"
14266 msgstr ""
14267
14268 #: builtin/replace.c:281
14269 msgid "mktree reported failure"
14270 msgstr ""
14271
14272 #: builtin/replace.c:285
14273 msgid "mktree did not return an object name"
14274 msgstr ""
14275
14276 #: builtin/replace.c:294
14277 #, c-format
14278 msgid "unable to fstat %s"
14279 msgstr ""
14280
14281 #: builtin/replace.c:299
14282 msgid "unable to write object to database"
14283 msgstr ""
14284
14285 #: builtin/replace.c:318 builtin/replace.c:371 builtin/replace.c:415
14286 #: builtin/replace.c:445
14287 #, c-format
14288 msgid "not a valid object name: '%s'"
14289 msgstr ""
14290
14291 #: builtin/replace.c:322
14292 #, c-format
14293 msgid "unable to get object type for %s"
14294 msgstr ""
14295
14296 #: builtin/replace.c:338
14297 msgid "editing object file failed"
14298 msgstr ""
14299
14300 #: builtin/replace.c:347
14301 #, c-format
14302 msgid "new object is the same as the old one: '%s'"
14303 msgstr ""
14304
14305 #: builtin/replace.c:407
14306 #, c-format
14307 msgid "bad mergetag in commit '%s'"
14308 msgstr "плохая метка слияния в коммите «%s»"
14309
14310 #: builtin/replace.c:409
14311 #, c-format
14312 msgid "malformed mergetag in commit '%s'"
14313 msgstr "повреждённая метка слияния в коммите «%s»"
14314
14315 #: builtin/replace.c:421
14316 #, c-format
14317 msgid ""
14318 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
14319 "instead of --graft"
14320 msgstr "оригинальный коммит «%s» содержит метку слияния «%s», которая была отброшена; используйте --edit вместо --graft"
14321
14322 #: builtin/replace.c:460
14323 #, c-format
14324 msgid "the original commit '%s' has a gpg signature"
14325 msgstr ""
14326
14327 #: builtin/replace.c:461
14328 msgid "the signature will be removed in the replacement commit!"
14329 msgstr "подпись будет удалена в замененном коммите!"
14330
14331 #: builtin/replace.c:471
14332 #, c-format
14333 msgid "could not write replacement commit for: '%s'"
14334 msgstr "не удалось записать замену для коммита: «%s»"
14335
14336 #: builtin/replace.c:479
14337 #, c-format
14338 msgid "graft for '%s' unnecessary"
14339 msgstr ""
14340
14341 #: builtin/replace.c:482
14342 #, c-format
14343 msgid "new commit is the same as the old one: '%s'"
14344 msgstr ""
14345
14346 #: builtin/replace.c:514
14347 #, c-format
14348 msgid ""
14349 "could not convert the following graft(s):\n"
14350 "%s"
14351 msgstr ""
14352
14353 #: builtin/replace.c:535
14354 msgid "list replace refs"
14355 msgstr "вывести список заменяемых ссылок"
14356
14357 #: builtin/replace.c:536
14358 msgid "delete replace refs"
14359 msgstr "удаление заменяемых ссылок"
14360
14361 #: builtin/replace.c:537
14362 msgid "edit existing object"
14363 msgstr "изменение существующего объекта"
14364
14365 #: builtin/replace.c:538
14366 msgid "change a commit's parents"
14367 msgstr "изменение родителя коммита"
14368
14369 #: builtin/replace.c:539
14370 msgid "convert existing graft file"
14371 msgstr ""
14372
14373 #: builtin/replace.c:540
14374 msgid "replace the ref if it exists"
14375 msgstr "замена ссылки, если она существует"
14376
14377 #: builtin/replace.c:542
14378 msgid "do not pretty-print contents for --edit"
14379 msgstr "не делать структурированный вывод содержимого для --edit"
14380
14381 #: builtin/replace.c:543
14382 msgid "use this format"
14383 msgstr "использовать этот формат"
14384
14385 #: builtin/replace.c:556
14386 msgid "--format cannot be used when not listing"
14387 msgstr ""
14388
14389 #: builtin/replace.c:564
14390 msgid "-f only makes sense when writing a replacement"
14391 msgstr ""
14392
14393 #: builtin/replace.c:568
14394 msgid "--raw only makes sense with --edit"
14395 msgstr ""
14396
14397 #: builtin/replace.c:574
14398 msgid "-d needs at least one argument"
14399 msgstr ""
14400
14401 #: builtin/replace.c:580
14402 msgid "bad number of arguments"
14403 msgstr ""
14404
14405 #: builtin/replace.c:586
14406 msgid "-e needs exactly one argument"
14407 msgstr ""
14408
14409 #: builtin/replace.c:592
14410 msgid "-g needs at least one argument"
14411 msgstr ""
14412
14413 #: builtin/replace.c:598
14414 msgid "--convert-graft-file takes no argument"
14415 msgstr ""
14416
14417 #: builtin/replace.c:604
14418 msgid "only one pattern can be given with -l"
14419 msgstr ""
14420
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]"
14424
14425 #: builtin/rerere.c:59
14426 msgid "register clean resolutions in index"
14427 msgstr "записать чистые разрешения конфликтов в индекс"
14428
14429 #: builtin/reset.c:29
14430 msgid ""
14431 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
14432 msgstr "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<коммит>]"
14433
14434 #: builtin/reset.c:30
14435 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
14436 msgstr "git reset [-q] [<указатель-дерева>] [--] <пути>…"
14437
14438 #: builtin/reset.c:31
14439 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
14440 msgstr "git reset --patch [<указатель-дерева>] [--] [<пути>…]"
14441
14442 #: builtin/reset.c:37
14443 msgid "mixed"
14444 msgstr "смешанный"
14445
14446 #: builtin/reset.c:37
14447 msgid "soft"
14448 msgstr "мягкий"
14449
14450 #: builtin/reset.c:37
14451 msgid "hard"
14452 msgstr "жесткий"
14453
14454 #: builtin/reset.c:37
14455 msgid "merge"
14456 msgstr "слиянием"
14457
14458 #: builtin/reset.c:37
14459 msgid "keep"
14460 msgstr "оставлением"
14461
14462 #: builtin/reset.c:78
14463 msgid "You do not have a valid HEAD."
14464 msgstr "У вас нет верного HEAD."
14465
14466 #: builtin/reset.c:80
14467 msgid "Failed to find tree of HEAD."
14468 msgstr "Не удалось найти дерево у HEAD."
14469
14470 #: builtin/reset.c:86
14471 #, c-format
14472 msgid "Failed to find tree of %s."
14473 msgstr "Не удалось найти дерево у %s."
14474
14475 #: builtin/reset.c:111
14476 #, c-format
14477 msgid "HEAD is now at %s"
14478 msgstr "HEAD сейчас на %s"
14479
14480 #: builtin/reset.c:189
14481 #, c-format
14482 msgid "Cannot do a %s reset in the middle of a merge."
14483 msgstr "Нельзя выполнить сброс в режиме «%s» во время слияния."
14484
14485 #: builtin/reset.c:289
14486 msgid "be quiet, only report errors"
14487 msgstr "тихий режим, выводить только ошибки"
14488
14489 #: builtin/reset.c:291
14490 msgid "reset HEAD and index"
14491 msgstr "сбросить HEAD и индекс"
14492
14493 #: builtin/reset.c:292
14494 msgid "reset only HEAD"
14495 msgstr "сбросить только HEAD"
14496
14497 #: builtin/reset.c:294 builtin/reset.c:296
14498 msgid "reset HEAD, index and working tree"
14499 msgstr "сбросить HEAD, индекс и рабочий каталог"
14500
14501 #: builtin/reset.c:298
14502 msgid "reset HEAD but keep local changes"
14503 msgstr "сбросить HEAD, но оставить локальные изменения"
14504
14505 #: builtin/reset.c:304
14506 msgid "record only the fact that removed paths will be added later"
14507 msgstr "записать только факт того, что удаленные пути будут добавлены позже"
14508
14509 #: builtin/reset.c:321
14510 #, c-format
14511 msgid "Failed to resolve '%s' as a valid revision."
14512 msgstr "Не удалось распознать «%s» как действительную редакцию."
14513
14514 #: builtin/reset.c:329
14515 #, c-format
14516 msgid "Failed to resolve '%s' as a valid tree."
14517 msgstr "Не удалось распознать «%s» как действительное дерево."
14518
14519 #: builtin/reset.c:338
14520 msgid "--patch is incompatible with --{hard,mixed,soft}"
14521 msgstr "--patch нельзя использовать одновременно с --{hard,mixed,soft}"
14522
14523 #: builtin/reset.c:347
14524 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
14525 msgstr "использование опции --mixed с путями устарело; используйте «git reset -- <пути>» instead."
14526
14527 #: builtin/reset.c:349
14528 #, c-format
14529 msgid "Cannot do %s reset with paths."
14530 msgstr "Нельзя выполнить сброс в режиме «%s» вместе с указанием пути."
14531
14532 #: builtin/reset.c:359
14533 #, c-format
14534 msgid "%s reset is not allowed in a bare repository"
14535 msgstr "сброс «%s» разрешен только с голым репозиторием"
14536
14537 #: builtin/reset.c:363
14538 msgid "-N can only be used with --mixed"
14539 msgstr "-N можно использовать вместе с --mixed"
14540
14541 #: builtin/reset.c:380
14542 msgid "Unstaged changes after reset:"
14543 msgstr "Непроиндексированные изменения после сброса:"
14544
14545 #: builtin/reset.c:386
14546 #, c-format
14547 msgid "Could not reset index file to revision '%s'."
14548 msgstr "Не удалось сбросить файл индекса на редакцию «%s»."
14549
14550 #: builtin/reset.c:390
14551 msgid "Could not write new index file."
14552 msgstr "Не удалось записать новый файл индекса."
14553
14554 #: builtin/rev-list.c:399
14555 msgid "cannot combine --exclude-promisor-objects and --missing"
14556 msgstr ""
14557
14558 #: builtin/rev-list.c:457
14559 msgid "object filtering requires --objects"
14560 msgstr "фильтрация объектов требует указания параметра --objects"
14561
14562 #: builtin/rev-list.c:460
14563 #, c-format
14564 msgid "invalid sparse value '%s'"
14565 msgstr "недопустимое частичное значение «%s»"
14566
14567 #: builtin/rev-list.c:501
14568 msgid "rev-list does not support display of notes"
14569 msgstr "rev-list не поддерживает отображение заметок"
14570
14571 #: builtin/rev-list.c:504
14572 msgid "cannot combine --use-bitmap-index with object filtering"
14573 msgstr "нельзя использовать --use-bitmap-index одновременно с фильтрацией объектов"
14574
14575 #: builtin/rev-parse.c:406
14576 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
14577 msgstr "git rev-parse --parseopt [<опции>] -- [<аргументы>…]"
14578
14579 #: builtin/rev-parse.c:411
14580 msgid "keep the `--` passed as an arg"
14581 msgstr "передавать далее «--» как аргумент"
14582
14583 #: builtin/rev-parse.c:413
14584 msgid "stop parsing after the first non-option argument"
14585 msgstr "остановить разбор после первого аргумента не являющегося опцией"
14586
14587 #: builtin/rev-parse.c:416
14588 msgid "output in stuck long form"
14589 msgstr "выводить аргументы в длинном формате"
14590
14591 #: builtin/rev-parse.c:549
14592 msgid ""
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"
14596 "\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» для получения подробной информации о первом использовании."
14599
14600 #: builtin/revert.c:24
14601 msgid "git revert [<options>] <commit-ish>..."
14602 msgstr "git revert [<опции>] <указатель-коммита>…"
14603
14604 #: builtin/revert.c:25
14605 msgid "git revert <subcommand>"
14606 msgstr "git revert <подкоманда>"
14607
14608 #: builtin/revert.c:30
14609 msgid "git cherry-pick [<options>] <commit-ish>..."
14610 msgstr "git cherry-pick [<опции>] <указатель-коммита>…"
14611
14612 #: builtin/revert.c:31
14613 msgid "git cherry-pick <subcommand>"
14614 msgstr "git cherry-pick <подкоманда>"
14615
14616 #: builtin/revert.c:91
14617 #, c-format
14618 msgid "%s: %s cannot be used with %s"
14619 msgstr "%s: %s нельзя использовать одновременно с %s"
14620
14621 #: builtin/revert.c:100
14622 msgid "end revert or cherry-pick sequence"
14623 msgstr "конец последовательности копирования или обращения изменений коммитов"
14624
14625 #: builtin/revert.c:101
14626 msgid "resume revert or cherry-pick sequence"
14627 msgstr "продолжить последовательность копирования или обращения изменений коммитов"
14628
14629 #: builtin/revert.c:102
14630 msgid "cancel revert or cherry-pick sequence"
14631 msgstr "отмена последовательности копирования или обращения изменений коммитов"
14632
14633 #: builtin/revert.c:103
14634 msgid "don't automatically commit"
14635 msgstr "не коммитить автоматически"
14636
14637 #: builtin/revert.c:104
14638 msgid "edit the commit message"
14639 msgstr "изменить сообщение коммита"
14640
14641 #: builtin/revert.c:107
14642 msgid "parent-number"
14643 msgstr "номер-родителя"
14644
14645 #: builtin/revert.c:108
14646 msgid "select mainline parent"
14647 msgstr "выбор основного родителя"
14648
14649 #: builtin/revert.c:110
14650 msgid "merge strategy"
14651 msgstr "стратегия слияния"
14652
14653 #: builtin/revert.c:111
14654 msgid "option"
14655 msgstr "опция"
14656
14657 #: builtin/revert.c:112
14658 msgid "option for merge strategy"
14659 msgstr "опция для стратегии слияния"
14660
14661 #: builtin/revert.c:121
14662 msgid "append commit name"
14663 msgstr "добавить имя коммита"
14664
14665 #: builtin/revert.c:123
14666 msgid "preserve initially empty commits"
14667 msgstr "сохранить изначально пустые коммиты"
14668
14669 #: builtin/revert.c:125
14670 msgid "keep redundant, empty commits"
14671 msgstr "оставить избыточные, пустые коммиты"
14672
14673 #: builtin/revert.c:219
14674 msgid "revert failed"
14675 msgstr "сбой обращения изменений коммита"
14676
14677 #: builtin/revert.c:232
14678 msgid "cherry-pick failed"
14679 msgstr "сбой при копировании коммита"
14680
14681 #: builtin/rm.c:18
14682 msgid "git rm [<options>] [--] <file>..."
14683 msgstr "git rm [<опции>] [--] <файл>…"
14684
14685 #: builtin/rm.c:206
14686 msgid ""
14687 "the following file has staged content different from both the\n"
14688 "file and the HEAD:"
14689 msgid_plural ""
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:"
14696
14697 #: builtin/rm.c:211
14698 msgid ""
14699 "\n"
14700 "(use -f to force removal)"
14701 msgstr "\n(используйте опцию «-f» для принудительного удаления)"
14702
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] "следующие файлы содержат проиндексированные изменения в индексе:"
14710
14711 #: builtin/rm.c:219 builtin/rm.c:228
14712 msgid ""
14713 "\n"
14714 "(use --cached to keep the file, or -f to force removal)"
14715 msgstr "\n(используйте опцию «--cached» для оставления файла, или «-f» для принудительного удаления)"
14716
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] "следующие файлы содержат локальные изменения:"
14724
14725 #: builtin/rm.c:241
14726 msgid "do not list removed files"
14727 msgstr "не выводить список удаленных файлов"
14728
14729 #: builtin/rm.c:242
14730 msgid "only remove from the index"
14731 msgstr "удалить только из индекса"
14732
14733 #: builtin/rm.c:243
14734 msgid "override the up-to-date check"
14735 msgstr "пропустить проверку актуальности"
14736
14737 #: builtin/rm.c:244
14738 msgid "allow recursive removal"
14739 msgstr "разрешить рекурсивное удаление"
14740
14741 #: builtin/rm.c:246
14742 msgid "exit with a zero status even if nothing matched"
14743 msgstr "выход с нулевым кодом возврата, даже если ничего не найдено"
14744
14745 #: builtin/rm.c:288
14746 msgid "please stage your changes to .gitmodules or stash them to proceed"
14747 msgstr ""
14748
14749 #: builtin/rm.c:306
14750 #, c-format
14751 msgid "not removing '%s' recursively without -r"
14752 msgstr "не удаляю рекурсивно «%s» без указания опции -r"
14753
14754 #: builtin/rm.c:345
14755 #, c-format
14756 msgid "git rm: unable to remove %s"
14757 msgstr "git rm: не удалось удалить %s"
14758
14759 #: builtin/rm.c:368
14760 #, c-format
14761 msgid "could not remove '%s'"
14762 msgstr "не удалось удалить «%s»"
14763
14764 #: builtin/send-pack.c:20
14765 msgid ""
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 и явный спецификатор <ссылки> взаимно исключающие."
14769
14770 #: builtin/send-pack.c:163
14771 msgid "remote name"
14772 msgstr "имя внешнего репозитория"
14773
14774 #: builtin/send-pack.c:177
14775 msgid "use stateless RPC protocol"
14776 msgstr "протокол без сохранения состояния для RPC"
14777
14778 #: builtin/send-pack.c:178
14779 msgid "read refs from stdin"
14780 msgstr "прочитать ссылки из стандартного ввода"
14781
14782 #: builtin/send-pack.c:179
14783 msgid "print status from remote helper"
14784 msgstr "вывести статус от скрипта внешнего сервера"
14785
14786 #: builtin/serve.c:7
14787 msgid "git serve [<options>]"
14788 msgstr "git serve [<опции>]"
14789
14790 #: builtin/serve.c:17 builtin/upload-pack.c:23
14791 msgid "quit after a single request/response exchange"
14792 msgstr "выход после обмена одним запросом/ответом"
14793
14794 #: builtin/serve.c:19
14795 msgid "exit immediately after advertising capabilities"
14796 msgstr ""
14797
14798 #: builtin/shortlog.c:14
14799 msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
14800 msgstr "git shortlog [<опции>] [<диапазон-редакций>] [[--] <путь>…]"
14801
14802 #: builtin/shortlog.c:15
14803 msgid "git log --pretty=short | git shortlog [<options>]"
14804 msgstr "git log --pretty=short | git shortlog [<опции>]"
14805
14806 #: builtin/shortlog.c:264
14807 msgid "Group by committer rather than author"
14808 msgstr "Группировать по коммитеру, а не по автору"
14809
14810 #: builtin/shortlog.c:266
14811 msgid "sort output according to the number of commits per author"
14812 msgstr "отсортировать вывод по количеству коммитов у автора"
14813
14814 #: builtin/shortlog.c:268
14815 msgid "Suppress commit descriptions, only provides commit count"
14816 msgstr "Не выводить описания коммитов, а только их количество"
14817
14818 #: builtin/shortlog.c:270
14819 msgid "Show the email address of each author"
14820 msgstr "Показать почту каждого из авторов"
14821
14822 #: builtin/shortlog.c:271
14823 msgid "<w>[,<i1>[,<i2>]]"
14824 msgstr "<w>[,<i1>[,<i2>]]"
14825
14826 #: builtin/shortlog.c:272
14827 msgid "Linewrap output"
14828 msgstr "Перенос строк на выводе"
14829
14830 #: builtin/shortlog.c:299
14831 msgid "too many arguments given outside repository"
14832 msgstr ""
14833
14834 #: builtin/show-branch.c:13
14835 msgid ""
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] [(<редакция> | <шаблон>)…]"
14841
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] [<ссылка>]"
14845
14846 #: builtin/show-branch.c:395
14847 #, c-format
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 ссылки"
14854
14855 #: builtin/show-branch.c:549
14856 #, c-format
14857 msgid "no matching refs with %s"
14858 msgstr "нет совпадающих записей с %s"
14859
14860 #: builtin/show-branch.c:645
14861 msgid "show remote-tracking and local branches"
14862 msgstr "показать список и отслеживаемых внешних и локальных веток"
14863
14864 #: builtin/show-branch.c:647
14865 msgid "show remote-tracking branches"
14866 msgstr "показать список отслеживаемых внешних веток"
14867
14868 #: builtin/show-branch.c:649
14869 msgid "color '*!+-' corresponding to the branch"
14870 msgstr "окрашивать «*!+-» в соответствии с веткой"
14871
14872 #: builtin/show-branch.c:651
14873 msgid "show <n> more commits after the common ancestor"
14874 msgstr "показать <n> коммитов после общего предка"
14875
14876 #: builtin/show-branch.c:653
14877 msgid "synonym to more=-1"
14878 msgstr "синоним для more=-1"
14879
14880 #: builtin/show-branch.c:654
14881 msgid "suppress naming strings"
14882 msgstr "не выводить именованные строки"
14883
14884 #: builtin/show-branch.c:656
14885 msgid "include the current branch"
14886 msgstr "включить в вывод текущую ветку"
14887
14888 #: builtin/show-branch.c:658
14889 msgid "name commits with their object names"
14890 msgstr "именовать коммиты их именами объектов"
14891
14892 #: builtin/show-branch.c:660
14893 msgid "show possible merge bases"
14894 msgstr "вывести возможные базы слияния"
14895
14896 #: builtin/show-branch.c:662
14897 msgid "show refs unreachable from any other ref"
14898 msgstr "вывести ссылки, недоступные из любых других ссылок"
14899
14900 #: builtin/show-branch.c:664
14901 msgid "show commits in topological order"
14902 msgstr "вывести коммиты в топологическом порядке"
14903
14904 #: builtin/show-branch.c:667
14905 msgid "show only commits not on the first branch"
14906 msgstr "вывести только коммиты, отсутствующие в первой ветке"
14907
14908 #: builtin/show-branch.c:669
14909 msgid "show merges reachable from only one tip"
14910 msgstr "вывести слияния, достижимые только из одной из верхушек"
14911
14912 #: builtin/show-branch.c:671
14913 msgid "topologically sort, maintaining date order where possible"
14914 msgstr "топологическая сортировка, с сохранением порядка дат, если возможно"
14915
14916 #: builtin/show-branch.c:674
14917 msgid "<n>[,<base>]"
14918 msgstr "<n>[,<база>]"
14919
14920 #: builtin/show-branch.c:675
14921 msgid "show <n> most recent ref-log entries starting at base"
14922 msgstr "показать <n> последних записей в журнале ссылок, начиная с базы"
14923
14924 #: builtin/show-branch.c:711
14925 msgid ""
14926 "--reflog is incompatible with --all, --remotes, --independent or --merge-"
14927 "base"
14928 msgstr "--reflog несовместимо с --all, --remotes, --independent и --merge-base"
14929
14930 #: builtin/show-branch.c:735
14931 msgid "no branches given, and HEAD is not valid"
14932 msgstr "не указаны ветки и HEAD не действительный"
14933
14934 #: builtin/show-branch.c:738
14935 msgid "--reflog option needs one branch name"
14936 msgstr "параметр --reflog требует указания имени одной ветки"
14937
14938 #: builtin/show-branch.c:741
14939 #, c-format
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 записи могут быть показаны одновременно."
14946
14947 #: builtin/show-branch.c:745
14948 #, c-format
14949 msgid "no such ref %s"
14950 msgstr "нет такой ссылки %s"
14951
14952 #: builtin/show-branch.c:829
14953 #, c-format
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 редакции."
14960
14961 #: builtin/show-branch.c:833
14962 #, c-format
14963 msgid "'%s' is not a valid ref."
14964 msgstr "«%s» не является допустимой ссылкой на коммит."
14965
14966 #: builtin/show-branch.c:836
14967 #, c-format
14968 msgid "cannot find commit %s (%s)"
14969 msgstr "не удалось найти коммит %s (%s)"
14970
14971 #: builtin/show-ref.c:11
14972 msgid ""
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] [--] [<шаблон>…]"
14976
14977 #: builtin/show-ref.c:12
14978 msgid "git show-ref --exclude-existing[=<pattern>]"
14979 msgstr "git show-ref --exclude-existing[=<шаблон>]"
14980
14981 #: builtin/show-ref.c:160
14982 msgid "only show tags (can be combined with heads)"
14983 msgstr "вывести только метки (можно использовать одновременно с --heads)"
14984
14985 #: builtin/show-ref.c:161
14986 msgid "only show heads (can be combined with tags)"
14987 msgstr "вывести только головы (можно использовать одновременно с --tags)"
14988
14989 #: builtin/show-ref.c:162
14990 msgid "stricter reference checking, requires exact ref path"
14991 msgstr "более строгая проверка ссылок, требует точный путь ссылки"
14992
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, даже если она будет отфильтрована"
14996
14997 #: builtin/show-ref.c:169
14998 msgid "dereference tags into object IDs"
14999 msgstr "разыменовать метки в идентификаторы объектов"
15000
15001 #: builtin/show-ref.c:171
15002 msgid "only show SHA1 hash using <n> digits"
15003 msgstr "использовать <n> цифр для вывода SHA-1"
15004
15005 #: builtin/show-ref.c:175
15006 msgid "do not print results to stdout (useful with --verify)"
15007 msgstr "не печатать результат на стандартный вывод (полезно с опцией «--verify»)"
15008
15009 #: builtin/show-ref.c:177
15010 msgid "show refs from stdin that aren't in local repository"
15011 msgstr "вывести ссылки со стандартного ввода, которых нет в локальном репозитории"
15012
15013 #: builtin/stripspace.c:18
15014 msgid "git stripspace [-s | --strip-comments]"
15015 msgstr "git stripspace [-s | --strip-comments]"
15016
15017 #: builtin/stripspace.c:19
15018 msgid "git stripspace [-c | --comment-lines]"
15019 msgstr "git stripspace [-c | --comment-lines]"
15020
15021 #: builtin/stripspace.c:36
15022 msgid "skip and remove all lines starting with comment character"
15023 msgstr "пропустить и удалить все строки, начинающиеся с символа комметария"
15024
15025 #: builtin/stripspace.c:39
15026 msgid "prepend comment character and space to each line"
15027 msgstr "добавить перед каждой строкой символ комметария и пробел"
15028
15029 #: builtin/submodule--helper.c:37 builtin/submodule--helper.c:1833
15030 #, c-format
15031 msgid "No such ref: %s"
15032 msgstr "Нет такой ссылки: %s"
15033
15034 #: builtin/submodule--helper.c:44 builtin/submodule--helper.c:1842
15035 #, c-format
15036 msgid "Expecting a full ref name, got %s"
15037 msgstr "Ожидалось полное имя ссылки, а получено %s"
15038
15039 #: builtin/submodule--helper.c:61
15040 msgid "submodule--helper print-default-remote takes no arguments"
15041 msgstr ""
15042
15043 #: builtin/submodule--helper.c:99
15044 #, c-format
15045 msgid "cannot strip one component off url '%s'"
15046 msgstr "не удалось обрезать один компонент url «%s»"
15047
15048 #: builtin/submodule--helper.c:407 builtin/submodule--helper.c:1356
15049 msgid "alternative anchor for relative paths"
15050 msgstr "альтернативный символ для относительных путей"
15051
15052 #: builtin/submodule--helper.c:412
15053 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
15054 msgstr "git submodule--helper list [--prefix=<путь>] [<путь>…]"
15055
15056 #: builtin/submodule--helper.c:469 builtin/submodule--helper.c:606
15057 #: builtin/submodule--helper.c:629
15058 #, c-format
15059 msgid "No url found for submodule path '%s' in .gitmodules"
15060 msgstr "URL для подмодуля по пути «%s» не найден в .gitmodules"
15061
15062 #: builtin/submodule--helper.c:521
15063 #, c-format
15064 msgid "Entering '%s'\n"
15065 msgstr ""
15066
15067 #: builtin/submodule--helper.c:524
15068 #, c-format
15069 msgid ""
15070 "run_command returned non-zero status for %s\n"
15071 "."
15072 msgstr ""
15073
15074 #: builtin/submodule--helper.c:545
15075 #, c-format
15076 msgid ""
15077 "run_command returned non-zero status whilerecursing in the nested submodules of %s\n"
15078 "."
15079 msgstr ""
15080
15081 #: builtin/submodule--helper.c:561
15082 msgid "Suppress output of entering each submodule command"
15083 msgstr ""
15084
15085 #: builtin/submodule--helper.c:563 builtin/submodule--helper.c:1040
15086 msgid "Recurse into nested submodules"
15087 msgstr ""
15088
15089 #: builtin/submodule--helper.c:568
15090 msgid "git submodule--helper foreach [--quiet] [--recursive] <command>"
15091 msgstr "git submodule--helper foreach [--quiet] [--recursive] <команда>"
15092
15093 #: builtin/submodule--helper.c:644
15094 #, c-format
15095 msgid ""
15096 "could not lookup configuration '%s'. Assuming this repository is its own "
15097 "authoritative upstream."
15098 msgstr "не удалось запросить конфигурацию «%s». Предполагаю, что этот репозиторий имеет свой собственный вышестоящий репозиторий."
15099
15100 #: builtin/submodule--helper.c:655
15101 #, c-format
15102 msgid "Failed to register url for submodule path '%s'"
15103 msgstr "Сбой регистрации адреса для пути подмодуля «%s»"
15104
15105 #: builtin/submodule--helper.c:659
15106 #, c-format
15107 msgid "Submodule '%s' (%s) registered for path '%s'\n"
15108 msgstr "Подмодуль «%s» (%s) зарегистрирован по пути «%s»\n"
15109
15110 #: builtin/submodule--helper.c:669
15111 #, c-format
15112 msgid "warning: command update mode suggested for submodule '%s'\n"
15113 msgstr "внимание: предполагаемый режим обновления для подмодуля «%s»\n"
15114
15115 #: builtin/submodule--helper.c:676
15116 #, c-format
15117 msgid "Failed to register update mode for submodule path '%s'"
15118 msgstr "Сбой регистрации режима обновления для пути подмодуля «%s»"
15119
15120 #: builtin/submodule--helper.c:698
15121 msgid "Suppress output for initializing a submodule"
15122 msgstr "Не выводить информацию о инициализации подмодуля"
15123
15124 #: builtin/submodule--helper.c:703
15125 msgid "git submodule--helper init [<path>]"
15126 msgstr "git submodule--helper init [<путь>]"
15127
15128 #: builtin/submodule--helper.c:775 builtin/submodule--helper.c:901
15129 #, c-format
15130 msgid "no submodule mapping found in .gitmodules for path '%s'"
15131 msgstr "не найдено соответствие подмодулей в .gitmodules для пути «%s»"
15132
15133 #: builtin/submodule--helper.c:814
15134 #, c-format
15135 msgid "could not resolve HEAD ref inside the submodule '%s'"
15136 msgstr "не удалось найти HEAD ссылку внутри подмодуля «%s»"
15137
15138 #: builtin/submodule--helper.c:841 builtin/submodule--helper.c:1010
15139 #, c-format
15140 msgid "failed to recurse into submodule '%s'"
15141 msgstr "не удалось перейти вглубь подмодуля «%s»"
15142
15143 #: builtin/submodule--helper.c:865 builtin/submodule--helper.c:1176
15144 msgid "Suppress submodule status output"
15145 msgstr "Не выводить статус подмодуля"
15146
15147 #: builtin/submodule--helper.c:866
15148 msgid ""
15149 "Use commit stored in the index instead of the one stored in the submodule "
15150 "HEAD"
15151 msgstr "Использовать коммит хранящийся в индексе вместо коммита хранящегося в HEAD подмодуля"
15152
15153 #: builtin/submodule--helper.c:867
15154 msgid "recurse into nested submodules"
15155 msgstr "проходить вглубь вложенных подмодулей"
15156
15157 #: builtin/submodule--helper.c:872
15158 msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
15159 msgstr "git submodule status [--quiet] [--cached] [--recursive] [<путь>…]"
15160
15161 #: builtin/submodule--helper.c:896
15162 msgid "git submodule--helper name <path>"
15163 msgstr "git submodule--helper name <путь>"
15164
15165 #: builtin/submodule--helper.c:960
15166 #, c-format
15167 msgid "Synchronizing submodule url for '%s'\n"
15168 msgstr ""
15169
15170 #: builtin/submodule--helper.c:966
15171 #, c-format
15172 msgid "failed to register url for submodule path '%s'"
15173 msgstr ""
15174
15175 #: builtin/submodule--helper.c:980
15176 #, c-format
15177 msgid "failed to get the default remote for submodule '%s'"
15178 msgstr ""
15179
15180 #: builtin/submodule--helper.c:991
15181 #, c-format
15182 msgid "failed to update remote for submodule '%s'"
15183 msgstr ""
15184
15185 #: builtin/submodule--helper.c:1038
15186 msgid "Suppress output of synchronizing submodule url"
15187 msgstr ""
15188
15189 #: builtin/submodule--helper.c:1045
15190 msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
15191 msgstr "git submodule--helper sync [--quiet] [--recursive] [<путь>]"
15192
15193 #: builtin/submodule--helper.c:1099
15194 #, c-format
15195 msgid ""
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)"
15198 msgstr ""
15199
15200 #: builtin/submodule--helper.c:1111
15201 #, c-format
15202 msgid ""
15203 "Submodule work tree '%s' contains local modifications; use '-f' to discard "
15204 "them"
15205 msgstr ""
15206
15207 #: builtin/submodule--helper.c:1119
15208 #, c-format
15209 msgid "Cleared directory '%s'\n"
15210 msgstr ""
15211
15212 #: builtin/submodule--helper.c:1121
15213 #, c-format
15214 msgid "Could not remove submodule work tree '%s'\n"
15215 msgstr ""
15216
15217 #: builtin/submodule--helper.c:1132
15218 #, c-format
15219 msgid "could not create empty submodule directory %s"
15220 msgstr ""
15221
15222 #: builtin/submodule--helper.c:1148
15223 #, c-format
15224 msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
15225 msgstr ""
15226
15227 #: builtin/submodule--helper.c:1177
15228 msgid "Remove submodule working trees even if they contain local changes"
15229 msgstr ""
15230
15231 #: builtin/submodule--helper.c:1178
15232 msgid "Unregister all submodules"
15233 msgstr ""
15234
15235 #: builtin/submodule--helper.c:1183
15236 msgid ""
15237 "git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
15238 msgstr "git submodule deinit [--quiet] [-f | --force] [--all | [--] [<путь>…]]"
15239
15240 #: builtin/submodule--helper.c:1197
15241 msgid "Use '--all' if you really want to deinitialize all submodules"
15242 msgstr "Используйте «--all», если вы действительно хотите деинициализировать все подмодули"
15243
15244 #: builtin/submodule--helper.c:1290 builtin/submodule--helper.c:1293
15245 #, c-format
15246 msgid "submodule '%s' cannot add alternate: %s"
15247 msgstr "подмодулю «%s» не удалось добавить альтернативу: %s"
15248
15249 #: builtin/submodule--helper.c:1329
15250 #, c-format
15251 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
15252 msgstr "Значение «%s» для параметра submodule.alternateErrorStrategy не рапознано"
15253
15254 #: builtin/submodule--helper.c:1336
15255 #, c-format
15256 msgid "Value '%s' for submodule.alternateLocation is not recognized"
15257 msgstr "Значение «%s» для параметра submodule.alternateLocation не рапознано"
15258
15259 #: builtin/submodule--helper.c:1359
15260 msgid "where the new submodule will be cloned to"
15261 msgstr "куда должен быть склонирован новый подмодуль"
15262
15263 #: builtin/submodule--helper.c:1362
15264 msgid "name of the new submodule"
15265 msgstr "имя нового подмодуля"
15266
15267 #: builtin/submodule--helper.c:1365
15268 msgid "url where to clone the submodule from"
15269 msgstr "url откуда должен был склонирован новый подмодуль"
15270
15271 #: builtin/submodule--helper.c:1373
15272 msgid "depth for shallow clones"
15273 msgstr "глубина для частичного клона"
15274
15275 #: builtin/submodule--helper.c:1376 builtin/submodule--helper.c:1751
15276 msgid "force cloning progress"
15277 msgstr "принудительно выводить прогресс клонирования"
15278
15279 #: builtin/submodule--helper.c:1381
15280 msgid ""
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 <путь>"
15284
15285 #: builtin/submodule--helper.c:1412
15286 #, c-format
15287 msgid "clone of '%s' into submodule path '%s' failed"
15288 msgstr "не удалось клонировать «%s» в подмодуль по пути «%s»"
15289
15290 #: builtin/submodule--helper.c:1426
15291 #, c-format
15292 msgid "could not get submodule directory for '%s'"
15293 msgstr "не удалось получить каталог для подмодуля «%s»"
15294
15295 #: builtin/submodule--helper.c:1492
15296 #, c-format
15297 msgid "Submodule path '%s' not initialized"
15298 msgstr "Подмодуль по пути «%s» не инициализирован"
15299
15300 #: builtin/submodule--helper.c:1496
15301 msgid "Maybe you want to use 'update --init'?"
15302 msgstr "Возможно, вы хотели использовать «update --init»?"
15303
15304 #: builtin/submodule--helper.c:1525
15305 #, c-format
15306 msgid "Skipping unmerged submodule %s"
15307 msgstr "Пропуск не слитого подмодуля %s"
15308
15309 #: builtin/submodule--helper.c:1554
15310 #, c-format
15311 msgid "Skipping submodule '%s'"
15312 msgstr "Пропуск подмодуля «%s»"
15313
15314 #: builtin/submodule--helper.c:1689
15315 #, c-format
15316 msgid "Failed to clone '%s'. Retry scheduled"
15317 msgstr "Не удалось клонировать «%s». Запланирована повторная попытка"
15318
15319 #: builtin/submodule--helper.c:1700
15320 #, c-format
15321 msgid "Failed to clone '%s' a second time, aborting"
15322 msgstr "Не удалось клонировать «%s» со второй попытки, отмена"
15323
15324 #: builtin/submodule--helper.c:1730 builtin/submodule--helper.c:1953
15325 msgid "path into the working tree"
15326 msgstr "путь в рабочем каталоге"
15327
15328 #: builtin/submodule--helper.c:1733
15329 msgid "path into the working tree, across nested submodule boundaries"
15330 msgstr "путь в рабочем каталоге, в пределах границ подмодуля"
15331
15332 #: builtin/submodule--helper.c:1737
15333 msgid "rebase, merge, checkout or none"
15334 msgstr "rebase, merge, checkout или none"
15335
15336 #: builtin/submodule--helper.c:1743
15337 msgid "Create a shallow clone truncated to the specified number of revisions"
15338 msgstr "Создать частичный клон, ограниченный указанным количеством редакций"
15339
15340 #: builtin/submodule--helper.c:1746
15341 msgid "parallel jobs"
15342 msgstr "параллельные задачи"
15343
15344 #: builtin/submodule--helper.c:1748
15345 msgid "whether the initial clone should follow the shallow recommendation"
15346 msgstr "должен ли изначальный процесс клонирования следовать рекомендации о частичности"
15347
15348 #: builtin/submodule--helper.c:1749
15349 msgid "don't print cloning progress"
15350 msgstr "вы выводить прогресс клонирования"
15351
15352 #: builtin/submodule--helper.c:1756
15353 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
15354 msgstr "git submodule--helper update_clone [--prefix=<путь>] [<путь>…]"
15355
15356 #: builtin/submodule--helper.c:1769
15357 msgid "bad value for update parameter"
15358 msgstr "плохое значение для параметра update"
15359
15360 #: builtin/submodule--helper.c:1837
15361 #, c-format
15362 msgid ""
15363 "Submodule (%s) branch configured to inherit branch from superproject, but "
15364 "the superproject is not on any branch"
15365 msgstr "Ветка подмодуля (%s) настроена на наследование ветки из родительского проекта, но он не находится ни на одной ветке"
15366
15367 #: builtin/submodule--helper.c:1954
15368 msgid "recurse into submodules"
15369 msgstr "рекурсивно по подмодулям"
15370
15371 #: builtin/submodule--helper.c:1960
15372 msgid "git submodule--helper embed-git-dir [<path>...]"
15373 msgstr "git submodule--helper embed-git-dir [<путь>…]"
15374
15375 #: builtin/submodule--helper.c:2071
15376 #, c-format
15377 msgid "%s doesn't support --super-prefix"
15378 msgstr "%s не поддерживает параметр --super-prefix"
15379
15380 #: builtin/submodule--helper.c:2077
15381 #, c-format
15382 msgid "'%s' is not a valid submodule--helper subcommand"
15383 msgstr "«%s» не является подкомандой submodule--helper"
15384
15385 #: builtin/symbolic-ref.c:8
15386 msgid "git symbolic-ref [<options>] <name> [<ref>]"
15387 msgstr "git symbolic-ref [<опции>] <имя> [<ссылка>]"
15388
15389 #: builtin/symbolic-ref.c:9
15390 msgid "git symbolic-ref -d [-q] <name>"
15391 msgstr "git symbolic-ref -d [-q] <имя>"
15392
15393 #: builtin/symbolic-ref.c:40
15394 msgid "suppress error message for non-symbolic (detached) refs"
15395 msgstr "не выводить сообщения об ошибках для несимвольных (отсоединенных) ссылок"
15396
15397 #: builtin/symbolic-ref.c:41
15398 msgid "delete symbolic ref"
15399 msgstr "удалить символьные ссылки"
15400
15401 #: builtin/symbolic-ref.c:42
15402 msgid "shorten ref output"
15403 msgstr "укороченный вывод ссылок"
15404
15405 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
15406 msgid "reason"
15407 msgstr "причина"
15408
15409 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
15410 msgid "reason of the update"
15411 msgstr "причина обновления"
15412
15413 #: builtin/tag.c:25
15414 msgid ""
15415 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
15416 "[<head>]"
15417 msgstr "git tag [-a | -s | -u <идентификатор-ключа>] [-f] [-m <сообщение> | -F <файл>] <имя-метки> [<редакция>]"
15418
15419 #: builtin/tag.c:26
15420 msgid "git tag -d <tagname>..."
15421 msgstr "git tag -d <имя-метки>…"
15422
15423 #: builtin/tag.c:27
15424 msgid ""
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 [<коммит>]] [<шаблон>…]"
15428
15429 #: builtin/tag.c:29
15430 msgid "git tag -v [--format=<format>] <tagname>..."
15431 msgstr "git tag -v [--format=<формат>] <имя-метки>…"
15432
15433 #: builtin/tag.c:87
15434 #, c-format
15435 msgid "tag '%s' not found."
15436 msgstr "метка «%s» не найдена."
15437
15438 #: builtin/tag.c:103
15439 #, c-format
15440 msgid "Deleted tag '%s' (was %s)\n"
15441 msgstr "Метка «%s» удалена (была %s)\n"
15442
15443 #: builtin/tag.c:133
15444 #, c-format
15445 msgid ""
15446 "\n"
15447 "Write a message for tag:\n"
15448 " %s\n"
15449 "Lines starting with '%c' will be ignored.\n"
15450 msgstr "\nВведите сообщение для метки:\n %s\nСтроки, начинающиеся с «%c» будут проигнорированы.\n"
15451
15452 #: builtin/tag.c:137
15453 #, c-format
15454 msgid ""
15455 "\n"
15456 "Write a message for tag:\n"
15457 " %s\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"
15460
15461 #: builtin/tag.c:191
15462 msgid "unable to sign the tag"
15463 msgstr "не удалось подписать метку"
15464
15465 #: builtin/tag.c:193
15466 msgid "unable to write tag file"
15467 msgstr "не удалось записать файл метки"
15468
15469 #: builtin/tag.c:218
15470 msgid "bad object type."
15471 msgstr "неправильный тип объекта"
15472
15473 #: builtin/tag.c:267
15474 msgid "no tag message?"
15475 msgstr "нет описания метки?"
15476
15477 #: builtin/tag.c:274
15478 #, c-format
15479 msgid "The tag message has been left in %s\n"
15480 msgstr "Сообщение метки было оставлено в %s\n"
15481
15482 #: builtin/tag.c:383
15483 msgid "list tag names"
15484 msgstr "список названий меток"
15485
15486 #: builtin/tag.c:385
15487 msgid "print <n> lines of each tag message"
15488 msgstr "печатать <n> строк описания от каждой метки"
15489
15490 #: builtin/tag.c:387
15491 msgid "delete tags"
15492 msgstr "удалить метки"
15493
15494 #: builtin/tag.c:388
15495 msgid "verify tags"
15496 msgstr "проверить метки"
15497
15498 #: builtin/tag.c:390
15499 msgid "Tag creation options"
15500 msgstr "Настройки создания метки"
15501
15502 #: builtin/tag.c:392
15503 msgid "annotated tag, needs a message"
15504 msgstr "для аннотированной метки нужно сообщение"
15505
15506 #: builtin/tag.c:394
15507 msgid "tag message"
15508 msgstr "описание метки"
15509
15510 #: builtin/tag.c:396
15511 msgid "force edit of tag message"
15512 msgstr ""
15513
15514 #: builtin/tag.c:397
15515 msgid "annotated and GPG-signed tag"
15516 msgstr "аннотированная и подписанная с помощью GPG метка"
15517
15518 #: builtin/tag.c:401
15519 msgid "use another key to sign the tag"
15520 msgstr "использовать другой ключ для подписания метки"
15521
15522 #: builtin/tag.c:402
15523 msgid "replace the tag if exists"
15524 msgstr "замена метки, если она существует"
15525
15526 #: builtin/tag.c:403 builtin/update-ref.c:369
15527 msgid "create a reflog"
15528 msgstr "создать журнал ссылок"
15529
15530 #: builtin/tag.c:405
15531 msgid "Tag listing options"
15532 msgstr "Настройки вывода списка меток"
15533
15534 #: builtin/tag.c:406
15535 msgid "show tag list in columns"
15536 msgstr "показать список меток по столбцам"
15537
15538 #: builtin/tag.c:407 builtin/tag.c:409
15539 msgid "print only tags that contain the commit"
15540 msgstr "вывод только меток, которые содержат коммит"
15541
15542 #: builtin/tag.c:408 builtin/tag.c:410
15543 msgid "print only tags that don't contain the commit"
15544 msgstr "вывод только меток, которые не содержат коммит"
15545
15546 #: builtin/tag.c:411
15547 msgid "print only tags that are merged"
15548 msgstr "вывод только слитых меток"
15549
15550 #: builtin/tag.c:412
15551 msgid "print only tags that are not merged"
15552 msgstr "вывод только не слитых меток"
15553
15554 #: builtin/tag.c:417
15555 msgid "print only tags of the object"
15556 msgstr "вывод только меток, определенного объекта"
15557
15558 #: builtin/tag.c:461
15559 msgid "--column and -n are incompatible"
15560 msgstr "--column и -n нельзя использовать одновременно"
15561
15562 #: builtin/tag.c:483
15563 msgid "-n option is only allowed in list mode"
15564 msgstr "опцию -n можно использовать только в режиме списка"
15565
15566 #: builtin/tag.c:485
15567 msgid "--contains option is only allowed in list mode"
15568 msgstr "опцию --contains можно использовать только в режиме списка"
15569
15570 #: builtin/tag.c:487
15571 msgid "--no-contains option is only allowed in list mode"
15572 msgstr "опцию --no-contains можно использовать только в режиме списка"
15573
15574 #: builtin/tag.c:489
15575 msgid "--points-at option is only allowed in list mode"
15576 msgstr "опцию --points-at можно использовать только в режиме списка"
15577
15578 #: builtin/tag.c:491
15579 msgid "--merged and --no-merged options are only allowed in list mode"
15580 msgstr "опции --merged и --no-merged можно использовать только в режиме списка"
15581
15582 #: builtin/tag.c:502
15583 msgid "only one -F or -m option is allowed."
15584 msgstr "-F и -m нельзя использовать одновременно."
15585
15586 #: builtin/tag.c:521
15587 msgid "too many params"
15588 msgstr "передано слишком много параметров"
15589
15590 #: builtin/tag.c:527
15591 #, c-format
15592 msgid "'%s' is not a valid tag name."
15593 msgstr "«%s» не является допустимым именем метки."
15594
15595 #: builtin/tag.c:532
15596 #, c-format
15597 msgid "tag '%s' already exists"
15598 msgstr "метка «%s» уже существует"
15599
15600 #: builtin/tag.c:563
15601 #, c-format
15602 msgid "Updated tag '%s' (was %s)\n"
15603 msgstr "Метка «%s» обновлена (была %s)\n"
15604
15605 #: builtin/unpack-objects.c:500
15606 msgid "Unpacking objects"
15607 msgstr "Распаковка объектов"
15608
15609 #: builtin/update-index.c:82
15610 #, c-format
15611 msgid "failed to create directory %s"
15612 msgstr "не удалось создать каталог %s"
15613
15614 #: builtin/update-index.c:98
15615 #, c-format
15616 msgid "failed to create file %s"
15617 msgstr "не удалось создать файл %s"
15618
15619 #: builtin/update-index.c:106
15620 #, c-format
15621 msgid "failed to delete file %s"
15622 msgstr "не удалось удалить файл %s"
15623
15624 #: builtin/update-index.c:113 builtin/update-index.c:219
15625 #, c-format
15626 msgid "failed to delete directory %s"
15627 msgstr "не удалось удалить каталог %s"
15628
15629 #: builtin/update-index.c:138
15630 #, c-format
15631 msgid "Testing mtime in '%s' "
15632 msgstr "Проверка mtime в «%s» "
15633
15634 #: builtin/update-index.c:152
15635 msgid "directory stat info does not change after adding a new file"
15636 msgstr "информация статистики каталога не изменяется после добавления нового файла"
15637
15638 #: builtin/update-index.c:165
15639 msgid "directory stat info does not change after adding a new directory"
15640 msgstr "информация статистики каталога не изменяется после добавления нового каталога"
15641
15642 #: builtin/update-index.c:178
15643 msgid "directory stat info changes after updating a file"
15644 msgstr "информация статистики каталога изменяется после добавления нового файла"
15645
15646 #: builtin/update-index.c:189
15647 msgid "directory stat info changes after adding a file inside subdirectory"
15648 msgstr "информация статистики каталога изменяется после добавления нового файла внутри подкаталога"
15649
15650 #: builtin/update-index.c:200
15651 msgid "directory stat info does not change after deleting a file"
15652 msgstr "информация статистики каталога не изменяется после удаления файла"
15653
15654 #: builtin/update-index.c:213
15655 msgid "directory stat info does not change after deleting a directory"
15656 msgstr "информация статистики каталога не изменяется после удаления каталога"
15657
15658 #: builtin/update-index.c:220
15659 msgid " OK"
15660 msgstr " OK"
15661
15662 #: builtin/update-index.c:588
15663 msgid "git update-index [<options>] [--] [<file>...]"
15664 msgstr "git update-index [<опции>] [--] [<файл>…]"
15665
15666 #: builtin/update-index.c:944
15667 msgid "continue refresh even when index needs update"
15668 msgstr "продолжить обновление, даже если индекс требует обновления"
15669
15670 #: builtin/update-index.c:947
15671 msgid "refresh: ignore submodules"
15672 msgstr "обновление: игнорировать подмодули"
15673
15674 #: builtin/update-index.c:950
15675 msgid "do not ignore new files"
15676 msgstr "не игнорировать новые файлы"
15677
15678 #: builtin/update-index.c:952
15679 msgid "let files replace directories and vice-versa"
15680 msgstr "разрешить файлам заменять каталоги и наоборот"
15681
15682 #: builtin/update-index.c:954
15683 msgid "notice files missing from worktree"
15684 msgstr "замечать файлы отсутствующие в рабочем каталоге"
15685
15686 #: builtin/update-index.c:956
15687 msgid "refresh even if index contains unmerged entries"
15688 msgstr "обновить, даже если в индексе имеются не слитые записи"
15689
15690 #: builtin/update-index.c:959
15691 msgid "refresh stat information"
15692 msgstr "обновить информацию о статусе файлов"
15693
15694 #: builtin/update-index.c:963
15695 msgid "like --refresh, but ignore assume-unchanged setting"
15696 msgstr "как --refresh, но игнорировать настройку assume-unchanged"
15697
15698 #: builtin/update-index.c:967
15699 msgid "<mode>,<object>,<path>"
15700 msgstr "<режим доступа>,<объект>,<путь>"
15701
15702 #: builtin/update-index.c:968
15703 msgid "add the specified entry to the index"
15704 msgstr "добавить указанную запись в индекс"
15705
15706 #: builtin/update-index.c:977
15707 msgid "mark files as \"not changing\""
15708 msgstr "пометить файлы как «не измененные»"
15709
15710 #: builtin/update-index.c:980
15711 msgid "clear assumed-unchanged bit"
15712 msgstr "убрать пометку assumed-unchanged"
15713
15714 #: builtin/update-index.c:983
15715 msgid "mark files as \"index-only\""
15716 msgstr "пометить файлы как «только в индексе»"
15717
15718 #: builtin/update-index.c:986
15719 msgid "clear skip-worktree bit"
15720 msgstr "убрать пометку skip-worktree"
15721
15722 #: builtin/update-index.c:989
15723 msgid "add to index only; do not add content to object database"
15724 msgstr "только добавить в индекс; не добавлять содержимое в базу данных объектов"
15725
15726 #: builtin/update-index.c:991
15727 msgid "remove named paths even if present in worktree"
15728 msgstr "удалить указанные пути, даже если они существуют в рабочем каталоге"
15729
15730 #: builtin/update-index.c:993
15731 msgid "with --stdin: input lines are terminated by null bytes"
15732 msgstr "с опцией --stdin: строки на вводе отделяются НУЛЕВЫМ байтом"
15733
15734 #: builtin/update-index.c:995
15735 msgid "read list of paths to be updated from standard input"
15736 msgstr "прочитать список обновляемых путей из стандартного ввода"
15737
15738 #: builtin/update-index.c:999
15739 msgid "add entries from standard input to the index"
15740 msgstr "добавить записи из стандартного ввода в индекс"
15741
15742 #: builtin/update-index.c:1003
15743 msgid "repopulate stages #2 and #3 for the listed paths"
15744 msgstr "заново заполнить индекс #2 и #3 для указанных путей"
15745
15746 #: builtin/update-index.c:1007
15747 msgid "only update entries that differ from HEAD"
15748 msgstr "обновить только записи, которые отличаются от HEAD"
15749
15750 #: builtin/update-index.c:1011
15751 msgid "ignore files missing from worktree"
15752 msgstr "игнорировать файлы, отсутствующие в рабочем каталоге"
15753
15754 #: builtin/update-index.c:1014
15755 msgid "report actions to standard output"
15756 msgstr "вывести выполняемые действия на стандартный вывод"
15757
15758 #: builtin/update-index.c:1016
15759 msgid "(for porcelains) forget saved unresolved conflicts"
15760 msgstr "(для машинной обработки) забыть сохраненные неразрешенные конфликты"
15761
15762 #: builtin/update-index.c:1020
15763 msgid "write index in this format"
15764 msgstr "записать индекс в указанном формате"
15765
15766 #: builtin/update-index.c:1022
15767 msgid "enable or disable split index"
15768 msgstr "разрешить или запретить раздельный индекс"
15769
15770 #: builtin/update-index.c:1024
15771 msgid "enable/disable untracked cache"
15772 msgstr "включить/отключить кэш неотслеживаемых файлов"
15773
15774 #: builtin/update-index.c:1026
15775 msgid "test if the filesystem supports untracked cache"
15776 msgstr "проверить, что файловая система поддерживает кэш неотслеживаемых файлов"
15777
15778 #: builtin/update-index.c:1028
15779 msgid "enable untracked cache without testing the filesystem"
15780 msgstr "включить кэш неотслеживаемых файлов без проверки файловой системы"
15781
15782 #: builtin/update-index.c:1030
15783 msgid "write out the index even if is not flagged as changed"
15784 msgstr "записать индекс, даже если он не помечен как измененный"
15785
15786 #: builtin/update-index.c:1032
15787 msgid "enable or disable file system monitor"
15788 msgstr "включить или выключить мониторинг файловой системы"
15789
15790 #: builtin/update-index.c:1034
15791 msgid "mark files as fsmonitor valid"
15792 msgstr "пометить файл как действительный в мониторе файловой системы"
15793
15794 #: builtin/update-index.c:1037
15795 msgid "clear fsmonitor valid bit"
15796 msgstr "снять пометку действительности мониторе файловой системы"
15797
15798 #: builtin/update-index.c:1136
15799 msgid ""
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; удалите или измените его, если вы действительно хотите включить разделенный индекс"
15803
15804 #: builtin/update-index.c:1145
15805 msgid ""
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; удалите или измените его, если вы действительно хотите отключить разделенный индекс"
15809
15810 #: builtin/update-index.c:1156
15811 msgid ""
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; удалите или измените его, если вы действительно хотите удалить кэш неотслеживаемых файлов"
15815
15816 #: builtin/update-index.c:1160
15817 msgid "Untracked cache disabled"
15818 msgstr "Кэш неотслеживаемых файлов отключен"
15819
15820 #: builtin/update-index.c:1168
15821 msgid ""
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; удалите или измените его, если вы действительно хотите включить кэш неотслеживаемых файлов"
15825
15826 #: builtin/update-index.c:1172
15827 #, c-format
15828 msgid "Untracked cache enabled for '%s'"
15829 msgstr "Кэш неотслеживаемых файлов включен для «%s»"
15830
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 не установлен; установите его если вы действительно хотите включить мониторинг файловой системы"
15834
15835 #: builtin/update-index.c:1184
15836 msgid "fsmonitor enabled"
15837 msgstr "мониторинг файловой системы включён"
15838
15839 #: builtin/update-index.c:1187
15840 msgid ""
15841 "core.fsmonitor is set; remove it if you really want to disable fsmonitor"
15842 msgstr "параметр core.fsmonitor установлен; удалите его если вы действительно хотите выключить мониторинг файловой системы"
15843
15844 #: builtin/update-index.c:1191
15845 msgid "fsmonitor disabled"
15846 msgstr "мониторинг файловой системы выключён"
15847
15848 #: builtin/update-ref.c:10
15849 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
15850 msgstr "git update-ref [<опции>] -d <имя-ссылки> [<старое-значение>]"
15851
15852 #: builtin/update-ref.c:11
15853 msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
15854 msgstr "git update-ref [<опции>] <имя-ссылки> <новое-значение> [<старое-значение>]"
15855
15856 #: builtin/update-ref.c:12
15857 msgid "git update-ref [<options>] --stdin [-z]"
15858 msgstr "git update-ref [<опции>] --stdin [-z]"
15859
15860 #: builtin/update-ref.c:364
15861 msgid "delete the reference"
15862 msgstr "удалить ссылку"
15863
15864 #: builtin/update-ref.c:366
15865 msgid "update <refname> not the one it points to"
15866 msgstr "обновить <имя-ссылки> а не то, на что она указывает"
15867
15868 #: builtin/update-ref.c:367
15869 msgid "stdin has NUL-terminated arguments"
15870 msgstr "ввод отделённый НУЛЕВЫМИ символами"
15871
15872 #: builtin/update-ref.c:368
15873 msgid "read updates from stdin"
15874 msgstr "прочитать обновления из стандартного ввода"
15875
15876 #: builtin/update-server-info.c:7
15877 msgid "git update-server-info [--force]"
15878 msgstr "git update-server-info [--force]"
15879
15880 #: builtin/update-server-info.c:15
15881 msgid "update the info files from scratch"
15882 msgstr "обновить информацию о серверах с нуля"
15883
15884 #: builtin/upload-pack.c:11
15885 msgid "git upload-pack [<options>] <dir>"
15886 msgstr "git upload-pack [<опции>] <каталог>"
15887
15888 #: builtin/upload-pack.c:25
15889 msgid "exit immediately after initial ref advertisement"
15890 msgstr "выходить сразу после начального объявления списка ссылок"
15891
15892 #: builtin/upload-pack.c:27
15893 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
15894 msgstr "не проверять <каталог>/.git/ если <каталог> не является каталогом Git"
15895
15896 #: builtin/upload-pack.c:29
15897 msgid "interrupt transfer after <n> seconds of inactivity"
15898 msgstr "прервать передачу после <кол> секунд простоя"
15899
15900 #: builtin/verify-commit.c:20
15901 msgid "git verify-commit [-v | --verbose] <commit>..."
15902 msgstr "git verify-commit [-v | --verbose] <коммит>…"
15903
15904 #: builtin/verify-commit.c:76
15905 msgid "print commit contents"
15906 msgstr "вывести содержимое коммита"
15907
15908 #: builtin/verify-commit.c:77 builtin/verify-tag.c:38
15909 msgid "print raw gpg status output"
15910 msgstr "выводить сырой вывод статуса от gpg"
15911
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] <пакет>…"
15915
15916 #: builtin/verify-pack.c:65
15917 msgid "verbose"
15918 msgstr "быть многословнее"
15919
15920 #: builtin/verify-pack.c:67
15921 msgid "show statistics only"
15922 msgstr "вывести только статистику"
15923
15924 #: builtin/verify-tag.c:19
15925 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
15926 msgstr "git verify-tag [-v | --verbose] [--format=<формат>] <метка>…"
15927
15928 #: builtin/verify-tag.c:37
15929 msgid "print tag contents"
15930 msgstr "вывести содержимое метки"
15931
15932 #: builtin/worktree.c:17
15933 msgid "git worktree add [<options>] <path> [<commit-ish>]"
15934 msgstr "git worktree add [<опции>] <путь> [<указатель-коммита>]"
15935
15936 #: builtin/worktree.c:18
15937 msgid "git worktree list [<options>]"
15938 msgstr "git worktree list [<опции>]"
15939
15940 #: builtin/worktree.c:19
15941 msgid "git worktree lock [<options>] <path>"
15942 msgstr "git worktree lock [<опции>] <путь>"
15943
15944 #: builtin/worktree.c:20
15945 msgid "git worktree move <worktree> <new-path>"
15946 msgstr "git worktree move <рабочий-каталог> <новый-путь>"
15947
15948 #: builtin/worktree.c:21
15949 msgid "git worktree prune [<options>]"
15950 msgstr "git worktree prune [<опции>]"
15951
15952 #: builtin/worktree.c:22
15953 msgid "git worktree remove [<options>] <worktree>"
15954 msgstr "git worktree remove [<опции>] <рабочий-каталог>"
15955
15956 #: builtin/worktree.c:23
15957 msgid "git worktree unlock <path>"
15958 msgstr "git worktree unlock <путь>"
15959
15960 #: builtin/worktree.c:58
15961 #, c-format
15962 msgid "Removing worktrees/%s: not a valid directory"
15963 msgstr "Удаление рабочих каталогов/%s: не является каталогом"
15964
15965 #: builtin/worktree.c:64
15966 #, c-format
15967 msgid "Removing worktrees/%s: gitdir file does not exist"
15968 msgstr "Удаление рабочих каталогов/%s: файл gitdir не существует"
15969
15970 #: builtin/worktree.c:69 builtin/worktree.c:78
15971 #, c-format
15972 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
15973 msgstr "Удаление рабочих каталогов/%s: не удалось прочитать файл gitdir (%s)"
15974
15975 #: builtin/worktree.c:88
15976 #, c-format
15977 msgid ""
15978 "Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
15979 "%<PRIuMAX>)"
15980 msgstr "Удаление рабочего каталога/%s: прочитано мало данных (ожидалось %<PRIuMAX> байт, прочитано %<PRIuMAX>)"
15981
15982 #: builtin/worktree.c:96
15983 #, c-format
15984 msgid "Removing worktrees/%s: invalid gitdir file"
15985 msgstr "Удаление рабочих каталогов/%s: недействительный файл gitdir"
15986
15987 #: builtin/worktree.c:105
15988 #, c-format
15989 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
15990 msgstr "Удаление рабочих каталогов/%s: gitdir указывает на несуществующее расположение"
15991
15992 #: builtin/worktree.c:152
15993 msgid "report pruned working trees"
15994 msgstr "вывести список удаленных рабочих каталогов"
15995
15996 #: builtin/worktree.c:154
15997 msgid "expire working trees older than <time>"
15998 msgstr "удалить рабочие каталоги старее чем <дата-окончания>"
15999
16000 #: builtin/worktree.c:229
16001 #, c-format
16002 msgid "'%s' already exists"
16003 msgstr "«%s» уже существует"
16004
16005 #: builtin/worktree.c:260
16006 #, c-format
16007 msgid "could not create directory of '%s'"
16008 msgstr "не удалось создать каталог «%s»"
16009
16010 #: builtin/worktree.c:373 builtin/worktree.c:379
16011 #, c-format
16012 msgid "Preparing worktree (new branch '%s')"
16013 msgstr ""
16014
16015 #: builtin/worktree.c:375
16016 #, c-format
16017 msgid "Preparing worktree (resetting branch '%s'; was at %s)"
16018 msgstr ""
16019
16020 #: builtin/worktree.c:384
16021 #, c-format
16022 msgid "Preparing worktree (checking out '%s')"
16023 msgstr ""
16024
16025 #: builtin/worktree.c:390
16026 #, c-format
16027 msgid "Preparing worktree (detached HEAD %s)"
16028 msgstr ""
16029
16030 #: builtin/worktree.c:431
16031 msgid "checkout <branch> even if already checked out in other worktree"
16032 msgstr "переключиться на <ветка> даже если она уже активна в другом рабочесм каталоге"
16033
16034 #: builtin/worktree.c:434
16035 msgid "create a new branch"
16036 msgstr "создать новую ветку"
16037
16038 #: builtin/worktree.c:436
16039 msgid "create or reset a branch"
16040 msgstr "создать или перейти на ветку"
16041
16042 #: builtin/worktree.c:438
16043 msgid "populate the new working tree"
16044 msgstr "наполнить новый рабочий каталог"
16045
16046 #: builtin/worktree.c:439
16047 msgid "keep the new working tree locked"
16048 msgstr "держать рабочий каталог заблокированным"
16049
16050 #: builtin/worktree.c:441
16051 msgid "set up tracking mode (see git-branch(1))"
16052 msgstr "настроить режим отслеживания ветки (смотрите git-branch(1))"
16053
16054 #: builtin/worktree.c:444
16055 msgid "try to match the new branch name with a remote-tracking branch"
16056 msgstr "пытаться найти соответствие имени новой ветки с именем внешней ветки"
16057
16058 #: builtin/worktree.c:452
16059 msgid "-b, -B, and --detach are mutually exclusive"
16060 msgstr "-b, -B и --detach нельзя использовать одновременно"
16061
16062 #: builtin/worktree.c:511
16063 msgid "--[no-]track can only be used if a new branch is created"
16064 msgstr "--[no-]track можно использовать только когда вы создаёте новую ветку"
16065
16066 #: builtin/worktree.c:611
16067 msgid "reason for locking"
16068 msgstr "причина блокировки"
16069
16070 #: builtin/worktree.c:623 builtin/worktree.c:656 builtin/worktree.c:710
16071 #: builtin/worktree.c:850
16072 #, c-format
16073 msgid "'%s' is not a working tree"
16074 msgstr "«%s» не является рабочим каталогом"
16075
16076 #: builtin/worktree.c:625 builtin/worktree.c:658
16077 msgid "The main working tree cannot be locked or unlocked"
16078 msgstr "Главный рабочий каталог не может быть заблокирован или разблокирован"
16079
16080 #: builtin/worktree.c:630
16081 #, c-format
16082 msgid "'%s' is already locked, reason: %s"
16083 msgstr "«%s» уже заблокирован, причина: %s"
16084
16085 #: builtin/worktree.c:632
16086 #, c-format
16087 msgid "'%s' is already locked"
16088 msgstr "«%s» уже заблокирован"
16089
16090 #: builtin/worktree.c:660
16091 #, c-format
16092 msgid "'%s' is not locked"
16093 msgstr "«%s» не заблокирован"
16094
16095 #: builtin/worktree.c:685
16096 msgid "working trees containing submodules cannot be moved or removed"
16097 msgstr ""
16098
16099 #: builtin/worktree.c:712 builtin/worktree.c:852
16100 #, c-format
16101 msgid "'%s' is a main working tree"
16102 msgstr ""
16103
16104 #: builtin/worktree.c:717
16105 #, c-format
16106 msgid "could not figure out destination name from '%s'"
16107 msgstr ""
16108
16109 #: builtin/worktree.c:723
16110 #, c-format
16111 msgid "target '%s' already exists"
16112 msgstr ""
16113
16114 #: builtin/worktree.c:730
16115 #, c-format
16116 msgid "cannot move a locked working tree, lock reason: %s"
16117 msgstr ""
16118
16119 #: builtin/worktree.c:732
16120 msgid "cannot move a locked working tree"
16121 msgstr ""
16122
16123 #: builtin/worktree.c:735
16124 #, c-format
16125 msgid "validation failed, cannot move working tree: %s"
16126 msgstr ""
16127
16128 #: builtin/worktree.c:740
16129 #, c-format
16130 msgid "failed to move '%s' to '%s'"
16131 msgstr ""
16132
16133 #: builtin/worktree.c:788
16134 #, c-format
16135 msgid "failed to run 'git status' on '%s'"
16136 msgstr ""
16137
16138 #: builtin/worktree.c:792
16139 #, c-format
16140 msgid "'%s' is dirty, use --force to delete it"
16141 msgstr ""
16142
16143 #: builtin/worktree.c:797
16144 #, c-format
16145 msgid "failed to run 'git status' on '%s', code %d"
16146 msgstr ""
16147
16148 #: builtin/worktree.c:808 builtin/worktree.c:822
16149 #, c-format
16150 msgid "failed to delete '%s'"
16151 msgstr "не удалось удалить «%s»"
16152
16153 #: builtin/worktree.c:834
16154 msgid "force removing even if the worktree is dirty"
16155 msgstr ""
16156
16157 #: builtin/worktree.c:856
16158 #, c-format
16159 msgid "cannot remove a locked working tree, lock reason: %s"
16160 msgstr ""
16161
16162 #: builtin/worktree.c:858
16163 msgid "cannot remove a locked working tree"
16164 msgstr ""
16165
16166 #: builtin/worktree.c:861
16167 #, c-format
16168 msgid "validation failed, cannot remove working tree: %s"
16169 msgstr ""
16170
16171 #: builtin/write-tree.c:14
16172 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
16173 msgstr "git write-tree [--missing-ok] [--prefix=<префикс>/]"
16174
16175 #: builtin/write-tree.c:27
16176 msgid "<prefix>/"
16177 msgstr "<префикс>/"
16178
16179 #: builtin/write-tree.c:28
16180 msgid "write tree object for a subdirectory <prefix>"
16181 msgstr "вывести объект дерева для подкаталога с <префикс>"
16182
16183 #: builtin/write-tree.c:30
16184 msgid "only useful for debugging"
16185 msgstr "используется только при отладке"
16186
16187 #: credential-cache--daemon.c:222
16188 #, c-format
16189 msgid ""
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"
16192 "\n"
16193 "\tchmod 0700 %s"
16194 msgstr "Права доступа к вашему каталогу сокетов слишком свободны; друге пользователи могуи читать ваши закэшированные пароли доступа. Обдумайте запуск команды:\n\n\tchmod 0700 %s"
16195
16196 #: credential-cache--daemon.c:271
16197 msgid "print debugging messages to stderr"
16198 msgstr "вывод отладочных сообщений на stderr"
16199
16200 #: git.c:27
16201 msgid ""
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 <команда> [<аргументы>]"
16208
16209 #: git.c:34
16210 msgid ""
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 <термин>», чтобы прочесть о конкретных подкоманде или теме."
16215
16216 #: git.c:173
16217 #, c-format
16218 msgid "no directory given for --git-dir\n"
16219 msgstr ""
16220
16221 #: git.c:187
16222 #, c-format
16223 msgid "no namespace given for --namespace\n"
16224 msgstr ""
16225
16226 #: git.c:201
16227 #, c-format
16228 msgid "no directory given for --work-tree\n"
16229 msgstr ""
16230
16231 #: git.c:215
16232 #, c-format
16233 msgid "no prefix given for --super-prefix\n"
16234 msgstr ""
16235
16236 #: git.c:237
16237 #, c-format
16238 msgid "-c expects a configuration string\n"
16239 msgstr ""
16240
16241 #: git.c:275
16242 #, c-format
16243 msgid "no directory given for -C\n"
16244 msgstr ""
16245
16246 #: git.c:300
16247 #, c-format
16248 msgid "unknown option: %s\n"
16249 msgstr ""
16250
16251 #: git.c:770
16252 #, c-format
16253 msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
16254 msgstr ""
16255
16256 #: git.c:782
16257 #, c-format
16258 msgid "failed to run command '%s': %s\n"
16259 msgstr ""
16260
16261 #: http.c:348
16262 #, c-format
16263 msgid "negative value for http.postbuffer; defaulting to %d"
16264 msgstr "отрицательное значение http.postbuffer; использую стандартное значение %d"
16265
16266 #: http.c:369
16267 msgid "Delegation control is not supported with cURL < 7.22.0"
16268 msgstr "Делегация проверки полномочий не поддерживается с cURL < 7.22.0"
16269
16270 #: http.c:378
16271 msgid "Public key pinning not supported with cURL < 7.44.0"
16272 msgstr "Public key pinning не поддерживается с cURL < 7.44.0"
16273
16274 #: http.c:1854
16275 #, c-format
16276 msgid ""
16277 "unable to update url base from redirection:\n"
16278 " asked for: %s\n"
16279 " redirect: %s"
16280 msgstr "не удалось обновить базовый url из переадресации:\n запрошено: %s\n переадресовано: %s"
16281
16282 #: remote-curl.c:401
16283 #, c-format
16284 msgid "redirecting to %s"
16285 msgstr "переадресация на %s"
16286
16287 #: list-objects-filter-options.h:59
16288 msgid "args"
16289 msgstr "аргументы"
16290
16291 #: list-objects-filter-options.h:60
16292 msgid "object filtering"
16293 msgstr "фильтрация объектов"
16294
16295 #: parse-options.h:157
16296 msgid "expiry-date"
16297 msgstr "дата-окончания"
16298
16299 #: parse-options.h:172
16300 msgid "no-op (backward compatibility)"
16301 msgstr "ничего не делает (оставлено для обратной совместимости)"
16302
16303 #: parse-options.h:251
16304 msgid "be more verbose"
16305 msgstr "быть многословнее"
16306
16307 #: parse-options.h:253
16308 msgid "be more quiet"
16309 msgstr "тихий режим"
16310
16311 #: parse-options.h:259
16312 msgid "use <n> digits to display SHA-1s"
16313 msgstr "использовать <n> цифр для вывода SHA-1"
16314
16315 #: command-list.h:50
16316 msgid "Add file contents to the index"
16317 msgstr "Добавление содержимого файла в индекс"
16318
16319 #: command-list.h:51
16320 msgid "Apply a series of patches from a mailbox"
16321 msgstr "Применить серию патчей из почтового сообщения"
16322
16323 #: command-list.h:52
16324 msgid "Annotate file lines with commit information"
16325 msgstr "Аннотировать строки файла информацией о коммитах"
16326
16327 #: command-list.h:53
16328 msgid "Apply a patch to files and/or to the index"
16329 msgstr "Применить патч к файлам и/или индексу"
16330
16331 #: command-list.h:54
16332 msgid "Import an Arch repository into Git"
16333 msgstr "Импортировать репозиторий Arch в Git"
16334
16335 #: command-list.h:55
16336 msgid "Create an archive of files from a named tree"
16337 msgstr "Сделать архив файлов из указанного дерева"
16338
16339 #: command-list.h:56
16340 msgid "Use binary search to find the commit that introduced a bug"
16341 msgstr "Выполнить двоичный поиск изменения, которое вносит ошибку"
16342
16343 #: command-list.h:57
16344 msgid "Show what revision and author last modified each line of a file"
16345 msgstr ""
16346
16347 #: command-list.h:58
16348 msgid "List, create, or delete branches"
16349 msgstr "Вывод списка веток, их создание или удаление"
16350
16351 #: command-list.h:59
16352 msgid "Move objects and refs by archive"
16353 msgstr ""
16354
16355 #: command-list.h:60
16356 msgid "Provide content or type and size information for repository objects"
16357 msgstr ""
16358
16359 #: command-list.h:61
16360 msgid "Display gitattributes information"
16361 msgstr ""
16362
16363 #: command-list.h:62
16364 msgid "Debug gitignore / exclude files"
16365 msgstr ""
16366
16367 #: command-list.h:63
16368 msgid "Show canonical names and email addresses of contacts"
16369 msgstr ""
16370
16371 #: command-list.h:64
16372 msgid "Switch branches or restore working tree files"
16373 msgstr "Переключение веток или восстановление файлов в рабочем каталоге"
16374
16375 #: command-list.h:65
16376 msgid "Copy files from the index to the working tree"
16377 msgstr ""
16378
16379 #: command-list.h:66
16380 msgid "Ensures that a reference name is well formed"
16381 msgstr ""
16382
16383 #: command-list.h:67
16384 msgid "Find commits yet to be applied to upstream"
16385 msgstr ""
16386
16387 #: command-list.h:68
16388 msgid "Apply the changes introduced by some existing commits"
16389 msgstr ""
16390
16391 #: command-list.h:69
16392 msgid "Graphical alternative to git-commit"
16393 msgstr ""
16394
16395 #: command-list.h:70
16396 msgid "Remove untracked files from the working tree"
16397 msgstr ""
16398
16399 #: command-list.h:71
16400 msgid "Clone a repository into a new directory"
16401 msgstr "Клонирование репозитория в новый каталог"
16402
16403 #: command-list.h:72
16404 msgid "Display data in columns"
16405 msgstr ""
16406
16407 #: command-list.h:73
16408 msgid "Record changes to the repository"
16409 msgstr "Запись изменений в репозиторий"
16410
16411 #: command-list.h:74
16412 msgid "Write and verify Git commit graph files"
16413 msgstr ""
16414
16415 #: command-list.h:75
16416 msgid "Create a new commit object"
16417 msgstr ""
16418
16419 #: command-list.h:76
16420 msgid "Get and set repository or global options"
16421 msgstr ""
16422
16423 #: command-list.h:77
16424 msgid "Count unpacked number of objects and their disk consumption"
16425 msgstr ""
16426
16427 #: command-list.h:78
16428 msgid "Retrieve and store user credentials"
16429 msgstr ""
16430
16431 #: command-list.h:79
16432 msgid "Helper to temporarily store passwords in memory"
16433 msgstr ""
16434
16435 #: command-list.h:80
16436 msgid "Helper to store credentials on disk"
16437 msgstr ""
16438
16439 #: command-list.h:81
16440 msgid "Export a single commit to a CVS checkout"
16441 msgstr ""
16442
16443 #: command-list.h:82
16444 msgid "Salvage your data out of another SCM people love to hate"
16445 msgstr ""
16446
16447 #: command-list.h:83
16448 msgid "A CVS server emulator for Git"
16449 msgstr ""
16450
16451 #: command-list.h:84
16452 msgid "A really simple server for Git repositories"
16453 msgstr ""
16454
16455 #: command-list.h:85
16456 msgid "Give an object a human readable name based on an available ref"
16457 msgstr ""
16458
16459 #: command-list.h:86
16460 msgid "Show changes between commits, commit and working tree, etc"
16461 msgstr "Вывод разницы между коммитами, коммитом и рабочим каталогом и т.д."
16462
16463 #: command-list.h:87
16464 msgid "Compares files in the working tree and the index"
16465 msgstr ""
16466
16467 #: command-list.h:88
16468 msgid "Compare a tree to the working tree or index"
16469 msgstr ""
16470
16471 #: command-list.h:89
16472 msgid "Compares the content and mode of blobs found via two tree objects"
16473 msgstr ""
16474
16475 #: command-list.h:90
16476 msgid "Show changes using common diff tools"
16477 msgstr ""
16478
16479 #: command-list.h:91
16480 msgid "Git data exporter"
16481 msgstr ""
16482
16483 #: command-list.h:92
16484 msgid "Backend for fast Git data importers"
16485 msgstr ""
16486
16487 #: command-list.h:93
16488 msgid "Download objects and refs from another repository"
16489 msgstr "Загрузка объектов и ссылок из другого репозитория"
16490
16491 #: command-list.h:94
16492 msgid "Receive missing objects from another repository"
16493 msgstr ""
16494
16495 #: command-list.h:95
16496 msgid "Rewrite branches"
16497 msgstr ""
16498
16499 #: command-list.h:96
16500 msgid "Produce a merge commit message"
16501 msgstr ""
16502
16503 #: command-list.h:97
16504 msgid "Output information on each ref"
16505 msgstr ""
16506
16507 #: command-list.h:98
16508 msgid "Prepare patches for e-mail submission"
16509 msgstr ""
16510
16511 #: command-list.h:99
16512 msgid "Verifies the connectivity and validity of the objects in the database"
16513 msgstr ""
16514
16515 #: command-list.h:100
16516 msgid "Cleanup unnecessary files and optimize the local repository"
16517 msgstr ""
16518
16519 #: command-list.h:101
16520 msgid "Extract commit ID from an archive created using git-archive"
16521 msgstr ""
16522
16523 #: command-list.h:102
16524 msgid "Print lines matching a pattern"
16525 msgstr "Вывод строк, соответствующих шаблону"
16526
16527 #: command-list.h:103
16528 msgid "A portable graphical interface to Git"
16529 msgstr ""
16530
16531 #: command-list.h:104
16532 msgid "Compute object ID and optionally creates a blob from a file"
16533 msgstr ""
16534
16535 #: command-list.h:105
16536 msgid "Display help information about Git"
16537 msgstr ""
16538
16539 #: command-list.h:106
16540 msgid "Server side implementation of Git over HTTP"
16541 msgstr ""
16542
16543 #: command-list.h:107
16544 msgid "Download from a remote Git repository via HTTP"
16545 msgstr ""
16546
16547 #: command-list.h:108
16548 msgid "Push objects over HTTP/DAV to another repository"
16549 msgstr ""
16550
16551 #: command-list.h:109
16552 msgid "Send a collection of patches from stdin to an IMAP folder"
16553 msgstr ""
16554
16555 #: command-list.h:110
16556 msgid "Build pack index file for an existing packed archive"
16557 msgstr ""
16558
16559 #: command-list.h:111
16560 msgid "Create an empty Git repository or reinitialize an existing one"
16561 msgstr "Создание пустого репозитория Git или переинициализация существующего"
16562
16563 #: command-list.h:112
16564 msgid "Instantly browse your working repository in gitweb"
16565 msgstr ""
16566
16567 #: command-list.h:113
16568 msgid "add or parse structured information in commit messages"
16569 msgstr ""
16570
16571 #: command-list.h:114
16572 msgid "The Git repository browser"
16573 msgstr ""
16574
16575 #: command-list.h:115
16576 msgid "Show commit logs"
16577 msgstr "Вывод истории коммитов"
16578
16579 #: command-list.h:116
16580 msgid "Show information about files in the index and the working tree"
16581 msgstr ""
16582
16583 #: command-list.h:117
16584 msgid "List references in a remote repository"
16585 msgstr ""
16586
16587 #: command-list.h:118
16588 msgid "List the contents of a tree object"
16589 msgstr ""
16590
16591 #: command-list.h:119
16592 msgid "Extracts patch and authorship from a single e-mail message"
16593 msgstr ""
16594
16595 #: command-list.h:120
16596 msgid "Simple UNIX mbox splitter program"
16597 msgstr ""
16598
16599 #: command-list.h:121
16600 msgid "Join two or more development histories together"
16601 msgstr "Объединение одной или нескольких историй разработки вместе"
16602
16603 #: command-list.h:122
16604 msgid "Find as good common ancestors as possible for a merge"
16605 msgstr ""
16606
16607 #: command-list.h:123
16608 msgid "Run a three-way file merge"
16609 msgstr ""
16610
16611 #: command-list.h:124
16612 msgid "Run a merge for files needing merging"
16613 msgstr ""
16614
16615 #: command-list.h:125
16616 msgid "The standard helper program to use with git-merge-index"
16617 msgstr ""
16618
16619 #: command-list.h:126
16620 msgid "Run merge conflict resolution tools to resolve merge conflicts"
16621 msgstr ""
16622
16623 #: command-list.h:127
16624 msgid "Show three-way merge without touching index"
16625 msgstr ""
16626
16627 #: command-list.h:128
16628 msgid "Creates a tag object"
16629 msgstr ""
16630
16631 #: command-list.h:129
16632 msgid "Build a tree-object from ls-tree formatted text"
16633 msgstr ""
16634
16635 #: command-list.h:130
16636 msgid "Move or rename a file, a directory, or a symlink"
16637 msgstr "Перемещение или переименование файла, каталога или символьной ссылки"
16638
16639 #: command-list.h:131
16640 msgid "Find symbolic names for given revs"
16641 msgstr ""
16642
16643 #: command-list.h:132
16644 msgid "Add or inspect object notes"
16645 msgstr ""
16646
16647 #: command-list.h:133
16648 msgid "Import from and submit to Perforce repositories"
16649 msgstr ""
16650
16651 #: command-list.h:134
16652 msgid "Create a packed archive of objects"
16653 msgstr ""
16654
16655 #: command-list.h:135
16656 msgid "Find redundant pack files"
16657 msgstr ""
16658
16659 #: command-list.h:136
16660 msgid "Pack heads and tags for efficient repository access"
16661 msgstr ""
16662
16663 #: command-list.h:137
16664 msgid "Routines to help parsing remote repository access parameters"
16665 msgstr ""
16666
16667 #: command-list.h:138
16668 msgid "Compute unique ID for a patch"
16669 msgstr ""
16670
16671 #: command-list.h:139
16672 msgid "Prune all unreachable objects from the object database"
16673 msgstr ""
16674
16675 #: command-list.h:140
16676 msgid "Remove extra objects that are already in pack files"
16677 msgstr ""
16678
16679 #: command-list.h:141
16680 msgid "Fetch from and integrate with another repository or a local branch"
16681 msgstr "Извлечение изменений и объединение с другим репозиторием или локальной веткой"
16682
16683 #: command-list.h:142
16684 msgid "Update remote refs along with associated objects"
16685 msgstr "Обновление внешних ссылок и связанных объектов"
16686
16687 #: command-list.h:143
16688 msgid "Applies a quilt patchset onto the current branch"
16689 msgstr ""
16690
16691 #: command-list.h:144
16692 msgid "Compare two commit ranges (e.g. two versions of a branch)"
16693 msgstr ""
16694
16695 #: command-list.h:145
16696 msgid "Reads tree information into the index"
16697 msgstr ""
16698
16699 #: command-list.h:146
16700 msgid "Reapply commits on top of another base tip"
16701 msgstr "Повторно применить коммиты над верхушкой другой ветки"
16702
16703 #: command-list.h:147
16704 msgid "Receive what is pushed into the repository"
16705 msgstr ""
16706
16707 #: command-list.h:148
16708 msgid "Manage reflog information"
16709 msgstr ""
16710
16711 #: command-list.h:149
16712 msgid "Manage set of tracked repositories"
16713 msgstr ""
16714
16715 #: command-list.h:150
16716 msgid "Pack unpacked objects in a repository"
16717 msgstr ""
16718
16719 #: command-list.h:151
16720 msgid "Create, list, delete refs to replace objects"
16721 msgstr ""
16722
16723 #: command-list.h:152
16724 msgid "Generates a summary of pending changes"
16725 msgstr ""
16726
16727 #: command-list.h:153
16728 msgid "Reuse recorded resolution of conflicted merges"
16729 msgstr ""
16730
16731 #: command-list.h:154
16732 msgid "Reset current HEAD to the specified state"
16733 msgstr "Сброс текущего состояния HEAD на указанное состояние"
16734
16735 #: command-list.h:155
16736 msgid "Revert some existing commits"
16737 msgstr ""
16738
16739 #: command-list.h:156
16740 msgid "Lists commit objects in reverse chronological order"
16741 msgstr ""
16742
16743 #: command-list.h:157
16744 msgid "Pick out and massage parameters"
16745 msgstr ""
16746
16747 #: command-list.h:158
16748 msgid "Remove files from the working tree and from the index"
16749 msgstr "Удаление файлов из рабочего каталога и индекса"
16750
16751 #: command-list.h:159
16752 msgid "Send a collection of patches as emails"
16753 msgstr ""
16754
16755 #: command-list.h:160
16756 msgid "Push objects over Git protocol to another repository"
16757 msgstr ""
16758
16759 #: command-list.h:161
16760 msgid "Restricted login shell for Git-only SSH access"
16761 msgstr ""
16762
16763 #: command-list.h:162
16764 msgid "Summarize 'git log' output"
16765 msgstr ""
16766
16767 #: command-list.h:163
16768 msgid "Show various types of objects"
16769 msgstr "Вывод различных типов объектов"
16770
16771 #: command-list.h:164
16772 msgid "Show branches and their commits"
16773 msgstr ""
16774
16775 #: command-list.h:165
16776 msgid "Show packed archive index"
16777 msgstr ""
16778
16779 #: command-list.h:166
16780 msgid "List references in a local repository"
16781 msgstr ""
16782
16783 #: command-list.h:167
16784 msgid "Git's i18n setup code for shell scripts"
16785 msgstr ""
16786
16787 #: command-list.h:168
16788 msgid "Common Git shell script setup code"
16789 msgstr ""
16790
16791 #: command-list.h:169
16792 msgid "Stash the changes in a dirty working directory away"
16793 msgstr ""
16794
16795 #: command-list.h:170
16796 msgid "Add file contents to the staging area"
16797 msgstr ""
16798
16799 #: command-list.h:171
16800 msgid "Show the working tree status"
16801 msgstr "Вывод состояния рабочего каталога"
16802
16803 #: command-list.h:172
16804 msgid "Remove unnecessary whitespace"
16805 msgstr ""
16806
16807 #: command-list.h:173
16808 msgid "Initialize, update or inspect submodules"
16809 msgstr ""
16810
16811 #: command-list.h:174
16812 msgid "Bidirectional operation between a Subversion repository and Git"
16813 msgstr ""
16814
16815 #: command-list.h:175
16816 msgid "Read, modify and delete symbolic refs"
16817 msgstr ""
16818
16819 #: command-list.h:176
16820 msgid "Create, list, delete or verify a tag object signed with GPG"
16821 msgstr "Создание метки, вывод списка, удаление или проверка метки, подписанной с помощью GPG"
16822
16823 #: command-list.h:177
16824 msgid "Creates a temporary file with a blob's contents"
16825 msgstr ""
16826
16827 #: command-list.h:178
16828 msgid "Unpack objects from a packed archive"
16829 msgstr ""
16830
16831 #: command-list.h:179
16832 msgid "Register file contents in the working tree to the index"
16833 msgstr ""
16834
16835 #: command-list.h:180
16836 msgid "Update the object name stored in a ref safely"
16837 msgstr ""
16838
16839 #: command-list.h:181
16840 msgid "Update auxiliary info file to help dumb servers"
16841 msgstr ""
16842
16843 #: command-list.h:182
16844 msgid "Send archive back to git-archive"
16845 msgstr ""
16846
16847 #: command-list.h:183
16848 msgid "Send objects packed back to git-fetch-pack"
16849 msgstr ""
16850
16851 #: command-list.h:184
16852 msgid "Show a Git logical variable"
16853 msgstr ""
16854
16855 #: command-list.h:185
16856 msgid "Check the GPG signature of commits"
16857 msgstr ""
16858
16859 #: command-list.h:186
16860 msgid "Validate packed Git archive files"
16861 msgstr ""
16862
16863 #: command-list.h:187
16864 msgid "Check the GPG signature of tags"
16865 msgstr ""
16866
16867 #: command-list.h:188
16868 msgid "Git web interface (web frontend to Git repositories)"
16869 msgstr ""
16870
16871 #: command-list.h:189
16872 msgid "Show logs with difference each commit introduces"
16873 msgstr ""
16874
16875 #: command-list.h:190
16876 msgid "Manage multiple working trees"
16877 msgstr ""
16878
16879 #: command-list.h:191
16880 msgid "Create a tree object from the current index"
16881 msgstr ""
16882
16883 #: command-list.h:192
16884 msgid "Defining attributes per path"
16885 msgstr "Определение атрибутов для путей файлов или каталогов"
16886
16887 #: command-list.h:193
16888 msgid "Git command-line interface and conventions"
16889 msgstr ""
16890
16891 #: command-list.h:194
16892 msgid "A Git core tutorial for developers"
16893 msgstr ""
16894
16895 #: command-list.h:195
16896 msgid "Git for CVS users"
16897 msgstr ""
16898
16899 #: command-list.h:196
16900 msgid "Tweaking diff output"
16901 msgstr ""
16902
16903 #: command-list.h:197
16904 msgid "A useful minimum set of commands for Everyday Git"
16905 msgstr ""
16906
16907 #: command-list.h:198
16908 msgid "A Git Glossary"
16909 msgstr ""
16910
16911 #: command-list.h:199
16912 msgid "Hooks used by Git"
16913 msgstr ""
16914
16915 #: command-list.h:200
16916 msgid "Specifies intentionally untracked files to ignore"
16917 msgstr "Указание специально игнорируемых файлов"
16918
16919 #: command-list.h:201
16920 msgid "Defining submodule properties"
16921 msgstr "Определение свойств подмодулей"
16922
16923 #: command-list.h:202
16924 msgid "Git namespaces"
16925 msgstr ""
16926
16927 #: command-list.h:203
16928 msgid "Git Repository Layout"
16929 msgstr ""
16930
16931 #: command-list.h:204
16932 msgid "Specifying revisions and ranges for Git"
16933 msgstr "Указание редакций и диапазонов для Git"
16934
16935 #: command-list.h:205
16936 msgid "A tutorial introduction to Git: part two"
16937 msgstr ""
16938
16939 #: command-list.h:206
16940 msgid "A tutorial introduction to Git"
16941 msgstr ""
16942
16943 #: command-list.h:207
16944 msgid "An overview of recommended workflows with Git"
16945 msgstr "Обзор рекомендуемых последовательностей выполняемых действий с Git"
16946
16947 #: rerere.h:40
16948 msgid "update the index with reused conflict resolution if possible"
16949 msgstr "обновить индекс с помощью переиспользования разрешения конфликта, если возможно"
16950
16951 #: git-bisect.sh:54
16952 msgid "You need to start by \"git bisect start\""
16953 msgstr "Вам нужно начать с помощью «git bisect start»"
16954
16955 #. TRANSLATORS: Make sure to include [Y] and [n] in your
16956 #. translation. The program will only accept English input
16957 #. at this point.
16958 #: git-bisect.sh:60
16959 msgid "Do you want me to do it for you [Y/n]? "
16960 msgstr "Вы уверены, что хотите, чтобы я сделал это [Y - да/n - нет]? "
16961
16962 #: git-bisect.sh:121
16963 #, sh-format
16964 msgid "unrecognised option: '$arg'"
16965 msgstr "неопознанная опция: «$arg»"
16966
16967 #: git-bisect.sh:125
16968 #, sh-format
16969 msgid "'$arg' does not appear to be a valid revision"
16970 msgstr "«$arg» не похоже на действительную редакцию"
16971
16972 #: git-bisect.sh:154
16973 msgid "Bad HEAD - I need a HEAD"
16974 msgstr "Плохой указатель HEAD — Необходим указатель HEAD"
16975
16976 #: git-bisect.sh:167
16977 #, sh-format
16978 msgid ""
16979 "Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
16980 msgstr "Сбой перехода на «$start_head». Попробуйте выполнить «git bisect reset <существующая-ветка>»."
16981
16982 #: git-bisect.sh:177
16983 msgid "won't bisect on cg-seek'ed tree"
16984 msgstr "нельзя выполнить двоичный поиск на дереве после cg-seek"
16985
16986 #: git-bisect.sh:181
16987 msgid "Bad HEAD - strange symbolic ref"
16988 msgstr "Плохой указатель HEAD — странная символьная ссылка"
16989
16990 #: git-bisect.sh:233
16991 #, sh-format
16992 msgid "Bad bisect_write argument: $state"
16993 msgstr "Плохой аргумент bisect_write: $state"
16994
16995 #: git-bisect.sh:246
16996 #, sh-format
16997 msgid "Bad rev input: $arg"
16998 msgstr "Плохой ввод номера редакции: $arg"
16999
17000 #: git-bisect.sh:265
17001 #, sh-format
17002 msgid "Bad rev input: $bisected_head"
17003 msgstr "Плохой ввод номера редакции: $bisected_head"
17004
17005 #: git-bisect.sh:274
17006 #, sh-format
17007 msgid "Bad rev input: $rev"
17008 msgstr "Плохой ввод номера редакции: $rev"
17009
17010 #: git-bisect.sh:283
17011 #, sh-format
17012 msgid "'git bisect $TERM_BAD' can take only one argument."
17013 msgstr "«git bisect $TERM_BAD» может принимать только один аргумент."
17014
17015 #: git-bisect.sh:306
17016 #, sh-format
17017 msgid "Warning: bisecting only with a $TERM_BAD commit."
17018 msgstr "Предупреждение: попытка двоичного поиска с указанием только $TERM_BAD коммита."
17019
17020 #. TRANSLATORS: Make sure to include [Y] and [n] in your
17021 #. translation. The program will only accept English input
17022 #. at this point.
17023 #: git-bisect.sh:312
17024 msgid "Are you sure [Y/n]? "
17025 msgstr "Вы уверены [Y - да/n - нет]? "
17026
17027 #: git-bisect.sh:324
17028 #, sh-format
17029 msgid ""
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».)"
17033
17034 #: git-bisect.sh:327
17035 #, sh-format
17036 msgid ""
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».)"
17041
17042 #: git-bisect.sh:398 git-bisect.sh:512
17043 msgid "We are not bisecting."
17044 msgstr "Вы сейчас не в процессе бинарного поиска."
17045
17046 #: git-bisect.sh:405
17047 #, sh-format
17048 msgid "'$invalid' is not a valid commit"
17049 msgstr "«$invalid» не является действительным коммитом"
17050
17051 #: git-bisect.sh:414
17052 #, sh-format
17053 msgid ""
17054 "Could not check out original HEAD '$branch'.\n"
17055 "Try 'git bisect reset <commit>'."
17056 msgstr "Не удалось перейти на оригинальную ветку HEAD «$branch».\nПопробуйте запустить «git bisect reset <коммит>»."
17057
17058 #: git-bisect.sh:422
17059 msgid "No logfile given"
17060 msgstr "Не передан файл журнала"
17061
17062 #: git-bisect.sh:423
17063 #, sh-format
17064 msgid "cannot read $file for replaying"
17065 msgstr "не удалось прочитать $file для повтора изменений"
17066
17067 #: git-bisect.sh:444
17068 msgid "?? what are you talking about?"
17069 msgstr "?? вы о чем?"
17070
17071 #: git-bisect.sh:453
17072 msgid "bisect run failed: no command provided."
17073 msgstr "сбой при выполнении двоичного поиска: не передана команда."
17074
17075 #: git-bisect.sh:458
17076 #, sh-format
17077 msgid "running $command"
17078 msgstr "запускаю $command"
17079
17080 #: git-bisect.sh:465
17081 #, sh-format
17082 msgid ""
17083 "bisect run failed:\n"
17084 "exit code $res from '$command' is < 0 or >= 128"
17085 msgstr "не удалось выполнить двоичный поиск:\nкод завершения $res от «$command» оказался < 0 или >= 128"
17086
17087 #: git-bisect.sh:491
17088 msgid "bisect run cannot continue any more"
17089 msgstr "bisect run больше не может продолжать"
17090
17091 #: git-bisect.sh:497
17092 #, sh-format
17093 msgid ""
17094 "bisect run failed:\n"
17095 "'bisect_state $state' exited with error code $res"
17096 msgstr "не удалось выполнить двоичный поиск:\n«bisect_state $state» завершился с кодом ошибки $res"
17097
17098 #: git-bisect.sh:504
17099 msgid "bisect run success"
17100 msgstr "bisect run выполнен успешно"
17101
17102 #: git-bisect.sh:533
17103 #, sh-format
17104 msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
17105 msgstr "Недопустимая команда: вы сейчас находитесь на $TERM_BAD/$TERM_GOOD двоичном поиске."
17106
17107 #: git-bisect.sh:567
17108 msgid "no terms defined"
17109 msgstr "определения не заданы"
17110
17111 #: git-bisect.sh:584
17112 #, sh-format
17113 msgid ""
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."
17117
17118 #: git-merge-octopus.sh:46
17119 msgid ""
17120 "Error: Your local changes to the following files would be overwritten by "
17121 "merge"
17122 msgstr "Ошибка: Ваши локальные изменения в указанных файлах будут перезаписаны при слиянии"
17123
17124 #: git-merge-octopus.sh:61
17125 msgid "Automated merge did not work."
17126 msgstr "Не удалось автоматически слить изменения."
17127
17128 #: git-merge-octopus.sh:62
17129 msgid "Should not be doing an octopus."
17130 msgstr "Должно быть octopus не подходит."
17131
17132 #: git-merge-octopus.sh:73
17133 #, sh-format
17134 msgid "Unable to find common commit with $pretty_name"
17135 msgstr "Не удалось найти общий коммит с $pretty_name"
17136
17137 #: git-merge-octopus.sh:77
17138 #, sh-format
17139 msgid "Already up to date with $pretty_name"
17140 msgstr "Уже обновлено в соответствии с $pretty_name"
17141
17142 #: git-merge-octopus.sh:89
17143 #, sh-format
17144 msgid "Fast-forwarding to: $pretty_name"
17145 msgstr "Перемотка вперед до: $pretty_name"
17146
17147 #: git-merge-octopus.sh:97
17148 #, sh-format
17149 msgid "Trying simple merge with $pretty_name"
17150 msgstr "Попытка простого слияния с $pretty_name"
17151
17152 #: git-merge-octopus.sh:102
17153 msgid "Simple merge did not work, trying automatic merge."
17154 msgstr "Простое слияние не удалось, попытка автоматического слияния."
17155
17156 #: git-rebase.sh:61
17157 msgid ""
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»."
17163
17164 #: git-rebase.sh:173 git-rebase.sh:454
17165 #, sh-format
17166 msgid "Could not move back to $head_name"
17167 msgstr "Не удалось перейти назад на $head_name"
17168
17169 #: git-rebase.sh:184
17170 msgid "Applied autostash."
17171 msgstr "Применены автоматически спрятанные изменения."
17172
17173 #: git-rebase.sh:187
17174 #, sh-format
17175 msgid "Cannot store $stash_sha1"
17176 msgstr "Не удалось сохранить $stash_sha1"
17177
17178 #: git-rebase.sh:236
17179 msgid "The pre-rebase hook refused to rebase."
17180 msgstr "Перехватчик pre-rebase отказал в перемещении."
17181
17182 #: git-rebase.sh:241
17183 msgid "It looks like 'git am' is in progress. Cannot rebase."
17184 msgstr "Похоже, что выполняется «git am». Невозможно выполнить перемещение."
17185
17186 #: git-rebase.sh:415
17187 msgid "No rebase in progress?"
17188 msgstr "Нет перемещения в процессе?"
17189
17190 #: git-rebase.sh:426
17191 msgid "The --edit-todo action can only be used during interactive rebase."
17192 msgstr "Действие --edit-todo может использоваться только при интерактивном перемещении."
17193
17194 #: git-rebase.sh:433
17195 msgid "Cannot read HEAD"
17196 msgstr "Не удалось прочитать HEAD"
17197
17198 #: git-rebase.sh:436
17199 msgid ""
17200 "You must edit all merge conflicts and then\n"
17201 "mark them as resolved using git add"
17202 msgstr "Вы должны отредактировать все\nконфликты слияния, а потом пометить\nих как разрешенные с помощью git add"
17203
17204 #: git-rebase.sh:480
17205 #, sh-format
17206 msgid ""
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"
17214 "valuable there."
17215 msgstr "Похоже, каталог $state_dir_base уже существует и я предполагаю, что вы в процессе другого перемещения. Если это так, попробуйте\n\t$cmd_live_rebase\nЕсли нет\n\t$cmd_clear_stale_rebase\nи запустите меня снова. Я останавливаюсь, чтобы вы не потеряли что-то важное."
17216
17217 #: git-rebase.sh:545
17218 msgid "error: cannot combine '--signoff' with '--preserve-merges'"
17219 msgstr ""
17220
17221 #: git-rebase.sh:556
17222 msgid "error: cannot combine '--preserve_merges' with '--rebase-merges'"
17223 msgstr ""
17224
17225 #: git-rebase.sh:562
17226 msgid "error: cannot combine '--rebase_merges' with '--strategy-option'"
17227 msgstr ""
17228
17229 #: git-rebase.sh:564
17230 msgid "error: cannot combine '--rebase_merges' with '--strategy'"
17231 msgstr ""
17232
17233 #: git-rebase.sh:590
17234 #, sh-format
17235 msgid "invalid upstream '$upstream_name'"
17236 msgstr "недействительная вышестоящая ветка «$upstream_name»"
17237
17238 #: git-rebase.sh:614
17239 #, sh-format
17240 msgid "$onto_name: there are more than one merge bases"
17241 msgstr "$onto_name: имеется больше одной базы слияния"
17242
17243 #: git-rebase.sh:617 git-rebase.sh:621
17244 #, sh-format
17245 msgid "$onto_name: there is no merge base"
17246 msgstr "$onto_name: нет базы слияния"
17247
17248 #: git-rebase.sh:626
17249 #, sh-format
17250 msgid "Does not point to a valid commit: $onto_name"
17251 msgstr "Не указывает на действительный коммит: $onto_name"
17252
17253 #: git-rebase.sh:652
17254 #, sh-format
17255 msgid "fatal: no such branch/commit '$branch_name'"
17256 msgstr "критическая ошибка: нет такой ветки/коммита «$branch_name»"
17257
17258 #: git-rebase.sh:685
17259 msgid "Cannot autostash"
17260 msgstr "Не удалось автоматически спрятать изменения"
17261
17262 #: git-rebase.sh:690
17263 #, sh-format
17264 msgid "Created autostash: $stash_abbrev"
17265 msgstr "Изменения автоматически спрятаны: $stash_abbrev"
17266
17267 #: git-rebase.sh:694
17268 msgid "Please commit or stash them."
17269 msgstr "Сделайте коммит или спрячьте их."
17270
17271 #: git-rebase.sh:717
17272 #, sh-format
17273 msgid "HEAD is up to date."
17274 msgstr "HEAD уже в актуальном состоянии."
17275
17276 #: git-rebase.sh:719
17277 #, sh-format
17278 msgid "Current branch $branch_name is up to date."
17279 msgstr "Текущая ветка $branch_name уже в актуальном состоянии."
17280
17281 #: git-rebase.sh:727
17282 #, sh-format
17283 msgid "HEAD is up to date, rebase forced."
17284 msgstr "HEAD уже в актуальном состоянии, принудительное перемещение."
17285
17286 #: git-rebase.sh:729
17287 #, sh-format
17288 msgid "Current branch $branch_name is up to date, rebase forced."
17289 msgstr "Текущая ветка $branch_name уже в актуальном состоянии, принудительное перемещение."
17290
17291 #: git-rebase.sh:741
17292 #, sh-format
17293 msgid "Changes from $mb to $onto:"
17294 msgstr "Изменения от $mb до $onto:"
17295
17296 #: git-rebase.sh:750
17297 msgid "First, rewinding head to replay your work on top of it..."
17298 msgstr "Сначала перематываем указатель текущего коммита, чтобы применить ваши изменения поверх него…"
17299
17300 #: git-rebase.sh:760
17301 #, sh-format
17302 msgid "Fast-forwarded $branch_name to $onto_name."
17303 msgstr "Перемотана вперед $branch_name до $onto_name."
17304
17305 #: git-stash.sh:61
17306 msgid "git stash clear with parameters is unimplemented"
17307 msgstr "git stash очистка с параметрами не реализована"
17308
17309 #: git-stash.sh:108
17310 msgid "You do not have the initial commit yet"
17311 msgstr "У вас еще нет начального коммита"
17312
17313 #: git-stash.sh:123
17314 msgid "Cannot save the current index state"
17315 msgstr "Не удалось сохранить текущее состояние индекса"
17316
17317 #: git-stash.sh:138
17318 msgid "Cannot save the untracked files"
17319 msgstr "Невозможно сохранить неотслеживаемые файлы"
17320
17321 #: git-stash.sh:158 git-stash.sh:171
17322 msgid "Cannot save the current worktree state"
17323 msgstr "Не удалось сохранить текущее состояние рабочего каталога"
17324
17325 #: git-stash.sh:175
17326 msgid "No changes selected"
17327 msgstr "Изменения не выбраны"
17328
17329 #: git-stash.sh:178
17330 msgid "Cannot remove temporary index (can't happen)"
17331 msgstr "Не удалось удалить временный индекс (не должно случаться)"
17332
17333 #: git-stash.sh:191
17334 msgid "Cannot record working tree state"
17335 msgstr "Не удалось записать состояние рабочего каталога"
17336
17337 #: git-stash.sh:229
17338 #, sh-format
17339 msgid "Cannot update $ref_stash with $w_commit"
17340 msgstr "Не удалось обновить $ref_stash с помощью $w_commit"
17341
17342 #: git-stash.sh:281
17343 #, sh-format
17344 msgid "error: unknown option for 'stash push': $option"
17345 msgstr "ошибка: неизвестный параметр для «stash push»: $option"
17346
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 одновременно"
17350
17351 #: git-stash.sh:303
17352 msgid "No local changes to save"
17353 msgstr "Нет локальных изменений для сохранения"
17354
17355 #: git-stash.sh:308
17356 msgid "Cannot initialize stash"
17357 msgstr "Не удалось инициализировать спрятанные изменения"
17358
17359 #: git-stash.sh:312
17360 msgid "Cannot save the current status"
17361 msgstr "Не удалось сохранить текущий статус"
17362
17363 #: git-stash.sh:313
17364 #, sh-format
17365 msgid "Saved working directory and index state $stash_msg"
17366 msgstr "Рабочий каталог и состояние индекса сохранены $stash_msg"
17367
17368 #: git-stash.sh:342
17369 msgid "Cannot remove worktree changes"
17370 msgstr "Не удалось удалить изменения рабочего каталога"
17371
17372 #: git-stash.sh:490
17373 #, sh-format
17374 msgid "unknown option: $opt"
17375 msgstr "неизвестная опция: $opt"
17376
17377 #: git-stash.sh:503
17378 msgid "No stash entries found."
17379 msgstr "Не найдены спрятанные изменения."
17380
17381 #: git-stash.sh:510
17382 #, sh-format
17383 msgid "Too many revisions specified: $REV"
17384 msgstr "Передано слишком много редакций: $REV"
17385
17386 #: git-stash.sh:525
17387 #, sh-format
17388 msgid "$reference is not a valid reference"
17389 msgstr "$reference не является действительной ссылкой"
17390
17391 #: git-stash.sh:553
17392 #, sh-format
17393 msgid "'$args' is not a stash-like commit"
17394 msgstr "«$args» не похоже на коммит со спрятанными изменениями"
17395
17396 #: git-stash.sh:564
17397 #, sh-format
17398 msgid "'$args' is not a stash reference"
17399 msgstr "«$args» не является ссылкой на спрятанные изменения"
17400
17401 #: git-stash.sh:572
17402 msgid "unable to refresh index"
17403 msgstr "не удалось обновить индекс"
17404
17405 #: git-stash.sh:576
17406 msgid "Cannot apply a stash in the middle of a merge"
17407 msgstr "Нельзя применить спрятанные изменения во время выполнения слияния"
17408
17409 #: git-stash.sh:584
17410 msgid "Conflicts in index. Try without --index."
17411 msgstr "Конфликты в индексе. Попробуйте без --index."
17412
17413 #: git-stash.sh:586
17414 msgid "Could not save index tree"
17415 msgstr "Не удалось сохранить дерево индекса"
17416
17417 #: git-stash.sh:595
17418 msgid "Could not restore untracked files from stash entry"
17419 msgstr "Невозможно восстановить неотслеживаемые файлы из спрятанных изменений"
17420
17421 #: git-stash.sh:620
17422 msgid "Cannot unstage modified files"
17423 msgstr "Невозможно убрать из индекса измененные файлы"
17424
17425 #: git-stash.sh:635
17426 msgid "Index was not unstashed."
17427 msgstr "Индекс не был извлечён из спрятанных изменений."
17428
17429 #: git-stash.sh:649
17430 msgid "The stash entry is kept in case you need it again."
17431 msgstr "Спрятанные изменения сохранены, на случай если они снова вам понадобятся."
17432
17433 #: git-stash.sh:658
17434 #, sh-format
17435 msgid "Dropped ${REV} ($s)"
17436 msgstr "Отброшено ${REV} ($s)"
17437
17438 #: git-stash.sh:659
17439 #, sh-format
17440 msgid "${REV}: Could not drop stash entry"
17441 msgstr "${REV}: Не удалось отбросить запись из спрятанных изменений"
17442
17443 #: git-stash.sh:667
17444 msgid "No branch name specified"
17445 msgstr "Не указано имя ветки"
17446
17447 #: git-stash.sh:746
17448 msgid "(To restore them type \"git stash apply\")"
17449 msgstr "(Чтобы восстановить их, наберите «git stash apply»)"
17450
17451 #: git-submodule.sh:188
17452 msgid "Relative path can only be used from the toplevel of the working tree"
17453 msgstr "Относительный путь можно использовать только находясь на вершине рабочего каталога"
17454
17455 #: git-submodule.sh:198
17456 #, sh-format
17457 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
17458 msgstr "URL репозитория: «$repo» должен быть абсолютным или начинаться с ./|../"
17459
17460 #: git-submodule.sh:217
17461 #, sh-format
17462 msgid "'$sm_path' already exists in the index"
17463 msgstr "«$sm_path» уже содержится в индексе"
17464
17465 #: git-submodule.sh:220
17466 #, sh-format
17467 msgid "'$sm_path' already exists in the index and is not a submodule"
17468 msgstr "«$sm_path» уже содержится в индексе и не является подмодулем"
17469
17470 #: git-submodule.sh:226
17471 #, sh-format
17472 msgid ""
17473 "The following path is ignored by one of your .gitignore files:\n"
17474 "$sm_path\n"
17475 "Use -f if you really want to add it."
17476 msgstr "Следующие пути игнорируются одним из ваших файлов .gitignore:\n$sm_path\nИспользуйте опцию -f, если вы действительно хотите его добавить."
17477
17478 #: git-submodule.sh:249
17479 #, sh-format
17480 msgid "Adding existing repo at '$sm_path' to the index"
17481 msgstr "Добавляю существующий репозиторий из «$sm_path» в индекс"
17482
17483 #: git-submodule.sh:251
17484 #, sh-format
17485 msgid "'$sm_path' already exists and is not a valid git repo"
17486 msgstr "«$sm_path» уже существует и не является действительным репозиторием git"
17487
17488 #: git-submodule.sh:259
17489 #, sh-format
17490 msgid "A git directory for '$sm_name' is found locally with remote(s):"
17491 msgstr "Каталог git для «$sm_name» найден локально на внешних репозиториях:"
17492
17493 #: git-submodule.sh:261
17494 #, sh-format
17495 msgid ""
17496 "If you want to reuse this local git directory instead of cloning again from\n"
17497 " $realrepo\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»."
17501
17502 #: git-submodule.sh:267
17503 #, sh-format
17504 msgid "Reactivating local git directory for submodule '$sm_name'."
17505 msgstr "Восстановление локального каталога git для подмодуля «$sm_name»."
17506
17507 #: git-submodule.sh:279
17508 #, sh-format
17509 msgid "Unable to checkout submodule '$sm_path'"
17510 msgstr "Не удалось переключиться на состояние у подмодуля «$sm_path»"
17511
17512 #: git-submodule.sh:284
17513 #, sh-format
17514 msgid "Failed to add submodule '$sm_path'"
17515 msgstr "Сбой добавления подмодуля «$sm_path»"
17516
17517 #: git-submodule.sh:293
17518 #, sh-format
17519 msgid "Failed to register submodule '$sm_path'"
17520 msgstr "Не удалось зарегистрировать подмодуль «$sm_path»"
17521
17522 #: git-submodule.sh:565
17523 #, sh-format
17524 msgid "Unable to find current revision in submodule path '$displaypath'"
17525 msgstr "Не удалось найти текущую редакцию для подмодуля по пути «$displaypath»"
17526
17527 #: git-submodule.sh:575
17528 #, sh-format
17529 msgid "Unable to fetch in submodule path '$sm_path'"
17530 msgstr "Не удалось выполнить извлечение для подмодуля по пути «$sm_path»"
17531
17532 #: git-submodule.sh:580
17533 #, sh-format
17534 msgid ""
17535 "Unable to find current ${remote_name}/${branch} revision in submodule path "
17536 "'$sm_path'"
17537 msgstr "Не удалось найти текущую редакцию ${remote_name}/${branch} для подмодуля по пути «$sm_path»"
17538
17539 #: git-submodule.sh:603
17540 #, sh-format
17541 msgid "Unable to fetch in submodule path '$displaypath'"
17542 msgstr "Не удалось выполнить извлечение для подмодуля по пути «$displaypath»"
17543
17544 #: git-submodule.sh:609
17545 #, sh-format
17546 msgid ""
17547 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
17548 "Direct fetching of that commit failed."
17549 msgstr "Получен по пути подмодуля «$displaypath», но не содержит $sha1. Сбой при прямом получении коммита."
17550
17551 #: git-submodule.sh:616
17552 #, sh-format
17553 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
17554 msgstr "Не удалось переключиться на состояние «$sha1» для подмодуля по пути «$displaypath»"
17555
17556 #: git-submodule.sh:617
17557 #, sh-format
17558 msgid "Submodule path '$displaypath': checked out '$sha1'"
17559 msgstr "Подмодуль по пути «$displaypath»: забрано состояние «$sha1»"
17560
17561 #: git-submodule.sh:621
17562 #, sh-format
17563 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
17564 msgstr "Не удалось переместить «$sha1» для подмодуля по пути «$displaypath»"
17565
17566 #: git-submodule.sh:622
17567 #, sh-format
17568 msgid "Submodule path '$displaypath': rebased into '$sha1'"
17569 msgstr "Подмодуль по пути «$displaypath»: перемещен над «$sha1»"
17570
17571 #: git-submodule.sh:627
17572 #, sh-format
17573 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
17574 msgstr "Не удалось выполнить слияние с «$sha1» для подмодуля по пути «$displaypath»"
17575
17576 #: git-submodule.sh:628
17577 #, sh-format
17578 msgid "Submodule path '$displaypath': merged in '$sha1'"
17579 msgstr "Подмодуль по пути «$displaypath»: слито с «$sha1»"
17580
17581 #: git-submodule.sh:633
17582 #, sh-format
17583 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
17584 msgstr "Сбой выполнения «$command $sha1» для подмодуля по пути «$displaypath»"
17585
17586 #: git-submodule.sh:634
17587 #, sh-format
17588 msgid "Submodule path '$displaypath': '$command $sha1'"
17589 msgstr "Подмодуль по пути «$displaypath»: «$command $sha1»"
17590
17591 #: git-submodule.sh:665
17592 #, sh-format
17593 msgid "Failed to recurse into submodule path '$displaypath'"
17594 msgstr "Не удалось выполнить рекурсивно для подмодуля по пути «$displaypath»"
17595
17596 #: git-submodule.sh:761
17597 msgid "The --cached option cannot be used with the --files option"
17598 msgstr "Опцию --cached нельзя использовать одновременно с опцией --files"
17599
17600 #: git-submodule.sh:813
17601 #, sh-format
17602 msgid "unexpected mode $mod_dst"
17603 msgstr "неизвестный режим $mod_dst"
17604
17605 #: git-submodule.sh:833
17606 #, sh-format
17607 msgid " Warn: $display_name doesn't contain commit $sha1_src"
17608 msgstr " Предупреждение: $display_name не содержит коммит $sha1_src"
17609
17610 #: git-submodule.sh:836
17611 #, sh-format
17612 msgid " Warn: $display_name doesn't contain commit $sha1_dst"
17613 msgstr " Предупреждение: $display_name не содержит коммит $sha1_dst"
17614
17615 #: git-submodule.sh:839
17616 #, sh-format
17617 msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
17618 msgstr " Предупреждение: $display_name не содержит коммиты $sha1_src и $sha1_dst"
17619
17620 #: git-parse-remote.sh:89
17621 #, sh-format
17622 msgid "See git-${cmd}(1) for details."
17623 msgstr "Для дополнительной информации, смотрите git-${cmd}(1)."
17624
17625 #: git-rebase--interactive.sh:43
17626 msgid ""
17627 "\n"
17628 "Commands:\n"
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"
17642 "\n"
17643 "These lines can be re-ordered; they are executed from top to bottom.\n"
17644 msgstr ""
17645
17646 #: git-rebase--interactive.sh:64 git-rebase--preserve-merges.sh:173
17647 msgid ""
17648 "\n"
17649 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
17650 msgstr "\nНе удаляйте строки. Используйте «drop», чтобы явно удалить коммит.\n"
17651
17652 #: git-rebase--interactive.sh:68 git-rebase--preserve-merges.sh:177
17653 msgid ""
17654 "\n"
17655 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
17656 msgstr "\nЕсли вы удалите строку здесь, то УКАЗАННЫЙ КОММИТ БУДЕТ УТЕРЯН.\n"
17657
17658 #: git-rebase--interactive.sh:108 git-rebase--preserve-merges.sh:724
17659 msgid "could not detach HEAD"
17660 msgstr "не удалось отделить HEAD"
17661
17662 #: git-rebase--interactive.sh:147 git-rebase--preserve-merges.sh:816
17663 msgid ""
17664 "\n"
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"
17668 "\n"
17669 msgstr "\nВы сейчас редактируете файл со списком дел для интерактивного перемещения.\nДля продолжения перемещения, после редактирования файла запустите:\n git rebase --continue\n\n"
17670
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 "Не удалось запустить редактор"
17675
17676 #: git-rebase--interactive.sh:176 git-rebase--preserve-merges.sh:845
17677 #, sh-format
17678 msgid "Could not checkout $switch_to"
17679 msgstr "Не удалось перейти на версию $switch_to"
17680
17681 #: git-rebase--interactive.sh:183 git-rebase--preserve-merges.sh:852
17682 msgid "No HEAD?"
17683 msgstr "Нет указателя HEAD?"
17684
17685 #: git-rebase--interactive.sh:184 git-rebase--preserve-merges.sh:853
17686 #, sh-format
17687 msgid "Could not create temporary $state_dir"
17688 msgstr "Не удалось создать временный каталог $state_dir"
17689
17690 #: git-rebase--interactive.sh:187 git-rebase--preserve-merges.sh:856
17691 msgid "Could not mark as interactive"
17692 msgstr "Не удалось пометить как интерактивный"
17693
17694 #: git-rebase--interactive.sh:219 git-rebase--preserve-merges.sh:888
17695 #, sh-format
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 команд)"
17702
17703 #: git-rebase--interactive.sh:224
17704 msgid ""
17705 "\n"
17706 "\tHowever, if you remove everything, the rebase will be aborted.\n"
17707 "\n"
17708 "\t"
17709 msgstr ""
17710
17711 #: git-rebase--interactive.sh:231 git-rebase--preserve-merges.sh:900
17712 msgid "Note that empty commits are commented out"
17713 msgstr "Заметьте, что пустые коммиты закомментированны"
17714
17715 #: git-rebase--interactive.sh:280
17716 msgid "Could not generate todo list"
17717 msgstr "Не удалось сгенерировать список дел"
17718
17719 #: git-rebase--preserve-merges.sh:136
17720 #, sh-format
17721 msgid "Rebasing ($new_count/$total)"
17722 msgstr "Перемещение ($new_count/$total)"
17723
17724 #: git-rebase--preserve-merges.sh:152
17725 msgid ""
17726 "\n"
17727 "Commands:\n"
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"
17741 "\n"
17742 "These lines can be re-ordered; they are executed from top to bottom.\n"
17743 msgstr ""
17744
17745 #: git-rebase--preserve-merges.sh:215
17746 #, sh-format
17747 msgid ""
17748 "You can amend the commit now, with\n"
17749 "\n"
17750 "\tgit commit --amend $gpg_sign_opt_quoted\n"
17751 "\n"
17752 "Once you are satisfied with your changes, run\n"
17753 "\n"
17754 "\tgit rebase --continue"
17755 msgstr "Теперь вы можете исправить коммит с помощью\n\n\tgit commit --amend $gpg_sign_opt_quoted\n\nКак только вы будете довольны результатом, запустите\n\n\tgit rebase --continue"
17756
17757 #: git-rebase--preserve-merges.sh:240
17758 #, sh-format
17759 msgid "$sha1: not a commit that can be picked"
17760 msgstr "$sha1: не является коммитом, который можно взять"
17761
17762 #: git-rebase--preserve-merges.sh:279
17763 #, sh-format
17764 msgid "Invalid commit name: $sha1"
17765 msgstr "Недопустимое имя коммита: $sha1"
17766
17767 #: git-rebase--preserve-merges.sh:309
17768 msgid "Cannot write current commit's replacement sha1"
17769 msgstr "Не удалось записать замену sha1 текущего коммита"
17770
17771 #: git-rebase--preserve-merges.sh:360
17772 #, sh-format
17773 msgid "Fast-forward to $sha1"
17774 msgstr "Перемотка вперед до $sha1"
17775
17776 #: git-rebase--preserve-merges.sh:362
17777 #, sh-format
17778 msgid "Cannot fast-forward to $sha1"
17779 msgstr "Не удалось перемотать вперед до $sha1"
17780
17781 #: git-rebase--preserve-merges.sh:371
17782 #, sh-format
17783 msgid "Cannot move HEAD to $first_parent"
17784 msgstr "Не удалось переместить HEAD на $first_parent"
17785
17786 #: git-rebase--preserve-merges.sh:376
17787 #, sh-format
17788 msgid "Refusing to squash a merge: $sha1"
17789 msgstr "Нельзя уплотнить слияние: $sha1"
17790
17791 #: git-rebase--preserve-merges.sh:394
17792 #, sh-format
17793 msgid "Error redoing merge $sha1"
17794 msgstr "Ошибка при повторении слияния $sha1"
17795
17796 #: git-rebase--preserve-merges.sh:403
17797 #, sh-format
17798 msgid "Could not pick $sha1"
17799 msgstr "Не удалось взять $sha1"
17800
17801 #: git-rebase--preserve-merges.sh:412
17802 #, sh-format
17803 msgid "This is the commit message #${n}:"
17804 msgstr "Это сообщение коммита номер #${n}:"
17805
17806 #: git-rebase--preserve-merges.sh:417
17807 #, sh-format
17808 msgid "The commit message #${n} will be skipped:"
17809 msgstr "Сообщение коммита номер #${n} будет пропущено:"
17810
17811 #: git-rebase--preserve-merges.sh:428
17812 #, sh-format
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 коммитов"
17819
17820 #: git-rebase--preserve-merges.sh:437
17821 #, sh-format
17822 msgid "Cannot write $fixup_msg"
17823 msgstr "Не удалось записать $fixup_msg"
17824
17825 #: git-rebase--preserve-merges.sh:440
17826 msgid "This is a combination of 2 commits."
17827 msgstr "Это объединение 2 коммитов"
17828
17829 #: git-rebase--preserve-merges.sh:481 git-rebase--preserve-merges.sh:524
17830 #: git-rebase--preserve-merges.sh:527
17831 #, sh-format
17832 msgid "Could not apply $sha1... $rest"
17833 msgstr "Не удалось применить $sha1… $rest"
17834
17835 #: git-rebase--preserve-merges.sh:556
17836 #, sh-format
17837 msgid ""
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Это произошло, скорее всего, из-за пустого сообщения коммита или из-за перехватчика перед коммитом. Если же это произошло из-за перехватчика перед коммитом, то вам нужно решить с ним проблему и повторить попытку снова."
17843
17844 #: git-rebase--preserve-merges.sh:571
17845 #, sh-format
17846 msgid "Stopped at $sha1_abbrev... $rest"
17847 msgstr "Остановлено на $sha1_abbrev… $rest"
17848
17849 #: git-rebase--preserve-merges.sh:586
17850 #, sh-format
17851 msgid "Cannot '$squash_style' without a previous commit"
17852 msgstr "Нельзя сделать «$squash_style» без указания предыдущего коммита"
17853
17854 #: git-rebase--preserve-merges.sh:628
17855 #, sh-format
17856 msgid "Executing: $rest"
17857 msgstr "Выполнение: $rest"
17858
17859 #: git-rebase--preserve-merges.sh:636
17860 #, sh-format
17861 msgid "Execution failed: $rest"
17862 msgstr "Не удалось выполнить: $rest"
17863
17864 #: git-rebase--preserve-merges.sh:638
17865 msgid "and made changes to the index and/or the working tree"
17866 msgstr "и были сделаны изменения в индексе и/или в рабочем каталоге"
17867
17868 #: git-rebase--preserve-merges.sh:640
17869 msgid ""
17870 "You can fix the problem, and then run\n"
17871 "\n"
17872 "\tgit rebase --continue"
17873 msgstr "Вы можете исправить ошибку, а затем запустить\n\n\tgit rebase --continue"
17874
17875 #. TRANSLATORS: after these lines is a command to be issued by the user
17876 #: git-rebase--preserve-merges.sh:653
17877 #, sh-format
17878 msgid ""
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"
17882 "\n"
17883 "\tgit rebase --continue"
17884 msgstr "Успешное выполнение: $rest\nно остались изменения в индексе и/или в рабочем каталоге\nСделайте коммит или спрячьте ваши изменения, а затем выполните\n\n\tgit rebase --continue"
17885
17886 #: git-rebase--preserve-merges.sh:664
17887 #, sh-format
17888 msgid "Unknown command: $command $sha1 $rest"
17889 msgstr "Неопознанная команда: $command $sha1 $rest"
17890
17891 #: git-rebase--preserve-merges.sh:665
17892 msgid "Please fix this using 'git rebase --edit-todo'."
17893 msgstr "Пожалуйста исправьте это с помощью «git rebase --edit-todo»."
17894
17895 #: git-rebase--preserve-merges.sh:700
17896 #, sh-format
17897 msgid "Successfully rebased and updated $head_name."
17898 msgstr "Успешно перемещён и обновлён $head_name."
17899
17900 #: git-rebase--preserve-merges.sh:757
17901 msgid "Could not remove CHERRY_PICK_HEAD"
17902 msgstr "Не удалось удалить CHERRY_PICK_HEAD"
17903
17904 #: git-rebase--preserve-merges.sh:762
17905 #, sh-format
17906 msgid ""
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"
17910 "\n"
17911 " git commit --amend $gpg_sign_opt_quoted\n"
17912 "\n"
17913 "If they are meant to go into a new commit, run:\n"
17914 "\n"
17915 " git commit $gpg_sign_opt_quoted\n"
17916 "\n"
17917 "In both cases, once you're done, continue with:\n"
17918 "\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"
17921
17922 #: git-rebase--preserve-merges.sh:779
17923 msgid "Error trying to find the author identity to amend commit"
17924 msgstr "Произошла ошибка при поиске автора для исправления коммита"
17925
17926 #: git-rebase--preserve-merges.sh:784
17927 msgid ""
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» снова."
17931
17932 #: git-rebase--preserve-merges.sh:789 git-rebase--preserve-merges.sh:793
17933 msgid "Could not commit staged changes."
17934 msgstr "Не удалось закоммитить проиндексированные изменения."
17935
17936 #: git-rebase--preserve-merges.sh:893
17937 msgid ""
17938 "\n"
17939 "However, if you remove everything, the rebase will be aborted.\n"
17940 "\n"
17941 msgstr "\nНо если вы удалите все, то процесс перемещения будет будет прерван.\n\n"
17942
17943 #: git-rebase--preserve-merges.sh:942 git-rebase--preserve-merges.sh:947
17944 msgid "Could not init rewritten commits"
17945 msgstr "Не удалось инициализировать перезаписанные коммиты"
17946
17947 #: git-sh-setup.sh:89 git-sh-setup.sh:94
17948 #, sh-format
17949 msgid "usage: $dashless $USAGE"
17950 msgstr "использование: $dashless $USAGE"
17951
17952 #: git-sh-setup.sh:190
17953 #, sh-format
17954 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
17955 msgstr "Не удалось выполнить chdir в $cdup, вершину рабочего каталога"
17956
17957 #: git-sh-setup.sh:199 git-sh-setup.sh:206
17958 #, sh-format
17959 msgid "fatal: $program_name cannot be used without a working tree."
17960 msgstr "критическая ошибка: $program_name нельзя использовать не имея рабочего каталога."
17961
17962 #: git-sh-setup.sh:220
17963 msgid "Cannot rebase: You have unstaged changes."
17964 msgstr "Не удалось выполнить перемещение коммитов: У вас есть непроиндексированные изменения."
17965
17966 #: git-sh-setup.sh:223
17967 msgid "Cannot rewrite branches: You have unstaged changes."
17968 msgstr "Не удалось выполнить перезапись веток: У вас есть непроиндексированные изменения."
17969
17970 #: git-sh-setup.sh:226
17971 msgid "Cannot pull with rebase: You have unstaged changes."
17972 msgstr "Не удалось получить с перемещением: У вас есть непроиндексированные изменения."
17973
17974 #: git-sh-setup.sh:229
17975 #, sh-format
17976 msgid "Cannot $action: You have unstaged changes."
17977 msgstr "Не удалось выполнить $action: У вас есть непроиндексированные изменения."
17978
17979 #: git-sh-setup.sh:242
17980 msgid "Cannot rebase: Your index contains uncommitted changes."
17981 msgstr "Не удалось выполнить перемещение коммитов: В вашем индексе есть незакоммиченные изменения."
17982
17983 #: git-sh-setup.sh:245
17984 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
17985 msgstr "Не удалось получить с перемещением: В вашем индексе есть незакоммиченные изменения."
17986
17987 #: git-sh-setup.sh:248
17988 #, sh-format
17989 msgid "Cannot $action: Your index contains uncommitted changes."
17990 msgstr "Не удалось выполнить $action: В вашем индексе есть незакоммиченные изменения."
17991
17992 #: git-sh-setup.sh:252
17993 msgid "Additionally, your index contains uncommitted changes."
17994 msgstr "К тому же, в вашем индексе есть незакоммиченные изменения."
17995
17996 #: git-sh-setup.sh:372
17997 msgid "You need to run this command from the toplevel of the working tree."
17998 msgstr "Вам нужно запускать эту команду находясь на вершине рабочего каталога."
17999
18000 #: git-sh-setup.sh:377
18001 msgid "Unable to determine absolute path of git directory"
18002 msgstr "Не удалось определить абсолютный путь к каталогу git"
18003
18004 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
18005 #: git-add--interactive.perl:196
18006 #, perl-format
18007 msgid "%12s %12s %s"
18008 msgstr "%12s %12s %s"
18009
18010 #: git-add--interactive.perl:197
18011 msgid "staged"
18012 msgstr "в индексе"
18013
18014 #: git-add--interactive.perl:197
18015 msgid "unstaged"
18016 msgstr "не в индексе"
18017
18018 #: git-add--interactive.perl:253 git-add--interactive.perl:278
18019 msgid "binary"
18020 msgstr "двоичный"
18021
18022 #: git-add--interactive.perl:262 git-add--interactive.perl:316
18023 msgid "nothing"
18024 msgstr "ничего"
18025
18026 #: git-add--interactive.perl:298 git-add--interactive.perl:313
18027 msgid "unchanged"
18028 msgstr "нет изменений"
18029
18030 #: git-add--interactive.perl:609
18031 #, perl-format
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"
18038
18039 #: git-add--interactive.perl:612
18040 #, perl-format
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"
18047
18048 #: git-add--interactive.perl:615
18049 #, perl-format
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"
18056
18057 #: git-add--interactive.perl:618
18058 #, perl-format
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"
18065
18066 #: git-add--interactive.perl:627
18067 msgid "Update"
18068 msgstr "Обновить"
18069
18070 #: git-add--interactive.perl:639
18071 msgid "Revert"
18072 msgstr "Обратить изменения"
18073
18074 #: git-add--interactive.perl:662
18075 #, perl-format
18076 msgid "note: %s is untracked now.\n"
18077 msgstr "примечание: %s теперь неотслеживаемый.\n"
18078
18079 #: git-add--interactive.perl:673
18080 msgid "Add untracked"
18081 msgstr "Добавить неотслеживаемый"
18082
18083 #: git-add--interactive.perl:679
18084 msgid "No untracked files.\n"
18085 msgstr "Нет неотслеживаемых файлов.\n"
18086
18087 #: git-add--interactive.perl:1033
18088 msgid ""
18089 "If the patch applies cleanly, the edited hunk will immediately be\n"
18090 "marked for staging."
18091 msgstr "Если патч применяется без ошибок, то изменённый блок будет сразу помечен для индексирования."
18092
18093 #: git-add--interactive.perl:1036
18094 msgid ""
18095 "If the patch applies cleanly, the edited hunk will immediately be\n"
18096 "marked for stashing."
18097 msgstr "Если патч применяется без ошибок, то изменённый блок будет сразу помечен для прятанья."
18098
18099 #: git-add--interactive.perl:1039
18100 msgid ""
18101 "If the patch applies cleanly, the edited hunk will immediately be\n"
18102 "marked for unstaging."
18103 msgstr "Если патч применяется без ошибок, то изменённый блок будет сразу помечен для убирания из индекса."
18104
18105 #: git-add--interactive.perl:1042 git-add--interactive.perl:1051
18106 msgid ""
18107 "If the patch applies cleanly, the edited hunk will immediately be\n"
18108 "marked for applying."
18109 msgstr "Если патч применяется без ошибок, то изменённый блок будет сразу помечен для применения."
18110
18111 #: git-add--interactive.perl:1045 git-add--interactive.perl:1048
18112 msgid ""
18113 "If the patch applies cleanly, the edited hunk will immediately be\n"
18114 "marked for discarding."
18115 msgstr "Если патч применяется без ошибок, то изменённый блок будет сразу помечен для отмены изменений."
18116
18117 #: git-add--interactive.perl:1085
18118 #, perl-format
18119 msgid "failed to open hunk edit file for writing: %s"
18120 msgstr "не удалось открыть файл редактирования блока изменений для записи: %s"
18121
18122 #: git-add--interactive.perl:1086
18123 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
18124 msgstr "Ручной режим редактирования блока изменений — смотрите ниже для небольшого руководства.\n"
18125
18126 #: git-add--interactive.perl:1092
18127 #, perl-format
18128 msgid ""
18129 "---\n"
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"
18134
18135 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
18136 #: git-add--interactive.perl:1100
18137 msgid ""
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"
18142
18143 #: git-add--interactive.perl:1114
18144 #, perl-format
18145 msgid "failed to open hunk edit file for reading: %s"
18146 msgstr "не удалось открыть файл редактирования блока изменений для чтения: %s"
18147
18148 #. TRANSLATORS: do not translate [y/n]
18149 #. The program will only accept that input
18150 #. at this point.
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
18155 msgid ""
18156 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]?"
18157 " "
18158 msgstr "Изменённый вами блок не применяется. Редактировать снова (ответ «y» означает «нет»!) [y/n]? "
18159
18160 #: git-add--interactive.perl:1222
18161 msgid ""
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 - не индексировать этот и последующие блоки файла"
18168
18169 #: git-add--interactive.perl:1228
18170 msgid ""
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 - не прятать этот и последующие блоки файла"
18177
18178 #: git-add--interactive.perl:1234
18179 msgid ""
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 - не убирать из индекса этот и последующие блоки файла"
18186
18187 #: git-add--interactive.perl:1240
18188 msgid ""
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 - не применять этот и последующие блоки файла"
18195
18196 #: git-add--interactive.perl:1246
18197 msgid ""
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 - не отменять изменения этого и всех последующих блоков файла"
18204
18205 #: git-add--interactive.perl:1252
18206 msgid ""
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 - не отменять изменения этого и всех последующих блоков файла"
18213
18214 #: git-add--interactive.perl:1258
18215 msgid ""
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 - не применять этот и последующие блоки файла"
18222
18223 #: git-add--interactive.perl:1273
18224 msgid ""
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"
18233 "? - print help\n"
18234 msgstr "g - выбрать блок изменений на который нужно перейти\n/ - поиск блока изменений с помощью регулярного выражения\nj - не принимать решение по этому блоку, перейти на следующий без решения\nJ - не принимать решение по этому блоку, перейти на следующий\nk - не принимать решение по этому блоку, перейти на предыдущий без решения\nK - не принимать решение по этому блоку, перейти на предыдущий\ns - разделить текущий блок на блоки меньшего размера\ne - вручную отредактировать текущий блок\n? - вывести справку\n"
18235
18236 #: git-add--interactive.perl:1304
18237 msgid "The selected hunks do not apply to the index!\n"
18238 msgstr "Выбранные блоки не применяются без ошибок к индексу!\n"
18239
18240 #: git-add--interactive.perl:1305
18241 msgid "Apply them to the worktree anyway? "
18242 msgstr "Все равно применить их к рабочему каталогу?"
18243
18244 #: git-add--interactive.perl:1308
18245 msgid "Nothing was applied.\n"
18246 msgstr "Ничего не применено.\n"
18247
18248 #: git-add--interactive.perl:1319
18249 #, perl-format
18250 msgid "ignoring unmerged: %s\n"
18251 msgstr "игнорирую не слитое: %s\n"
18252
18253 #: git-add--interactive.perl:1328
18254 msgid "Only binary files changed.\n"
18255 msgstr "Только изменения двоичных файлов.\n"
18256
18257 #: git-add--interactive.perl:1330
18258 msgid "No changes.\n"
18259 msgstr "Нет изменений.\n"
18260
18261 #: git-add--interactive.perl:1338
18262 msgid "Patch update"
18263 msgstr "Обновление патча"
18264
18265 #: git-add--interactive.perl:1390
18266 #, perl-format
18267 msgid "Stage mode change [y,n,q,a,d%s,?]? "
18268 msgstr "Проиндексировать изменение режима доступа [y,n,q,a,d%s,?]? "
18269
18270 #: git-add--interactive.perl:1391
18271 #, perl-format
18272 msgid "Stage deletion [y,n,q,a,d%s,?]? "
18273 msgstr "Проиндексировать удаление [y,n,q,a,d%s,?]? "
18274
18275 #: git-add--interactive.perl:1392
18276 #, perl-format
18277 msgid "Stage this hunk [y,n,q,a,d%s,?]? "
18278 msgstr "Проиндексировать этот блок изменений [y,n,q,a,d%s,?]? "
18279
18280 #: git-add--interactive.perl:1395
18281 #, perl-format
18282 msgid "Stash mode change [y,n,q,a,d%s,?]? "
18283 msgstr "Спрятать изменение режима доступа [y,n,q,a,d%s,?]? "
18284
18285 #: git-add--interactive.perl:1396
18286 #, perl-format
18287 msgid "Stash deletion [y,n,q,a,d%s,?]? "
18288 msgstr "Спрятать удаление файла [y,n,q,a,d%s,?]? "
18289
18290 #: git-add--interactive.perl:1397
18291 #, perl-format
18292 msgid "Stash this hunk [y,n,q,a,d%s,?]? "
18293 msgstr "Спрятать этот блок изменений [y,n,q,a,d%s,?]? "
18294
18295 #: git-add--interactive.perl:1400
18296 #, perl-format
18297 msgid "Unstage mode change [y,n,q,a,d%s,?]? "
18298 msgstr "Убрать изменения режима доступа из индекса [y,n,q,a,d%s,?]? "
18299
18300 #: git-add--interactive.perl:1401
18301 #, perl-format
18302 msgid "Unstage deletion [y,n,q,a,d%s,?]? "
18303 msgstr "Убрать удаление из индекса [y,n,q,a,d%s,?]? "
18304
18305 #: git-add--interactive.perl:1402
18306 #, perl-format
18307 msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
18308 msgstr "Убрать из индекса этот блок измений [y,n,q,a,d%s,?]? "
18309
18310 #: git-add--interactive.perl:1405
18311 #, perl-format
18312 msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
18313 msgstr "Применить изменение режима доступа к индексу [y,n,q,a,d%s,?]? "
18314
18315 #: git-add--interactive.perl:1406
18316 #, perl-format
18317 msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
18318 msgstr "Применить удаление к индексу [y,n,q,a,d%s,?]? "
18319
18320 #: git-add--interactive.perl:1407
18321 #, perl-format
18322 msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
18323 msgstr "Применить этот блок к индексу [y,n,q,a,d%s,?]? "
18324
18325 #: git-add--interactive.perl:1410
18326 #, perl-format
18327 msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
18328 msgstr "Отменить изменения режима доступа в рабочем каталоге [y,n,q,a,d%s,?]? "
18329
18330 #: git-add--interactive.perl:1411
18331 #, perl-format
18332 msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
18333 msgstr "Отменить удаление в рабочем каталоге [y,n,q,a,d%s,?]? "
18334
18335 #: git-add--interactive.perl:1412
18336 #, perl-format
18337 msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
18338 msgstr "Отменить изменения этого блока в рабочем каталоге [y,n,q,a,d%s,?]? "
18339
18340 #: git-add--interactive.perl:1415
18341 #, perl-format
18342 msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
18343 msgstr "Отменить изменения режима доступа в индексе и рабочем каталоге [y,n,q,a,d%s,?]? "
18344
18345 #: git-add--interactive.perl:1416
18346 #, perl-format
18347 msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
18348 msgstr "Отменить удаление в индексе и рабочем каталоге [y,n,q,a,d%s,?]? "
18349
18350 #: git-add--interactive.perl:1417
18351 #, perl-format
18352 msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
18353 msgstr "Отменить изменения этого блока в индексе и рабочем каталоге [y,n,q,a,d%s,?]? "
18354
18355 #: git-add--interactive.perl:1420
18356 #, perl-format
18357 msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
18358 msgstr "Применить изменения режима доступа к индексу и рабочему каталогу [y,n,q,a,d%s,?]? "
18359
18360 #: git-add--interactive.perl:1421
18361 #, perl-format
18362 msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
18363 msgstr "Применить удаление к индексу и рабочему каталогу [y,n,q,a,d%s,?]? "
18364
18365 #: git-add--interactive.perl:1422
18366 #, perl-format
18367 msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
18368 msgstr "Применить изменения этого блока к индексу и рабочему каталогу [y,n,q,a,d%s,?]? "
18369
18370 #: git-add--interactive.perl:1522
18371 msgid "No other hunks to goto\n"
18372 msgstr ""
18373
18374 #: git-add--interactive.perl:1529
18375 msgid "go to which hunk (<ret> to see more)? "
18376 msgstr "на какой блок перейти (нажмите <ввод> чтобы увидеть еще)? "
18377
18378 #: git-add--interactive.perl:1531
18379 msgid "go to which hunk? "
18380 msgstr "на какой блок перейти? "
18381
18382 #: git-add--interactive.perl:1540
18383 #, perl-format
18384 msgid "Invalid number: '%s'\n"
18385 msgstr "Неверный номер: «%s»\n"
18386
18387 #: git-add--interactive.perl:1545
18388 #, perl-format
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"
18395
18396 #: git-add--interactive.perl:1571
18397 msgid "No other hunks to search\n"
18398 msgstr ""
18399
18400 #: git-add--interactive.perl:1575
18401 msgid "search for regex? "
18402 msgstr "искать с помощью регулярного выражения? "
18403
18404 #: git-add--interactive.perl:1588
18405 #, perl-format
18406 msgid "Malformed search regexp %s: %s\n"
18407 msgstr "Регулярное выражение для поиска в неверном формате %s: %s\n"
18408
18409 #: git-add--interactive.perl:1598
18410 msgid "No hunk matches the given pattern\n"
18411 msgstr "Не найдены блоки, которые соответствуют указанному шаблону\n"
18412
18413 #: git-add--interactive.perl:1610 git-add--interactive.perl:1632
18414 msgid "No previous hunk\n"
18415 msgstr "Нет предыдущего блока\n"
18416
18417 #: git-add--interactive.perl:1619 git-add--interactive.perl:1638
18418 msgid "No next hunk\n"
18419 msgstr "Не следующего блока\n"
18420
18421 #: git-add--interactive.perl:1644
18422 msgid "Sorry, cannot split this hunk\n"
18423 msgstr ""
18424
18425 #: git-add--interactive.perl:1650
18426 #, perl-format
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"
18433
18434 #: git-add--interactive.perl:1660
18435 msgid "Sorry, cannot edit this hunk\n"
18436 msgstr ""
18437
18438 #: git-add--interactive.perl:1706
18439 msgid "Review diff"
18440 msgstr "Просмотреть изменения"
18441
18442 #. TRANSLATORS: please do not translate the command names
18443 #. 'status', 'update', 'revert', etc.
18444 #: git-add--interactive.perl:1725
18445 msgid ""
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"
18453
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
18457 msgid "missing --"
18458 msgstr "отсутствует --"
18459
18460 #: git-add--interactive.perl:1763
18461 #, perl-format
18462 msgid "unknown --patch mode: %s"
18463 msgstr "неизвестный режим для --patch: %s"
18464
18465 #: git-add--interactive.perl:1769 git-add--interactive.perl:1775
18466 #, perl-format
18467 msgid "invalid argument %s, expecting --"
18468 msgstr "недопустимый аргумент %s, ожидается --"
18469
18470 #: git-send-email.perl:130
18471 msgid "local zone differs from GMT by a non-minute interval\n"
18472 msgstr "локальный часовой пояс отличается от GMT на не минутный интервал\n"
18473
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"
18477
18478 #: git-send-email.perl:211 git-send-email.perl:217
18479 msgid "the editor exited uncleanly, aborting everything"
18480 msgstr "редактор был завершен с ошибкой, отменяю всё"
18481
18482 #: git-send-email.perl:294
18483 #, perl-format
18484 msgid "'%s' contains an intermediate version of the email you were composing.\n"
18485 msgstr "«%s» содержит промежуточную версию письма, которое вы готовите.\n"
18486
18487 #: git-send-email.perl:299
18488 #, perl-format
18489 msgid "'%s.final' contains the composed email.\n"
18490 msgstr "«%s.final» содержит подготовленное письмо.\n"
18491
18492 #: git-send-email.perl:317
18493 msgid "--dump-aliases incompatible with other options\n"
18494 msgstr "--dump-aliases не совместимо с другими опциями\n"
18495
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"
18499
18500 #: git-send-email.perl:386
18501 msgid ""
18502 "`batch-size` and `relogin` must be specified together (via command-line or "
18503 "configuration option)\n"
18504 msgstr ""
18505
18506 #: git-send-email.perl:456
18507 #, perl-format
18508 msgid "Unknown --suppress-cc field: '%s'\n"
18509 msgstr "Неизвестное поле --suppress-cc: «%s»\n"
18510
18511 #: git-send-email.perl:485
18512 #, perl-format
18513 msgid "Unknown --confirm setting: '%s'\n"
18514 msgstr "Неизвестный параметр --confirm: «%s»\n"
18515
18516 #: git-send-email.perl:513
18517 #, perl-format
18518 msgid "warning: sendmail alias with quotes is not supported: %s\n"
18519 msgstr "предупреждение: сокращение для sendmail с кавычками не поддерживается: %s\n"
18520
18521 #: git-send-email.perl:515
18522 #, perl-format
18523 msgid "warning: `:include:` not supported: %s\n"
18524 msgstr "предупреждение: «:include:» не поддерживается: %s\n"
18525
18526 #: git-send-email.perl:517
18527 #, perl-format
18528 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
18529 msgstr "предупреждение: перенаправление «/file» или «|pipe» не поддерживается: %s\n"
18530
18531 #: git-send-email.perl:522
18532 #, perl-format
18533 msgid "warning: sendmail line is not recognized: %s\n"
18534 msgstr "предупреждение: строка sendmail не распознана: %s\n"
18535
18536 #: git-send-email.perl:604
18537 #, perl-format
18538 msgid ""
18539 "File '%s' exists but it could also be the range of commits\n"
18540 "to produce patches for. Please disambiguate by...\n"
18541 "\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"
18545
18546 #: git-send-email.perl:625
18547 #, perl-format
18548 msgid "Failed to opendir %s: %s"
18549 msgstr "Не удалось выполнить opendir %s: %s"
18550
18551 #: git-send-email.perl:649
18552 #, perl-format
18553 msgid ""
18554 "fatal: %s: %s\n"
18555 "warning: no patches were sent\n"
18556 msgstr "критическая ошибка: %s: %s\nпредупреждение: патчи не были отправлены\n"
18557
18558 #: git-send-email.perl:660
18559 msgid ""
18560 "\n"
18561 "No patch files specified!\n"
18562 "\n"
18563 msgstr "\nФайл с патчем не указан!\n\n"
18564
18565 #: git-send-email.perl:673
18566 #, perl-format
18567 msgid "No subject line in %s?"
18568 msgstr "Нет строки с темой в %s?"
18569
18570 #: git-send-email.perl:683
18571 #, perl-format
18572 msgid "Failed to open for writing %s: %s"
18573 msgstr "Не удалось открыть для записи %s: %s"
18574
18575 #: git-send-email.perl:694
18576 msgid ""
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"
18580 "\n"
18581 "Clear the body content if you don't wish to send a summary.\n"
18582 msgstr "Строки, начинающиеся с «GIT:» будут удалены.\nВозможно будет полезно включить статистику добавлений\nи удалений или таблицу содержимого в патч, который вы пишете.\n\nОчистите содержимое, если вы не хотите отправлять письмо с краткой информацией.\n"
18583
18584 #: git-send-email.perl:718
18585 #, perl-format
18586 msgid "Failed to open %s: %s"
18587 msgstr "Не удалось открыть %s: %s"
18588
18589 #: git-send-email.perl:735
18590 #, perl-format
18591 msgid "Failed to open %s.final: %s"
18592 msgstr "Не удалось открыть %s.final: %s"
18593
18594 #: git-send-email.perl:778
18595 msgid "Summary email is empty, skipping it\n"
18596 msgstr "Письмо с краткой информацией пустое, попускаю его\n"
18597
18598 #. TRANSLATORS: please keep [y/N] as is.
18599 #: git-send-email.perl:813
18600 #, perl-format
18601 msgid "Are you sure you want to use <%s> [y/N]? "
18602 msgstr "Вы уверены, что хотите использовать <%s> [y/N]? "
18603
18604 #: git-send-email.perl:868
18605 msgid ""
18606 "The following files are 8bit, but do not declare a Content-Transfer-"
18607 "Encoding.\n"
18608 msgstr "Следующие файлы 8 битные, но не содержат Content-Transfer-Encoding.\n"
18609
18610 #: git-send-email.perl:873
18611 msgid "Which 8bit encoding should I declare [UTF-8]? "
18612 msgstr "Какую 8 битную кодировку нужно указать [UTF-8]? "
18613
18614 #: git-send-email.perl:881
18615 #, perl-format
18616 msgid ""
18617 "Refusing to send because the patch\n"
18618 "\t%s\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"
18621
18622 #: git-send-email.perl:900
18623 msgid "To whom should the emails be sent (if anyone)?"
18624 msgstr "Кому должны быть отправлены письма (если нужно)?"
18625
18626 #: git-send-email.perl:918
18627 #, perl-format
18628 msgid "fatal: alias '%s' expands to itself\n"
18629 msgstr "критическая ошибка: сокращение «%s» раскрывается само в себя\n"
18630
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 для первого письма (если нужно)? "
18634
18635 #: git-send-email.perl:988 git-send-email.perl:996
18636 #, perl-format
18637 msgid "error: unable to extract a valid address from: %s\n"
18638 msgstr "ошибка: не удалось выделить действительный адрес из: %s\n"
18639
18640 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
18641 #. translation. The program will only accept English input
18642 #. at this point.
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] - редактировать): "
18646
18647 #: git-send-email.perl:1317
18648 #, perl-format
18649 msgid "CA path \"%s\" does not exist"
18650 msgstr "путь CA «%s» не существует"
18651
18652 #: git-send-email.perl:1400
18653 msgid ""
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"
18659 "\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"
18663 "\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"
18665
18666 #. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
18667 #. translation. The program will only accept English input
18668 #. at this point.
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] - все): "
18672
18673 #: git-send-email.perl:1418
18674 msgid "Send this email reply required"
18675 msgstr "Отправка этого ответа на письмо обязательна"
18676
18677 #: git-send-email.perl:1446
18678 msgid "The required SMTP server is not properly defined."
18679 msgstr "Требуемый SMTP сервер не был правильно объявлен."
18680
18681 #: git-send-email.perl:1493
18682 #, perl-format
18683 msgid "Server does not support STARTTLS! %s"
18684 msgstr "Сервер не поддерживает STARTTLS! %s"
18685
18686 #: git-send-email.perl:1498 git-send-email.perl:1502
18687 #, perl-format
18688 msgid "STARTTLS failed! %s"
18689 msgstr "Ошибка STARTTLS! %s"
18690
18691 #: git-send-email.perl:1511
18692 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
18693 msgstr "Не удалось инициализировать SMTP. Проверьте ваши настройки и попробуйте запустить в параметром --smtp-debug."
18694
18695 #: git-send-email.perl:1529
18696 #, perl-format
18697 msgid "Failed to send %s\n"
18698 msgstr "Не удалось отправить %s\n"
18699
18700 #: git-send-email.perl:1532
18701 #, perl-format
18702 msgid "Dry-Sent %s\n"
18703 msgstr "Имитация отправки %s\n"
18704
18705 #: git-send-email.perl:1532
18706 #, perl-format
18707 msgid "Sent %s\n"
18708 msgstr "Отправлено %s\n"
18709
18710 #: git-send-email.perl:1534
18711 msgid "Dry-OK. Log says:\n"
18712 msgstr "Имитация OK. Журнал содержит:\n"
18713
18714 #: git-send-email.perl:1534
18715 msgid "OK. Log says:\n"
18716 msgstr "OK. Журнал содержит:\n"
18717
18718 #: git-send-email.perl:1546
18719 msgid "Result: "
18720 msgstr "Результат: "
18721
18722 #: git-send-email.perl:1549
18723 msgid "Result: OK\n"
18724 msgstr "Результат: OK\n"
18725
18726 #: git-send-email.perl:1567
18727 #, perl-format
18728 msgid "can't open file %s"
18729 msgstr "не удалось открыть файл %s"
18730
18731 #: git-send-email.perl:1614 git-send-email.perl:1634
18732 #, perl-format
18733 msgid "(mbox) Adding cc: %s from line '%s'\n"
18734 msgstr "(mbox) Добавление cc: %s со строки «%s»\n"
18735
18736 #: git-send-email.perl:1620
18737 #, perl-format
18738 msgid "(mbox) Adding to: %s from line '%s'\n"
18739 msgstr "(mbox) Добавление to: %s со строки «%s»\n"
18740
18741 #: git-send-email.perl:1673
18742 #, perl-format
18743 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
18744 msgstr "(non-mbox) Добавление cc: %s со строки «%s»\n"
18745
18746 #: git-send-email.perl:1698
18747 #, perl-format
18748 msgid "(body) Adding cc: %s from line '%s'\n"
18749 msgstr "(body) Добавление cc: %s со строки «%s»\n"
18750
18751 #: git-send-email.perl:1809
18752 #, perl-format
18753 msgid "(%s) Could not execute '%s'"
18754 msgstr "(%s) Не удалось выполнить «%s»"
18755
18756 #: git-send-email.perl:1816
18757 #, perl-format
18758 msgid "(%s) Adding %s: %s from: '%s'\n"
18759 msgstr "(%s) Добавление %s: %s из: «%s»\n"
18760
18761 #: git-send-email.perl:1820
18762 #, perl-format
18763 msgid "(%s) failed to close pipe to '%s'"
18764 msgstr "(%s) не удалось закрыть поток к «%s»"
18765
18766 #: git-send-email.perl:1850
18767 msgid "cannot send message as 7bit"
18768 msgstr "не удалось отправить сообщение в 7 битной кодировке"
18769
18770 #: git-send-email.perl:1858
18771 msgid "invalid transfer encoding"
18772 msgstr "недопустимая кодировка передачи"
18773
18774 #: git-send-email.perl:1899 git-send-email.perl:1951 git-send-email.perl:1961
18775 #, perl-format
18776 msgid "unable to open %s: %s\n"
18777 msgstr "не удалось открыть %s: %s\n"
18778
18779 #: git-send-email.perl:1902
18780 #, perl-format
18781 msgid "%s: patch contains a line longer than 998 characters"
18782 msgstr "%s: патч содержит строку длиннее чем 998 символов"
18783
18784 #: git-send-email.perl:1919
18785 #, perl-format
18786 msgid "Skipping %s with backup suffix '%s'.\n"
18787 msgstr "Пропускаю %s с окончанием резервной копии «%s».\n"
18788
18789 #. TRANSLATORS: please keep "[y|N]" as is.
18790 #: git-send-email.perl:1923
18791 #, perl-format
18792 msgid "Do you really want to send %s? [y|N]: "
18793 msgstr "Вы действительно хотите отправить %s? [y - да|N - нет]: "