--- a/ProjectDjango/i18n/django_ru.ts Sat Nov 04 15:22:22 2017 +0100 +++ b/ProjectDjango/i18n/django_ru.ts Sun Nov 12 14:56:13 2017 +0100 @@ -608,1139 +608,1207 @@ </message> </context> <context> + <name>DjangoTestDataDialog</name> + <message> + <location filename="../DjangoTestDataDialog.ui" line="14"/> + <source>Django Test Data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../DjangoTestDataDialog.ui" line="23"/> + <source>Test Labels:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../DjangoTestDataDialog.ui" line="30"/> + <source>Enter the tests to be performed separated by space</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../DjangoTestDataDialog.ui" line="54"/> + <source>Tags:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../DjangoTestDataDialog.ui" line="61"/> + <source>Enter the test tags to be run separated by space</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../DjangoTestDataDialog.ui" line="71"/> + <source>Exclude Tags:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../DjangoTestDataDialog.ui" line="78"/> + <source>Enter the test tags to be skipped separated by space</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../DjangoTestDataDialog.ui" line="88"/> + <source>Select to keep the test database</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../DjangoTestDataDialog.ui" line="91"/> + <source>Keep Test Database</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../DjangoTestDataDialog.ui" line="98"/> + <source>Select to run the tests in reverse order</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../DjangoTestDataDialog.ui" line="101"/> + <source>Run Tests in Reverse Order</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../DjangoTestDataDialog.ui" line="40"/> + <source>Test File Pattern:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../DjangoTestDataDialog.ui" line="47"/> + <source>Enter the test file pattern</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>Project</name> <message> - <location filename="../Project.py" line="814"/> + <location filename="../Project.py" line="824"/> <source>D&jango</source> <translation>D&jango</translation> </message> <message> - <location filename="../Project.py" line="1166"/> + <location filename="../Project.py" line="1176"/> <source>New Form</source> <translation>Создание новой формы</translation> </message> <message> - <location filename="../Project.py" line="1133"/> + <location filename="../Project.py" line="1143"/> <source>The file already exists! Overwrite it?</source> <translation>Файл уже существует! Переписать его?</translation> </message> <message> - <location filename="../Project.py" line="129"/> + <location filename="../Project.py" line="139"/> <source>Current Project</source> <translation>Текущий проект</translation> </message> <message> - <location filename="../Project.py" line="134"/> + <location filename="../Project.py" line="144"/> <source>Selects the current project</source> <translation>Выбор текущего проекта</translation> </message> <message> - <location filename="../Project.py" line="149"/> + <location filename="../Project.py" line="159"/> <source>Start Project</source> <translation>Создание нового проекта</translation> </message> <message> - <location filename="../Project.py" line="149"/> + <location filename="../Project.py" line="159"/> <source>Start &Project</source> <translation>Новый &проект</translation> </message> <message> - <location filename="../Project.py" line="154"/> + <location filename="../Project.py" line="164"/> <source>Starts a new Django project</source> <translation>Создание нового Django проекта</translation> </message> <message> - <location filename="../Project.py" line="156"/> + <location filename="../Project.py" line="166"/> <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="164"/> + <location filename="../Project.py" line="174"/> <source>Start Application (global)</source> <translation>Создание приложения (global)</translation> </message> <message> - <location filename="../Project.py" line="164"/> + <location filename="../Project.py" line="174"/> <source>Start Application (&global)</source> <translation>Новое приложение (&global)</translation> </message> <message> - <location filename="../Project.py" line="169"/> + <location filename="../Project.py" line="179"/> <source>Starts a new global Django application</source> <translation>Создание нового (global) Django приложения</translation> </message> <message> - <location filename="../Project.py" line="171"/> + <location filename="../Project.py" line="181"/> <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="180"/> + <location filename="../Project.py" line="190"/> <source>Start Application (local)</source> <translation>Создание приложения (local)</translation> </message> <message> - <location filename="../Project.py" line="180"/> + <location filename="../Project.py" line="190"/> <source>Start Application (&local)</source> <translation>Новое приложение (&local)</translation> </message> <message> - <location filename="../Project.py" line="185"/> + <location filename="../Project.py" line="195"/> <source>Starts a new local Django application</source> <translation>Создание нового (local) Django приложения</translation> </message> <message> - <location filename="../Project.py" line="187"/> + <location filename="../Project.py" line="197"/> <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="200"/> + <location filename="../Project.py" line="210"/> <source>Run Server</source> <translation>Сервер разработки</translation> </message> <message> - <location filename="../Project.py" line="200"/> + <location filename="../Project.py" line="210"/> <source>Run &Server</source> <translation>&Сервер разработки</translation> </message> <message> - <location filename="../Project.py" line="205"/> + <location filename="../Project.py" line="215"/> <source>Starts the Django Web server</source> <translation>Запуск Django Web сервера разработки</translation> </message> <message> - <location filename="../Project.py" line="207"/> + <location filename="../Project.py" line="217"/> <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="2027"/> + <location filename="../Project.py" line="2097"/> <source>Run Web-Browser</source> <translation>Запуск Web-браузера администрирования</translation> </message> <message> - <location filename="../Project.py" line="215"/> + <location filename="../Project.py" line="225"/> <source>Run &Web-Browser</source> <translation>Запуск &Web-браузера</translation> </message> <message> - <location filename="../Project.py" line="220"/> + <location filename="../Project.py" line="230"/> <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="223"/> + <location filename="../Project.py" line="233"/> <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="1447"/> + <location filename="../Project.py" line="1457"/> <source>About Django</source> <translation>О Django</translation> </message> <message> - <location filename="../Project.py" line="273"/> + <location filename="../Project.py" line="283"/> <source>About D&jango</source> <translation>О D&jango</translation> </message> <message> - <location filename="../Project.py" line="278"/> + <location filename="../Project.py" line="288"/> <source>Shows some information about Django</source> <translation>Отображение информации о Django</translation> </message> <message> - <location filename="../Project.py" line="280"/> + <location filename="../Project.py" line="290"/> <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="856"/> + <location filename="../Project.py" line="866"/> <source>&Database</source> <translation>&База данных</translation> </message> <message> - <location filename="../Project.py" line="1904"/> + <location filename="../Project.py" line="1974"/> <source>Project</source> <translation>Project</translation> </message> <message> - <location filename="../Project.py" line="1644"/> + <location filename="../Project.py" line="1713"/> <source>Application</source> <translation>Application</translation> </message> <message> - <location filename="../Project.py" line="1646"/> + <location filename="../Project.py" line="1715"/> <source>Start Django</source> <translation>Старт Django</translation> </message> <message> - <location filename="../Project.py" line="1646"/> + <location filename="../Project.py" line="1715"/> <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="1723"/> + <location filename="../Project.py" line="1792"/> <source>Start Django Project</source> <translation>Создание Django проекта</translation> </message> <message> - <location filename="../Project.py" line="1699"/> + <location filename="../Project.py" line="1768"/> <source>Django project created successfully.</source> <translation>Django проект успешно создан.</translation> </message> <message> - <location filename="../Project.py" line="1723"/> + <location filename="../Project.py" line="1792"/> <source>Enter the name of the new Django project.</source> <translation>Введите имя нового Django проекта.</translation> </message> <message> - <location filename="../Project.py" line="1751"/> + <location filename="../Project.py" line="1820"/> <source>Start Django Application</source> <translation>Создание Django приложения</translation> </message> <message> - <location filename="../Project.py" line="1785"/> + <location filename="../Project.py" line="1854"/> <source>Django application created successfully.</source> <translation>Django приложение успешно создано.</translation> </message> <message> - <location filename="../Project.py" line="1868"/> + <location filename="../Project.py" line="1937"/> <source>Select Project</source> <translation>Выбор проекта</translation> </message> <message> - <location filename="../Project.py" line="1868"/> + <location filename="../Project.py" line="1937"/> <source>Select the Django project to work with.</source> <translation>Выбор Django проекта для работы.</translation> </message> <message> - <location filename="../Project.py" line="1902"/> + <location filename="../Project.py" line="1972"/> <source>None</source> <translation>none</translation> </message> <message> - <location filename="../Project.py" line="3226"/> + <location filename="../Project.py" line="3315"/> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../Project.py" line="1981"/> + <location filename="../Project.py" line="2051"/> <source>The Django server could not be started.</source> <translation>Невозможно запустить Django сервер.</translation> </message> <message> - <location filename="../Project.py" line="2027"/> + <location filename="../Project.py" line="2097"/> <source>Could not start the web-browser for the url "{0}".</source> <translation>Невозможно открыть web-браузер с адресом "{0}".</translation> </message> <message> - <location filename="../Project.py" line="2835"/> + <location filename="../Project.py" line="2924"/> <source>The Django process could not be started.</source> <translation>Невозможно запустить Django процесс.</translation> </message> <message> - <location filename="../Project.py" line="136"/> + <location filename="../Project.py" line="146"/> <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="2533"/> + <location filename="../Project.py" line="2603"/> <source>Diff Settings</source> <translation>Отличие текущих параметров от параметров настройки Django по умолчанию</translation> </message> <message> - <location filename="../Project.py" line="541"/> + <location filename="../Project.py" line="551"/> <source>&Diff Settings</source> <translation>&Различия настройки</translation> </message> <message> - <location filename="../Project.py" line="546"/> + <location filename="../Project.py" line="556"/> <source>Shows the modification made to the settings</source> <translation>Показ изменений, сделанных в параметрах настройки</translation> </message> <message> - <location filename="../Project.py" line="548"/> + <location filename="../Project.py" line="558"/> <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="933"/> + <location filename="../Project.py" line="943"/> <source>&Tools</source> <translation>&Сервис</translation> </message> <message> - <location filename="../Project.py" line="1518"/> + <location filename="../Project.py" line="1528"/> <source>Select Applications</source> <translation>Выбор приложений</translation> </message> <message> - <location filename="../Project.py" line="1518"/> + <location filename="../Project.py" line="1528"/> <source>Enter the list of applications separated by spaces.</source> <translation>Введите список приложений, разделенных пробелами.</translation> </message> <message> - <location filename="../Project.py" line="1907"/> + <location filename="../Project.py" line="1977"/> <source>&Current Django project ({0})</source> <translation>Текущий &Django проект ({0})</translation> </message> <message> - <location filename="../Project.py" line="555"/> + <location filename="../Project.py" line="565"/> <source>Start Python Console</source> <translation>Старт консоли Python</translation> </message> <message> - <location filename="../Project.py" line="555"/> + <location filename="../Project.py" line="565"/> <source>Start &Python Console</source> <translation>Старт консоли &Python</translation> </message> <message> - <location filename="../Project.py" line="560"/> + <location filename="../Project.py" line="570"/> <source>Starts a Python interactive interpreter</source> <translation>Запуск интерактивного интерпретатора Python</translation> </message> <message> - <location filename="../Project.py" line="562"/> + <location filename="../Project.py" line="572"/> <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="2589"/> + <location filename="../Project.py" line="2659"/> <source>Create Cache Tables</source> <translation>Создание кэша таблиц</translation> </message> <message> - <location filename="../Project.py" line="235"/> + <location filename="../Project.py" line="245"/> <source>C&reate Cache Tables</source> <translation>С&оздание кэша таблиц</translation> </message> <message> - <location filename="../Project.py" line="240"/> + <location filename="../Project.py" line="250"/> <source>Creates the tables needed to use the SQL cache backend</source> <translation>Для создания таблиц необходимо использовать SQL кэш бэкенд</translation> </message> <message> - <location filename="../Project.py" line="242"/> + <location filename="../Project.py" line="252"/> <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="2596"/> + <location filename="../Project.py" line="2666"/> <source>Enter the names of the cache tables separated by spaces.</source> <translation>Введите имена таблиц кэша, разделенных пробелами.</translation> </message> <message> - <location filename="../Project.py" line="2611"/> + <location filename="../Project.py" line="2681"/> <source>Cache tables created successfully.</source> <translation>Кэш таблиц создан успешно.</translation> </message> <message> - <location filename="../Project.py" line="317"/> + <location filename="../Project.py" line="327"/> <source>Introspect</source> <translation>Просматривает базу данных, определяет структуру моделей и выводит их код</translation> </message> <message> - <location filename="../Project.py" line="317"/> + <location filename="../Project.py" line="327"/> <source>&Introspect</source> <translation>&Инспекция</translation> </message> <message> - <location filename="../Project.py" line="322"/> + <location filename="../Project.py" line="332"/> <source>Introspects the database tables and outputs a Django model module</source> <translation>Анализ таблиц базы данных и вывод кода модуля Django моделей</translation> </message> <message> - <location filename="../Project.py" line="325"/> + <location filename="../Project.py" line="335"/> <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="2044"/> + <location filename="../Project.py" line="2114"/> <source>Introspect Database</source> <translation>Анализ таблиц базы данных и генерация кода модуля Django моделей</translation> </message> <message> - <location filename="../Project.py" line="333"/> + <location filename="../Project.py" line="343"/> <source>Flush</source> <translation>Очистка</translation> </message> <message> - <location filename="../Project.py" line="333"/> + <location filename="../Project.py" line="343"/> <source>&Flush</source> <translation>&Очистка</translation> </message> <message> - <location filename="../Project.py" line="338"/> + <location filename="../Project.py" line="348"/> <source>Returns all database tables to the state just after their installation</source> <translation>Возвращает все таблицы базы данных к состоянию на момент инсталяции базы</translation> </message> <message> - <location filename="../Project.py" line="341"/> + <location filename="../Project.py" line="351"/> <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="2215"/> + <location filename="../Project.py" line="2285"/> <source>Flush Database</source> <translation>Очистка базы данных</translation> </message> <message> - <location filename="../Project.py" line="2073"/> + <location filename="../Project.py" line="2143"/> <source>Flushing the database will destroy all data. Are you sure?</source> <translation>Очистка базы данных приведет к уничтожению всех данных. Вы действительно этого хотите?</translation> </message> <message> - <location filename="../Project.py" line="2085"/> + <location filename="../Project.py" line="2155"/> <source>Database tables flushed successfully.</source> <translation>Таблицы базы данных успешно очищены.</translation> </message> <message> - <location filename="../Project.py" line="349"/> + <location filename="../Project.py" line="359"/> <source>Start Client Console</source> <translation>Запуск консоли клиента</translation> </message> <message> - <location filename="../Project.py" line="354"/> + <location filename="../Project.py" line="364"/> <source>Starts a console window for the database client</source> <translation>Запуск окна консоли для клиента базы данных</translation> </message> <message> - <location filename="../Project.py" line="356"/> + <location filename="../Project.py" line="366"/> <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="349"/> + <location filename="../Project.py" line="359"/> <source>Start &Client Console</source> <translation>Старт консоли &клиента</translation> </message> <message> - <location filename="../Project.py" line="2163"/> + <location filename="../Project.py" line="2233"/> <source>Create Tables</source> <translation>Создание таблиц</translation> </message> <message> - <location filename="../Project.py" line="367"/> + <location filename="../Project.py" line="377"/> <source>Create &Tables</source> <translation>Создать &таблицы</translation> </message> <message> - <location filename="../Project.py" line="372"/> + <location filename="../Project.py" line="382"/> <source>Prints the CREATE TABLE SQL statements for one or more applications</source> <translation>Выводит SQL операторы CREATE TABLE для одного или нескольких приложений</translation> </message> <message> - <location filename="../Project.py" line="375"/> + <location filename="../Project.py" line="385"/> <source><b>Create Tables</b><p>Prints the CREATE TABLE SQL statements for one or more applications.</p></source> <translation><b>Создание таблиц</b><p>Вывод SQL операторов CREATE TABLE для одного или нескольких приложений.</p></translation> </message> <message> - <location filename="../Project.py" line="878"/> + <location filename="../Project.py" line="888"/> <source>Show &SQL</source> <translation>&SQL</translation> </message> <message> - <location filename="../Project.py" line="2172"/> + <location filename="../Project.py" line="2242"/> <source>Create Indexes</source> <translation>Создание индексов</translation> </message> <message> - <location filename="../Project.py" line="384"/> + <location filename="../Project.py" line="394"/> <source>Create &Indexes</source> <translation>Создать &индексы</translation> </message> <message> - <location filename="../Project.py" line="392"/> + <location filename="../Project.py" line="402"/> <source><b>Create Indexes</b><p>Prints the CREATE INDEX SQL statements for one or more applications.</p></source> <translation><b>Создание индексов</b><p>Вывод SQL операторов CREATE INDEX для одного или нескольких приложений.</p></translation> </message> <message> - <location filename="../Project.py" line="2181"/> + <location filename="../Project.py" line="2251"/> <source>Create Everything</source> <translation>Создать все</translation> </message> <message> - <location filename="../Project.py" line="401"/> + <location filename="../Project.py" line="411"/> <source>Create &Everything</source> <translation>Создать &все</translation> </message> <message> - <location filename="../Project.py" line="406"/> + <location filename="../Project.py" line="416"/> <source>Prints the CREATE ... SQL statements for one or more applications</source> <translation>Выводит SQL операторы CREATE ... для одного или нескольких приложений</translation> </message> <message> - <location filename="../Project.py" line="409"/> + <location filename="../Project.py" line="419"/> <source><b>Create Everything</b><p>Prints the CREATE TABLE, custom SQL and CREATE INDEX SQL statements for one or more applications.</p></source> <translation><b>Создать все</b><p>Вывод комбинации SQL операторов CREATE TABLE, CREATE INDEX и пользовательских SQL запросов для одного или нескольких приложений.</p></translation> </message> <message> - <location filename="../Project.py" line="389"/> + <location filename="../Project.py" line="399"/> <source>Prints the CREATE INDEX SQL statements for one or more applications</source> <translation>Выводит SQL операторы CREATE INDEX для одного или нескольких приложений</translation> </message> <message> - <location filename="../Project.py" line="2190"/> + <location filename="../Project.py" line="2260"/> <source>Custom Statements</source> <translation>Пользовательские запросы</translation> </message> <message> - <location filename="../Project.py" line="418"/> + <location filename="../Project.py" line="428"/> <source>&Custom Statements</source> <translation>&Пользовательские запросы</translation> </message> <message> - <location filename="../Project.py" line="423"/> + <location filename="../Project.py" line="433"/> <source>Prints the custom table modifying SQL statements for one or more applications</source> <translation>Выводит дополнительную таблицу, модифицированную SQL запросами, для одного или нескольких приложений</translation> </message> <message> - <location filename="../Project.py" line="426"/> + <location filename="../Project.py" line="436"/> <source><b>Custom Statements</b><p>Prints the custom table modifying SQL statements for one or more applications.</p></source> <translation><b>Пользовательские запросы</b><p>Вывод дополнительной таблицы, модифицированной SQL запросами. для одного или нескольких приложений.</p></translation> </message> <message> - <location filename="../Project.py" line="2199"/> + <location filename="../Project.py" line="2269"/> <source>Drop Tables</source> <translation>Удаление таблиц</translation> </message> <message> - <location filename="../Project.py" line="435"/> + <location filename="../Project.py" line="445"/> <source>&Drop Tables</source> <translation>&Удаление таблиц</translation> </message> <message> - <location filename="../Project.py" line="440"/> + <location filename="../Project.py" line="450"/> <source>Prints the DROP TABLE SQL statements for one or more applications</source> <translation>Выводит SQL операторы DROP TABLE для одного или нескольких приложений</translation> </message> <message> - <location filename="../Project.py" line="443"/> + <location filename="../Project.py" line="453"/> <source><b>Drop Tables</b><p>Prints the DROP TABLE SQL statements for one or more applications.</p></source> <translation><b>Удаление таблиц</b><p>Вывод SQL операторов DROP TABLE для одного или нескольких приложений.</p></translation> </message> <message> - <location filename="../Project.py" line="469"/> + <location filename="../Project.py" line="479"/> <source>&Flush Database</source> <translation>&Очистка базы данных</translation> </message> <message> - <location filename="../Project.py" line="474"/> + <location filename="../Project.py" line="484"/> <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="477"/> + <location filename="../Project.py" line="487"/> <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="2222"/> + <location filename="../Project.py" line="2292"/> <source>Reset Sequences</source> <translation>Сброс цепочки</translation> </message> <message> - <location filename="../Project.py" line="486"/> + <location filename="../Project.py" line="496"/> <source>Reset &Sequences</source> <translation>Сброс &цепочки</translation> </message> <message> - <location filename="../Project.py" line="491"/> + <location filename="../Project.py" line="501"/> <source>Prints the SQL statements for resetting sequences for one or more applications</source> <translation>Выводит SQL операторы для сброса последовательности для одного или нескольких приложений</translation> </message> <message> - <location filename="../Project.py" line="494"/> + <location filename="../Project.py" line="504"/> <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="2626"/> + <location filename="../Project.py" line="2696"/> <source>Dump Data</source> <translation>Выводит текущие данные из базы данных</translation> </message> <message> - <location filename="../Project.py" line="573"/> + <location filename="../Project.py" line="583"/> <source>&Dump Data</source> <translation>&Выгрузка данных</translation> </message> <message> - <location filename="../Project.py" line="578"/> + <location filename="../Project.py" line="588"/> <source>Dump the database data to a fixture</source> <translation>Выводит данные базы данных в файлы оснастки</translation> </message> <message> - <location filename="../Project.py" line="580"/> + <location filename="../Project.py" line="590"/> <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="951"/> + <location filename="../Project.py" line="961"/> <source>T&esting</source> <translation>Т&естирование</translation> </message> <message> - <location filename="../Project.py" line="2264"/> + <location filename="../Project.py" line="2334"/> <source>SQL Files (*.sql)</source> <translation>SQL Files (*.sql)</translation> </message> <message> - <location filename="../Project.py" line="2649"/> + <location filename="../Project.py" line="2719"/> <source>JSON Files (*.json)</source> <translation>JSON Files (*.json)</translation> </message> <message> - <location filename="../Project.py" line="2651"/> + <location filename="../Project.py" line="2721"/> <source>XML Files (*.xml)</source> <translation>XML Files (*.xml)</translation> </message> <message> - <location filename="../Project.py" line="2653"/> + <location filename="../Project.py" line="2723"/> <source>YAML Files (*.yaml)</source> <translation>YAML Files (*.yaml)</translation> </message> <message> - <location filename="../Project.py" line="2665"/> + <location filename="../Project.py" line="2735"/> <source>Load Data</source> <translation>Загрузка данных в базу данных из файлов оснастки</translation> </message> <message> - <location filename="../Project.py" line="587"/> + <location filename="../Project.py" line="597"/> <source>&Load Data</source> <translation>&Загрузка данных</translation> </message> <message> - <location filename="../Project.py" line="592"/> + <location filename="../Project.py" line="602"/> <source>Load data from fixture files</source> <translation>Загрузка начальных данных из файлов оснастки</translation> </message> <message> - <location filename="../Project.py" line="594"/> + <location filename="../Project.py" line="604"/> <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="601"/> + <location filename="../Project.py" line="611"/> <source>Run Testsuite</source> <translation>Выполнить набор тестов</translation> </message> <message> - <location filename="../Project.py" line="601"/> + <location filename="../Project.py" line="611"/> <source>Run &Testsuite</source> <translation>Выполнить набор &тестов</translation> </message> <message> - <location filename="../Project.py" line="606"/> + <location filename="../Project.py" line="616"/> <source>Run the test suite for applications or the whole site</source> <translation>Выполнение набора тестов для приложения или для всего сайта</translation> </message> <message> - <location filename="../Project.py" line="608"/> + <location filename="../Project.py" line="618"/> <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="632"/> + <location filename="../Project.py" line="642"/> <source>Run Testserver</source> <translation>Запуск сервера тестов</translation> </message> <message> - <location filename="../Project.py" line="632"/> + <location filename="../Project.py" line="642"/> <source>Run Test&server</source> <translation>Запуск сервера &тестов</translation> </message> <message> - <location filename="../Project.py" line="637"/> + <location filename="../Project.py" line="647"/> <source>Run a development server with data from a set of fixtures</source> <translation>Запуск сервера разработки с данными из набора оснастки</translation> </message> <message> - <location filename="../Project.py" line="639"/> + <location filename="../Project.py" line="649"/> <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="2762"/> + <location filename="../Project.py" line="2851"/> <source>The Django test server could not be started.</source> <translation>Невозможно запустить Django сервер тестов.</translation> </message> <message> - <location filename="../Project.py" line="255"/> + <location filename="../Project.py" line="265"/> <source>Help</source> <translation>Справка</translation> </message> <message> - <location filename="../Project.py" line="255"/> + <location filename="../Project.py" line="265"/> <source>&Help</source> <translation>&Справка</translation> </message> <message> - <location filename="../Project.py" line="260"/> + <location filename="../Project.py" line="270"/> <source>Shows the Django help index</source> <translation>Показ индекса справки Django</translation> </message> <message> - <location filename="../Project.py" line="262"/> + <location filename="../Project.py" line="272"/> <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="1046"/> + <location filename="../Project.py" line="1056"/> <source>New template...</source> <translation>Новый шаблон...</translation> </message> <message> - <location filename="../Project.py" line="1055"/> + <location filename="../Project.py" line="1065"/> <source>Update all catalogs</source> <translation>Обновить все каталоги</translation> </message> <message> - <location filename="../Project.py" line="1058"/> + <location filename="../Project.py" line="1068"/> <source>Update selected catalogs</source> <translation>Обновить выбранные каталоги</translation> </message> <message> - <location filename="../Project.py" line="1069"/> + <location filename="../Project.py" line="1079"/> <source>Compile all catalogs</source> <translation>Компиляция всех каталогов</translation> </message> <message> - <location filename="../Project.py" line="1072"/> + <location filename="../Project.py" line="1082"/> <source>Compile selected catalogs</source> <translation>Компиляция выбранных каталогов</translation> </message> <message> - <location filename="../Project.py" line="2931"/> + <location filename="../Project.py" line="3020"/> <source>Initializing message catalog for '{0}'</source> <translation>Инициализация каталога сообщений для '{0}'</translation> </message> <message> - <location filename="../Project.py" line="3190"/> + <location filename="../Project.py" line="3279"/> <source>No current site selected or no site created yet. Aborting...</source> <translation>Текущий сайт не выбран или еще не создан. Прерывание выполнения...</translation> </message> <message> - <location filename="../Project.py" line="3063"/> + <location filename="../Project.py" line="3152"/> <source>Updating message catalogs</source> <translation>Обновление каталогов сообщений</translation> </message> <message> - <location filename="../Project.py" line="3154"/> + <location filename="../Project.py" line="3243"/> <source>No locales detected. Aborting...</source> <translation>Локали не найдены. Прерывание выполнения...</translation> </message> <message> - <location filename="../Project.py" line="3114"/> + <location filename="../Project.py" line="3203"/> <source> Message catalogs updated successfully.</source> <translation> Каталоги сообщений успешно обновлены.</translation> </message> <message> - <location filename="../Project.py" line="3180"/> + <location filename="../Project.py" line="3269"/> <source>Compiling message catalogs</source> <translation>Компиляция каталогов сообщений</translation> </message> <message> - <location filename="../Project.py" line="3197"/> + <location filename="../Project.py" line="3286"/> <source> Message catalogs compiled successfully.</source> <translation>Каталоги сообщений успешно компилированы.</translation> </message> <message> - <location filename="../Project.py" line="1062"/> + <location filename="../Project.py" line="1072"/> <source>Update all catalogs (with obsolete)</source> <translation>Обновить все каталоги (с устаревшими)</translation> </message> <message> - <location filename="../Project.py" line="1065"/> + <location filename="../Project.py" line="1075"/> <source>Update selected catalogs (with obsolete)</source> <translation>Обновить выбранные каталоги (с устаревшими)</translation> </message> <message> - <location filename="../Project.py" line="1797"/> + <location filename="../Project.py" line="1866"/> <source>Start Global Django Application</source> <translation>Выполнение Django global приложения</translation> </message> <message> - <location filename="../Project.py" line="1797"/> + <location filename="../Project.py" line="1866"/> <source>Enter the name of the new global Django application.</source> <translation>Введите имя нового Djangо global приложения. </translation> </message> <message> - <location filename="../Project.py" line="1819"/> + <location filename="../Project.py" line="1888"/> <source>Start Local Django Application</source> <translation>Выполнение Django local приложения</translation> </message> <message> - <location filename="../Project.py" line="1819"/> + <location filename="../Project.py" line="1888"/> <source>Enter the name of the new local Django application.</source> <translation>Введите имя нового Django local приложения. </translation> </message> <message> - <location filename="../Project.py" line="3095"/> + <location filename="../Project.py" line="3184"/> <source>Updating message catalogs (keeping obsolete messages)</source> <translation>Обновление каталогов сообщений (с сохранением устаревших сообщений)</translation> </message> <message> - <location filename="../Project.py" line="2792"/> + <location filename="../Project.py" line="2881"/> <source>Change Password</source> <translation>Смена пароля</translation> </message> <message> - <location filename="../Project.py" line="651"/> + <location filename="../Project.py" line="661"/> <source>Change &Password</source> <translation>Смена &пароля</translation> </message> <message> - <location filename="../Project.py" line="656"/> + <location filename="../Project.py" line="666"/> <source>Change the password of a user</source> <translation>Смена пароля пользователя</translation> </message> <message> - <location filename="../Project.py" line="658"/> + <location filename="../Project.py" line="668"/> <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="665"/> + <location filename="../Project.py" line="675"/> <source>Create Superuser</source> <translation>Создание суперпользователя</translation> </message> <message> - <location filename="../Project.py" line="665"/> + <location filename="../Project.py" line="675"/> <source>Create &Superuser</source> <translation>Создать &суперпользователя</translation> </message> <message> - <location filename="../Project.py" line="670"/> + <location filename="../Project.py" line="680"/> <source>Create a superuser account</source> <translation>Создать аккаунт суперпользователя</translation> </message> <message> - <location filename="../Project.py" line="672"/> + <location filename="../Project.py" line="682"/> <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="2850"/> + <location filename="../Project.py" line="2939"/> <source>Clear Sessions</source> <translation>Очистка сессии</translation> </message> <message> - <location filename="../Project.py" line="683"/> + <location filename="../Project.py" line="693"/> <source>Clear &Sessions</source> <translation>Очистка &сессии</translation> </message> <message> - <location filename="../Project.py" line="688"/> + <location filename="../Project.py" line="698"/> <source>Clear expired sessions</source> <translation>Очистка истекших сессий</translation> </message> <message> - <location filename="../Project.py" line="690"/> + <location filename="../Project.py" line="700"/> <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="972"/> + <location filename="../Project.py" line="982"/> <source>&Authorization</source> <translation>&Авторизация</translation> </message> <message> - <location filename="../Project.py" line="989"/> + <location filename="../Project.py" line="999"/> <source>&Session</source> <translation>&Сессия</translation> </message> <message> - <location filename="../Project.py" line="2792"/> + <location filename="../Project.py" line="2881"/> <source>Enter the name of the user:</source> <translation>Введите имя пользователя:</translation> </message> <message> - <location filename="../Project.py" line="2862"/> + <location filename="../Project.py" line="2951"/> <source>Expired sessions cleared successfully.</source> <translation>Истекшая сессия успешно очищена.</translation> </message> <message> - <location filename="../Project.py" line="1447"/> + <location filename="../Project.py" line="1457"/> <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="1768"/> + <location filename="../Project.py" line="1837"/> <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="1031"/> + <location filename="../Project.py" line="1041"/> <source>Open with {0}</source> <translation>Открыть с помощью {0}</translation> </message> <message> - <location filename="../Project.py" line="3226"/> + <location filename="../Project.py" line="3315"/> <source>The translations editor process ({0}) could not be started.</source> <translation>Невозможен запуск редактора переводов ({0}).</translation> </message> <message> - <location filename="../Project.py" line="1166"/> + <location filename="../Project.py" line="1176"/> <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="2951"/> + <location filename="../Project.py" line="3040"/> <source> Message catalog initialized successfully.</source> <translation> Каталог сообщений успешно инициализирован.</translation> </message> <message> - <location filename="../Project.py" line="2208"/> + <location filename="../Project.py" line="2278"/> <source>Drop Indexes</source> <translation>Удалить индексы</translation> </message> <message> - <location filename="../Project.py" line="452"/> + <location filename="../Project.py" line="462"/> <source>&Drop Indexes</source> <translation>&Удалить индексы</translation> </message> <message> - <location filename="../Project.py" line="457"/> + <location filename="../Project.py" line="467"/> <source>Prints the DROP INDEX SQL statements for one or more applications</source> <translation>Выводит SQL операторы DROP INDEX для одного или нескольких приложений</translation> </message> <message> - <location filename="../Project.py" line="460"/> + <location filename="../Project.py" line="470"/> <source><b>Drop Indexes</b><p>Prints the DROP INDEX SQL statements for one or more applications.</p></source> <translation><b>Удалить индексы</b><p>Выводит SQL операторы DROP INDEX для одного или нескольких приложений.</p></translation> </message> <message> - <location filename="../Project.py" line="701"/> + <location filename="../Project.py" line="711"/> <source>Show Migrations</source> <translation>Показать миграции</translation> </message> <message> - <location filename="../Project.py" line="701"/> + <location filename="../Project.py" line="711"/> <source>&Show Migrations</source> <translation>&Показать миграции</translation> </message> <message> - <location filename="../Project.py" line="706"/> + <location filename="../Project.py" line="716"/> <source>Show a list of available migrations</source> <translation>Отображение списка доступных миграций</translation> </message> <message> - <location filename="../Project.py" line="708"/> + <location filename="../Project.py" line="718"/> <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="716"/> + <location filename="../Project.py" line="726"/> <source>Show Migrations Plan</source> <translation>Показать план миграций</translation> </message> <message> - <location filename="../Project.py" line="716"/> + <location filename="../Project.py" line="726"/> <source>Show Migrations &Plan</source> <translation>Показать &план миграций</translation> </message> <message> - <location filename="../Project.py" line="721"/> + <location filename="../Project.py" line="731"/> <source>Show a list with the migrations plan</source> <translation>Отображение плана выполнения миграций</translation> </message> <message> - <location filename="../Project.py" line="723"/> + <location filename="../Project.py" line="733"/> <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="908"/> + <location filename="../Project.py" line="918"/> <source>&Migrations</source> <translation>&Миграции</translation> </message> <message> - <location filename="../Project.py" line="731"/> + <location filename="../Project.py" line="741"/> <source>Apply All Migrations</source> <translation>Применить все миграции</translation> </message> <message> - <location filename="../Project.py" line="731"/> + <location filename="../Project.py" line="741"/> <source>&Apply All Migrations</source> <translation>&Применить все миграции</translation> </message> <message> - <location filename="../Project.py" line="736"/> + <location filename="../Project.py" line="746"/> <source>Apply all available migrations</source> <translation>Применить все доступные миграции</translation> </message> <message> - <location filename="../Project.py" line="738"/> + <location filename="../Project.py" line="748"/> <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="2318"/> + <location filename="../Project.py" line="2388"/> <source>Apply Selected Migrations</source> <translation>Применить выбранные миграции</translation> </message> <message> - <location filename="../Project.py" line="750"/> + <location filename="../Project.py" line="760"/> <source>Apply selected migrations</source> <translation>Применить выбранные миграции</translation> </message> <message> - <location filename="../Project.py" line="752"/> + <location filename="../Project.py" line="762"/> <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="2377"/> + <location filename="../Project.py" line="2447"/> <source>Unapply Migrations</source> <translation>Откатить миграции</translation> </message> <message> - <location filename="../Project.py" line="761"/> + <location filename="../Project.py" line="771"/> <source>&Unapply Migrations</source> <translation>&Откатить миграции</translation> </message> <message> - <location filename="../Project.py" line="766"/> + <location filename="../Project.py" line="776"/> <source>Unapply all migrations for an app</source> <translation>Откат всех миграций для приложения</translation> </message> <message> - <location filename="../Project.py" line="768"/> + <location filename="../Project.py" line="778"/> <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="2456"/> + <location filename="../Project.py" line="2526"/> <source>Make Migrations</source> <translation>Создать миграции</translation> </message> <message> - <location filename="../Project.py" line="776"/> + <location filename="../Project.py" line="786"/> <source>&Make Migrations</source> <translation>&Создать миграции</translation> </message> <message> - <location filename="../Project.py" line="781"/> + <location filename="../Project.py" line="791"/> <source>Generate migrations for the project</source> <translation>Создание миграций для проекта на основе изменений</translation> </message> <message> - <location filename="../Project.py" line="783"/> + <location filename="../Project.py" line="793"/> <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="2488"/> + <location filename="../Project.py" line="2558"/> <source>No migrations available.</source> <translation>Нет доступных миграций.</translation> </message> <message> - <location filename="../Project.py" line="2343"/> + <location filename="../Project.py" line="2413"/> <source>Apply Migrations</source> <translation>Применить миграции</translation> </message> <message> - <location filename="../Project.py" line="2377"/> + <location filename="../Project.py" line="2447"/> <source>Select an application:</source> <translation>Выберите приложение:</translation> </message> <message> - <location filename="../Project.py" line="2501"/> + <location filename="../Project.py" line="2571"/> <source>Squash Migrations</source> <translation>Объединить миграции</translation> </message> <message> - <location filename="../Project.py" line="790"/> + <location filename="../Project.py" line="800"/> <source>S&quash Migrations</source> <translation>О&бъединить миграции</translation> </message> <message> - <location filename="../Project.py" line="795"/> + <location filename="../Project.py" line="805"/> <source>Squash migrations of an application of the project</source> <translation>Объединение миграций приложения Django-проекта</translation> </message> <message> - <location filename="../Project.py" line="797"/> + <location filename="../Project.py" line="807"/> <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="503"/> + <location filename="../Project.py" line="513"/> <source>Apply Migration</source> <translation>Применить миграцию</translation> </message> <message> - <location filename="../Project.py" line="503"/> + <location filename="../Project.py" line="513"/> <source>&Apply Migration</source> <translation>&Применить миграцию</translation> </message> <message> - <location filename="../Project.py" line="508"/> + <location filename="../Project.py" line="518"/> <source>Prints the SQL statements to apply a migration of an application</source> <translation>Выводит SQL запросы для выполнения миграции приложения</translation> </message> <message> - <location filename="../Project.py" line="511"/> + <location filename="../Project.py" line="521"/> <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="520"/> + <location filename="../Project.py" line="530"/> <source>Unapply Migration</source> <translation>Откатить миграцию</translation> </message> <message> - <location filename="../Project.py" line="520"/> + <location filename="../Project.py" line="530"/> <source>&Unapply Migration</source> <translation>&Откатить миграцию</translation> </message> <message> - <location filename="../Project.py" line="525"/> + <location filename="../Project.py" line="535"/> <source>Prints the SQL statements to unapply a migration of an application</source> <translation>Выводит SQL запросы для отката миграции приложения</translation> </message> <message> - <location filename="../Project.py" line="528"/> + <location filename="../Project.py" line="538"/> <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="2246"/> + <location filename="../Project.py" line="2316"/> <source>SQL Migrate</source> <translation>SQL миграции</translation> </message> <message> - <location filename="../Project.py" line="3271"/> + <location filename="../Project.py" line="3360"/> <source>Check Project</source> <translation>Проверить проект</translation> </message> <message> - <location filename="../Project.py" line="296"/> + <location filename="../Project.py" line="306"/> <source>Inspects the Django project for common problems</source> <translation>Инспекция общераспространенных проблем Django проекта</translation> </message> <message> - <location filename="../Project.py" line="298"/> + <location filename="../Project.py" line="308"/> <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="615"/> + <location filename="../Project.py" line="625"/> <source>Run Testsuite (-Wall)</source> <translation>Выполнить набор тестов (-Wall)</translation> </message> <message> - <location filename="../Project.py" line="620"/> + <location filename="../Project.py" line="630"/> <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="623"/> + <location filename="../Project.py" line="633"/> <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> @@ -1748,7 +1816,7 @@ <context> <name>ProjectDjangoPlugin</name> <message> - <location filename="../../PluginProjectDjango.py" line="389"/> + <location filename="../../PluginProjectDjango.py" line="391"/> <source>Django</source> <translation>Django</translation> </message>