diff -r 9407d05d4109 -r b06794ae2a92 ProjectDjango/i18n/django_ru.ts --- a/ProjectDjango/i18n/django_ru.ts Thu Dec 26 14:24:34 2024 +0100 +++ b/ProjectDjango/i18n/django_ru.ts Fri Dec 27 14:17:37 2024 +0100 @@ -865,1152 +865,1178 @@ <context> <name>Project</name> <message> - <location filename="../Project.py" line="180" /> + <location filename="../Project.py" line="181" /> <source>Current Project</source> <translation>Текущий проект</translation> </message> <message> - <location filename="../Project.py" line="182" /> + <location filename="../Project.py" line="183" /> <source>Selects the current project</source> <translation>Выбор текущего проекта</translation> </message> <message> - <location filename="../Project.py" line="184" /> + <location filename="../Project.py" line="185" /> <source><b>Current Project</b><p>Selects the current project. Used for multi-project Django projects to switch between the projects.</p></source> <translation><b>Текущий проект</b><p>Выберите текущий проект. Используется в мультипроекте Django-проектов для переключения между ними.</p></translation> </message> <message> - <location filename="../Project.py" line="199" /> + <location filename="../Project.py" line="200" /> <source>Start Project</source> <translation>Создание нового проекта</translation> </message> <message> - <location filename="../Project.py" line="200" /> + <location filename="../Project.py" line="201" /> <source>Start &Project</source> <translation>Новый &проект</translation> </message> <message> - <location filename="../Project.py" line="206" /> + <location filename="../Project.py" line="207" /> <source>Starts a new Django project</source> <translation>Создание нового Django-проекта</translation> </message> <message> - <location filename="../Project.py" line="208" /> + <location filename="../Project.py" line="209" /> <source><b>Start Project</b><p>Starts a new Django project using "django-admin.py startproject".</p></source> <translation><b>Новый проект</b><p>Создание нового Django-проекта посредством команды "django-admin.py startproject".</p></translation> </message> <message> - <location filename="../Project.py" line="218" /> + <location filename="../Project.py" line="219" /> <source>Start Application (global)</source> <translation>Создание приложения (global)</translation> </message> <message> - <location filename="../Project.py" line="219" /> + <location filename="../Project.py" line="220" /> <source>Start Application (&global)</source> <translation>Новое приложение (&global)</translation> </message> <message> - <location filename="../Project.py" line="226" /> + <location filename="../Project.py" line="227" /> <source>Starts a new global Django application</source> <translation>Создание нового (global) Django-приложения</translation> </message> <message> - <location filename="../Project.py" line="229" /> + <location filename="../Project.py" line="230" /> <source><b>Start Application (global)</b><p>Starts a new global Django application using "django-admin.py startapp".</p></source> <translation><b>Старт приложения (global)</b><p>Создание нового global Django-приложения посредством команды: "django-admin.py startapp".</p></translation> </message> <message> - <location filename="../Project.py" line="239" /> + <location filename="../Project.py" line="240" /> <source>Start Application (local)</source> <translation>Создание приложения (local)</translation> </message> <message> - <location filename="../Project.py" line="240" /> + <location filename="../Project.py" line="241" /> <source>Start Application (&local)</source> <translation>Новое приложение (&local)</translation> </message> <message> - <location filename="../Project.py" line="247" /> + <location filename="../Project.py" line="248" /> <source>Starts a new local Django application</source> <translation>Создание нового (local) Django-приложения</translation> </message> <message> - <location filename="../Project.py" line="250" /> + <location filename="../Project.py" line="251" /> <source><b>Start Application (local)</b><p>Starts a new local Django application using "manage.py startapp".</p></source> <translation><b>Старт приложения (local)</b><p>Создание нового local Django-приложения посредством команды: "manage.py startapp".</p></translation> </message> <message> - <location filename="../Project.py" line="264" /> + <location filename="../Project.py" line="265" /> <source>Run Server</source> <translation>Запуск сервера разработки</translation> </message> <message> - <location filename="../Project.py" line="265" /> + <location filename="../Project.py" line="266" /> <source>Run &Server</source> <translation>Запуск &сервера разработки</translation> </message> <message> - <location filename="../Project.py" line="271" /> + <location filename="../Project.py" line="272" /> <source>Starts the Django Web server</source> <translation>Запуск Django Web сервера разработки</translation> </message> <message> - <location filename="../Project.py" line="273" /> + <location filename="../Project.py" line="274" /> <source><b>Run Server</b><p>Starts the Django Web server using "manage.py runserver".</p></source> <translation><b>Сервер разработки</b><p>Запуск Django Web сервера разработки посредством команды: "manage.py runserver".</p></translation> </message> <message> - <location filename="../Project.py" line="2266" /> - <location filename="../Project.py" line="283" /> + <location filename="../Project.py" line="2321" /> + <location filename="../Project.py" line="284" /> <source>Run Web-Browser</source> <translation>Запуск Web-браузера администрирования</translation> </message> <message> - <location filename="../Project.py" line="284" /> + <location filename="../Project.py" line="285" /> <source>Run &Web-Browser</source> <translation>Запуск &Web-браузера</translation> </message> <message> - <location filename="../Project.py" line="291" /> + <location filename="../Project.py" line="292" /> <source>Starts the default Web-Browser with the URL of the Django Web server</source> <translation>Запуск Web-браузера, используемого по умолчанию, с URL Django Web сервера</translation> </message> <message> - <location filename="../Project.py" line="297" /> + <location filename="../Project.py" line="298" /> <source><b>Run Web-Browser</b><p>Starts the default Web-Browser with the URL of the Django Web server.</p></source> <translation><b>Запуск Web-браузера</b><p>Запуск Web-браузера, используемого по умолчанию, с адресом Django Web сервера.</p></translation> </message> <message> - <location filename="../Project.py" line="2963" /> - <location filename="../Project.py" line="311" /> + <location filename="../Project.py" line="3034" /> + <location filename="../Project.py" line="312" /> <source>Create Cache Tables</source> <translation>Создание кэша таблиц</translation> </message> <message> - <location filename="../Project.py" line="312" /> + <location filename="../Project.py" line="313" /> <source>C&reate Cache Tables</source> <translation>С&оздание кэша таблиц</translation> </message> <message> - <location filename="../Project.py" line="319" /> + <location filename="../Project.py" line="320" /> <source>Creates the tables needed to use the SQL cache backend</source> <translation>Для создания таблиц необходимо использовать SQL кэш бэкенд</translation> </message> <message> - <location filename="../Project.py" line="322" /> + <location filename="../Project.py" line="323" /> <source><b>Create Cache Tables</b><p>Creates the tables needed to use the SQL cache backend.</p></source> <translation><b>Создание кэша таблиц</b><p>Для создания таблиц необходимо использовать SQL кэш бэкенд.</p></translation> </message> <message> - <location filename="../Project.py" line="336" /> + <location filename="../Project.py" line="337" /> <source>Help</source> <translation>Справка</translation> </message> <message> - <location filename="../Project.py" line="336" /> + <location filename="../Project.py" line="337" /> <source>&Help</source> <translation>&Справка</translation> </message> <message> - <location filename="../Project.py" line="338" /> + <location filename="../Project.py" line="339" /> <source>Shows the Django help index</source> <translation>Показ индекса справки Django</translation> </message> <message> - <location filename="../Project.py" line="340" /> + <location filename="../Project.py" line="341" /> <source><b>Help</b><p>Shows the Django help index page.</p></source> <translation><b>Справка</b><p>Показ страницы индексов справки Django.</p></translation> </message> <message> - <location filename="../Project.py" line="1585" /> - <location filename="../Project.py" line="350" /> + <location filename="../Project.py" line="1635" /> + <location filename="../Project.py" line="351" /> <source>About Django</source> <translation>О Django</translation> </message> <message> - <location filename="../Project.py" line="351" /> + <location filename="../Project.py" line="352" /> <source>About D&jango</source> <translation>О D&jango</translation> </message> <message> - <location filename="../Project.py" line="357" /> + <location filename="../Project.py" line="358" /> <source>Shows some information about Django</source> <translation>Отображение информации о Django</translation> </message> <message> - <location filename="../Project.py" line="359" /> + <location filename="../Project.py" line="360" /> <source><b>About Django</b><p>Shows some information about Django.</p></source> <translation><b>О Django</b><p>Отображение информации о Django.</p></translation> </message> <message> - <location filename="../Project.py" line="3680" /> + <location filename="../Project.py" line="3774" /> + <location filename="../Project.py" line="374" /> <location filename="../Project.py" line="373" /> - <location filename="../Project.py" line="372" /> <source>Check Project</source> <translation>Проверить проект</translation> </message> <message> - <location filename="../Project.py" line="380" /> + <location filename="../Project.py" line="381" /> <source>Inspects the Django project for common problems</source> <translation>Инспекция общераспространенных проблем Django-проекта</translation> </message> <message> - <location filename="../Project.py" line="383" /> + <location filename="../Project.py" line="384" /> <source><b>Check Project</b><p>This inspects the Django project for common problems.</p></source> <translation><b>Проверить проект</b><p>Инспекция общих проблем Django-проекта.</p></translation> </message> <message> - <location filename="../Project.py" line="404" /> + <location filename="../Project.py" line="405" /> <source>Current Database</source> <translation>Текущая база данных</translation> </message> <message> - <location filename="../Project.py" line="406" /> + <location filename="../Project.py" line="407" /> <source>Selects the current database</source> <translation>Выбор текущей базы данных</translation> </message> <message> - <location filename="../Project.py" line="408" /> + <location filename="../Project.py" line="409" /> <source><b>Current Database</b><p>Selects the database name to be used by all database actions. An empty database name indicates to use the default name.</p></source> <translation><b>Текущая база данных</b><p>Выбор имени базы данных, которое будет использоваться во всех операциях базы данных. Пустое имя базы данных указывает на использование имени по умолчанию.</P></translation> </message> <message> - <location filename="../Project.py" line="420" /> + <location filename="../Project.py" line="421" /> <source>Introspect</source> <translation>Просматривает базу данных, определяет структуру моделей и выводит их код</translation> </message> <message> - <location filename="../Project.py" line="421" /> + <location filename="../Project.py" line="422" /> <source>&Introspect</source> <translation>&Инспекция</translation> </message> <message> - <location filename="../Project.py" line="428" /> + <location filename="../Project.py" line="429" /> <source>Introspects the database tables and outputs a Django model module</source> <translation>Анализ таблиц базы данных и вывод кода модуля Django моделей</translation> </message> <message> - <location filename="../Project.py" line="431" /> + <location filename="../Project.py" line="432" /> <source><b>Introspect</b><p>Introspects the database tables and outputs a Django model module.</p></source> <translation><b>Анализ таблиц базы данных</b><p>Анализ таблиц базы данных, определение структуры и вывод кода модуля Django моделей.</p></translation> </message> <message> - <location filename="../Project.py" line="441" /> + <location filename="../Project.py" line="442" /> <source>Flush</source> <translation>Очистка</translation> </message> <message> - <location filename="../Project.py" line="441" /> + <location filename="../Project.py" line="442" /> <source>&Flush</source> <translation>&Очистка</translation> </message> <message> - <location filename="../Project.py" line="444" /> + <location filename="../Project.py" line="445" /> <source>Returns all database tables to the state just after their installation</source> <translation>Возвращает все таблицы базы данных к состоянию на момент инсталяции базы</translation> </message> <message> - <location filename="../Project.py" line="450" /> + <location filename="../Project.py" line="451" /> <source><b>Flush</b><p>Returns all database tables to the state just after their installation.</p></source> <translation><b>Очистка</b><p>Возврат всех таблиц базы данных к состоянию на момент инсталяции базы.</p></translation> </message> <message> - <location filename="../Project.py" line="460" /> + <location filename="../Project.py" line="461" /> <source>Start Client Console</source> <translation>Запуск консоли клиента</translation> </message> <message> - <location filename="../Project.py" line="461" /> + <location filename="../Project.py" line="462" /> <source>Start &Client Console</source> <translation>Старт консоли &клиента</translation> </message> <message> - <location filename="../Project.py" line="468" /> + <location filename="../Project.py" line="469" /> <source>Starts a console window for the database client</source> <translation>Запуск окна консоли для клиента базы данных</translation> </message> <message> - <location filename="../Project.py" line="471" /> + <location filename="../Project.py" line="472" /> <source><b>Start Client Console</b><p>Starts a console window for the database client.</p></source> <translation><b>Запуск консоли клиента</b><p>Запуск окна консоли для клиента базы данных.</p></translation> </message> <message> - <location filename="../Project.py" line="2512" /> - <location filename="../Project.py" line="2415" /> - <location filename="../Project.py" line="484" /> + <location filename="../Project.py" line="2571" /> + <location filename="../Project.py" line="2470" /> + <location filename="../Project.py" line="485" /> <source>Flush Database</source> <translation>Очистка базы данных</translation> </message> <message> - <location filename="../Project.py" line="485" /> + <location filename="../Project.py" line="486" /> <source>&Flush Database</source> <translation>&Очистка базы данных</translation> </message> <message> - <location filename="../Project.py" line="492" /> + <location filename="../Project.py" line="493" /> <source>Prints a list of statements to return all database tables to the state just after their installation</source> <translation>Выводит список SQL команд для возврата всех таблиц базы данных к состоянию на момент ее инсталяции</translation> </message> <message> - <location filename="../Project.py" line="498" /> + <location filename="../Project.py" line="499" /> <source><b>Flush Database</b><p>Prints a list of statements to return all database tables to the state just after their installation.</p></source> <translation><b>Очистка базы данных</b><p>Вывод списка SQL команд для возврата всех таблиц базы данных к состоянию на момент ее инсталяции.</p></translation> </message> <message> - <location filename="../Project.py" line="2519" /> - <location filename="../Project.py" line="508" /> + <location filename="../Project.py" line="2578" /> + <location filename="../Project.py" line="509" /> <source>Reset Sequences</source> <translation>Сброс цепочки</translation> </message> <message> - <location filename="../Project.py" line="509" /> + <location filename="../Project.py" line="510" /> <source>Reset &Sequences</source> <translation>Сброс &цепочки</translation> </message> <message> - <location filename="../Project.py" line="516" /> + <location filename="../Project.py" line="517" /> <source>Prints the SQL statements for resetting sequences for one or more applications</source> <translation>Выводит SQL команд для сброса последовательности для одного или нескольких приложений</translation> </message> <message> - <location filename="../Project.py" line="522" /> + <location filename="../Project.py" line="523" /> <source><b>Reset Sequences</b><p>Prints the SQL statements for resetting sequences for one or more applications.</p></source> <translation><b>Сброс цепочки</b><p>Вывод SQL команд для сброса последовательности для одного или нескольких приложений.</p></translation> </message> <message> - <location filename="../Project.py" line="532" /> + <location filename="../Project.py" line="533" /> <source>Apply Migration</source> <translation>Применить миграцию</translation> </message> <message> - <location filename="../Project.py" line="533" /> + <location filename="../Project.py" line="534" /> <source>&Apply Migration</source> <translation>&Применить миграцию</translation> </message> <message> - <location filename="../Project.py" line="540" /> + <location filename="../Project.py" line="541" /> <source>Prints the SQL statements to apply a migration of an application</source> <translation>Выводит SQL запросы для выполнения миграции приложения</translation> </message> <message> - <location filename="../Project.py" line="543" /> + <location filename="../Project.py" line="544" /> <source><b>Apply Migration</b><p>Prints the SQL statements to apply a migration of an application.</p></source> <translation><b>Применить миграцию</b><p>Выводит SQL запросы для выполнения миграции приложения.</p></translation> </message> <message> - <location filename="../Project.py" line="553" /> + <location filename="../Project.py" line="554" /> <source>Unapply Migration</source> <translation>Откатить миграцию</translation> </message> <message> - <location filename="../Project.py" line="554" /> + <location filename="../Project.py" line="555" /> <source>&Unapply Migration</source> <translation>&Откатить миграцию</translation> </message> <message> - <location filename="../Project.py" line="561" /> + <location filename="../Project.py" line="562" /> <source>Prints the SQL statements to unapply a migration of an application</source> <translation>Выводит SQL команды для отката миграции приложения</translation> </message> <message> - <location filename="../Project.py" line="566" /> + <location filename="../Project.py" line="567" /> <source><b>Unapply Migration</b><p>Prints the SQL statements to unapply a migration of an application.</p></source> <translation><b>Откатить миграцию</b><p>Выводит SQL команды для отката миграции приложения.</p></translation> </message> <message> - <location filename="../Project.py" line="2862" /> - <location filename="../Project.py" line="582" /> + <location filename="../Project.py" line="2932" /> + <location filename="../Project.py" line="583" /> <source>Diff Settings</source> <translation>Отличие текущих параметров от параметров настройки Django по умолчанию</translation> </message> <message> - <location filename="../Project.py" line="583" /> + <location filename="../Project.py" line="584" /> <source>&Diff Settings</source> <translation>&Различия настройки</translation> </message> <message> - <location filename="../Project.py" line="590" /> + <location filename="../Project.py" line="591" /> <source>Shows the modification made to the settings</source> <translation>Показ изменений, сделанных в параметрах настройки</translation> </message> <message> - <location filename="../Project.py" line="593" /> + <location filename="../Project.py" line="594" /> <source><b>Diff Settings</b><p>Shows the modification made to the settings.</p></source> <translation><b>Различия настройки</b><p>Показ изменений, сделанных в параметрах настройки.</p></translation> </message> <message> - <location filename="../Project.py" line="602" /> + <location filename="../Project.py" line="603" /> <source>Start Python Console</source> <translation>Старт консоли Python</translation> </message> <message> - <location filename="../Project.py" line="603" /> + <location filename="../Project.py" line="604" /> <source>Start &Python Console</source> <translation>Старт консоли &Python</translation> </message> <message> - <location filename="../Project.py" line="610" /> + <location filename="../Project.py" line="611" /> <source>Starts a Python interactive interpreter</source> <translation>Запуск интерактивного интерпретатора Python</translation> </message> <message> - <location filename="../Project.py" line="613" /> + <location filename="../Project.py" line="614" /> <source><b>Start Python Console</b><p>Starts a Python interactive interpreter.</p></source> <translation><b>Запуск консоли Python</b><p>Запуск интерактивного интерпретатора Python.</p></translation> </message> <message> - <location filename="../Project.py" line="2924" /> - <location filename="../Project.py" line="622" /> + <location filename="../Project.py" line="2994" /> + <location filename="../Project.py" line="623" /> <source>Send Test Email</source> <translation>Отправить тестовое письмо</translation> </message> <message> - <location filename="../Project.py" line="623" /> + <location filename="../Project.py" line="624" /> <source>Send Test &Email</source> <translation>Отправить тестовое &письмо</translation> </message> <message> - <location filename="../Project.py" line="629" /> + <location filename="../Project.py" line="630" /> <source>Send a test email through Django</source> <translation>Отправить тестовое письмо посредством Django</translation> </message> <message> - <location filename="../Project.py" line="631" /> + <location filename="../Project.py" line="632" /> <source><b>Send Test Email</b><p>Sends a test email to confirm email sending through Django is working.</p></source> <translation><b>Отправить тестовое письмо</b><p>Отправка тестового письма для подтверждения отправки электронной почты через Django.</p></translation> </message> <message> - <location filename="../Project.py" line="2994" /> - <location filename="../Project.py" line="645" /> + <location filename="../Project.py" line="3067" /> + <location filename="../Project.py" line="646" /> <source>Dump Data</source> <translation>Выводит текущие данные из базы данных</translation> </message> <message> - <location filename="../Project.py" line="646" /> + <location filename="../Project.py" line="647" /> <source>&Dump Data</source> <translation>&Выгрузка данных</translation> </message> <message> - <location filename="../Project.py" line="652" /> + <location filename="../Project.py" line="653" /> <source>Dump the database data to a fixture</source> <translation>Выводит данные базы данных в файлы фикстур</translation> </message> <message> - <location filename="../Project.py" line="654" /> + <location filename="../Project.py" line="655" /> <source><b>Dump Data</b><p>Dump the database data to a fixture.</p></source> <translation><b>Выгрузка данных</b><p>Выгружает текущие данные базы данных в файлы фикстур.</p></translation> </message> <message> - <location filename="../Project.py" line="3037" /> - <location filename="../Project.py" line="660" /> + <location filename="../Project.py" line="3114" /> + <location filename="../Project.py" line="661" /> <source>Load Data</source> <translation>Загрузка данных в базу данных из файлов оснастки</translation> </message> <message> - <location filename="../Project.py" line="661" /> + <location filename="../Project.py" line="662" /> <source>&Load Data</source> <translation>&Загрузка данных</translation> </message> <message> - <location filename="../Project.py" line="667" /> + <location filename="../Project.py" line="668" /> <source>Load data from fixture files</source> <translation>Загрузка начальных данных из файлов фикстур</translation> </message> <message> - <location filename="../Project.py" line="669" /> + <location filename="../Project.py" line="670" /> <source><b>Load Data</b><p>Load data from fixture files.</p></source> <translation><b>Загрузка данных</b><p>Загрузка начальных данных в базу данных из файлов фикстур.</p></translation> </message> <message> - <location filename="../Project.py" line="675" /> + <location filename="../Project.py" line="676" /> <source>Run Testsuite</source> <translation>Выполнить набор тестов</translation> </message> <message> - <location filename="../Project.py" line="676" /> + <location filename="../Project.py" line="677" /> <source>Run &Testsuite</source> <translation>Выполнить набор &тестов</translation> </message> <message> - <location filename="../Project.py" line="683" /> + <location filename="../Project.py" line="684" /> <source>Run the test suite for applications or the whole site</source> <translation>Выполнение набора тестов для приложения или для всего сайта</translation> </message> <message> - <location filename="../Project.py" line="686" /> + <location filename="../Project.py" line="687" /> <source><b>Run Testsuite</b><p>Run the test suite for applications or the whole site.</p></source> <translation><b>Выполнить набор тестов</b><p>Выполнение набора тестов для приложения или всего сайта.</p></translation> </message> <message> + <location filename="../Project.py" line="697" /> <location filename="../Project.py" line="696" /> - <location filename="../Project.py" line="695" /> <source>Run Testsuite (-Wall)</source> <translation>Выполнить набор тестов (-Wall)</translation> </message> <message> - <location filename="../Project.py" line="703" /> + <location filename="../Project.py" line="704" /> <source>Run the test suite for applications or the whole site with activated deprecation warnings</source> <translation>Выполнить набор тестов для приложений или всего сайта с включенными предупреждениями о устаревшем API</translation> </message> <message> - <location filename="../Project.py" line="709" /> + <location filename="../Project.py" line="710" /> <source><b>Run Testsuite (-Wall)</b><p>Run the test suite for applications or the whole site with activated deprecation warnings.</p></source> <translation><b>Выполнить набор тестов (-Wall)</b><p>Выполнение набора тестов для приложений или всего сайта с включенными предупреждениями о устаревшем API.</p></translation> </message> <message> - <location filename="../Project.py" line="721" /> + <location filename="../Project.py" line="722" /> <source>Run Testserver</source> <translation>Запуск сервера тестов</translation> </message> <message> - <location filename="../Project.py" line="722" /> + <location filename="../Project.py" line="723" /> <source>Run Test&server</source> <translation>Запуск сервера &тестов</translation> </message> <message> - <location filename="../Project.py" line="729" /> + <location filename="../Project.py" line="730" /> <source>Run a development server with data from a set of fixtures</source> <translation>Запуск сервера разработки с данными из набора фикстур</translation> </message> <message> - <location filename="../Project.py" line="732" /> + <location filename="../Project.py" line="733" /> <source><b>Run Testserver</b><p>Run a development server with data from a set of fixtures.</p></source> <translation><b>Запуск сервера тестов</b><p>Запуск сервера разработки с данными из набора фикстур.</p></translation> </message> <message> - <location filename="../Project.py" line="3198" /> - <location filename="../Project.py" line="746" /> + <location filename="../Project.py" line="3275" /> + <location filename="../Project.py" line="747" /> <source>Change Password</source> <translation>Смена пароля</translation> </message> <message> - <location filename="../Project.py" line="747" /> + <location filename="../Project.py" line="748" /> <source>Change &Password</source> <translation>Смена &пароля</translation> </message> <message> - <location filename="../Project.py" line="753" /> + <location filename="../Project.py" line="754" /> <source>Change the password of a user</source> <translation>Смена пароля пользователя</translation> </message> <message> - <location filename="../Project.py" line="755" /> + <location filename="../Project.py" line="756" /> <source><b>Change Password</b><p>Change the password of a user of the Django project.</p></source> <translation><b>Смена пароля</b><p>Смена пароля пользователя для Django-проекта.</p></translation> </message> <message> - <location filename="../Project.py" line="764" /> + <location filename="../Project.py" line="765" /> <source>Create Superuser</source> <translation>Создание суперпользователя</translation> </message> <message> - <location filename="../Project.py" line="765" /> + <location filename="../Project.py" line="766" /> <source>Create &Superuser</source> <translation>Создать &суперпользователя</translation> </message> <message> - <location filename="../Project.py" line="771" /> + <location filename="../Project.py" line="772" /> <source>Create a superuser account</source> <translation>Создать аккаунт суперпользователя</translation> </message> <message> - <location filename="../Project.py" line="773" /> + <location filename="../Project.py" line="774" /> <source><b>Create Superuser</b><p>Create a superuser account for the Django project.</p></source> <translation><b>Создание суперпользователя</b><p>Создание аккаунта суперпользователя для Django-проекта.</p></translation> </message> <message> - <location filename="../Project.py" line="3252" /> - <location filename="../Project.py" line="786" /> + <location filename="../Project.py" line="3329" /> + <location filename="../Project.py" line="787" /> <source>Clear Sessions</source> <translation>Очистка сессии</translation> </message> <message> - <location filename="../Project.py" line="787" /> + <location filename="../Project.py" line="788" /> <source>Clear &Sessions</source> <translation>Очистка &сессии</translation> </message> <message> - <location filename="../Project.py" line="793" /> + <location filename="../Project.py" line="794" /> <source>Clear expired sessions</source> <translation>Очистка истекших сессий</translation> </message> <message> - <location filename="../Project.py" line="795" /> + <location filename="../Project.py" line="796" /> <source><b>Clear Sessions</b><p>Clear expired sessions of the Django project.</p></source> <translation><b>Очистка сессий</b><p>Очистка истекших сессий Django-проекта.</p></translation> </message> <message> - <location filename="../Project.py" line="808" /> + <location filename="../Project.py" line="809" /> <source>Show Migrations</source> <translation>Показать миграции</translation> </message> <message> - <location filename="../Project.py" line="809" /> + <location filename="../Project.py" line="810" /> <source>&Show Migrations</source> <translation>&Показать миграции</translation> </message> <message> - <location filename="../Project.py" line="816" /> + <location filename="../Project.py" line="817" /> <source>Show a list of available migrations</source> <translation>Отображение списка доступных миграций</translation> </message> <message> - <location filename="../Project.py" line="819" /> + <location filename="../Project.py" line="820" /> <source><b>Show Migrations</b><p>This shows a list of available migrations of the Django project and their status.</p></source> <translation><b>Показать миграции</b><p>Отображение списка доступных миграций Django-проекта и их статуса.</p></translation> </message> <message> - <location filename="../Project.py" line="829" /> + <location filename="../Project.py" line="830" /> <source>Show Migrations Plan</source> <translation>Показать план миграций</translation> </message> <message> - <location filename="../Project.py" line="830" /> + <location filename="../Project.py" line="831" /> <source>Show Migrations &Plan</source> <translation>Показать &план миграций</translation> </message> <message> - <location filename="../Project.py" line="837" /> + <location filename="../Project.py" line="838" /> <source>Show a list with the migrations plan</source> <translation>Отображение плана выполнения миграций</translation> </message> <message> - <location filename="../Project.py" line="840" /> + <location filename="../Project.py" line="841" /> <source><b>Show Migrations Plan</b><p>This shows a list with the migrations plan of the Django project.</p></source> <translation><b>Показать план миграций</b><p>Отображение плана выполнения миграций Django-проекта.</p></translation> </message> <message> - <location filename="../Project.py" line="850" /> + <location filename="../Project.py" line="851" /> <source>Apply All Migrations</source> <translation>Применить все миграции</translation> </message> <message> - <location filename="../Project.py" line="851" /> + <location filename="../Project.py" line="852" /> <source>&Apply All Migrations</source> <translation>&Применить все миграции</translation> </message> <message> - <location filename="../Project.py" line="857" /> + <location filename="../Project.py" line="858" /> <source>Apply all available migrations</source> <translation>Применить все доступные миграции</translation> </message> <message> - <location filename="../Project.py" line="859" /> + <location filename="../Project.py" line="860" /> <source><b>Apply All Migrations</b><p>This applies all migrations of the Django project.</p></source> <translation><b>Применить все миграции</b><p>Касается всех миграций Django-проекта.</p></translation> </message> <message> - <location filename="../Project.py" line="2630" /> + <location filename="../Project.py" line="2696" /> + <location filename="../Project.py" line="870" /> <location filename="../Project.py" line="869" /> - <location filename="../Project.py" line="868" /> <source>Apply Selected Migrations</source> <translation>Применить выбранные миграции</translation> </message> <message> - <location filename="../Project.py" line="875" /> + <location filename="../Project.py" line="876" /> <source>Apply selected migrations</source> <translation>Применить выбранные миграции</translation> </message> <message> - <location filename="../Project.py" line="877" /> + <location filename="../Project.py" line="878" /> <source><b>Apply Selected Migrations</b><p>This applies selected migrations of the Django project.</p></source> <translation><b>Применить выбранные миграции</b><p>Касается выбранных миграций Django-проекта.</p></translation> </message> <message> - <location filename="../Project.py" line="2690" /> - <location filename="../Project.py" line="2683" /> - <location filename="../Project.py" line="2650" /> - <location filename="../Project.py" line="887" /> + <location filename="../Project.py" line="2758" /> + <location filename="../Project.py" line="2751" /> + <location filename="../Project.py" line="2718" /> + <location filename="../Project.py" line="888" /> <source>Unapply Migrations</source> <translation>Откатить миграции</translation> </message> <message> - <location filename="../Project.py" line="888" /> + <location filename="../Project.py" line="889" /> <source>&Unapply Migrations</source> <translation>&Откатить миграции</translation> </message> <message> - <location filename="../Project.py" line="894" /> + <location filename="../Project.py" line="895" /> <source>Unapply all migrations for an app</source> <translation>Откат всех миграций для приложения</translation> </message> <message> - <location filename="../Project.py" line="896" /> + <location filename="../Project.py" line="897" /> <source><b>Unapply Migrations</b><p>This unapplies all migrations for an app of the Django project.</p></source> <translation><b>Откатить миграции</b><p>Откат всех миграций для приложений Django-проекта.</p></translation> </message> <message> - <location filename="../Project.py" line="2777" /> - <location filename="../Project.py" line="906" /> + <location filename="../Project.py" line="2845" /> + <location filename="../Project.py" line="907" /> <source>Make Migrations</source> <translation>Создать миграции</translation> </message> <message> - <location filename="../Project.py" line="907" /> + <location filename="../Project.py" line="908" /> <source>&Make Migrations</source> <translation>&Создать миграции</translation> </message> <message> - <location filename="../Project.py" line="914" /> + <location filename="../Project.py" line="915" /> <source>Generate migrations for the project</source> <translation>Создание миграций для проекта на основе изменений</translation> </message> <message> - <location filename="../Project.py" line="917" /> + <location filename="../Project.py" line="918" /> <source><b>Make Migrations</b><p>This generates migrations for the Django project.</p></source> <translation><b>Создать миграции</b><p>Создание миграций для Django-проекта.</p></translation> </message> <message> - <location filename="../Project.py" line="2826" /> - <location filename="../Project.py" line="2817" /> - <location filename="../Project.py" line="926" /> + <location filename="../Project.py" line="2896" /> + <location filename="../Project.py" line="2885" /> + <location filename="../Project.py" line="927" /> <source>Squash Migrations</source> <translation>Объединить миграции</translation> </message> <message> - <location filename="../Project.py" line="927" /> + <location filename="../Project.py" line="928" /> <source>S&quash Migrations</source> <translation>О&бъединить миграции</translation> </message> <message> - <location filename="../Project.py" line="934" /> + <location filename="../Project.py" line="935" /> <source>Squash migrations of an application of the project</source> <translation>Объединение миграций приложения Django-проекта</translation> </message> <message> - <location filename="../Project.py" line="937" /> + <location filename="../Project.py" line="938" /> <source><b>Squash Migrations</b><p>This squashes migrations of an application of the Django project.</p></source> <translation><b>Объединить миграции</b><p>Объединение миграций приложения Django-проекта.</p></translation> </message> <message> - <location filename="../Project.py" line="955" /> + <location filename="../Project.py" line="956" /> <source>D&jango</source> <translation>D&jango</translation> </message> <message> - <location filename="../Project.py" line="997" /> + <location filename="../Project.py" line="998" /> <source>&Database</source> <translation>&База данных</translation> </message> <message> - <location filename="../Project.py" line="1021" /> + <location filename="../Project.py" line="1022" /> <source>Show &SQL</source> <translation>&SQL</translation> </message> <message> - <location filename="../Project.py" line="1041" /> + <location filename="../Project.py" line="1042" /> <source>&Migrations</source> <translation>&Миграции</translation> </message> <message> - <location filename="../Project.py" line="1066" /> + <location filename="../Project.py" line="1067" /> <source>&Tools</source> <translation>&Сервис</translation> </message> <message> - <location filename="../Project.py" line="1086" /> + <location filename="../Project.py" line="1087" /> <source>T&esting</source> <translation>Т&естирование</translation> </message> <message> - <location filename="../Project.py" line="1107" /> + <location filename="../Project.py" line="1108" /> <source>&Authorization</source> <translation>&Авторизация</translation> </message> <message> - <location filename="../Project.py" line="1124" /> + <location filename="../Project.py" line="1125" /> <source>&Session</source> <translation>&Сессия</translation> </message> <message> - <location filename="../Project.py" line="1172" /> + <location filename="../Project.py" line="1173" /> <source>Open with {0}</source> <translation>Открыть с помощью {0}</translation> </message> <message> - <location filename="../Project.py" line="1186" /> + <location filename="../Project.py" line="1187" /> <source>New template...</source> <translation>Новый шаблон...</translation> </message> <message> - <location filename="../Project.py" line="1196" /> + <location filename="../Project.py" line="1197" /> <source>Update all catalogs</source> <translation>Обновить все каталоги</translation> </message> <message> - <location filename="../Project.py" line="1201" /> + <location filename="../Project.py" line="1202" /> <source>Update selected catalogs</source> <translation>Обновить выбранные каталоги</translation> </message> <message> - <location filename="../Project.py" line="1206" /> + <location filename="../Project.py" line="1207" /> <source>Update all catalogs (with obsolete)</source> <translation>Обновить все каталоги (с устаревшими)</translation> </message> <message> - <location filename="../Project.py" line="1211" /> + <location filename="../Project.py" line="1212" /> <source>Update selected catalogs (with obsolete)</source> <translation>Обновить выбранные каталоги (с устаревшими)</translation> </message> <message> - <location filename="../Project.py" line="1214" /> + <location filename="../Project.py" line="1215" /> <source>Compile all catalogs</source> <translation>Компиляция всех каталогов</translation> </message> <message> - <location filename="../Project.py" line="1219" /> + <location filename="../Project.py" line="1220" /> <source>Compile selected catalogs</source> <translation>Компиляция выбранных каталогов</translation> </message> <message> - <location filename="../Project.py" line="1255" /> + <location filename="../Project.py" line="1256" /> <source>HTML Files (*.html);;HTML Files (*.htm);;All Files (*)</source> <translation>Файлы HTML (*.html);;Файлы HTML (*.htm);;Все файлы (*)</translation> </message> <message> - <location filename="../Project.py" line="1311" /> - <location filename="../Project.py" line="1280" /> - <location filename="../Project.py" line="1260" /> + <location filename="../Project.py" line="1361" /> + <location filename="../Project.py" line="1296" /> + <location filename="../Project.py" line="1279" /> + <location filename="../Project.py" line="1259" /> <source>New Form</source> <translation>Создание новой формы</translation> </message> <message> - <location filename="../Project.py" line="1281" /> + <location filename="../Project.py" line="1280" /> <source>The file already exists! Overwrite it?</source> <translation>Файл уже существует! Переписать его?</translation> </message> <message> - <location filename="../Project.py" line="1312" /> + <location filename="../Project.py" line="1289" /> + <source>Base Template</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="1290" /> + <source>Extending Template</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="1291" /> + <source>Standalone Template</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="1292" /> + <source>Empty Template</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="1297" /> + <source>Select a template type:</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="1362" /> <source><p>The new form file <b>{0}</b> could not be created.<br> Problem: {1}</p></source> <translation><p>Невозможно создать файл новой формы <b>{0}</b>.<br> Проблема: {1}</p></translation> </message> <message> - <location filename="../Project.py" line="1586" /> + <location filename="../Project.py" line="1636" /> <source><p>Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.</p><p><table><tr><td>Version:</td><td>{0}</td></tr><tr><td>URL:</td><td><a href="{1}">{1}</a></td></tr></table></p></source> <translation><p>Django это высокоуровневый веб-фреймворк, созданный на Python, воодушевляющий к развитому, чистому и практичному дизайну.</p><p><table><tr><td>Версия:</td><td>{0}</td></tr><tr><td>URL:</td><td><a href="{1}">{1}</a></td></tr></table></p></translation> </message> <message> - <location filename="../Project.py" line="1663" /> + <location filename="../Project.py" line="1714" /> <source>Select Applications</source> <translation>Выбор приложений</translation> </message> <message> - <location filename="../Project.py" line="1664" /> + <location filename="../Project.py" line="1715" /> <source>Enter the list of applications separated by spaces.</source> <translation>Введите список приложений, разделенных пробелами.</translation> </message> <message> - <location filename="../Project.py" line="2147" /> - <location filename="../Project.py" line="1850" /> + <location filename="../Project.py" line="2202" /> + <location filename="../Project.py" line="1901" /> <source>Project</source> <translation>Project</translation> </message> <message> - <location filename="../Project.py" line="1851" /> + <location filename="../Project.py" line="1902" /> <source>Application</source> <translation>Application</translation> </message> <message> - <location filename="../Project.py" line="1855" /> + <location filename="../Project.py" line="1906" /> <source>Start Django</source> <translation>Старт Django</translation> </message> <message> - <location filename="../Project.py" line="1856" /> + <location filename="../Project.py" line="1907" /> <source>Select if this project should be a Django Project or Application.<br />Select the empty entry for none.</source> <translation>Выберите, что это будет - проект или приложение Django.<br/>Если же нет - выберите пустой ввод.</translation> </message> <message> - <location filename="../Project.py" line="1958" /> - <location filename="../Project.py" line="1886" /> + <location filename="../Project.py" line="2011" /> + <location filename="../Project.py" line="1937" /> <source>Start Django Project</source> <translation>Создание Django-проекта</translation> </message> <message> - <location filename="../Project.py" line="1894" /> + <location filename="../Project.py" line="1945" /> <source><p>The Django project path <b>{0}</b> exists already. Shall it be removed and recreated?</p></source> <translation><p>Путь к Django-проекту <b>{0}</b> уже существует. Удалить его и создать заново?</p></translation> </message> <message> - <location filename="../Project.py" line="1904" /> + <location filename="../Project.py" line="1955" /> <source><p>Please add the files to the eric project manually.</p></source> <translation><p>Пожалуйста вручную добавьте файлы в eric-проект.</p></translation> </message> <message> - <location filename="../Project.py" line="2005" /> - <location filename="../Project.py" line="1923" /> + <location filename="../Project.py" line="2058" /> + <location filename="../Project.py" line="1974" /> <source><p>The <b>django-admin.py</b> script is not in the path. Aborting...</p></source> <translation><p>Скрипт <b>django-admin.py</b> не найден в путях доступа. Прерывание...</p></translation> </message> <message> - <location filename="../Project.py" line="1934" /> + <location filename="../Project.py" line="1986" /> <source>Django project created successfully.</source> <translation>Django-проект успешно создан.</translation> </message> <message> - <location filename="../Project.py" line="1959" /> + <location filename="../Project.py" line="2012" /> <source>Enter the name of the new Django project.</source> <translation>Введите имя нового Django-проекта.</translation> </message> <message> - <location filename="../Project.py" line="1987" /> + <location filename="../Project.py" line="2040" /> <source>Start Django Application</source> <translation>Создание Django-приложения</translation> </message> <message> - <location filename="../Project.py" line="2023" /> + <location filename="../Project.py" line="2077" /> <source>Django application created successfully.</source> <translation>Django-приложение успешно создано.</translation> </message> <message> - <location filename="../Project.py" line="2036" /> + <location filename="../Project.py" line="2091" /> <source>Start Global Django Application</source> <translation>Выполнение global Django-приложения</translation> </message> <message> - <location filename="../Project.py" line="2037" /> + <location filename="../Project.py" line="2092" /> <source>Enter the name of the new global Django application.</source> <translation>Введите имя нового global Djangо-приложения.</translation> </message> <message> - <location filename="../Project.py" line="2058" /> + <location filename="../Project.py" line="2113" /> <source>Start Local Django Application</source> <translation>Выполнение local Django-приложения</translation> </message> <message> - <location filename="../Project.py" line="2059" /> + <location filename="../Project.py" line="2114" /> <source>Enter the name of the new local Django application.</source> <translation>Введите имя нового local Django-приложения.</translation> </message> <message> - <location filename="../Project.py" line="2109" /> + <location filename="../Project.py" line="2164" /> <source>Select Project</source> <translation>Выбор проекта</translation> </message> <message> - <location filename="../Project.py" line="2110" /> + <location filename="../Project.py" line="2165" /> <source>Select the Django project to work with.</source> <translation>Выбор Django-проекта для работы.</translation> </message> <message> - <location filename="../Project.py" line="2145" /> + <location filename="../Project.py" line="2200" /> <source>None</source> <translation>none</translation> </message> <message> - <location filename="../Project.py" line="2151" /> + <location filename="../Project.py" line="2206" /> <source>&Current Django project ({0})</source> <translation>Текущий &Django-проект ({0})</translation> </message> <message> - <location filename="../Project.py" line="3633" /> - <location filename="../Project.py" line="3240" /> - <location filename="../Project.py" line="3216" /> - <location filename="../Project.py" line="3167" /> - <location filename="../Project.py" line="3117" /> - <location filename="../Project.py" line="2914" /> - <location filename="../Project.py" line="2460" /> - <location filename="../Project.py" line="2219" /> + <location filename="../Project.py" line="3726" /> + <location filename="../Project.py" line="3317" /> + <location filename="../Project.py" line="3293" /> + <location filename="../Project.py" line="3244" /> + <location filename="../Project.py" line="3194" /> + <location filename="../Project.py" line="2984" /> + <location filename="../Project.py" line="2517" /> + <location filename="../Project.py" line="2274" /> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../Project.py" line="2220" /> + <location filename="../Project.py" line="2275" /> <source>The Django server could not be started.</source> <translation>Невозможно запустить Django сервер.</translation> </message> <message> - <location filename="../Project.py" line="2267" /> + <location filename="../Project.py" line="2322" /> <source>Could not start the web-browser for the url "{0}".</source> <translation>Невозможно открыть web-браузер с адресом "{0}".</translation> </message> <message> - <location filename="../Project.py" line="2341" /> + <location filename="../Project.py" line="2396" /> <source>Database Name</source> <translation>Имя базы данных</translation> </message> <message> - <location filename="../Project.py" line="2342" /> + <location filename="../Project.py" line="2397" /> <source>Select a database name (leave empty for default):</source> <translation>Выберите имя базы данных (по умолчанию оставьте пустым):</translation> </message> <message> - <location filename="../Project.py" line="2363" /> + <location filename="../Project.py" line="2418" /> <source><default></source> <translation><default></translation> </message> <message> - <location filename="../Project.py" line="2365" /> + <location filename="../Project.py" line="2420" /> <source>&Current Database ({0})</source> <translation>&Текущая база данных ({0})</translation> </message> <message> - <location filename="../Project.py" line="2386" /> + <location filename="../Project.py" line="2441" /> <source>Introspect Database</source> <translation>Анализ таблиц базы данных и генерация кода модуля Django моделей</translation> </message> <message> - <location filename="../Project.py" line="2420" /> + <location filename="../Project.py" line="2475" /> <source>Flushing the database will destroy all data. Are you sure?</source> <translation>Очистка базы данных приведет к уничтожению всех данных. Вы действительно этого хотите?</translation> </message> <message> - <location filename="../Project.py" line="2432" /> + <location filename="../Project.py" line="2488" /> <source>Database tables flushed successfully.</source> <translation>Таблицы базы данных успешно очищены.</translation> </message> <message> - <location filename="../Project.py" line="3241" /> - <location filename="../Project.py" line="3217" /> - <location filename="../Project.py" line="3118" /> - <location filename="../Project.py" line="2915" /> - <location filename="../Project.py" line="2461" /> + <location filename="../Project.py" line="3318" /> + <location filename="../Project.py" line="3294" /> + <location filename="../Project.py" line="3195" /> + <location filename="../Project.py" line="2985" /> + <location filename="../Project.py" line="2518" /> <source>The Django process could not be started.</source> <translation>Невозможно запустить Django процесс.</translation> </message> <message> - <location filename="../Project.py" line="2563" /> - <location filename="../Project.py" line="2500" /> + <location filename="../Project.py" line="2625" /> + <location filename="../Project.py" line="2557" /> <source>SQL Files (*.sql)</source> <translation>SQL файлы (*.sql)</translation> </message> <message> - <location filename="../Project.py" line="2544" /> - <location filename="../Project.py" line="2540" /> + <location filename="../Project.py" line="2603" /> + <location filename="../Project.py" line="2599" /> <source>SQL Migrate</source> <translation>SQL миграции</translation> </message> <message> - <location filename="../Project.py" line="2818" /> - <location filename="../Project.py" line="2684" /> - <location filename="../Project.py" line="2631" /> - <location filename="../Project.py" line="2540" /> + <location filename="../Project.py" line="2886" /> + <location filename="../Project.py" line="2752" /> + <location filename="../Project.py" line="2697" /> + <location filename="../Project.py" line="2599" /> <source>No migrations available.</source> <translation>Нет доступных миграций.</translation> </message> <message> - <location filename="../Project.py" line="2652" /> + <location filename="../Project.py" line="2720" /> <source>Apply Migrations</source> <translation>Применить миграции</translation> </message> <message> - <location filename="../Project.py" line="2691" /> + <location filename="../Project.py" line="2759" /> <source>Select an application:</source> <translation>Выберите приложение:</translation> </message> <message> - <location filename="../Project.py" line="2948" /> + <location filename="../Project.py" line="3018" /> <source>Test Email sent successfully.</source> <translation>Тестовое письмо успешно отправлено.</translation> </message> <message> - <location filename="../Project.py" line="2949" /> + <location filename="../Project.py" line="3019" /> <source>Test Email could not be sent.</source> <translation>Невозможно отправить тестовое письмо.</translation> </message> <message> - <location filename="../Project.py" line="2978" /> + <location filename="../Project.py" line="3050" /> <source>Cache tables created successfully.</source> <translation>Кэш таблиц создан успешно.</translation> </message> <message> - <location filename="../Project.py" line="3018" /> + <location filename="../Project.py" line="3091" /> <source>JSON Files (*.json)</source> <translation>JSON файлы (*.json)</translation> </message> <message> - <location filename="../Project.py" line="3020" /> + <location filename="../Project.py" line="3093" /> <source>XML Files (*.xml)</source> <translation>XML файлы (*.xml)</translation> </message> <message> - <location filename="../Project.py" line="3022" /> + <location filename="../Project.py" line="3095" /> <source>YAML Files (*.yaml)</source> <translation>YAML файлы (*.yaml)</translation> </message> <message> - <location filename="../Project.py" line="3168" /> + <location filename="../Project.py" line="3245" /> <source>The Django test server could not be started.</source> <translation>Невозможно запустить Django сервер тестов.</translation> </message> <message> - <location filename="../Project.py" line="3199" /> + <location filename="../Project.py" line="3276" /> <source>Enter the name of the user:</source> <translation>Введите имя пользователя:</translation> </message> <message> - <location filename="../Project.py" line="3265" /> + <location filename="../Project.py" line="3343" /> <source>Expired sessions cleared successfully.</source> <translation>Истекшая сессия успешно очищена.</translation> </message> <message> - <location filename="../Project.py" line="3341" /> + <location filename="../Project.py" line="3420" /> <source>Initializing message catalog for '{0}'</source> <translation>Инициализация каталога сообщений для '{0}'</translation> </message> <message> - <location filename="../Project.py" line="3599" /> - <location filename="../Project.py" line="3540" /> + <location filename="../Project.py" line="3690" /> + <location filename="../Project.py" line="3629" /> + <location filename="../Project.py" line="3601" /> + <location filename="../Project.py" line="3567" /> <location filename="../Project.py" line="3514" /> - <location filename="../Project.py" line="3482" /> - <location filename="../Project.py" line="3431" /> - <location filename="../Project.py" line="3386" /> - <location filename="../Project.py" line="3355" /> + <location filename="../Project.py" line="3467" /> + <location filename="../Project.py" line="3434" /> <source>No current site selected or no site created yet. Aborting...</source> <translation>Текущий сайт не выбран или еще не создан. Прерывание выполнения...</translation> </message> <message> - <location filename="../Project.py" line="3360" /> + <location filename="../Project.py" line="3440" /> <source> Message catalog initialized successfully.</source> <translation> Каталог сообщений успешно инициализирован.</translation> </message> <message> - <location filename="../Project.py" line="3467" /> - <location filename="../Project.py" line="3378" /> + <location filename="../Project.py" line="3552" /> + <location filename="../Project.py" line="3459" /> <source>Updating message catalogs</source> <translation>Обновление каталогов сообщений</translation> </message> <message> - <location filename="../Project.py" line="3560" /> - <location filename="../Project.py" line="3449" /> - <location filename="../Project.py" line="3405" /> + <location filename="../Project.py" line="3649" /> + <location filename="../Project.py" line="3532" /> + <location filename="../Project.py" line="3486" /> <source>No locales detected. Aborting...</source> <translation>Локали не найдены. Прерывание выполнения...</translation> </message> <message> - <location filename="../Project.py" line="3519" /> - <location filename="../Project.py" line="3487" /> - <location filename="../Project.py" line="3454" /> - <location filename="../Project.py" line="3410" /> + <location filename="../Project.py" line="3607" /> + <location filename="../Project.py" line="3573" /> + <location filename="../Project.py" line="3538" /> + <location filename="../Project.py" line="3492" /> <source> Message catalogs updated successfully.</source> <translation> Каталоги сообщений успешно обновлены.</translation> </message> <message> - <location filename="../Project.py" line="3500" /> - <location filename="../Project.py" line="3423" /> + <location filename="../Project.py" line="3587" /> + <location filename="../Project.py" line="3506" /> <source>Updating message catalogs (keeping obsolete messages)</source> <translation>Обновление каталогов сообщений (с сохранением устаревших сообщений)</translation> </message> <message> - <location filename="../Project.py" line="3584" /> - <location filename="../Project.py" line="3532" /> + <location filename="../Project.py" line="3675" /> + <location filename="../Project.py" line="3621" /> <source>Compiling message catalogs</source> <translation>Компиляция каталогов сообщений</translation> </message> <message> - <location filename="../Project.py" line="3604" /> - <location filename="../Project.py" line="3565" /> + <location filename="../Project.py" line="3696" /> + <location filename="../Project.py" line="3655" /> <source> Message catalogs compiled successfully.</source> <translation> Каталоги сообщений успешно компилированы.</translation> </message> <message> - <location filename="../Project.py" line="3634" /> + <location filename="../Project.py" line="3727" /> <source>The translations editor process ({0}) could not be started.</source> <translation>Невозможен запуск редактора переводов ({0}).</translation> </message> @@ -2018,9 +2044,9 @@ <context> <name>ProjectDjangoPlugin</name> <message> - <location filename="../../PluginProjectDjango.py" line="439" /> - <location filename="../../PluginProjectDjango.py" line="203" /> - <location filename="../../PluginProjectDjango.py" line="92" /> + <location filename="../../PluginProjectDjango.py" line="442" /> + <location filename="../../PluginProjectDjango.py" line="206" /> + <location filename="../../PluginProjectDjango.py" line="95" /> <source>Django</source> <translation>Django</translation> </message>