-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathru.po
11703 lines (9173 loc) · 436 KB
/
ru.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Dimitriy Ryazantcev <[email protected]>, 2014-2016
# insolor <[email protected]>, 2014
# insolor <[email protected]>, 2014
msgid ""
msgstr ""
"Project-Id-Version: Git Russian Localization Project\n"
"Report-Msgid-Bugs-To: Git Mailing List <[email protected]>\n"
"POT-Creation-Date: 2016-03-16 00:16+0800\n"
"PO-Revision-Date: 2016-03-15 18:54+0000\n"
"Last-Translator: Dimitriy Ryazantcev <[email protected]>\n"
"Language-Team: Russian (http://www.transifex.com/djm00n/git-po-ru/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ru\n"
"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"
#: advice.c:55
#, c-format
msgid "hint: %.*s\n"
msgstr "подсказка: %.*s\n"
#: advice.c:88
msgid ""
"Fix them up in the work tree, and then use 'git add/rm <file>'\n"
"as appropriate to mark resolution and make a commit."
msgstr "Исправьте их в рабочем каталоге, затем запустите «git add/rm <файл>»,\nчтобы пометить исправление и сделайте коммит."
#: advice.c:101 builtin/merge.c:1226
msgid "You have not concluded your merge (MERGE_HEAD exists)."
msgstr "Вы не завершили слияние (присутствует файл MERGE_HEAD)."
#: advice.c:103
msgid "Please, commit your changes before merging."
msgstr "Перед слиянием, выполните коммит ваших изменений."
#: advice.c:104
msgid "Exiting because of unfinished merge."
msgstr "Выход из-за незавершенного слияния."
#: archive.c:12
msgid "git archive [<options>] <tree-ish> [<path>...]"
msgstr "git archive [<опции>] <указатель-дерева> [<путь>…]"
#: archive.c:13
msgid "git archive --list"
msgstr "git archive --list"
#: archive.c:14
msgid ""
"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> "
"[<path>...]"
msgstr "git archive --remote <репозиторий> [--exec <команда>] [<опции>] <указатель-дерева> [<путь>…]"
#: archive.c:15
msgid "git archive --remote <repo> [--exec <cmd>] --list"
msgstr "git archive --remote <репозиторий> [--exec <команда>] --list"
#: archive.c:344 builtin/add.c:137 builtin/add.c:420 builtin/rm.c:327
#, c-format
msgid "pathspec '%s' did not match any files"
msgstr "спецификация пути «%s» не соответствует ни одному файлу"
#: archive.c:429
msgid "fmt"
msgstr "формат"
#: archive.c:429
msgid "archive format"
msgstr "формат архива"
#: archive.c:430 builtin/log.c:1232
msgid "prefix"
msgstr "префикс"
#: archive.c:431
msgid "prepend prefix to each pathname in the archive"
msgstr "добавлять префикс перед каждым путем файла в архиве"
#: archive.c:432 builtin/archive.c:88 builtin/blame.c:2547
#: builtin/blame.c:2548 builtin/config.c:60 builtin/fast-export.c:987
#: builtin/fast-export.c:989 builtin/grep.c:720 builtin/hash-object.c:100
#: builtin/ls-files.c:459 builtin/ls-files.c:462 builtin/notes.c:398
#: builtin/notes.c:561 builtin/read-tree.c:109 parse-options.h:153
msgid "file"
msgstr "файл"
#: archive.c:433 builtin/archive.c:89
msgid "write the archive to this file"
msgstr "запись архива в этот файл"
#: archive.c:435
msgid "read .gitattributes in working directory"
msgstr "читать .gitattributes в рабочем каталоге"
#: archive.c:436
msgid "report archived files on stderr"
msgstr "отчет об архивированных файлах в stderr"
#: archive.c:437
msgid "store only"
msgstr "только хранение"
#: archive.c:438
msgid "compress faster"
msgstr "сжимать быстрее"
#: archive.c:446
msgid "compress better"
msgstr "сжимать лучше"
#: archive.c:449
msgid "list supported archive formats"
msgstr "перечислить поддерживаемые форматы архивов"
#: archive.c:451 builtin/archive.c:90 builtin/clone.c:78
msgid "repo"
msgstr "репозиторий"
#: archive.c:452 builtin/archive.c:91
msgid "retrieve the archive from remote repository <repo>"
msgstr "получить архив из внешнего <репозитория>"
#: archive.c:453 builtin/archive.c:92 builtin/notes.c:482
msgid "command"
msgstr "команда"
#: archive.c:454 builtin/archive.c:93
msgid "path to the remote git-upload-archive command"
msgstr "путь к команде git-upload-archive на машине с внешним репозиторием"
#: attr.c:263
msgid ""
"Negative patterns are ignored in git attributes\n"
"Use '\\!' for literal leading exclamation."
msgstr "Отрицающие шаблоны в атрибутах git игнорируются.\nИспользуйте «\\!» для буквального использования символа в значении «восклицательный знак»."
#: branch.c:53
#, c-format
msgid ""
"\n"
"After fixing the error cause you may try to fix up\n"
"the remote tracking information by invoking\n"
"\"git branch --set-upstream-to=%s%s%s\"."
msgstr "\nПосле исправления причины ошибки,\nвы можете исправить информацию об отслеживаемой\nвнешней ветке, с помощью команды\n«git branch --set-upstream-to=%s%s%s»."
#: branch.c:67
#, c-format
msgid "Not setting branch %s as its own upstream."
msgstr "Не устанавливаю ветку %s, так так она принадлежит вышестоящему репозиторию."
#: branch.c:93
#, c-format
msgid "Branch %s set up to track remote branch %s from %s by rebasing."
msgstr "Ветка %s отслеживает внешнюю ветку %s из %s перемещением."
#: branch.c:94
#, c-format
msgid "Branch %s set up to track remote branch %s from %s."
msgstr "Ветка %s отслеживает внешнюю ветку %s из %s."
#: branch.c:98
#, c-format
msgid "Branch %s set up to track local branch %s by rebasing."
msgstr "Ветка %s отслеживает локальную ветку %s перемещением."
#: branch.c:99
#, c-format
msgid "Branch %s set up to track local branch %s."
msgstr "Ветка %s отслеживает локальную ветку %s."
#: branch.c:104
#, c-format
msgid "Branch %s set up to track remote ref %s by rebasing."
msgstr "Ветка %s отслеживает внешнюю ссылку %s перемещением."
#: branch.c:105
#, c-format
msgid "Branch %s set up to track remote ref %s."
msgstr "Ветка %s отслеживает внешнюю ссылку %s."
#: branch.c:109
#, c-format
msgid "Branch %s set up to track local ref %s by rebasing."
msgstr "Ветка %s отслеживает локальную ссылку %s перемещением."
#: branch.c:110
#, c-format
msgid "Branch %s set up to track local ref %s."
msgstr "Ветка %s отслеживает локальную ссылку %s."
#: branch.c:119
msgid "Unable to write upstream branch configuration"
msgstr "Не удалось записать настройки вышестоящей ветки"
#: branch.c:156
#, c-format
msgid "Not tracking: ambiguous information for ref %s"
msgstr "Не отслеживается: неоднозначная информация для ссылки %s"
#: branch.c:185
#, c-format
msgid "'%s' is not a valid branch name."
msgstr "«%s» не является действительным именем ветки."
#: branch.c:190
#, c-format
msgid "A branch named '%s' already exists."
msgstr "Ветка с именем «%s» уже существует."
#: branch.c:198
msgid "Cannot force update the current branch."
msgstr "Не удалось принудительно обновить текущую ветку."
#: branch.c:218
#, c-format
msgid ""
"Cannot setup tracking information; starting point '%s' is not a branch."
msgstr "Не удалось настроить информацию отслеживания; стартовая точка «%s» не является веткой."
#: branch.c:220
#, c-format
msgid "the requested upstream branch '%s' does not exist"
msgstr "запрошенная ветка вышестоящего репозитория «%s» не существует"
#: branch.c:222
msgid ""
"\n"
"If you are planning on basing your work on an upstream\n"
"branch that already exists at the remote, you may need to\n"
"run \"git fetch\" to retrieve it.\n"
"\n"
"If you are planning to push out a new local branch that\n"
"will track its remote counterpart, you may want to use\n"
"\"git push -u\" to set the upstream config as you push."
msgstr "\nЕсли вы планируете основывать свою работу на вышестоящей ветке, которая уже существует во внешнем репозитории, вам может потребоваться запустить «git fetch» для ее получения.\n\nЕсли вы планируете отправить новую локальную ветку, которая будет отслеживаться, во внешний репозиторий, вам может потребоваться запустить «git push -u» — чтобы сохранить настройку вышестоящего репозитория для отправки."
#: branch.c:266
#, c-format
msgid "Not a valid object name: '%s'."
msgstr "Недопустимое имя объекта: «%s»."
#: branch.c:286
#, c-format
msgid "Ambiguous object name: '%s'."
msgstr "Неоднозначное имя объекта: «%s»."
#: branch.c:291
#, c-format
msgid "Not a valid branch point: '%s'."
msgstr "Недопустимая точка ветки: «%s»."
#: branch.c:344
#, c-format
msgid "'%s' is already checked out at '%s'"
msgstr "«%s» уже находится на «%s»"
#: bundle.c:34
#, c-format
msgid "'%s' does not look like a v2 bundle file"
msgstr "«%s» не похож на файл пакета версии 2"
#: bundle.c:61
#, c-format
msgid "unrecognized header: %s%s (%d)"
msgstr "неопознанный заголовок: %s%s (%d)"
#: bundle.c:87 builtin/commit.c:766
#, c-format
msgid "could not open '%s'"
msgstr "не удалось открыть «%s»"
#: bundle.c:139
msgid "Repository lacks these prerequisite commits:"
msgstr "В репозитории отсутствуют необходимые коммиты:"
#: bundle.c:163 ref-filter.c:1462 sequencer.c:627 sequencer.c:1074
#: builtin/blame.c:2754 builtin/commit.c:1045 builtin/log.c:334
#: builtin/log.c:852 builtin/log.c:1467 builtin/log.c:1700 builtin/merge.c:358
#: builtin/shortlog.c:170
msgid "revision walk setup failed"
msgstr "сбой инициализации прохода по редакциям"
#: bundle.c:185
#, c-format
msgid "The bundle contains this ref:"
msgid_plural "The bundle contains these %d refs:"
msgstr[0] "Пакет содержит эту %d ссылку:"
msgstr[1] "Пакет содержит эти %d ссылки:"
msgstr[2] "Пакет содержит эти %d ссылок:"
msgstr[3] "Пакет содержит эти %d ссылок:"
#: bundle.c:192
msgid "The bundle records a complete history."
msgstr "Пакет содержит полную историю."
#: bundle.c:194
#, c-format
msgid "The bundle requires this ref:"
msgid_plural "The bundle requires these %d refs:"
msgstr[0] "Пакет требует эту %d ссылку:"
msgstr[1] "Пакет требует эти %d ссылки:"
msgstr[2] "Пакет требует эти %d ссылок:"
msgstr[3] "Пакет требует эти %d ссылок:"
#: bundle.c:253
msgid "Could not spawn pack-objects"
msgstr "Не удалось создать объекты пакета"
#: bundle.c:264
msgid "pack-objects died"
msgstr "критическая ошибка pack-objects"
#: bundle.c:304
msgid "rev-list died"
msgstr "критическая ошибка rev-list"
#: bundle.c:353
#, c-format
msgid "ref '%s' is excluded by the rev-list options"
msgstr "ссылка «%s» исключена в соответствии с опциями rev-list"
#: bundle.c:443 builtin/log.c:157 builtin/log.c:1372 builtin/shortlog.c:273
#, c-format
msgid "unrecognized argument: %s"
msgstr "неопознанный аргумент: %s"
#: bundle.c:449
msgid "Refusing to create empty bundle."
msgstr "Отклонение создания пустого пакета."
#: bundle.c:459
#, c-format
msgid "cannot create '%s'"
msgstr "не удалось создать «%s»"
#: bundle.c:480
msgid "index-pack died"
msgstr "критическая ошибка index-pack"
#: color.c:275
#, c-format
msgid "invalid color value: %.*s"
msgstr "недопустимое значение цвета: %.*s"
#: commit.c:40 builtin/am.c:437 builtin/am.c:473 builtin/am.c:1505
#: builtin/am.c:2135
#, c-format
msgid "could not parse %s"
msgstr "не удалось разобрать %s"
#: commit.c:42
#, c-format
msgid "%s %s is not a commit!"
msgstr "%s %s не является коммитом!"
#: compat/obstack.c:406 compat/obstack.c:408
msgid "memory exhausted"
msgstr "память исчерпана"
#: config.c:475 config.c:477
#, c-format
msgid "bad config line %d in %s %s"
msgstr "ошибка в %d строке файла конфигурации в %s %s"
#: config.c:593
#, c-format
msgid "bad numeric config value '%s' for '%s' in %s %s: %s"
msgstr "неправильное числовое значение «%s» для «%s» в %s %s: %s"
#: config.c:595
#, c-format
msgid "bad numeric config value '%s' for '%s': %s"
msgstr "неправильное числовое значение «%s» для «%s»: %s"
#: config.c:680
#, c-format
msgid "failed to expand user dir in: '%s'"
msgstr "сбой разворачивания пути каталога пользователя: «%s»"
#: config.c:758 config.c:769
#, c-format
msgid "bad zlib compression level %d"
msgstr "неправильный уровень сжатия zlib %d"
#: config.c:891
#, c-format
msgid "invalid mode for object creation: %s"
msgstr "недопустимый режим создания объекта: %s"
#: config.c:1220
msgid "unable to parse command-line config"
msgstr "не удалось разобрать конфигурацию из командной строки"
#: config.c:1281
msgid "unknown error occured while reading the configuration files"
msgstr "произошла неизвестная ошибка при чтении файлов конфигурации"
#: config.c:1629
#, c-format
msgid "unable to parse '%s' from command-line config"
msgstr "не удалось разобрать «%s» в конфигурации из командной строки"
#: config.c:1631
#, c-format
msgid "bad config variable '%s' in file '%s' at line %d"
msgstr "неправильная переменная конфигурации «%s» в файле «%s» на строке %d"
#: config.c:1690
#, c-format
msgid "%s has multiple values"
msgstr "%s имеет несколько значений"
#: config.c:2226
#, c-format
msgid "Could not set '%s' to '%s'"
msgstr "Не удалось установить «%s» в «%s»"
#: connected.c:69
msgid "Could not run 'git rev-list'"
msgstr "Не удалось запустить «git rev-list»"
#: connected.c:89
#, c-format
msgid "failed write to rev-list: %s"
msgstr "сбой записи в rev-list: %s"
#: connected.c:97
#, c-format
msgid "failed to close rev-list's stdin: %s"
msgstr "сбой закрытия стандартного ввода у rev-list: %s"
#: date.c:95
msgid "in the future"
msgstr "в будущем"
#: date.c:101
#, c-format
msgid "%lu second ago"
msgid_plural "%lu seconds ago"
msgstr[0] "%lu секунду назад"
msgstr[1] "%lu секунды назад"
msgstr[2] "%lu секунд назад"
msgstr[3] "%lu секунд назад"
#: date.c:108
#, c-format
msgid "%lu minute ago"
msgid_plural "%lu minutes ago"
msgstr[0] "%lu минуту назад"
msgstr[1] "%lu минуты назад"
msgstr[2] "%lu минут назад"
msgstr[3] "%lu минут назад"
#: date.c:115
#, c-format
msgid "%lu hour ago"
msgid_plural "%lu hours ago"
msgstr[0] "%lu час назад"
msgstr[1] "%lu часа назад"
msgstr[2] "%lu часов назад"
msgstr[3] "%lu часов назад"
#: date.c:122
#, c-format
msgid "%lu day ago"
msgid_plural "%lu days ago"
msgstr[0] "%lu день назад"
msgstr[1] "%lu дня назад"
msgstr[2] "%lu дней назад"
msgstr[3] "%lu дней назад"
#: date.c:128
#, c-format
msgid "%lu week ago"
msgid_plural "%lu weeks ago"
msgstr[0] "%lu неделю назад"
msgstr[1] "%lu недели назад"
msgstr[2] "%lu недель назад"
msgstr[3] "%lu недель назад"
#: date.c:135
#, c-format
msgid "%lu month ago"
msgid_plural "%lu months ago"
msgstr[0] "%lu месяц назад"
msgstr[1] "%lu месяца назад"
msgstr[2] "%lu месяцев назад"
msgstr[3] "%lu месяцев назад"
#: date.c:146
#, c-format
msgid "%lu year"
msgid_plural "%lu years"
msgstr[0] "%lu год"
msgstr[1] "%lu года"
msgstr[2] "%lu лет"
msgstr[3] "%lu лет"
#. TRANSLATORS: "%s" is "<n> years"
#: date.c:149
#, c-format
msgid "%s, %lu month ago"
msgid_plural "%s, %lu months ago"
msgstr[0] "%s и %lu месяц назад"
msgstr[1] "%s и %lu месяца назад"
msgstr[2] "%s и %lu месяцев назад"
msgstr[3] "%s и %lu месяцев назад"
#: date.c:154 date.c:159
#, c-format
msgid "%lu year ago"
msgid_plural "%lu years ago"
msgstr[0] "%lu год назад"
msgstr[1] "%lu года назад"
msgstr[2] "%lu лет назад"
msgstr[3] "%lu лет назад"
#: diffcore-order.c:24
#, c-format
msgid "failed to read orderfile '%s'"
msgstr "сбой чтения orderfile «%s»"
#: diffcore-rename.c:536
msgid "Performing inexact rename detection"
msgstr "Выполняется неточное определение переименования"
#: diff.c:115
#, c-format
msgid " Failed to parse dirstat cut-off percentage '%s'\n"
msgstr " Сбой разбора величины среза (cut-off) у dirstat «%s»\n"
#: diff.c:120
#, c-format
msgid " Unknown dirstat parameter '%s'\n"
msgstr "Неизвестный параметр dirstat: «%s»\n"
#: diff.c:215
#, c-format
msgid "Unknown value for 'diff.submodule' config variable: '%s'"
msgstr "Неизвестное значения для переменной «diff.submodule»: «%s»"
#: diff.c:267
#, c-format
msgid ""
"Found errors in 'diff.dirstat' config variable:\n"
"%s"
msgstr "Найдены ошибки в переменной «diff.dirstat»:\n%s"
#: diff.c:2997
#, c-format
msgid "external diff died, stopping at %s"
msgstr "критическая ошибка при внешнем сравнении, останов на %s"
#: diff.c:3393
msgid "--follow requires exactly one pathspec"
msgstr "--follow требует ровно одной спецификации пути"
#: diff.c:3556
#, c-format
msgid ""
"Failed to parse --dirstat/-X option parameter:\n"
"%s"
msgstr "Сбой разбора параметра опции --dirstat/-X :\n%s"
#: diff.c:3570
#, c-format
msgid "Failed to parse --submodule option parameter: '%s'"
msgstr "Сбой разбора параметра опции --submodule: «%s»"
#: dir.c:2004
msgid "failed to get kernel name and information"
msgstr "не удалось получить имя ядра и информацию"
#: dir.c:2123
msgid "Untracked cache is disabled on this system or location."
msgstr "Кэш неотслеживаемых файлов отключен на этой системе или в этом месте."
#: gpg-interface.c:166 gpg-interface.c:237
msgid "could not run gpg."
msgstr "не удалось запустить gpg."
#: gpg-interface.c:178
msgid "gpg did not accept the data"
msgstr "gpg не принял данные"
#: gpg-interface.c:189
msgid "gpg failed to sign the data"
msgstr "gpg не удалось подписать данные"
#: gpg-interface.c:222
#, c-format
msgid "could not create temporary file '%s': %s"
msgstr "не удалось создать временный файл «%s»: %s"
#: gpg-interface.c:225
#, c-format
msgid "failed writing detached signature to '%s': %s"
msgstr "сбой записи отсоединенной подписи в «%s»: %s"
#: grep.c:1718
#, c-format
msgid "'%s': unable to read %s"
msgstr "«%s»: не удалось прочесть %s"
#: grep.c:1735
#, c-format
msgid "'%s': %s"
msgstr "«%s»: %s"
#: grep.c:1746
#, c-format
msgid "'%s': short read %s"
msgstr "«%s»: слишком мало данных прочитано %s"
#: help.c:205
#, c-format
msgid "available git commands in '%s'"
msgstr "доступные команды git в «%s»"
#: help.c:212
msgid "git commands available from elsewhere on your $PATH"
msgstr "команды git, доступные в других местах вашего $PATH"
#: help.c:244
msgid "These are common Git commands used in various situations:"
msgstr "Стандартные команды Git используемые в различных ситуациях:"
#: help.c:309
#, c-format
msgid ""
"'%s' appears to be a git command, but we were not\n"
"able to execute it. Maybe git-%s is broken?"
msgstr "«%s» похоже на команду git, но нам не удалось ее запустить. Возможно, git-%s не работает?"
#: help.c:366
msgid "Uh oh. Your system reports no Git commands at all."
msgstr "Ой-ёй! Ваша система не сообщает ни о каких командах Git вообще."
#: help.c:388
#, c-format
msgid ""
"WARNING: You called a Git command named '%s', which does not exist.\n"
"Continuing under the assumption that you meant '%s'"
msgstr "ВНИМАНИЕ: Вы вызвали команду Git «%s», но такой не существует.\nПродолжаем с предположением, что вы имели в виду «%s»"
#: help.c:393
#, c-format
msgid "in %0.1f seconds automatically..."
msgstr "через %0.1f секунд автоматически…"
#: help.c:400
#, c-format
msgid "git: '%s' is not a git command. See 'git --help'."
msgstr "git: «%s» не является командой git. Смотрите «git --help»."
#: help.c:404 help.c:464
msgid ""
"\n"
"Did you mean this?"
msgid_plural ""
"\n"
"Did you mean one of these?"
msgstr[0] "\nВозможно, вы имели в виду это?"
msgstr[1] "\nВозможно, вы имели в виду что-то из этого?"
msgstr[2] "\nВозможно, вы имели в виду что-то из этого?"
msgstr[3] "\nВозможно, вы имели в виду что-то из этого?"
#: help.c:460
#, c-format
msgid "%s: %s - %s"
msgstr "%s: %s — %s"
#: merge.c:41
msgid "failed to read the cache"
msgstr "сбой чтения кэша"
#: merge.c:94 builtin/am.c:2008 builtin/am.c:2043 builtin/checkout.c:376
#: builtin/checkout.c:587 builtin/clone.c:730
msgid "unable to write new index file"
msgstr "не удалось записать новый файл индекса"
#: merge-recursive.c:189
#, c-format
msgid "(bad commit)\n"
msgstr "(плохой коммит)\n"
#: merge-recursive.c:209
#, c-format
msgid "addinfo_cache failed for path '%s'"
msgstr "сбой addinfo_cache для пути «%s»"
#: merge-recursive.c:270
msgid "error building trees"
msgstr "ошибка при построении деревьев"
#: merge-recursive.c:689
#, c-format
msgid "failed to create path '%s'%s"
msgstr "не удалось создать путь «%s»%s"
#: merge-recursive.c:700
#, c-format
msgid "Removing %s to make room for subdirectory\n"
msgstr "Удаление %s, чтобы освободить место для подкаталогов\n"
#: merge-recursive.c:714 merge-recursive.c:735
msgid ": perhaps a D/F conflict?"
msgstr ": возможно, конфликт каталогов/файлов?"
#: merge-recursive.c:725
#, c-format
msgid "refusing to lose untracked file at '%s'"
msgstr "отказ потери неотслеживаемого файла в «%s»"
#: merge-recursive.c:765
#, c-format
msgid "cannot read object %s '%s'"
msgstr "невозможно прочитать объект %s «%s»"
#: merge-recursive.c:767
#, c-format
msgid "blob expected for %s '%s'"
msgstr "ожидается двоичный объект для %s «%s»"
#: merge-recursive.c:790 builtin/clone.c:374
#, c-format
msgid "failed to open '%s'"
msgstr "не удалось открыть «%s»"
#: merge-recursive.c:798
#, c-format
msgid "failed to symlink '%s'"
msgstr "не удалось создать символьную ссылку «%s»"
#: merge-recursive.c:801
#, c-format
msgid "do not know what to do with %06o %s '%s'"
msgstr "не понятно, что делать с %06o %s «%s»"
#: merge-recursive.c:939
msgid "Failed to execute internal merge"
msgstr "Не удалось запустить внутреннее слияние"
#: merge-recursive.c:943
#, c-format
msgid "Unable to add %s to database"
msgstr "Не удалось добавить %s в базу данных"
#: merge-recursive.c:959
msgid "unsupported object type in the tree"
msgstr "объект неподдерживаемого типа в дереве"
#: merge-recursive.c:1034 merge-recursive.c:1048
#, c-format
msgid ""
"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
"in tree."
msgstr "КОНФЛИКТ (%s/удаление): %s удалено в %s и %s в %s. Версия %s из %s оставлена в дереве."
#: merge-recursive.c:1040 merge-recursive.c:1053
#, c-format
msgid ""
"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
"in tree at %s."
msgstr "КОНФЛИКТ (%s/удаление): %s удалено в %s и %s в %s. Версия %s из %s оставлена в дереве на %s."
#: merge-recursive.c:1094
msgid "rename"
msgstr "переименование"
#: merge-recursive.c:1094
msgid "renamed"
msgstr "переименовано"
#: merge-recursive.c:1150
#, c-format
msgid "%s is a directory in %s adding as %s instead"
msgstr "%s — это каталог в %s, добавляем как %s вместо этого"
#: merge-recursive.c:1172
#, c-format
msgid ""
"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename "
"\"%s\"->\"%s\" in \"%s\"%s"
msgstr "КОНФЛИКТ (переименование/переименование): Переименование «%s»→«%s» в ветке «%s» и переименование «%s»→«%s» в ветке «%s»%s"
#: merge-recursive.c:1177
msgid " (left unresolved)"
msgstr " (оставлено неразрешенным)"
#: merge-recursive.c:1231
#, c-format
msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
msgstr "КОНФЛИКТ (переименование/переименование): Переименование «%s»→«%s» в ветке «%s» и переименование «%s»→«%s» в ветке «%s»"
#: merge-recursive.c:1261
#, c-format
msgid "Renaming %s to %s and %s to %s instead"
msgstr "Переименовываю %s в %s и %s в %s вместо этого"
#: merge-recursive.c:1460
#, c-format
msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
msgstr "КОНФЛИКТ (переименование/добавление): Переименование «%s»→«%s» в ветке «%s» и добавление «%s» в ветке «%s»"
#: merge-recursive.c:1470
#, c-format
msgid "Adding merged %s"
msgstr "Добавление слитого %s"
#: merge-recursive.c:1475 merge-recursive.c:1677
#, c-format
msgid "Adding as %s instead"
msgstr "Добавление вместо этого как %s"
#: merge-recursive.c:1526
#, c-format
msgid "cannot read object %s"
msgstr "невозможно прочитать объект «%s»"
#: merge-recursive.c:1529
#, c-format
msgid "object %s is not a blob"
msgstr "объект %s не является двоичным объектом"
#: merge-recursive.c:1581
msgid "modify"
msgstr "изменение"
#: merge-recursive.c:1581
msgid "modified"
msgstr "изменено"
#: merge-recursive.c:1591
msgid "content"
msgstr "содержимое"
#: merge-recursive.c:1598
msgid "add/add"
msgstr "добавление/добавление"
#: merge-recursive.c:1632
#, c-format
msgid "Skipped %s (merged same as existing)"
msgstr "Пропуск %s (слиты одинаковые изменения как существующие)"
#: merge-recursive.c:1646
#, c-format
msgid "Auto-merging %s"
msgstr "Автослияние %s"
#: merge-recursive.c:1650 git-submodule.sh:1048
msgid "submodule"
msgstr "подмодуль"
#: merge-recursive.c:1651
#, c-format
msgid "CONFLICT (%s): Merge conflict in %s"
msgstr "КОНФЛИКТ (%s): Конфликт слияния в %s"
#: merge-recursive.c:1737
#, c-format
msgid "Removing %s"
msgstr "Удаление %s"
#: merge-recursive.c:1762
msgid "file/directory"
msgstr "файл/каталог"
#: merge-recursive.c:1768
msgid "directory/file"
msgstr "каталог/файл"
#: merge-recursive.c:1773
#, c-format
msgid ""
"CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
msgstr "КОНФЛИКТ (%s): Уже существует каталог с именем «%s» в «%s». Добавление «%s» как «%s»"
#: merge-recursive.c:1783
#, c-format
msgid "Adding %s"
msgstr "Добавление %s"
#: merge-recursive.c:1800
msgid "Fatal merge failure, shouldn't happen."
msgstr "Критическая ошибка слияния, такого не должно случаться."
#: merge-recursive.c:1819
msgid "Already up-to-date!"
msgstr "Уже обновлено!"
#: merge-recursive.c:1828
#, c-format
msgid "merging of trees %s and %s failed"
msgstr "сбой слияния деревьев «%s» и «%s»"
#: merge-recursive.c:1858
#, c-format
msgid "Unprocessed path??? %s"
msgstr "Необработанный путь??? %s"
#: merge-recursive.c:1906
msgid "Merging:"
msgstr "Слияние:"
#: merge-recursive.c:1919
#, c-format
msgid "found %u common ancestor:"
msgid_plural "found %u common ancestors:"
msgstr[0] "найден %u общий предок:"
msgstr[1] "найдено %u общих предка:"
msgstr[2] "найдено %u общих предков:"
msgstr[3] "найдено %u общих предков:"
#: merge-recursive.c:1956
msgid "merge returned no commit"
msgstr "слияние не вернуло коммит"
#: merge-recursive.c:2013
#, c-format
msgid "Could not parse object '%s'"
msgstr "Не удалось разобрать объект «%s»"
#: merge-recursive.c:2024 builtin/merge.c:646
msgid "Unable to write index."
msgstr "Не удается записать индекс."
#: notes-utils.c:41
msgid "Cannot commit uninitialized/unreferenced notes tree"
msgstr "Нельзя закоммитить неинициализированное или не имеющее ссылок дерево заметок"
#: notes-utils.c:100
#, c-format
msgid "Bad notes.rewriteMode value: '%s'"
msgstr "Неправильное значение notes.rewriteMode: «%s»"
#: notes-utils.c:110
#, c-format
msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
msgstr "Отказ в перезаписи заметок в %s (за пределами refs/notes/)"
#. TRANSLATORS: The first %s is the name of the
#. environment variable, the second %s is its value
#: notes-utils.c:137
#, c-format
msgid "Bad %s value: '%s'"
msgstr "Неправильное значение переменной %s: «%s»"
#: object.c:242
#, c-format
msgid "unable to parse object: %s"
msgstr "не удалось разобрать объект: %s"
#: parse-options.c:570
msgid "..."
msgstr "…"
#: parse-options.c:588
#, c-format
msgid "usage: %s"
msgstr "использование: %s"
#. TRANSLATORS: the colon here should align with the
#. one in "usage: %s" translation
#: parse-options.c:592
#, c-format
msgid " or: %s"
msgstr " или: %s"
#: parse-options.c:595
#, c-format
msgid " %s"
msgstr " %s"
#: parse-options.c:629
msgid "-NUM"
msgstr "-КОЛИЧЕСТВО"
#: parse-options-cb.c:108
#, c-format
msgid "malformed object name '%s'"
msgstr "Неправильное имя объекта «%s»"
#: path.c:752
#, c-format
msgid "Could not make %s writable by group"
msgstr "Не удалось предоставить доступ к %s на запись"
#: pathspec.c:133
msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
msgstr "глобальные опции спецификации пути «glob» и «noglob» нельзя использовать одновременно"
#: pathspec.c:143