AboutDialog About SQLiteStudio and licenses 关于 SQLiteStudio 和许可协议 About 关于 <html><head/><body><p align="center"><span style=" font-size:11pt; font-weight:600;">SQLiteStudio v%1</span></p><p align="center">Free, open-source, cross-platform SQLite database manager.<br/><a href="https://sqlitestudio.pl"><span style=" text-decoration: underline; color:#0000ff;">https://sqlitestudio.pl</span></a><br/></p><p align="center">%2<br/></p><p align="center">Author and active maintainer:<br/>SalSoft (<a href="https://salsoft.com.pl"><span style=" text-decoration: underline; color:#0000ff;">https://salsoft.com.pl</span></a>)<br/></p></body></html> <html><head/><body><p align="center"><span style=" font-size:11pt; font-weight:600;">SQLiteStudio v%1</span></p><p align="center">自由、开源、跨平台的 SQLite 数据库管理工具。<br/><a href="https://sqlitestudio.pl"><span style=" text-decoration: underline; color:#0000ff;">https://sqlitestudio.pl</span></a><br/></p><p align="center">%2<br/></p><p align="center">作者和活跃维护人:<br/>SalSoft (<a href="https://salsoft.com.pl"><span style=" text-decoration: underline; color:#0000ff;">https://salsoft.com.pl</span></a>)<br/></p></body></html> Licenses 许可协议 Environment 环境 Icon directories 图标目录 Form directories 表单目录 SQLite extension directories SQLite 扩展目录 Plugin directories 插件目录 Configuration directory 配置文件目录 Application directory 应用程序目录 Qt version: Qt 版本: SQLite 3 version: SQLite 3 版本: Portable distribution. 便携版。 MacOS X application bundle distribution. MacOS X application bundle distribution. Operating system managed distribution. 系统提供版。 <h3>Table of contents:</h3><ol>%2</ol> <h3>目录:</h3><ol>%2</ol> BindParamsDialog Query parameters 查询参数 Please provide values for query parameters 请提供一个值作为查询参数 CodeSnippetEditor Filter snippets 筛选代码片段 <html><head/><body><p>Optional shortcut, that will work only in context of the active code assistant window. It allows user to use key combinations, that would otherwise be conflicting with other shortcuts. Having the code assistant window as required context makes the choice of keys more versatile.</p></body></html> <html><head/><body><p>Optional shortcut, that will work only in context of the active code assistant window. It allows user to use key combinations, that would otherwise be conflicting with other shortcuts. Having the code assistant window as required context makes the choice of keys more versatile.</p></body></html> <html><head/><body><p>The name of the snippet will be displayed in the code assistant. To access the list of snippets user has to hit the code assistant shortcut twice.</p></body></html> <html><head/><body><p>The name of the snippet will be displayed in the code assistant. To access the list of snippets user has to hit the code assistant shortcut twice.</p></body></html> Snippet name 代码片段名称 Code assistant shortcut Code assistant shortcut Snippet code 代码片段 Code Snippets editor window has uncommitted modifications. Code Snippets editor window has uncommitted modifications. Code Snippets editor 代码片段编辑器 Commit all snippet changes Commit all snippet changes Rollback all snippet changes Rollback all snippet changes Create new snippet Create new snippet Delete selected snippet Delete selected snippet Move the snippet up Move the snippet up Move the snippet down Move the snippet down Code snippets manual 代码片段手册 Enter a non-empty, unique name of the snippet. Enter a non-empty, unique name of the snippet. Enter a non-empty snippet content. Enter a non-empty snippet content. This hotkey is not unique in context of a code assistant. This hotkey is not unique in context of a code assistant. CollationsEditor Filter collations 筛选字符序 Databases 数据库 Register in all databases 在所有数据库中注册 Register in following databases: 在下列数据库中注册: Implementation code: 实现代码: Collation name: 字符序名称: Implementation language: 实现语言: Collations editor 字符序编辑器 Commit all collation changes 提交全部字符序更改 Rollback all collation changes 回滚所有字符序更改 Create new collation 创建新字符序 Delete selected collation 删除选中字符序 Editing collations manual 手动编辑字符序 Enter a non-empty, unique name of the collation. 请为字符序输入一个非空且唯一的名称。 Pick the implementation language. 选择实现语言。 Enter a non-empty implementation code. 请输入非空的实现代码。 Collations editor window has uncommitted modifications. 字符序编辑器有未提交的修改。 ColorButton Pick a color 选择一种颜色 ColumnCollatePanel Collation name: 字符序名称: Named constraint: 命名的约束: Enter a name of the constraint. 输入约束的名称。 Enter a collation name. 输入字符序的名称。 ColumnDefaultPanel Default value: 默认值: Named constraint: 命名的约束: Enter a default value expression. 输入默认值表达式。 Invalid default value expression: %1. If you want to use simple string as value, remember to surround it with quote characters. 无效的默认值表达式:%1。如果你想使用简单的字符串作为值,记得用引号将其框起来。 Invalid default value expression. If you want to use simple string as value, remember to surround it with quote characters. 无效的默认值表达式。如果你想使用简单的字符串作为值,记得用引号将其框起来。 Enter a name of the constraint. 输入约束名: ColumnDialog Column Name and type 名称和类型 Scale 小数位数 Precision 精度 Data type: 数据类型: Column name: 列名: Size: 大小: Constraints 约束 Generated value 生成的值 Unique 唯一 Configure 配置 Foreign Key 外键 Collate 字符序 Not NULL 非空 Check condition 条件 Primary Key 主键 Default 默认 Advanced mode 高级模式 Add constraint column dialog 添加约束 Edit constraint column dialog 编辑约束 Delete constraint column dialog 删除约束 Move constraint up column dialog 上移约束 Move constraint down column dialog 下移约束 Add a primary key column dialog 添加主键 Add a foreign key column dialog 添加外键 Add an unique constraint column dialog 添加唯一约束 Add a check constraint column dialog 添加条件约束 Add a not null constraint column dialog 添加非空约束 Add a collate constraint column dialog 添加字符序约束 Add a generated value constraint column dialog 添加生成的值约束 Add a default constraint column dialog 添加默认约束 Are you sure you want to delete constraint '%1'? column dialog 确定要删除约束“%1”吗? Correct the constraint's configuration. 请纠正约束配置。 Scale is not allowed for INTEGER PRIMARY KEY columns. INTEGER PRIMARY KEY 列中不允许小数位数。 Precision cannot be defined without the scale. 有小数位数才能定义精度。 Cannot use type other than INTEGER if AUTOINCREMENT is enabled in PRIMARY KEY. 主键(PRIMARY KEY)已启用自动递增(AUTOINCREMENT),不能使用 INTEGER 以外的类型。 INTEGER type was enforced due to enabled AUTOINCREMENT in PRIMARY KEY. 主键(PRIMARY KEY)已启用自动递增(AUTOINCREMENT),强制使用 INTEGER 类型。 Precision is not allowed for INTEGER PRIMARY KEY columns. 不允许对整型主键(INTEGER PRIMARY KEY)设置精度。 Could not match valid STRICT table datatype from declared type: %1. Could not match valid STRICT table datatype from declared type: %1. ColumnDialogConstraintsModel Type column dialog constraints 类型 Name column dialog constraints 名称 Details column dialog constraints 详情 ColumnForeignKeyPanel Foreign table: 外部表: Foreign column: 外部字段: Reactions 响应 Deferred foreign key 延迟外键约束 Named constraint 命名的约束 Constraint name 约束名称 Pick the foreign table. 选择一个外部表。 Pick the foreign column. 选择一个外部字段。 Enter a name of the constraint. 输入约束名称 ColumnGeneratedPanel Generating code: 生成代码: Explicit type: 显式类型: Use "GENERATED ALWAYS" keywords 使用 "GENERATED ALWAYS" 关键字 Named constraint: 命名的约束: Enter the column value generating expression. 请输入列值生成表达式。 Invalid value generating expression: %1. 无效的值生成表达式:%1。 Invalid value generating expression. 无效的值生成表达式。 Enter a name of the constraint. 输入约束名称。 ColumnPrimaryKeyPanel Autoincrement 自动递增 Sort order: 排序: Named constraint: 命名的约束: On conflict: 当冲突时: Enter a name of the constraint. 请输入约束名称。 Descending order is not allowed with AUTOINCREMENT. 自增不允许降序。 ColumnUniqueAndNotNullPanel Named constraint: 命名的约束: On conflict: 当冲突时: Enter a name of the constraint. 请输入约束名称。 CompleterWindow Column: %1 completer statusbar 列:%1 Table: %1 completer statusbar 表:%1 Index: %1 completer statusbar 索引:%1 Trigger: %1 completer statusbar 触发器:%1 View: %1 completer statusbar 视图:%1 Database: %1 completer statusbar 数据库:%1 Keyword: %1 completer statusbar 关键字:%1 Function: %1 completer statusbar 函数:%1 Operator: %1 completer statusbar 操作符:%1 String completer statusbar 字符串 Number completer statusbar 数值 Binary data completer statusbar 二进制数据 Collation: %1 completer statusbar 字符序:%1 Pragma function: %1 completer statusbar PRAGMA 函数:%1 Insert a code snippet 插入代码片段 ConfigDialog Configuration 配置 Search 搜索 General 通用 Keyboard shortcuts 快捷键 Look & feel 外观 Style 风格 Fonts 字体 Code colors 代码颜色 Database list 数据库列表 Code assistant 代码助手 Data browsing 浏览数据 Data editors 数据编辑器 Plugins 插件 Code formatters 代码格式化器 If switched off, then columns will be sorted in the order they are typed in CREATE TABLE statement. 如果关闭,列将按照 CREATE TABLE 中的顺序排序。 Sort table columns alphabetically 按字母顺序列出表的列 Expand tables node when connected to a database 连接到数据库时展开表节点 <p>Additional labels are those displayed next to the names on the databases list (they are blue, unless configured otherwise). Enabling this option will result in labels for databases, invalid databases and aggregated nodes (column group, index group, trigger group). For more labels see options below.<p> <p>附加标签是显示在数据库列表的名称旁边的文本标签(除非另有配置,否则为蓝色)。启用此选项将为数据库、无效数据库和聚合节点(列组、索引组、触发器组)显示标签。更多标签见下方选项。<p> Display additional labels on the list 在列表中显示附加标签 For regular tables labels will show number of columns, indexes and triggers for each of tables. 对于普通表,标签将显示每个表的列、索引和触发器的数量。 Display labels for regular tables 为普通表显示标签 Virtual tables will be marked with a 'virtual' label. 虚拟表将附以“虚拟”标签。 Display labels for virtual tables 为虚拟表显示标签 Expand views node when connected to a database 连接到数据库时展开视图节点 If this option is switched off, then objects will be sorted in order they appear in sqlite_master table (which is in order they were created) 如果关闭此选项,则对象将按照 sqlite_master 表中的顺序(即它们被创建的顺序)排列 Sort objects (tables, indexes, triggers and views) alphabetically 按字母顺序排列对象(表、索引、触发器及视图) Display system tables and indexes on the list 在列表中显示系统表和索引 Database dialog window 数据库对话框窗口 <p>When adding new database it is marked to be "permanent" (stored in configuration) by default. Checking this option makes every new database to NOT be "permanent" by default.</p> <p>添加新的数据库时,默认会将其标记为“永久”(存储在配置文件中)。选中此选项则新添加的数据库将默认不标记为“永久”。</p> Do not mark database to be "permanent" by default 默认不将新添加的数据库标为“永久” <p>When this option is enabled, then files dropped from file manager onto database list will be automatically added to the list, bypassing standard database dialog. If for various reasons automatic process fails, then standard dialog will be presented to the user.</p> <p>启用此选项后,将文件从文件管理器拖放到数据库列表中时,将自动绕过标准的数据库对话框,直接添加到列表中。如果由于各种原因自动处理失败,则还会向用户显示标准对话框。</p> Try to bypass dialog completly when dropping database file onto the list 拖放数据库文件到列表中时尝试完全绕过对话框 Data browsing and editing 浏览和编辑数据 <p>Maximum number of configurations of Populate Table dialog stored in configuration. Value of 100 should be sufficient.</p> <p>在配置文件中存储,“表填充”对话框中的最大数量。值 100 应已足够。</p> Number of memorized table populating configurations 表填充配置中的默认填充行数 Data column width 数据列宽度 <html><head/><body><p>When user enters new value into column and the value is bigger than the current column width, the application will enlarge the column to fit the new value, but not wider than the limit defined in the option above.</p></body></html> <html><head/><body><p>When user enters new value into column and the value is bigger than the current column width, the application will enlarge the column to fit the new value, but not wider than the limit defined in the option above.</p></body></html> Enlarge column when entering value longer than current width Enlarge column when entering value longer than current width <p>When the data is read into grid view columns width is automatically adjusted. This value limits the initial width for the adjustment, but user can still resize the column manually over this limit.</p> <p>当数据被加载到网格视图时,列宽会自动调整。此值限制初始化时的列宽度,之后您仍可以手动调整列宽,不受此限制。</p> Number of data rows per page: 每页数据行数: <p>When this is enabled and user holds mouse pointer over a cell in any data view (query results, a table data, a view data) a tooltip will appear with details about the cell - it includes details like column data type, constraints, ROWID and others.</p> <p>此项启用后,用户鼠标悬停在任意数据视图(查询结果、表数据、视图数据)的单元格上时,工具提示将显示该单元格的详细信息——包括列数据类型、约束、ROWID 等。</p> Show column and row details tooltip in data view 在数据视图中展示列与行的详细信息 <p>When editing a cell which used to have NULL value and entering empty string as new value, then this option determinates whether the new value should remain NULL (have this option enabled), or should it be overwritten with empty string value (have this option disabled).</p> <p>编辑一个过去为 NULL 值的单元格且新输入的值为空字符串时,此选项启用则该单元格的值保持 NULL 不变,此选项未启用则空字符串覆盖原 NULL 值。</p> Keep NULL value when entering empty value 当输入空值时保持 NULL 值 <html><head/><body><p>Enable this to always enforce DEFAULT value when committing a NULL value for a column that has DEFAULT value defined, even though the column is allowed to contain NULL values.</p><p>Disable this option to use DEFAULT value exclusively when NULL value is committed for column with NOT NULL constraint.</p></body></html> <html><head/><body><p>启用此选项后,提交一个 NULL 值时,如果该列已定义 DEFAULT 值,即使该列允许包含 NULL 值,也始终采用 DEFAULT 值。</p><p>禁用此选项则仅在列有非空(NOT NULL)约束时将 NULL 值转变为 DEFAULT 值。</p></body></html> Use DEFAULT value (if defined), when committing NULL value 提交 NULL 值时使用 DEFAULT 值(如果已定义) <html><head/><body><p>If query results contain dozens (or hundreds) of columns, it is more likely that it will exhaust free memory of your computer by loading several gigabytes of data at once. SQLiteStudio may try to limit number of results displayed on one page in such cases to protect your computer. If you know that you don't work with big values in database, you can disable this limit and you will always see as many rows as defined per page.</p></body></html> <html><head/><body><p>如果查询结果包含数十乃至上百个列,则加载可能占用数个 GB 的空闲内存。SQLiteStudio 在这种情况下可能限制一页上显示的结果数量以保护您的计算机。如果您了解自己不会在如此大的数据库上作业,则可以禁用此限制以始终在一页上看到大量的行。</p></body></html> Limit number of rows for in case of dozens of columns 列数过多时限制每页显示的行数 Inserting new row in data grid 网格视图中插入新行时 Before currently selected row 在选中行之前 After currently selected row 在选中行之后 At the end of data view 在数据视图的末尾 Table windows 表窗口 <p>When enabled, Table Windows will show up with the data tab, instead of the structure tab.</p> <p>启用后,表窗口将显示数据选项卡,而不是结构选项卡。</p> Open Table Windows with the data tab for start 打开表窗口时显示“数据”选项卡 <p>When enabled the "Data" tab will be placed as first tab in every Table Window, instead of being at second place.</p> <p>启用后,“数据”选项卡将作为第一个选项卡放置在每个表窗口中,而不是位于第二位。</p> Place data tab as first tab in a Table Window 将数据作为表窗口的第一项 View windows 视图窗口 <p>When enabled, View Windows will show up with the data tab, instead of the structure tab.</p> <p>启用后,视图窗口将显示数据选项卡,而不是结构选项卡。</p> Open View Windows with the data tab for start 打开视图窗口时显示“数据”选项卡 <p>When enabled the "Data" tab will be placed as first tab in every View Window, instead of being at second place.</p> <p>启用后,“数据”选项卡将作为第一个选项卡放置在每个视图窗口中,而不是位于第二个位置。</p> Place data tab as first tab in a View Window 将“数据”选项卡放置为视图窗口的首个选项卡 Data types 数据类型 Available editors: 可用的编辑器: Editors selected for this data type: 已为该数据类型选择的编辑器: Schema editing 结构编辑 Number of DDL changes kept in history. DDL 变更历史的记录数量。 DDL history size: DDL 历史大小: Don't show DDL preview dialog when committing schema changes 提交结构更改时不显示 DDL 预览对话框 SQL queries SQL 查询 Number of queries kept in the history. 查询历史记录数量。 <html><head/><body><p>If there is more than one query in the SQL editor window, then (if this option is enabled) only a single query will be executed - the one under the keyboard insertion cursor. Otherwise all queries will be executed. You can always limit queries to be executed by selecting those queries before calling to execute. You can also use dedicated shortcuts for executing in one mode or the other (currently configured to %1 for single query execution and %2 for all queries execution).</p></body></html> <html><head/><body><p>If there is more than one query in the SQL editor window, then (if this option is enabled) only a single query will be executed - the one under the keyboard insertion cursor. Otherwise all queries will be executed. You can always limit queries to be executed by selecting those queries before calling to execute. You can also use dedicated shortcuts for executing in one mode or the other (currently configured to %1 for single query execution and %2 for all queries execution).</p></body></html> History size: 历史大小: <p>Maximum number of query parameters (:param, @param, $param, ?) stored in history. When you re-use parameter with the same name/position, SQLiteStudio will pre-initialize it with most recent memorized value (you will still be able to change it). Value of 1000 should be sufficient.</p> <p>历史记录中存储查询参数(:param, @param, $param, ?)的最大数量。当您重新在同一名称/位置下使用参数时,SQLiteStudio 将使用最近记忆的值预填充初始化它(仍可修改)。值 1000 应已足够。</p> Execute only the query under the cursor 只执行输入符所在行的语句 Number of memorized query parameters 默认的查询参数数量 <html><head/><body><p>By default (when this option is disabled) a real number is displayed in the format of decimals with decimal point. In some cases, when the number is really small (several places after decimal point), the default representation may appear inaccurate. In such case you may want to enable this option to use the scientific notation (i.e. <span style=" font-style:italic;">5.3e-21</span>).</p></body></html> <html><head/><body><p>By default (when this option is disabled) a real number is displayed in the format of decimals with decimal point. In some cases, when the number is really small (several places after decimal point), the default representation may appear inaccurate. In such case you may want to enable this option to use the scientific notation (i.e. <span style=" font-style:italic;">5.3e-21</span>).</p></body></html> Use scientific notation for real numbers in the grid view Use scientific notation for real numbers in the grid view <html><head/><body><p>When the data is read into grid view columns width is automatically adjusted. This value limits the initial width for the adjustment, but user can still resize the column manually over this limit. This value is also used when enlarging column upon new, longer value entered by the user (see option below).</p></body></html> <html><head/><body><p>When the data is read into grid view columns width is automatically adjusted. This value limits the initial width for the adjustment, but user can still resize the column manually over this limit. This value is also used when enlarging column upon new, longer value entered by the user (see option below).</p></body></html> Limit automatic data column width to (in pixels): Limit automatic data column width to (in pixels): <html><head/><body><p>Initial width of data columns will be set to at least show complete name of the column in the header. This can still be overwritten by the initial limit of column width specified in pixels (the setting above).</p></body></html> <html><head/><body><p>Initial width of data columns will be set to at least show complete name of the column in the header. This can still be overwritten by the initial limit of column width specified in pixels (the setting above).</p></body></html> Keep at least the width to show complete column name Keep at least the width to show complete column name <html><head/><body><p>If enabled, lines longer than the editor width will be wrapped, so horizontal scrolling will not be needed.</p></body></html> <html><head/><body><p>If enabled, lines longer than the editor width will be wrapped, so horizontal scrolling will not be needed.</p></body></html> Wrap lines in SQL editor 在 SQL 编辑器中换行 <html><head/><body><p>Highlights entire query that is currently under the insertion cursor. It's the same query that will be executed when you hit &quot;Execute query&quot; hotkey or button (unless configured otherwise).</p></body></html> <html><head/><body><p>Highlights entire query that is currently under the insertion cursor. It's the same query that will be executed when you hit &quot;Execute query&quot; hotkey or button (unless configured otherwise).</p></body></html> Highlight current query 高亮当前查询 Updates 更新 Automatically check for updates at startup 启动时自动检查更新 Session 会话 Restore last session (active MDI windows) after startup 启动后恢复上一次会话 Allow multiple instances of the application at the same time 允许同时打开多个此程序 Status Field 状态栏 <p>When user manually closes the Status panel, this option makes sure that if any new message is printed in the Status panel it will be reopened. If it's disabled, then Status panel can only be open manually by the user from the "View" menu.</p> <p>在用户手动关闭了状态面板后,此选项能确保有新消息被出现时状态面板自动被重新开启。如果禁用,状态面板只能由用户手动通过“视图”菜单来重新开启。</p> Always open Status panel when new message is printed 有新消息输出时就打开状态面板 Code syntax colors Code syntax colors Keyword foreground Keyword foreground Regular foreground Regular foreground String foreground String foreground Comment foreground Comment foreground Valid objects foreground Valid objects foreground Current query background Current query background Bind parameter foreground Bind parameter foreground Current line background Current line background Matched parenthesis background Matched parenthesis background <html><head/><body><p>You can disable current query highlighting entirely on the General settings page.</p></body></html> <html><head/><body><p>You can disable current query highlighting entirely on the General settings page.</p></body></html> Number foreground Number foreground BLOB value foreground BLOB value foreground Matched parenthesis foreground Matched parenthesis foreground Reset to defaults 重置为默认值 Filter shortcuts by name or key combination 以名称或按键组合筛选快捷键 Action 操作 Key combination 按键组合 Language 语言 Changing language requires application restart to take effect. 语言变更在程序重启后生效。 Compact layout 紧凑布局 <p>Compact layout reduces all margins and spacing on the UI to minimum, making space for displaying more data. It makes the interface a little bit less aesthetic, but allows to display more data at once.</p> <p>紧凑布局会将界面中的边框与留白减至最小,然后用这些区域展示更多数据。这会使界面看起来有一点不美观,但将可以同时展示更多的数据。</p> Use compact layout 使用紧凑布局 Main window dock areas 主窗口停靠区域 Left and right areas occupy corners 左右布局 Top and bottom areas occupy corners 上下布局 Hide built-in plugins 隐藏内置插件 Current style: 当前风格: Preview 预览 Enabled 已启用 Disabled 已禁用 Active formatter plugin 启用格式化插件 SQL editor font SQL 编辑器字体 Database list font 数据库列表字体 Database list additional label font 数据库列表额外信息字体 Data view font 数据视图字体 Status field font 状态栏字体 Code assistant settings Code assistant settings <html><head/><body><p>If this option is enabled, the code assistant will be triggered in cases, when user types for example <span style=" font-weight:700;">tableName.</span> to propose columns of the table. If the option is disabled, user will have to hit the assistant hotkey explicitly.</p></body></html> <html><head/><body><p>If this option is enabled, the code assistant will be triggered in cases, when user types for example <span style=" font-weight:700;">tableName.</span> to propose columns of the table. If the option is disabled, user will have to hit the assistant hotkey explicitly.</p></body></html> Automatically trigger the assistant after a dot is typed after an object name Automatically trigger the assistant after a dot is typed after an object name Description: plugin details 描述: Category: plugin details 分类: Version: plugin details 版本: Author: plugin details 作者: Internal name: plugin details 内部名称: Dependencies: plugin details 依赖: Conflicts: plugin details 冲突: Plugin details 插件详情 Plugins are loaded/unloaded immediately when checked/unchecked, but modified list of plugins to load at startup is not saved until you commit the whole configuration dialog. 切换时插件会立即加载/卸载。但此列表的修改仅在点击确定按钮后被保存。 %1 (built-in) plugins manager in configuration dialog %1(内置) Details 详情 No plugins in this category. 没有此分类下的插件。 Add new data type 添加新的数据类型 Rename selected data type 重命名所选数据类型 Delete selected data type 删除所选数据类型 Help for configuring data type editors 配置数据类型编辑器帮助 Clear hotkey for this action Clear hotkey for this action Restore original hotkey for this action Restore original hotkey for this action Here you can configure colors for code syntax highlighting. They are shared across different languages - not only for SQL, but also JavaScript and others. By default a theme-based color is used. To define your own color, enable a custom color by selecting a checkbox next to a particular color. Here you can configure colors for code syntax highlighting. They are shared across different languages - not only for SQL, but also JavaScript and others. By default a theme-based color is used. To define your own color, enable a custom color by selecting a checkbox next to a particular color. ConstraintCheckPanel The condition 条件 Named constraint: 命名的约束: On conflict 当冲突时 Enter a valid condition. 输入一个有效的条件。 Enter a name of the constraint. 输入一个约束名称。 ConstraintDialog New constraint constraint dialog 新建约束 Create constraint dialog 创建 Edit constraint dialog window 编辑约束 Apply constraint dialog 应用 Primary key table constraints 主键 Foreign key table constraints 外键 Unique table constraints 唯一 Not NULL table constraints 非空 Check table constraints 条件 Generated table constraints 生成 Collate table constraints 字符序 Default table constraints 默认 ConstraintTabModel Table table constraints Column (%1) table constraints 列(%1) Scope table constraints 作用域 Type table constraints 类型 Details table constraints 详情 Name table constraints 名称 CssDebugDialog SQLiteStudio CSS console SQLiteStudio CSS 控制台 DataView Filter data data view 筛选数据 Grid view 网格视图 Form view 表单视图 Refresh table data data view 刷新表数据 First page data view 第一页 Previous page data view 上一页 Next page data view 下一页 Last page data view 最后一页 Commit changes for selected cells data view 提交选中单元格的更改 Rollback changes for selected cells data view 回滚选中单元格的修改 Show grid view of results data view 显示结果的网格视图 Show form view of results data view 显示结果的表格视图 Filter by text (if contains) data view Filter by text (if contains) Filter strictly by text (if equals) data view 严格按文本筛选(如果相等) Tabs on top data view 顶部标签 Tabs at bottom data view 底部标签 Place new rows above selected row data view 放置新行于选中行之上 Place new rows below selected row data view 放置新行于选中行之下 Place new rows at the end of the data view data view 放置新行于数据视图末尾 Total number of rows is being counted. Browsing other pages will be possible after the row counting is done. 正在统计总行数。 请在此操作完成后再浏览其他页面。 Row: %1 行:%1 Filter 筛选 Hit Enter key or press "Apply filter" button on toolbar to apply new value. 按回车键或点击工具栏上的“应用筛选”按钮来应用新值。 Filter by the Regular Expression data view 以正则表达式筛选 Filter by SQL expression data view 以 SQL 表达式筛选 Show filter inputs per column data view 在每个列上展示筛选器输入框 Apply filter data view 应用筛选器 DbDialog Database 数据库 Database type 数据库类型 Database driver 数据库驱动 File 文件 Name (on the list) 名称(显示在列表中) Options 选项 <p>Enable this if you want the database to be stored in configuration file and restored every time SQLiteStudio is started.</p> aasfd <p>启用此选项后,配置文件中将记住该数据库,并在每次启动 SQLiteStudio 时还原(打开)它。</p> Permanent (keep it in configuration) 记住此数据库 Test connection 测试连接 Select new or existing file on local computer 在本地计算机上选择新的或现有的文件 Browse 浏览 Database type not selected. 未选择数据库类型。 Database path not specified. 未指定数据库路径。 Enter an unique database name. 请输入一个唯一的数据库名称。 This name is already in use. Please enter unique name. 此名称已被使用,请输入一个未被占用的名称。 <p>Automatic name generation was disabled, because the name was edited manually. To restore automatic generation please erase contents of the name field.</p> <p>名称已手动编辑,自动命名已禁用。清空名称栏中的内容将恢复自动命名。</p> Enter a database file path. 输入一个数据库文件的路径。 This database is already on the list under name: %1 该数据库已在列表中,名为:%1 Select a database type. 请选择一个数据库类型。 DbObjectDialogs Delete table 删除表 Are you sure you want to delete table %1? 确定要删除表“%1”吗? Delete index 删除索引 Are you sure you want to delete index %1? 确定要删除索引“%1”吗? Delete trigger 删除触发器 Are you sure you want to delete trigger %1? 确定要删除触发器“%1”吗? Delete view 删除视图 Are you sure you want to delete view %1? 确定要删除视图“%1”吗? Error while dropping %1: %2 丢弃 %1 时出错: %2 Delete objects 删除对象 Are you sure you want to delete following objects: %1 您确认要删除以下对象吗: %1 Cannot start transaction. Details: %1 无法开始事务。详情:%1 Cannot commit transaction. Details: %1 无法提交事务。详情:%1 DbTree Databases 数据库 Filter by name 按名称过滤 Copy 复制 Paste 粘贴 Select all 全选 Create a group 创建分组 Delete the group 删除分组 Rename the group 重命名分组 &Add a database 添加数据库(&A) &Edit the database 编辑数据库(&E) &Remove the database 移除数据库(&R) &Connect to the database 连接到数据库(&C) &Disconnect from the database 断开数据库连接(&D) Import 导入 &Export the database 导出数据库(&E) Vac&uum 释放空闲占用(VACUUM)(&U) &Integrity check 检查完整性(&I) Create a &table 新建表(&T) Edit the t&able 编辑表(&A) Delete the ta&ble 删除表(&B) Export the table 导出表 Import into the table 导入到表 Populate table 填充表 Create similar table 创建相似的表 Reset autoincrement sequence 重置自动递增序列 Create an &index 创建索引(&I) Edit the i&ndex 编辑索引(&N) Delete the in&dex 删除索引(&D) Create a trig&ger 创建触发器(&G) Edit the trigg&er 编辑触发器(&E) Delete the trigge&r 删除触发器(&R) Create a &view 创建视图(&V) Edit the v&iew 编辑视图(&I) Delete the vi&ew 删除视图(&E) Add a column 添加字段 Edit the column 编辑字段 Delete the column 删除字段 Delete selected items 删除已选项目 Clear filter 清除过滤器 &Refresh all database schemas 刷新全部数据库结构(&R) Re&fresh selected database schema 刷新已选数据库结构(&F) Erase table data 擦除表数据 Open file's directory 打开文件所在目录 Execute SQL from file 从文件执行 SQL Increase font size database list 增大字号 Decrease font size database list 减小字号 Database 数据库 Grouping 分组 Generate query for table 生成对表的查询 Create group 创建分组 Group name 分组名 Entry with name %1 already exists in group %2. 名称 %1 在分组 %2 中已存在。 Delete group 删除分组 Are you sure you want to delete group %1? All objects from this group will be moved to parent group. 确认删除组 %1 吗? 删除后该组下的全部内容将被移动到其所属的父分组中。 Are you sure you want to remove database '%1' from the list? 确定要移除数据库 %1 吗? Are you sure you want to remove following databases from the list: %1 确定要从列表中移除下列数据库吗: %1 Remove database 移除数据库 Cannot import, because no import plugin is loaded. 无法导入,没有加载导入插件。 Cannot export, because no export plugin is loaded. 无法导出,没有加载导出插件。 Vacuum (%1) 释放空闲占用(VACUUM)(%1) Integrity check (%1) 完整性检查(%1) Reset autoincrement 重置自动递增 Are you sure you want to reset autoincrement value for table '%1'? 您确定要重置表“%1”的自动递增值吗? An error occurred while trying to reset autoincrement value for table '%1': %2 重置表“%1”的自动递增值时出错:%2 Autoincrement value for table '%1' has been reset successfully. 成功重置表“%1”的自动递增值。 Are you sure you want to delete all data from table(s): %1? 您确定要删除表 %1 的所有数据吗? An error occurred while trying to delete data from table '%1': %2 删除表“%1”中的数据时出错:%2 All data has been deleted for table '%1'. 表“%1”中的全部数据已被删除。 Following objects will be deleted: %1. 下列对象将被删除:%1。 Following databases will be removed from list: %1. 下列数据库将从列表中移除:%1。 Remainig objects from deleted group will be moved in place where the group used to be. 已删除分组中的剩余对象将被移开。 %1<br><br>Are you sure you want to continue? %1<br><br>确定继续? Delete objects 删除对象 DbTreeItemDelegate error dbtree labels 错误 (system table) database tree label (系统表) (virtual) virtual table label (虚拟) (system index) database tree label (系统索引) DbTreeModel Database: %1 dbtree tooltip 数据库:%1 URI: dbtree tooltip URI: Version: dbtree tooltip 版本: File size: dbtree tooltip 文件大小: Encoding: dbtree tooltip 编码: Error: dbtree tooltip 错误: Table : %1 dbtree tooltip 表:%1 Columns (%1): dbtree tooltip 列(%1) Indexes (%1): dbtree tooltip 索引(%1) Triggers (%1): dbtree tooltip 触发器(%1) Copy 复制 Move 移动 Include data 包含数据 Include indexes 包含索引 Include triggers 包含触发器 Abort 中止 Could not add dropped database file '%1' automatically. Manual setup is necessary. 无法自动添加拖放的数据库文件 '%1'。需要手动设置。 Referenced tables 引用的表 Do you want to include following referenced tables as well: %1 是否要包含以下引用的表: %1 Name conflict 名称冲突 Following object already exists in the target database. Please enter new, unique name, or press '%1' to abort the operation: 下列对象已存在于目标数据库。 请输入一个新的不重复的名称,或按下 '%1' 中止操作: SQL statements conversion SQL 语句转换 Following error occurred while converting SQL statements to the target SQLite version: 将 SQL 语句转换为目标 SQLite 版本时发生以下错误: Would you like to ignore those errors and proceed? 是否忽略错误并继续? DdlHistoryWindow Filter by database: 按数据库过滤: Clear entire history 清除全部历史记录 -- Queries executed on database %1 (%2) -- Date and time of execution: %3 %4 -- 在数据库 %1 (%2) 执行的查询 -- 执行日期和时间:%3 %4 Clear history 清除历史记录 Are you sure you want to erase entire DDL history? 你确定要清除全部 DDL 历史记录吗? DDL history DDL 历史 DdlPreviewDialog Queries to be executed 将要执行的语句 Don't show again 不再显示 DebugConsole SQLiteStudio Debug Console SQLiteStudio 调试终端 EditorWindow SQL editor SQL 编辑器 Query 查询 History 历史 Results in the separate tab 在新选项卡中显示结果 Results below the query 在查询下方显示结果 SQL editor %1 SQL 编辑器 %1 Results 结果 Execute query 执行语句 Explain query 解释查询 Clear execution history sql editor 清除执行历史 Export results sql editor 导出结果 Create view from query sql editor 从查询创建视图 Previous database 前一个数据库 Next database 后一个数据库 Show next tab sql editor 显示下一个标签 Show previous tab sql editor 显示上一个标签 Focus results below sql editor 切换焦点到下方的结果 Focus SQL editor above sql editor 切换焦点到上方的 SQL 编辑器 Delete selected SQL history entries sql editor 删除选中的 SQL 历史记录项 Execute single query under cursor 执行光标位置的单个查询 Execute all queries in editor 在编辑器中执行所有查询 Active database (%1/%2) 活动数据库 (%1/%2) Query finished in %1 second(s). Rows affected: %2 查询用时 %1 秒。影响行数:%2 Query finished in %1 second(s). 查询用时 %1 秒。 Clear execution history 清除执行历史 Are you sure you want to erase the entire SQL execution history? This cannot be undone. 确定要删除全部的 SQL 执行历史吗?删除后不能恢复。 Cannot export, because no export plugin is loaded. 无法导出,没有加载导出插件。 No database selected in the SQL editor. Cannot create a view for unknown database. 没有在 SQL 编辑器中选中数据库。无法为未知的数据库创建视图。 Editor window "%1" has uncommitted data. 编辑器窗口“%1”内有未提交的数据。 ErrorsConfirmDialog Errors 错误 Following errors occured: 发生了以下错误: Would you like to proceed? 仍要继续吗? ExecFromFileDialog Execute SQL from file 从文件执行 SQL Input file 输入文件 Path to file 文件路径 Browse for file 浏览文件 Options 选项 File encoding 文件编码 Skip failing SQL statements 跳过失败的 SQL 语句 SQL scripts (*.sql);;All files (*) SQL 脚本 (*.sql);;所有文件 (*) Execute SQL file 执行 SQL 文件 Please provide file to be executed. 请提供一个文件以供执行。 Provided file does not exist or cannot be read. 提供的文件不存在或无法读取。 ExportDialog Export 导出 What do you want to export? 您想导出什么? A database 数据库 A single table 一张表 Query results 查询结果 Table to export 要导出的表 Database 数据库 Table Options 选项 When this option is unchecked, then only table DDL (CREATE TABLE statement) is exported. 不选中此选项时,仅导出表的 DDL(CREATE TABLE 语句)。 Export table data 导出表的数据 Export table indexes 导出表的索引 Export table triggers 导出表的触发器 Note, that exporting table indexes and triggers may be unsupported by some output formats. 注意,某些输出格式可能不支持导出表索引和触发器。 Select database objects to export 选择要导出的数据库对象 Export data from tables 从表中导出数据 Select all 全选 Deselect all 全不选 Database: 数据库: Query to export results for 导出结果所需的查询 Query to be executed for results: 对导出结果执行的查询: Export format and options 导出格式和选项 Export format 导出格式 Output 输出 Exported file path 导出文件路径 Clipboard 剪贴板 File 文件 Exported text encoding: 导出文本编码: Export format options 导出格式选项 Cancel 取消 Select database to export. 选择要导出的数据库。 Select table to export. 选择要导出的表。 Enter valid query to export. 输入要导出的有效查询。 Select at least one object to export. 至少选择一个对象进行导出。 You must provide a file name to export to. 您必须选择一个导出文件。 Path you provided is an existing directory. You cannot overwrite it. 您提供的路径是一个现存的目录,不能覆盖。 The directory '%1' does not exist. 目录 '%1' 不存在。 The file '%1' exists and will be overwritten. 文件“%1”存在且将被覆盖。 All files (*) 所有文件 (*) Pick file to export to 选择文件导出到 Internal error during export. This is a bug. Please report it. 导出时发生内部错误。这是一个 Bug,请反馈。 FileExecErrorsDialog Execution errors 执行错误 Following errors were encountered during execution of SQL statements from the file: 从文件执行 SQL 语句时遇到以下错误: SQL SQL Error 错误 Statements that were executed successfully were commited. 成功执行的语句已提交。 Statements that were executed successfully were rolled back. 成功执行的语句已回滚。 FkComboBox Cannot edit this cell. Details: %1 无法编辑此单元格。详情:%1 FontEdit Choose font font configuration 选择字体 Form Active SQL formatter plugin 激活 SQL 语句格式化插件 FormView Commit row form view 提交行 Rollback row form view 回滚行 First row form view 首行 Previous row form view 上一行 Next row form view 下一行 Last row form view 末行 Insert new row form view 插入新行 Delete current row form view 删除当前行 FunctionsEditor Filter functions 筛选函数 Input arguments 输入参数 Undefined 未定义 Databases 数据库 Register in all databases 在所有数据库中注册 Register in following databases: 在下列数据库中注册: Type: 类型: Function name: 函数名: Implementation language: 实现语言: Deterministic Deterministic Initialization code: 初始化代码: Function implementation code: 函数实现代码: Final step implementation code: 最终一步实现代码: SQL functions editor SQL 函数编辑器 Commit all function changes 提交所有对函数的更改 Rollback all function changes 回滚所有对函数的更改 Create new function 新建函数 Delete selected function 删除已选函数 Custom SQL functions manual 自定义 SQL 函数手册 Add function argument 添加函数参数 Rename function argument 重命名函数参数 Delete function argument 删除函数参数 Move function argument up 上移函数参数 Move function argument down 下移函数参数 Scalar 标量函数 Aggregate 聚合函数 Enter a non-empty, unique name of the function. 请输入非空且唯一的函数名称。 Pick the implementation language. 选择实现语言。 Per step code: 步进代码: Enter a non-empty implementation code. 请输入非空的实现代码。 argument new function argument name in function editor window 参数 Functions editor window has uncommitted modifications. 函数编辑器窗口有未提交的更改。 ImportDialog Import data 导入数据 Table to import to 导入目标 Table Database 数据库 Data source to import from 导入数据源 Data source type 数据源类型 Options 选项 Text encoding: 文本编码: Input file: 输入文件: <p>If enabled, any constraint violation, or invalid data format (wrong column count), or any other problem encountered during import will be ignored and the importing will be continued.</p> <p>如果启用,则导入期间遇到的任何约束违背、无效数据格式(错误列数)或其他问题都将被忽略,导入不中止。</p> Ignore errors 忽略错误 Data source options 数据源选项 Cancel 取消 If you type table name that doesn't exist, it will be created. 如果您输入的表不存在,则将创建该表。 Enter the table name 输入表名 Select import plugin. 选择导入插件。 You must provide a file to import from. 您必须提供一个导入源文件。 The file '%1' does not exist. 文件“%1”不存在。 Path you provided is a directory. A regular file is required. 您提供的是一个目录,而需要的是一个一般文件。 Pick file to import from 选择要导入的文件 IndexDialog Index 索引 Column Sort 排序 Collation 字符序 On table: 表: Delete selected indexed expression 删除选定的索引表达式 Moves selected index column up in the order, making it more significant in the index. 向上移动选中的索引,使它在索引中变得更重要。 Moves selected index column down in the order, making it less significant in the index. 向下移动选中的索引,使它在索引中变得不重要。 Partial index condition 部分索引条件 Unique index 唯一索引 Index name: 索引名: Edit selected indexed expression 编辑选定的索引表达式 Add indexed expression 添加索引表达式 DDL DDL Tried to open index dialog for closed or inexisting database. 试图打开已关闭或不存在的数据库的索引对话框。 Could not process index %1 correctly. Unable to open an index dialog. 无法正确处理索引 %1。无法打开索引对话框。 Unique index cannot have indexed expressions. Either remove expressions from list below, or uncheck this option. 唯一索引不能有索引表达式。从下面的列表中删除表达式,或取消选中此选项。 Pick the table for the index. 为索引选择一个表。 Select at least one column. 选择至少一个列。 Enter a valid condition. 输入一个有效的条件。 default index dialog 默认 Sort order table constraints 排序 Error index dialog 错误 Cannot create unique index, because values in selected columns are not unique. Would you like to execute SELECT query to see problematic values? 无法创建唯一索引,因为选中的列中的值不是唯一的。您想要执行 SELECT 查询以查看有问题的值吗? An error occurred while executing SQL statements: %1 在执行 SQL 语句时发生了错误:%1 IndexExprColumnDialog Indexed expression 索引表达式 Expression to index 索引表达式 This expression is already indexed by the index. 此表达式已被该索引所索引。 Column should be indexed directly, not by expression. Either extend this expression to contain something more than just column name, or abort and select this column in index dialog directly. 列应该直接索引而非通过表达式。扩展此表达式来包含列名称以外的内容,或者中止并在索引对话框中直接选择此列。 Column '%1' does not belong to the table covered by this index. Indexed expressions can refer only to columns from the indexed table. 列 '%1' 不属于此索引所在的表。索引表达式只能引用索引表中的列。 It's forbidden to use 'SELECT' statements in indexed expressions. 索引表达式中禁止使用 'SELECT' 语句。 Enter an indexed expression. 请输入一个索引表达式。 Invalid expression. 无效的表达式。 LanguageDialog Language 语言 Please choose language: 请选择一种语言: MainWindow Database toolbar 数据库工具栏 Structure toolbar 结构工具栏 Tools 工具 Window list 窗口列表 View toolbar 视图工具栏 Configuration widgets 配置部件 Syntax highlighting engines 语法高亮引擎 Data editors 数据编辑器 Running in debug mode. Press %1 or use 'Help / Open debug console' menu entry to open the debug console. 正在以调试模式运行。按下 %1 或使用 帮助 - 打开调试控制台 菜单来打开调试控制台。 Running in debug mode. Debug messages are printed to the standard output. 正在以调试模式运行。调试信息将会被输出在标准输出中。 You need to restart application to make the language change take effect. 语言变更在程序重启后生效。 Open SQL &editor 打开 SQL 编辑器(&E) Open DDL &history 打开 DDL 历史(&H) Open SQL &functions editor 打开 SQL 函数编辑器(&F) Open code &snippets editor 打开代码片段编辑器 Open &collations editor 打开字符序编辑器(&C) Open ex&tension manager 打开扩展管理器(&T) &Import 导入(&I) E&xport 导出(&X) Open confi&guration dialog 打开配置对话框(&G) &Tile windows 平铺窗口(&T) Tile windows &horizontally 水平排列窗口(&H) Tile windows &vertically 垂直排列窗口(&V) &Cascade windows 层叠窗口(&C) Next window 下一个窗口 Previous window 上一个窗口 Hide status field 隐藏状态栏 Close &all windows 关闭全部窗口(&A) Re&store recently closed window 还原最近关闭的窗口(&S) Close current &window 关闭当前窗口 Close &other windows 关闭其他窗口 Close windows on the &left 关闭左侧窗口 Close windows on the &right 关闭右侧窗口 Re&name selected window 重命名选中窗口 Open Debug Console 打开调试终端 Open CSS Console 打开 CSS 控制台 Report a &bug 提报 Bug (&B) D&onate 捐赠(&O) Propose a new &feature 提议新增功能(&F) &About 关于(&A) &Licenses 许可协议(&L) Open home &page 访问主页(&P) User &Manual 用户手册(&M) SQLite &documentation SQLite 文档(&D) Bugs and feature &requests Bug 与功能请求(&R) Quit 退出 Check for &updates 检查更新(&U) &Database menubar 数据库(&D) &Structure menubar 结构(&S) &View menubar 视图(&V) Window list menubar view menu 窗口列表 &Tools menubar 工具(&T) &Help 帮助(&H) Could not set style: %1 main window 未能设置风格:%1 Cannot export, because no export plugin is loaded. 无法导出,没有加载导出插件。 Cannot import, because no import plugin is loaded. 无法导入,没有加载导入插件。 Rename window 重命名窗口 Enter new name for the window: 请输入窗口的新名称: New updates are available. <a href="%1">Click here for details</a>. 有新更新 <a href="%1">点此查看更新详情</a>. You're running the most recent version. No updates are available. 您使用的是最新版,不需要更新。 Database passed in command line parameters (%1) was already on the list under name: %2 命令行参数传递的数据库(%1)已在列表中,名为:%2 Database passed in command line parameters (%1) has been temporarily added to the list under name: %2 命令行参数传递的数据库(%1)已临时添加到列表中,名为:%2 Could not add database %1 to list. 未能将数据 %1 添加到列表 MdiWindow Uncommitted changes 未提交的更改 Close anyway 仍然关闭 Don't close 不关闭 MultiEditor Null value multieditor Null 值 Configure editors for this data type 为数据类型设置编辑器 Open another tab 打开另一个选项卡 Foreign Key 外键 Data editor plugin '%1' not loaded, while it is defined for editing '%2' data type. 数据编辑器插件 '%1' 未加载,而它已被定义为编辑 '%1' 数据类型的编辑器。 {1'?} {2'?} {1' or 2'?} Deleted multieditor 已删除 Read only multieditor 只读 MultiEditorBoolPlugin Boolean 布尔 MultiEditorDatePlugin Date 日期 MultiEditorDateTimePlugin Date & time 日期和时间 MultiEditorHexPlugin Hex 十六进制 MultiEditorNumericPlugin Number numeric multi editor tab name 数值 MultiEditorText Tab changes focus Tab 键更改焦点 Cut 剪切 Copy 复制 Paste 粘贴 Delete 删除 Undo 撤销 Redo 重做 MultiEditorTextPlugin Text 文本 MultiEditorTimePlugin Time 时间 NewConstraintDialog New constraint 新约束 Primary Key new constraint dialog 主键 Foreign Key new constraint dialog 外键 Unique new constraint dialog 唯一 Check new constraint dialog 条件 Not NULL new constraint dialog 非空 Collate new constraint dialog 字符序 Generated new constraint dialog 生成 Default new constraint dialog 默认 NewVersionDialog SQLiteStudio updates SQLiteStudio 更新 New version is available! 有新版本可用! Download new version! 下载新版本 New version package will be downloaded. It will be up to you to install it whenever you're ready. 下载新版本程序包。将在准备就绪时提醒您安装。 Open SQLiteStudio home page. 打开 SQLiteStudio 主页 Read release notes && download package yourself. 阅读发行说明和自行下载程序包。 Just close this window. 关闭此窗口。 Check for updates on startup 在启动时检查更新 Not now. 暂不更新 PopulateConfigDialog Populating configuration 配置填充 Configuring <b>%1</b> for column <b>%2</b> 给字段 <b>%2</b> 配置 <b>%1</b> PopulateDialog Populate table 填充表 Database 数据库 Table Columns Number of rows to populate: 填充的行数: Populate populate dialog button 填充 Abort 中止 Configure 配置 Populating configuration for this column is invalid or incomplete. 此列的填充配置无效或不完整。 Select database with table to populate 选择要填充表的数据库 Select table to populate 选择要填充的表 You have to select at least one column. 您须选择至少一个字段。 QObject Cannot edit columns that are result of compound %1 statements (one that includes %2, %3 or %4 keywords). 无法编辑列,它是复合 %1 语句(包含 %2、%3 或 %4 关键字)的结果。 The query execution mechanism had problems with extracting ROWID's properly. This might be a bug in the application. You may want to report this. 查询执行机制提取 ROWID 的属性时遇到问题。这可能是软件中的 bug,您可以报告该问题。 Requested column is a result of SQL expression, instead of a simple column selection. Such columns cannot be edited. 请求的列是一个 SQL 表达式的结果,而非普通的列。不能编辑这些列。 Requested column belongs to restricted SQLite table. Those tables cannot be edited directly. 请求的列属于受限制的 SQLite 表。这些表不能被直接编辑。 Cannot edit results of query other than %1. 无法编辑 %1 以外的查询结果。 Cannot edit columns that are result of aggregated %1 statements. 无法编辑列,它是聚合的 %1 语句的结果。 Cannot edit columns that are result of %1 statement. 无法编辑列,它是 %1 语句的结果。 Cannot edit columns that are result of common table expression statement (%1). 无法编辑列,它是通用表生成语句 %1 的结果。 Cannot edit table generated columns. 无法编辑表生成的列。 Cannot edit columns that are result of a view if the executed query reads from any multilevel views (i.e. a view that queries another view). 无法编辑此列,因为它是在另一个多级视图上执行查询的视图结果(即查询另一个视图的视图)。 on conflict: %1 data view tooltip 当冲突时:%1 references table %1, column %2 data view tooltip 引用表 %1,列 %2 condition: %1 data view tooltip 字符序:%1 collation name: %1 data view tooltip 字符序名称:%1 Data grid view 数据网格视图 Edit current cell inline 编辑当前单元格 Copy cell(s) contents to clipboard 复制单元格内容至剪贴板 Copy cell(s) contents together with header to clipboard 复制单元格内容与表头至剪贴板 Paste cell(s) contents from clipboard 粘贴剪贴板中的单元格内容 Set empty value to selected cell(s) 设定选中单元格为空值 Set NULL value to selected cell(s) 设定选中单元格为 NULL 值 Commit changes to cell(s) contents 提交单元格内容更改 Rollback changes to cell(s) contents 回滚单元格内容更改 Delete selected data row 删除所选数据行 Insert new data row 插入新数据行 Open contents of selected cell in a separate editor 在单独编辑器中打开所选单元格的内容 Toggle the height adjustment of rows Toggle the height adjustment of rows Increase font size data view 增大字号 Decrease font size data view 减小字号 Total pages available: %1 总计可用页数:%1 Total rows loaded: %1 已加载行数:%1 Data view (both grid and form) 数据视图(网格 + 表格) Refresh data 刷新数据 Switch to grid view of the data 切换至数据的网格视图 Switch to form view of the data 切换至数据的表单视图 Database list 数据库列表 Delete selected item 删除选中项 Clear filter contents 清空筛选器内容 Refresh schema 刷新结构 Refresh all schemas 刷新全部结构 Add database 添加数据库 Select all items 选中所有项 Copy selected item(s) 复制选中项 Paste from clipboard 从剪贴板粘贴 Increase font size database list 增大字号 Decrease font size database list 减小字号 Tables Indexes 索引 Triggers 触发器 Views 视图 Columns Data form view 数据表单视图 Commit changes for current row 提交当前行的更改 Rollback changes for current row 回滚当前行的更改 Go to first row on current page 前往当前页的第一行 Go to next row 前往下一行 Go to previous row 前往上一行 Go to last row on current page 前往当前页的最后一行 Insert new row 插入新行 Delete current row 删除当前行 Main window 主窗口 Open SQL editor 打开 SQL 编辑器 Open DDL history window 打开DDL历史记录窗口 Open snippets editor window 打开代码片段编辑器窗口 Open function editor window 打开函数编辑器窗口 Open collation editor window 打开校验编辑器窗口 Open extension manager window 打开扩展管理窗口 Previous window 上一个窗口 Next window 下一个窗口 Hide status area 隐藏状态栏 Open user manual 打开用户手册 Open configuration dialog 打开配置对话框 Open Debug Console 打开调试终端 Open CSS Console 打开 CSS 控制台 Open the About dialog 打开关于对话框 Quit the application 退出程序 Cell text value editor 单元格文本值编辑器 Cut selected text 剪切选中文本 Copy selected text 复制选中文本 Delete selected text 删除选中文本 Undo 撤销 Redo 重做 SQL editor input field SQL 编辑器输入框 Select whole editor contents 选中整个编辑器的内容 Save contents into a file 将内容保存至文件 Load contents from a file 从文件加载内容 Find in text 查找文本 Find next 查找下一个 Find previous 查找上一个 Replace in text 替换文本 Delete current line 删除当前行 Request code assistant 请求代码辅助 Format contents 格式化内容 Move selected block of text one line down 选中文本块下移一行 Move selected block of text one line up 选中文本块上移一行 Copy selected block of text and paste it a line below 选中文本块复制并粘贴到下一行 Copy selected block of text and paste it a line above 选中文本块复制并粘贴到上一行 Toggle comment 切换注释 Increase font size sql editor 增大字号 Decrease font size sql editor 减小字号 All SQLite databases 所有 SQLite 数据库 All files 所有文件 Select database file 选择数据库文件 Select 选择 File type 文件类型 SQL editor window SQL 编辑器窗口 Execute query 执行语句 Execute single query under cursor 执行光标位置的单个查询 Execute all queries in editor 在编辑器中执行所有查询 Execute "%1" query 执行 "%1" 查询 Switch current working database to previous on the list 切换当前工作数据库到列表中的上一个 Switch current working database to next on the list 切换当前工作数据库到列表中的下一个 Go to next editor tab 前往下一编辑器选项卡 Go to previous editor tab 前往上一编辑器选项卡 Move keyboard input focus to the results view below 将键盘输入焦点移动到下面的结果视图 Move keyboard input focus to the SQL editor above 将键盘输入焦点移到上面的 SQL 编辑器 Delete selected SQL history entries 删除选中的 SQL 历史记录 Table window 表窗口 Commit the table structure 提交表结构 Rollback pending changes in the table structure 回滚表结构中未确认的更改 Refresh table structure 刷新表结构 Add new column 添加新列 Edit selected column 编辑选中列 Delete selected column 删除选中列 Export table data 导出表数据 Import data to the table 导入数据至表 Add new table constraint 新增表约束 Edit selected table constraint 编辑选中表约束 Delete selected table constraint 删除选中表约束 Refresh table index list 刷新表索引列表 Add new index 新增索引 Edit selected index 编辑选中索引 Delete selected index 删除选中索引 Refresh table trigger list 刷新表触发器列表 Add new trigger 添加新触发器 Edit selected trigger 编辑选中触发器 Delete selected trigger 删除选中触发器 Go to next tab 前往下一选项卡 Go to previous tab 前往上一选项卡 A view window 视图窗口 Commit the view's query 提交视图查询 Rollback pending changes in the view's query 回滚视图查询中未确认的更改 Refresh view trigger list 刷新视图触发器列表 Execute the view's query 执行视图查询 A code snippets editor window 代码片段编辑器窗口 Commit the pending changes 提交未确认的更改 Rollback the pending changes 回滚未确认的更改 A collation editor window 校验编辑器窗口 A function editor window 函数编辑器窗口 A SQLite extension editor window SQLite 扩展编辑器窗口 QuitConfirmDialog Uncommitted changes 未提交的更改 Are you sure you want to quit the application? Following items are pending: 确定要退出本程序吗? 下列项目仍待处置: SearchTextDialog Find or replace 查找与替换 Find: 查找: Case sensitive 区分大小写 Search backwards 反向搜索 Regular expression matching 正则表达式匹配 Replace && find next 替换并查找下一项 Replace with: 替换为: Replace all 全部替换 Find 查找 SortDialog Sort by columns 按列排序 Column Order 排序 Sort by: %1 排序按照 %1 Move column up 上移列 Move column down 下移列 SqlEditor Wrap words sql editor 折行 Cut sql editor 剪切 Copy sql editor 复制 Paste sql editor 粘贴 Delete sql editor 删除 Select all sql editor 全选 Undo sql editor 撤销 Redo sql editor 重做 Complete sql editor 完成 Format SQL sql editor 格式化 SQL Save SQL to file sql editor 保存 SQL 到文件 Select file to save SQL sql editor 选择 SQL 要保存到的文件 Load SQL from file sql editor 从文件加载 SQL Delete line sql editor 删除行 Move block down sql editor 整块下移 Move block up sql editor 整块上移 Copy block down sql editor 副本贴上方 Copy up down sql editor 副本贴下方 Find sql editor 查找 Find next sql editor 查找下一个 Find previous sql editor 查找上一个 Replace sql editor 替换 Toggle comment sql editor 切换注释 Increase font size sql editor 增大字号 Decrease font size sql editor 减小字号 Could not open file '%1' for writing: %2 无法以写模式打开文件 %1:%2 Saved SQL contents to file: %1 保存 SQL 内容至文件:%1 Syntax completion can be used only when a valid database is set for the SQL editor. SQL 编辑器的语法补全功能仅当存在有效数据库时可用。 Contents of the SQL editor are huge, so errors detecting and existing objects highlighting are temporarily disabled. SQL 编辑器有大量内容,因此错误检测和现有对象的高亮显示功能被暂时禁用。 Save to file 保存到文件 SQL scripts (*.sql);;All files (*) SQL文件 (*.sql);;所有文件 (*) Open file 打开文件 Could not open file '%1' for reading: %2 无法以读模式打开文件 %1:%2 Reached the end of document. Hit the find again to restart the search. 已到文档底部。再次点击查找将从头开始搜索。 SqlQueryItem Committing error: data view tooltip 提交出错: Column: data view tooltip 列: Data type: data view 数据类型: Table: data view tooltip 表: Constraints: data view tooltip 约束: SqlQueryItemDelegate Cannot edit this cell. Details: %1 无法编辑此单元格。详情:%1 The row is marked for deletion. 该行已被标记为删除。 Structure of this table has changed since last data was loaded. Reload the data to proceed. 在上次加载数据后,此表的结构已更改。重新加载数据以继续。 Editing a huge contents in an inline cell editor is not a good idea. It can become slow and inconvenient. It's better to edit such big contents in a Form View, or in popup editor (available under rick-click menu). 在内联单元格编辑器中编辑大型内容不是一个好主意。它很可能变得缓慢和不便。最好在表单视图或者弹出式编辑器(从右键菜单打开)中编辑此类大内容。 Foreign key for column %2 has more than %1 possible values. It's too much to display in drop down list. You need to edit value manually. 列 %2 的外键有超过 %1 个可能的值。这太多而不能显示在下拉列表。您需要手动编辑值。 SqlQueryModel Only one query can be executed simultaneously. 只允许同时执行一条查询。 Cannot execute query on undefined or invalid database. 无法执行语句,因为数据库无效或未定义。 Cannot execute empty query. 无法执行空的查询。 Uncommitted data 未提交的数据 There are uncommitted data changes. Do you want to proceed anyway? All uncommitted changes will be lost. 存在未提交的数据更改。是否仍要继续?所有未提交的更改都将丢失。 Cannot commit the data for a cell that refers to the already closed database. 无法从单元格中加载数据,因为它引用了已经被关闭的数据库。 Could not begin transaction on the database. Details: %1 无法在此数据库上开始事务。详细信息:%1 An error occurred while committing the transaction: %1 在提交事务时发生错误:%1 An error occurred while rolling back the transaction: %1 在回滚事务时发生错误:%1 Tried to commit a cell which is not editable (yet modified and waiting for commit)! This is a bug. Please report it. 尝试提交不可编辑的单元格!(本应该无法编辑)这是一个错误,请报告。 An error occurred while committing the data: %1 在提交数据时发生错误:%1 Number of rows per page was decreased to %1 due to number of columns (%2) in the data view. 数据视图中,已因列数(%2)将每页行数减小(%1)。 Error while executing SQL query on database '%1': %2 在数据库“%1”执行 SQL 查询时发生错误:%2 Error while loading query results: %1 在加载查询结果时出错:%1 Insert multiple rows 插入多行 Number of rows to insert: 要插入的行数: Delete rows 删除行 You're about to delete newly inserted rows that are not committed yet. Row numbers: %1 Such deletion will be permanent. Are you sure you want to delete them? 您即将删除未提交的新插入的行。行数:%1 删除不能撤销,确定删除吗? SqlQueryView Go to referenced row in... 转到引用的行... Copy 复制 Copy with headers 带表头复制 Copy as... 复制为... Paste 粘贴 Paste as... 粘贴为... Set NULL values 设为 NULL 值 Erase values 擦除值 Commit 提交 Rollback 回滚 Commit selected cells 提交选中单元格 Rollback selected cells 回滚选中单元格 Edit current cell inline 编辑当前单元格 Define columns to sort by 定义列排序方式 Remove custom sorting 移除自定义排序 Insert row 插入行 Insert multiple rows 插入多行 Delete selected row 删除已选行 Adjust height of rows 调整行高 Increase font size data view 增大字号 Decrease font size data view 减小字号 Invert selection data view 反向选取 Edit value in editor 在编辑器中编辑数值 Show value in a viewer 在查看器中显示值 Generate query for selected cells 为选中单元格生成查询 No items selected to paste clipboard contents to. 没有选择用来粘贴剪贴板内容的项。 Cannot paste data. Details: %1 无法粘贴数据。详情:%1 Structure of at least one table used has changed since last data was loaded. Reload the data to proceed. 至少一个表的结构在上次的数据加载后已变更。重新加载数据以继续。 Cannot paste to a cell. Details: %1 无法粘贴到单元格。详情:%1 The row is marked for deletion. 该行已被标记为删除。 Cannot paste to column %1. Details: %2 无法粘贴到列 %1。详情:%2 Go to referenced row in table '%1' 转至表 '%1' 中的引用的行 table '%1' 表“%1” Referenced row (%1) 引用的行(%1) Trim pasted text? 移除粘贴文本两端的空白? The pasted text contains leading or trailing white space. Trim it automatically? 粘贴的文本两端含有空白符号。自动移除? Paste "NULL" as null value? 将 "NULL" 粘贴为空值? The pasted text contains "NULL" literals. Do you want to consider them as NULL values? 粘贴的文本包含 "NULL" 字符。要将它们视为空值吗? Edit value 编辑值 SqlTableModel Error while committing new row: %1 提交新行时发生错误:%1 Error while deleting row from table %1: %2 从表 %1 中删除行时发生错误:%2 SqliteExtensionEditor Filter extensions 扩展筛选器 Leave empty to use default function 留空则使用默认函数 Extension file 扩展文件 Initialization function 初始化函数 Databases 数据库 Register in all databases 在所有数据库中注册 Register in following databases: 在下列数据库中注册: Extension manager window has uncommitted modifications. 扩展管理窗口有未提交的更改。 Extension manager 扩展管理器 Commit all extension changes 提交所有扩展更改 Rollback all extension changes 回滚所有扩展更改 Add new extension 添加新扩展 Remove selected extension 移除所选扩展 Editing extensions manual 手动编辑扩展 File with given path does not exist or is not readable. 指定路径的文件不存在或无法读取。 Unable to load extension: %1 无法加载扩展:%1 Invalid initialization function name. Function name can contain only alpha-numeric characters and underscore. 初始化函数名无效。函数名只能包含字母数字字符和下划线。 Dynamic link libraries (*.dll);;All files (*) 动态链接库 (*.dll);;所有文件 (*) Shared objects (*.so);;All files (*) 共享库 (*.so);;All files (*) Dynamic libraries (*.dylib);;All files (*) 动态库 (*.dylib);;所有文件 (*) All files (*) 所有文件 (*) Open file 打开文件 StatusField Status 状态栏 Copy 复制 Clear 清除 TableConstraintsModel Type table constraints 类型 Details table constraints 详情 Name table constraints 名称 TableForeignKeyPanel Foreign table: 外部表: Columns Local column 本地列 Foreign column 外部列 Reactions 响应 Deferred foreign key 延迟外键约束 Named constraint 命名的约束 Constraint name 约束名称 Pick the foreign column. 选择一个外部列。 Pick the foreign table. 选择一个外部表。 Select at least one foreign column. 请至少选择一个外部列。 Enter a name of the constraint. 输入一个约束的名称。 Foreign column table constraints 外部列 TablePrimaryKeyAndUniquePanel Columns Column Collation 字符序 Sort 排序 Valid only for a single column with INTEGER data type 仅对整数(INTEGER)数据类型的单个列有效 Autoincrement 自动递增 Named constraint 命名的约束 Constraint name 约束名称 On conflict 当冲突时 Collate table constraints 字符序 Sort order table constraints 排序方式 Select at least one column. 至少选择一个列。 Enter a name of the constraint. 输入一个约束的名称。 TableStructureModel Name table structure columns 名称 Data type table structure columns 数据类型 Primary Key table structure columns 主键 Foreign Key table structure columns 外键 Unique table structure columns 唯一 Check table structure columns 条件 Not NULL table structure columns 非空 Collate table structure columns 字符序 Generated table structure columns 生成 Default value table structure columns 默认值 TableWindow Structure 结构 Table name: 表名: <html><head/><body><p>Enables/disabled the WITHOUT ROWID clause on the table. Such table will no longer have the &quot;rowid&quot; hidden column. For such table an explicit PRIMARY KEY column is mandatory. You can read more details on this in SQLite official documentation.</p></body></html> <html><head/><body><p>Enables/disabled the WITHOUT ROWID clause on the table. Such table will no longer have the &quot;rowid&quot; hidden column. For such table an explicit PRIMARY KEY column is mandatory. You can read more details on this in SQLite official documentation.</p></body></html> <html><head/><body><p>Enables/disables the STRICT clause for the table. Such table makes strict verification of data stored in columns against declared data types for these columns. This is similar to how data types are usually enforced in most other database engines. Keep it disabled to use the classical SQLite bahavior (i.e. no data type enforcement). You can find more details in the official SQLite documentation.</p></body></html> <html><head/><body><p>Enables/disables the STRICT clause for the table. Such table makes strict verification of data stored in columns against declared data types for these columns. This is similar to how data types are usually enforced in most other database engines. Keep it disabled to use the classical SQLite bahavior (i.e. no data type enforcement). You can find more details in the official SQLite documentation.</p></body></html> Data 数据 Constraints 约束 Indexes 索引 Triggers 触发器 DDL DDL Export table table window 导出表 Import data to table table window 导入数据至表 Populate table table window 填充表 Refresh structure table window 刷新结构 Commit structure changes table window 提交结构更改 Rollback structure changes table window 回滚结构更改 Add column table window 添加列 Edit column table window 编辑列 Delete column table window 删除列 Move column up table window 上移列 Move column down table window 下移列 Create similar table table window 创建相似的表 Reset autoincrement value table window 重置自动递增值 Add table constraint table window 新增表约束 Edit table constraint table window 编辑表约束 Delete table constraint table window 删除表约束 Move table constraint up table window 向上移动表约束 Move table constraint down table window 向下一移动表约束 Add table primary key table window 添加主键 Add table foreign key table window 添加外键 Add table unique constraint table window 添加表唯一约束 Add table check constraint table window 添加表检查约束 Refresh index list table window 刷新索引列表 Create index table window 创建索引 Edit index table window 编辑索引 Delete index table window 删除索引 Refresh trigger list table window 刷新触发器列表 Create trigger table window 创建触发器 Edit trigger table window 编辑触发器 Delete trigger table window 删除触发器 Are you sure you want to delete column '%1'? table window 您确定要删除字段“%1”吗? Following problems will take place while modifying the table. Would you like to proceed? table window 修改该表时将出现以下问题。 是否继续? Table modification table window 修改表 Could not load data for table %1. Error details: %2 无法加载表 %1 的数据。错误详情:%2 Could not process the %1 table correctly. Unable to open a table window. 无法正确处理表 %1。无法打开表窗口。 Database 数据库 Could not restore window %1, because no database or table was stored in session for this window. 无法还原窗口 %1,此窗口中没有存储数据库或表的会话。 Could not restore window '%1', because no database or table was stored in session for this window. 无法还原窗口“%1”,此窗口中没有存储数据库或表的会话。 Could not restore window '%1', because database %2 could not be resolved. 无法还原窗口“%1”,无法解析数据库 %2。 Could not restore window '%1', because the table %2 doesn't exist in the database %3. 无法还原窗口“%1”,数据库 %3 中不存在表 %2。 New table %1 新表 %1 Committed changes for table '%1' successfully. 成功提交表 '%1' 的修改。 Committed changes for table '%1' (named before '%2') successfully. 成功提交对表 '%1'(原名 '%2')的更改。 Could not commit table structure. Error message: %1 table window 无法提交表结构。错误信息:%1 Reset autoincrement 重置自动递增 Are you sure you want to reset autoincrement value for table '%1'? 您确定要重置表“%1”的自动递增值吗? An error occurred while trying to reset autoincrement value for table '%1': %2 重置表“%1”的自动递增值时出错:%2 Autoincrement value for table '%1' has been reset successfully. 成功重置表“%1”的自动递增值。 Empty name 空名称 A blank name for the table is allowed in SQLite, but it is not recommended. Are you sure you want to create a table with blank name? SQLite 允许为表使用空白名称,但不推荐使用空白名称。 您确定要创建一个空白名称的表? Cannot create a table without at least one column. 无法创建没有任何列的表。 Cannot create table %1, if it has no primary key defined. Either uncheck the %2, or define a primary key. 无法创建表 %1,没有定义主键。取消选中 %2 或者定义一个主键。 Cannot use autoincrement for primary key when %1 clause is used. Either uncheck the %2, or the autoincrement in a primary key. 使用 %1 语句时无法为主键使用自动递增。取消选中 %2,或者将一个主键设为自动递增。 Following columns have non-strict data type: %1. Either disable strict mode of the table, or fix column data types. Valid strict data types are: %2 以下列使用了不严格的数据类型:%1。请禁用此表的严格模式,或者修改列数据类型。有效的严格数据类型为:%2 Are you sure you want to delete table constraint '%1'? table window 您确定要删除表约束“%1”吗? Delete constraint table window 删除约束 Cannot export, because no export plugin is loaded. 无法导出,没有加载导出插件。 Cannot import, because no import plugin is loaded. 无法导入,没有加载导入插件。 Uncommitted changes 未提交的更改 There are uncommitted structure modifications. You cannot browse or edit data until you have table structure settled. Do you want to commit the structure, or do you want to go back to the structure tab? 有未提交的结构修改。您不能浏览或编辑数据,直至表结构完工。 立即提交现有结构?或者返回结构选项卡? Go back to structure tab 返回结构选项卡 Commit modifications and browse data. 提交修改并浏览数据。 Name table window indexes 名称 Unique table window indexes 唯一 Columns table window indexes Partial index condition table window indexes 部分索引条件 Name table window triggers 名称 Event table window triggers 事件 Condition table window triggers 条件 Details table window triggers 详情 Table window "%1" has uncommitted structure modifications and data. 表窗口“%1”有未提交的结构更改与数据。 Table window "%1" has uncommitted data. 表窗口“%1”有未提交的数据。 Table window "%1" has uncommitted structure modifications. 表窗口“%1”有未提交的结构更改。 TriggerColumnsDialog Trigger columns 触发器列 Triggering columns: 触发列: Select all 全选 Deselect all 全不选 TriggerDialog Trigger 触发器 On table: 表: Action: 动作: <p>SQL condition that will be evaluated before the actual trigger code. In case the condition returns false, the trigger will not be fired for that row.</p> <p>用来判断触发器代码是否执行的 SQL 条件表达式。如果条件返回 false,则触发器不会对该行生效。</p> Pre-condition: 前提条件: The scope is still not fully supported by the SQLite database. SQLite 数据库仍未完全支持作用域。 Trigger name: 触发器名称: When: 当: List of columns for UPDATE OF action. UPDATE OF 动作的列列表 Scope: 作用域: Code: 代码: Trigger statements to be executed. 需要执行的触发器语句 DDL DDL On view: 视图: Could not process trigger %1 correctly. Unable to open a trigger dialog. 无法正确处理触发器 %1。无法打开触发器对话框。 Enter a valid condition. 请输入一个有效的条件。 Enter a valid trigger code. 请输入一个有效的触发器代码。 Error trigger dialog 错误 An error occurred while executing SQL statements: %1 执行下列 SQL 语句时出错: %1 VersionConvertSummaryDialog Database version convert 数据库版本转换 Following changes to the SQL statements will be made: SQL 语句变更如下: Before 之前 After 之后 ViewWindow Query 查询 View name: 视图名称: Output column names 输出列名称 Data 数据 Triggers 触发器 DDL DDL Could not restore window '%1', because no database or view was stored in session for this window. 无法还原窗口“%1”,此窗口中没有存储数据库或表的会话。 Could not restore window '%1', because database %2 could not be resolved. 无法还原窗口“%1”,无法解析数据库 %2。 Could not restore window '%1', because database %2 could not be open. 无法还原窗口“%1”,数据库 %2 没有被打开。 Could not restore window '%1', because the view %2 doesn't exist in the database %3. 无法还原窗口“%1”,数据库 %3 中不存在视图 %2。 New view %1 新视图 %1 Database 数据库 Refresh the view view window 刷新视图 Commit the view changes view window 提交视图更改 Rollback the view changes view window 回滚视图更改 Explicit column names 明确列名称 Generate output column names automatically basing on result columns of the view. 基于视图的结果列自动生成输出列名称。 Add column view window 添加列 Edit column view window 编辑列 Delete column view window 删除列 Move column up view window 上移列 Move column down view window 下移列 Refresh trigger list view window 刷新触发器列表 Create new trigger view window 创建新触发器 Edit selected trigger view window 编辑选中触发器 Delete selected trigger view window 删除选中触发器 View window "%1" has uncommitted structure modifications and data. 视图“%1”有未提交的结构更改和数据。 View window "%1" has uncommitted data. 视图“%1”有未提交的数据。 View window "%1" has uncommitted structure modifications. 视图“%1”有未提交的结构更改。 Could not load data for view %1. Error details: %2 无法加载视图 %1 的数据。错误详情:%2 Uncommitted changes 未提交的更改 There are uncommitted structure modifications. You cannot browse or edit data until you have the view structure settled. Do you want to commit the structure, or do you want to go back to the structure tab? 有未提交的结构修改。您不能浏览或编辑数据,直至表结构完工。 立即提交现有结构?或者返回结构选项卡? Go back to structure tab 返回结构选项卡 Commit modifications and browse data. 提交更改并浏览数据。 View '%1' was committed successfully. 成功提交视图“%1”。 Committed changes for view '%1' successfully. 成功提交对视图“%1”的更改。 Committed changes for view '%1' (named before '%2') successfully. 成功提交对视图“%1”(原名“%2”)的更改。 Could not commit view changes. Error message: %1 view window 无法提交视图更改。错误信息:%1 Override columns 覆盖列 Currently defined columns will be overriden. Do you want to continue? 当前定义的列将被覆盖。您要继续吗? Could not determinate columns returned from the view. The query is problably incomplete or contains errors. 无法确定视图所返回的列。查询可能不完整或包含错误。 Name view window triggers 名称 Instead of view window triggers 而非 Condition view window triggers 条件 Details table window triggers 详情 Could not process the %1 view correctly. Unable to open a view window. 无法正确处理视图 %1。无法打开视图窗口。 Empty name 空名称 A blank name for the view is allowed in SQLite, but it is not recommended. Are you sure you want to create a view with blank name? SQLite 允许为视图使用空白名称,但不推荐使用空白名称。 您确定要创建一个空白名称的视图? The SELECT statement could not be parsed. Please correct the query and retry. Details: %1 SELECT 语句解析失败。请更正查询并重试。 详情:%1 The view could not be modified due to internal SQLiteStudio error. Please report this! 因 SQLiteStudio 内部错误,无法修改该视图。请报告该问题! The view code could not be parsed properly for execution. This is a SQLiteStudio's bug. Please report it. 用于执行的视图代码无法正确解析。这是 SQLiteStudio 的 bug,请报告。 Following problems will take place while modifying the view. Would you like to proceed? view window 修改该视图时将出现以下问题。 是否继续? View modification view window 视图更改 WidgetCover Interrupt 停止