AboutDialogAbout DB Browser for SQLite关于 DB Browser for 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>DB Browser for SQLite 是一个开源免费的可视化工具,用于创建、设计和编辑 SQLite 数据库文件。</p><p>它以第 2 版 Mozilla 公共许可,以及第 3 版及之后版本的 GNU 通用许可方式授权。你可以在遵循这些许可的条件下修改或重新发布它。</p><p>参阅 <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> 了解细节。</p><p>要获得本程序的更多信息,请访问我们的网站: <a href="http://sqlitebrowser.org">http://sqlitebrowser.org</a></p><p><span style=" font-size:small;">这个软件使用了来自于 </span><a href="http://qt-project.org/"><span style=" font-size:small;">http://qt-project.org/</span></a> <span style=" font-size:small;">的 GPL/LGPL Qt Toolkit。<br/>参阅 </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;"> 了解许可条款和其他信息。</span></p><p><span style=" font-size:small;">它还使用了 Mark James 的 Silk 图标集,以第 2.5 和 3.0 版知识共享署名(CCA)许可方式授权。<br/>参阅 </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;"> 了解细节。</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> 将会关闭此界面,不执行 SQL 语句。</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:可用命令行参数:The -o/--option and -O/--save-option options require an argument in the form group/setting=value-o/--option 和 -O/--save-option 选项需要 group/setting=value 格式的参数Usage: %1 [options] [<database>|<project>]
用法: %1 [选项] [<数据库>|<项目>]
-h, --help Show command line options -h, --help 显示命令行选项 -q, --quit Exit application after running scripts -q, --quit 在运行脚本后退出应用程序 -s, --sql <file> Execute this SQL file after opening the DB -s, --sql <文件> 在打开数据库后执行此 SQL 文件 -t, --table <table> Browse this table after opening the DB -t, --table <表> 在打开数据库后浏览此表 -R, --read-only Open database in read-only mode -R, --read-only 用只读模式打开数据库 -o, --option <group>/<setting>=<value> -o, --option <分组/设置=值> Run application with this setting temporarily set to value 临时以此设置运行程序 -O, --save-option <group>/<setting>=<value> -O, --save-option <分组/设置=值> Run application saving this value for this setting 以此设置运行程序并保存设置 -v, --version Display the current version -v, --version 显示当前版本 <database> Open this SQLite database <文件> 打开这个 SQLite 数据库 <project> Open this project file (*.sqbpro) <项目> 打开这个项目文件 (*.sqbpro)The -s/--sql option requires an argument-s/--sql 选项需要一个参数The file %1 does not exist文件 %1 不存在The -t/--table option requires an argument-t/--table 选项需要一个参数Invalid option/non-existant file: %1无效选项/不存在的文件: %1SQLite Version SQLite 版本 SQLCipher Version %1 (based on SQLite %2)SQLCipher 版本 %1 (基于 SQLite %2)DB Browser for SQLite Version %1.DB Browser for SQLite 版本 %1.Built for %1, running on %2为 %1 构建,运行于 %2Qt Version %1Qt 版本 %1CipherDialogSQLCipher encryptionSQLCipher 加密&Password密码(&P)&Reenter password确认密码(&R)Encr&yption settings加密设置(&Y)SQLCipher &3 defaultsSQLCipher &3 默认SQLCipher &4 defaultsSQLCipher &4 默认Custo&m自定义(&M)Page si&ze页大小(&Z)&KDF iterationsKDF迭代(&K)HMAC algorithmHMAC算法KDF algorithmKDF算法Plaintext Header Size纯文本文件头大小Passphrase口令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 date苹果 NSDate 到日期Java epoch (milliseconds) to dateJava 时间戳(毫秒)到日期.NET DateTime.Ticks to date.NET 日期时间(Ticks到日期)Julian day to date儒略日 (Julian day) 到日期Unix epoch to local timeUnix 时间戳到本地时间Date as dd/mm/yyyy日期,格式为 dd/mm/yyyyLower case小写Custom display format must contain a function call applied to %1自定义显示格式必须包含处理 %1 的函数Error in custom display format. Message from database engine:
%1自定义显示格式有误。数据库引擎提供的错误信息为:\n\n%1Custom display format must return only one column but it returned %1.自定义显示格式必须只返回1列,但目前返回 %1 。Octal number八进制数Round number取整数Unix epoch to dateUnix 时间到日期Upper case大写Windows DATE to dateWindows 日期到日期Custom自定义CondFormatManagerConditional Format Manager条件格式管理器This 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添加(&A)Remove selected conditional format删除选中的条件格式&Remove删除(&R)Move selected conditional format up上移选中的条件格式Move &up上移(&U)Move selected conditional format down下移选中的条件格式Move &down下移(&D)Foreground前景Text color文本颜色Background背景Background color背景颜色Font字体Size大小Bold粗体Italic斜体Underline下划线Alignment对齐Condition条件Click to select color点击选择颜色Are 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 database请指明想要附加的数据库名Invalid 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 busy数据库未正确关闭,可能正忙The 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 %1未收到来自 %1 的任何输出could not execute command: %1未能执行命令: %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'.架构 '%2' 中不存在表 '%1' 。Cannot find column %1.找不到列 %1 。Creating savepoint failed. DB says: %1创建保存点失败。数据库显示:%1Renaming the column failed. DB says:
%1重命名列失败。数据库显示:\n%1Releasing savepoint failed. DB says: %1释放保存点失败。数据库显示:%1Creating new table failed. DB says: %1建立新表失败。数据库显示:%1Copying data to new table failed. DB says:
%1复制数据到新表失败。数据库显示:\n%1Deleting old table failed. DB says: %1删除旧表失败。数据库显示:%1Error renaming table '%1' to '%2'.
Message from database engine:
%3将表 '%1' 重命名为 '%2' 时出错。\n数据库引擎的错误信息:\n%1could not get list of db objects: %1未能获取数据库对象列表:%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设为&空Apply 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 Text右到左文本Binary二进制JSONJSONXMLXMLAutomatically 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.此文本编辑器允许你编辑纯文本。还支持JSON或XML格式的代码高亮,自动格式化和验证。\n\n格式错误用红色波浪线表示。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.此Qt编辑器用于右到左的文本(默认文本编辑器不支持这种格式)。当检测到右到左字符时,会自动选择这种编辑器模式。Open preview dialog for printing the data currently stored in the cell打印预览此单元格中的数据Auto-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 Wrap自动换行Wrap lines on word boundaries在单词边界自动换行Open in default application or browser用默认程序或浏览器打开Open in application用外部程序打开The value is interpreted as a file or URL and opened in the default application or web browser.将单元格的值视为文件路径或URL,在默认程序或浏览器中打开。Save file reference...保留文件引用...Save reference to fileI'm not sure将引用保存到文件Open in external application在外部程序中编辑Autoformat自动格式&Export...导出(&E)&Import...导入(&I)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拷贝十六进制和 ASCIICopy selected hexadecimal and ASCII columns to the clipboard拷贝选中的十六进制和 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当前在单元格中的数据的类型: 空Type 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.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 个字符Type of data currently in cell: Valid JSON当前在单元格中的数据的类型: 合法的JSONType of data currently in cell: Binary当前在单元格中的数据的类型: 二进制%n byte(s)%n 字节EditIndexDialog&Name名称(&N)Order顺序&Table表(&T)Edit Index Schema编辑索引架构&Unique唯一(&U)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部分索引子句(&x)Colu&mns列(&m)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无 RowidFields字段Database sche&ma数据库架构(&M)Add增加Remove删除Move to top移到最上Move up上移Move down下移Move to bottom移到最下Name名称Type类型NN非空Not null非NULLPK主键Primary key主键AI自增Autoincrement自动增值U唯一Unique唯一Default默认Default value默认值Check检查Check constraint检查约束条件Collation排序规则Foreign Key外键Constraints约束Add constraint增加约束Remove constraint删除约束Columns列SQLSQL<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 Key主键Add a primary key constraint增加主键约束Add a foreign key constraint增加外键约束Add a unique constraint增加唯一性约束Add a check constraint增加检查约束Error 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.至少有一行带本字段的记录被设为空。这使得它不可能设置这个标志。请首先更改表数据。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.
列 '%1' 有重复数据。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)表(&l)Colu&mn names in first line第一行列名(&m)Fie&ld separator字段分隔符(&l),,;;TabTab||Other其它&Quote character引号(&Q)""''New line characters换行符Windows: CR+LF (\r\n)Windows: 回车+换行 (\r\n)Unix: LF (\n)Unix: 换行 (\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.请至少选1个表Choose a directory选择一个目录Export completed.导出完成。ExportSqlDialogExport SQL...导出 SQL...Tab&le(s)表(&L)Select All全选Deselect All全不选&Options选项(&O)Keep column names in INSERT INTO在 INSERT INTO 语句中保留列名Multiple rows (VALUES) per INSERT statement每条 INSERT 语句中包含多行 (VALUES)Export everything导出所有Export schema only仅导出架构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)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 containing不包含Not equal to不等于Greater than大于Less than小于Greater or equal大于等于Less or equal小于等于Between this and...在此值和...之间Regular expression正则表达式Edit 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.<p>部分数据没有被加载。<b>在选择所有行之前是否要加载所有数据?</b><p><p>选择<b>否</b>表示不加载数据并放弃全选。<br/>选择<b>是</b>表示加载所有数据(可能花费一些时间)并进行全选。</p>警告:加载所有数据对于大表格可能占用大量内存。Cannot set selection to NULL. Column %1 has a NOT NULL constraint.不能将当前单元格设置为 NULL。列 %1 有 NOT NULL 约束。FileExtensionManagerFile Extension Manager文件扩展名管理器&Up上(&U)&Down下(&D)&Add添加(&A)&Remove删除(&R)Description描述Extensions扩展名*.extension*.扩展名FilterLineEditFilter过滤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 expression这些输入框能让你快速在当前所选表中进行过滤。
默认情况下,包含输入文本的行会被过滤出来。
以下操作也支持:
% 通配符
> 大于
< 小于
>= 大于等于
<= 小于等于
= 等于: 精确匹配
<> 不等于: 精确反向匹配
x~y 范围: 值在 x 和 y 之间
/regexp/ 值符合正则表达式Clear All Conditional Formats清除所有条件格式Use for Conditional Format用于条件格式Edit Conditional Formats...编辑条件格式...Set Filter Expression设置过滤表达式What's This?这是什么?Is NULL为 NULLIs 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:查找文本(&N):Re&place with:替换为(&P):Match &exact case精确匹配(&E)Match &only whole words全字匹配(&O)When enabled, the search continues from the other end when it reaches one end of the page启用时,搜索到页结尾时,搜索会继续从另一边开始。&Wrap around循环查找(&W)When set, the search goes backwards from cursor position, otherwise it goes forward设置时,搜索从当前位置往回进行。否则向前搜索。Search &backwards反向查找(&B)<html><head/><body><p>When checked, the pattern to find is searched only in the current selection.</p></body></html><html><head/><body><p>选中时,只在当前选择的内容中进行搜索。</p></body></html>&Selection only在所选内容中查找(&S)<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 中的正则表达式</a>.</p></body></html>Use regular e&xpressions使用正则表达式(&X)Find the next occurrence from the cursor position and in the direction set by "Search backwards"从当前位置查找下一出现的位置,按 "反向查找" 处所选的方向进行查找。&Find Next查找下一个(&F)F3&Replace替换(&R)Highlight all the occurrences of the text in the page高亮本页中所有出现的文本F&ind All全部高亮(&I)Replace all the occurrences of the text in the page替换本页中所有出现的文本Replace &All全部替换(&A)The searched text was not found无法找到要查找的文本The searched text was not found.无法找到要查找的文本。The searched text was found one time.查找的文本被找到了 1 次。The searched text was found %1 times.查找的文本被找到了 %1 次。The searched text was replaced one time.查找的文本被替换了 1 次。The searched text was replaced %1 times.查找的文本被替换了 %1 次。ForeignKeyEditor&Reset重置(&R)Foreign key clauses (ON UPDATE, ON DELETE etc.)外键子句 (ON UPDATE, ON DELETE 等等)ImportCsvDialogImport CSV file导入 CSV 文件Table na&me表名称(&M)&Column names in first line列名在首行(&C)Field &separator字段分隔符(&S),,;;TabTab|;Other其它&Quote character引号(&Q)Other (printable)其他(可打印)Other (code)其他(代码)""''&Encoding编码(&E)UTF-8UTF-8UTF-16UTF-16ISO-8859-1ISO-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忽略默认值(&V)Activate this option to stop the import when trying to import an empty value into a NOT NULL column without a default value.选中此项以在往没有默认值的非 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 import取消导入Ignore row忽略冲突的行Replace existing row替换现有的行Conflict strategy冲突策略Deselect 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' 用时 %2ms. 其中 %3ms 用在行方程上。Inserting row failed: %1插入行失败: %1MainWindowDB Browser for SQLiteDB Browser for SQLitetoolBar1工具栏1&Wiki百科(&W)Bug &Report...Bug 上报(&R)...Feature Re&quest...特性请求(&Q)...Web&site网站(&S)&Donate on Patreon...在 Patreon 上捐赠(&D)...Open &Project...打开工程(&P)...&Attach Database...附加数据库(&A)...Add another database file to the current database connection添加另一个数据库到当前的数据库连接中This button lets you add another database file to the current database connection此按钮能添加另一个数据库到当前的数据库连接中&Set Encryption...设置加密(&S)...This button saves the content of the current SQL editor tab to a file此按钮把当前 SQL 编辑器页的内容保存到一个文件SQLCipher &FAQSQLCipher 常见问题(&F)...Table(&s) to JSON...表到 JSON (&S)...Export one or more table(s) to a JSON file导出一个或多个表到 JSON 文件Un/comment block of SQL code注释/取消注释SQL代码Un/comment block注释/取消注释Comment or uncomment current line or selected block of code注释或取消注释当前行或选中的代码段Comment 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 execution停止执行SQLStop execution停止执行Stop the currently running SQL script停止当前运行的SQL脚本&File文件(&F)&Import导入(&I)&Export导出(&E)&Edit编辑(&E)&View查看(&V)&Help帮助(&H)&Remote远程(&R)Execute 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...加载扩展(&L)...This button executes the SQL statement present in the current editor line此按钮执行编辑器当前行中的 SQL 语句Shift+F5Sa&ve Project保存工程(&V)Save SQL file asSQL 文件另存为&Browse Table浏览表Copy Create statement复制 Create 语句Copy the CREATE statement of the item to the clipboard复制选中项的 CREATE 语句到剪贴板Open an existing database file in read only mode用只读方式打开一个已有的数据库文件Opens the SQLCipher FAQ in a browser window用浏览器窗口打开 SQLCipher 常见问题User用户Application应用程序&Clear清除(&C)DB Sche&ma数据库架构(&M)&New Database...新建数据库(&N)...Create a new database file创建一个新的数据库文件This option is used to create a new database file.这个选项用于创建一个新的数据库文件。Ctrl+N&Open Database...打开数据库(&O)...Open an existing database file打开一个现有的数据库文件This option is used to open an existing database file.这个选项用于打开一个现有的数据库文件。Ctrl+O&Close Database关闭数据库(&C)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...压缩数据库(&D)...Compact the database file, removing space wasted by deleted records压缩数据库文件,通过删除记录去掉浪费的空间Compact the database file, removing space wasted by deleted records.压缩数据库文件,通过删除记录去掉浪费的空间。E&xit退出(&X)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.打开一个向导让您从一个逗号间隔的文本文件导入数据到一个数据库表中。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 文件可以在大多数数据库和电子表格应用程序上创建。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.导出一个数据库表为逗号间隔的文本文件。Export a database table as a comma separated text file, ready to be imported into other database or spreadsheet applications.导出一个数据库表为逗号间隔的文本文件,准备好被导入到其他数据库或电子表格应用程序。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...首选项(&P)...Open the preferences window.打开首选项窗口。&DB Toolbar数据库工具栏(&D)Shows or hides the Database toolbar.显示或隐藏数据库工具栏。Shift+F1&Recently opened最近打开(&R)Open &tab打开标签页(&T)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 语句,然后拖到其他应用中,或者拖到其他 'DB Browser for 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编辑杂注Warning: this pragma is not readable and this value has been inferred. Writing the pragma might overwrite a redefined LIKE provided by an SQLite extension.警告: 此杂注无法读取,此值为推断得到。编辑杂注可能会覆盖由 SQLite 扩展重定义的 LIKE。Execute SQLThis has to be equal to the tab title in all the main tabs执行 SQL&Tools工具(&T)DB Toolbar数据库工具栏Edit Database &Cell编辑数据库单元格(&C)SQL &LogSQL 日志(&L)Show S&QL submitted by显示 SQL 提交自(&Q)Error Log错误记录This button clears the contents of the SQL logs此按钮清除 SQL 日志的内容This panel lets you examine a log of all SQL commands issued by the application or by yourself此面板可以让你自行检查本应用程序执行的所有 SQL 命令的日志。&Plot图表(&P)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关闭当前数据库文件This button closes the connection to the currently open database file此按钮关闭到当前打开的数据库文件的连接Ctrl+F4&Revert Changes倒退更改(&R)&Write Changes写入更改(&W)Open SQL file(s)打开 SQL 文件This button opens files containing SQL statements and loads them in new editor tabs此按钮打开包含 SQL 语句的文件,将其载入到新标签页Execute line执行行F1This button lets you save all the settings associated to the open DB to a DB Browser for SQLite project file此按钮让你将所有关于打开的数据库的设置保存到一个 DB Browser for SQLite 工程文件。This button lets you open a DB Browser for SQLite project file此按钮让你打开一个 DB Browser for SQLite 工程文件。Open Data&base Read Only...只读打开数据库(&B)...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在 SQL 编辑器中查找文本Find查找This button opens the search bar of the editor此按钮打开编辑器的查找栏Ctrl+FFind or replace text in SQL editor在 SQL 编辑器中查找或替换文本Find or replace查找或替换This button opens the find/replace dialog for the current editor tab此按钮为当前的编辑器标签页打开查找/替换对话框Ctrl+HExport to &CSV导出到 &CSVSave as &view保存为视图(&V)Save as view保存为视图Browse Table浏览表Shows or hides the Project toolbar.显示或隐藏工程工具栏Extra DB Toolbar其他数据库工具栏New In-&Memory Database新建内存数据库(&M)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完全性检查(&I)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外键检查(&F)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快速完全性检查(&Q)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 标签页返回结果。此命令会执行 integrity_check 的多数检查,但是要快得多。&Optimize优化(&O)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从当前的 SQL 编辑器标签页打印文本Open a dialog for printing the text in the current SQL editor tab打开对话框以从当前的 SQL 编辑器标签页打印文Print the structure of the opened database打印当前打开的数据库的结构Open a dialog for printing the structure of the opened database打开对话框以打印当前打开的数据库的结构&Save Project As...另存为工程(&S)...Save the project in a file selected in a dialog将工程保存为文件Save A&ll全部保存(&L)Save DB file, project file and opened SQL files保存数据库文件,工程文件,打开的SQL文件Ctrl+Shift+S&Database from SQL file...从 SQL 文件导入数据库(&D)...&Table from CSV file...从 CSV 文件导入表(&T)...&Database to SQL file...导出数据库到 SQL 文件(&D)...&Table(s) as CSV file...导出表到 CSV 文件(&T)...&Create Table...创建表(&C)...&Delete Table...删除表(&D)...&Modify Table...修改表(&M)...Create &Index...创建索引(&I)...W&hat's This?这是什么(&W)?&About关于(&A)This button opens a new tab for the SQL editor此按钮打开一个 SQL 编辑器的新标签页&Execute SQL执行 SQL(&E)Save the current session to a file保存当前会话到一个文件Load a working session from a file从一个文件加载工作会话Save SQL file保存 SQL 文件Execute current line执行当前行Ctrl+EExport as CSV file导出为 CSV 文件Export table as comma separated values file导出表为逗号间隔值文件Ctrl+LCtrl+PDatabase encoding数据库编码Choose a database file选择一个数据库文件Ctrl+ReturnCtrl+回车Ctrl+DCtrl+IEncrypted加密的Database is encrypted using SQLCipher数据库使用 SQLCipher 进行了加密Read only只读Database file is read only. Editing the database is disabled.数据库是只读的。编辑被禁止。Could not open database file.
Reason: %1无法打开数据库文件。
原因: %1Choose a filename to save under选择一个文件名保存Setting PRAGMA values or vacuuming will commit your current transaction.
Are you sure?设置或清除杂注值会提交你的当前事务。
你确定吗?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保存数据库文件时出错。这表明不是所有对数据库的更改都被保存了。你需要先解决以下错误。
%1A new DB Browser for SQLite version is available (%1.%2.%3).<br/><br/>Please download at <a href='%4'>%4</a>.有新版本的 DB Browser for SQLite (%1.%2.%3)可用。<br/><br/>请从 <a href='%4'>%4</a> 下载。DB Browser for SQLite project file (*.sqbpro)DB Browser for SQLite 工程文件 (*.sqbpro)Reset Window Layout重置窗口布局Alt+0The database is currenctly busy.数据库正忙。Click here to interrupt the currently running query.点击此处中断当前运行的查询。You 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?你正在执行SQL语句。关闭数据库会停止执行,可能使数据库处于不准确的状态。确实要关闭数据库吗?Do you want to save the changes made to the project file '%1'?是否要保存对工程文件 '%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/>你需要执行 '工具 | 外键检查' 并修复发现的问题。Edit View %1编辑视图 %1Edit Trigger %1编辑触发器 %1At line %1:在行 %1:Result: %1结果: %1Result: %2结果: %2Execution finished with errors.执行已完成,但有错误。Execution finished without errors.执行完成。Opened '%1' in read-only mode from recent file list从最近的文件列表中用只读方式打开 %1Opened '%1' from recent file list从最近的文件列表中打开 %1&%1 %2%3&%1 %2%3 (read only) (只读)Open Database or Project打开数据库或工程Attach Database...附加数据库...Import CSV file(s)...导入CSV文件...Select the action to apply to the dropped file(s). <br/>Note: only 'Import' will process more than one file.选择要应用到拖放的文件的操作。<br/>注意:只有“导入”会处理多个文件。Do you want to save the changes made to SQL tabs in a new project file?是否要把对SQL的修改保存为工程文件?This action will open a new SQL tab with the following statements for you to edit and run:此动作会打开包含下列语句的新的 SQL 标签页以编辑并运行:Rename Tab重命名标签Duplicate Tab复制标签Close Tab关闭标签Opening '%1'...正在打开 '%1'...There was an error opening '%1'...打开 '%1' 时出错...Value is not a valid URL or filename: %1不是正确的URL或文件名:%1Do you want to save the changes made to the SQL file %1?是否要保存对SQL文件 %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?此标签内的SQL语句正在被执行。关闭标签会停止执行,可能使数据库处于不准确的状态。确实要关闭标签吗?Could not find resource file: %1不能找到资源文件:%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 for SQLite version 3.10 或更低版本创建的。加载此文件格式依然完全支持,但我们建议你把工程转换到新的格式,因为旧格式支持将来可能会失效。你可以通过打开并重新保存的方式来转换。Could not open project file for writing.
Reason: %1未能写入工程文件。
原因:%1Busy (%1)正忙 (%1)Are 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 Layout窗口布局Simplify Window Layout精简窗口布局Shift+Alt+0Dock Windows at Bottom停靠窗口到底部Dock Windows at Left Side停靠窗口到左侧Dock Windows at Top停靠窗口到顶部File %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删除索引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.你已经在执行SQL语句。是否要停止执行并改为执行当前语句?注意,这可能使数据库处于不准确的状态。-- EXECUTING SELECTION IN '%1'
---- 执行 '%1' 中所选
---- EXECUTING LINE IN '%1'
---- 执行 '%1' 中的行
---- EXECUTING ALL IN '%1'
---- 执行 '%1' 中所有
--%1 rows returned in %2ms%1 行返回,耗时 %2msChoose 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'?是否要把对SQL的修改保存到工程文件 '%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'工程已保存到文件 '%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 collation创建整理Set 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>: 格式化的字符串 "yyyy-MM-dd hh:mm:ss" 或 "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;">日期</span>: 格式化的字符串 "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;">时间</span>: 格式化的字符串 "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;">标签</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列XXY1Y1Y2Y2Axis 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+点击以选中一批点。
使用鼠标滚轮可以缩放,鼠标拖拽可以改变坐标轴的范围。
选择轴或者轴上的标签并拖拽可以缩放此方向。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 bars堆叠的条形Date/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 查询,要么选一种曲线支持的线形:无或者折线。Loading all remaining data for this table took %1ms.加载表中全部剩余数据花费了%1毫秒。PreferencesDialogPreferences首选项&General通用(&G)Remember last location记住上次的位置Always use this location总是使用此位置Remember last location for session only仅在会话中记住上次的位置Lan&guage语言(&G)Automatic &updates自动更新(&A)&Database数据库(&D)Database &encoding数据库编码(&E)Open databases with foreign keys enabled.打开启用了外键的数据库。&Foreign keys外键(&F)enabled启用Default &location默认位置(&L)......Remove line breaks in schema &view删除架构视图中的换行(&V)Show remote options显示远程选项Prefetch block si&ze预取块尺寸(&Z)SQ&L to execute after opening database打开数据库后执行的 SQL(&L)Default field type默认字段类型Data &Browser数据浏览器(&B)Font字体&Font字体(&F)Content内容Symbol limit in cell单元格字符数限制NULL空Regular常规Binary二进制Background背景Filters过滤Threshold for completion and calculation on selection自动完成与汇总限制Show images in cell显示单元格中图片Enable this option to show a preview of BLOBs containing image data in the cells. This can affect the performance of the data browser, however.启用此选项可以预览单元格BOLB中包含的图片。但这会影响浏览数据的性能。Escape character转义字符Delay time (&ms)延时(毫秒)(&M)Set the waiting time before a new filter value is applied. Can be set to 0 for disabling waiting.设置应用新过滤值前的等待时间。设为0以禁用等待。&SQL&SQLSettings name设置名称Context上下文Colour颜色Bold粗体Italic斜体Underline下划线Keyword关键字Function函数Table表Comment注释Identifier识别符String字符串Current line当前行SQL &editor font sizeSQL 编辑器字体大小(&E)Tab sizeTab 长度SQL editor &fontSQL 编辑器字体(&F)Error indicators显示代码错误Hori&zontal tiling水平平铺(&Z)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自动补全(&M)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 Window主窗口Database Structure数据库结构Browse Data浏览数据Execute SQL执行 SQLEdit Database Cell编辑数据库单元格When this value is changed, all the other color preferences are also set to matching colors.改变这个选项也会改变其他的颜色风格。Follow the desktop style跟随桌面风格Dark style黑暗风格Application style界面风格This sets the font size for all UI elements which do not have their own font size option.此选项为所有组件设置字体大小,有单独的字体大小选项的组件除外。Font size字体大小When enabled, the line breaks in the Schema column of the DB Structure tab, dock and printed output are removed.当启用时,数据库结构标签页中的架构列里的换行,显示、打印时被移除。Database structure font size数据库结构字体大小Font si&ze字体大小(&Z)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.启用一些耗费资源的计算的最大行数,包括:
启用自动完成的表中最大行数。
自动进行求和与平均值的最大选择单元格数量。
可以设置为0以禁用这些功能。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显示的文本(&T)Click to set this color点击设置颜色Text color文本颜色Background color背景颜色Preview only (N/A)仅预览 (N/A)Foreground前景SQL &results font sizeSQL 结果的字体大小(&R)&Wrap lines换行(&W)Never永不At word boundaries按照词边界At character boundaries按照字母边界At whitespace boundaries按照空白字符边界&Quotes for identifiers标识转义(&Q)Choose the quoting mechanism used by the application for identifiers in SQL code.选择 SQL 代码中标识的转义方式。"Double quotes" - Standard SQL (recommended)"双引号" - 标准 SQL (推荐)`Grave accents` - Traditional MySQL quotes`重音符` - 经典的 MySQL 转义[Square brackets] - Traditional MS SQL Server quotes[方括号] - 经典的 MS SQL Server 转义Keywords in &UPPER CASE关键字大写(&U)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 tabs标签显示关闭按钮If 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.如果启用,SQL 编辑器标签页上将显示关闭按钮。无论是否启用,你都可以通过右键菜单或者键盘快捷键来关闭标签。&Extensions扩展(&E)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>虽然支持 REGEXP 运算符,但是 SQLite 并没有实现任何正则表达式算法,<br/>而是回调应用程序。DB Browser for SQLite 为您实现了算法,以便您可以<br/>打破常规使用 REGEXP。由于算法有多种可能的实现,您可能想用其他的,<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><html><head/><body><p>SQLite 提供了 SQL 函数用于从共享库中加载扩展。启用这个选项以在SQL代码中使用 <span style=" font-style:italic;">load_extension()</span> 函数。</p><p>因安全原因,加载扩展功能默认被关闭,须在此处手动启用。但即使此选项未启用,仍能通过上方的界面加载扩展。</p></body></html>Allow loading extensions from SQL code允许在SQL代码里加载扩展Remote远程CA certificatesCA 证书Proxy代理服务器Configure配置Subject CN主题 CN (Subject CN)Common Name公用名称 (Common Name)Subject O主题 O (Subject O)Organization组织 (Organization)Valid from有效期从Valid to有效期到Serial number序列号Your certificates您的证书File文件Subject Common Name主题公用名称 (Subject Common Name)Issuer CN签发人 CN (Issuer CN)Issuer Common Name签发人公用名称 (Issuer Common Name)Clone databases into克隆数据库信息Choose a directory选择一个目录The language will change after you restart the application.语言将在重启应用程序后改变。Select extension file选择扩展文件Extensions(*.so *.dylib *.dll);;All files(*)扩展(*.so *.dylib *.dll);;所有文件(*)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 Configuration代理服务器配置Pro&xy Type代理服务器类型Host Na&me主机名Port端口Authentication Re&quired要求验证&User Name用户名Password密码None无System settings跟随系统设置HTTPHTTPSocks v5Socks v5QObjectError importing data导入数据时出错 from record number %1自记录编号 %1.
%1.
%1Importing CSV file...导入CSV文件...Cancel取消All files (*)所有文件 (*)SQLite database files (*.db *.sqlite *.sqlite3 *.db3)SQLite 数据库文件 (*.db *.sqlite *.sqlite3 *.db3)Left左Right有Center居中Justify两段SQLite Database Files (*.db *.sqlite *.sqlite3 *.db3)SQLite 数据库文件 (*.db *.sqlite *.sqlite3 *.db3)DB Browser for SQLite Project Files (*.sqbpro)DB Browser for SQLite 工程文件 (*.sqbpro)SQL Files (*.sql)SQL 文件 (*.sql)All Files (*)所有文件 (*)Text Files (*.txt)纯文本文件 (*.txt)Comma-Separated Values Files (*.csv)CSV (逗号分隔)(*.csv)Tab-Separated Values Files (*.tsv)TSV (制表符分隔)(*.tsv)Delimiter-Separated Values Files (*.dsv)DSV (分隔符分隔)(*.dsv)Concordance DAT files (*.dat)Concordance DAT 文件 (*.dat)JSON Files (*.json *.js)JSON 文件 (*.json *.js)XML Files (*.xml)XML 文件 (*.xml)Binary Files (*.bin *.dat)二进制文件 (*.bin *.dat)SVG Files (*.svg)SVG 文件 (*.svg)Hex Dump Files (*.dat *.bin)十六进制转储文件 (*.dat *.bin)Extensions (*.so *.dylib *.dll)扩展 (*.so *.dylib *.dll)RemoteCommitsModelCommit ID提交IDMessage说明Date日期Author作者Size大小Authored and committed by %1由 %1 为作者并提交Authored by %1, committed by %2由 %1 为作者,由 %2 提交RemoteDatabaseError opening local databases list.
%1打开本地数据库列表时出错。
%1Error creating local databases list.
%1创建本地数据库列表时出错。
%1RemoteDockRemote远程Local本地Identity身份Push currently opened database to server推送当前打开的数据库到服务器DBHub.ioDBHub.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><html><head/><body><p>在此面板,来自 dbhub.io 网站的远程数据库可以被添加到 DB4S。首先你需要一个身份:</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;">登录 dbhub.io 网站 (使用你的 GitHub 认证或其他什么)</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">点击按钮创建 DB4S 证书 (那是你的身份)。 这会给你一个证书文件 (保存到你的本地硬盘里)。</li><li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">前往 DB4S 的设置中的远程选项卡。点击添加证书,选择刚才下载的文件。</li></ol><p>这样,远程面板就会显示你的身份,之后可以添加远程数据库。</p></body></html>Current Database当前数据库Clone克隆User用户Database数据库Branch分支Commits提交记录Commits for提交于Delete Database删除数据库Delete the local clone of this database删除此数据库的本地克隆Open in Web Browser在浏览器中打开Open the web page for the current database in your browser在你的浏览器中打开当前数据库的网页版Clone from Link从链接克隆Use 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 views重新载入所有数据并更新视图F5Clone Database克隆数据库Open Database打开数据库Open the local copy of this database打开此数据库的本地拷贝Check out Commit签出某个提交Download and open this specific commit下载并打开特定的提交版本Check out Latest Commit签出最新提交Check out the latest commit of the current branch从当前分支签出最近一次的提交版本Save Revision to File将版本另存为文件Saves the selected revision of the database to another file将选择的版本的数据库保存到另一个文件Upload Database上传数据库Upload 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><html><head/><body><p>你正在使用内置的,只读的凭据。要上传你的数据库,你需要配置使用你的 DBHub.io 账号。</p><p>还没有 DBHub.io 账号?<a href="https://dbhub.io/"><span style=" text-decoration: underline; color:#007af4;">注册一个</span></a> 并在 <a href="#preferences"><span style=" text-decoration: underline; color:#007af4;">此处</span></a> 导入你的证书。</p><p>要获得在线帮助,点击<a href="https://dbhub.io/about"><span style=" text-decoration: underline; color:#007af4;">这里</span></a>。</p></body></html>Back返回Select an identity to connect选择要用于连接的凭据Public公用证书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.将远程服务器上的数据库下载到本地以编辑。
请输入用于克隆的URL。可通过在网页上点击
“Clone Database in DB4S”获得数据库的URL。Invalid URL: The host name does not match the host name of the current identity.无效的URL:主机名与凭据的主机名不符。Invalid URL: No branch name specified.无效的URL:未指定分支名。Invalid URL: No commit ID specified.无效的URL:未指定提交ID。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提交File文件RemoteModelName名称Last modified上次修改Size大小Commit提交Size: 大小:Last Modified: 上次修改:Licence: 授权:Default Branch: 默认分支:RemoteNetworkChoose a location to save the file选择保存位置Error 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正在上传远程数据库到
%1. {1?}Downloading remote database from
%1正在下载远程数据库于
%1. {1?}Error: The network is not accessible.错误: 网络无法访问。Error: Cannot open the file for sending.错误: 无法打开文件用于发送。RemotePushDialogPush database推送数据库Database na&me to push to推送的数据库名(&m)Commit message提交信息Database licence数据库许可协议Public公开Branch分支Force push强制推送Username用户名Database 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查询执行成功。耗时 %1ms%2executing query执行查询SelectItemsPopupA&vailable可用(&V)Sele&cted已选(&C)SqlExecutionAreaForm表单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 中的正则表达式</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><html><head/><body><p>上次执行的语句的结果。</p><p>你可能希望折叠这个窗格并使用 <span style=" font-style:italic;">SQL 日志</span> 区域查看提交自 <span style=" font-style:italic;">用户</span> 的结果。</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?%2文件 "%1" 已被其他程序修改。是否要重新加载?%2SqlTextEditCtrl+/SqlUiLexer(X) The abs(X) function returns the absolute value of the numeric argument 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.(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. (X,Y,...) The coalesce() function returns a copy of its first non-NULL argument, or NULL if all arguments are NULL(X,Y) The glob(X,Y) function is equivalent to the expression "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) 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) 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.() The last_insert_rowid() function returns the ROWID of the last row insert from the database connection which invoked the function.(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,Y) The like() function is used to implement the "Y LIKE X" expression.(X,Y,Z) The like() function is used to implement the "Y LIKE X ESCAPE Z" expression.(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) ltrim(X) removes spaces from the left side of 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,...) The multi-argument max() function returns the argument with the maximum value, or return NULL if any argument is NULL.(X,Y,...) The multi-argument min() function returns the argument with the minimum value.(X,Y) The nullif(X,Y) function returns its first argument if the arguments are different and NULL if the arguments are the same.(FORMAT,...) The printf(FORMAT,...) SQL function works like the sqlite3_mprintf() C-language function and the printf() function from the standard C library.(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.() The random() function returns a pseudo-random integer between -9223372036854775808 and +9223372036854775807.(N) The randomblob(N) function return an N-byte blob containing pseudo-random bytes.(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) The round(X) function returns a floating-point value X rounded to zero digits to the right of the decimal point.(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) rtrim(X) removes spaces from the right side of 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) The soundex(X) function returns a string that is the soundex encoding of the string X.(X,Y) substr(X,Y) returns all characters through the end of the string X beginning with the Y-th.(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.() The total_changes() function returns the number of row changes caused by INSERT, UPDATE or DELETE statements since the current database connection was opened.(X) trim(X) removes spaces from both ends of 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) The typeof(X) function returns a string that indicates the datatype of the expression X.(X) The unicode(X) function returns the numeric unicode code point corresponding to the first character of the string X.(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.(N) The zeroblob(N) function returns a BLOB consisting of N bytes of 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) The count(X) function returns a count of the number of times that X is not NULL in a group.(X) The group_concat() function returns a string which is the concatenation of all non-NULL values of X.(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) The max() aggregate function returns the maximum value of all values in the group.(X) The min() aggregate function returns the minimum non-NULL value of all values in the group.(X) The sum() and total() aggregate functions return sum of all non-NULL values in the group.() 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.() 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.() 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. () 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. () 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.(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.(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,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,default) If default is also provided, then it is returned instead of NULL if the row identified by offset does not exist.(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,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) 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) 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,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.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:表(&T):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 table在表中查找Find 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 Cell单元格匹配Interpret 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 上对正则表达式的介绍</a>。</p></body></html>Regular Expression正则表达式Close Find Bar关闭查找栏Text to replace with要替换的文本Replace with替换Replace next match替换下个匹配的文本Replace替换Replace all matches替换所有匹配Replace 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>点击这个按钮在上面的表视图中导航到最后。</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显示 rowid 列Toggle the visibility of the rowid column切换 rowid 列的可见性Unlock 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保存为视图(&V)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 Filters清除过滤Clear all filters清除所有过滤This button clears all the filters set in the header input fields for the currently browsed table.此按钮将清除当前浏览表的所有在头部输入区的过滤器。Clear Sorting清除排序Reset the order of rows to the default将行的顺序重置为默认This 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 cells在单元格中查找Open the find tool bar which allows you to search for values in the table view below.打开查找栏,可以在其中搜索表内数据。Bold粗体Ctrl+BItalic斜体Underline下划线Ctrl+UAlign Right右对齐Align Left左对齐Center Horizontally垂直居中Justify两端对齐Edit Conditional Formats...编辑条件格式...Edit conditional formats for the current column为当前列设置条件格式Clear Format清除格式Clear All Formats清除全部格式Clear all cell formatting from selected cells and all conditional formats from selected columns清除当前选择的单元格的格式和当前选择的列的条件格式Font Color字体颜色Background Color背景颜色Toggle Format Toolbar切换格式工具栏Show/hide format toolbar显示或隐藏格式工具栏This button shows or hides the formatting toolbar of the Data Browser此按钮显示或隐藏浏览数据窗口的格式工具栏Select column选择列Ctrl+SpaceReplace text in cells在单元格中替换Filter in any column在所有列中过滤Ctrl+R%n row(s)%n 行, %n column(s), %n 列. Sum: %1; Average: %2; Min: %3; Max: %4. 求和: %1; 平均值: %2; 最小值: %3; 最大值: %4. Sum: %1; Average: %2; Min: %3; Max: %4Conditional formats for "%1""%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 contents按内容调整行高Error 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.进行了 %1 次替换。VacuumDialogCompact Database压缩数据库Warning: Compacting the database will commit all of your changes.警告: 压缩数据库会提交你的所有修改。Please select the databases to co&mpact:请选择要压缩的数据库(&M)