@@ -10,8 +10,8 @@ msgid ""
1010msgstr ""
1111"Project-Id-Version : Git Russian Localization Project\n "
1212"
Report-Msgid-Bugs-To :
Git Mailing List <[email protected] >\n "
13- "POT-Creation-Date : 2016-02-28 20:31 +0800\n "
14- "PO-Revision-Date : 2016-03-02 15:33 +0000\n "
13+ "POT-Creation-Date : 2016-03-12 22:05 +0800\n "
14+ "PO-Revision-Date : 2016-03-12 23:44 +0000\n "
1515"
Last-Translator :
Dimitriy Ryazantcev <[email protected] >\n "
1616"Language-Team : Russian (http://www.transifex.com/djm00n/git-po-ru/language/ru/)\n "
1717"MIME-Version : 1.0\n "
@@ -986,7 +986,7 @@ msgstr "-КОЛИЧЕСТВО"
986986#: parse-options-cb.c:108
987987#, c-format
988988msgid "malformed object name '%s'"
989- msgstr "Поврежденное имя объекта «%s»"
989+ msgstr "Неправильное имя объекта «%s»"
990990
991991#: path.c:752
992992#, c-format
@@ -1111,6 +1111,16 @@ msgstr "неопознанный цвет: %%(color:%s)"
11111111msgid "unrecognized format: %%(%s)"
11121112msgstr "неопознанный формат: %%(%s)"
11131113
1114+ #: ref-filter.c:77
1115+ #, c-format
1116+ msgid "%%(body) does not take arguments"
1117+ msgstr "%%(body) не принимает аргументов"
1118+
1119+ #: ref-filter.c:84
1120+ #, c-format
1121+ msgid "%%(subject) does not take arguments"
1122+ msgstr "%%(subject) не принимает аргументов"
1123+
11141124#: ref-filter.c:101
11151125#, c-format
11161126msgid "positive value expected contents:lines=%s"
@@ -1151,15 +1161,64 @@ msgstr "неопознанный аргумент %%(align): %s"
11511161msgid "positive width expected with the %%(align) atom"
11521162msgstr "ожидается положительная ширина с указанием частицы %%(align)"
11531163
1164+ #: ref-filter.c:244
1165+ #, c-format
1166+ msgid "malformed field name: %.*s"
1167+ msgstr "неправильное имя поля: %.*s"
1168+
1169+ #: ref-filter.c:270
1170+ #, c-format
1171+ msgid "unknown field name: %.*s"
1172+ msgstr "неизвестное имя поля: %.*s"
1173+
11541174#: ref-filter.c:372
11551175#, c-format
11561176msgid "format: %%(end) atom used without corresponding atom"
11571177msgstr "формат: частица %%(end) использована без соответствующей частицы"
11581178
1179+ #: ref-filter.c:424
1180+ #, c-format
1181+ msgid "malformed format string %s"
1182+ msgstr "неправильная строка формата %s"
1183+
1184+ #: ref-filter.c:878
1185+ msgid ":strip= requires a positive integer argument"
1186+ msgstr ":strip= требует наличия положительного целого аргумента"
1187+
1188+ #: ref-filter.c:883
1189+ #, c-format
1190+ msgid "ref '%s' does not have %ld components to :strip"
1191+ msgstr "ссылка «%s» не содержит %ld компонент для :strip"
1192+
1193+ #: ref-filter.c:1046
1194+ #, c-format
1195+ msgid "unknown %.*s format %s"
1196+ msgstr "неизвестный %.*s формат %s"
1197+
1198+ #: ref-filter.c:1066 ref-filter.c:1097
1199+ #, c-format
1200+ msgid "missing object %s for %s"
1201+ msgstr "не найден объект %s для %s"
1202+
1203+ #: ref-filter.c:1069 ref-filter.c:1100
1204+ #, c-format
1205+ msgid "parse_object_buffer failed on %s for %s"
1206+ msgstr "сбой при выполнении parse_object_buffer на %s для %s"
1207+
11591208#: ref-filter.c:1311
11601209#, c-format
11611210msgid "malformed object at '%s'"
1162- msgstr "Поврежденный объект «%s»"
1211+ msgstr "Повреждённый объект «%s»"
1212+
1213+ #: ref-filter.c:1373
1214+ #, c-format
1215+ msgid "ignoring ref with broken name %s"
1216+ msgstr "игнорирую ссылку с неправильным именем %s"
1217+
1218+ #: ref-filter.c:1378
1219+ #, c-format
1220+ msgid "ignoring broken ref %s"
1221+ msgstr "игнорирую неправильную ссылку %s"
11631222
11641223#: ref-filter.c:1651
11651224#, c-format
@@ -1169,7 +1228,7 @@ msgstr "format: пропущена частица %%(end)"
11691228#: ref-filter.c:1705
11701229#, c-format
11711230msgid "malformed object name %s"
1172- msgstr "плохое имя объекта %s"
1231+ msgstr "неправильное имя объекта %s"
11731232
11741233#: remote.c:745
11751234#, c-format
@@ -1486,7 +1545,7 @@ msgstr "Неправильное значение %s: %s"
14861545#: sequencer.c:795
14871546#, c-format
14881547msgid "Malformed options sheet: %s"
1489- msgstr "Испорченная карта с опциями: %s"
1548+ msgstr "Повреждённая карта с опциями: %s"
14901549
14911550#: sequencer.c:814
14921551msgid "a cherry-pick or revert is already in progress"
@@ -1565,6 +1624,20 @@ msgstr "Нельзя отобрать лучшее в пустую ветку"
15651624msgid "failed to read %s"
15661625msgstr "не удалось прочитать %s"
15671626
1627+ #: sha1_file.c:1080
1628+ msgid "offset before end of packfile (broken .idx?)"
1629+ msgstr "сдвиг до конца файла пакета (возможно, повреждён файл .idx?)"
1630+
1631+ #: sha1_file.c:2459
1632+ #, c-format
1633+ msgid "offset before start of pack index for %s (corrupt index?)"
1634+ msgstr "сдвиг до начала индекса пакета для %s (повреждён индекс?)"
1635+
1636+ #: sha1_file.c:2463
1637+ #, c-format
1638+ msgid "offset beyond end of pack index for %s (truncated index?)"
1639+ msgstr "сдвиг за пределами индекса пакета для %s (обрезан индекс?)"
1640+
15681641#: sha1_name.c:462
15691642msgid ""
15701643"Git normally never creates a ref that ends with 40 hex characters\n"
@@ -1601,6 +1674,11 @@ msgstr "Не удалось удалить запись в .gitmodules для %s
16011674msgid "staging updated .gitmodules failed"
16021675msgstr "сбой индексирования обновленного .gitmodules"
16031676
1677+ #: trailer.c:237
1678+ #, c-format
1679+ msgid "running trailer command '%s' failed"
1680+ msgstr "сбой при запуске команды завершителя «%s»"
1681+
16041682#: trailer.c:492 trailer.c:496 trailer.c:500 trailer.c:554 trailer.c:558
16051683#: trailer.c:562
16061684#, c-format
@@ -2346,7 +2424,7 @@ msgstr "«%s» был удален перехватчиком applypatch-msg"
23462424#: builtin/am.c:548 builtin/notes.c:300
23472425#, c-format
23482426msgid "Malformed input line: '%s'."
2349- msgstr "Плохая строка ввода: «%s»."
2427+ msgstr "Неправильная строка ввода: «%s»."
23502428
23512429#: builtin/am.c:585 builtin/notes.c:315
23522430#, c-format
@@ -4027,6 +4105,10 @@ msgstr "Не удалось создать журнал ссылок для «%s
40274105msgid "HEAD is now at"
40284106msgstr "HEAD сейчас на"
40294107
4108+ #: builtin/checkout.c:665 builtin/clone.c:659
4109+ msgid "unable to update HEAD"
4110+ msgstr "не удалось обновить HEAD"
4111+
40304112#: builtin/checkout.c:669
40314113#, c-format
40324114msgid "Reset branch '%s'\n"
@@ -4514,6 +4596,12 @@ msgstr "использовать только IPv4 адреса"
45144596msgid "use IPv6 addresses only"
45154597msgstr "использовать только IPv6 адреса"
45164598
4599+ #: builtin/clone.c:239
4600+ msgid ""
4601+ "No directory name could be guessed.\n"
4602+ "Please specify a directory on the command line"
4603+ msgstr "Имя каталога не может быть угадано.\nУкажите имя каталога с помощью параметра командной строки"
4604+
45174605#: builtin/clone.c:305
45184606#, c-format
45194607msgid "reference repository '%s' as a linked checkout is not supported yet."
@@ -4585,6 +4673,11 @@ msgstr "Проверка соединения… "
45854673msgid "remote did not send all necessary objects"
45864674msgstr "внешний репозиторий прислал не все необходимые объекты"
45874675
4676+ #: builtin/clone.c:647
4677+ #, c-format
4678+ msgid "unable to update %s"
4679+ msgstr "не удалось обновить %s"
4680+
45884681#: builtin/clone.c:696
45894682msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
45904683msgstr "внешний HEAD ссылается на несуществующую ссылку, нельзя перейти на такую версию.\n"
@@ -4593,6 +4686,10 @@ msgstr "внешний HEAD ссылается на несуществующую
45934686msgid "unable to checkout working tree"
45944687msgstr "не удалось перейти на версию в рабочем каталоге"
45954688
4689+ #: builtin/clone.c:753
4690+ msgid "unable to write parameters to config file"
4691+ msgstr "не удалось записать параметры в файл конфигурации"
4692+
45964693#: builtin/clone.c:816
45974694msgid "cannot repack to clean up"
45984695msgstr "не удалось выполнить перепаковку для очистки"
@@ -4832,11 +4929,11 @@ msgstr "у коммита «%s» отсутствует автор в загол
48324929#: builtin/commit.c:582
48334930#, c-format
48344931msgid "commit '%s' has malformed author line"
4835- msgstr "у коммита «%s» автор в неверном формате"
4932+ msgstr "у коммита «%s» строка автора в неправильном формате"
48364933
48374934#: builtin/commit.c:601
48384935msgid "malformed --author parameter"
4839- msgstr "параметр --author в неверном формате"
4936+ msgstr "параметр --author в неправильном формате"
48404937
48414938#: builtin/commit.c:609
48424939#, c-format
@@ -6733,22 +6830,22 @@ msgstr "не удалось сохранить файл индекса"
67336830msgid "bad pack.indexversion=%<PRIu32>"
67346831msgstr "плохой pack.indexversion=%<PRIu32>"
67356832
6736- #: builtin/index-pack.c:1479 builtin/index-pack.c:1663
6833+ #: builtin/index-pack.c:1479 builtin/index-pack.c:1664
67376834#, c-format
67386835msgid "no threads support, ignoring %s"
67396836msgstr "нет поддержки потоков, игнорирование %s"
67406837
6741- #: builtin/index-pack.c:1537
6838+ #: builtin/index-pack.c:1538
67426839#, c-format
67436840msgid "Cannot open existing pack file '%s'"
67446841msgstr "Не удалось открыть существующий файл пакета «%s»"
67456842
6746- #: builtin/index-pack.c:1539
6843+ #: builtin/index-pack.c:1540
67476844#, c-format
67486845msgid "Cannot open existing pack idx file for '%s'"
67496846msgstr "Не удалось открыть существующий файл индекса для «%s»"
67506847
6751- #: builtin/index-pack.c:1586
6848+ #: builtin/index-pack.c:1587
67526849#, c-format
67536850msgid "non delta: %d object"
67546851msgid_plural "non delta: %d objects"
@@ -6757,7 +6854,7 @@ msgstr[1] "не дельты: %d объекта"
67576854msgstr[ 2 ] "не дельты: %d объектов"
67586855msgstr[ 3 ] "не дельты: %d объектов"
67596856
6760- #: builtin/index-pack.c:1593
6857+ #: builtin/index-pack.c:1594
67616858#, c-format
67626859msgid "chain length = %d: %lu object"
67636860msgid_plural "chain length = %d: %lu objects"
@@ -6766,26 +6863,26 @@ msgstr[1] "длина цепочки = %d: %lu объекта"
67666863msgstr[ 2 ] "длина цепочки = %d: %lu объектов"
67676864msgstr[ 3 ] "длина цепочки = %d: %lu объектов"
67686865
6769- #: builtin/index-pack.c:1623
6866+ #: builtin/index-pack.c:1624
67706867msgid "Cannot come back to cwd"
67716868msgstr "Не удалось вернуться в текущий рабочий каталог"
67726869
6773- #: builtin/index-pack.c:1675 builtin/index-pack.c:1678
6774- #: builtin/index-pack.c:1690 builtin/index-pack.c:1694
6870+ #: builtin/index-pack.c:1676 builtin/index-pack.c:1679
6871+ #: builtin/index-pack.c:1691 builtin/index-pack.c:1695
67756872#, c-format
67766873msgid "bad %s"
67776874msgstr "плохой %s"
67786875
6779- #: builtin/index-pack.c:1708
6876+ #: builtin/index-pack.c:1709
67806877msgid "--fix-thin cannot be used without --stdin"
67816878msgstr "--fix-thin нельзя использовать без --stdin"
67826879
6783- #: builtin/index-pack.c:1712 builtin/index-pack.c:1721
6880+ #: builtin/index-pack.c:1713 builtin/index-pack.c:1722
67846881#, c-format
67856882msgid "packfile name '%s' does not end with '.pack'"
67866883msgstr "имя пакета «%s» не оканчивается на «.pack»"
67876884
6788- #: builtin/index-pack.c:1729
6885+ #: builtin/index-pack.c:1730
67896886msgid "--verify with no packfile name given"
67906887msgstr "--verify без указания имени файла пакета"
67916888
@@ -9517,7 +9614,7 @@ msgstr "плохая метка слияния в коммите «%s»"
95179614#: builtin/replace.c:357
95189615#, c-format
95199616msgid "malformed mergetag in commit '%s'"
9520- msgstr "поврежденная метка слияния в коммите «%s»"
9617+ msgstr "повреждённая метка слияния в коммите «%s»"
95219618
95229619#: builtin/replace.c:368
95239620#, c-format
@@ -10759,7 +10856,7 @@ msgid ""
1075910856"to read about a specific subcommand or concept."
1076010857msgstr "«git help -а» и «git help -g» выводит список доступных подкоманд и\nнекоторые руководства по темам. Запустите «git help <команда>» или\n«git help <термин>», чтобы прочесть о конкретных подкоманде или теме."
1076110858
10762- #: http.c:320
10859+ #: http.c:321
1076310860msgid "Public key pinning not supported with cURL < 7.44.0"
1076410861msgstr "Public key pinning не поддерживается с cURL < 7.44.0"
1076510862
@@ -10844,8 +10941,8 @@ msgid "Update remote refs along with associated objects"
1084410941msgstr "Обновление внешних ссылок и связанных объектов"
1084510942
1084610943#: common-cmds.h:32
10847- msgid "Forward-port local commits to the updated upstream head "
10848- msgstr "Перемещение локальных коммитов над обновленной вышестоящей веткой "
10944+ msgid "Reapply commits on top of another base tip "
10945+ msgstr "Повторно применить коммиты над верхушкой другой ветки "
1084910946
1085010947#: common-cmds.h:33
1085110948msgid "Reset current HEAD to the specified state"
0 commit comments