--- a/ProjectDjango/i18n/django_ru.ts Sun Apr 23 17:20:47 2017 +0200 +++ b/ProjectDjango/i18n/django_ru.ts Thu Apr 27 19:35:14 2017 +0200 @@ -61,40 +61,80 @@ <translation>Django</translation> </message> <message> - <location filename="../DjangoDialog.ui" line="35"/> + <location filename="../DjangoDialog.ui" line="29"/> <source>Output</source> <translation>Вывод</translation> </message> <message> - <location filename="../DjangoDialog.ui" line="63"/> + <location filename="../DjangoDialog.ui" line="66"/> <source>Errors</source> <translation>Ошибки</translation> </message> <message> - <location filename="../DjangoDialog.py" line="181"/> + <location filename="../DjangoDialog.py" line="189"/> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../DjangoDialog.py" line="181"/> + <location filename="../DjangoDialog.py" line="189"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Процесс {0} не может быть запущен. Убедитесь, что к нему указан путь доступа.</translation> </message> <message> - <location filename="../DjangoDialog.py" line="266"/> + <location filename="../DjangoDialog.py" line="282"/> <source>Select data file</source> <translation>Выбор файла данных</translation> </message> <message> - <location filename="../DjangoDialog.py" line="287"/> + <location filename="../DjangoDialog.py" line="303"/> <source>Error saving data</source> <translation>Ошибка сохранения данных</translation> </message> <message> - <location filename="../DjangoDialog.py" line="287"/> + <location filename="../DjangoDialog.py" line="303"/> <source><p>The data could not be written to <b>{0}</b></p><p>Reason: {1}</p></source> <translation><p>Данные не могут быть записаны в <b>{0}</b></p><p>Причина: {1}</p></translation> </message> + <message> + <location filename="../DjangoDialog.ui" line="103"/> + <source>Input</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../DjangoDialog.ui" line="128"/> + <source>&Send</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../DjangoDialog.ui" line="131"/> + <source>Alt+S</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../DjangoDialog.ui" line="145"/> + <source>Select to switch the input field to password mode</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../DjangoDialog.ui" line="148"/> + <source>&Password Mode</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../DjangoDialog.ui" line="151"/> + <source>Alt+P</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../DjangoDialog.ui" line="125"/> + <source>Press to send the input to the manage.py process</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../DjangoDialog.ui" line="138"/> + <source>Enter data to be sent to the manage.py process</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>DjangoDumpdataDataDialog</name> @@ -474,7 +514,7 @@ <translation>Выбор виртуального окружения для Python 2</translation> </message> <message> - <location filename="../ConfigurationPage/DjangoPage.ui" line="374"/> + <location filename="../ConfigurationPage/DjangoPage.py" line="191"/> <source>Translations Editor</source> <translation>Редактор для перевода</translation> </message> @@ -555,1137 +595,1137 @@ <context> <name>Project</name> <message> - <location filename="../Project.py" line="808"/> + <location filename="../Project.py" line="814"/> <source>D&jango</source> <translation>D&jango</translation> </message> <message> - <location filename="../Project.py" line="1160"/> + <location filename="../Project.py" line="1166"/> <source>New Form</source> <translation>Создание новой формы</translation> </message> <message> - <location filename="../Project.py" line="1127"/> + <location filename="../Project.py" line="1133"/> <source>The file already exists! Overwrite it?</source> <translation>Файл уже существует! Переписать его?</translation> </message> <message> - <location filename="../Project.py" line="123"/> + <location filename="../Project.py" line="129"/> <source>Current Project</source> <translation>Текущий проект</translation> </message> <message> - <location filename="../Project.py" line="128"/> + <location filename="../Project.py" line="134"/> <source>Selects the current project</source> <translation>Выбор текущего проекта</translation> </message> <message> - <location filename="../Project.py" line="143"/> + <location filename="../Project.py" line="149"/> <source>Start Project</source> <translation>Создание нового проекта</translation> </message> <message> - <location filename="../Project.py" line="143"/> + <location filename="../Project.py" line="149"/> <source>Start &Project</source> <translation>Новый &проект</translation> </message> <message> - <location filename="../Project.py" line="148"/> + <location filename="../Project.py" line="154"/> <source>Starts a new Django project</source> <translation>Создание нового Django проекта</translation> </message> <message> - <location filename="../Project.py" line="150"/> + <location filename="../Project.py" line="156"/> <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="158"/> + <location filename="../Project.py" line="164"/> <source>Start Application (global)</source> <translation>Создание приложения (global)</translation> </message> <message> - <location filename="../Project.py" line="158"/> + <location filename="../Project.py" line="164"/> <source>Start Application (&global)</source> <translation>Новое приложение (&global)</translation> </message> <message> - <location filename="../Project.py" line="163"/> + <location filename="../Project.py" line="169"/> <source>Starts a new global Django application</source> <translation>Создание нового (global) Django приложения</translation> </message> <message> - <location filename="../Project.py" line="165"/> + <location filename="../Project.py" line="171"/> <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="174"/> + <location filename="../Project.py" line="180"/> <source>Start Application (local)</source> <translation>Создание приложения (local)</translation> </message> <message> - <location filename="../Project.py" line="174"/> + <location filename="../Project.py" line="180"/> <source>Start Application (&local)</source> <translation>Новое приложение (&local)</translation> </message> <message> - <location filename="../Project.py" line="179"/> + <location filename="../Project.py" line="185"/> <source>Starts a new local Django application</source> <translation>Создание нового (local) Django приложения</translation> </message> <message> - <location filename="../Project.py" line="181"/> + <location filename="../Project.py" line="187"/> <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="194"/> + <location filename="../Project.py" line="200"/> <source>Run Server</source> <translation>Сервер разработки</translation> </message> <message> - <location filename="../Project.py" line="194"/> + <location filename="../Project.py" line="200"/> <source>Run &Server</source> <translation>&Сервер разработки</translation> </message> <message> - <location filename="../Project.py" line="199"/> + <location filename="../Project.py" line="205"/> <source>Starts the Django Web server</source> <translation>Запуск Django Web сервера разработки</translation> </message> <message> - <location filename="../Project.py" line="201"/> + <location filename="../Project.py" line="207"/> <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="2019"/> + <location filename="../Project.py" line="2027"/> <source>Run Web-Browser</source> <translation>Запуск Web-браузера администрирования</translation> </message> <message> - <location filename="../Project.py" line="209"/> + <location filename="../Project.py" line="215"/> <source>Run &Web-Browser</source> <translation>Запуск &Web-браузера</translation> </message> <message> - <location filename="../Project.py" line="214"/> + <location filename="../Project.py" line="220"/> <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="217"/> + <location filename="../Project.py" line="223"/> <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="1439"/> + <location filename="../Project.py" line="1447"/> <source>About Django</source> <translation>О Django</translation> </message> <message> - <location filename="../Project.py" line="267"/> + <location filename="../Project.py" line="273"/> <source>About D&jango</source> <translation>О D&jango</translation> </message> <message> - <location filename="../Project.py" line="272"/> + <location filename="../Project.py" line="278"/> <source>Shows some information about Django</source> <translation>Отображение информации о Django</translation> </message> <message> - <location filename="../Project.py" line="274"/> + <location filename="../Project.py" line="280"/> <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="850"/> + <location filename="../Project.py" line="856"/> <source>&Database</source> <translation>&База данных</translation> </message> <message> - <location filename="../Project.py" line="1896"/> + <location filename="../Project.py" line="1904"/> <source>Project</source> <translation>Project</translation> </message> <message> - <location filename="../Project.py" line="1636"/> + <location filename="../Project.py" line="1644"/> <source>Application</source> <translation>Application</translation> </message> <message> - <location filename="../Project.py" line="1638"/> + <location filename="../Project.py" line="1646"/> <source>Start Django</source> <translation>Старт Django</translation> </message> <message> - <location filename="../Project.py" line="1638"/> + <location filename="../Project.py" line="1646"/> <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="1715"/> + <location filename="../Project.py" line="1723"/> <source>Start Django Project</source> <translation>Создание Django проекта</translation> </message> <message> - <location filename="../Project.py" line="1691"/> + <location filename="../Project.py" line="1699"/> <source>Django project created successfully.</source> <translation>Django проект успешно создан.</translation> </message> <message> - <location filename="../Project.py" line="1715"/> + <location filename="../Project.py" line="1723"/> <source>Enter the name of the new Django project.</source> <translation>Введите имя нового Django проекта.</translation> </message> <message> - <location filename="../Project.py" line="1743"/> + <location filename="../Project.py" line="1751"/> <source>Start Django Application</source> <translation>Создание Django приложения</translation> </message> <message> - <location filename="../Project.py" line="1777"/> + <location filename="../Project.py" line="1785"/> <source>Django application created successfully.</source> <translation>Django приложение успешно создано.</translation> </message> <message> - <location filename="../Project.py" line="1860"/> + <location filename="../Project.py" line="1868"/> <source>Select Project</source> <translation>Выбор проекта</translation> </message> <message> - <location filename="../Project.py" line="1860"/> + <location filename="../Project.py" line="1868"/> <source>Select the Django project to work with.</source> <translation>Выбор Django проекта для работы.</translation> </message> <message> - <location filename="../Project.py" line="1894"/> + <location filename="../Project.py" line="1902"/> <source>None</source> <translation>none</translation> </message> <message> - <location filename="../Project.py" line="3215"/> + <location filename="../Project.py" line="3222"/> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../Project.py" line="1973"/> + <location filename="../Project.py" line="1981"/> <source>The Django server could not be started.</source> <translation>Невозможно запустить Django сервер.</translation> </message> <message> - <location filename="../Project.py" line="2019"/> + <location filename="../Project.py" line="2027"/> <source>Could not start the web-browser for the url "{0}".</source> <translation>Невозможно открыть web-браузер с адресом "{0}".</translation> </message> <message> - <location filename="../Project.py" line="2824"/> + <location filename="../Project.py" line="2831"/> <source>The Django process could not be started.</source> <translation>Невозможно запустить Django процесс.</translation> </message> <message> - <location filename="../Project.py" line="130"/> + <location filename="../Project.py" line="136"/> <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="2522"/> + <location filename="../Project.py" line="2529"/> <source>Diff Settings</source> <translation>Отличие текущих параметров от параметров настройки Django по умолчанию</translation> </message> <message> - <location filename="../Project.py" line="535"/> + <location filename="../Project.py" line="541"/> <source>&Diff Settings</source> <translation>&Различия настройки</translation> </message> <message> - <location filename="../Project.py" line="540"/> + <location filename="../Project.py" line="546"/> <source>Shows the modification made to the settings</source> <translation>Показ изменений, сделанных в параметрах настройки</translation> </message> <message> - <location filename="../Project.py" line="542"/> + <location filename="../Project.py" line="548"/> <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="927"/> + <location filename="../Project.py" line="933"/> <source>&Tools</source> <translation>&Сервис</translation> </message> <message> - <location filename="../Project.py" line="1510"/> + <location filename="../Project.py" line="1518"/> <source>Select Applications</source> <translation>Выбор приложений</translation> </message> <message> - <location filename="../Project.py" line="1510"/> + <location filename="../Project.py" line="1518"/> <source>Enter the list of applications separated by spaces.</source> <translation>Введите список приложений, разделенных пробелами.</translation> </message> <message> - <location filename="../Project.py" line="1899"/> + <location filename="../Project.py" line="1907"/> <source>&Current Django project ({0})</source> <translation>Текущий &Django проект ({0})</translation> </message> <message> - <location filename="../Project.py" line="549"/> + <location filename="../Project.py" line="555"/> <source>Start Python Console</source> <translation>Старт консоли Python</translation> </message> <message> - <location filename="../Project.py" line="549"/> + <location filename="../Project.py" line="555"/> <source>Start &Python Console</source> <translation>Старт консоли &Python</translation> </message> <message> - <location filename="../Project.py" line="554"/> + <location filename="../Project.py" line="560"/> <source>Starts a Python interactive interpreter</source> <translation>Запуск интерактивного интерпретатора Python</translation> </message> <message> - <location filename="../Project.py" line="556"/> + <location filename="../Project.py" line="562"/> <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="2578"/> + <location filename="../Project.py" line="2585"/> <source>Create Cache Tables</source> <translation>Создание кэша таблиц</translation> </message> <message> - <location filename="../Project.py" line="229"/> + <location filename="../Project.py" line="235"/> <source>C&reate Cache Tables</source> <translation>С&оздание кэша таблиц</translation> </message> <message> - <location filename="../Project.py" line="234"/> + <location filename="../Project.py" line="240"/> <source>Creates the tables needed to use the SQL cache backend</source> <translation>Для создания таблиц необходимо использовать SQL кэш бэкенд</translation> </message> <message> - <location filename="../Project.py" line="236"/> + <location filename="../Project.py" line="242"/> <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="2585"/> + <location filename="../Project.py" line="2592"/> <source>Enter the names of the cache tables separated by spaces.</source> <translation>Введите имена таблиц кэша, разделенных пробелами.</translation> </message> <message> - <location filename="../Project.py" line="2600"/> + <location filename="../Project.py" line="2607"/> <source>Cache tables created successfully.</source> <translation>Кэш таблиц создан успешно.</translation> </message> <message> - <location filename="../Project.py" line="311"/> + <location filename="../Project.py" line="317"/> <source>Introspect</source> <translation>Просматривает базу данных, определяет структуру моделей и выводит их код</translation> </message> <message> - <location filename="../Project.py" line="311"/> + <location filename="../Project.py" line="317"/> <source>&Introspect</source> <translation>&Инспекция</translation> </message> <message> - <location filename="../Project.py" line="316"/> + <location filename="../Project.py" line="322"/> <source>Introspects the database tables and outputs a Django model module</source> <translation>Анализ таблиц базы данных и вывод кода модуля Django моделей</translation> </message> <message> - <location filename="../Project.py" line="319"/> + <location filename="../Project.py" line="325"/> <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="2036"/> + <location filename="../Project.py" line="2044"/> <source>Introspect Database</source> <translation>Анализ таблиц базы данных и генерация кода модуля Django моделей</translation> </message> <message> - <location filename="../Project.py" line="327"/> + <location filename="../Project.py" line="333"/> <source>Flush</source> <translation>Очистка</translation> </message> <message> - <location filename="../Project.py" line="327"/> + <location filename="../Project.py" line="333"/> <source>&Flush</source> <translation>&Очистка</translation> </message> <message> - <location filename="../Project.py" line="332"/> + <location filename="../Project.py" line="338"/> <source>Returns all database tables to the state just after their installation</source> <translation>Возвращает все таблицы базы данных к состоянию на момент инсталяции базы</translation> </message> <message> - <location filename="../Project.py" line="335"/> + <location filename="../Project.py" line="341"/> <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="2207"/> + <location filename="../Project.py" line="2215"/> <source>Flush Database</source> <translation>Очистка базы данных</translation> </message> <message> - <location filename="../Project.py" line="2065"/> + <location filename="../Project.py" line="2073"/> <source>Flushing the database will destroy all data. Are you sure?</source> <translation>Очистка базы данных приведет к уничтожению всех данных. Вы действительно этого хотите?</translation> </message> <message> - <location filename="../Project.py" line="2077"/> + <location filename="../Project.py" line="2085"/> <source>Database tables flushed successfully.</source> <translation>Таблицы базы данных успешно очищены.</translation> </message> <message> - <location filename="../Project.py" line="343"/> + <location filename="../Project.py" line="349"/> <source>Start Client Console</source> <translation>Запуск консоли клиента</translation> </message> <message> - <location filename="../Project.py" line="348"/> + <location filename="../Project.py" line="354"/> <source>Starts a console window for the database client</source> <translation>Запуск окна консоли для клиента базы данных</translation> </message> <message> - <location filename="../Project.py" line="350"/> + <location filename="../Project.py" line="356"/> <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="343"/> + <location filename="../Project.py" line="349"/> <source>Start &Client Console</source> <translation>Старт консоли &клиента</translation> </message> <message> - <location filename="../Project.py" line="2155"/> + <location filename="../Project.py" line="2163"/> <source>Create Tables</source> <translation>Создание таблиц</translation> </message> <message> - <location filename="../Project.py" line="361"/> + <location filename="../Project.py" line="367"/> <source>Create &Tables</source> <translation>Создать &таблицы</translation> </message> <message> - <location filename="../Project.py" line="366"/> + <location filename="../Project.py" line="372"/> <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="369"/> + <location filename="../Project.py" line="375"/> <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="872"/> + <location filename="../Project.py" line="878"/> <source>Show &SQL</source> <translation>&SQL</translation> </message> <message> - <location filename="../Project.py" line="2164"/> + <location filename="../Project.py" line="2172"/> <source>Create Indexes</source> <translation>Создание индексов</translation> </message> <message> - <location filename="../Project.py" line="378"/> + <location filename="../Project.py" line="384"/> <source>Create &Indexes</source> <translation>Создать &индексы</translation> </message> <message> - <location filename="../Project.py" line="386"/> + <location filename="../Project.py" line="392"/> <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="2173"/> + <location filename="../Project.py" line="2181"/> <source>Create Everything</source> <translation>Создать все</translation> </message> <message> - <location filename="../Project.py" line="395"/> + <location filename="../Project.py" line="401"/> <source>Create &Everything</source> <translation>Создать &все</translation> </message> <message> - <location filename="../Project.py" line="400"/> + <location filename="../Project.py" line="406"/> <source>Prints the CREATE ... SQL statements for one or more applications</source> <translation>Выводит SQL операторы CREATE ... для одного или нескольких приложений</translation> </message> <message> - <location filename="../Project.py" line="403"/> + <location filename="../Project.py" line="409"/> <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="383"/> + <location filename="../Project.py" line="389"/> <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="2182"/> + <location filename="../Project.py" line="2190"/> <source>Custom Statements</source> <translation>Пользовательские запросы</translation> </message> <message> - <location filename="../Project.py" line="412"/> + <location filename="../Project.py" line="418"/> <source>&Custom Statements</source> <translation>&Пользовательские запросы</translation> </message> <message> - <location filename="../Project.py" line="417"/> + <location filename="../Project.py" line="423"/> <source>Prints the custom table modifying SQL statements for one or more applications</source> <translation>Выводит дополнительную таблицу, модифицированную SQL запросами, для одного или нескольких приложений</translation> </message> <message> - <location filename="../Project.py" line="420"/> + <location filename="../Project.py" line="426"/> <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="2191"/> + <location filename="../Project.py" line="2199"/> <source>Drop Tables</source> <translation>Удаление таблиц</translation> </message> <message> - <location filename="../Project.py" line="429"/> + <location filename="../Project.py" line="435"/> <source>&Drop Tables</source> <translation>&Удаление таблиц</translation> </message> <message> - <location filename="../Project.py" line="434"/> + <location filename="../Project.py" line="440"/> <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="437"/> + <location filename="../Project.py" line="443"/> <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="463"/> + <location filename="../Project.py" line="469"/> <source>&Flush Database</source> <translation>&Очистка базы данных</translation> </message> <message> - <location filename="../Project.py" line="468"/> + <location filename="../Project.py" line="474"/> <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="471"/> + <location filename="../Project.py" line="477"/> <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="2214"/> + <location filename="../Project.py" line="2222"/> <source>Reset Sequences</source> <translation>Сброс цепочки</translation> </message> <message> - <location filename="../Project.py" line="480"/> + <location filename="../Project.py" line="486"/> <source>Reset &Sequences</source> <translation>Сброс &цепочки</translation> </message> <message> - <location filename="../Project.py" line="485"/> + <location filename="../Project.py" line="491"/> <source>Prints the SQL statements for resetting sequences for one or more applications</source> <translation>Выводит SQL операторы для сброса последовательности для одного или нескольких приложений</translation> </message> <message> - <location filename="../Project.py" line="488"/> + <location filename="../Project.py" line="494"/> <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="2615"/> + <location filename="../Project.py" line="2622"/> <source>Dump Data</source> <translation>Выводит текущие данные из базы данных</translation> </message> <message> - <location filename="../Project.py" line="567"/> + <location filename="../Project.py" line="573"/> <source>&Dump Data</source> <translation>&Выгрузка данных</translation> </message> <message> - <location filename="../Project.py" line="572"/> + <location filename="../Project.py" line="578"/> <source>Dump the database data to a fixture</source> <translation>Выводит данные базы данных в файлы оснастки</translation> </message> <message> - <location filename="../Project.py" line="574"/> + <location filename="../Project.py" line="580"/> <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="945"/> + <location filename="../Project.py" line="951"/> <source>T&esting</source> <translation>Т&естирование</translation> </message> <message> - <location filename="../Project.py" line="2256"/> + <location filename="../Project.py" line="2264"/> <source>SQL Files (*.sql)</source> <translation>SQL Files (*.sql)</translation> </message> <message> - <location filename="../Project.py" line="2638"/> + <location filename="../Project.py" line="2645"/> <source>JSON Files (*.json)</source> <translation>JSON Files (*.json)</translation> </message> <message> - <location filename="../Project.py" line="2640"/> + <location filename="../Project.py" line="2647"/> <source>XML Files (*.xml)</source> <translation>XML Files (*.xml)</translation> </message> <message> - <location filename="../Project.py" line="2642"/> + <location filename="../Project.py" line="2649"/> <source>YAML Files (*.yaml)</source> <translation>YAML Files (*.yaml)</translation> </message> <message> - <location filename="../Project.py" line="2654"/> + <location filename="../Project.py" line="2661"/> <source>Load Data</source> <translation>Загрузка данных в базу данных из файлов оснастки</translation> </message> <message> - <location filename="../Project.py" line="581"/> + <location filename="../Project.py" line="587"/> <source>&Load Data</source> <translation>&Загрузка данных</translation> </message> <message> - <location filename="../Project.py" line="586"/> + <location filename="../Project.py" line="592"/> <source>Load data from fixture files</source> <translation>Загрузка начальных данных из файлов оснастки</translation> </message> <message> - <location filename="../Project.py" line="588"/> + <location filename="../Project.py" line="594"/> <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="595"/> + <location filename="../Project.py" line="601"/> <source>Run Testsuite</source> <translation>Выполнить набор тестов</translation> </message> <message> - <location filename="../Project.py" line="595"/> + <location filename="../Project.py" line="601"/> <source>Run &Testsuite</source> <translation>Выполнить набор &тестов</translation> </message> <message> - <location filename="../Project.py" line="600"/> + <location filename="../Project.py" line="606"/> <source>Run the test suite for applications or the whole site</source> <translation>Выполнение набора тестов для приложения или для всего сайта</translation> </message> <message> - <location filename="../Project.py" line="602"/> + <location filename="../Project.py" line="608"/> <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="626"/> + <location filename="../Project.py" line="632"/> <source>Run Testserver</source> <translation>Запуск сервера тестов</translation> </message> <message> - <location filename="../Project.py" line="626"/> + <location filename="../Project.py" line="632"/> <source>Run Test&server</source> <translation>Запуск сервера &тестов</translation> </message> <message> - <location filename="../Project.py" line="631"/> + <location filename="../Project.py" line="637"/> <source>Run a development server with data from a set of fixtures</source> <translation>Запуск сервера разработки с данными из набора оснастки</translation> </message> <message> - <location filename="../Project.py" line="633"/> + <location filename="../Project.py" line="639"/> <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="2751"/> + <location filename="../Project.py" line="2758"/> <source>The Django test server could not be started.</source> <translation>Невозможно запустить Django сервер тестов.</translation> </message> <message> - <location filename="../Project.py" line="249"/> + <location filename="../Project.py" line="255"/> <source>Help</source> <translation>Справка</translation> </message> <message> - <location filename="../Project.py" line="249"/> + <location filename="../Project.py" line="255"/> <source>&Help</source> <translation>&Справка</translation> </message> <message> - <location filename="../Project.py" line="254"/> + <location filename="../Project.py" line="260"/> <source>Shows the Django help index</source> <translation>Показ индекса справки Django</translation> </message> <message> - <location filename="../Project.py" line="256"/> + <location filename="../Project.py" line="262"/> <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="1040"/> + <location filename="../Project.py" line="1046"/> <source>New template...</source> <translation>Новый шаблон...</translation> </message> <message> - <location filename="../Project.py" line="1049"/> + <location filename="../Project.py" line="1055"/> <source>Update all catalogs</source> <translation>Обновить все каталоги</translation> </message> <message> - <location filename="../Project.py" line="1052"/> + <location filename="../Project.py" line="1058"/> <source>Update selected catalogs</source> <translation>Обновить выбранные каталоги</translation> </message> <message> - <location filename="../Project.py" line="1063"/> + <location filename="../Project.py" line="1069"/> <source>Compile all catalogs</source> <translation>Компиляция всех каталогов</translation> </message> <message> - <location filename="../Project.py" line="1066"/> + <location filename="../Project.py" line="1072"/> <source>Compile selected catalogs</source> <translation>Компиляция выбранных каталогов</translation> </message> <message> - <location filename="../Project.py" line="2920"/> + <location filename="../Project.py" line="2927"/> <source>Initializing message catalog for '{0}'</source> <translation>Инициализация каталога сообщений для '{0}'</translation> </message> <message> - <location filename="../Project.py" line="3179"/> + <location filename="../Project.py" line="3186"/> <source>No current site selected or no site created yet. Aborting...</source> <translation>Текущий сайт не выбран или еще не создан. Прерывание выполнения...</translation> </message> <message> - <location filename="../Project.py" line="3052"/> + <location filename="../Project.py" line="3059"/> <source>Updating message catalogs</source> <translation>Обновление каталогов сообщений</translation> </message> <message> - <location filename="../Project.py" line="3143"/> + <location filename="../Project.py" line="3150"/> <source>No locales detected. Aborting...</source> <translation>Локали не найдены. Прерывание выполнения...</translation> </message> <message> - <location filename="../Project.py" line="3103"/> + <location filename="../Project.py" line="3110"/> <source> Message catalogs updated successfully.</source> <translation> Каталоги сообщений успешно обновлены.</translation> </message> <message> - <location filename="../Project.py" line="3169"/> + <location filename="../Project.py" line="3176"/> <source>Compiling message catalogs</source> <translation>Компиляция каталогов сообщений</translation> </message> <message> - <location filename="../Project.py" line="3186"/> + <location filename="../Project.py" line="3193"/> <source> Message catalogs compiled successfully.</source> <translation>Каталоги сообщений успешно компилированы.</translation> </message> <message> - <location filename="../Project.py" line="1056"/> + <location filename="../Project.py" line="1062"/> <source>Update all catalogs (with obsolete)</source> <translation>Обновить все каталоги (с устаревшими)</translation> </message> <message> - <location filename="../Project.py" line="1059"/> + <location filename="../Project.py" line="1065"/> <source>Update selected catalogs (with obsolete)</source> <translation>Обновить выбранные каталоги (с устаревшими)</translation> </message> <message> - <location filename="../Project.py" line="1789"/> + <location filename="../Project.py" line="1797"/> <source>Start Global Django Application</source> <translation>Выполнение Django global приложения</translation> </message> <message> - <location filename="../Project.py" line="1789"/> + <location filename="../Project.py" line="1797"/> <source>Enter the name of the new global Django application.</source> <translation>Введите имя нового Djangо global приложения. </translation> </message> <message> - <location filename="../Project.py" line="1811"/> + <location filename="../Project.py" line="1819"/> <source>Start Local Django Application</source> <translation>Выполнение Django local приложения</translation> </message> <message> - <location filename="../Project.py" line="1811"/> + <location filename="../Project.py" line="1819"/> <source>Enter the name of the new local Django application.</source> <translation>Введите имя нового Django local приложения. </translation> </message> <message> - <location filename="../Project.py" line="3084"/> + <location filename="../Project.py" line="3091"/> <source>Updating message catalogs (keeping obsolete messages)</source> <translation>Обновление каталогов сообщений (с сохранением устаревших сообщений)</translation> </message> <message> - <location filename="../Project.py" line="2781"/> + <location filename="../Project.py" line="2788"/> <source>Change Password</source> <translation>Смена пароля</translation> </message> <message> - <location filename="../Project.py" line="645"/> + <location filename="../Project.py" line="651"/> <source>Change &Password</source> <translation>Смена &пароля</translation> </message> <message> - <location filename="../Project.py" line="650"/> + <location filename="../Project.py" line="656"/> <source>Change the password of a user</source> <translation>Смена пароля пользователя</translation> </message> <message> - <location filename="../Project.py" line="652"/> + <location filename="../Project.py" line="658"/> <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="659"/> + <location filename="../Project.py" line="665"/> <source>Create Superuser</source> <translation>Создание суперпользователя</translation> </message> <message> - <location filename="../Project.py" line="659"/> + <location filename="../Project.py" line="665"/> <source>Create &Superuser</source> <translation>Создать &суперпользователя</translation> </message> <message> - <location filename="../Project.py" line="664"/> + <location filename="../Project.py" line="670"/> <source>Create a superuser account</source> <translation>Создать аккаунт суперпользователя</translation> </message> <message> - <location filename="../Project.py" line="666"/> + <location filename="../Project.py" line="672"/> <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="2839"/> + <location filename="../Project.py" line="2846"/> <source>Clear Sessions</source> <translation>Очистка сессии</translation> </message> <message> - <location filename="../Project.py" line="677"/> + <location filename="../Project.py" line="683"/> <source>Clear &Sessions</source> <translation>Очистка &сессии</translation> </message> <message> - <location filename="../Project.py" line="682"/> + <location filename="../Project.py" line="688"/> <source>Clear expired sessions</source> <translation>Очистка истекших сессий</translation> </message> <message> - <location filename="../Project.py" line="684"/> + <location filename="../Project.py" line="690"/> <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="966"/> + <location filename="../Project.py" line="972"/> <source>&Authorization</source> <translation>&Авторизация</translation> </message> <message> - <location filename="../Project.py" line="983"/> + <location filename="../Project.py" line="989"/> <source>&Session</source> <translation>&Сессия</translation> </message> <message> - <location filename="../Project.py" line="2781"/> + <location filename="../Project.py" line="2788"/> <source>Enter the name of the user:</source> <translation>Введите имя пользователя:</translation> </message> <message> - <location filename="../Project.py" line="2851"/> + <location filename="../Project.py" line="2858"/> <source>Expired sessions cleared successfully.</source> <translation>Истекшая сессия успешно очищена.</translation> </message> <message> - <location filename="../Project.py" line="1439"/> + <location filename="../Project.py" line="1447"/> <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="1760"/> + <location filename="../Project.py" line="1768"/> <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="1025"/> + <location filename="../Project.py" line="1031"/> <source>Open with {0}</source> <translation>Открыть с помощью {0}</translation> </message> <message> - <location filename="../Project.py" line="3215"/> + <location filename="../Project.py" line="3222"/> <source>The translations editor process ({0}) could not be started.</source> <translation>Невозможен запуск редактора переводов ({0}).</translation> </message> <message> - <location filename="../Project.py" line="1160"/> + <location filename="../Project.py" line="1166"/> <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="2940"/> + <location filename="../Project.py" line="2947"/> <source> Message catalog initialized successfully.</source> <translation> Каталог сообщений успешно инициализирован.</translation> </message> <message> - <location filename="../Project.py" line="2200"/> + <location filename="../Project.py" line="2208"/> <source>Drop Indexes</source> <translation>Удалить индексы</translation> </message> <message> - <location filename="../Project.py" line="446"/> + <location filename="../Project.py" line="452"/> <source>&Drop Indexes</source> <translation>&Удалить индексы</translation> </message> <message> - <location filename="../Project.py" line="451"/> + <location filename="../Project.py" line="457"/> <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="454"/> + <location filename="../Project.py" line="460"/> <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="695"/> + <location filename="../Project.py" line="701"/> <source>Show Migrations</source> <translation>Показать миграции</translation> </message> <message> - <location filename="../Project.py" line="695"/> + <location filename="../Project.py" line="701"/> <source>&Show Migrations</source> <translation>&Показать миграции</translation> </message> <message> - <location filename="../Project.py" line="700"/> + <location filename="../Project.py" line="706"/> <source>Show a list of available migrations</source> <translation>Отображение списка доступных миграций</translation> </message> <message> - <location filename="../Project.py" line="702"/> + <location filename="../Project.py" line="708"/> <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="710"/> + <location filename="../Project.py" line="716"/> <source>Show Migrations Plan</source> <translation>Показать план миграций</translation> </message> <message> - <location filename="../Project.py" line="710"/> + <location filename="../Project.py" line="716"/> <source>Show Migrations &Plan</source> <translation>Показать &план миграций</translation> </message> <message> - <location filename="../Project.py" line="715"/> + <location filename="../Project.py" line="721"/> <source>Show a list with the migrations plan</source> <translation>Отображение плана выполнения миграций</translation> </message> <message> - <location filename="../Project.py" line="717"/> + <location filename="../Project.py" line="723"/> <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="902"/> + <location filename="../Project.py" line="908"/> <source>&Migrations</source> <translation>&Миграции</translation> </message> <message> - <location filename="../Project.py" line="725"/> + <location filename="../Project.py" line="731"/> <source>Apply All Migrations</source> <translation>Применить все миграции</translation> </message> <message> - <location filename="../Project.py" line="725"/> + <location filename="../Project.py" line="731"/> <source>&Apply All Migrations</source> <translation>&Применить все миграции</translation> </message> <message> - <location filename="../Project.py" line="730"/> + <location filename="../Project.py" line="736"/> <source>Apply all available migrations</source> <translation>Применить все доступные миграции</translation> </message> <message> - <location filename="../Project.py" line="732"/> + <location filename="../Project.py" line="738"/> <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="2310"/> + <location filename="../Project.py" line="2318"/> <source>Apply Selected Migrations</source> <translation>Применить выбранные миграции</translation> </message> <message> - <location filename="../Project.py" line="744"/> + <location filename="../Project.py" line="750"/> <source>Apply selected migrations</source> <translation>Применить выбранные миграции</translation> </message> <message> - <location filename="../Project.py" line="746"/> + <location filename="../Project.py" line="752"/> <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="2369"/> + <location filename="../Project.py" line="2377"/> <source>Unapply Migrations</source> <translation>Откатить миграции</translation> </message> <message> - <location filename="../Project.py" line="755"/> + <location filename="../Project.py" line="761"/> <source>&Unapply Migrations</source> <translation>&Откатить миграции</translation> </message> <message> - <location filename="../Project.py" line="760"/> + <location filename="../Project.py" line="766"/> <source>Unapply all migrations for an app</source> <translation>Откат всех миграций для приложения</translation> </message> <message> - <location filename="../Project.py" line="762"/> + <location filename="../Project.py" line="768"/> <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="2446"/> + <location filename="../Project.py" line="2454"/> <source>Make Migrations</source> <translation>Создать миграции</translation> </message> <message> - <location filename="../Project.py" line="770"/> + <location filename="../Project.py" line="776"/> <source>&Make Migrations</source> <translation>&Создать миграции</translation> </message> <message> - <location filename="../Project.py" line="775"/> + <location filename="../Project.py" line="781"/> <source>Generate migrations for the project</source> <translation>Создание миграций для проекта на основе изменений</translation> </message> <message> - <location filename="../Project.py" line="777"/> + <location filename="../Project.py" line="783"/> <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="2477"/> + <location filename="../Project.py" line="2484"/> <source>No migrations available.</source> <translation>Нет доступных миграций.</translation> </message> <message> - <location filename="../Project.py" line="2335"/> + <location filename="../Project.py" line="2343"/> <source>Apply Migrations</source> <translation>Применить миграции</translation> </message> <message> - <location filename="../Project.py" line="2369"/> + <location filename="../Project.py" line="2377"/> <source>Select an application:</source> <translation>Выберите приложение:</translation> </message> <message> - <location filename="../Project.py" line="2490"/> + <location filename="../Project.py" line="2497"/> <source>Squash Migrations</source> <translation>Объединить миграции</translation> </message> <message> - <location filename="../Project.py" line="784"/> + <location filename="../Project.py" line="790"/> <source>S&quash Migrations</source> <translation>О&бъединить миграции</translation> </message> <message> - <location filename="../Project.py" line="789"/> + <location filename="../Project.py" line="795"/> <source>Squash migrations of an application of the project</source> <translation>Объединение миграций приложения Django-проекта</translation> </message> <message> - <location filename="../Project.py" line="791"/> + <location filename="../Project.py" line="797"/> <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="497"/> + <location filename="../Project.py" line="503"/> <source>Apply Migration</source> <translation>Применить миграцию</translation> </message> <message> - <location filename="../Project.py" line="497"/> + <location filename="../Project.py" line="503"/> <source>&Apply Migration</source> <translation>&Применить миграцию</translation> </message> <message> - <location filename="../Project.py" line="502"/> + <location filename="../Project.py" line="508"/> <source>Prints the SQL statements to apply a migration of an application</source> <translation>Выводит SQL запросы для выполнения миграции приложения</translation> </message> <message> - <location filename="../Project.py" line="505"/> + <location filename="../Project.py" line="511"/> <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="514"/> + <location filename="../Project.py" line="520"/> <source>Unapply Migration</source> <translation>Откатить миграцию</translation> </message> <message> - <location filename="../Project.py" line="514"/> + <location filename="../Project.py" line="520"/> <source>&Unapply Migration</source> <translation>&Откатить миграцию</translation> </message> <message> - <location filename="../Project.py" line="519"/> + <location filename="../Project.py" line="525"/> <source>Prints the SQL statements to unapply a migration of an application</source> <translation>Выводит SQL запросы для отката миграции приложения</translation> </message> <message> - <location filename="../Project.py" line="522"/> + <location filename="../Project.py" line="528"/> <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="2238"/> + <location filename="../Project.py" line="2246"/> <source>SQL Migrate</source> <translation>SQL миграции</translation> </message> <message> - <location filename="../Project.py" line="3260"/> + <location filename="../Project.py" line="3267"/> <source>Check Project</source> <translation>Проверить проект</translation> </message> <message> - <location filename="../Project.py" line="290"/> + <location filename="../Project.py" line="296"/> <source>Inspects the Django project for common problems</source> <translation>Инспекция общераспространенных проблем Django проекта</translation> </message> <message> - <location filename="../Project.py" line="292"/> + <location filename="../Project.py" line="298"/> <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="609"/> + <location filename="../Project.py" line="615"/> <source>Run Testsuite (-Wall)</source> <translation>Выполнить набор тестов (-Wall)</translation> </message> <message> - <location filename="../Project.py" line="614"/> + <location filename="../Project.py" line="620"/> <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="617"/> + <location filename="../Project.py" line="623"/> <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> @@ -1693,14 +1733,14 @@ <context> <name>ProjectDjangoPlugin</name> <message> - <location filename="../../PluginProjectDjango.py" line="413"/> + <location filename="../../PluginProjectDjango.py" line="389"/> <source>Django</source> <translation>Django</translation> </message> <message> <location filename="../../PluginProjectDjango.py" line="180"/> <source>eric6 version is too old, {0}, {1} or newer needed.</source> - <translation>версия eric6 слишком старая, необходима {0}, {1} или более поздняя.</translation> + <translation type="obsolete">версия eric6 слишком старая, необходима {0}, {1} или более поздняя.</translation> </message> </context> </TS>