2007-07-22 13:57:12 +02:00
# Translation of git-gui to russian
# Copyright (C) 2007 Shawn Pearce
# This file is distributed under the same license as the git-gui package.
2016-10-20 18:33:17 +02:00
# Translators:
2020-12-19 00:07:10 +01:00
# Dimitriy Ryazantcev <DJm00n@mail.ru>, 2015-2016,2020
2016-10-20 18:33:17 +02:00
# Irina Riesen <irina.riesen@gmail.com>, 2007
2007-07-22 13:57:12 +02:00
msgid ""
msgstr ""
2016-10-20 18:33:17 +02:00
"Project-Id-Version: Git Russian Localization Project\n"
2007-07-22 13:57:12 +02:00
"Report-Msgid-Bugs-To: \n"
2020-12-19 00:07:10 +01:00
"POT-Creation-Date: 2020-02-08 22:54+0100\n"
"PO-Revision-Date: 2020-11-05 11:20+0000\n"
2016-10-20 18:33:17 +02:00
"Last-Translator: Dimitriy Ryazantcev <DJm00n@mail.ru>\n"
"Language-Team: Russian (http://www.transifex.com/djm00n/git-po-ru/language/ru/)\n"
2007-07-22 13:57:12 +02:00
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
2016-10-20 18:33:17 +02:00
"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"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:847
2007-10-22 22:28:48 +02:00
#, tcl-format
2007-10-10 10:11:43 +02:00
msgid "Invalid font specified in %s:"
2007-10-22 22:28:48 +02:00
msgstr "В %s установлен неверный шрифт:"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:901
2007-10-10 10:11:43 +02:00
msgid "Main Font"
msgstr "Шрифт интерфейса"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:902
2007-10-10 10:11:43 +02:00
msgid "Diff/Console Font"
2007-10-22 22:28:48 +02:00
msgstr "Шрифт консоли и изменений (diff)"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:917 git-gui.sh:931 git-gui.sh:944 git-gui.sh:1034
#: git-gui.sh:1053 git-gui.sh:3212
msgid "git-gui: fatal error"
msgstr "git-gui: критическая ошибка"
#: git-gui.sh:918
2007-07-22 13:57:12 +02:00
msgid "Cannot find git in PATH."
msgstr "git не найден в PATH."
2020-12-19 00:07:10 +01:00
#: git-gui.sh:945
2007-07-22 13:57:12 +02:00
msgid "Cannot parse Git version string:"
2007-10-10 10:11:43 +02:00
msgstr "Невозможно распознать строку версии Git: "
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:970
2007-07-22 13:57:12 +02:00
#, tcl-format
msgid ""
"Git version cannot be determined.\n"
"\n"
"%s claims it is version '%s'.\n"
"\n"
"%s requires at least Git 1.5.0 or later.\n"
"\n"
"Assume '%s' is version 1.5.0?\n"
2016-10-20 18:33:17 +02:00
msgstr "Невозможно определить версию Git\n\n%s указывает на версию «%s».\n\nдля %s требуется версия Git, начиная с 1.5.0\n\nПр е дпо ло жить, что «%s» и есть версия 1.5.0?\n"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:1267
2007-07-22 13:57:12 +02:00
msgid "Git directory not found:"
msgstr "Каталог Git не найден:"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:1301
2007-10-10 10:11:43 +02:00
msgid "Cannot move to top of working directory:"
2007-10-22 22:28:48 +02:00
msgstr "Невозможно перейти к корню рабочего каталога репозитория: "
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:1309
2011-01-17 22:08:55 +01:00
msgid "Cannot use bare repository:"
msgstr "Невозможно использование репозитория без рабочего каталога:"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:1317
2007-07-22 13:57:12 +02:00
msgid "No working directory"
msgstr "Отсутствует рабочий каталог"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:1491 lib/checkout_op.tcl:306
2007-07-22 13:57:12 +02:00
msgid "Refreshing file status..."
2016-10-20 18:33:17 +02:00
msgstr "Обновление информации о состоянии файлов…"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:1551
2007-07-22 13:57:12 +02:00
msgid "Scanning for modified files ..."
2016-10-20 18:33:17 +02:00
msgstr "Поиск измененных файлов…"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:1629
2009-04-29 07:56:06 +02:00
msgid "Calling prepare-commit-msg hook..."
2016-10-20 18:33:17 +02:00
msgstr "Вызов перехватчика prepare-commit-msg…"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:1646
2009-04-29 07:56:06 +02:00
msgid "Commit declined by prepare-commit-msg hook."
2016-10-20 18:33:17 +02:00
msgstr "Коммит прерван перехватчиком prepare-commit-msg."
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:1804 lib/browser.tcl:252
2007-07-22 13:57:12 +02:00
msgid "Ready."
msgstr "Готово."
2020-12-19 00:07:10 +01:00
#: git-gui.sh:1968
2009-08-12 17:24:10 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid ""
"Display limit (gui.maxfilesdisplayed = %s) reached, not showing all %s "
"files."
msgstr "Лимит отображаемых файлов достигнут (gui.maxfilesdisplayed = %s), не все %s файлы показаны."
2009-08-12 17:24:10 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2091
2007-07-22 13:57:12 +02:00
msgid "Unmodified"
msgstr "Н е изменено"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2093
2007-07-22 13:57:12 +02:00
msgid "Modified, not staged"
2016-10-20 18:33:17 +02:00
msgstr "Изменено, не в индексе"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2094 git-gui.sh:2106
2007-07-22 13:57:12 +02:00
msgid "Staged for commit"
2016-10-20 18:33:17 +02:00
msgstr "В индексе для коммита"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2095 git-gui.sh:2107
2007-07-22 13:57:12 +02:00
msgid "Portions staged for commit"
2016-10-20 18:33:17 +02:00
msgstr "Части, в индексе для коммита"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2096 git-gui.sh:2108
2007-07-22 13:57:12 +02:00
msgid "Staged for commit, missing"
2016-10-20 18:33:17 +02:00
msgstr "В индексе для коммита, отсутствует"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2098
2009-04-29 07:56:06 +02:00
msgid "File type changed, not staged"
2016-10-20 18:33:17 +02:00
msgstr "Тип файла изменён, не в индексе"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2099 git-gui.sh:2100
msgid "File type changed, old type staged for commit"
msgstr "Тип файла изменён, старый тип файла в индексе"
#: git-gui.sh:2101
2009-04-29 07:56:06 +02:00
msgid "File type changed, staged"
2016-10-20 18:33:17 +02:00
msgstr "Тип файла изменён, в индексе"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2102
msgid "File type change staged, modification not staged"
msgstr "Изменение типа файла в индексе, изменение не в индексе"
#: git-gui.sh:2103
msgid "File type change staged, file missing"
msgstr "Изменение типа файла в индексе, файл не найден"
#: git-gui.sh:2105
2007-07-22 13:57:12 +02:00
msgid "Untracked, not staged"
2016-10-20 18:33:17 +02:00
msgstr "Н е отслеживается, не в индексе"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2110
2007-07-22 13:57:12 +02:00
msgid "Missing"
msgstr "Отсутствует"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2111
2007-07-22 13:57:12 +02:00
msgid "Staged for removal"
2016-10-20 18:33:17 +02:00
msgstr "В индексе для удаления"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2112
2007-07-22 13:57:12 +02:00
msgid "Staged for removal, still present"
2016-10-20 18:33:17 +02:00
msgstr "В индексе для удаления, еще не удалено"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2114 git-gui.sh:2115 git-gui.sh:2116 git-gui.sh:2117
#: git-gui.sh:2118 git-gui.sh:2119
2007-07-22 13:57:12 +02:00
msgid "Requires merge resolution"
2009-04-29 07:56:06 +02:00
msgstr "Требуется разрешение конфликта при слиянии"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2164
2009-04-29 07:56:06 +02:00
msgid "Couldn't find gitk in PATH"
msgstr "gitk не найден в PATH."
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2210 git-gui.sh:2245
#, tcl-format
msgid "Starting %s... please wait..."
msgstr "Запускается %s… Подождите, пожалуйста…"
#: git-gui.sh:2224
2011-01-17 22:08:55 +01:00
msgid "Couldn't find git gui in PATH"
msgstr "git gui не найден в PATH."
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2726 lib/choose_repository.tcl:53
2007-07-22 13:57:12 +02:00
msgid "Repository"
msgstr "Репозиторий"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2727
2007-07-22 13:57:12 +02:00
msgid "Edit"
2020-12-19 00:07:10 +01:00
msgstr "Правка"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2729 lib/choose_rev.tcl:567
2007-07-22 13:57:12 +02:00
msgid "Branch"
2016-10-20 18:33:17 +02:00
msgstr "Ветка"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2732 lib/choose_rev.tcl:554
2007-10-10 10:11:43 +02:00
msgid "Commit@@noun"
2016-10-20 18:33:17 +02:00
msgstr "Коммит"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2735 lib/merge.tcl:127 lib/merge.tcl:174
2007-07-22 13:57:12 +02:00
msgid "Merge"
2009-04-29 07:56:06 +02:00
msgstr "Слияние"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2736 lib/choose_rev.tcl:563
2007-10-10 10:11:43 +02:00
msgid "Remote"
2007-10-22 22:28:48 +02:00
msgstr "Внешние репозитории"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2739
2009-04-29 07:56:06 +02:00
msgid "Tools"
msgstr "Вспомогательные операции"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2748
2009-04-29 07:56:06 +02:00
msgid "Explore Working Copy"
msgstr "Просмотр рабочего каталога"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2763
msgid "Git Bash"
msgstr "Git Bash"
#: git-gui.sh:2772
2007-07-22 13:57:12 +02:00
msgid "Browse Current Branch's Files"
2016-10-20 18:33:17 +02:00
msgstr "Просмотреть файлы текущей ветки"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2776
2007-07-22 13:57:12 +02:00
msgid "Browse Branch Files..."
2016-10-20 18:33:17 +02:00
msgstr "Показать файлы ветки…"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2781
2007-07-22 13:57:12 +02:00
msgid "Visualize Current Branch's History"
2016-10-20 18:33:17 +02:00
msgstr "Показать историю текущей ветки"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2785
2007-10-10 10:11:43 +02:00
msgid "Visualize All Branch History"
2016-10-20 18:33:17 +02:00
msgstr "Показать историю всех веток"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2792
2007-10-22 22:28:48 +02:00
#, tcl-format
2007-10-10 10:11:43 +02:00
msgid "Browse %s's Files"
2016-10-20 18:33:17 +02:00
msgstr "Показать файлы ветки %s"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2794
2007-10-20 21:35:53 +02:00
#, tcl-format
2007-10-10 10:11:43 +02:00
msgid "Visualize %s's History"
2016-10-20 18:33:17 +02:00
msgstr "Показать историю ветки %s"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2799 lib/database.tcl:40
2007-07-22 13:57:12 +02:00
msgid "Database Statistics"
msgstr "Статистика базы данных"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2802 lib/database.tcl:33
2007-07-22 13:57:12 +02:00
msgid "Compress Database"
msgstr "Сжать базу данных"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2805
2007-07-22 13:57:12 +02:00
msgid "Verify Database"
msgstr "Проверить базу данных"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2812 git-gui.sh:2816 git-gui.sh:2820
2007-07-22 13:57:12 +02:00
msgid "Create Desktop Icon"
msgstr "Создать ярлык на рабочем столе"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2828 lib/choose_repository.tcl:209 lib/choose_repository.tcl:217
2007-07-22 13:57:12 +02:00
msgid "Quit"
msgstr "Выход"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2836
2007-07-22 13:57:12 +02:00
msgid "Undo"
msgstr "Отменить"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2839
2007-07-22 13:57:12 +02:00
msgid "Redo"
msgstr "Повторить"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2843 git-gui.sh:3461
2007-07-22 13:57:12 +02:00
msgid "Cut"
msgstr "Вырезать"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2846 git-gui.sh:3464 git-gui.sh:3540 git-gui.sh:3633
2008-03-14 07:36:18 +01:00
#: lib/console.tcl:69
2007-07-22 13:57:12 +02:00
msgid "Copy"
msgstr "Копировать"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2849 git-gui.sh:3467
2007-07-22 13:57:12 +02:00
msgid "Paste"
msgstr "Вставить"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2852 git-gui.sh:3470 lib/remote_branch_delete.tcl:39
#: lib/branch_delete.tcl:28
2007-07-22 13:57:12 +02:00
msgid "Delete"
msgstr "Удалить"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2856 git-gui.sh:3474 git-gui.sh:3637 lib/console.tcl:71
2007-07-22 13:57:12 +02:00
msgid "Select All"
2020-12-19 00:07:10 +01:00
msgstr "Выделить всё"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2865
2007-07-22 13:57:12 +02:00
msgid "Create..."
2016-10-20 18:33:17 +02:00
msgstr "Создать…"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2871
2007-07-22 13:57:12 +02:00
msgid "Checkout..."
2016-10-20 18:33:17 +02:00
msgstr "Перейти…"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2877
2007-07-22 13:57:12 +02:00
msgid "Rename..."
2016-10-20 18:33:17 +02:00
msgstr "Переименовать…"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2882
2007-07-22 13:57:12 +02:00
msgid "Delete..."
2016-10-20 18:33:17 +02:00
msgstr "Удалить…"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2887
2007-07-22 13:57:12 +02:00
msgid "Reset..."
2016-10-20 18:33:17 +02:00
msgstr "Сбросить…"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2897
2009-04-29 07:56:06 +02:00
msgid "Done"
msgstr "Завершено"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2899
2009-04-29 07:56:06 +02:00
msgid "Commit@@verb"
2016-10-20 18:33:17 +02:00
msgstr "Закоммитить"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2908 git-gui.sh:3400
2007-07-22 13:57:12 +02:00
msgid "Amend Last Commit"
2016-10-20 18:33:17 +02:00
msgstr "Исправить последний коммит"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2918 git-gui.sh:3361 lib/remote_branch_delete.tcl:101
2007-07-22 13:57:12 +02:00
msgid "Rescan"
msgstr "Перечитать"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2924
2007-10-10 10:11:43 +02:00
msgid "Stage To Commit"
2016-10-20 18:33:17 +02:00
msgstr "Добавить в индекс"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2930
2007-10-10 10:11:43 +02:00
msgid "Stage Changed Files To Commit"
2016-10-20 18:33:17 +02:00
msgstr "Добавить изменённые файлы в индекс"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2936
2007-07-22 13:57:12 +02:00
msgid "Unstage From Commit"
2021-03-01 18:22:18 +01:00
msgstr "Убрать из индекса"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2942 lib/index.tcl:521
2007-07-22 13:57:12 +02:00
msgid "Revert Changes"
2016-10-20 18:33:17 +02:00
msgstr "Обратить изменения"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2950 git-gui.sh:3700 git-gui.sh:3731
2009-04-29 07:56:06 +02:00
msgid "Show Less Context"
msgstr "Меньше контекста"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2954 git-gui.sh:3704 git-gui.sh:3735
2009-04-29 07:56:06 +02:00
msgid "Show More Context"
msgstr "Больше контекста"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2961 git-gui.sh:3374 git-gui.sh:3485
2009-04-29 07:56:06 +02:00
msgid "Sign Off"
msgstr "Вставить Signed-off-by"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2977
2007-07-22 13:57:12 +02:00
msgid "Local Merge..."
2016-10-20 18:33:17 +02:00
msgstr "Локальное слияние…"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2982
2007-07-22 13:57:12 +02:00
msgid "Abort Merge..."
2016-10-20 18:33:17 +02:00
msgstr "Прервать слияние…"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2994 git-gui.sh:3022
2009-04-29 07:56:06 +02:00
msgid "Add..."
2016-10-20 18:33:17 +02:00
msgstr "Добавить…"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:2998
2007-07-22 13:57:12 +02:00
msgid "Push..."
2016-10-20 18:33:17 +02:00
msgstr "Отправить…"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3002
2009-04-29 07:56:06 +02:00
msgid "Delete Branch..."
2016-10-20 18:33:17 +02:00
msgstr "Удалить ветку…"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3012 git-gui.sh:3666
2007-07-22 13:57:12 +02:00
msgid "Options..."
2016-10-20 18:33:17 +02:00
msgstr "Настройки…"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3023
2009-04-29 07:56:06 +02:00
msgid "Remove..."
2016-10-20 18:33:17 +02:00
msgstr "Удалить…"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3032 lib/choose_repository.tcl:67
2007-07-22 13:57:12 +02:00
msgid "Help"
2020-12-19 00:07:10 +01:00
msgstr "Справка"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3036 git-gui.sh:3040 lib/choose_repository.tcl:61
#: lib/choose_repository.tcl:70 lib/about.tcl:14
2011-01-17 22:08:55 +01:00
#, tcl-format
msgid "About %s"
msgstr "О %s"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3064
2007-07-22 13:57:12 +02:00
msgid "Online Documentation"
msgstr "Документация в интернете"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3067 lib/choose_repository.tcl:64 lib/choose_repository.tcl:73
2009-04-29 07:56:06 +02:00
msgid "Show SSH Key"
msgstr "Показать ключ SSH"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3097 git-gui.sh:3229
msgid "usage:"
msgstr "использование:"
#: git-gui.sh:3101 git-gui.sh:3233
msgid "Usage"
msgstr "Использование"
#: git-gui.sh:3182 lib/blame.tcl:575
msgid "Error"
msgstr "Ошибка"
#: git-gui.sh:3213
2007-10-22 22:28:48 +02:00
#, tcl-format
2007-10-10 10:11:43 +02:00
msgid "fatal: cannot stat path %s: No such file or directory"
2007-10-20 21:35:53 +02:00
msgstr "критическая ошибка: %s: нет такого файла или каталога"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3246
2007-07-22 13:57:12 +02:00
msgid "Current Branch:"
2016-10-20 18:33:17 +02:00
msgstr "Текущая ветка:"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3271
2007-10-10 10:11:43 +02:00
msgid "Unstaged Changes"
2007-10-22 22:28:48 +02:00
msgstr "Изменено (не будет сохранено)"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3293
msgid "Staged Changes (Will Commit)"
msgstr "Изменения в индексе (будут закоммичены)"
#: git-gui.sh:3367
2007-10-10 10:11:43 +02:00
msgid "Stage Changed"
2016-10-20 18:33:17 +02:00
msgstr "Индексировать всё"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3386 lib/transport.tcl:137
2007-10-10 10:11:43 +02:00
msgid "Push"
msgstr "Отправить"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3413
2007-07-22 13:57:12 +02:00
msgid "Initial Commit Message:"
2016-10-20 18:33:17 +02:00
msgstr "Сообщение первого коммита:"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3414
2007-07-22 13:57:12 +02:00
msgid "Amended Commit Message:"
2016-10-20 18:33:17 +02:00
msgstr "Сообщение исправленного коммита:"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3415
2007-07-22 13:57:12 +02:00
msgid "Amended Initial Commit Message:"
2016-10-20 18:33:17 +02:00
msgstr "Сообщение исправленного первого коммита:"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3416
2007-07-22 13:57:12 +02:00
msgid "Amended Merge Commit Message:"
2016-10-20 18:33:17 +02:00
msgstr "Сообщение исправленного слияния:"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3417
2007-07-22 13:57:12 +02:00
msgid "Merge Commit Message:"
2016-10-20 18:33:17 +02:00
msgstr "Сообщение слияния:"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3418
2007-07-22 13:57:12 +02:00
msgid "Commit Message:"
2016-10-20 18:33:17 +02:00
msgstr "Сообщение коммита:"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3477 git-gui.sh:3641 lib/console.tcl:73
2007-07-22 13:57:12 +02:00
msgid "Copy All"
msgstr "Копировать все"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3501 lib/blame.tcl:106
2007-07-22 13:57:12 +02:00
msgid "File:"
msgstr "Файл:"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3549 lib/choose_repository.tcl:1100
msgid "Open"
msgstr "Открыть"
#: git-gui.sh:3629
2008-03-14 07:36:18 +01:00
msgid "Refresh"
msgstr "Обновить"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3650
2008-03-14 07:36:18 +01:00
msgid "Decrease Font Size"
msgstr "Уменьшить размер шрифта"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3654
2008-03-14 07:36:18 +01:00
msgid "Increase Font Size"
msgstr "Увеличить размер шрифта"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3662 lib/blame.tcl:296
2009-04-29 07:56:06 +02:00
msgid "Encoding"
msgstr "Кодировка"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3673
2009-04-29 07:56:06 +02:00
msgid "Apply/Reverse Hunk"
msgstr "Применить/Убрать изменение"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3678
2009-04-29 07:56:06 +02:00
msgid "Apply/Reverse Line"
msgstr "Применить/Убрать строку"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3684 git-gui.sh:3794 git-gui.sh:3805
msgid "Revert Hunk"
msgstr "Обратить изменения блока"
#: git-gui.sh:3689 git-gui.sh:3801 git-gui.sh:3812
msgid "Revert Line"
msgstr "Обратить изменения строки"
#: git-gui.sh:3694 git-gui.sh:3791
msgid "Undo Last Revert"
msgstr "Отменить последнее обращение изменений"
#: git-gui.sh:3713
2009-04-29 07:56:06 +02:00
msgid "Run Merge Tool"
msgstr "Запустить программу слияния"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3718
2009-04-29 07:56:06 +02:00
msgid "Use Remote Version"
msgstr "Взять внешнюю версию"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3722
2009-04-29 07:56:06 +02:00
msgid "Use Local Version"
msgstr "Взять локальную версию"
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3726
2009-04-29 07:56:06 +02:00
msgid "Revert To Base"
2016-10-20 18:33:17 +02:00
msgstr "Обратить изменения"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3744
2011-01-17 22:08:55 +01:00
msgid "Visualize These Changes In The Submodule"
2016-10-20 18:33:17 +02:00
msgstr "Показать эти изменения подмодуля"
2011-01-17 22:08:55 +01:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3748
2011-01-17 22:08:55 +01:00
msgid "Visualize Current Branch History In The Submodule"
2016-10-20 18:33:17 +02:00
msgstr "Показать историю текущей ветки подмодуля"
2011-01-17 22:08:55 +01:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3752
2011-01-17 22:08:55 +01:00
msgid "Visualize All Branch History In The Submodule"
2016-10-20 18:33:17 +02:00
msgstr "Показать историю всех веток подмодуля"
2011-01-17 22:08:55 +01:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3757
2011-01-17 22:08:55 +01:00
msgid "Start git gui In The Submodule"
2016-10-20 18:33:17 +02:00
msgstr "Запустить git gui в подмодуле"
2011-01-17 22:08:55 +01:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3793
2007-07-22 13:57:12 +02:00
msgid "Unstage Hunk From Commit"
2016-10-20 18:33:17 +02:00
msgstr "Убрать блок из индекса"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3797
2011-01-17 22:08:55 +01:00
msgid "Unstage Lines From Commit"
2016-10-20 18:33:17 +02:00
msgstr "Убрать строки из индекса"
2011-01-17 22:08:55 +01:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3798 git-gui.sh:3809
msgid "Revert Lines"
msgstr "Обратить изменения строк"
#: git-gui.sh:3800
2009-04-29 07:56:06 +02:00
msgid "Unstage Line From Commit"
2016-10-20 18:33:17 +02:00
msgstr "Убрать строку из индекса"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3804
2007-07-22 13:57:12 +02:00
msgid "Stage Hunk For Commit"
2016-10-20 18:33:17 +02:00
msgstr "Добавить блок в индекс"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3808
2011-01-17 22:08:55 +01:00
msgid "Stage Lines For Commit"
2016-10-20 18:33:17 +02:00
msgstr "Добавить строки в индекс"
2011-01-17 22:08:55 +01:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3811
2009-04-29 07:56:06 +02:00
msgid "Stage Line For Commit"
2016-10-20 18:33:17 +02:00
msgstr "Добавить строку в индекс"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:3861
2007-07-22 13:57:12 +02:00
msgid "Initializing..."
2016-10-20 18:33:17 +02:00
msgstr "Инициализация…"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:4017
2007-10-10 10:11:43 +02:00
#, tcl-format
msgid ""
"Possible environment issues exist.\n"
"\n"
"The following environment variables are probably\n"
"going to be ignored by any Git subprocess run\n"
"by %s:\n"
"\n"
2016-10-20 18:33:17 +02:00
msgstr "Возможны ошибки в переменных окружения.\n\nПе р е ме нные окружения, которые возможно\nб у ду т проигнорированы командами Git,\nза пу ще нными из %s\n\n"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:4046
2007-10-10 10:11:43 +02:00
msgid ""
"\n"
"This is due to a known issue with the\n"
"Tcl binary distributed by Cygwin."
2016-10-20 18:33:17 +02:00
msgstr "\nЭто известная проблема с Tcl,\nр а с пр о с тр а няе мым Cygwin."
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: git-gui.sh:4051
2007-10-10 10:11:43 +02:00
#, tcl-format
msgid ""
"\n"
"\n"
"A good replacement for %s\n"
"is placing values for the user.name and\n"
"user.email settings into your personal\n"
"~/.gitconfig file.\n"
2016-10-20 18:33:17 +02:00
msgstr "\n\nВ ме с то использования %s можно\nс о х р а нить значения user.name и\nuser.email в Вашем персональном\nфа йле ~/.gitconfig.\n"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/spellcheck.tcl:57
msgid "Unsupported spell checker"
msgstr "Неподдерживаемая программа проверки правописания"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/spellcheck.tcl:65
msgid "Spell checking is unavailable"
msgstr "Проверка правописания не доступна"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/spellcheck.tcl:68
msgid "Invalid spell checking configuration"
msgstr "Неправильная конфигурация программы проверки правописания"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/spellcheck.tcl:70
2007-07-22 13:57:12 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "Reverting dictionary to %s."
msgstr "Словарь вернут к %s."
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/spellcheck.tcl:73
msgid "Spell checker silently failed on startup"
msgstr "Программа проверки правописания не смогла запуститься"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/spellcheck.tcl:80
msgid "Unrecognized spell checker"
msgstr "Нераспознанная программа проверки правописания"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/spellcheck.tcl:186
msgid "No Suggestions"
msgstr "Исправлений не найдено"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/spellcheck.tcl:388
msgid "Unexpected EOF from spell checker"
msgstr "Программа проверки правописания прервала передачу данных"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/spellcheck.tcl:392
msgid "Spell Checker Failed"
msgstr "Ошибка проверки правописания"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/transport.tcl:6 lib/remote_add.tcl:132
#, tcl-format
msgid "fetch %s"
msgstr "извлечение %s"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/transport.tcl:7
#, tcl-format
msgid "Fetching new changes from %s"
msgstr "Извлечение изменений из %s "
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/transport.tcl:18
#, tcl-format
msgid "remote prune %s"
msgstr "чистка внешнего %s"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/transport.tcl:19
#, tcl-format
msgid "Pruning tracking branches deleted from %s"
msgstr "Чистка отслеживаемых веток, удалённых из %s"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/transport.tcl:25
msgid "fetch all remotes"
msgstr "извлечь с о всех внешних репозиториев"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/transport.tcl:26
msgid "Fetching new changes from all remotes"
msgstr "Получение изменений с о всех внешних репозиториев"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/transport.tcl:40
msgid "remote prune all remotes"
msgstr "чистка всех внешних репозиториев"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/transport.tcl:41
msgid "Pruning tracking branches deleted from all remotes"
msgstr "Чистка отслеживаемых веток, удалённых с о всех внешних репозиториев"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/transport.tcl:54 lib/transport.tcl:92 lib/transport.tcl:110
#: lib/remote_add.tcl:162
#, tcl-format
msgid "push %s"
msgstr "отправить %s"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/transport.tcl:55
#, tcl-format
msgid "Pushing changes to %s"
msgstr "Отправка изменений в %s "
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/transport.tcl:93
#, tcl-format
msgid "Mirroring to %s"
msgstr "Точное копирование в %s"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/transport.tcl:111
#, tcl-format
msgid "Pushing %s %s to %s"
msgstr "Отправка %s %s в %s"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/transport.tcl:132
msgid "Push Branches"
msgstr "Отправить ветки"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/transport.tcl:141 lib/checkout_op.tcl:580 lib/remote_add.tcl:34
#: lib/browser.tcl:292 lib/branch_checkout.tcl:30 lib/branch_rename.tcl:32
#: lib/choose_font.tcl:45 lib/option.tcl:127 lib/tools_dlg.tcl:41
#: lib/tools_dlg.tcl:202 lib/tools_dlg.tcl:345 lib/remote_branch_delete.tcl:43
#: lib/branch_create.tcl:37 lib/branch_delete.tcl:34 lib/merge.tcl:178
2007-07-22 13:57:12 +02:00
msgid "Cancel"
2009-04-29 07:56:06 +02:00
msgstr "Отмена"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/transport.tcl:147
msgid "Source Branches"
msgstr "Исходные ветки"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/transport.tcl:162
msgid "Destination Repository"
msgstr "Репозиторий назначения"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/transport.tcl:165 lib/remote_branch_delete.tcl:51
msgid "Remote:"
msgstr "внешний:"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/transport.tcl:187 lib/remote_branch_delete.tcl:72
msgid "Arbitrary Location:"
msgstr "Указанное положение:"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/transport.tcl:205
msgid "Transfer Options"
msgstr "Настройки отправки"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/transport.tcl:207
msgid "Force overwrite existing branch (may discard changes)"
msgstr "Принудительно перезаписать существующую ветку (возможна потеря изменений)"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/transport.tcl:211
msgid "Use thin pack (for slow network connections)"
msgstr "Использовать thin pack (для медленных сетевых подключений)"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/transport.tcl:215
msgid "Include tags"
msgstr "Передать метки"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/transport.tcl:229
#, tcl-format
msgid "%s (%s): Push"
msgstr "%s (%s): Отправка"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/checkout_op.tcl:85
#, tcl-format
msgid "Fetching %s from %s"
msgstr "Извлечение %s из %s "
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/checkout_op.tcl:133
#, tcl-format
msgid "fatal: Cannot resolve %s"
msgstr "критическая ошибка: невозможно разрешить %s"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/checkout_op.tcl:146 lib/sshkey.tcl:58 lib/console.tcl:81
#: lib/database.tcl:30
msgid "Close"
msgstr "Закрыть"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/checkout_op.tcl:175
#, tcl-format
msgid "Branch '%s' does not exist."
msgstr "Ветка «%s» не существует."
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/checkout_op.tcl:194
#, tcl-format
msgid "Failed to configure simplified git-pull for '%s'."
msgstr "Ошибка создания упрощённой конфигурации git pull для «%s»."
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/checkout_op.tcl:202 lib/branch_rename.tcl:102
#, tcl-format
msgid "Branch '%s' already exists."
msgstr "Ветка «%s» уже существует."
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/checkout_op.tcl:229
2007-07-22 13:57:12 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid ""
"Branch '%s' already exists.\n"
"\n"
"It cannot fast-forward to %s.\n"
"A merge is required."
msgstr "Ветка «%s» уже существует.\n\nО на не может быть перемотана вперед к %s.\nТ р е б у е тс я слияние."
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/checkout_op.tcl:243
#, tcl-format
msgid "Merge strategy '%s' not supported."
msgstr "Неизвестная стратегия слияния «%s»."
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/checkout_op.tcl:262
2007-07-22 13:57:12 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "Failed to update '%s'."
msgstr "Н е удалось обновить «%s»."
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/checkout_op.tcl:274
msgid "Staging area (index) is already locked."
msgstr "Рабочая область заблокирована другим процессом."
2007-07-22 13:57:12 +02:00
2011-01-17 22:08:55 +01:00
#: lib/checkout_op.tcl:289
2007-07-22 13:57:12 +02:00
msgid ""
"Last scanned state does not match repository state.\n"
"\n"
2016-10-20 18:33:17 +02:00
"Another Git program has modified this repository since the last scan. A rescan must be performed before the current branch can be changed.\n"
2007-07-22 13:57:12 +02:00
"\n"
"The rescan will be automatically started now.\n"
2016-10-20 18:33:17 +02:00
msgstr "Последнее прочитанное состояние репозитория не соответствует текущему.\n\nС момента последней проверки репозиторий был изменен другой программой Git. Необходимо перечитать репозиторий, прежде чем текущая ветка может быть изменена.\n\nЭто будет сделано сейчас автоматически.\n"
2007-07-22 13:57:12 +02:00
2011-01-17 22:08:55 +01:00
#: lib/checkout_op.tcl:345
2007-10-22 22:28:48 +02:00
#, tcl-format
2007-10-10 10:11:43 +02:00
msgid "Updating working directory to '%s'..."
2016-10-20 18:33:17 +02:00
msgstr "Обновление рабочего каталога из «%s»…"
2007-10-10 10:11:43 +02:00
2011-01-17 22:08:55 +01:00
#: lib/checkout_op.tcl:346
2008-03-14 07:36:18 +01:00
msgid "files checked out"
2008-03-14 23:25:57 +01:00
msgstr "файлы извлечены"
2008-03-14 07:36:18 +01:00
2020-12-19 00:07:10 +01:00
#: lib/checkout_op.tcl:377
2007-07-22 13:57:12 +02:00
#, tcl-format
msgid "Aborted checkout of '%s' (file level merging is required)."
2016-10-20 18:33:17 +02:00
msgstr "Прерван переход на «%s» (требуется слияние содержимого файлов)"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/checkout_op.tcl:378
2007-07-22 13:57:12 +02:00
msgid "File level merge required."
2009-04-29 07:56:06 +02:00
msgstr "Требуется слияние содержания файлов."
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/checkout_op.tcl:382
2007-07-22 13:57:12 +02:00
#, tcl-format
msgid "Staying on branch '%s'."
2016-10-20 18:33:17 +02:00
msgstr "Ветка «%s» остаётся текущей."
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/checkout_op.tcl:453
2007-07-22 13:57:12 +02:00
msgid ""
"You are no longer on a local branch.\n"
"\n"
2016-10-20 18:33:17 +02:00
"If you wanted to be on a branch, create one now starting from 'This Detached Checkout'."
msgstr "Вы более не находитесь на локальной ветке.\n\nЕ с ли вы хотите снова вернуться к какой-нибудь ветке, создайте её сейчас, начиная с «Текущего отсоединенного состояния»."
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/checkout_op.tcl:504 lib/checkout_op.tcl:508
2007-10-22 22:28:48 +02:00
#, tcl-format
2007-10-10 10:11:43 +02:00
msgid "Checked out '%s'."
2016-10-20 18:33:17 +02:00
msgstr "Выполнен переход на «%s»."
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/checkout_op.tcl:536
2007-07-22 13:57:12 +02:00
#, tcl-format
msgid "Resetting '%s' to '%s' will lose the following commits:"
2016-10-20 18:33:17 +02:00
msgstr "С б р о с «%s» на «%s» приведет к потере следующих коммитов:"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/checkout_op.tcl:558
2007-07-22 13:57:12 +02:00
msgid "Recovering lost commits may not be easy."
2016-10-20 18:33:17 +02:00
msgstr "Восстановить потерянные коммиты будет сложно."
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/checkout_op.tcl:563
2007-07-22 13:57:12 +02:00
#, tcl-format
msgid "Reset '%s'?"
2016-10-20 18:33:17 +02:00
msgstr "Сбросить «%s»?"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/checkout_op.tcl:568 lib/tools_dlg.tcl:336 lib/merge.tcl:170
2007-07-22 13:57:12 +02:00
msgid "Visualize"
msgstr "Наглядно"
2020-12-19 00:07:10 +01:00
#: lib/checkout_op.tcl:572 lib/branch_create.tcl:85
msgid "Reset"
msgstr "С б р о с "
#: lib/checkout_op.tcl:636
2007-07-22 13:57:12 +02:00
#, tcl-format
msgid ""
"Failed to set current branch.\n"
"\n"
2016-10-20 18:33:17 +02:00
"This working directory is only partially switched. We successfully updated your files, but failed to update an internal Git file.\n"
2007-07-22 13:57:12 +02:00
"\n"
"This should not have occurred. %s will now close and give up."
2016-10-20 18:33:17 +02:00
msgstr "Н е удалось установить текущую ветку.\n\nВ а ш рабочий каталог обновлён только частично. Были обновлены все файлы кроме служебных файлов Git. \n\nЭто г о не должно было произойти. %s завершается."
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote_add.tcl:20
#, tcl-format
msgid "%s (%s): Add Remote"
msgstr "%s (%s): Добавление внешнего репозитория"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote_add.tcl:25
msgid "Add New Remote"
msgstr "Добавить внешний репозиторий"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote_add.tcl:30 lib/tools_dlg.tcl:37
msgid "Add"
msgstr "Добавить"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote_add.tcl:39
msgid "Remote Details"
msgstr "Информация о внешнем репозитории"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote_add.tcl:41 lib/tools_dlg.tcl:51 lib/branch_create.tcl:44
msgid "Name:"
msgstr "Название:"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote_add.tcl:50
msgid "Location:"
msgstr "Положение:"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote_add.tcl:60
msgid "Further Action"
msgstr "Следующая операция"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote_add.tcl:63
msgid "Fetch Immediately"
msgstr "Сразу извлечь изменения"
2007-10-31 22:16:17 +01:00
2020-12-19 00:07:10 +01:00
#: lib/remote_add.tcl:69
msgid "Initialize Remote Repository and Push"
msgstr "Инициализировать внешний репозиторий и отправить"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote_add.tcl:75
msgid "Do Nothing Else Now"
msgstr "Больше ничего не делать"
2007-10-31 22:16:17 +01:00
2020-12-19 00:07:10 +01:00
#: lib/remote_add.tcl:100
msgid "Please supply a remote name."
msgstr "Укажите название внешнего репозитория."
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote_add.tcl:113
#, tcl-format
msgid "'%s' is not an acceptable remote name."
msgstr "«%s» не является допустимым именем внешнего репозитория."
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote_add.tcl:124
#, tcl-format
msgid "Failed to add remote '%s' of location '%s'."
msgstr "Н е удалось добавить «%s» из «%s». "
2007-10-31 22:16:17 +01:00
2020-12-19 00:07:10 +01:00
#: lib/remote_add.tcl:133
#, tcl-format
msgid "Fetching the %s"
msgstr "Извлечение %s"
2007-10-31 22:16:17 +01:00
2020-12-19 00:07:10 +01:00
#: lib/remote_add.tcl:156
2007-10-22 22:28:48 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "Do not know how to initialize repository at location '%s'."
msgstr "Невозможно инициализировать репозиторий в «%s»."
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote_add.tcl:163
#, tcl-format
msgid "Setting up the %s (at %s)"
msgstr "Настройка %s (в %s)"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/browser.tcl:17
msgid "Starting..."
msgstr "Запуск…"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/browser.tcl:27
2007-10-22 22:28:48 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "%s (%s): File Browser"
msgstr "%s (%s): Просмотр списка файлов"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/browser.tcl:132 lib/browser.tcl:149
2007-10-22 22:28:48 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "Loading %s..."
msgstr "Загрузка %s…"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/browser.tcl:193
msgid "[Up To Parent]"
msgstr "[Н а уровень выше]"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/browser.tcl:275
#, tcl-format
msgid "%s (%s): Browse Branch Files"
msgstr "%s (%s): Просмотр файлов ветки"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/browser.tcl:282
msgid "Browse Branch Files"
msgstr "Показать файлы ветки"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/browser.tcl:288 lib/choose_repository.tcl:437
#: lib/choose_repository.tcl:524 lib/choose_repository.tcl:533
#: lib/choose_repository.tcl:1115
msgid "Browse"
msgstr "Показать"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/browser.tcl:297 lib/branch_checkout.tcl:35 lib/tools_dlg.tcl:321
msgid "Revision"
msgstr "Версия"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/index.tcl:6
msgid "Unable to unlock the index."
msgstr "Н е удалось разблокировать индекс"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/index.tcl:30
msgid "Index Error"
msgstr "Ошибка в индексе"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/index.tcl:32
msgid ""
"Updating the Git index failed. A rescan will be automatically started to "
"resynchronize git-gui."
msgstr "Н е удалось обновить индекс Git. Состояние репозитория будет перечитано автоматически."
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/index.tcl:43
msgid "Continue"
msgstr "Продолжить"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/index.tcl:46
msgid "Unlock Index"
msgstr "Разблокировать индекс"
#: lib/index.tcl:77 lib/index.tcl:146 lib/index.tcl:220 lib/index.tcl:587
#: lib/choose_repository.tcl:999
msgid "files"
msgstr "файлов"
#: lib/index.tcl:326
msgid "Unstaging selected files from commit"
msgstr "Уборка выбранных файлов из индекса"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/index.tcl:330
2008-03-14 07:36:18 +01:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "Unstaging %s from commit"
msgstr "Удаление %s из индекса"
2008-03-14 07:36:18 +01:00
2020-12-19 00:07:10 +01:00
#: lib/index.tcl:369
msgid "Ready to commit."
msgstr "Готов для коммита."
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/index.tcl:378
msgid "Adding selected files"
msgstr "Добавление выбранных файлов"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/index.tcl:382
2007-10-22 22:28:48 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "Adding %s"
msgstr "Добавление %s…"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/index.tcl:412
2007-10-22 22:28:48 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "Stage %d untracked files?"
msgstr "Проиндексировать %d неотслеживаемые файла?"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/index.tcl:420
msgid "Adding all changed files"
msgstr "Добавление всех измененных файлов"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/index.tcl:503
#, tcl-format
msgid "Revert changes in file %s?"
msgstr "Обратить изменения в файле %s?"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/index.tcl:508
2007-10-22 22:28:48 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "Revert changes in these %i files?"
msgstr "Обратить изменения в %i файле(-а х )?"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/index.tcl:517
msgid "Any unstaged changes will be permanently lost by the revert."
msgstr "Любые непроиндексированные изменения, будут потеряны при обращении изменений."
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/index.tcl:520 lib/index.tcl:563
msgid "Do Nothing"
msgstr "Ничего не делать"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/index.tcl:545
2007-10-10 10:11:43 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "Delete untracked file %s?"
msgstr "Удалить неотслеживаемый файл %s?"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/index.tcl:550
#, tcl-format
msgid "Delete these %i untracked files?"
msgstr "Удалить %i неотслеживаемые файла?"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/index.tcl:560
msgid "Files will be permanently deleted."
msgstr "Файлы будут удалены навсегда."
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/index.tcl:564
msgid "Delete Files"
msgstr "Удалить файлы"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/index.tcl:586
msgid "Deleting"
msgstr "Удаление"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/index.tcl:665
msgid "Encountered errors deleting files:\n"
msgstr "Возникшие ошибки при удалении файлов:\n"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/index.tcl:674
#, tcl-format
msgid "None of the %d selected files could be deleted."
msgstr "Н е удалось удалить ни один из выбранных %d файлов."
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/index.tcl:679
2007-10-10 10:11:43 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "%d of the %d selected files could not be deleted."
msgstr "Н е удалось удалить %d из выбранных %d файлов."
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/index.tcl:726
msgid "Reverting selected files"
msgstr "Обращение изменений в выбранных файлах"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/index.tcl:730
#, tcl-format
msgid "Reverting %s"
msgstr "Обращение изменений в %s"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/branch_checkout.tcl:16
2007-10-10 10:11:43 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "%s (%s): Checkout Branch"
msgstr "%s (%s): Переход на ветку"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/branch_checkout.tcl:21
msgid "Checkout Branch"
msgstr "Перейти на ветку"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/branch_checkout.tcl:26
msgid "Checkout"
msgstr "Перейти"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/branch_checkout.tcl:39 lib/option.tcl:310 lib/branch_create.tcl:69
msgid "Options"
msgstr "Настройки"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/branch_checkout.tcl:42 lib/branch_create.tcl:92
msgid "Fetch Tracking Branch"
msgstr "Извлечь изменения из внешней ветки"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/branch_checkout.tcl:47
msgid "Detach From Local Branch"
msgstr "Отсоединить от локальной ветки"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/status_bar.tcl:263
2007-10-22 22:28:48 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "%s ... %*i of %*i %s (%3i%%)"
msgstr "%s … %*i из %*i %s (%3i%%)"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote.tcl:200
msgid "Push to"
msgstr "Отправить"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote.tcl:218
msgid "Remove Remote"
msgstr "Удалить ссылку на внешний репозиторий"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote.tcl:223
msgid "Prune from"
msgstr "Чистка"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote.tcl:228
msgid "Fetch from"
msgstr "Извлечение из"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote.tcl:249 lib/remote.tcl:253 lib/remote.tcl:258 lib/remote.tcl:264
msgid "All"
msgstr "В с е "
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/branch_rename.tcl:15
2007-07-22 13:57:12 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "%s (%s): Rename Branch"
msgstr "%s (%s): Переименовать ветку"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/branch_rename.tcl:23
msgid "Rename Branch"
msgstr "Переименование ветки"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/branch_rename.tcl:28
msgid "Rename"
msgstr "Переименовать"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/branch_rename.tcl:38
msgid "Branch:"
msgstr "Ветка:"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/branch_rename.tcl:46
msgid "New Name:"
msgstr "Новое название:"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/branch_rename.tcl:81
msgid "Please select a branch to rename."
msgstr "Укажите ветку для переименования."
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/branch_rename.tcl:92 lib/branch_create.tcl:154
msgid "Please supply a branch name."
msgstr "Укажите имя ветки."
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/branch_rename.tcl:112 lib/branch_create.tcl:165
#, tcl-format
msgid "'%s' is not an acceptable branch name."
msgstr "Недопустимое имя ветки «%s»."
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/branch_rename.tcl:123
#, tcl-format
msgid "Failed to rename '%s'."
msgstr "Н е удалось переименовать «%s». "
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_font.tcl:41
msgid "Select"
msgstr "Выбрать"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_font.tcl:55
msgid "Font Family"
msgstr "Шрифт"
2011-01-17 22:08:55 +01:00
2020-12-19 00:07:10 +01:00
#: lib/choose_font.tcl:76
msgid "Font Size"
msgstr "Размер шрифта"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_font.tcl:93
msgid "Font Example"
msgstr "Пример текста"
#: lib/choose_font.tcl:105
2007-07-22 13:57:12 +02:00
msgid ""
2020-12-19 00:07:10 +01:00
"This is example text.\n"
"If you like this text, it can be your font."
msgstr "Это пример текста.\nЕ с ли Вам нравится этот текст, это может быть Ваш шрифт."
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:11
2007-07-22 13:57:12 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "Invalid global encoding '%s'"
msgstr "Неверная глобальная кодировка «%s»"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:19
#, tcl-format
msgid "Invalid repo encoding '%s'"
msgstr "Неверная кодировка репозитория «%s»"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:119
msgid "Restore Defaults"
msgstr "Восстановить настройки по умолчанию"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:123
msgid "Save"
msgstr "Сохранить"
2008-03-14 07:36:18 +01:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:133
#, tcl-format
msgid "%s Repository"
msgstr "Для репозитория %s"
2008-03-14 07:36:18 +01:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:134
msgid "Global (All Repositories)"
msgstr "Общие (для всех репозиториев)"
2008-03-14 07:36:18 +01:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:140
msgid "User Name"
msgstr "Имя пользователя"
2008-03-14 07:36:18 +01:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:141
msgid "Email Address"
msgstr "Адрес электронной почты"
2008-03-14 07:36:18 +01:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:143
msgid "Summarize Merge Commits"
msgstr "Суммарное сообщение при слиянии"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:144
msgid "Merge Verbosity"
msgstr "Уровень детальности сообщений при слиянии"
2008-03-14 07:36:18 +01:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:145
msgid "Show Diffstat After Merge"
msgstr "Показать отчет о б изменениях после слияния"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:146
msgid "Use Merge Tool"
msgstr "Использовать для слияния программу"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:148
msgid "Trust File Modification Timestamps"
msgstr "Доверять времени модификации файла"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:149
msgid "Prune Tracking Branches During Fetch"
msgstr "Чистка отслеживаемых веток при извлечении изменений"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:150
msgid "Match Tracking Branches"
msgstr "Такое же имя, как и у отслеживаемой ветки"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:151
msgid "Use Textconv For Diffs and Blames"
msgstr "Использовать Textconv для просмотра различий и авторства"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:152
msgid "Blame Copy Only On Changed Files"
msgstr "Поиск копий только в изменённых файлах"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:153
msgid "Maximum Length of Recent Repositories List"
msgstr "Максимальная длинна списка недавних репозиториев"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:154
msgid "Minimum Letters To Blame Copy On"
msgstr "Минимальное количество символов для поиска копий"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:155
msgid "Blame History Context Radius (days)"
msgstr "Радиус исторического контекста (в днях)"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:156
msgid "Number of Diff Context Lines"
msgstr "Число строк в контексте diff"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:157
msgid "Additional Diff Parameters"
msgstr "Дополнительные параметры для diff"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:158
msgid "Commit Message Text Width"
msgstr "Ширина текста сообщения коммита"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:159
msgid "New Branch Name Template"
msgstr "Шаблон для имени новой ветки"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:160
msgid "Default File Contents Encoding"
msgstr "Кодировка содержания файла по умолчанию"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:161
msgid "Warn before committing to a detached head"
msgstr "Предупреждать перед коммитом в отделённый HEAD"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:162
msgid "Staging of untracked files"
msgstr "Индексирование неотслеживаемых файлов"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:163
msgid "Show untracked files"
msgstr "Показать неотслеживаемые файлы"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:164
msgid "Tab spacing"
msgstr "Ширина табуляции"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:182 lib/option.tcl:197 lib/option.tcl:220 lib/option.tcl:282
#: lib/database.tcl:57
2007-10-10 10:11:43 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "%s:"
msgstr "%s:"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:210
msgid "Change"
msgstr "Изменить"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:254
msgid "Spelling Dictionary:"
msgstr "Словарь для проверки правописания:"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:284
msgid "Change Font"
msgstr "Изменить"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:288
2009-04-29 07:56:06 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "Choose %s"
msgstr "Выберите %s"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:294
msgid "pt."
msgstr "п."
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:308
msgid "Preferences"
msgstr "Настройки"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/option.tcl:345
msgid "Failed to completely save options:"
msgstr "Н е удалось полностью сохранить настройки:"
2009-04-29 07:56:06 +02:00
#: lib/encoding.tcl:443
msgid "Default"
msgstr "По умолчанию"
#: lib/encoding.tcl:448
#, tcl-format
msgid "System (%s)"
msgstr "Системная (%s)"
#: lib/encoding.tcl:459 lib/encoding.tcl:465
msgid "Other"
msgstr "Другая"
2020-12-19 00:07:10 +01:00
#: lib/tools.tcl:76
#, tcl-format
msgid "Running %s requires a selected file."
msgstr "Запуск %s требует выбранного файла."
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/tools.tcl:92
#, tcl-format
msgid "Are you sure you want to run %1$s on file \"%2$s\"?"
msgstr "Вы действительно хотите выполнить %1$s на «%2$s»?"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/tools.tcl:96
#, tcl-format
msgid "Are you sure you want to run %s?"
msgstr "Действительно запустить %s?"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/tools.tcl:118
#, tcl-format
msgid "Tool: %s"
msgstr "Вспомогательная операция: %s"
2007-10-31 22:16:17 +01:00
2020-12-19 00:07:10 +01:00
#: lib/tools.tcl:119
#, tcl-format
msgid "Running: %s"
msgstr "Выполнение: %s"
2007-10-31 22:16:17 +01:00
2020-12-19 00:07:10 +01:00
#: lib/tools.tcl:158
#, tcl-format
msgid "Tool completed successfully: %s"
msgstr "Программа %s завершилась успешно."
2007-10-31 22:16:17 +01:00
2020-12-19 00:07:10 +01:00
#: lib/tools.tcl:160
#, tcl-format
msgid "Tool failed: %s"
msgstr "Ошибка выполнения программы: %s"
2007-10-31 22:16:17 +01:00
2020-12-19 00:07:10 +01:00
#: lib/mergetool.tcl:8
msgid "Force resolution to the base version?"
msgstr "Использовать базовую версию для разрешения конфликта?"
2007-10-31 22:16:17 +01:00
2020-12-19 00:07:10 +01:00
#: lib/mergetool.tcl:9
msgid "Force resolution to this branch?"
msgstr "Использовать версию из этой ветки для разрешения конфликта?"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/mergetool.tcl:10
msgid "Force resolution to the other branch?"
msgstr "Использовать версию из другой ветки для разрешения конфликта?"
2008-03-14 07:36:18 +01:00
2020-12-19 00:07:10 +01:00
#: lib/mergetool.tcl:14
2007-10-22 22:28:48 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid ""
"Note that the diff shows only conflicting changes.\n"
"\n"
"%s will be overwritten.\n"
"\n"
"This operation can be undone only by restarting the merge."
msgstr "Внимание! Список изменений показывает только конфликтующие отличия.\n\n%s будет переписан.\n\nЭто действие можно отменить только перезапуском операции слияния."
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/mergetool.tcl:45
2007-10-22 22:28:48 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "File %s seems to have unresolved conflicts, still stage?"
msgstr "Похоже, что файл %s содержит неразрешенные конфликты. Продолжить индексацию?"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/mergetool.tcl:60
2007-07-22 13:57:12 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "Adding resolution for %s"
msgstr "Добавляю результат разрешения для %s"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/mergetool.tcl:141
msgid "Cannot resolve deletion or link conflicts using a tool"
msgstr "Программа слияния не обрабатывает конфликты с удалением или участием ссылок"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/mergetool.tcl:146
msgid "Conflict file does not exist"
msgstr "Конфликтующий файл не существует"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/mergetool.tcl:246
#, tcl-format
msgid "Not a GUI merge tool: '%s'"
msgstr "«%s» не является программой слияния"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/mergetool.tcl:275
2009-04-29 07:56:06 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "Unsupported merge tool '%s'"
msgstr "Неподдерживаемая программа слияния «%s»"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/mergetool.tcl:310
msgid "Merge tool is already running, terminate it?"
msgstr "Программа слияния уже работает. Прервать?"
#: lib/mergetool.tcl:330
#, tcl-format
2007-07-22 13:57:12 +02:00
msgid ""
2020-12-19 00:07:10 +01:00
"Error retrieving versions:\n"
"%s"
msgstr "Ошибка получения версий:\n%s"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/mergetool.tcl:350
#, tcl-format
2007-07-22 13:57:12 +02:00
msgid ""
2020-12-19 00:07:10 +01:00
"Could not start the merge tool:\n"
2007-07-22 13:57:12 +02:00
"\n"
2020-12-19 00:07:10 +01:00
"%s"
msgstr "Ошибка запуска программы слияния:\n\n%s"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/mergetool.tcl:354
msgid "Running merge tool..."
msgstr "Запуск программы слияния…"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/mergetool.tcl:382 lib/mergetool.tcl:390
msgid "Merge tool failed."
msgstr "Ошибка выполнения программы слияния."
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/tools_dlg.tcl:22
2009-04-29 07:56:06 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "%s (%s): Add Tool"
msgstr "%s (%s): Добавить инструмент"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/tools_dlg.tcl:28
msgid "Add New Tool Command"
msgstr "Новая вспомогательная операция"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/tools_dlg.tcl:34
msgid "Add globally"
msgstr "Добавить для всех репозиториев"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/tools_dlg.tcl:46
msgid "Tool Details"
msgstr "Описание вспомогательной операции"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/tools_dlg.tcl:49
msgid "Use '/' separators to create a submenu tree:"
msgstr "Используйте «/» для создания подменю"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/tools_dlg.tcl:60
msgid "Command:"
msgstr "Команда:"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/tools_dlg.tcl:71
msgid "Show a dialog before running"
msgstr "Показать диалог перед запуском"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/tools_dlg.tcl:77
msgid "Ask the user to select a revision (sets $REVISION)"
msgstr "Запрос на выбор версии (устанавливает $REVISION)"
2008-03-14 07:36:18 +01:00
2020-12-19 00:07:10 +01:00
#: lib/tools_dlg.tcl:82
msgid "Ask the user for additional arguments (sets $ARGS)"
msgstr "Запрос дополнительных аргументов (устанавливает $ARGS)"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/tools_dlg.tcl:89
msgid "Don't show the command output window"
msgstr "Н е показывать окно вывода команды"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/tools_dlg.tcl:94
msgid "Run only if a diff is selected ($FILENAME not empty)"
msgstr "Запуск только если показан список изменений ($FILENAME не пусто)"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/tools_dlg.tcl:118
msgid "Please supply a name for the tool."
msgstr "Укажите название вспомогательной операции."
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/tools_dlg.tcl:126
#, tcl-format
msgid "Tool '%s' already exists."
msgstr "Вспомогательная операция «%s» уже существует."
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/tools_dlg.tcl:148
2009-04-29 07:56:06 +02:00
#, tcl-format
msgid ""
2020-12-19 00:07:10 +01:00
"Could not add tool:\n"
"%s"
msgstr "Ошибка добавления программы:\n%s"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/tools_dlg.tcl:187
2009-04-29 07:56:06 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "%s (%s): Remove Tool"
msgstr "%s (%s): Удалить инструмент"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/tools_dlg.tcl:193
msgid "Remove Tool Commands"
msgstr "Удалить команды программы"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/tools_dlg.tcl:198
msgid "Remove"
msgstr "Удалить"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/tools_dlg.tcl:231
msgid "(Blue denotes repository-local tools)"
msgstr "(Синим выделены программы локальные репозиторию)"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/tools_dlg.tcl:283
2009-04-29 07:56:06 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "%s (%s):"
msgstr "%s (%s):"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/tools_dlg.tcl:292
2009-04-29 07:56:06 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "Run Command: %s"
msgstr "Запуск команды: %s"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/tools_dlg.tcl:306
msgid "Arguments"
msgstr "Аргументы"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/tools_dlg.tcl:341
msgid "OK"
msgstr "OK"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/search.tcl:48
msgid "Find:"
msgstr "Поиск:"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/search.tcl:50
msgid "Next"
msgstr "Дальше"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/search.tcl:51
msgid "Prev"
msgstr "Обратно"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/search.tcl:52
msgid "RegExp"
msgstr "Регулярные выражения"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/search.tcl:54
msgid "Case"
msgstr "Учёт регистра"
#: lib/shortcut.tcl:8 lib/shortcut.tcl:43 lib/shortcut.tcl:75
2009-04-29 07:56:06 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "%s (%s): Create Desktop Icon"
msgstr "%s (%s): Создать ярлык на рабочем столе"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/shortcut.tcl:24 lib/shortcut.tcl:65
msgid "Cannot write shortcut:"
msgstr "Невозможно записать ссылку:"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/shortcut.tcl:140
msgid "Cannot write icon:"
msgstr "Невозможно записать значок:"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote_branch_delete.tcl:29
2007-07-22 13:57:12 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "%s (%s): Delete Branch Remotely"
msgstr "%s (%s): Удаление внешней ветки"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote_branch_delete.tcl:34
msgid "Delete Branch Remotely"
msgstr "Удаление ветки во внешнем репозитории"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote_branch_delete.tcl:48
msgid "From Repository"
msgstr "Из репозитория"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote_branch_delete.tcl:88
msgid "Branches"
msgstr "Ветки"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote_branch_delete.tcl:110
msgid "Delete Only If"
msgstr "Удалить только в случае, если"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote_branch_delete.tcl:112
msgid "Merged Into:"
msgstr "Слияние с :"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote_branch_delete.tcl:120 lib/branch_delete.tcl:53
msgid "Always (Do not perform merge checks)"
msgstr "Всегда (не выполнять проверку на слияние)"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote_branch_delete.tcl:153
msgid "A branch is required for 'Merged Into'."
msgstr "Для операции «Слияние с» требуется указать ветку."
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote_branch_delete.tcl:185
#, tcl-format
msgid ""
"The following branches are not completely merged into %s:\n"
"\n"
" - %s"
msgstr "Следующие ветки могут быть объединены с %s при помощи операции слияния:\n\n - %s"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote_branch_delete.tcl:190
#, tcl-format
msgid ""
"One or more of the merge tests failed because you have not fetched the "
"necessary commits. Try fetching from %s first."
msgstr "Некоторые тесты на слияние не прошли, потому что вы не извлекли необходимые коммиты. Попытайтесь извлечь их из %s."
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote_branch_delete.tcl:208
msgid "Please select one or more branches to delete."
msgstr "Укажите одну или несколько веток для удаления."
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote_branch_delete.tcl:218 lib/branch_delete.tcl:115
msgid ""
"Recovering deleted branches is difficult.\n"
"\n"
"Delete the selected branches?"
msgstr "Восстановить удаленные ветки сложно.\n\nПр о до лжить?"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote_branch_delete.tcl:227
#, tcl-format
msgid "Deleting branches from %s"
msgstr "Удаление веток из %s"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote_branch_delete.tcl:300
msgid "No repository selected."
msgstr "Н е указан репозиторий."
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/remote_branch_delete.tcl:305
#, tcl-format
msgid "Scanning %s..."
msgstr "Перечитывание %s…"
2008-03-14 07:36:18 +01:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:45
msgid "Git Gui"
msgstr "Git Gui"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:104 lib/choose_repository.tcl:427
msgid "Create New Repository"
msgstr "Создать новый репозиторий"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:110
msgid "New..."
msgstr "Новый…"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:117 lib/choose_repository.tcl:511
msgid "Clone Existing Repository"
msgstr "Склонировать существующий репозиторий"
2008-03-14 07:36:18 +01:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:128
msgid "Clone..."
msgstr "Клонировать…"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:135 lib/choose_repository.tcl:1105
msgid "Open Existing Repository"
msgstr "Выбрать существующий репозиторий"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:141
msgid "Open..."
msgstr "Открыть…"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:154
msgid "Recent Repositories"
msgstr "Недавние репозитории"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:164
msgid "Open Recent Repository:"
msgstr "Открыть последний репозиторий"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:331 lib/choose_repository.tcl:338
#: lib/choose_repository.tcl:345
#, tcl-format
msgid "Failed to create repository %s:"
msgstr "Н е удалось создать репозиторий %s:"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:422 lib/branch_create.tcl:33
msgid "Create"
msgstr "Создать"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:432
msgid "Directory:"
msgstr "Каталог:"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:462 lib/choose_repository.tcl:588
#: lib/choose_repository.tcl:1139
msgid "Git Repository"
msgstr "Репозиторий"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:487
#, tcl-format
msgid "Directory %s already exists."
msgstr "Каталог '%s' уже существует."
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:491
#, tcl-format
msgid "File %s already exists."
msgstr "Файл '%s' уже существует."
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:506
msgid "Clone"
msgstr "Склонировать"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:519
msgid "Source Location:"
msgstr "Исходное положение:"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:528
msgid "Target Directory:"
msgstr "Каталог назначения:"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:538
msgid "Clone Type:"
msgstr "Тип клона:"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:543
msgid "Standard (Fast, Semi-Redundant, Hardlinks)"
msgstr "Стандартный (Быстрый, полуизбыточный, «жесткие» ссылки)"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:548
msgid "Full Copy (Slower, Redundant Backup)"
msgstr "Полная копия (Медленный, создает резервную копию)"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:553
msgid "Shared (Fastest, Not Recommended, No Backup)"
msgstr "Общий (Самый быстрый, не рекомендуется, без резервной копии)"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:560
msgid "Recursively clone submodules too"
msgstr "Также рекурсивно клонировать подмодули"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:594 lib/choose_repository.tcl:641
#: lib/choose_repository.tcl:790 lib/choose_repository.tcl:864
#: lib/choose_repository.tcl:1145 lib/choose_repository.tcl:1153
2009-04-29 07:56:06 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "Not a Git repository: %s"
msgstr "Каталог не является репозиторием Git: %s"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:630
msgid "Standard only available for local repository."
msgstr "Стандартный клон возможен только для локального репозитория."
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:634
msgid "Shared only available for local repository."
msgstr "Общий клон возможен только для локального репозитория."
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:655
2009-04-29 07:56:06 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "Location %s already exists."
msgstr "Путь %s уже существует."
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:666
msgid "Failed to configure origin"
msgstr "Н е удалось сконфигурировать исходный репозиторий"
#: lib/choose_repository.tcl:678
msgid "Counting objects"
msgstr "Подсчёт объектов"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:679
msgid "buckets"
msgstr "блоки"
#: lib/choose_repository.tcl:703
2009-04-29 07:56:06 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "Unable to copy objects/info/alternates: %s"
msgstr "Н е удалось скопировать objects/info/alternates: %s"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:740
2009-04-29 07:56:06 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "Nothing to clone from %s."
msgstr "Нечего клонировать с %s."
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:742 lib/choose_repository.tcl:962
#: lib/choose_repository.tcl:974
msgid "The 'master' branch has not been initialized."
msgstr "Н е инициализирована ветка «master»."
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:755
msgid "Hardlinks are unavailable. Falling back to copying."
msgstr "Жесткие ссылки недоступны. Будет использовано копирование."
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:769
#, tcl-format
msgid "Cloning from %s"
msgstr "Клонирование из %s"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:800
msgid "Copying objects"
msgstr "Копирование объектов"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:801
msgid "KiB"
msgstr "КБ"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:825
#, tcl-format
msgid "Unable to copy object: %s"
msgstr "Н е могу скопировать объект: %s"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:837
msgid "Linking objects"
msgstr "Создание ссылок на objects"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:838
msgid "objects"
msgstr "объекты"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:846
2007-10-22 22:28:48 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "Unable to hardlink object: %s"
msgstr "Н е могу создать «жесткую ссылку» на объект: %s"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:903
msgid "Cannot fetch branches and objects. See console output for details."
msgstr "Н е удалось извлечь ветки и объекты. Дополнительная информация на консоли."
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:914
msgid "Cannot fetch tags. See console output for details."
msgstr "Н е удалось извлечь метки. Дополнительная информация на консоли."
#: lib/choose_repository.tcl:938
msgid "Cannot determine HEAD. See console output for details."
msgstr "Н е могу определить HEAD. Дополнительная информация на консоли."
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:947
2007-07-22 13:57:12 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "Unable to cleanup %s"
msgstr "Н е могу очистить %s"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:953
msgid "Clone failed."
msgstr "Клонирование не удалось."
#: lib/choose_repository.tcl:960
msgid "No default branch obtained."
msgstr "Ветка по умолчанию не была получена."
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:971
2007-07-22 13:57:12 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "Cannot resolve %s as a commit."
msgstr "Н е могу распознать %s как коммит."
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:998
msgid "Creating working directory"
msgstr "Создаю рабочий каталог"
2007-10-31 22:16:17 +01:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:1028
msgid "Initial file checkout failed."
msgstr "Н е удалось получить начальное состояние файлов репозитория."
2007-10-31 22:16:17 +01:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:1072
msgid "Cloning submodules"
msgstr "Клонирование подмодулей"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:1087
msgid "Cannot clone submodules."
msgstr "Н е удалось клонировать подмодули."
2007-10-31 22:16:17 +01:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:1110
msgid "Repository:"
msgstr "Репозиторий:"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/choose_repository.tcl:1159
#, tcl-format
msgid "Failed to open repository %s:"
msgstr "Н е удалось открыть репозиторий %s:"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/about.tcl:26
msgid "git-gui - a graphical user interface for Git."
msgstr "git-gui - графический пользовательский интерфейс к Git."
2008-03-14 07:36:18 +01:00
2020-12-19 00:07:10 +01:00
#: lib/blame.tcl:74
#, tcl-format
msgid "%s (%s): File Viewer"
msgstr "%s (%s): Просмотр файла"
2008-03-14 07:36:18 +01:00
2020-12-19 00:07:10 +01:00
#: lib/blame.tcl:80
msgid "Commit:"
msgstr "Коммит:"
2008-03-14 07:36:18 +01:00
2020-12-19 00:07:10 +01:00
#: lib/blame.tcl:282
msgid "Copy Commit"
msgstr "Копировать SHA-1"
2008-03-14 07:36:18 +01:00
2020-12-19 00:07:10 +01:00
#: lib/blame.tcl:286
msgid "Find Text..."
msgstr "Найти текст…"
2008-03-14 07:36:18 +01:00
2020-12-19 00:07:10 +01:00
#: lib/blame.tcl:290
msgid "Goto Line..."
msgstr "Перейти на строку…"
2008-03-14 07:36:18 +01:00
2020-12-19 00:07:10 +01:00
#: lib/blame.tcl:299
msgid "Do Full Copy Detection"
msgstr "Провести полный поиск копий"
2008-03-14 07:36:18 +01:00
2020-12-19 00:07:10 +01:00
#: lib/blame.tcl:303
msgid "Show History Context"
msgstr "Показать исторический контекст"
2008-03-14 07:36:18 +01:00
2020-12-19 00:07:10 +01:00
#: lib/blame.tcl:306
msgid "Blame Parent Commit"
msgstr "Авторы родительского коммита"
2008-03-14 07:36:18 +01:00
2020-12-19 00:07:10 +01:00
#: lib/blame.tcl:468
#, tcl-format
msgid "Reading %s..."
msgstr "Чтение %s…"
#: lib/blame.tcl:596
msgid "Loading copy/move tracking annotations..."
msgstr "Загрузка аннотации копирований/переименований…"
#: lib/blame.tcl:613
msgid "lines annotated"
msgstr "строк прокомментировано"
#: lib/blame.tcl:815
msgid "Loading original location annotations..."
msgstr "Загрузка аннотаций первоначального положения объекта…"
#: lib/blame.tcl:818
msgid "Annotation complete."
msgstr "Аннотация завершена."
#: lib/blame.tcl:849
msgid "Busy"
msgstr "Занят"
#: lib/blame.tcl:850
msgid "Annotation process is already running."
msgstr "Аннотация уже запущена"
#: lib/blame.tcl:889
msgid "Running thorough copy detection..."
msgstr "Выполнение полного поиска копий…"
#: lib/blame.tcl:957
msgid "Loading annotation..."
msgstr "Загрузка аннотации…"
#: lib/blame.tcl:1010
msgid "Author:"
msgstr "Автор:"
#: lib/blame.tcl:1014
msgid "Committer:"
msgstr "Коммитер:"
#: lib/blame.tcl:1019
msgid "Original File:"
msgstr "Исходный файл:"
#: lib/blame.tcl:1067
msgid "Cannot find HEAD commit:"
msgstr "Н е удалось найти текущее состояние:"
#: lib/blame.tcl:1122
msgid "Cannot find parent commit:"
msgstr "Н е удалось найти родительское состояние:"
#: lib/blame.tcl:1137
msgid "Unable to display parent"
msgstr "Н е могу показать предка"
#: lib/blame.tcl:1138 lib/diff.tcl:345
msgid "Error loading diff:"
msgstr "Ошибка загрузки изменений:"
#: lib/blame.tcl:1279
msgid "Originally By:"
msgstr "Источник:"
#: lib/blame.tcl:1285
msgid "In File:"
msgstr "Файл:"
#: lib/blame.tcl:1290
msgid "Copied Or Moved Here By:"
msgstr "Скопировано/перемещено в:"
#: lib/diff.tcl:77
#, tcl-format
msgid ""
"No differences detected.\n"
"\n"
"%s has no changes.\n"
"\n"
"The modification date of this file was updated by another application, but the content within the file was not changed.\n"
"\n"
"A rescan will be automatically started to find other files which may have the same state."
msgstr "Изменений не обнаружено.\n\nв %s отсутствуют изменения.\n\nДа та изменения файла была обновлена другой программой, но содержимое файла осталось прежним.\n\nС е йча с будет запущено перечитывание репозитория, чтобы найти подобные файлы."
#: lib/diff.tcl:117
#, tcl-format
msgid "Loading diff of %s..."
msgstr "Загрузка изменений %s…"
#: lib/diff.tcl:143
msgid ""
"LOCAL: deleted\n"
"REMOTE:\n"
msgstr "ЛОКАЛЬНО: удалён\nВ Н Е ШН ИЙ:\n"
#: lib/diff.tcl:148
msgid ""
"REMOTE: deleted\n"
"LOCAL:\n"
msgstr "ВНЕШНИЙ: удалён\nЛО К А ЛЬ Н О :\n"
#: lib/diff.tcl:155
msgid "LOCAL:\n"
msgstr "ЛОКАЛЬНО:\n"
#: lib/diff.tcl:158
msgid "REMOTE:\n"
msgstr "ВНЕШНИЙ:\n"
#: lib/diff.tcl:220 lib/diff.tcl:344
#, tcl-format
msgid "Unable to display %s"
msgstr "Н е могу показать %s"
#: lib/diff.tcl:221
msgid "Error loading file:"
msgstr "Ошибка загрузки файла:"
#: lib/diff.tcl:227
msgid "Git Repository (subproject)"
msgstr "Репозиторий Git (подпроект)"
#: lib/diff.tcl:239
msgid "* Binary file (not showing content)."
msgstr "* Двоичный файл (содержимое не показано)"
#: lib/diff.tcl:244
#, tcl-format
msgid ""
"* Untracked file is %d bytes.\n"
"* Showing only first %d bytes.\n"
msgstr "* Размер неотслеживаемого файла %d байт.\n* Показано первых %d байт.\n"
#: lib/diff.tcl:250
#, tcl-format
msgid ""
"\n"
"* Untracked file clipped here by %s.\n"
"* To see the entire file, use an external editor.\n"
msgstr "\n* Неотслеживаемый файл обрезан: %s.\n* Чтобы увидеть весь файл, используйте внешний редактор.\n"
#: lib/diff.tcl:583
msgid "Failed to unstage selected hunk."
msgstr "Н е удалось исключить выбранную часть."
#: lib/diff.tcl:591
msgid "Failed to revert selected hunk."
msgstr "Н е удалось обратить изменения выбранного блока."
#: lib/diff.tcl:594
msgid "Failed to stage selected hunk."
msgstr "Н е удалось проиндексировать выбранный блок изменений."
#: lib/diff.tcl:687
msgid "Failed to unstage selected line."
msgstr "Н е удалось исключить выбранную строку."
#: lib/diff.tcl:696
msgid "Failed to revert selected line."
msgstr "Н е удалось обратить изменения выбраной строки."
#: lib/diff.tcl:700
msgid "Failed to stage selected line."
msgstr "Н е удалось проиндексировать выбранную строку."
#: lib/diff.tcl:889
msgid "Failed to undo last revert."
msgstr "Н е удалось отменить посленднее обращение изменений."
#: lib/sshkey.tcl:34
2009-04-29 07:56:06 +02:00
msgid "No keys found."
msgstr "Ключ не найден"
2020-12-19 00:07:10 +01:00
#: lib/sshkey.tcl:37
2009-04-29 07:56:06 +02:00
#, tcl-format
msgid "Found a public key in: %s"
msgstr "Публичный ключ из %s"
2020-12-19 00:07:10 +01:00
#: lib/sshkey.tcl:43
2009-04-29 07:56:06 +02:00
msgid "Generate Key"
msgstr "Создать ключ"
2020-12-19 00:07:10 +01:00
#: lib/sshkey.tcl:61
2009-04-29 07:56:06 +02:00
msgid "Copy To Clipboard"
msgstr "Скопировать в буфер обмена"
2020-12-19 00:07:10 +01:00
#: lib/sshkey.tcl:75
msgid "Your OpenSSH Public Key"
msgstr "Ваш публичный ключ OpenSSH"
#: lib/sshkey.tcl:83
msgid "Generating..."
msgstr "Создание…"
#: lib/sshkey.tcl:89
#, tcl-format
msgid ""
"Could not start ssh-keygen:\n"
"\n"
"%s"
msgstr "Ошибка запуска ssh-keygen:\n\n%s"
#: lib/sshkey.tcl:116
msgid "Generation failed."
msgstr "Ключ не создан."
#: lib/sshkey.tcl:123
msgid "Generation succeeded, but no keys found."
msgstr "Создание ключа завершилось, но результат не был найден"
#: lib/sshkey.tcl:126
#, tcl-format
msgid "Your key is in: %s"
msgstr "Ваш ключ находится в: %s"
#: lib/branch_create.tcl:23
#, tcl-format
msgid "%s (%s): Create Branch"
msgstr "%s (%s): Создание ветки"
#: lib/branch_create.tcl:28
msgid "Create New Branch"
msgstr "Создать новую ветку"
#: lib/branch_create.tcl:42
msgid "Branch Name"
msgstr "Имя ветки"
#: lib/branch_create.tcl:57
msgid "Match Tracking Branch Name"
msgstr "Соответствовать имени отслеживаемой ветки"
#: lib/branch_create.tcl:66
msgid "Starting Revision"
msgstr "Начальная версия"
#: lib/branch_create.tcl:72
msgid "Update Existing Branch:"
msgstr "Обновить имеющуюся ветку:"
#: lib/branch_create.tcl:75
msgid "No"
msgstr "Нет"
#: lib/branch_create.tcl:80
msgid "Fast Forward Only"
msgstr "Только Fast Forward"
#: lib/branch_create.tcl:97
msgid "Checkout After Creation"
msgstr "После создания сделать текущей"
#: lib/branch_create.tcl:132
msgid "Please select a tracking branch."
msgstr "Укажите отлеживаемую ветку."
#: lib/branch_create.tcl:141
#, tcl-format
msgid "Tracking branch %s is not a branch in the remote repository."
msgstr "Отслеживаемая ветка %s не является веткой на внешнем репозитории."
#: lib/console.tcl:59
msgid "Working... please wait..."
msgstr "В процессе… пожалуйста, ждите…"
#: lib/console.tcl:186
msgid "Success"
msgstr "Процесс успешно завершен"
#: lib/console.tcl:200
msgid "Error: Command Failed"
msgstr "Ошибка: не удалось выполнить команду"
#: lib/line.tcl:17
msgid "Goto Line:"
msgstr "Перейти на строку:"
#: lib/line.tcl:23
msgid "Go"
msgstr "Перейти"
#: lib/choose_rev.tcl:52
msgid "This Detached Checkout"
msgstr "Текущее отсоединенное состояние"
#: lib/choose_rev.tcl:60
msgid "Revision Expression:"
msgstr "Выражение для определения версии:"
#: lib/choose_rev.tcl:72
msgid "Local Branch"
msgstr "Локальная ветка:"
#: lib/choose_rev.tcl:77
msgid "Tracking Branch"
msgstr "Отслеживаемая ветка"
#: lib/choose_rev.tcl:82 lib/choose_rev.tcl:544
msgid "Tag"
msgstr "Метка"
#: lib/choose_rev.tcl:321
#, tcl-format
msgid "Invalid revision: %s"
msgstr "Неверная версия: %s"
#: lib/choose_rev.tcl:342
msgid "No revision selected."
msgstr "Версия не указана."
#: lib/choose_rev.tcl:350
msgid "Revision expression is empty."
msgstr "Пустое выражение для определения версии."
#: lib/choose_rev.tcl:537
msgid "Updated"
msgstr "Обновлено"
#: lib/choose_rev.tcl:565
msgid "URL"
msgstr "Ссылка"
#: lib/commit.tcl:9
msgid ""
"There is nothing to amend.\n"
"\n"
"You are about to create the initial commit. There is no commit before this to amend.\n"
msgstr "Отсутствует коммиты для исправления.\n\nВ ы создаете начальный коммит, здесь еще нечего исправлять.\n"
#: lib/commit.tcl:18
msgid ""
"Cannot amend while merging.\n"
"\n"
"You are currently in the middle of a merge that has not been fully completed. You cannot amend the prior commit unless you first abort the current merge activity.\n"
msgstr "Невозможно исправить коммит во время слияния.\n\nТ е ку ще е слияние не завершено. Невозможно исправить предыдуий коммит, не прерывая эту операцию.\n"
#: lib/commit.tcl:56
msgid "Error loading commit data for amend:"
msgstr "Ошибка при загрузке данных для исправления коммита:"
#: lib/commit.tcl:83
msgid "Unable to obtain your identity:"
msgstr "Невозможно получить информацию о б авторстве:"
#: lib/commit.tcl:88
msgid "Invalid GIT_COMMITTER_IDENT:"
msgstr "Недопустимый GIT_COMMITTER_IDENT:"
#: lib/commit.tcl:138
#, tcl-format
msgid "warning: Tcl does not support encoding '%s'."
msgstr "предупреждение: Tcl не поддерживает кодировку «%s»."
#: lib/commit.tcl:158
msgid ""
"Last scanned state does not match repository state.\n"
"\n"
"Another Git program has modified this repository since the last scan. A rescan must be performed before another commit can be created.\n"
"\n"
"The rescan will be automatically started now.\n"
msgstr "Последнее прочитанное состояние репозитория не соответствует текущему.\n\nС момента последней проверки репозиторий был изменен другой программой Git. Необходимо перечитать репозиторий, прежде чем изменять текущую ветвь. \n\nЭто будет сделано сейчас автоматически.\n"
#: lib/commit.tcl:182
#, tcl-format
msgid ""
"Unmerged files cannot be committed.\n"
"\n"
"File %s has merge conflicts. You must resolve them and stage the file before committing.\n"
msgstr "Нельзя выполнить коммит с незавершённой операцией слияния.\n\nДля файла %s возник конфликт слияния. Разрешите конфликт и добавьте их в индекс перед выполнением коммита.\n"
#: lib/commit.tcl:190
#, tcl-format
msgid ""
"Unknown file state %s detected.\n"
"\n"
"File %s cannot be committed by this program.\n"
msgstr "Обнаружено неизвестное состояние файла %s.\n\nФа йл %s не может быть закоммичен этой программой.\n"
#: lib/commit.tcl:198
msgid ""
"No changes to commit.\n"
"\n"
"You must stage at least 1 file before you can commit.\n"
msgstr "Отсутствуют изменения для сохранения.\n\nДо б а вьте в индекс хотя бы один файл перед выполнением коммита.\n"
#: lib/commit.tcl:213
msgid ""
"Please supply a commit message.\n"
"\n"
"A good commit message has the following format:\n"
"\n"
"- First line: Describe in one sentence what you did.\n"
"- Second line: Blank\n"
"- Remaining lines: Describe why this change is good.\n"
msgstr "Укажите сообщение коммита.\n\nР е ко ме нду е тс я следующий формат сообщения:\n\n- в первой строке краткое описание сделанных изменений\n- вторая строка пустая\n- в оставшихся строках опишите, что дают ваши изменения\n"
#: lib/commit.tcl:244
msgid "Calling pre-commit hook..."
msgstr "Вызов перехватчика pre-commit…"
#: lib/commit.tcl:259
msgid "Commit declined by pre-commit hook."
msgstr "Коммит прерван переватчиком pre-commit."
#: lib/commit.tcl:278
msgid ""
"You are about to commit on a detached head. This is a potentially dangerous thing to do because if you switch to another branch you will lose your changes and it can be difficult to retrieve them later from the reflog. You should probably cancel this commit and create a new branch to continue.\n"
" \n"
" Do you really want to proceed with your Commit?"
msgstr "Вы собираетесь сделать коммит в отделённый HEAD. Это действие потенциально опасно, так как если вы переключитесь на другую ветку после этого, то вы потеряете свои изменения и их сложно будет потом найти с помощью журнала ссылок (reflog). Вам скорее всего следует отменить этот коммит и создать новую ветку до продолжения.\n \n Вы действительно хотите продолжить и создать коммит?"
#: lib/commit.tcl:299
msgid "Calling commit-msg hook..."
msgstr "Вызов перехватчика commit-msg…"
#: lib/commit.tcl:314
msgid "Commit declined by commit-msg hook."
msgstr "Коммит прерван переватчиком commit-msg"
#: lib/commit.tcl:327
msgid "Committing changes..."
msgstr "Коммит изменений…"
#: lib/commit.tcl:344
msgid "write-tree failed:"
msgstr "Программа write-tree завершилась с ошибкой:"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/commit.tcl:345 lib/commit.tcl:395 lib/commit.tcl:422
msgid "Commit failed."
msgstr "Н е удалось закоммитить изменения."
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/commit.tcl:362
2009-04-29 07:56:06 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "Commit %s appears to be corrupt"
msgstr "Коммит %s похоже поврежден"
#: lib/commit.tcl:367
2009-04-29 07:56:06 +02:00
msgid ""
2020-12-19 00:07:10 +01:00
"No changes to commit.\n"
2009-04-29 07:56:06 +02:00
"\n"
2020-12-19 00:07:10 +01:00
"No files were modified by this commit and it was not a merge commit.\n"
"\n"
"A rescan will be automatically started now.\n"
msgstr "Нет изменения для коммита.\n\nН и один файл не был изменен и не было слияния.\n\nС е йча с автоматически запустится перечитывание репозитория.\n"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/commit.tcl:374
msgid "No changes to commit."
msgstr "Нет изменения для коммита."
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/commit.tcl:394
msgid "commit-tree failed:"
msgstr "Программа commit-tree завершилась с ошибкой:"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/commit.tcl:421
msgid "update-ref failed:"
msgstr "Программа update-ref завершилась с ошибкой:"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/commit.tcl:514
2007-07-22 13:57:12 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "Created commit %s: %s"
msgstr "Создан коммит %s: %s "
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/branch_delete.tcl:16
2007-10-22 22:28:48 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "%s (%s): Delete Branch"
msgstr "%s (%s): Удаление ветки"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/branch_delete.tcl:21
msgid "Delete Local Branch"
msgstr "Удалить локальную ветку"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/branch_delete.tcl:39
msgid "Local Branches"
msgstr "Локальные ветки"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/branch_delete.tcl:51
msgid "Delete Only If Merged Into"
msgstr "Удалить только в случае, если было слияние с "
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/branch_delete.tcl:103
2009-04-29 07:56:06 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "The following branches are not completely merged into %s:"
msgstr "Ветки, которые не полностью сливаются с %s:"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/branch_delete.tcl:131
2009-04-29 07:56:06 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid " - %s:"
msgstr " — %s:"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/branch_delete.tcl:141
#, tcl-format
msgid ""
"Failed to delete branches:\n"
"%s"
msgstr "Н е удалось удалить ветки:\n%s"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/date.tcl:25
#, tcl-format
msgid "Invalid date from Git: %s"
msgstr "Неправильная дата в репозитории: %s"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/database.tcl:42
msgid "Number of loose objects"
msgstr "Количество несвязанных объектов"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/database.tcl:43
msgid "Disk space used by loose objects"
msgstr "Объем дискового пространства, занятый несвязанными объектами"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/database.tcl:44
msgid "Number of packed objects"
msgstr "Количество упакованных объектов"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/database.tcl:45
msgid "Number of packs"
msgstr "Количество pack-файлов"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/database.tcl:46
msgid "Disk space used by packed objects"
msgstr "Объем дискового пространства, занятый упакованными объектами"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/database.tcl:47
msgid "Packed objects waiting for pruning"
msgstr "Несвязанные объекты, которые можно удалить"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/database.tcl:48
msgid "Garbage files"
msgstr "М у с о р "
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/database.tcl:66
#, tcl-format
msgid "%s (%s): Database Statistics"
msgstr "%s (%s): Статистика базы данных"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/database.tcl:72
msgid "Compressing the object database"
msgstr "Сжатие базы объектов"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/database.tcl:83
msgid "Verifying the object database with fsck-objects"
msgstr "Проверка базы объектов при помощи fsck"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/database.tcl:107
2009-04-29 07:56:06 +02:00
#, tcl-format
msgid ""
2020-12-19 00:07:10 +01:00
"This repository currently has approximately %i loose objects.\n"
"\n"
"To maintain optimal performance it is strongly recommended that you compress the database.\n"
"\n"
"Compress the database now?"
msgstr "Этот репозиторий сейчас содержит примерно %i свободных объектов\n\nДля лучшей производительности рекомендуется сжать базу данных.\n\nС жа ть базу данных сейчас?"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/error.tcl:20
#, tcl-format
msgid "%s: error"
msgstr "%s: ошибка"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/error.tcl:36
#, tcl-format
msgid "%s: warning"
msgstr "%s: предупреждение"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/error.tcl:80
#, tcl-format
msgid "%s hook failed:"
msgstr "ошибка перехватчика %s:"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/error.tcl:96
msgid "You must correct the above errors before committing."
msgstr "Перед коммитом, исправьте вышеуказанные ошибки."
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/error.tcl:116
2009-04-29 07:56:06 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "%s (%s): error"
msgstr "%s (%s): ошибка"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/merge.tcl:13
msgid ""
"Cannot merge while amending.\n"
"\n"
"You must finish amending this commit before starting any type of merge.\n"
msgstr "Невозможно выполнить слияние во время исправления.\n\nЗ а ве р шите исправление данного коммита перед выполнением операции слияния.\n"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/merge.tcl:27
msgid ""
"Last scanned state does not match repository state.\n"
"\n"
"Another Git program has modified this repository since the last scan. A rescan must be performed before a merge can be performed.\n"
"\n"
"The rescan will be automatically started now.\n"
msgstr "Последнее прочитанное состояние репозитория не соответствует текущему.\n\nС момента последней проверки репозиторий был изменен другой программой Git. Необходимо перечитать репозиторий, прежде чем слияние может быть сделано.\n\nЭто будет сделано сейчас автоматически.\n"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/merge.tcl:45
2007-07-22 13:57:12 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid ""
"You are in the middle of a conflicted merge.\n"
"\n"
"File %s has merge conflicts.\n"
"\n"
"You must resolve them, stage the file, and commit to complete the current merge. Only then can you begin another merge.\n"
msgstr "Предыдущее слияние не завершено из-за конфликта.\n\nДля файла %s возник конфликт слияния.\n\nР а зр е шите конфликт, добавьте файл в индекс и закоммитьте. Только после этого можно начать следующее слияние.\n"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/merge.tcl:55
2007-10-22 22:28:48 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid ""
"You are in the middle of a change.\n"
"\n"
"File %s is modified.\n"
"\n"
"You should complete the current commit before starting a merge. Doing so will help you abort a failed merge, should the need arise.\n"
msgstr "Вы находитесь в процессе изменений.\n\nФа йл %s изменён.\n\nВ ы должны завершить текущий коммит перед началом слияния. В случае необходимости, это позволит прервать операцию слияния.\n"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/merge.tcl:108
2007-07-22 13:57:12 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "%s of %s"
msgstr "%s из %s"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/merge.tcl:126
2007-07-22 13:57:12 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "Merging %s and %s..."
msgstr "Слияние %s и %s…"
#: lib/merge.tcl:137
msgid "Merge completed successfully."
msgstr "Слияние успешно завершено."
#: lib/merge.tcl:139
msgid "Merge failed. Conflict resolution is required."
msgstr "Н е удалось завершить слияние. Требуется разрешение конфликта."
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/merge.tcl:156
2009-04-29 07:56:06 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "%s (%s): Merge"
msgstr "%s (%s): Слияние"
2009-04-29 07:56:06 +02:00
2020-12-19 00:07:10 +01:00
#: lib/merge.tcl:164
2007-07-22 13:57:12 +02:00
#, tcl-format
2020-12-19 00:07:10 +01:00
msgid "Merge Into %s"
msgstr "Слияние с %s"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/merge.tcl:183
msgid "Revision To Merge"
msgstr "Версия, с которой провести слияние"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/merge.tcl:218
msgid ""
"Cannot abort while amending.\n"
"\n"
"You must finish amending this commit.\n"
msgstr "Невозможно прервать исправление.\n\nЗ а ве р шите текущее исправление коммита.\n"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/merge.tcl:228
msgid ""
"Abort merge?\n"
"\n"
"Aborting the current merge will cause *ALL* uncommitted changes to be lost.\n"
"\n"
"Continue with aborting the current merge?"
msgstr "Прервать операцию слияния?\n\nПр е р ыва ние текущего слияния приведет к потере *В С Е Х * несохраненных изменений.\n\nПр о до лжить?"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/merge.tcl:234
msgid ""
"Reset changes?\n"
"\n"
"Resetting the changes will cause *ALL* uncommitted changes to be lost.\n"
"\n"
"Continue with resetting the current changes?"
msgstr "Сбросить изменения?\n\nС б р о с изменений приведет к потере *В С Е Х * несохраненных изменений.\n\nПр о до лжить?"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/merge.tcl:246
msgid "Aborting"
msgstr "Прерываю"
2007-07-22 13:57:12 +02:00
2020-12-19 00:07:10 +01:00
#: lib/merge.tcl:247
msgid "files reset"
msgstr "изменения в файлах отменены"
2007-10-10 10:11:43 +02:00
2020-12-19 00:07:10 +01:00
#: lib/merge.tcl:277
msgid "Abort failed."
msgstr "Прервать не удалось."
#: lib/merge.tcl:279
msgid "Abort completed. Ready."
msgstr "Прервано."