AboutDialogAbout DB Browser for SQLiteО программе Обозреватель для SQLiteVersionВерсия<html><head/><body><p>DB Browser for SQLite is an open source, freeware visual tool used to create, design and edit SQLite database files.</p><p>It is bi-licensed under the Mozilla Public License Version 2, as well as the GNU General Public License Version 3 or later. You can modify or redistribute it under the conditions of these licenses.</p><p>See <a href="http://www.gnu.org/licenses/gpl.html">http://www.gnu.org/licenses/gpl.html</a> and <a href="https://www.mozilla.org/MPL/2.0/index.txt">https://www.mozilla.org/MPL/2.0/index.txt</a> for details.</p><p>For more information on this program please visit our website at: <a href="http://sqlitebrowser.org">http://sqlitebrowser.org</a></p><p><span style=" font-size:small;">This software uses the GPL/LGPL Qt Toolkit from </span><a href="http://qt-project.org/"><span style=" font-size:small;">http://qt-project.org/</span></a><span style=" font-size:small;"><br/>See </span><a href="http://qt-project.org/doc/qt-5/licensing.html"><span style=" font-size:small;">http://qt-project.org/doc/qt-5/licensing.html</span></a><span style=" font-size:small;"> for licensing terms and information.</span></p><p><span style=" font-size:small;">It also uses the Silk icon set by Mark James licensed under a Creative Commons Attribution 2.5 and 3.0 license.<br/>See </span><a href="http://www.famfamfam.com/lab/icons/silk/"><span style=" font-size:small;">http://www.famfamfam.com/lab/icons/silk/</span></a><span style=" font-size:small;"> for details.</span></p></body></html><html><head/><body><p>Обозреватель для SQLite - это бесплатная программа, с открытым исходным кодом, предназначенная для создания и редактирования баз данных SQLite.</p><p>Программа лицензирована по двум лицензиям: Mozilla Public License Version 2 и GNU General Public License Version 3 or later. Можно изменять или распространять её на условиях этих лицензий.</p><p>Лицензии можно просмотреть по ссылкам <a href="http://www.gnu.org/licenses/gpl.html"><span style=" text-decoration: underline; color:#0000ff;">http://www.gnu.org/licenses/gpl.html</span></a> и <a href="https://www.mozilla.org/MPL/2.0/index.txt"><span style=" text-decoration: underline; color:#0000ff;">https://www.mozilla.org/MPL/2.0/index.txt</span></a>.</p><p>Дополнительную информацию о программе можно узнать на веб-сайте:<br/><a href="https://sqlitebrowser.org"><span style=" text-decoration: underline; color:#0000ff;">https://sqlitebrowser.org</span></a></p><p><span style=" font-size:small;">Это программное обеспечение использует GPL/LGPL Qt Toolkit </span><a href="http://qt-project.org/"><span style=" font-size:small; text-decoration: underline; color:#0000ff;">http://qt-project.org/</span></a><span style=" font-size:small;"><br/>Условия лицензии на Qt Toolkit </span><a href="http://qt-project.org/doc/qt-5/licensing.html"><span style=" font-size:small; text-decoration: underline; color:#0000ff;">http://qt-project.org/doc/qt-5/licensing.html</span></a><span style=" font-size:small;">.</span></p><p><span style=" font-size:small;">Эта программа также использует набор иконок Silk от Марка Джеймса (Mark James), лицензированный под лицензией Creative Commons Attribution 2.5 and 3.0.<br/>Подробная информация по адресу </span><a href="http://www.famfamfam.com/lab/icons/silk/"><span style=" font-size:small; text-decoration: underline; color:#0000ff;">http://www.famfamfam.com/lab/icons/silk/</span></a><span style=" font-size:small;">.</span></p></body></html>AddRecordDialogAdd New RecordДобавить Новую ЗаписьEnter values for the new record considering constraints. Fields in bold are mandatory.Введите значения для новой записи с учетом ограничений. Поля, выделенные жирным шрифтом, являются обязательными.In the Value column you can specify the value for the field identified in the Name column. The Type column indicates the type of the field. Default values are displayed in the same style as NULL values.В столбце "Значение" вы можете указать значение для поля, указанного в столбце "Имя". В столбце "Тип" указывается тип поля. Значения по умолчанию отображаются в том же стиле, что и значения NULL.NameИмяTypeТипValueЗначениеValues to insert. Pre-filled default values are inserted automatically unless they are changed.Значения для вставки. Предварительно заполненные значения по умолчанию вставляются автоматически, если они не изменены.When you edit the values in the upper frame, the SQL query for inserting this new record is shown here. You can edit manually the query before saving.Когда вы редактируете значения в верхнем фрейме, здесь отображается запрос SQL для вставки этой новой записи. Вы можете вручную отредактировать запрос перед сохранением.<html><head/><body><p><span style=" font-weight:600;">Save</span> will submit the shown SQL statement to the database for inserting the new record.</p><p><span style=" font-weight:600;">Restore Defaults</span> will restore the initial values in the <span style=" font-weight:600;">Value</span> column.</p><p><span style=" font-weight:600;">Cancel</span> will close this dialog without executing the query.</p></body></html><html><head/><body><p><span style=" font-weight:600;">Сохранение</span> отправит показанный оператор SQL в БД для вставки новой записи.</p><p><span style=" font-weight:600;">Восстановить значения по умолчанию</span> восстановит исходные значения в колонке <span style=" font-weight:600;">Значение</span>.</p><p><span style=" font-weight:600;">Отмена</span> закрывает этот диалог без выполнения запросов.</p></body></html>Auto-increment
Авто-увеличение
Unique constraint
Уникальнось
Check constraint: %1
Проверка: %1
Foreign key: %1
Внешний ключ: %1
Default value: %1
Значение по умолчанию: %1
Error adding record. Message from database engine:
%1Ошибка добавления записи. Сообщение из базы данных:
%1Are you sure you want to restore all the entered values to their defaults?Вы действительно хотите восстановить все введенные значения по умолчанию?ApplicationPossible command line arguments:Usage: %1 [options] [<database>|<project>]
-h, --help Show command line options -q, --quit Exit application after running scripts -s, --sql <file> Execute this SQL file after opening the DB -t, --table <table> Browse this table after opening the DB -R, --read-only Open database in read-only mode -o, --option <group>/<setting>=<value> Run application with this setting temporarily set to value -O, --save-option <group>/<setting>=<value> Run application saving this value for this setting -v, --version Display the current version <database> Open this SQLite database <project> Open this project file (*.sqbpro)The -s/--sql option requires an argumentThe file %1 does not existThe -t/--table option requires an argumentThe -o/--option and -O/--save-option options require an argument in the form group/setting=valueInvalid option/non-existant file: %1SQLite Version Версия SQLite SQLCipher Version %1 (based on SQLite %2)DB Browser for SQLite Version %1.Built for %1, running on %2Qt Version %1CipherDialogSQLCipher encryptionШифрование SQLCipher&Password&Пароль&Reenter passwordПароль &ещё разEncr&yption settingsSQLCipher &3 defaultsSQLCipher &4 defaultsCusto&mPage si&zeРазмер &страницы&KDF iterationsHMAC algorithmKDF algorithmPlaintext Header SizePassphraseФразаRaw keyКлючPlease set a key to encrypt the database.
Note that if you change any of the other, optional, settings you'll need to re-enter them as well every time you open the database file.
Leave the password fields empty to disable the encryption.
The encryption process might take some time and you should have a backup copy of your database! Unsaved changes are applied before modifying the encryption.Пожалуйста укажите ключ шифрования.
Если вы измените какую-либо опциональную настройку, то ее нужно будет вводить при каждом открытии этого файла базы данных.
Оставьте пароль пустым если шифрование не требуется.
Процесс может занять некоторое время и настоятельно рекомендуем создать резервную копию перед продолжением! Не сохраненные изменения автоматически будут сохранены.Please enter the key used to encrypt the database.
If any of the other settings were altered for this database file you need to provide this information as well.Пожалуйста введите ключ для шифрования базы данных.
Если любые другие настройки были изменены для данной базы данный то нужно так же предоставить данную информацию.ColumnDisplayFormatDialogChoose display formatВыберите формат отображенияDisplay formatФормат отображенияChoose a display format for the column '%1' which is applied to each value prior to showing it.Выберите формат отображения для колонки '%1', который будет применен к каждому ее значению.DefaultПо умолчаниюDecimal numberДесятичное числоExponent notationЭкспоненциальная записьHex blobБинарные данныеHex numberШестнадцатеричное числоApple NSDate to dateApple NSDate датаJava epoch (milliseconds) to dateJava epoch дата.NET DateTime.Ticks to dateJulian day to dateЮлианская датаUnix epoch to local timeUnix-времяDate as dd/mm/yyyyДата в формате дд/мм/ггггLower caseНижний регистрCustom display format must contain a function call applied to %1Error in custom display format. Message from database engine:
%1Custom display format must return only one column but it returned %1.Octal numberВосьмеричное числоRound numberОкругленное числоUnix epoch to dateUnix-датаUpper caseВерхний регистрWindows DATE to dateWindows датаCustomМой форматCondFormatManagerConditional Format ManagerThis dialog allows creating and editing conditional formats. Each cell style will be selected by the first accomplished condition for that cell data. Conditional formats can be moved up and down, where those at higher rows take precedence over those at lower. Syntax for conditions is the same as for filters and an empty condition applies to all values.Add new conditional format&Add&ДобавитьRemove selected conditional format&Remove&УдалитьMove selected conditional format upMove &upMove selected conditional format downMove &downForegroundПередний планText colorЦвет текстаBackgroundФонBackground colorЦвет фонаFontШрифтSizeРазмерBoldЖирныйItalicКурсивUnderlineПодчёркиваниеAlignmentConditionClick to select colorAre you sure you want to clear all the conditional formats of this field?DBBrowserDBPlease specify the database name under which you want to access the attached databaseInvalid file formatОшибочный формат файлаDo you want to save the changes made to the database file %1?Сохранить сделанные изменения в файле базы данных %1?Exporting database to SQL file...Экспорт базы данных в файл SQL...CancelОтменитьExecuting SQL...Выполнить код SQL...Action cancelled.Действие отменено.This database has already been attached. Its schema name is '%1'.Эта БД уже присоединена. Имя ее схемы - '%1'.Do you really want to close this temporary database? All data will be lost.Вы действительно хотите закрыть эту временную БД? Все данные будут потеряны.Database didn't close correctly, probably still busyThe database is currently busy: БД занята: Do you want to abort that other operation?Вы хотите отменить эту операцию?No database file openedФайл БД не открытError in statement #%1: %2.
Aborting execution%3.Ошибка в выражении #%1: %2.
Прерываем выполнение%3. and rolling back и отменяемdidn't receive any output from %1could not execute command: %1Cannot delete this objectНе удается удалить этот объектCannot set data on this objectНевозможно назначить данные для этого объектаA table with the name '%1' already exists in schema '%2'.Таблица с именем '%1' уже существует в схеме '%2'.No table with name '%1' exists in schema '%2'.Cannot find column %1.Creating savepoint failed. DB says: %1Renaming the column failed. DB says:
%1Releasing savepoint failed. DB says: %1Creating new table failed. DB says: %1Copying data to new table failed. DB says:
%1Deleting old table failed. DB says: %1Error renaming table '%1' to '%2'.
Message from database engine:
%3could not get list of db objects: %1Restoring some of the objects associated with this table failed. This is most likely because some column names changed. Here's the SQL statement which you might want to fix and execute manually:
Ошибка восстановления некоторых объектов, ассоциированных с этой таблицей. Наиболее вероятная причина этого - изменение имён некоторых столбцов таблицы. Вот SQL оператор, который нужно исправить и выполнить вручную:
could not get list of databases: %1не могу получить список БД: %1Error loading extension: %1Ошибка загрузки расширения: %1could not get column informationне могу полчить информацию о колонкеError setting pragma %1 to %2: %3Ошибка установки прагмы %1 в %2: %3File not found.Файл не найден.DbStructureModelNameИмяObjectОбъектTypeТипSchemaСхемаDatabaseБаза данныхBrowsablesПросматриваемыеAllВсеTemporaryВременныйTables (%1)Таблицы (%1)Indices (%1)Индексы (%1)Views (%1)Представления (%1)Triggers (%1)Триггеры (%1)EditDialogEdit database cellРедактирование ячейки базы данныхMode:Режим:ImageИзображениеSet as &NULLПрисвоить &NULLApply data to cellПрименить данные к ячейкеThis button saves the changes performed in the cell editor to the database cell.Нажав эту кнопку, вы сохраните изменения произведенные в этом редакторе, в соответствующую ячейку БД.ApplyПрименитьTextТекстThis is the list of supported modes for the cell editor. Choose a mode for viewing or editing the data of the current cell.Это список поддерживаемых режимов. Выбирете режим для просмотра или редактирования данных текущей ячейки.RTL TextBinaryДвоичные данныеJSONXMLAutomatically adjust the editor mode to the loaded data typeАвтоматически подбор режима редактора на основе данныхThis checkable button enables or disables the automatic switching of the editor mode. When a new cell is selected or new data is imported and the automatic switching is enabled, the mode adjusts to the detected data type. You can then change the editor mode manually. If you want to keep this manually switched mode while moving through the cells, switch the button off.Эта кнопка позволяет включать или отключать автоматическое переключение режима редактора. Когда выбрана новая ячейка или импортированы новые данные, а автоматическое переключение включено, режим настраивается на обнаруженный тип данных. Вы можете вручную изменить режим редактора. Если вы хотите сохранить этот режим ручного переключения при перемещении по ячейкам, выключите кнопку.Auto-switchАвтопереключениеThe text editor modes let you edit plain text, as well as JSON or XML data with syntax highlighting, automatic formatting and validation before saving.
Errors are indicated with a red squiggle underline.This Qt editor is used for right-to-left scripts, which are not supported by the default Text editor. The presence of right-to-left characters is detected and this editor mode is automatically selected.Open preview dialog for printing the data currently stored in the cellAuto-format: pretty print on loading, compact on saving.Автоматическое форматирование: стилистическое форматирование при загрузке, компактность - при сохранении.When enabled, the auto-format feature formats the data on loading, breaking the text in lines and indenting it for maximum readability. On data saving, the auto-format feature compacts the data removing end of lines, and unnecessary whitespace.Когда включено, функция автоматического форматирования форматирует данные по загрузке, разбивая текст в строках и отступы для максимальной читаемости. При сохранении данных функция автоматического форматирования объединяет данные, удаляющие конец строк, и ненужные пробелы.Word WrapWrap lines on word boundariesOpen in default application or browserOpen in applicationThe value is interpreted as a file or URL and opened in the default application or web browser.Save file reference...Save reference to fileOpen in external applicationAutoformatАвтоформатирование&Export...&Import...Import from fileИмпортировать из файлаOpens a file dialog used to import any kind of data to this database cell.Открывает диалоговое окно файла, используемое для импорта любых данных в эту ячейку базы данных.Export to fileЭкспортировать в файлOpens a file dialog used to export the contents of this database cell to a file.Открывает диалоговое окно файла, используемое для экспорта содержимого этой ячейки базы данных в файл.Erases the contents of the cellОчищается содержимое ячейкиThis area displays information about the data present in this database cellЭта область отображает информацию о данных, находящихся в этой ячейке базы данныхType of data currently in cellТип данных в ячейкеSize of data currently in tableРазмер данных в таблицеPrint...Печать...Open preview dialog for printing displayed imageОткрыть диалоговое окно предварительного просмотра для печати отображаемого изображенияCtrl+POpen preview dialog for printing displayed textОткрыть диалоговое окно предварительного просмотра для печати отображаемого текстаCopy Hex and ASCIIКопировать HEX и ASCIICopy selected hexadecimal and ASCII columns to the clipboardКопировать выбранные HEX и ASCII столбцы в буфер обменаCtrl+Shift+CChoose a filename to export dataВыбрать имя файла для экспорта данныхType of data currently in cell: %1 ImageТип данных в ячейке: %1 Изображение%1x%2 pixel(s)%1x%2 пикселейType of data currently in cell: NULLТип данных в ячейке: NULLType of data currently in cell: Text / NumericТип данных в ячейке: Текст / ЧисловоеImage data can't be viewed in this mode.Изображение не может быть отображено в этом режиме.Try switching to Image or Binary mode.Попробуйте переключиться в Бинарный режим или режим Изображения.Binary data can't be viewed in this mode.Бинарные данные не могут быть отображены в этом режиме.Try switching to Binary mode.Попробуйте переключиться в Бинарный режим.Couldn't save file: %1.Не удалось сохранить файл:%1.The data has been saved to a temporary file and has been opened with the default application. You can now edit the file and, when you are ready, apply the saved new data to the cell editor or cancel any changes.Image files (%1)Файлы изображений (%1)Binary files (*.bin)Бинарные файлы (*.bin)Choose a file to importВыбрать файл для импорта%1 Image%1 ИзображениеInvalid data for this modeОшибочные данные для этого режимаThe cell contains invalid %1 data. Reason: %2. Do you really want to apply it to the cell?Ячейка содержит ошибочные %1 данные. Причина: %2. Вы действительно хотите применить их?%n character(s)%n символ%n символа%n символовType of data currently in cell: Valid JSONТип данных в ячейке: JSONType of data currently in cell: BinaryТип данных в ячейке: Двоичные данные%n byte(s)%n байт%n байта%n байтовEditIndexDialog&Name&ИмяOrderСортировка&Table&ТаблицаEdit Index SchemaРедактирование Индекса&Unique&УникальныйFor restricting the index to only a part of the table you can specify a WHERE clause here that selects the part of the table that should be indexedДля ограничения индекса только частью таблицы вы можете указать здесь выражение WHERE, которое выбирает часть таблицы, которая должна быть проиндексированаPartial inde&x clause&Частичный индексColu&mns&КолонкиTable columnКолонка таблицыTypeТипAdd a new expression column to the index. Expression columns contain SQL expression rather than column names.Добавить новое колоночное-выражение в индекс. Колоночное выражение может содержкать SQL выражения вместо имен колонок.Index columnКолонка индексаDeleting the old index failed:
%1Удаление старого индекса завершилось с ошибкой:
%1Creating the index failed:
%1Ошибка создания индекса:
%1EditTableDialogEdit table definitionРедактирование определения таблицыTableТаблицаAdvancedДополнительноMake this a 'WITHOUT rowid' table. Setting this flag requires a field of type INTEGER with the primary key flag set and the auto increment flag unset.Чтобы создать таблицу 'без rowid', нужно чтобы в ней был INTEGER первичный ключ с отключенным автоинкрементом.Without RowidБез rowidDatabase sche&maFieldsПоляAddRemoveMove to topMove upMove downMove to bottomNameИмяTypeТипNNНПNot nullНе пустое (null)PKПКPrimary keyПервичный ключAIАИAutoincrementАвтоинкрементUУUniqueУникальноеDefaultПо умолчаниюDefault valueЗначение по умолчаниюCheckПроверитьCheck constraintПроверить ограничениеCollationForeign KeyВнешний ключConstraintsAdd constraintRemove constraintColumnsСтолбцыSQL<html><head/><body><p><span style=" font-weight:600; color:#ff0000;">Warning: </span>There is something with this table definition that our parser doesn't fully understand. Modifying and saving this table might result in problems.</p></body></html><html><head/><body><p><span style=" font-weight:600; color:#ff0000;">Внимание: </span>В описании этой таблицы есть что-то, что наш парсер не понимает. Модификация и сохрание этой таблицы может породить проблемы.</p></body></html>Primary KeyAdd a primary key constraintAdd a foreign key constraintAdd a unique constraintAdd a check constraintError creating table. Message from database engine:
%1Ошибка создания таблицы. Сообщение от движка базы данных: %1There already is a field with that name. Please rename it first or choose a different name for this field.Поле с таким именем уже существует. Пожалуйста переименуйте его, либо выберите другое имя для данного поля.There can only be one primary key for each table. Please modify the existing primary key instead.This column is referenced in a foreign key in table %1 and thus its name cannot be changed.На данную колонку ссылкается внешний ключ в таблице %1, поэтому ее имя не может быть изменено.There is at least one row with this field set to NULL. This makes it impossible to set this flag. Please change the table data first.Существует по крайней мере одна строка, где это поле установлено в NULL. Установить этот флаг нельзя. Сначала измените данные таблицы.There is at least one row with a non-integer value in this field. This makes it impossible to set the AI flag. Please change the table data first.Существует по крайней мере одна строка, где это поле содержит нечисловое значение. Установить флаг АИ нельзя. Сначала измените данные таблицы.Column '%1' has duplicate data.
This makes it impossible to enable the 'Unique' flag. Please remove the duplicate data, which will allow the 'Unique' flag to then be enabled.Are you sure you want to delete the field '%1'?
All data currently stored in this field will be lost.Удалить поле '%1'?
Все данные, которые в настоящий момент сохранены в этом поле, будут потеряны.Please add a field which meets the following criteria before setting the without rowid flag:
- Primary key flag set
- Auto increment disabledПеред тем как применять флаг без rowid, пожалуйста убедитесь, что существует столбец, который:
- является первичный ключом
- для него отключен автоинкрементExportDataDialogExport data as CSVЭкспортировать данные в формате CSVTab&le(s)&ТаблицыColu&mn names in first line&Имена столбцов в первой строкеFie&ld separator&Разделитель полей,,;;TabТабуляция||OtherДругой&Quote character&Символ кавычки""''New line charactersРазделитель строкWindows: CR+LF (\r\n)Unix: LF (\n)Pretty printКрасивый выводCould not open output file: %1Не удалось открыть выходной файл: %1Choose a filename to export dataВыберите имя файла для экспорта данныхExport data as JSONЭкспортировать данные как JSONexporting CSVэкспортирование CSVexporting JSONэкспортирование JSONPlease select at least 1 table.Пожалуйста, выберите хотя бы одну таблицу.Choose a directoryВыберать каталогExport completed.Экспорт завершён.ExportSqlDialogExport SQL...Экспорт SQL....Tab&le(s)&ТаблицыSelect AllВыбрать всеDeselect AllОтменить выбор&Options&ОпцииKeep column names in INSERT INTOИмя столбцов в выражении INSERT INTOMultiple rows (VALUES) per INSERT statementНесколько строк (VALUES) на INSERT выражениеExport everythingЭкспортировать всеExport data onlyЭкспортировать только данныеKeep old schema (CREATE TABLE IF NOT EXISTS)Проверять существоватние таблицы (CREATE TABLE IF NOT EXISTS)Overwrite old schema (DROP TABLE, then CREATE TABLE)Удалять старую таблицу перед созданием (DROP TABLE, затем CREATE TABLE)Export schema onlyЭкспортировать только схему данныхPlease select at least one table.Пожалуйста, выберите хотя бы одну таблицу.Choose a filename to exportВыберите имя файла для экспортаExport completed.Экспорт завершён.Export cancelled or failed.Экспорт отменён или возникли ошибки.ExtendedScintillaCtrl+HCtrl+FCtrl+PFind...Find and Replace...Найти и Заменить...Print...Печать...ExtendedTableWidgetUse as Exact FilterИспользовать как Точный ФильтрContainingСодержитNot containingNot equal toНе равноGreater thanБольше чемLess thanМеньше чемGreater or equalБольше или равноLess or equalМеньше или равноBetween this and...Между этим и...Regular expressionEdit Conditional Formats...Set to NULLСбросить в NULLCopyКопироватьCopy with HeadersКопировать с заголовкамиCopy as SQLКопировать как SQLPasteВставитьPrint...Печать...Use in Filter ExpressionИспользовать в Выражении ФильтраAlt+DelCtrl+Shift+CCtrl+Alt+CThe content of the clipboard is bigger than the range selected.
Do you want to insert it anyway?Содержимое буфера обмена больше чем выделенный диапозон.
Все равно вставить?<p>Not all data has been loaded. <b>Do you want to load all data before selecting all the rows?</b><p><p>Answering <b>No</b> means that no more data will be loaded and the selection will not be performed.<br/>Answering <b>Yes</b> might take some time while the data is loaded but the selection will be complete.</p>Warning: Loading all the data might require a great amount of memory for big tables.Cannot set selection to NULL. Column %1 has a NOT NULL constraint.FileExtensionManagerFile Extension ManagerМенеджер расширения файлов&Up&Выше&Down&Ниже&Add&Добавить&Remove&УдалитьDescriptionОписаниеExtensionsРасширения*.extensionFilterLineEditFilterФильтрThese input fields allow you to perform quick filters in the currently selected table.
By default, the rows containing the input text are filtered out.
The following operators are also supported:
% Wildcard
> Greater than
< Less than
>= Equal to or greater
<= Equal to or less
= Equal to: exact match
<> Unequal: exact inverse match
x~y Range: values between x and y
/regexp/ Values matching the regular expressionClear All Conditional FormatsUse for Conditional FormatEdit Conditional Formats...Set Filter ExpressionУстановить Выражение ФильтраWhat's This?Что Это?Is NULLNULLIs not NULLне NULLIs emptyпустоIs not emptyне пустоNot containing...Equal to...Равно...Not equal to...Не равно...Greater than...Больше чем...Less than...Меньше чем...Greater or equal...Больше или равно...Less or equal...Меньше или равно...In range...В диапазоне...Regular expression...FindReplaceDialogFind and ReplaceПоиск и ЗаменаFi&nd text:&Текст для поиска:Re&place with:Текст для &замены:Match &exact caseУчитывать &регистрMatch &only whole wordsСлова &целикомWhen enabled, the search continues from the other end when it reaches one end of the pageКогда отмечено, поиск продолжается с другого конца, когда он достигает противоположного конца страницы&Wrap around&ЗакольцеватьWhen set, the search goes backwards from cursor position, otherwise it goes forwardКогда отмечено, поиск возвращается назад из положения курсора, в противном случае он идет впередSearch &backwardsИскать в &обратном порядке<html><head/><body><p>When checked, the pattern to find is searched only in the current selection.</p></body></html>&Selection only<html><head/><body><p>When checked, the pattern to find is interpreted as a UNIX regular expression. See <a href="https://en.wikibooks.org/wiki/Regular_Expressions">Regular Expression in Wikibooks</a>.</p></body></html><html><head/><body><p>При проверке шаблон для поиска интерпретируется как регулярное выражение UNIX. <a href="https://en.wikibooks.org/wiki/Regular_Expressions">Узнать больше о Регулярных выражениях на Wikibooks.org</a>.</p></body></html>Use regular e&xpressions&Регулярные выраженияFind the next occurrence from the cursor position and in the direction set by "Search backwards"Найдите следующее вхождение из позиции курсора и в направлении, заданном "Искать назад"&Find NextИскать &дальшеF3&Replace&ЗаменаHighlight all the occurrences of the text in the pageВыделить все вхождения текста на страницеF&ind AllНайти &всеReplace all the occurrences of the text in the pageЗаменить все вхождения текста на страницеReplace &AllЗа&менить всеThe searched text was not foundИскомый текст не найденThe searched text was not found.Искомый текст не найден.The searched text was found one time.Искомый текст найден один раз.The searched text was found %1 times.Искомый текст найден %1 раз.The searched text was replaced one time.Искомый текст заменен один раз.The searched text was replaced %1 times.Искомый текст заменен %1 раз.ForeignKeyEditor&Reset&СбросForeign key clauses (ON UPDATE, ON DELETE etc.)Условия (ON UPDATE, ON DELETE и т.д.)ImportCsvDialogImport CSV fileИмпортировать файл в формате CSVTable na&me&Имя таблицы&Column names in first lineИ&мена столбцов в первой строкеField &separator&Разделитель полей,;TabТабуляция|OtherДругой&Quote character&Символ кавычкиOther (printable)Other (code)"'&Encoding&КодировкаUTF-8UTF-16ISO-8859-1Trim fields?Обрезать поля?Separate tablesОтдельные таблицыAdvancedДополнительноWhen importing an empty value from the CSV file into an existing table with a default value for this column, that default value is inserted. Activate this option to insert an empty value instead.При импорте пустого значения из файла CSV в существующую таблицу для столбца с указанным значением по умолчанию оно будет вставлено. Активируйте эту опцию, чтобы вместо этого вставить пустое значение.Ignore default &valuesИгнорировать значение &по-умолчаниюActivate this option to stop the import when trying to import an empty value into a NOT NULL column without a default value.Активируйте эту опцию чтобы прекратить импорт при попытке импорта пустого значения в NOT NULL колонку без значения по-умолчанию.Fail on missing values Ошибка при отсутствии значений Disable data type detectionОтключить определение типа данныхDisable the automatic data type detection when creating a new table.Отключить автоматическое определение типа при создании новой таблицы.When importing into an existing table with a primary key, unique constraints or a unique index there is a chance for a conflict. This option allows you to select a strategy for that case: By default the import is aborted and rolled back but you can also choose to ignore and not import conflicting rows or to replace the existing row in the table.Abort importIgnore rowReplace existing rowConflict strategyDeselect AllОтменить ВыборMatch SimilarНайти СовпаденияSelect AllВыбрать ВсеThere is already a table named '%1' and an import into an existing table is only possible if the number of columns match.Уже существует таблица с именем '%1' и импорт в существующую таблицу возможен, только если число столбцов совпадает.There is already a table named '%1'. Do you want to import the data into it?Уже существует таблица с именем '%1'. Вы хотите импортировать данные в нее?Creating restore point failed: %1Ошибка сознания точки восстановления: %1Creating the table failed: %1Ошибка создания таблицы: %1importing CSVимпортирование CSVImporting the file '%1' took %2ms. Of this %3ms were spent in the row function.Импорт файла '%1' занял %2мс. Из них %3мс было потрачено в функции строки.Inserting row failed: %1Ошибка вставки строки: %1MainWindowDB Browser for SQLiteОбозреватель для SQLitetoolBar1панельИнструментов1Warning: this pragma is not readable and this value has been inferred. Writing the pragma might overwrite a redefined LIKE provided by an SQLite extension.Предупреждение: эта прагма не читается, и это значение было выведено. Применение прагмы может перезаписать переопределенный LIKE, предоставляемый расширением SQLite.&Tools&ИнструментыError LogThis button clears the contents of the SQL logsЭта кнопка очищает содержимое журналов SQLThis panel lets you examine a log of all SQL commands issued by the application or by yourselfЭта панель позволяет вам просматривать журнал всех SQL-команд, выданных приложением или вамиThis is the structure of the opened database.
You can drag multiple object names from the Name column and drop them into the SQL editor and you can adjust the properties of the dropped names using the context menu. This would help you in composing SQL statements.
You can drag SQL statements from the Schema column and drop them into the SQL editor or into other applications.
Это структура открытой БД.
Вы можете перетащить несколько имен объектов из столбца "Имя" и отбросить их в редактор SQL, и вы можете настроить свойства сброшенных имен с помощью контекстного меню. Это поможет вам при составлении SQL-инструкций.
Вы можете перетаскивать операторы SQL из столбца "Схема" и переносить их в редактор SQL или в другие приложения.
Project ToolbarПанель Инструментов ПроектаExtra DB toolbarДополнительная Панель Инструментов БДClose the current database fileЗакрыть файл текущей БДCtrl+F4&AboutО &программеThis button opens a new tab for the SQL editorЭта кнопка открывает новую вкладку для редактора SQLExecute all/selected SQLВыполнить все/выбранный SQLThis button executes the currently selected SQL statements. If no text is selected, all SQL statements are executed.Эта кнопка выполняет текущие выбранные операторы SQL. Если в текстовом редакторе ничего не выбрано , все инструкции SQL выполняются.&Load Extension...&Загрузить расширение...Execute lineThis button executes the SQL statement present in the current editor lineЭта кнопка выполняет оператор SQL, присутствующий в текущей строке редактора&Wiki&ВикиF1Bug &Report...Баг &репорт...Feature Re&quest...Запросить &функцию...Web&site&Веб-сайт&Donate on Patreon...Сделать &пожертвование в Patreon...Open &Project...Открыть &проект...&Attach Database...&Прикрепить БД...Add another database file to the current database connectionДобавить другой файл БД в текущее соединениеThis button lets you add another database file to the current database connectionЭта кнопка позволяет добавить другой файл БД в текущее соединение с БД&Set Encryption...Назначитть &шифрование...This button saves the content of the current SQL editor tab to a fileЭта кнопка сохраняет содержимое текущей вкладки редактора SQL в файлSQLCipher &FAQTable(&s) to JSON...Таблицы в файл &JSON...Open Data&base Read Only...Открыть БД &только для чтения...Ctrl+Shift+OSave resultsСохранить результатыSave the results viewСохранить результатыThis button lets you save the results of the last executed queryЭта кнопка позволяет сохранить результаты последнего выполненного запросаFind text in SQL editorНайти текст в редакторе SQLFindThis button opens the search bar of the editorЭта кнопка открывает панель поиска редактораCtrl+FFind or replace text in SQL editorНайти или заменить текст в редакторе SQLFind or replaceThis button opens the find/replace dialog for the current editor tabЭта кнопка открывает диалог поиска/замены для текущей вкладки редактораCtrl+HExport to &CSVЭкспортировать в &CSVSave as &viewСохранить как &представлениеSave as viewСохранить как представлениеShows or hides the Project toolbar.Показывает или скрывает панель инструментов Проекта.Extra DB ToolbarДополнительная Панель Инструментов БДOpen SQL file(s)This button opens files containing SQL statements and loads them in new editor tabsThis button lets you open a DB Browser for SQLite project fileNew In-&Memory DatabaseНовая БД в &ПамятиDrag && Drop Qualified NamesКвалифицированные имена при перетакскиванииUse qualified names (e.g. "Table"."Field") when dragging the objects and dropping them into the editor Квалифицированные имена (например, "Table"."Field") при перетаскивании объектов в редактор Drag && Drop Enquoted NamesЭкранированные имена при перетаскиванииUse escaped identifiers (e.g. "Table1") when dragging the objects and dropping them into the editor Экранировать имена идентификаторов (например, "Table1"), когда перетаскиваются объекты в редактор &Integrity CheckПроверка &ЦелостностиRuns the integrity_check pragma over the opened database and returns the results in the Execute SQL tab. This pragma does an integrity check of the entire database.Выполняет прагму integrity_check для открытой БД и возвращает результаты во вкладке "SQL". Эта прагма выполняет проверку целостности всей базы данных.&Foreign-Key CheckПроверка &Внешних ключейRuns the foreign_key_check pragma over the opened database and returns the results in the Execute SQL tabЗапускает прагму foreign_key_check для открытой БД и возвращает результаты во вкладке "SQL"&Quick Integrity Check&Быстрая Проверка ЦелостностиRun a quick integrity check over the open DBЗапуск быстрой проверки целостности для открытый БДRuns the quick_check pragma over the opened database and returns the results in the Execute SQL tab. This command does most of the checking of PRAGMA integrity_check but runs much faster.Запускает прагму quick_check для открытой БД и возвращает результаты во вкладке "SQL". Эта команда выполняет большую часть проверки PRAGMA integrity_check, но работает намного быстрее.&Optimize&ОптимизацияAttempt to optimize the databaseПопытка оптимизации БДRuns the optimize pragma over the opened database. This pragma might perform optimizations that will improve the performance of future queries.Выполняет прагму optimize для открытой БД. Эта прагма может выполнять оптимизацию, которая улучшит производительность будущих запросов.PrintПечатьPrint text from current SQL editor tabПечать текста изтекущей вкладки редактора SQLOpen a dialog for printing the text in the current SQL editor tabОткрывает диалоговое окно для печати текста из текущей вкладки редактора SQLPrint the structure of the opened databaseПечать структуры открытой БДOpen a dialog for printing the structure of the opened databaseОткрывает диалоговое окно для печати структуры текущей БДUn/comment block of SQL codeUn/comment blockComment or uncomment current line or selected block of codeComment or uncomment the selected lines or the current line, when there is no selection. All the block is toggled according to the first line.Ctrl+/Stop SQL executionStop executionStop the currently running SQL scriptBrowse Table&Save Project As...Save the project in a file selected in a dialogSave A&llSave DB file, project file and opened SQL filesCtrl+Shift+S&File&Файл&Import&Импорт&Export&Экспорт&Edit&Редактирование&View&Вид&Help&СправкаDB ToolbarПанель инструментов БДEdit Database &CellРедактирование &ячейки БДDB Sche&maСхе&ма БД&Remote&Удаленный серверExecute current lineВыполнить текущую строкуShift+F5Sa&ve Project&Сохранить проектOpen an existing database file in read only modeОткрыть существующий файл базы данных в режиме только для чтенияOpens the SQLCipher FAQ in a browser windowОткрыть SQLCiphier FAQ в браузереExport one or more table(s) to a JSON fileЭкспортировать таблицы в JSON файлSave SQL file asСохранить файл SQL как&Browse TableПр&осмотр данныхUserПользователемApplicationПриложением&ClearО&чистить&New Database...&Новая база данных...Create a new database fileСоздать новый файл базы данныхThis option is used to create a new database file.Эта опция используется, чтобы создать новый файл базы данных.Ctrl+N&Open Database...&Открыть базу данных...Open an existing database fileОткрыть существующий файл базы данныхThis option is used to open an existing database file.Эта опция используется, чтобы открыть существующий файл базы данных.Ctrl+O&Close Database&Закрыть базу данныхThis button closes the connection to the currently open database fileЭта кнопка закрывает соединение с текущим файлом БДCtrl+WRevert database to last saved stateВернуть базу данных в последнее сохранённое состояниеThis option is used to revert the current database file to its last saved state. All changes made since the last save operation are lost.Эта опция используется, чтобы вернуть текущий файл базы данных в его последнее сохранённое состояние. Все изменения, сделаные с последней операции сохранения теряются.Write changes to the database fileЗаписать изменения в файл базы данныхThis option is used to save changes to the database file.Эта опция используется, чтобы сохранить изменения в файле базы данных.Ctrl+SCompact &Database...&Уплотнить базу данных...Compact the database file, removing space wasted by deleted recordsУплотнить базу данных, удаляя пространство, занимаемое удалёнными записямиCompact the database file, removing space wasted by deleted records.Уплотнить базу данных, удаляя пространство, занимаемое удалёнными записями.E&xit&ВыходCtrl+QImport data from an .sql dump text file into a new or existing database.Импортировать данные из текстового файла sql в новую или существующую базу данных.This option lets you import data from an .sql dump text file into a new or existing database. SQL dump files can be created on most database engines, including MySQL and PostgreSQL.Эта опция позволяет импортировать данные из текстового файла sql в новую или существующую базу данных. Файл SQL может быть создан на большинстве движков баз данных, включая MySQL и PostgreSQL.Open a wizard that lets you import data from a comma separated text file into a database table.Открыть мастер, который позволяет импортировать данные из файла CSV в таблицу базы данных.Open a wizard that lets you import data from a comma separated text file into a database table. CSV files can be created on most database and spreadsheet applications.Открыть мастер, который позволяет импортировать данные из файла CSV в таблицу базы данных. Файлы CSV могут быть созданы в большинстве приложений баз данных и электронных таблиц.Export a database to a .sql dump text file.Экспортировать базу данных в текстовый файл .sql.This option lets you export a database to a .sql dump text file. SQL dump files contain all data necessary to recreate the database on most database engines, including MySQL and PostgreSQL.Эта опция позволяет экспортировать базу данных в текстовый файл .sql. Файлы SQL содержат все данные, необходимые для создания базы данных в большистве движков баз данных, включая MySQL и PostgreSQL.Export a database table as a comma separated text file.Экспортировать таблицу базы данных как CSV текстовый файл.Export a database table as a comma separated text file, ready to be imported into other database or spreadsheet applications.Экспортировать таблицу базы данных как CSV текстовый файл, готовый для импортирования в другие базы данных или приложения электронных таблиц.Open the Create Table wizard, where it is possible to define the name and fields for a new table in the databaseОткрыть мастер создания таблиц, где возможно определить имя и поля для новой таблиы в базе данныхOpen the Delete Table wizard, where you can select a database table to be dropped.Открыть мастер удаления таблицы, где можно выбрать таблицу базы данных для удаления.Open the Modify Table wizard, where it is possible to rename an existing table. It is also possible to add or delete fields form a table, as well as modify field names and types.Открыть мастер изменения таблицы, где возможно переименовать существующую таблиц. Можно добавить или удалить поля таблицы, так же изменять имена полей и типы.Open the Create Index wizard, where it is possible to define a new index on an existing database table.Открыть мастер создания интекса, в котором можно определить новый индекс для существующей таблиц базы данных.&Preferences...&Настройки...Open the preferences window.Открыть окно настроек.&DB Toolbar&Панель инструментов БДShows or hides the Database toolbar.Показать или скрыть панель инструментов База данных.Shift+F1&Recently opened&Недавно открываемыеOpen &tabОткрыть &вкладкуCtrl+TDatabase StructureThis has to be equal to the tab title in all the main tabsСтруктура БДThis is the structure of the opened database.
You can drag SQL statements from an object row and drop them into other applications or into another instance of 'DB Browser for SQLite'.
Это структура открытой БД.
Вы можете перетаскивать операторы SQL из строки "объект" и переносить их в другие приложения или в другой экземпляр "Обозреватель для SQLite".
Browse DataThis has to be equal to the tab title in all the main tabsДанныеEdit PragmasThis has to be equal to the tab title in all the main tabsПрагмыExecute SQLThis has to be equal to the tab title in all the main tabsSQLSQL &Log&Журнал SQLShow S&QL submitted byПо&казывать SQL, выполненный&Plot&График&Revert Changes&Отменить изменения&Write Changes&Записать изменения&Database from SQL file...&База данных из файла SQL...&Table from CSV file...&Таблицы из файла CSV...&Database to SQL file...Базу &данных в файл SQL...&Table(s) as CSV file...&Таблицы в файл CSV...&Create Table...&Создать таблицу...&Delete Table...&Удалить таблицу...&Modify Table...&Изменить таблицу...Create &Index...Создать и&ндекс...W&hat's This?Что &это такое?&Execute SQLВ&ыполнить код SQLSave SQL fileСохранить файл SQLCtrl+EExport as CSV fileЭкспортировать в файл CSVExport table as comma separated values fileЭкспортировать таблицу как CSV файлSave the current session to a fileСохранить текущее состояние в файл This button lets you save all the settings associated to the open DB to a DB Browser for SQLite project fileLoad a working session from a fileЗагрузить рабочее состояние из файлаCopy Create statementКопировать CREATE выражениеCopy the CREATE statement of the item to the clipboardКопировать CREATE выражение элемента в буффер обменаCtrl+ReturnCtrl+LCtrl+PCtrl+DCtrl+IReset Window LayoutAlt+0The database is currenctly busy.Click here to interrupt the currently running query.EncryptedЗашифрованоRead onlyТолько для чтенияDatabase file is read only. Editing the database is disabled.База данных только для чтения. Редактирование запрещено.Database encodingКодировка базы данныхDatabase is encrypted using SQLCipherБаза данных зашифрована с использованием SQLCipherChoose a database fileВыбрать файл базы данныхCould not open database file.
Reason: %1Не удалось открыть файл базы данных.
Причина:%1Choose a filename to save underВыбрать имя, под которым сохранить данныеA new DB Browser for SQLite version is available (%1.%2.%3).<br/><br/>Please download at <a href='%4'>%4</a>.Вышла новая версия Обозревателя для SQLite (%1.%2.%3).<br/><br/>Она доступна для скачивания по адресу <a href='%4'>%4</a>.DB Browser for SQLite project file (*.sqbpro)Файл проекта Обозревателя для SQLite (*.sqbpro)Error while saving the database file. This means that not all changes to the database were saved. You need to resolve the following error first.
%1Ошибка при сохранении файла базы данных. Это означает, что не все изменения в базе данных были сохранены. Сначала вам необходимо разрешить следующую ошибку.
%1Are you sure you want to undo all changes made to the database file '%1' since the last save?Отменить все изменения, сделанные в файле базы данных '%1' после последнего сохранения?Choose a file to importВыберать файл для импортаText files(*.sql *.txt);;All files(*)Текстовые файлы(*.sql *.txt);;Все файлы(*)Do you want to create a new database file to hold the imported data?
If you answer no we will attempt to import the data in the SQL file to the current database.Создать новый файл базы данных, чтобы сохранить импортированные данные?
Если ответить Нет, будет выполнена попытка импортировать данные файла SQL в текущую базу данных.Window LayoutSimplify Window LayoutShift+Alt+0Dock Windows at BottomDock Windows at Left SideDock Windows at TopYou are still executing SQL statements. Closing the database now will stop their execution, possibly leaving the database in an inconsistent state. Are you sure you want to close the database?Do you want to save the changes made to the project file '%1'?Edit View %1Edit Trigger %1File %1 already exists. Please choose a different name.Файл %1 уже существует. Выберите другое имя.Error importing data: %1Ошибка импортирования данных: %1Import completed.Импорт завершён.Delete ViewУдалить представлениеModify ViewМодифицировать представлениеDelete TriggerУдалить триггерModify TriggerМодифицировать триггерDelete IndexУдалить индексOpened '%1' in read-only mode from recent file listOpened '%1' from recent file list&%1 %2%3&%1 %2%3 (read only)Open Database or ProjectAttach Database...Import CSV file(s)...Select the action to apply to the dropped file(s). <br/>Note: only 'Import' will process more than one file.Do you want to save the changes made to SQL tabs in a new project file?Do you want to save the changes made to the SQL file %1?The statements in this tab are still executing. Closing the tab will stop the execution. This might leave the database in an inconsistent state. Are you sure you want to close the tab?Could not find resource file: %1Choose a project file to openВыберите файл проекта для открытияThis project file is using an old file format because it was created using DB Browser for SQLite version 3.10 or lower. Loading this file format is still fully supported but we advice you to convert all your project files to the new file format because support for older formats might be dropped at some point in the future. You can convert your files by simply opening and re-saving them.Этот файл проекта использует старый формат файла, потому что он был создан с использованием DB Browser для SQLite версии 3.10 или ниже. Загрузка этого формата по-прежнему полностью поддерживается, но мы советуем вам преобразовать все ваши файлы проекта в новый формат файла, поскольку поддержка более старых форматов может быть удалена в какой-то момент в будущем. Вы можете конвертировать ваши файлы, просто открывая и повторно сохраняя их.Could not open project file for writing.
Reason: %1Busy (%1)Error checking foreign keys after table modification. The changes will be reverted.Ошибка проверки внешних ключей после изменения таблицы. Изменения будут отменены.This table did not pass a foreign-key check.<br/>You should run 'Tools | Foreign-Key Check' and fix the reported issues.Эта таблица не прошла проверку внешнего ключа. <br/> Вы должны запустить "Инструменты | Проверка внешнего ключа"и исправить сообщенные проблемы.Execution finished with errors.Execution finished without errors.Delete TableУдалить таблицуSetting PRAGMA values will commit your current transaction.
Are you sure?Установка значений PRAGMA завершит текущую транзакцию. Установить значения?In-Memory databaseБД в памятиAre you sure you want to delete the table '%1'?
All data associated with the table will be lost.Вы действительно хотите удалить таблицу '%1'?
Все данные, связанные с таблицей, будут потеряны.Are you sure you want to delete the view '%1'?Вы действительно хотите удалить представление '%1'?Are you sure you want to delete the trigger '%1'?Вы действительно хотите удалить триггер '%1'?Are you sure you want to delete the index '%1'?Вы действительно хотите удалить индекс '%1'?Error: could not delete the table.Ошибка: не удалось удалить таблицу.Error: could not delete the view.Ошибка: не удалось удалить представление.Error: could not delete the trigger.Ошибка: не удалось удалить триггер.Error: could not delete the index.Ошибка: не удалось удалить индекс.Message from database engine:
%1Сообщение от СУБД:
%1Editing the table requires to save all pending changes now.
Are you sure you want to save the database?Для редактирования таблицы необходимо сохранить все ожидающие изменения сейчас.
Вы действительно хотите сохранить БД?You are already executing SQL statements. Do you want to stop them in order to execute the current statements instead? Note that this might leave the database in an inconsistent state.-- EXECUTING SELECTION IN '%1'
---- ВЫПОЛНЕНИЕ ВЫБОРКИ В '%1'
---- EXECUTING LINE IN '%1'
---- ВЫПОЛНЕНИЕ СТРОКИ В '%1'
---- EXECUTING ALL IN '%1'
---- ВЫПОЛНЕНИЕ ВСЕ В '%1'
--At line %1:Result: %1Result: %2Setting PRAGMA values or vacuuming will commit your current transaction.
Are you sure?Установка значений PRAGMA или вакуумирования приведет к фиксации текущей транзакции.
Уверены ли вы?This action will open a new SQL tab with the following statements for you to edit and run:Rename TabDuplicate TabClose TabOpening '%1'...There was an error opening '%1'...Value is not a valid URL or filename: %1%1 rows returned in %2ms%1 строк возвращено за %2мсChoose text filesВыберите текстовые файлыImport completed. Some foreign key constraints are violated. Please fix them before saving.Импорт завершен. Нарушены некоторые ограничения внешних ключей. Пожалуйста, исправьте их перед сохранением.Modify IndexМодифицировать ИндексModify TableМодифицировать ТаблицуDo you want to save the changes made to SQL tabs in the project file '%1'?Select SQL file to openВыбрать файл SQL для октрытияSelect file nameВыбрать имя файлаSelect extension fileВыбрать расширение файлаExtension successfully loaded.Расширение успешно загружено.Error loading extension: %1Ошибка загрузки расширения: %1Don't show againНе показывать сноваNew version available.Доступна новая версия.Project saved to file '%1'Collation needed! Proceed?Нужно выполнить сопоставление! Продолжить?A table in this database requires a special collation function '%1' that this application can't provide without further knowledge.
If you choose to proceed, be aware bad things can happen to your database.
Create a backup!Таблица в базе данных требует выполнения специальной функции сопоставления '%1'.
Если вы продолжите, то возможна порча вашей базы данных.
Создайте резервную копию!creating collationSet a new name for the SQL tab. Use the '&&' character to allow using the following character as a keyboard shortcut.Задайте новое имя для вкладки SQL. Используйте символ '&&', чтобы разрешить использование следующего символа в качестве сочетания клавиш.Please specify the view nameУкажите имя представленияThere is already an object with that name. Please choose a different name.Объект с указанным именем уже существует. Выберите другое имя.View successfully created.Представление успешно создано.Error creating view: %1Ошибка создания представления: %1This action will open a new SQL tab for running:Это действие откроет новую вкладку SQL для запуска:Press Help for opening the corresponding SQLite reference page.Нажмите "Справка" для открытия соответствующей справочной страницы SQLite.NullLineEditSet to NULLУстановить в NULLAlt+DelPlotDockPlotГрафик<html><head/><body><p>This pane shows the list of columns of the currently browsed table or the just executed query. You can select the columns that you want to be used as X or Y axis for the plot pane below. The table shows detected axis type that will affect the resulting plot. For the Y axis you can only select numeric columns, but for the X axis you will be able to select:</p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Date/Time</span>: strings with format "yyyy-MM-dd hh:mm:ss" or "yyyy-MM-ddThh:mm:ss"</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Date</span>: strings with format "yyyy-MM-dd"</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Time</span>: strings with format "hh:mm:ss"</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Label</span>: other string formats. Selecting this column as X axis will produce a Bars plot with the column values as labels for the bars</li><li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Numeric</span>: integer or real values</li></ul><p>Double-clicking the Y cells you can change the used color for that graph.</p></body></html><html><head/><body><p>На этой панели отображается список столбцов текущей просматриваемой таблицы или только что выполненного запроса. Вы можете выбрать столбцы, которые вы хотите использовать в качестве оси X или Y для графика ниже. В таблице показан тип обнаруженной оси, который повлияет на итоговый график. Для оси Y вы можете выбирать только числовые столбцы, но для оси X вы можете выбрать:</p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Дата/Время</span>: строки с форматом "гггг-ММ-дд чч:мм:сс" или "гггг-ММ-ддTчч:мм:сс"</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Дата</span>: строки с форматом "гггг-ММ-дд"</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Время</span>: строки с форматом "чч:мм:сс"</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Текст</span>: строки лубого формата. Выбор этого столбца по оси X приведет к созданию графика Баров, со значениями столбцов в качестве меток для баров</li><li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Числа</span>: целочисленные или вещественные значения</li></ul><p>Дважды щелкните по ячейкам Y, вы можете изменить используемый цвет для этого графика.</p></body></html>ColumnsСтолбцыXXY1Y2Axis TypeОсьHere is a plot drawn when you select the x and y values above.
Click on points to select them in the plot and in the table. Ctrl+Click for selecting a range of points.
Use mouse-wheel for zooming and mouse drag for changing the axis range.
Select the axes or axes labels to drag and zoom only in that orientation.Вот график, нарисованный, когда вы выбираете значения x и y выше.
Нажмите на пункты, чтобы выбрать их на графике и в таблице. Ctrl + Click для выбора диапазона точек.
Используйте колесико мыши для масштабирования и перетаскивания мышью для изменения диапазона осей.
Выберите метки осей или осей для перетаскивания и масштабирования только в этой ориентации.Line type:Линия:NoneНетLineОбычнаяStepLeftСтупенчатая, слеваStepRightСтупенчатая, справаStepCenterСтупенчатая, по центруImpulseИмпульсPoint shape:Отрисовка точек:CrossКрестPlusПлюсCircleКругDiscДискSquareКвадратDiamondРомбStarЗвездаTriangleТреугольникTriangleInvertedТреугольник перевернутыйCrossSquareКрест в квадратеPlusSquareПлюс в квадратеCrossCircleКрест в кругеPlusCircleПлюс в кругеPeaceМир<html><head/><body><p>Save current plot...</p><p>File format chosen by extension (png, jpg, pdf, bmp)</p></body></html><html><head/><body><p>Сохранить текущий график...</p><p>Формат файла выбирается расширением (png, jpg, pdf, bmp)</p></body></html>Save current plot...Сохранить текущий график...Load all data and redraw plotЗагрузить все данные и перерисоватьRow #Строка #CopyКопироватьPrint...Печать...Show legendЛегендаStacked barsDate/TimeДата/ВремяDateДатаTimeВремяNumericЧислоLabelТекстInvalidОшибкаLoad all data and redraw plot.
Warning: not all data has been fetched from the table yet due to the partial fetch mechanism.Загружает все данные и перерисовыет график.
Предупреждение: не все данные были получены из таблицы из-за механизма частичной выборки.Choose an axis colorВыберите цвет осиChoose a filename to save underВыбрать имя файла, под которым сохранить данныеPNG(*.png);;JPG(*.jpg);;PDF(*.pdf);;BMP(*.bmp);;All Files(*)PNG(*.png);;JPG(*.jpg);;PDF(*.pdf);;BMP(*.bmp);;Все файлы(*)There are curves in this plot and the selected line style can only be applied to graphs sorted by X. Either sort the table or query by X to remove curves or select one of the styles supported by curves: None or Line.На этом графике есть кривые, и выбранный стиль линии может применяться только к графикам, отсортированным по X. Либо сортируйте таблицу или запрос по X, чтобы удалить кривые, либо выберите один из стилей, поддерживаемых кривыми: None или Line.Loading all remaining data for this table took %1ms.PreferencesDialogPreferencesНастройки&Database&База данныхDatabase &encoding&Кодировка базы данныхOpen databases with foreign keys enabled.Открывать базы данных с включенными внешними ключами.&Foreign keys&Внешние ключиenabledвключеныDefault &location&Расположение
по умолчанию......&General&ОбщиеRemember last locationЗапоминать последнюю директориюAlways use this locationВсегда открывать указаннуюRemember last location for session onlyЗапоминать последнюю директорию только для сессийLan&guage&ЯзыкAutomatic &updates&Следить за обновлениямиSQ&L to execute after opening databaseData &BrowserОбозреватель &данныхRemove line breaks in schema &viewУдалить переводы строки в &схеме данныхShow remote optionsОпции "облака"Prefetch block si&zeРазмер блока &упреждающей выборкиDefault field typeТип данных по умолчаниюFontШрифт&Font&ШрифтContentСодержимоеSymbol limit in cellКоличество символов в ячейкеNULLRegularОбычныеBinaryДвоичные данныеBackgroundФонFiltersФильтрыThreshold for completion and calculation on selectionShow images in cellEnable this option to show a preview of BLOBs containing image data in the cells. This can affect the performance of the data browser, however.Escape characterСимвол экранированияDelay time (&ms)Время задержки (&мс)Set the waiting time before a new filter value is applied. Can be set to 0 for disabling waiting.Время задержки перед применением нового фильтра. Нулевое значение отключает ожидание.&SQLР&едактор SQLSettings nameИмя настроекContextКонтекстColourЦветBoldЖирныйItalicКурсивUnderlineПодчёркиваниеKeywordКлючевое словоFunctionФункцияTableТаблицаCommentКомментарийIdentifierИдентификаторStringСтрокаCurrent lineТекущая строкаSQL &editor font sizeРазмер шрифта в &редакторе SQLTab sizeРазмер табуляцииSQL editor &font&Шрифт в редакторе SQLError indicatorsИндикаторы ошибокHori&zontal tilingГори&зонтальное распределениеIf enabled the SQL code editor and the result table view are shown side by side instead of one over the other.Если данная опция включена, то SQL редактор и результат запроса будут расположены рядом по горизонтали.Code co&mpletionАвто&дополнение кодаToolbar styleСтиль тулбараOnly display the iconТолько иконкиOnly display the textТолько текстThe text appears beside the iconТекст над иконкойThe text appears under the iconТекст под иконкойFollow the styleУказано в стилеDB file extensionsРасширения файлов БДManageНастроитьMain WindowDatabase StructureСтруктура БДBrowse DataДанныеExecute SQLSQLEdit Database CellРедактирование ячейки БДWhen this value is changed, all the other color preferences are also set to matching colors.Follow the desktop styleDark styleApplication styleThis sets the font size for all UI elements which do not have their own font size option.Font sizeWhen enabled, the line breaks in the Schema column of the DB Structure tab, dock and printed output are removed.Когда отмечено, переносы строк в столбце 'Схема' во вкладке 'Структура базы данных', 'док' и 'печатный результат' удаляются.Database structure font sizeFont si&zeРа&змер шрифтаThis is the maximum number of items allowed for some computationally expensive functionalities to be enabled:
Maximum number of rows in a table for enabling the value completion based on current values in the column.
Maximum number of indexes in a selection for calculating sum and average.
Can be set to 0 for disabling the functionalities.This is the maximum number of rows in a table for enabling the value completion based on current values in the column.
Can be set to 0 for disabling completion.Максимальное количество строк в таблице для включения завершения значения на основе текущих значений в столбце.
Может быть установлено в 0 для отключения завершения.Field displayОтображение поляDisplayed &textОтображаемый &текстClick to set this colorText colorЦвет текстаBackground colorЦвет фонаPreview only (N/A)Предв. просмотрForegroundПередний планSQL &results font size&Размер шрифта&Wrap lines&Перенос строкNeverНикогдаAt word boundariesНа границах словAt character boundariesНа границах символовAt whitespace boundariesНа границах пробелов&Quotes for identifiersОбравмление &идентификаторовChoose the quoting mechanism used by the application for identifiers in SQL code.Выберите механизм обрамления, используемый приложением для идентификаторов в коде SQL."Double quotes" - Standard SQL (recommended)"Двойные кавычки" - Cтандартный SQL (рекомендуется)`Grave accents` - Traditional MySQL quotes`Гравис` - Традиционные кавычки MySQL[Square brackets] - Traditional MS SQL Server quotes[Квадратные скобки] - традиционные кавычки для MS SQL ServerKeywords in &UPPER CASEКлючевые слова в &ВЕРХНЕМ РЕГИСТРЕWhen set, the SQL keywords are completed in UPPER CASE letters.Когда отмечено, ключевые слова SQL будут в ВЕРХНЕМ РЕГИСТРЕ.When set, the SQL code lines that caused errors during the last execution are highlighted and the results frame indicates the error in the backgroundКогда установлено, строки кода SQL, вызвавшие ошибки во время последнего выполнения, подсвечиваются, а виджет результатов указывает на ошибку в фоновом режимеClose button on tabsIf enabled, SQL editor tabs will have a close button. In any case, you can use the contextual menu or the keyboard shortcut to close them.&ExtensionsР&асширенияSelect extensions to load for every database:Выберите расширения, чтобы загружать их для каждой базы данных:Add extensionДобавить расширениеRemove extensionУдалить расширение<html><head/><body><p>While supporting the REGEXP operator SQLite doesn't implement any regular expression<br/>algorithm but calls back the running application. DB Browser for SQLite implements this<br/>algorithm for you to let you use REGEXP out of the box. However, as there are multiple possible<br/>implementations of this and you might want to use another one, you're free to disable the<br/>application's implementation and load your own by using an extension. Requires restart of the application.</p></body></html><html><head/><body><p>Обозреватель для SQLite позволяет использовать оператор REGEXP 'из коробки'. Но тем <br/>не менее, возможны несколько различных вариантов реализаций данного оператора и вы свободны <br/>в выборе какую именно использовать. Можно отключить нашу реализацию и использовать другую - <br/>путем загрузки соответсвующего расширения. В этом случае требуется перезагрузка приложения.</p></body></html>Disable Regular Expression extensionОтключить расширение Регулярных Выражений<html><head/><body><p>SQLite provides an SQL function for loading extensions from a shared library file. Activate this if you want to use the <span style=" font-style:italic;">load_extension()</span> function from SQL code.</p><p>For security reasons, extension loading is turned off by default and must be enabled through this setting. You can always load extensions through the GUI, even though this option is disabled.</p></body></html>Allow loading extensions from SQL codeRemoteУдаленный серверCA certificatesСА сертификатыProxyConfigureSubject CNCommon NameSubject OOrganizationValid fromValid toSerial numberYour certificatesВаши сертификатыFileФайлSubject Common NameIssuer CNIssuer Common NameClone databases intoПуть для клонируемых БДChoose a directoryВыберать каталогThe language will change after you restart the application.Язык будет применен после перезапуска приложения.Select extension fileВыберать файл расширенияExtensions(*.so *.dylib *.dll);;All files(*)Import certificate fileИмпорт файла сертификатаNo certificates found in this file.В данном файле не найден сертификат.Are you sure you want do remove this certificate? All certificate data will be deleted from the application settings!Вы действительно хотите удалить этот сертификат? Все данные сертификата будут удалены из настроек приложения!Are you sure you want to clear all the saved settings?
All your preferences will be lost and default values will be used.Вы действительно хотите удалить все сохраненные настройки?
Все ваши предпочтения будут потеряны, и будут использоваться значения по умолчанию.ProxyDialogProxy ConfigurationPro&xy TypeHost Na&mePortAuthentication Re&quired&User NamePasswordNoneНетSystem settingsHTTPSocks v5QObjectError importing dataОшибка импортирования данных from record number %1 с записи номер %1.
%1Importing CSV file...Импортирование CSV файла...CancelОтменитьAll files (*)Все файлы (*)SQLite database files (*.db *.sqlite *.sqlite3 *.db3)Файлы SQLite баз данных (*.db *.sqlite *.sqlite3 *.db3)LeftRightCenterJustifySQLite Database Files (*.db *.sqlite *.sqlite3 *.db3)DB Browser for SQLite Project Files (*.sqbpro)SQL Files (*.sql)All Files (*)Text Files (*.txt)Comma-Separated Values Files (*.csv)Tab-Separated Values Files (*.tsv)Delimiter-Separated Values Files (*.dsv)Concordance DAT files (*.dat)JSON Files (*.json *.js)XML Files (*.xml)Binary Files (*.bin *.dat)SVG Files (*.svg)Hex Dump Files (*.dat *.bin)Extensions (*.so *.dylib *.dll)RemoteCommitsModelCommit IDMessageDateДатаAuthorSizeРазмерAuthored and committed by %1Authored by %1, committed by %2RemoteDatabaseError opening local databases list.
%1Ошибка при открытии списка локальных БД.
%1Error creating local databases list.
%1Ошибка при создании списка локальных БД.
%1RemoteDockRemoteУдаленный серверIdentityIDPush currently opened database to serverОтправить текущую БД на серверDBHub.io<html><head/><body><p>In this pane, remote databases from dbhub.io website can be added to DB Browser for SQLite. First you need an identity:</p><ol style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Login to the dbhub.io website (use your GitHub credentials or whatever you want)</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Click the button to "Generate client certificate" (that's your identity). That'll give you a certificate file (save it to your local disk).</li><li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Go to the Remote tab in DB Browser for SQLite Preferences. Click the button to add a new certificate to DB Browser for SQLite and choose the just downloaded certificate file.</li></ol><p>Now the Remote panel shows your identity and you can add remote databases.</p></body></html>LocalCurrent DatabaseCloneUserПользователемDatabaseБаза данныхBranchВеткаCommitsCommits forDelete DatabaseDelete the local clone of this databaseOpen in Web BrowserOpen the web page for the current database in your browserClone from LinkUse this to download a remote database for local editing using a URL as provided on the web page of the database.RefreshОбновитьReload all data and update the viewsF5Clone DatabaseOpen DatabaseOpen the local copy of this databaseCheck out CommitDownload and open this specific commitCheck out Latest CommitCheck out the latest commit of the current branchSave Revision to FileSaves the selected revision of the database to another fileUpload DatabaseUpload this database as a new commit<html><head/><body><p>You are currently using a built-in, read-only identity. For uploading your database, you need to configure and use your DBHub.io account.</p><p>No DBHub.io account yet? <a href="https://dbhub.io/"><span style=" text-decoration: underline; color:#007af4;">Create one now</span></a> and import your certificate <a href="#preferences"><span style=" text-decoration: underline; color:#007af4;">here</span></a> to share your databases.</p><p>For online help visit <a href="https://dbhub.io/about"><span style=" text-decoration: underline; color:#007af4;">here</span></a>.</p></body></html>BackSelect an identity to connectPublicПубличныйThis downloads a database from a remote server for local editing.
Please enter the URL to clone from. You can generate this URL by
clicking the 'Clone Database in DB4S' button on the web page
of the database.Invalid URL: The host name does not match the host name of the current identity.Invalid URL: No branch name specified.Invalid URL: No commit ID specified.You have modified the local clone of the database. Fetching this commit overrides these local changes.
Are you sure you want to proceed?The database has unsaved changes. Are you sure you want to push it before saving?The database you are trying to delete is currently opened. Please close it before deleting.This deletes the local version of this database with all the changes you have not committed yet. Are you sure you want to delete this database?RemoteLocalFilesModelNameИмяBranchВеткаLast modifiedИзмененSizeРазмерCommitКоммитFileRemoteModelNameИмяLast modifiedИзмененSizeРазмерCommitКоммитSize: Last Modified: Licence: Default Branch: RemoteNetworkChoose a location to save the fileError opening remote file at %1.
%2Ошибка открытия файла %1.
%2Error: Invalid client certificate specified.Ошибка: Указан неверный сертификат клиента.Please enter the passphrase for this client certificate in order to authenticate.Пожалуйста введите ключевую фразу для этого сертификата клиента.CancelОтменитьUploading remote database to
%1Загружается удаленная БД в
%1Downloading remote database from
%1Скачивается удаленная БД из
%1Error: The network is not accessible.Ошибка: сеть недоступна.Error: Cannot open the file for sending.Ошибка: не удается открыть файл для отправки.RemotePushDialogPush databaseОтправить БДDatabase na&me to push to&Имя БДCommit messageСообщениеDatabase licenceЛицензияPublicПубличныйBranchВеткаForce pushПринудительноUsernameDatabase will be public. Everyone has read access to it.БД будет публичной. У каждого будет доступ на чтение к ней.Database will be private. Only you have access to it.БД будет конфиденциальной. Только у вас будет доступ к ней.Use with care. This can cause remote commits to be deleted.Используйте с осторожностью. Это может привести к удалению существующих коммитов.RunSqlExecution aborted by userВыполнение прервано пользователем, %1 rows affected, %1 строк измененоquery executed successfully. Took %1ms%2запрос успешно выполнен. Заняло %1мс%2executing querySelectItemsPopupA&vailableSele&ctedSqlExecutionAreaFormФормаFind previous match [Shift+F3]Найти предыдущее совпадение [Shift+F3]Find previous match with wrappingНайти предыдущее совпадение, закольцевав поискShift+F3The found pattern must be a whole wordНайденный шаблон должен быть целым словомWhole WordsСлова ПолностьюText pattern to find considering the checks in this frameШаблон для поиска, учитывая все проверкиFind in editorНайти в редактореThe found pattern must match in letter caseУ найденного шаблона должен совпадать регистрCase SensitiveУчитывать РегистрFind next match [Enter, F3]Найти следующее совпдение [Enter, F3]Find next match with wrappingНайти следующее совпадение, закольцевав поискF3Interpret search pattern as a regular expressionИнтерпретировать шаблон поиска как регулярное выражение<html><head/><body><p>When checked, the pattern to find is interpreted as a UNIX regular expression. See <a href="https://en.wikibooks.org/wiki/Regular_Expressions">Regular Expression in Wikibooks</a>.</p></body></html><html><head/><body><p>При проверке шаблон для поиска интерпретируется как регулярное выражение UNIX. <a href="https://en.wikibooks.org/wiki/Regular_Expressions">Узнать больше о Регулярных выражениях на Wikibooks.org</a>.</p></body></html>Regular ExpressionРегулярное выражениеClose Find BarЗакрыть Поисковую Панель<html><head/><body><p>Results of the last executed statements.</p><p>You may want to collapse this panel and use the <span style=" font-style:italic;">SQL Log</span> dock with <span style=" font-style:italic;">User</span> selection instead.</p></body></html>Results of the last executed statementsРезультаты последних выполненных операторовThis field shows the results and status codes of the last executed statements.Это поле показывает результаты и коды статусов последних выполненных операторов.Couldn't read file: %1.Не удалось прочитать файл:%1.Couldn't save file: %1.Не удалось сохранить файл:%1.Your changes will be lost when reloading it!The file "%1" was modified by another program. Do you want to reload it?%2SqlTextEditCtrl+/SqlUiLexer(X) The abs(X) function returns the absolute value of the numeric argument X.(X) Функция abs(X) возвращает модуль числа аргумента X.() The changes() function returns the number of database rows that were changed or inserted or deleted by the most recently completed INSERT, DELETE, or UPDATE statement.() Функция changes() возвращает количество строк в базе данных, которые были изменены, вставлены или удалены после удачного выполнения INSERT, DELETE или UPDATE.(X1,X2,...) The char(X1,X2,...,XN) function returns a string composed of characters having the unicode code point values of integers X1 through XN, respectively. (X1,X2,...) Функция char(X1,X2,...,XN) возвращает строку составленную из символов, переданных в качестве аргументов. (X,Y,...) The coalesce() function returns a copy of its first non-NULL argument, or NULL if all arguments are NULL(X,Y,...) Функция coalesce() возвращает копию первого аргумента не равного NULL иначе если такого нет то возвращается NULL(X,Y) The glob(X,Y) function is equivalent to the expression "Y GLOB X".(X,Y) Функция glob(X,Y) эквивалент выражению "Y GLOB X".(X,Y) The ifnull() function returns a copy of its first non-NULL argument, or NULL if both arguments are NULL.(X,Y) Функция ifnull() возвращает копию первого аргумента не равного NULL иначе если оба аргумента равны NULL то возвращает NULL.(X,Y) The instr(X,Y) function finds the first occurrence of string Y within string X and returns the number of prior characters plus 1, or 0 if Y is nowhere found within X.(X,Y) Функция instr(X,Y) возвращает количество символов, начиная с которого в строке X найденна подстрока Y или 0 если таковая не обнаружена.(X) The hex() function interprets its argument as a BLOB and returns a string which is the upper-case hexadecimal rendering of the content of that blob.(X) Функция hex() интерпретирует аргумент как BLOB и возвращает строку в 16-ричной системе счисления с содержимым аргумента.() The last_insert_rowid() function returns the ROWID of the last row insert from the database connection which invoked the function.() Функция last_insert_rowid() возвращает ROWID последней вставленной строки.(X) For a string value X, the length(X) function returns the number of characters (not bytes) in X prior to the first NUL character.(X) Для строкового значения X, функция length(X) возвращает количество символов (не байт) от начала строки до первого символа '\0'.(X,Y) The like() function is used to implement the "Y LIKE X" expression.(X,Y) Фукнция like() эквивалент выражению "Y LIKE X".(X,Y,Z) The like() function is used to implement the "Y LIKE X ESCAPE Z" expression.(X,Y,Z) Функция like() эквивалент выражения "Y LIKE X ESCAPE Z".(X) The load_extension(X) function loads SQLite extensions out of the shared library file named X.
Use of this function must be authorized from Preferences.(X,Y) The load_extension(X) function loads SQLite extensions out of the shared library file named X using the entry point Y.
Use of this function must be authorized from Preferences.(X) The lower(X) function returns a copy of string X with all ASCII characters converted to lower case.(X) Функция lower(X) возвращает копию строки X, в которой все ACSII символы переведены в нижний регистр.(X) ltrim(X) removes spaces from the left side of X.(X) ltrim(X) удаляет символы пробелов слева для строки X.(X,Y) The ltrim(X,Y) function returns a string formed by removing any and all characters that appear in Y from the left side of X.(X,Y) Функция ltrim(X,Y) возвращает новую строку путем удаления из строки X слева любого символа из Y.(X,Y,...) The multi-argument max() function returns the argument with the maximum value, or return NULL if any argument is NULL.(X,Y,...) Функция max() возвращает аргумент с максимальным значением, либо NULL если хотябы один аргумент равен NULL.(X,Y,...) The multi-argument min() function returns the argument with the minimum value.(X,Y,...) Функция min() возвращает аргумент с минимальным значением.(X,Y) The nullif(X,Y) function returns its first argument if the arguments are different and NULL if the arguments are the same.(X,Y) Функция nullif(X,Y) возвращает первый аргумент если аргументы различны либо NULL если они одинаковы.(FORMAT,...) The printf(FORMAT,...) SQL function works like the sqlite3_mprintf() C-language function and the printf() function from the standard C library.(FORMAT,...) Функция printf(FORMAT,...) работает так же как printf() из стандартной библиотеки языка программирования Си.(X) The quote(X) function returns the text of an SQL literal which is the value of its argument suitable for inclusion into an SQL statement.(X) Функция quote(X) возвращает измененную строку X, которую можно использовать в SQL выражениях.() The random() function returns a pseudo-random integer between -9223372036854775808 and +9223372036854775807.() Функция random() возвращает псевдо случайное целочисленное значение из диапозона от-9223372036854775808 до +9223372036854775807.(N) The randomblob(N) function return an N-byte blob containing pseudo-random bytes.(N) Функция randomblob(N) возвращает N-байтный BLOB, содержащий псевдо случайные байты.(X,Y,Z) The replace(X,Y,Z) function returns a string formed by substituting string Z for every occurrence of string Y in string X.(X,Y,Z) Функция replace(X,Y,Z) возвращает новую строку на основе строки X, заменой всех подстрок Y на Z.(X) The round(X) function returns a floating-point value X rounded to zero digits to the right of the decimal point.(X) Функция round(X) округляет X до целого значения.(X,Y) The round(X,Y) function returns a floating-point value X rounded to Y digits to the right of the decimal point.(X,Y) Функция round(X,Y) округляет X до Y чисел после запятой справа.(X) rtrim(X) removes spaces from the right side of X.(X) rtrim(X) удаляет символы пробела справа строки X.(X,Y) The rtrim(X,Y) function returns a string formed by removing any and all characters that appear in Y from the right side of X.(X,Y) Функция rtrim(X,Y) возвращает новую строку путем удаления из строки X справа любого символа из строки Y.(X) The soundex(X) function returns a string that is the soundex encoding of the string X.(X) Функция soundex(X) возвращает копию строки X, кодированную в формате soundex.(X,Y) substr(X,Y) returns all characters through the end of the string X beginning with the Y-th.(X,Y) substr(X,Y) возвращает подстроку из строки X, начиная с Y-го символа.(X,Y,Z) The substr(X,Y,Z) function returns a substring of input string X that begins with the Y-th character and which is Z characters long.(X,Y,Z) Функция substr(X,Y,Z) возвращает подстроку из строки X, начиная с Y-го символа, длинной Z-символов.() The total_changes() function returns the number of row changes caused by INSERT, UPDATE or DELETE statements since the current database connection was opened.() Функция total_changes() возвращает количество строк измененных с помощью INSERT, UPDATE или DELETE, начиная с того момента как текущее подключение к базе данных было открыто.(X) trim(X) removes spaces from both ends of X.(X) trim(X) удаляет пробелы с обоих сторон строки X.(X,Y) The trim(X,Y) function returns a string formed by removing any and all characters that appear in Y from both ends of X.(X,Y) Функция trim(X,Y) создает новую строку из X, путем удаления с обоих концов символов, которые присутсвуют в строке Y.(X) The typeof(X) function returns a string that indicates the datatype of the expression X.(X) Функция typeof(X) возвращает строку с типом данных выражения X.(X) The unicode(X) function returns the numeric unicode code point corresponding to the first character of the string X.(X) Функция unicode(X) возвращает числовое значение UNICODE кода символа.(X) The upper(X) function returns a copy of input string X in which all lower-case ASCII characters are converted to their upper-case equivalent.(X) Функция upper(X) возвращает копию строки X, в которой для каждого ASCII символа регистр будет перобразован из нижнего в верхний.(N) The zeroblob(N) function returns a BLOB consisting of N bytes of 0x00.(N) Функция zeroblob(N) возвращает BLOB размером N байт со значениями 0x00.(timestring,modifier,modifier,...)(format,timestring,modifier,modifier,...)(X) The avg() function returns the average value of all non-NULL X within a group.(X) Функция avg() возвращает среднее значение для всех не равных NULL значений группы.(X) The count(X) function returns a count of the number of times that X is not NULL in a group.(X) Функция count(X) возвращает количество строк, в которых X не равно NULL в группе.(X) The group_concat() function returns a string which is the concatenation of all non-NULL values of X.(X) Функция group_concat() возвращает строку из всех значений X не равных NULL.(X,Y) The group_concat() function returns a string which is the concatenation of all non-NULL values of X. If parameter Y is present then it is used as the separator between instances of X.(X,Y) Функция group_concat() возвращает строку из всех значений X не равных NULL. Y - разделитель между значениями X.(X) The max() aggregate function returns the maximum value of all values in the group.(X) Аггрегатная функция max() возвращает максимальное значение для X.(X) The min() aggregate function returns the minimum non-NULL value of all values in the group.(X) Аггрегатная функция min() возвращает минимальное значение для X.(X) The sum() and total() aggregate functions return sum of all non-NULL values in the group.(X) Аггрегатные функции sum() и total() возвращают сумму всех не NULL значений для X.() The number of the row within the current partition. Rows are numbered starting from 1 in the order defined by the ORDER BY clause in the window definition, or in arbitrary order otherwise.() Число строк в текущем разделе. Строки нумеруются начиная с 1 в порядке, определенном выражением ORDER BY, или иначе в произвольном порядке.() The row_number() of the first peer in each group - the rank of the current row with gaps. If there is no ORDER BY clause, then all rows are considered peers and this function always returns 1.() Функция row_number() возвращает номер первой строки в каждой группе - ранг текущей строки с разрывами. Если не существует выражения ORDER BY, все строки считаются одноранговыми, и эта функция всегда возвращает 1.() The number of the current row's peer group within its partition - the rank of the current row without gaps. Partitions are numbered starting from 1 in the order defined by the ORDER BY clause in the window definition. If there is no ORDER BY clause, then all rows are considered peers and this function always returns 1. () Число одноранговой группы текущей строки в своем разделе - ранг текущей строки без пробелов. Разделы нумеруются, начиная с 1 в порядке, определенном выражением ORDER BY в определении окна. Если не существует предложения ORDER BY, все строки считаются одноранговыми, и эта функция всегда возвращает 1. () Despite the name, this function always returns a value between 0.0 and 1.0 equal to (rank - 1)/(partition-rows - 1), where rank is the value returned by built-in window function rank() and partition-rows is the total number of rows in the partition. If the partition contains only one row, this function returns 0.0. () Несмотря на имя, эта функция всегда возвращает значение между 0.0 и 1.0, равное (rank-1) / (partition-rows-1), где rank - это значение, возвращаемое встроенной функцией window rank () rows - это общее количество строк в разделе. Если раздел содержит только одну строку, эта функция возвращает 0.0. () The cumulative distribution. Calculated as row-number/partition-rows, where row-number is the value returned by row_number() for the last peer in the group and partition-rows the number of rows in the partition.() Кумулятивное распределение. Рассчитывается как номер-строки / строки-раздела, где номер-строки - это значение, возвращаемое row_number() для последнего однорангового узла в группе, а строки-раздела- количество строк в разделе.(N) Argument N is handled as an integer. This function divides the partition into N groups as evenly as possible and assigns an integer between 1 and N to each group, in the order defined by the ORDER BY clause, or in arbitrary order otherwise. If necessary, larger groups occur first. This function returns the integer value assigned to the group that the current row is a part of.(N) Аргумент N обрабатывается как целое число. Эта функция делит раздел на N групп как можно более равномерно и назначает целое число от 1 до N каждой группе в порядке, определенном выражением ORDER BY, или в произвольном порядке, при его отсутствии. При необходимости сначала появляются большие группы. Эта функция возвращает целочисленное значение, присвоенное группе, в которой находится текущая строка.(expr) Returns the result of evaluating expression expr against the previous row in the partition. Or, if there is no previous row (because the current row is the first), NULL.(expr) Возвращает результат вычисления выражения expr в предыдущей строке раздела. Или, если нет предыдущей строки (поскольку текущая строка является первой), NULL.(expr,offset) If the offset argument is provided, then it must be a non-negative integer. In this case the value returned is the result of evaluating expr against the row offset rows before the current row within the partition. If offset is 0, then expr is evaluated against the current row. If there is no row offset rows before the current row, NULL is returned.(expr, offset) Если аргумент offset укзан, то он должен быть неотрицательным целым числом. В этом случае возвращаемое значение является результатом вычисления expr в строках смещения строк до текущей строки в разделе. Если смещение равно 0, то expr вычисляется относительно текущей строки. Если перед текущей строкой нет строк смещения строк, возвращается NULL.(expr,offset,default) If default is also provided, then it is returned instead of NULL if the row identified by offset does not exist.(expr, offset, default) Если задано значение по умолчанию, оно возвращается вместо NULL, если строка, идентифицированная с помощью смещения, не существует.(expr) Returns the result of evaluating expression expr against the next row in the partition. Or, if there is no next row (because the current row is the last), NULL.(expr) Возвращает результат вычисления выражения expr в следующей строке раздела. Или, если нет следующей строки (поскольку последняя строка является последней), NULL.(expr,offset) If the offset argument is provided, then it must be a non-negative integer. In this case the value returned is the result of evaluating expr against the row offset rows after the current row within the partition. If offset is 0, then expr is evaluated against the current row. If there is no row offset rows after the current row, NULL is returned.(expr, offset) Если аргумент offset указан, то он должен быть неотрицательным целым числом. В этом случае возвращаемое значение является результатом вычисления expr в строках смещения строк после текущей строки в разделе. Если смещение равно 0, то expr вычисляется относительно текущей строки. Если после текущей строки нет строк смещения строки, возвращается NULL.(expr) This built-in window function calculates the window frame for each row in the same way as an aggregate window function. It returns the value of expr evaluated against the first row in the window frame for each row.(expr) Эта встроенная Оконная Функция вычисляет Оконный Кадр для каждой строки так же, как Функция Окна агрегата. Она возвращает значение выполнения выражения expr, оцениваемое по отношению к первой строке в оконном фрейме для каждой строки.(expr) This built-in window function calculates the window frame for each row in the same way as an aggregate window function. It returns the value of expr evaluated against the last row in the window frame for each row.(expr) Эта встроенная Оконная Функция вычисляет Оконный Кадр для каждой строки так же, как Функция Окна агрегата. Она возвращает значение выполнения выражения expr, оцениваемое по отношению к последней строке в оконном фрейме для каждой строки.(expr) Эта встроенная функция окна вычисляет оконный кадр для каждой строки так же, как функция окна агрегата. Он возвращает значение expr, оцениваемое по последней строке в оконном фрейме для каждой строки.(expr,N) This built-in window function calculates the window frame for each row in the same way as an aggregate window function. It returns the value of expr evaluated against the row N of the window frame. Rows are numbered within the window frame starting from 1 in the order defined by the ORDER BY clause if one is present, or in arbitrary order otherwise. If there is no Nth row in the partition, then NULL is returned.(expr, N) Эта встроенная функция окна вычисляет оконный фрейм для каждой строки так же, как функция окна агрегата. Она возвращает значение выполнения выражения expr, оцениваемое по строке N оконного фрейма. Строки нумеруются в рамке окна, начиная с 1 в порядке, определенном выражением ORDER BY, если оно присутствует, или в произвольном порядке в противном случае. Если в разделе нет N-й строки, возвращается NULL.SqliteTableModelreading rowsчитаем строкиloading...загрузка...References %1(%2)
Hold %3Shift and click to jump thereСсылается на %1(%2)
Нажмите %3Shift и клик чтобы переместиться тудаError changing data:
%1Ошибка изменения данных:
%1retrieving list of columnsполучаем список колонокFetching data...Подгружаем данные...CancelОтменитьTableBrowserBrowse DataДанные&Table:&Таблица:Select a table to browse dataВыберите таблицу для просмотра данныхUse this list to select a table to be displayed in the database viewИспользуйте этот список, чтобы выбрать таблицу, которая должна быть отображена в представлении базы данныхThis is the database table view. You can do the following actions:
- Start writing for editing inline the value.
- Double-click any record to edit its contents in the cell editor window.
- Alt+Del for deleting the cell content to NULL.
- Ctrl+" for duplicating the current record.
- Ctrl+' for copying the value from the cell above.
- Standard selection and copy/paste operations.Это представление таблицы БД. Вы можете выполнить следующие действия:
- Начните писать для редактирования, введя значение.
- Дважды щелкните любую запись, чтобы отредактировать ее содержимое в окне редактора ячеек.
- Alt + Del для обнуления содержимого ячейки в NULL.
- Ctrl + " для дублирования текущей записи.
- Ctrl + ' для копирования значения из ячейки выше.
- Стандартные операции выбора и копирования/вставки.Text pattern to find considering the checks in this frameШаблон для поиска, учитывая все проверкиFind in tableFind previous match [Shift+F3]Найти предыдущее совпадение [Shift+F3]Find previous match with wrappingНайти предыдущее совпадение, закольцевав поискShift+F3Find next match [Enter, F3]Найти следующее совпдение [Enter, F3]Find next match with wrappingНайти следующее совпадение, закольцевав поискF3The found pattern must match in letter caseУ найденного шаблона должен совпадать регистрCase SensitiveУчитывать РегистрThe found pattern must be a whole wordНайденный шаблон должен быть целым словомWhole CellInterpret search pattern as a regular expressionИнтерпретировать шаблон поиска как регулярное выражение<html><head/><body><p>When checked, the pattern to find is interpreted as a UNIX regular expression. See <a href="https://en.wikibooks.org/wiki/Regular_Expressions">Regular Expression in Wikibooks</a>.</p></body></html><html><head/><body><p>При проверке шаблон для поиска интерпретируется как регулярное выражение UNIX. <a href="https://en.wikibooks.org/wiki/Regular_Expressions">Узнать больше о Регулярных выражениях на Wikibooks.org</a>.</p></body></html>Regular ExpressionРегулярное выражениеClose Find BarЗакрыть Поисковую ПанельText to replace withReplace withReplace next matchReplaceReplace all matchesReplace all<html><head/><body><p>Scroll to the beginning</p></body></html><html><head/><body><p>Прокрутить к началу</p></body></html><html><head/><body><p>Clicking this button navigates to the beginning in the table view above.</p></body></html><html><head/><body><p>Нажатие этой кнопки переводит к началу в таблице выше.</p></body></html>|<Scroll one page upwardsСтраница вверх<html><head/><body><p>Clicking this button navigates one page of records upwards in the table view above.</p></body></html><html><head/><body><p>Нажатие этой кнопки перемещает одну страницу записей вверх в виде таблицы выше.</p></body></html><<0 - 0 of 00 - 0 из 0Scroll one page downwardsСтраница вниз<html><head/><body><p>Clicking this button navigates one page of records downwards in the table view above.</p></body></html><html><head/><body><p>Нажатие этой кнопки перемещает одну страницу записей вниз в виде таблицы выше.</p></body></html>>>Scroll to the endПрокрутить к концу<html><head/><body><p>Clicking this button navigates up to the end in the table view above.</p></body></html>>|<html><head/><body><p>Click here to jump to the specified record</p></body></html><html><head/><body><p>Нажмите здесь, чтобы перейти к указанной записи</p></body></html><html><head/><body><p>This button is used to navigate to the record number specified in the Go to area.</p></body></html><html><head/><body><p>Эта кнопка используется, чтобы переместиться к записи, номер которой указан в области Перейти к</p></body></html>Go to:Перейти к:Enter record number to browseВведите номер записи для просмотраType a record number in this area and click the Go to: button to display the record in the database viewНапечатайте номер записи в этой области и нажмите кнопку Перейти к:, чтобы отобразить запись в представлении базы данных11Show rowid columnОтображать колонку rowidToggle the visibility of the rowid columnUnlock view editingРазблокировать возможность редактированияThis unlocks the current view for editing. However, you will need appropriate triggers for editing.Разблокировать текущий вид для редактирования. Однако для редактирования вам понадобятся соответствующие триггеры.Edit display formatФормат отображенияEdit the display format of the data in this columnРедактирование формата отображения для данных из этой колонкиNew RecordДобавить записьInsert a new record in the current tableДобавить новую запись в текущую таблицу<html><head/><body><p>This button creates a new record in the database. Hold the mouse button to open a pop-up menu of different options:</p><ul><li><span style=" font-weight:600;">New Record</span>: insert a new record with default values in the database.</li><li><span style=" font-weight:600;">Insert Values...</span>: open a dialog for entering values before they are inserted in the database. This allows to enter values acomplishing the different constraints. This dialog is also open if the <span style=" font-weight:600;">New Record</span> option fails due to these constraints.</li></ul></body></html><html><head/><body><p>Эта кнопка создает новую запись в базе данных. Удерживайте кнопку мыши, чтобы открыть всплывающее меню различных параметров:</p><ul><li><span style=" font-weight:600;">Новая Запись</span>: вставляет новую запись со значениями по умолчанию.</li><li><span style=" font-weight:600;">Вставить Значения...</span>: открывает диалог для ввода значений перед тем, как они будут вставленны в БД. Это позволяет вводить значения, назначая различные ограничения. Этот диалог также открывается, если <span style=" font-weight:600;">Новая Запись</span> опция не срабатывает из-за этих ограничений.</li></ul></body></html>Delete RecordУдалить записьDelete the current recordУдалить текущую записьThis button deletes the record or records currently selected in the tableЭта кнопка удаляет запись или записи, выбранные в настоящее время в таблицеInsert new record using default values in browsed tableВставляет новую запись, используя значения по умолчанию в просматриваемой таблицеInsert Values...Вставить Значения...Open a dialog for inserting values in a new recordОткрывает диалоговое окно для вставки значений в новую записьExport to &CSVЭкспортировать в &CSVExport the filtered data to CSVЭкспортировать отфильтрованные данные в CSVThis button exports the data of the browsed table as currently displayed (after filters, display formats and order column) as a CSV file.Эта кнопка экспортирует данные просматриваемой таблицы так как отображается (после обработки фильтрами, форматами отображения и т.д.) в виде файла CSV.Save as &viewСохранить как &представлениеSave the current filter, sort column and display formats as a viewСохранить текущие фильтры, столбецы сортировки и форматы отображания в виде представленияThis button saves the current setting of the browsed table (filters, display formats and order column) as an SQL view that you can later browse or use in SQL statements.Эта кнопка сохраняет текущие настройки просматриваемой таблицы (фильтры, форматы отображения и столбец сортировки) в виде представления SQL, которое вы можете впоследствии просмотреть или использовать в операторах SQL.Save Table As...Save the table as currently displayedСохранить таблицу так как сейчас отображается<html><head/><body><p>This popup menu provides the following options applying to the currently browsed and filtered table:</p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Export to CSV: this option exports the data of the browsed table as currently displayed (after filters, display formats and order column) to a CSV file.</li><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Save as view: this option saves the current setting of the browsed table (filters, display formats and order column) as an SQL view that you can later browse or use in SQL statements.</li></ul></body></html><html><head/><body><p>Это всплывающее меню предоставляет следующие параметры, применяемые к текущей просматриваемой и отфильтрованной таблице:</p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Экспортировать ввиде CSV: данные просматриваемой таблицы сохраняется так как отображается (после применения фильтров, форматов отображения и порядка колонок) в CSV файл.</li><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Сохранить как вид: эта опция сохраняет настройки текущей отображаемой таблицы (фильтры, форматы отображения и порядок колонок) как SQL вид, который вы позже можете просматривать или использовать в SQL выражениях.</li></ul></body></html>Hide column(s)Скрыть колонкиHide selected column(s)Скрыть выбранные колонкиShow all columnsПоказать все колонкиShow all columns that were hiddenПоказать все колонки, которые были скрытыSet encodingКодировкаChange the encoding of the text in the table cellsИзменение кодировки текста в данной таблицеSet encoding for all tablesУстановить кодировку для всех таблицChange the default encoding assumed for all tables in the databaseИзменить кодировку по умолчанию для всех таблиц в базе данныхClear FiltersClear all filtersОчистить все фильтрыThis button clears all the filters set in the header input fields for the currently browsed table.Эта кнопка очищает все фильтры, установленные в полях ввода заголовка для текущей просматриваемой таблицы.Clear SortingReset the order of rows to the defaultThis button clears the sorting columns specified for the currently browsed table and returns to the default order.PrintПечатьPrint currently browsed table dataПечатать отображаемую таблицуPrint currently browsed table data. Print selection if more than one cell is selected.Распечатывайте текущие данные таблицы. Выбор печати, если выбрано несколько ячеек.Ctrl+PRefreshОбновитьRefresh the data in the selected tableОбновить данные в выбранной таблицеThis button refreshes the data in the currently selected table.Эта кнопка обновляет данные выбранной в данный момент таблицы.F5Find in cellsOpen the find tool bar which allows you to search for values in the table view below.BoldЖирныйCtrl+BItalicКурсивUnderlineПодчёркиваниеCtrl+UAlign RightAlign LeftCenter HorizontallyJustifyEdit Conditional Formats...Edit conditional formats for the current columnClear FormatClear All FormatsClear all cell formatting from selected cells and all conditional formats from selected columnsFont ColorBackground ColorToggle Format ToolbarShow/hide format toolbarThis button shows or hides the formatting toolbar of the Data BrowserSelect columnCtrl+SpaceReplace text in cellsFilter in any columnCtrl+R%n row(s), %n column(s). Sum: %1; Average: %2; Min: %3; Max: %4Conditional formats for "%1"determining row count...определяем количество строк...%1 - %2 of >= %3%1 - %2 из >= %3%1 - %2 of %3%1 - %2 из %3Please enter a pseudo-primary key in order to enable editing on this view. This should be the name of a unique column in the view.Пожалуйста, введите псевдо-первичный ключ, чтобы разрешить редактирование в этом представлении. Это должно быть имя уникального столбца в представлении.Delete RecordsУдалить ЗаписиDuplicate recordsДублированные записиDuplicate recordДубликат записиCtrl+"Adjust rows to contentsError deleting record:
%1Ошибка удаления записи: %1Please select a record firstСначала выберите записьThere is no filter set for this table. View will not be created.Для этой таблицы не установлен фильтр. Представление не будет создано.Please choose a new encoding for all tables.Пожалуйста выбирите новую кодировку для всех таблиц.Please choose a new encoding for this table.Пожалуйста выбирите новую кодировку для данной таблицы.%1
Leave the field empty for using the database encoding.%1
Оставьте это поле пустым если хотите чтобы использовалась кодировка по умолчанию.This encoding is either not valid or not supported.Неверная кодировка либо она не поддерживается.%1 replacement(s) made.VacuumDialogCompact DatabaseНе понятно, что лучше "уплотнение" или "сжатие"?Уплотнение базы данныхWarning: Compacting the database will commit all of your changes.Предупреждение: Уплотнение базы данных зафиксирует все изменения, которые были сделаны.Please select the databases to co&mpact:Выберите объекты для &уплотнения: