From 8e640722c62692818ab840d50b3758f89a41a54e Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 25 Nov 2015 16:48:41 -0500 Subject: Imported Upstream version 3.0.7 --- .../translations/guiSQLiteStudio_zh_CN.ts | 1096 ++++++++++---------- 1 file changed, 571 insertions(+), 525 deletions(-) (limited to 'SQLiteStudio3/guiSQLiteStudio/translations/guiSQLiteStudio_zh_CN.ts') diff --git a/SQLiteStudio3/guiSQLiteStudio/translations/guiSQLiteStudio_zh_CN.ts b/SQLiteStudio3/guiSQLiteStudio/translations/guiSQLiteStudio_zh_CN.ts index 7d8bb85..acefaa8 100644 --- a/SQLiteStudio3/guiSQLiteStudio/translations/guiSQLiteStudio_zh_CN.ts +++ b/SQLiteStudio3/guiSQLiteStudio/translations/guiSQLiteStudio_zh_CN.ts @@ -99,7 +99,7 @@ Reporter - 上报人 + 报告者 @@ -150,7 +150,7 @@ You can see all your reported bugs and ideas by selecting menu '%1' and then '%2'. - 您可以通过选择菜单 “1%”下的“%2”来查看全部您报告的bugs和想法。 + 您可以通过选择菜单 “1%”下的“%2”来查看全部您报告的bugs和想法。 @@ -465,7 +465,7 @@ Enter a collation name. - 输入排序规则名称。 + 输入排序规则名称。 @@ -754,7 +754,7 @@ but it's okay to use it. Autoincrement - + Autoincrement @@ -769,7 +769,7 @@ but it's okay to use it. On conflict: - 冲突: + 冲突: @@ -892,24 +892,24 @@ but it's okay to use it. ConfigDialog - + Configuration - + 配置 Search - + 搜索 General - + 通用 Keyboard shortcuts - + 快捷键 @@ -939,7 +939,7 @@ but it's okay to use it. Code formatters - 代码格式化 + 代码格式化 @@ -973,449 +973,476 @@ but it's okay to use it. 限制宽度(单位:像素): - + + Inserting new row in data grid + + + + + Before currently selected row + 在已选列之前 + + + + + + General.InsertRowPlacement + + + + + After currently selected row + 在已选列之后 + + + + At the end of data view + 在数据显示区域的末尾 + + + 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 commiting schema changes 当提交schema变动时不显示数据库定义(DDL)预览对话框 - + SQL queries SQL查询 - - + + Number of queries kept in the history. 查询历史记录数量。 - + History size: 历史大小: - + <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.</p> <p>如果SQL编辑器中有多个语句,如果启用该选项,只执行光标下的语句;反之则执行全部语句。另外您可以选择需要执行的语句来执行</p> - + Execute only the query under the cursor 只执行光标下的语句 - + Updates 更新 - + Automatically check for updates at startup 在启动时自己检查更新 - + Session 会话 - + Restore last session (active MDI windows) after startup 启动后恢复上一次会话。 - + 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> - + Use compact layout - + General.CompactLayout - + Database list 数据库列表 - + 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> - + 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) - + Sort objects (tables, indexes, triggers and views) alphabetically - + Display system tables and indexes on the list - + Table windows - + When enabled, Table Windows will show up with the data tab, instead of the structure tab. - + Open Table Windows with the data tab for start - + View windows - + When enabled, View Windows will show up with the data tab, instead of the structure tab. - + Open View Windows with the data tab for start - + 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 状态栏字体 - + SQL editor colors SQL编辑器颜色 - + Current line background 当前行的背景色 - + <p>SQL strings are enclosed with single quote characters.</p> <p>单引号内的SQL字符串</p> - + String foreground 字符串颜色 - + <p>Bind parameters are placeholders for values yet to be provided by the user. They have one of the forms:</p><ul><li>:param_name</li><li>$param_name</li><li>@param_name</li><li>?</li></ul> - + Bind parameter foreground - + Highlighted parenthesis background - + <p>BLOB values are binary values represented as hexadecimal numbers, like:</p><ul><li>X'12B4'</li><li>x'46A2F4'</li></ul> - + BLOB value foreground BLOB值的颜色 - + Regular foreground 背景色 - + Line numbers area background 行号的背景色 - + Keyword foreground 关键字的颜色 - + Number foreground 数字颜色 - + Comment foreground 注释颜色 - + <p>Valid objects are name of tables, indexes, triggers, or views that exist in the SQLite database.</p> - + Valid objects foreground - + Data view colors - + <p>Any data changes will be outlined with this color, until they're commited to the database.</p> - + Uncommited data outline color - + <p>In case of error while commiting data changes, the problematic cell will be outlined with this color.</p> - + Commit error outline color - + NULL value foreground NULL值的颜色 - + Deleted row background 已删除行的背景色 - + Database list colors 数据库列表颜色 - + <p>Additional labels are those which tell you SQLite version, number of objects deeper in the tree, etc.</p> - + Additional labels foreground - + Status field colors - + Information message foreground 信息颜色 - + Warning message foreground 警告信息颜色 - + Error message foreground 错误信息颜色 @@ -1453,7 +1480,7 @@ but it's okay to use it. Dependencies: plugin details - + 依赖: @@ -1475,7 +1502,7 @@ but it's okay to use it. %1 (built-in) plugins manager in configuration dialog - + %1 (内建) @@ -1677,99 +1704,117 @@ but it's okay to use it. - + First page data view - + 首页 - + Previous page data view - + 上一页 - + Next page data view - + 下一页 - + Last page data view - + 末页 - + Apply filter data view - + Commit changes for selected cells data view - + Rollback changes for selected cells data view - + Show grid view of results sql editor - + Show form view of results sql editor - + Filter by text data view - + Filter by the Regular Expression data view - + Filter by SQL expression 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 @@ -1777,27 +1822,27 @@ Browsing other pages will be possible after the row counting is done. Convert database - + 转换数据库 Source database - + 源数据库 Source database version: - + 源数据库版本: Target database - + 目的数据库 Target version: - + 目标版本: @@ -1807,7 +1852,7 @@ Browsing other pages will be possible after the row counting is done. Target file: - + 目标文件: @@ -1822,7 +1867,7 @@ Browsing other pages will be possible after the row counting is done. Select source database - + 选择源数据库 @@ -1875,17 +1920,17 @@ Browsing other pages will be possible after the row counting is done. Database - 数据库 + 数据库 Database type - + 数据类型 Database driver - + 数据库驱动 @@ -1895,17 +1940,17 @@ Browsing other pages will be possible after the row counting is done. Options - 选项 + 选项 Permanent (keep it in configuration) - + 记住该数据库 Test connection - + 测试连接 Name @@ -1918,13 +1963,13 @@ Browsing other pages will be possible after the row counting is done. Create new database file - + 创建新数据库文件 - + File - 文件 + 文件 @@ -1943,49 +1988,49 @@ Browsing other pages will be possible after the row counting is done. - + Browse for existing database file on local computer - + 浏览计算上已存在的文件 - + Browse - + 浏览 - + Enter an unique database name. - + This name is already in use. Please enter unique name. - + Enter a database file path. - + 输入数据库文件位置。 - + This database is already on the list under name: %1 - + 该数据库已在列表中:%1 - + Select a database type. - + 选择数据库类型。 - + Auto-generated - + 自动产生 - + Type the name - + 输入名字 @@ -1993,42 +2038,42 @@ Browsing other pages will be possible after the row counting is done. 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”吗? @@ -2041,240 +2086,240 @@ Browsing other pages will be possible after the row counting is done. Databases - 数据库 + 数据库 Filter by name - + 过滤名 Copy - 复制 + 复制 Paste - 粘贴 + 粘贴 Select all - 全选 + 全选 Create a group - + 创建分组 Delete the group - + 删除分组 Rename the group - + 重命名分组 Add a database - + 添加数据库 Edit the database - + 编辑数据库 Remove the database - + 移除数据库 Connect to the database - + 连接到数据库 Disconnect from the database - + 断开数据库连接 Import - 导入 + 导入 Export the database - + 导数该数据库 Convert database type - + 转换数据库类型 Vacuum - + 清理 Integrity check - + 检查完整性 Create a table - + 新建表 Edit the table - + 编辑该表 Delete the table - + 删除该表 Export the table - + 导出该表 Import into the table - + 导入到该表 Populate table - + 填充表 Create similar table - + 创建一个相似的表 Reset autoincrement sequence - + 重设 autoincrement Create an index - + 创建索引 Edit the index - + 编辑该索引 Delete the index - + 删除该索引 Create a trigger - + 创建触发器 Edit the trigger - + 编辑该触发器 Delete the trigger - + 删除该触发器 Create a view - + 创建视图 Edit the view - + 编辑该视图 Delete the view - + 删除该视图 Add a column - + 添加字段 Edit the column - + 编辑该字段 Delete the column - + 删除该字段 Delete selected items - + 删除已选项目 Clear filter - + 清除过滤器 Refresh all database schemas - + 刷新全部数据库的结构 Refresh selected database schema - + 刷新已选数据库的结构 Erase table data - + 擦除该表的数据 Database - 数据库 + 数据库 Grouping - + 分组 Create group - + 创建分组 Group name - + 分组名 @@ -2284,95 +2329,96 @@ Browsing other pages will be possible after the row counting is done. Delete group - + 删除分组 Are you sure you want to delete group %1? All objects from this group will be moved to parent group. - + 确认删除组 %1 吗? +删除后该组下的全部内容将被移动到其所属的父分组中。 Delete database - + 删除数据库 Are you sure you want to delete database '%1'? - + 您确定要删除数据库“%1”吗? Cannot import, because no import plugin is loaded. - + 未能导入,因为没有导入插件被加载。 Cannot export, because no export plugin is loaded. - + 未能导出,因为没有导出插件被加载。 Error while executing VACUUM on the database %1: %2 - + 在数据库%1上运行 VACUUM 命令时出错:%2 VACUUM execution finished successfully. - + VACUUM 命令执行完成。 Integrity check (%1) - + 完整性检查(%1) Reset autoincrement - + 重置autoincrement Are you sure you want to reset autoincrement value for table '%1'? - + 您确定要重设“%1”的autoincrement吗? An error occurred while trying to reset autoincrement value for table '%1': %2 - + 在重设表“%1”的autoincrement时出现错误:%2 Autoincrement value for table '%1' has been reset successfly. - + 表“%1”的auincrement重设成功。 Are you sure you want to delete all data from table '%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。 @@ -2382,12 +2428,12 @@ All objects from this group will be moved to parent group. %1<br><br>Are you sure you want to continue? - + %1<br><br>继续? Delete objects - + 删除对象 @@ -2396,25 +2442,25 @@ All objects from this group will be moved to parent group. error dbtree labels - + 错误 (system table) database tree label - + (系统表) (virtual) virtual table label - + (虚拟) (system index) database tree label - + (系统索引) @@ -2423,90 +2469,90 @@ All objects from this group will be moved to parent group. Database: %1 dbtree tooltip - 数据库:%1 + 数据库:%1 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 - 中止 + 中止 Referenced tables - + 参照表 @@ -2517,7 +2563,7 @@ All objects from this group will be moved to parent group. Name conflict - + 名字冲突 @@ -2538,7 +2584,7 @@ Please enter new, unique name, or press '%1' to abort the operation: Would you like to ignore those errors and proceed? - + 忽略错误并继续? @@ -2546,7 +2592,7 @@ Please enter new, unique name, or press '%1' to abort the operation: Filter by database: - + 数据库过滤: @@ -2558,7 +2604,7 @@ Please enter new, unique name, or press '%1' to abort the operation: DDL history - + DDL历史 @@ -2566,12 +2612,12 @@ Please enter new, unique name, or press '%1' to abort the operation: Queries to be executed - + 将要执行的语句 Don't show again - + 不再显示 @@ -2579,7 +2625,7 @@ Please enter new, unique name, or press '%1' to abort the operation: SQLiteStudio Debug Console - SQLiteStudio 调试终端 + SQLiteStudio 调试终端 @@ -2592,33 +2638,33 @@ Please enter new, unique name, or press '%1' to abort the operation: History - + 历史 Results in the separate tab - + 结果在新标签中打开 Results below the query - + 结果在当前页打开 SQL editor %1 - + SQL编辑器 %1 Results - + 结果 Execute query - + 执行语句 @@ -2629,41 +2675,41 @@ Please enter new, unique name, or press '%1' to abort the operation: Clear execution history sql editor - + 清除执行历史 Export results sql editor - + 导出结果 Create view from query sql editor - + 从query中创建视图 Previous database - + 前一个数据库 Next database - + 下一个数据库 Show next tab sql editor - + 显示下一个标签 Show previous tab sql editor - + 显示上一个标签 @@ -2695,17 +2741,17 @@ Please enter new, unique name, or press '%1' to abort the operation: 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. - + 未能导出,因为没有导出插件被加载。 @@ -2715,7 +2761,7 @@ Please enter new, unique name, or press '%1' to abort the operation: Editor window "%1" has uncommited data. - + 编辑器“%1”里有未提交的数据库。 @@ -2723,17 +2769,17 @@ Please enter new, unique name, or press '%1' to abort the operation: Errors - + 错误 Following errors occured: - + 发生了以下错误: Would you like to proceed? - + 仍然继续吗? @@ -2970,49 +3016,49 @@ Please enter new, unique name, or press '%1' to abort the operation: 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 - + 删除当前行 @@ -3020,42 +3066,42 @@ Please enter new, unique name, or press '%1' to abort the operation: Filter funtions - + 过滤函数 Function name: - + 函数名: Implementation language: - 实现语言: + 实现语言: Type: - + 类型: Input arguments - + 输入参数 Undefined - + Undefined Databases - 数据库 + 数据库 Register in all databases - 在所有数据库中注册 + 在所有数据库中注册 @@ -3065,7 +3111,7 @@ Please enter new, unique name, or press '%1' to abort the operation: Initialization code: - + 初始化代码: @@ -3081,57 +3127,57 @@ Please enter new, unique name, or press '%1' to abort the operation: SQL function 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 - + 下移函数参数 @@ -3146,12 +3192,12 @@ Please enter new, unique name, or press '%1' to abort the operation: Enter a non-empty, unique name of the function. - + 输入非空唯一的函数名称 Pick the implementation language. - 选择实现语言。 + 选择实现语言。 @@ -3180,47 +3226,47 @@ Please enter new, unique name, or press '%1' to abort the operation: Import data - + 导入数据 Table to import to - + 目的表 Table - + Database - 数据库 + 数据库 Data source to import from - + 数据源 Data source type - + 数据源类型 Options - 选项 + 选项 Input file: - + 输入文件: Text encoding: - + 文本编码: @@ -3230,52 +3276,52 @@ Please enter new, unique name, or press '%1' to abort the operation: 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 - + 选择要导入的文件 @@ -3319,12 +3365,12 @@ Please enter new, unique name, or press '%1' to abort the operation: Sort - + 排序 DDL - + DDL @@ -3344,7 +3390,7 @@ Please enter new, unique name, or press '%1' to abort the operation: Select at least one column. - + 至少选择一列 @@ -3355,31 +3401,31 @@ Please enter new, unique name, or press '%1' to abort the operation: 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? - + An error occurred while executing SQL statements: %1 - + 在执行SQL语句时发生了错误:%1 @@ -3400,12 +3446,12 @@ Please enter new, unique name, or press '%1' to abort the operation: Database toolbar - + 数据工具栏 Structure toolbar - + 结构工具栏 @@ -3448,250 +3494,250 @@ Please enter new, unique name, or press '%1' to abort the operation: - + You need to restart application to make the language change take effect. - + 更改语言后重启程序生效。 - + Open SQL editor 打开SQL编辑器 - + Open DDL history 打开数据库定义(DDL)历史 - + Open SQL functions editor 打开SQL函数编辑器 - + Open collations editor - + Import - 导入 + 导入 - + Export 导出 - + Open configuration dialog 打开配置对话框 - + Tile windows 平铺窗口 - + Tile windows horizontally 水平排列窗口 - + Tile windows vertically 垂直排列窗口 - + Cascade windows 层叠窗口 - + Next window 下一个窗口 - + Previous window 上一个窗口 - + Hide status field 隐藏状态栏 - + Close selected window 关闭当前窗口 - + Close all windows but selected 关闭其它窗口 - + Close all windows 关闭全部窗口 - + Restore recently closed window 恢复最近关闭的窗口 - + Rename selected window 重命名当前窗口 - + Open Debug Console 打开调试终端 - + Open CSS Console - + 打开CSS控制台 - + Report a bug 提交Bug - + Propose a new feature 提交新功能建议 - + About 关于 - + Licenses 许可 - + Open home page 访问主页 - + Open forum page 访问论坛 - + User Manual 用户手册 - + SQLite documentation SQLite文档 - + Report history 报告历史 - + Check for updates 检查更新 - + Database menubar 数据库 - + Structure menubar 结构 - + View menubar 查看 - + Window list menubar view menu 窗口列表 - + Tools menubar 工具 - + Help 帮助 - + 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 - + Database passed in command line parameters (%1) has been temporarily added to the list under name: %2 - + Could not add database %1 to list. - + 未能将数据%1添加到列表 @@ -3789,7 +3835,7 @@ Please enter new, unique name, or press '%1' to abort the operation: Text - + 文本 @@ -3880,13 +3926,13 @@ Please enter new, unique name, or press '%1' to abort the operation: Collate new constraint dialog - 排序规则 + 排序规则 Default new constraint dialog - 默认 + 默认 @@ -3947,7 +3993,7 @@ Please enter new, unique name, or press '%1' to abort the operation: Populating configuration - + 配置填充 @@ -3960,7 +4006,7 @@ Please enter new, unique name, or press '%1' to abort the operation: Populate table - + 填充表 @@ -3980,23 +4026,23 @@ Please enter new, unique name, or press '%1' to abort the operation: Number of rows to populate: - + 填充的行数: Populate populate dialog button - + 填充 Abort - 中止 + 中止 Configure - 配置 + 配置 @@ -4011,7 +4057,7 @@ Please enter new, unique name, or press '%1' to abort the operation: Select table to populate - + 选择要填充的表 @@ -4139,12 +4185,12 @@ Please enter new, unique name, or press '%1' to abort the operation: - + Total pages available: %1 - + Total rows loaded: %1 @@ -4211,7 +4257,7 @@ Please enter new, unique name, or press '%1' to abort the operation: - + Paste from clipboard @@ -4228,7 +4274,7 @@ Please enter new, unique name, or press '%1' to abort the operation: Triggers - + 触发器 @@ -4278,12 +4324,12 @@ Please enter new, unique name, or press '%1' to abort the operation: Insert new row - + 新插入行 Delete current row - + 删除当前行 @@ -4332,106 +4378,106 @@ Please enter new, unique name, or press '%1' to abort the operation: - + Cut selected text - + Copy selected text - + Delete selected text - + Undo 撤销 - + Redo 恢复 - + SQL editor input field - + 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 @@ -4627,14 +4673,14 @@ Please enter new, unique name, or press '%1' to abort the operation: Uncommited changes - 未提交的更改 + 未提交的更改 Are you sure you want to quit the application? Following items are pending: - + 您确定要退出本程序吗? @@ -4642,17 +4688,17 @@ Following items are pending: Find or replace - + 查找与替换 Find: - + 查找: Case sensitive - + 大小写敏感 @@ -4662,28 +4708,28 @@ Following items are pending: Regular expression matching - + 正则表达式 Replace && find next - + 替换并查找下一个 Replace with: - + 替换为: Replace all - + 全部替换 Find - 查找 + 查找 @@ -4697,13 +4743,13 @@ find next Column - 字段 + 字段 Order - + 排序 @@ -4724,173 +4770,173 @@ find next SqlEditor - + 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 - + 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 替换 - + Saved SQL contents to file: %1 - + Syntax completion can be used only when a valid database is set for the SQL editor. - + Contents of the SQL editor are huge, so errors detecting and existing objects highlighting are temporarily disabled. - + Save to file 保存到文件 - + Could not open file '%1' for writing: %2 - + SQL scripts (*.sql);;All files (*) SQL文件 (*.sql);;所有文件 (*) - + Open file 打开文件 - + Could not open file '%1' for reading: %2 - + Reached the end of document. Hit the find again to restart the search. 已搜索到文档底部。点击查找从头程序开始搜索。 @@ -4901,25 +4947,25 @@ find next Column: data view tooltip - + 字段: Data type: data view - 数据类型: + 数据类型: Table: data view tooltip - + 表: Constraints: data view tooltip - + 约束: @@ -5006,12 +5052,12 @@ find next - + Insert multiple rows - + 插入多行 - + Number of rows to insert: @@ -5021,32 +5067,32 @@ find next Copy - 复制 + 复制 Copy as... - + 复制为... Paste - 粘贴 + 粘贴 Paste as... - + 粘贴为... Set NULL values - + 设置为NULL Erase values - + 擦除 @@ -5056,12 +5102,12 @@ find next Commit - + 提交 Rollback - + 回滚 @@ -5086,17 +5132,17 @@ find next Insert row - + 插入行 Insert multiple rows - + 插入多行 Delete selected row - + 删除已选行 @@ -5106,7 +5152,7 @@ find next Edit value - + 编辑值 @@ -5114,12 +5160,12 @@ find next Error while commiting new row: %1 - + 写入新行时发生了错误:%1 Error while deleting row from table %1: %2 - + 删除行时发生了错误 %1:%2 @@ -5241,12 +5287,12 @@ but it's okay to use them anyway. Columns - 字段 + 字段 Column - 字段 + 字段 @@ -5256,7 +5302,7 @@ but it's okay to use them anyway. Sort - + 排序 @@ -5266,7 +5312,7 @@ but it's okay to use them anyway. Autoincrement - + Autoincrement @@ -5298,7 +5344,7 @@ but it's okay to use them anyway. Select at least one column. - + 至少选择一列。 @@ -5342,7 +5388,7 @@ but it's okay to use them anyway. Data - + 数据 @@ -5357,7 +5403,7 @@ but it's okay to use them anyway. Triggers - + 触发器 @@ -5380,7 +5426,7 @@ but it's okay to use them anyway. Populate table table window - + 填充表 @@ -5519,7 +5565,7 @@ but it's okay to use them anyway. Delete index table window - + 删除索引 @@ -5543,7 +5589,7 @@ but it's okay to use them anyway. Delete trigger table window - + 删除触发器 @@ -5609,7 +5655,7 @@ Would you like to proceed? Reset autoincrement - + 重置autoincrement @@ -5667,12 +5713,12 @@ Are you sure you want to create a table with blank name? Cannot export, because no export plugin is loaded. - + 未能导出,因为没有导出插件被加载。 Cannot import, because no import plugin is loaded. - + 未能导入,因为没有导入插件被加载。 @@ -5865,13 +5911,13 @@ Do you want to commit the structure, or do you want to go back to the structure Error trigger dialog - + 错误 An error occurred while executing SQL statements: %1 - + 在执行SQL语句“%1”时发生了错误。 @@ -5879,7 +5925,7 @@ Do you want to commit the structure, or do you want to go back to the structure Database version convert - + 数据库版本转换 @@ -5889,12 +5935,12 @@ Do you want to commit the structure, or do you want to go back to the structure Before - + 之前 After - + 之后 @@ -5912,12 +5958,12 @@ Do you want to commit the structure, or do you want to go back to the structure Data - + 数据 Triggers - + 触发器 -- cgit v1.2.3