From d3d7bd767f6e885a130f7bb06711663c42315711 Mon Sep 17 00:00:00 2001 From: efreeking Date: Mon, 27 Oct 2014 09:17:25 +0800 Subject: [PATCH] I18N - Simplified Chinese --- src/translations/sqlb_cn.ts | 2061 +++++++++++++++++++++++++++++++++++ 1 file changed, 2061 insertions(+) create mode 100644 src/translations/sqlb_cn.ts diff --git a/src/translations/sqlb_cn.ts b/src/translations/sqlb_cn.ts new file mode 100644 index 00000000..198d2f4a --- /dev/null +++ b/src/translations/sqlb_cn.ts @@ -0,0 +1,2061 @@ + + + + + AboutDialog + + + About SqliteBrowser + 关于 SqliteBrowser + + + + Version + 版本 + + + + Qt Version + Qt 版本 + + + + SQLite Version + SQLite 版本 + + + + <html><head/><body><p>SQLite Database Browser is an open source, freeware visual tool used to create, design and edit SQLite database files.</p><p>It is bi-licensed under the Mozilla Public License Version 2, as well as the GNU General Public License Version 3 or later. You can modify or redistribute it under the conditions of these licenses.</p><p>See <a href="http://www.gnu.org/licenses/gpl.html"><span style=" text-decoration: underline; color:#0000ff;">http://www.gnu.org/licenses/gpl.html</span></a> and <a href="https://www.mozilla.org/MPL/2.0/index.txt"><span style=" text-decoration: underline; color:#0000ff;">https://www.mozilla.org/MPL/2.0/index.txt</span></a> for details.</p><p>For more information on this program please visit our website at: <a href="http://sqlitebrowser.org"><span style=" text-decoration: underline; color:#0000ff;">http://sqlitebrowser.org</span></a></p><p><span style=" font-size:small;">This software uses the GPL/LGPL Qt Toolkit from </span><a href="http://qt-project.org/"><span style=" font-size:small; text-decoration: underline; color:#0000ff;">http://qt-project.org/</span></a><span style=" font-size:small;"><br/>See </span><a href="http://qt-project.org/doc/qt-5/licensing.html"><span style=" font-size:small; text-decoration: underline; color:#0000ff;">http://qt-project.org/doc/qt-5/licensing.html</span></a><span style=" font-size:small;"> for licensing terms and information.</span></p><p><span style=" font-size:small;">It also uses the Silk icon set by Mark James licensed under a Creative Commons Attribution 2.5 and 3.0 license.<br/>See </span><a href="http://www.famfamfam.com/lab/icons/silk/"><span style=" font-size:small; text-decoration: underline; color:#0000ff;">http://www.famfamfam.com/lab/icons/silk/</span></a><span style=" font-size:small;"> for details.</span></p></body></html> + <html><head/><body><p>SQLite Database Browser 是一个开源的免费可视化工具,用于创建、设计和编辑 SQLite 数据库文件。</p><p>它是以第 2 版 Mozilla 公共许可,以及第 3 版及之后版本的 GNU 通用许可方式授权。你可以在遵循这些许可的条件下修改或重新发布它。</p><p>参阅 <a href="http://www.gnu.org/licenses/gpl.html"><span style=" text-decoration: underline; color:#0000ff;">http://www.gnu.org/licenses/gpl.html</span></a> 和 <a href="https://www.mozilla.org/MPL/2.0/index.txt"><span style=" text-decoration: underline; color:#0000ff;">https://www.mozilla.org/MPL/2.0/index.txt</span></a> 了解细节。</p><p>要获得本程序的更多信息,请访问我们的网站: <a href="http://sqlitebrowser.org"><span style=" text-decoration: underline; color:#0000ff;">http://sqlitebrowser.org</span></a></p><p><span style=" font-size:small;">这个软件使用了 GPL/LGPL Qt Toolkit: </span><a href="http://qt-project.org/"><span style=" font-size:small; text-decoration: underline; color:#0000ff;">http://qt-project.org/</span></a><span style=" font-size:small;"><br/>参阅 </span><a href="http://qt-project.org/doc/qt-5/licensing.html"><span style=" font-size:small; text-decoration: underline; color:#0000ff;">http://qt-project.org/doc/qt-5/licensing.html</span></a><span style=" font-size:small;"> 了解许可条款和信息。</span></p><p><span style=" font-size:small;">它还是用了由 Mark James 提供的 Silk 图标集,以第 2.5 和 3.0 版知识共享署名(CCA)许可方式授权。<br/>参阅 </span><a href="http://www.famfamfam.com/lab/icons/silk/"><span style=" font-size:small; text-decoration: underline; color:#0000ff;">http://www.famfamfam.com/lab/icons/silk/</span></a><span style=" font-size:small;"> 了解细节。</span></p></body></html> + + + + Application + + + Usage: %1 [options] [db] + + 用法: %1 [选项] [数据库] + + + + + Possible command line arguments: + 可用命令行参数: + + + + -h, --help Show command line options + -h, --help 显示命令行选项 + + + + -s, --sql [file] Execute this SQL file after opening the DB + -s, --sql [文件] 在打开数据库后执行这个 SQL 文件 + + + + -q, --quit Exit application after running scripts + -q, --quit 在运行脚本后退出应用程序 + + + + [file] Open this SQLite database + [文件] 打开这个 SQLite 数据库 + + + + The -s/--sql option requires an argument + -s/--sql 选项需要一个参数 + + + + The file %1 does not exist + 文件 %1 不存在 + + + + Invalid option/non-existant file: %1 + 无效选项/不存在的文件: %1 + + + + CreateIndexDialog + + + Create New Index + 创建新索引 + + + + &Name + 名称(&N) + + + + &Columns + 列(&C) + + + + Column + + + + + Use in Index + 在索引中使用 + + + + Order + 顺序 + + + + &Table + 表(&T) + + + + &Unique + 唯一(&U) + + + + Creating the index failed: +%1 + 创建索引时失败: +%1 + + + + DbStructureModel + + + Name + 名称 + + + + Object + 对象 + + + + Type + 类型 + + + + Schema + 架构 + + + + Tables (%1) + 表 (%1) + + + + Indices (%1) + 索引 (%1) + + + + Views (%1) + 视图 (%1) + + + + Triggers (%1) + 触发器 (%1) + + + + EditDialog + + + Edit database cell + 编辑数据库单元格 + + + + Import text + 导入文本 + + + + Opens a file dialog used to import text to this database cell. + 打开一个文件对话框用于导入文本到这个数据库单元格。 + + + + &Import + 导入(&I) + + + + Export text + 导出文本 + + + + Opens a file dialog used to export the contents of this database cell to a text file. + 打开一个文件对话框用于导出这个数据库单元格的内容到一个文本文件。 + + + + &Export + 导出(&E) + + + + Text + 文本 + + + + Binary + 二进制 + + + + Clear cell data + 清除单元格数据 + + + + Erases the contents of the cell + 删除单元格的内容 + + + + &Clear + 清除(&C) + + + + <html><head/><body><p><span style=" font-weight:600; color:#c00000;">Warning: Editing binary content in text mode may result in corrupted data!</span></p></body></html> + <html><head/><body><p><span style=" font-weight:600; color:#c00000;">警告: 在文本模式中编辑二进制内容可能会导致数据损坏!</span></p></body></html> + + + + This area displays information about the data present in this database cell + 这个区域显示存在于这个数据库单元格中的数据的相关信息 + + + + Type of data currently in cell + 当前在单元格中的数据的类型 + + + + Size of data currently in table + 当前在表中的数据的大小 + + + + Choose a file + 选择一个文件 + + + + Text files(*.txt);;Image files(%1);;All files(*) + 文本文件(*.txt);;图像文件(%1);;所有文件(*) + + + + Choose a filename to export data + 选择一个导出数据的文件名 + + + + Text files(*.txt);;All files(*) + 文本文件(*.txt);;所有文件(*) + + + + Type of data currently in cell: Text / Numeric + 当前在单元格中的数据的类型: Text 文本/ Numeric 数值 + + + + %n char(s) + + %n 个字符 + + + + + Type of data currently in cell: Image + 当前在单元格中的数据的类型: Image 图像 + + + + %1x%2 pixel + %1x%2 像素 + + + + Type of data currently in cell: Binary + 当前在单元格中的数据的类型: Binary 二进制 + + + + %n byte(s) + + %n 字节 + + + + + EditTableDialog + + + Edit table definition + 编辑表定义 + + + + Table + + + + + Fields + 字段 + + + + Add field + 添加字段 + + + + Remove field + 删除字段 + + + + Move field up + 上移字段 + + + + Move field down + 下移字段 + + + + Name + 名称 + + + + Type + 类型 + + + + + Not null + 非空 + + + + PK + PK + + + + Primary key + 主键 + + + + AI + AI + + + + Autoincrement + 自动增值 + + + + Default + 默认 + + + + Default value + 默认值 + + + + Check + 检查 + + + + Check constraint + 检查约束条件 + + + + Error creating table. Message from database engine: +%1 + 创建表时出错。来自数据库引擎的消息: +%1 + + + + There is at least one row with this field set to NULL. This makes it impossible to set this flag. Please change the table data first. + 至少有一行带本字段的记录被设为空。这使得它不可能设置这个标志。请首先更改表数据。 + + + + There is at least one row with a non-integer value in this field. This makes it impossible to set the AI flag. Please change the table data first. + 在这个字段中至少有一行带有一个非整数的值。这使得它不可能设置 AI 标志。请首先更改表数据。 + + + + Are you sure you want to delete the field '%1'? +All data currently stored in this field will be lost. + 您是否确认您想删除字段 '%1'? +当前存储在这个字段中的所有数据将会丢失。 + + + + ExportCsvDialog + + + Export data as CSV + 导出数据为 CSV + + + + &Table + 表(&T) + + + + &Column names in first line + 列名在首行(&C) + + + + Field &separator + 字段分隔符(&S) + + + + , + , + + + + ; + ; + + + + + Tab + Tab + + + + | + | + + + + + Other + 其它 + + + + &Quote character + 引号(&Q) + + + + " + " + + + + ' + ' + + + + Choose a filename to export data + 选择导出数据的文件名 + + + + Text files(*.csv *.txt) + 文本文件(*.csv *.txt) + + + + Export completed. + 导出完成。 + + + + Could not open output file. + 不能打开输出文件。 + + + + FilterTableHeader + + + Filter + 过滤 + + + + ImportCsvDialog + + + Import CSV file + 导入 CSV 文件 + + + + &Table name + 表名称(&T) + + + + &Column names in first line + 列名在首行(&C) + + + + Field &separator + 字段分隔符(&S) + + + + , + , + + + + ; + ; + + + + + Tab + Tab + + + + | + ; + + + + + Other + 其它 + + + + &Quote character + 引号(&Q) + + + + " + ; + + + + ' + ' + + + + Inserting data... + 正在插入数据... + + + + Cancel + 取消 + + + + There is already a table of that name and an import into an existing table is only possible if the number of columns match. + 已有同名的表,并且导入只有在列数匹配的情况下才能导入到一个现有的表。 + + + + There is already a table of that name. Do you want to import the data into it? + 已有同名的表。您是否想导入数据到其中? + + + + MainWindow + + + SQLiteBrowser + SQLiteBrowser + + + + Database &Structure + 数据库结构(&S) + + + + + toolBar1 + + + + + &Browse Data + 浏览数据(&B) + + + + Table: + 表: + + + + Select a table to browse data + 选择一个表以浏览数据 + + + + Use this list to select a table to be displayed in the database view + 使用这个列表选择一个要显示在数据库视图中的表 + + + + Refresh the data in the selected table. + 刷新选择的表中的数据。 + + + + This button refreshes the data in the currently selected table. + 这个按钮刷新在当前选择的表中的数据。 + + + + + F5 + F5 + + + + Insert a new record in the current table + 在当前表中插入一条新记录 + + + + This button creates a new, empty record in the database + 这个按钮在数据库中创建一条新的空白记录 + + + + New Record + 新建记录 + + + + Delete the current record + 删除当前记录 + + + + This button deletes the record currently selected in the database + 这个按钮删除在数据库中当前选择的记录 + + + + Delete Record + 删除记录 + + + + This is the database view. You can double-click any record to edit its contents in the cell editor window. + 这是数据库视图。您可以双击任何记录,在单元格编辑器窗口中编辑记录内容。 + + + + < + < + + + + 0 - 0 of 0 + 0 - 0 / 0 + + + + > + > + + + + Scroll 100 records upwards + 上滚 100 条记录 + + + + <html><head/><body><p>Clicking this button navigates 100 records upwards in the table view above.</p></body></html> + <html><head/><body><p>点击这个按钮在上面的表视图中向上导航 100 条记录。</p></body></html> + + + + <html><head/><body><p>Scroll 100 records downwards</p></body></html> + <html><head/><body><p>下滚 100 条记录</p></body></html> + + + + <html><head/><body><p>Clicking this button navigates 100 records downwards in the table view above.</p></body></html> + <html><head/><body><p>点击这个按钮在上面的表视图中向下导航 100 条记录。</p></body></html> + + + + <html><head/><body><p>Click here to jump to the specified record</p></body></html> + <html><head/><body><p>点击这里跳到指定的记录</p></body></html> + + + + <html><head/><body><p>This button is used to navigate to the record number specified in the Go to area.</p></body></html> + <html><head/><body><p>这个按钮用于导航到在“转到”区域中指定的记录号。</p></body></html> + + + + Go to: + 转到: + + + + Enter record number to browse + 输入要浏览的记录号 + + + + Type a record number in this area and click the Go to: button to display the record in the database view + 在这个区域中输入一个记录号,并点击“转到:”按钮以在数据库视图中显示记录 + + + + 1 + 1 + + + + Edit &Pragmas + 编辑杂注(&P) + + + + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_auto_vacuum"><span style=" text-decoration: underline; color:#0000ff;">Auto Vacuum</span></a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_auto_vacuum"><span style=" text-decoration: underline; color:#0000ff;">自动真空</span></a></p></body></html> + + + + None + + + + + + Full + 完整 + + + + Incremental + 增加 + + + + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_automatic_index"><span style=" text-decoration: underline; color:#0000ff;">Automatic Index</span></a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_automatic_index"><span style=" text-decoration: underline; color:#0000ff;">自动化索引</span></a></p></body></html> + + + + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_checkpoint_fullfsync"><span style=" text-decoration: underline; color:#0000ff;">Checkpoint Full FSYNC</span></a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_checkpoint_fullfsync"><span style=" text-decoration: underline; color:#0000ff;">检查点完全 FSYNC</span></a></p></body></html> + + + + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_foreign_keys"><span style=" text-decoration: underline; color:#0000ff;">Foreign Keys</span></a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_foreign_keys"><span style=" text-decoration: underline; color:#0000ff;">外键</span></a></p></body></html> + + + + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_fullfsync"><span style=" text-decoration: underline; color:#0000ff;">Full FSYNC</span></a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_fullfsync"><span style=" text-decoration: underline; color:#0000ff;">完全 FSYNC</span></a></p></body></html> + + + + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_ignore_check_constraints"><span style=" text-decoration: underline; color:#0000ff;">Ignore Check Constraints</span></a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_ignore_check_constraints"><span style=" text-decoration: underline; color:#0000ff;">忽略检查约束</span></a></p></body></html> + + + + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_journal_mode"><span style=" text-decoration: underline; color:#0000ff;">Journal Mode</span></a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_journal_mode"><span style=" text-decoration: underline; color:#0000ff;">日志模式</span></a></p></body></html> + + + + Delete + 删除 + + + + Truncate + 裁截 + + + + Persist + 永久 + + + + + Memory + 内存 + + + + WAL + WAL + + + + + Off + + + + + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_journal_size_limit"><span style=" text-decoration: underline; color:#0000ff;">Journal Size Limit</span></a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_journal_size_limit"><span style=" text-decoration: underline; color:#0000ff;">日志大小限制</span></a></p></body></html> + + + + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_locking_mode"><span style=" text-decoration: underline; color:#0000ff;">Locking Mode</span></a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_locking_mode"><span style=" text-decoration: underline; color:#0000ff;">锁定模式</span></a></p></body></html> + + + + + Normal + 正常 + + + + Exclusive + 独占 + + + + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_max_page_count"><span style=" text-decoration: underline; color:#0000ff;">Max Page Count</span></a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_max_page_count"><span style=" text-decoration: underline; color:#0000ff;">最大页数</span></a></p></body></html> + + + + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_page_size"><span style=" text-decoration: underline; color:#0000ff;">Page Size</span></a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_page_size"><span style=" text-decoration: underline; color:#0000ff;">页面大小</span></a></p></body></html> + + + + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_recursive_triggers"><span style=" text-decoration: underline; color:#0000ff;">Recursive Triggers</span></a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_recursive_triggers"><span style=" text-decoration: underline; color:#0000ff;">递归触发器</span></a></p></body></html> + + + + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_secure_delete"><span style=" text-decoration: underline; color:#0000ff;">Secure Delete</span></a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_secure_delete"><span style=" text-decoration: underline; color:#0000ff;">安全删除</span></a></p></body></html> + + + + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_synchronous"><span style=" text-decoration: underline; color:#0000ff;">Synchronous</span></a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_synchronous"><span style=" text-decoration: underline; color:#0000ff;">同步</span></a></p></body></html> + + + + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_temp_store"><span style=" text-decoration: underline; color:#0000ff;">Temp Store</span></a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_temp_store"><span style=" text-decoration: underline; color:#0000ff;">临时存储</span></a></p></body></html> + + + + Default + 默认 + + + + File + 文件 + + + + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_schema_version"><span style=" text-decoration: underline; color:#0000ff;">User Version</span></a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_schema_version"><span style=" text-decoration: underline; color:#0000ff;">用户版本</span></a></p></body></html> + + + + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_wal_autocheckpoint"><span style=" text-decoration: underline; color:#0000ff;">WAL Auto Checkpoint</span></a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_wal_autocheckpoint"><span style=" text-decoration: underline; color:#0000ff;">WAL 自动检查点</span></a></p></body></html> + + + + E&xecute SQL + 执行 SQL(&X) + + + + &File + 文件(&F) + + + + &Import + 导入(&I) + + + + &Export + 导出(&E) + + + + &Edit + 编辑(&E) + + + + &View + 查看(&V) + + + + &Help + 帮助(&H) + + + + toolBar + toolBar + + + + SQL Log + SQL 日志 + + + + &Show SQL submitted by + 显示 SQL 提交自(&S) + + + + User + 用户 + + + + Application + 应用程序 + + + + &Clear + 清除(&C) + + + + Plot + 图表 + + + + Columns + 列列 + + + + X + X + + + + Y + Y + + + + _ + _ + + + + Save current plot... + 保存当前图表... + + + + &New Database... + 新建数据库(&N)... + + + + + Create a new database file + 创建一个新的数据库文件 + + + + This option is used to create a new database file. + 这个选项用于创建一个新的数据库文件。 + + + + Ctrl+N + Ctrl+N + + + + &Open Database... + 打开数据库(&O)... + + + + + Open an existing database file + 打开一个现有的数据库文件 + + + + This option is used to open an existing database file. + 这个选项用于打开一个现有的数据库文件。 + + + + Ctrl+O + Ctrl+O + + + + &Close Database + 关闭数据库(&C) + + + + Ctrl+W + Ctrl+W + + + + Revert Changes + 倒退更改 + + + + Revert database to last saved state + 把数据库会退到先前保存的状态 + + + + This option is used to revert the current database file to its last saved state. All changes made since the last save operation are lost. + 这个选项用于倒退当前的数据库文件为它最后的保存状态。从最后保存操作开始做出的所有更改将会丢失。 + + + + Write Changes + 写入更改 + + + + Write changes to the database file + 把更改写入到数据库文件 + + + + This option is used to save changes to the database file. + 这个选项用于保存更改到数据库文件。 + + + + Ctrl+S + Ctrl+S + + + + Compact Database + 压缩数据库 + + + + Compact the database file, removing space wasted by deleted records + 压缩数据库文件,通过删除记录去掉浪费的空间 + + + + + Compact the database file, removing space wasted by deleted records. + 压缩数据库文件,通过删除记录去掉浪费的空间。 + + + + E&xit + 退出(&X) + + + + Ctrl+Q + Ctrl+Q + + + + Database from SQL file... + 来自 SQL 文件的数据库... + + + + Import data from an .sql dump text file into a new or existing database. + 从一个 .sql 转储文本文件中导入数据到一个新的或已有的数据库。 + + + + This option lets you import data from an .sql dump text file into a new or existing database. SQL dump files can be created on most database engines, including MySQL and PostgreSQL. + 这个选项让你从一个 .sql 转储文本文件中导入数据到一个新的或现有的数据库。SQL 转储文件可以在大多数数据库引擎上创建,包括 MySQL 和 PostgreSQL。 + + + + Table from CSV file... + 表来自 CSV 文件... + + + + Open a wizard that lets you import data from a comma separated text file into a database table. + 打开一个向导让您从一个逗号间隔的文本文件导入数据到一个数据库表中。 + + + + Open a wizard that lets you import data from a comma separated text file into a database table. CSV files can be created on most database and spreadsheet applications. + 打开一个向导让您从一个逗号间隔的文本文件导入数据到一个数据库表中。CSV 文件可以在大多数数据库和电子表格应用程序上创建。 + + + + Database to SQL file... + 数据库到 SQL 文件... + + + + Export a database to a .sql dump text file. + 导出一个数据库导一个 .sql 转储文本文件。 + + + + This option lets you export a database to a .sql dump text file. SQL dump files contain all data necessary to recreate the database on most database engines, including MySQL and PostgreSQL. + 这个选项让你导出一个数据库导一个 .sql 转储文本文件。SQL 转储文件包含在大多数数据库引擎上(包括 MySQL 和 PostgreSQL)重新创建数据库所需的所有数据。 + + + + Table as CSV file... + 表为 CSV 文件... + + + + Export a database table as a comma separated text file. + 导出一个数据库表为逗号间隔的文本文件。 + + + + Export a database table as a comma separated text file, ready to be imported into other database or spreadsheet applications. + 导出一个数据库表为逗号间隔的文本文件,准备好被导入到其他数据库或电子表格应用程序。 + + + + Create Table... + 创建表... + + + + Open the Create Table wizard, where it is possible to define the name and fields for a new table in the database + 打开“创建表”向导,在那里可以定义在数据库中的一个新表的名称和字段 + + + + Delete Table... + 删除表... + + + + Open the Delete Table wizard, where you can select a database table to be dropped. + 打开“删除表”向导,在那里你可以选择要丢弃的一个数据库表。 + + + + Modify Table... + 修改表... + + + + Open the Modify Table wizard, where it is possible to rename an existing table. It is also possible to add or delete fields form a table, as well as modify field names and types. + 打开“修改表”向导,在其中可以重命名一个现有的表。也可以从一个表中添加或删除字段,以及修改字段名称和类型。 + + + + Create Index... + 创建索引... + + + + Open the Create Index wizard, where it is possible to define a new index on an existing database table. + 打开“创建索引”向导,在那里可以在一个现有的数据库表上定义一个新索引。 + + + + &Preferences... + 首选项(&P)... + + + + + Open the preferences window. + 打开首选项窗口。 + + + + &DB Toolbar + 数据库工具栏(&D) + + + + Shows or hides the Database toolbar. + 显示或隐藏数据库工具栏。 + + + + What's This? + 这是什么? + + + + Shift+F1 + Shift+F1 + + + + &About... + 关于(&A)... + + + + &Recently opened + 最近打开(&R) + + + + Open &tab + 打开标签页(&T) + + + + Ctrl+T + Ctrl+T + + + + &Execute SQL + 执行 SQL(&E) + + + + Execute SQL [F5, Ctrl+Return] + 执行 SQL [F5, Ctrl+回车] + + + + &Wiki... + 维基(&W)... + + + + Bug &report... + 错误报告(&R)... + + + + Web&site... + 网站(&S)... + + + + Save Project + 保存工程 + + + + + Save the current session to a file + 保存当前会话到一个文件 + + + + Open Project + 打开工程 + + + + + Load a working session from a file + 从一个文件加载工作会话 + + + + Open SQL file + 打开 SQL 文件 + + + + <html><head/><body><p>Save current plot...</p><p>File format chosen by extension (png, jpg, pdf, bmp)</p></body></html> + <html><head/><body><p>保存当前图表...</p><p>文件格式按扩展名选择(png, jpg, pdf, bmp)</p></body></html> + + + + Save SQL file + 保存 SQL 文件 + + + + Load extension + 加载扩展 + + + + Execute current line + 执行当前行 + + + + Execute current line [Ctrl+E] + 执行当前行 [Ctrl+E] + + + + Ctrl+E + Ctrl+E + + + + Export as CSV file + 导出为 CSV 文件 + + + + Export table as comma separated values file + 导出表为逗号间隔值文件 + + + + Ctrl+L + Ctrl+L + + + + Ctrl+P + Ctrl+P + + + + Database encoding + 数据库编码 + + + + Choose a database file + 选择一个数据库文件 + + + + Ctrl+Return + Ctrl+Return + + + + + + + Choose a filename to save under + 选择一个文件名保存 + + + + Error adding record: + + 添加记录时出错: + + + + + Error deleting record: +%1 + 删除记录时出错: +%1 + + + + Please select a record first + 请首先选择一条记录 + + + + %1 - %2 of %3 + %1 - %2 / %3 + + + + + There is no database opened. Please open or create a new database file. + 没有打开数据库。请打开或创建一个新的数据库文件。 + + + + Are you sure you want to delete the %1 '%2'? +All data associated with the %1 will be lost. + 您是否确认您想删除 %1 '%2'? +所有和 %1 关联的数据将会丢失。 + + + + Error: could not delete the %1. Message from database engine: +%2 + 错误: 不能删除 %1。消息来自数据库引擎: +%2 + + + + There is no database opened. + 没有数据库打开。 + + + + %1 Rows returned from: %2 (took %3ms) + %1 行返回自: %2 (耗时 %3毫秒) + + + + Error executing query: %1 + 执行查询时出错: %1 + + + + Query executed successfully: %1 (took %2ms) + 查询执行成功: %1 (耗时 %2毫秒) + + + + Choose a text file + 选择一个文本文件 + + + + Text files(*.csv *.txt);;All files(*) + 文本文件(*.csv *.txt);;所有文件(*) + + + + Import completed + 导入完成 + + + + Are you sure you want to undo all changes made to the database file '%1' since the last save? + 您是否确认您想撤销从上次保存以来对数据库文件‘%1’做出的所有更改。? + + + + Choose a filename to export + 选择要导出的文件名 + + + + Text files(*.sql *.txt) + 文本文件(*.sql *.txt) + + + + Export cancelled or failed. + 导出取消或失败。 + + + + Export completed. + 导出完成。 + + + + Choose a file to import + 选择要导入的一个文件 + + + + + + Text files(*.sql *.txt);;All files(*) + 文本文件(*.sql *.txt);;所有文件(*) + + + + Do you want to create a new database file to hold the imported data? +If you answer no we will attempt to import the data in the SQL file to the current database. + 您是否确认您想创建一个新的数据库文件用来存放导入的数据? +如果您会到“否”的话,我们将尝试导入 SQL 文件中的数据到当前数据库。 + + + + File %1 already exists. Please choose a different name. + 文件 %1 已存在。请选择一个不同的名称。 + + + + Error importing data: %1 + 导入数据时出错: %1 + + + + Import completed. + 导入完成。 + + + + Delete View + 删除视图 + + + + Delete Trigger + 删除触发器 + + + + Delete Index + 删除索引 + + + + + Delete Table + 删除表 + + + + &%1 %2 + &%1 %2 + + + + Setting PRAGMA values will commit your current transaction. +Are you sure? + 设置 PRAGMA 值将会提交您的当前事务。. +您确认吗? + + + + Select SQL file to open + 选择要打开的 SQL 文件 + + + + Select file name + 选择文件名 + + + + Select extension file + 选择扩展文件 + + + + Extensions(*.so *.dll);;All files(*) + 扩展(*.so *.dll);;所有文件(*) + + + + Extension successfully loaded. + 扩展成功加载。 + + + + + Error loading extension: %1 + 加载扩展时出错: %1 + + + + Don't show again + 不再显示 + + + + New version available. + 新版本可用。 + + + + A new sqlitebrowser version is available (%1.%2.%3).<br/><br/>Please download at <a href='%4'>%4</a>. + 有新版本的 sqlitebrowser (%1.%2.%3)可用。<br/><br/>请从 <a href='%4'>%4</a> 下载。 + + + + Choose a axis color + 选择一个轴的颜色 + + + + PNG(*.png);;JPG(*.jpg);;PDF(*.pdf);;BMP(*.bmp);;All Files(*) + PNG(*.png);;JPG(*.jpg);;PDF(*.pdf);;BMP(*.bmp);;所有文件(*) + + + + Choose a file to open + 选择要打开的一个文件 + + + + + SQLiteBrowser project(*.sqbpro) + SQLiteBrowser 工程(*.sqbpro) + + + + Invalid file format. + 无效文件格式。 + + + + PreferencesDialog + + + Preferences + 首选项 + + + + &Database + 数据库(&D) + + + + Database &encoding + 数据库编码(&E) + + + + Open databases with foreign keys enabled. + 打开启用了外键的数据库。 + + + + &Foreign keys + 外键(&F) + + + + enabled + 启用 + + + + Default &location + 默认位置(&L) + + + + ... + ... + + + + &Prefetch block size + 预取块尺寸(&P) + + + + &SQL + &SQL + + + + Settings name + 设置名称 + + + + Context + 上下文 + + + + Colour + 颜色 + + + + Bold + 粗体 + + + + Italic + 斜体 + + + + Underline + 下划线 + + + + Keyword + 关键字 + + + + function + 函数 + + + + Function + 函数 + + + + Table + + + + + Comment + 注释 + + + + Identifier + 识别符 + + + + String + 字符串 + + + + currentline + 当前行 + + + + Current line + 当前行 + + + + SQL &editor font size + SQL 编辑器字体大小(&E) + + + + SQL &log font size + SQL 日志字体大小(&L) + + + + &Extensions + 扩展(&E) + + + + Select extensions to load for every database: + 选择每个数据库要加载的扩展: + + + + Add extension + 添加扩展 + + + + Remove extension + 删除扩展 + + + + Choose a directory + 选择一个目录 + + + + Select extension file + 选择扩展文件 + + + + Extensions(*.so *.dll);;All files(*) + 扩展(*.so *.dll);;所有文件(*) + + + + QObject + + + Error importing data. Message from database engine: %1 + 导入数据库时出错。消息来自数据库引擎: %1 + + + + File is not a SQLite 3 database + 文件不是 SQLite 3 数据库 + + + + File could not be read + 文件不能读取 + + + + + + no error + 无错误 + + + + Do you want to save the changes made to the database file %1? + 您是否想保存对数据库文件 %1 做出的更改? + + + + Exporting database to SQL file... + 正在导出数据库到 SQL 文件... + + + + + + Cancel + 取消 + + + + Executing SQL... + 正在执行 SQL... + + + + Action cancelled. + 操作已取消。 + + + + + Error in statement #%1: %2. +Aborting execution. + 错误在语句 #%1: %2。 +正在放弃执行。 + + + + renameColumn: cannot find table %1. + renameColumn: 不能查找表 %1。 + + + + renameColumn: cannot find column %1. + renameColumn: 不能查找列 %1。 + + + + renameColumn: creating savepoint failed. DB says: %1 + renameColumn: 创建保存点时失败。DB 说: %1 + + + + renameColumn: creating new table failed. DB says: %1 + renameColumn: 创建新表时失败。DB 说: %1 + + + + renameColumn: copying data to new table failed. DB says: +%1 + renameColumn: 复制数据到新表时失败。DB 说: +%1 + + + + renameColumn: deleting old table failed. DB says: %1 + renameColumn: 删除旧表失败。DB 说: %1 + + + + Restoring some of the objects associated with this table failed. This is most likely because some column names changed. Here's the SQL statement which you might want to fix and execute manually: + + + 还原某些和这个表关联的对象失败。这个最可能是因为某些列的名称更改了。这里是您可能需要手动修复和执行的 SQL 语句: + + + + + + renameColumn: releasing savepoint failed. DB says: %1 + renameColumn: 释放保存点时失败。DB 说: %1 + + + + Error renaming table '%1' to '%2'.Message from database engine: +%3 + 重命名表 '%1' 为 '%2'时失败。消息来自数据库引擎: +%3 + + + + ... <string can not be logged, contains binary data> ... + ... <字符串不能记录,包含二进制数据> ... + + + + unknown object type %1 + 未知对象类型 %1 + + + + could not get list of db objects: %1, %2 + 不能获取数据库对象的列表: %1, %2 + + + + could not get types + 不能获取类型 + + + + Decoding CSV file... + 正在解码 CSV 文件... + + + + didn't receive any output from pragma %1 + 不能接受来自杂注 %1 的任何输出 + + + + could not execute pragma command: %1, %2 + 不能执行杂注命令: %1, %2 + + + + Error setting pragma %1 to %2: %3 + 设置杂注 %1 为 %2 时出错: %3 + + + + File not found. + 文件找不到。 + + + + SqlExecutionArea + + + Form + 表单 + + + + Results of the last executed statements + 最后执行语句的结果 + + + + This field shows the results and status codes of the last executed statements. + 这个字段显示最后执行的语句的结果和状态码。 + + + + Export to &CSV + 导出到 &CSV + + + + Save as &view + 保存为视图(&V) + + + + Save as view + 保存为视图 + + + + Please specify the view name + 请指定视图名称 + + + + There is already an object with that name. Please choose a different name. + 已有同名的对象。请选择一个不同的名称。 + + + + View successfully created. + 视图成功创建。 + + + + Error creating view: %1 + 创建视图时出错: %1 + + + + SqliteTableModel + + + Error changing data: +%1 + 更改数据库时出错: +%1 + + + + VacuumDialog + + + Compact Database + 压缩数据库 + + + + Warning: Compacting the database will commit all changes you made. + 警告: 压缩数据库将会提交您做出的所有更改。 + + + + Please select the objects to compact: + 请选择要压缩的对象: + + +