From 7abc2ef2e8f33ca21e9d2f7813e91f9873a3c92a Mon Sep 17 00:00:00 2001 From: Nils Achtergarde Date: Sat, 30 Dec 2017 21:23:00 +0100 Subject: recommit of 7555c48dc990cbfb0f78bbda4e1bbb368fd52ac7 (only use one qt translation file per language ) --- main.cpp | 10 +- release/ts/qt_ar.qm | Bin 0 -> 33910 bytes release/ts/qt_de.qm | Bin 0 -> 325046 bytes release/ts/qt_es.qm | Bin 0 -> 82411 bytes release/ts/qt_fr.qm | Bin 0 -> 148544 bytes release/ts/qt_he.qm | Bin 0 -> 25666 bytes release/ts/qt_ja.qm | Bin 0 -> 247789 bytes release/ts/qt_linux_ar.qm | Bin 33910 -> 0 bytes release/ts/qt_linux_de.qm | Bin 325046 -> 0 bytes release/ts/qt_linux_es.qm | Bin 82411 -> 0 bytes release/ts/qt_linux_fr.qm | Bin 148544 -> 0 bytes release/ts/qt_linux_he.qm | Bin 25666 -> 0 bytes release/ts/qt_linux_ja.qm | Bin 247789 -> 0 bytes release/ts/qt_linux_pl.qm | Bin 314126 -> 0 bytes release/ts/qt_linux_pt.qm | Bin 70321 -> 0 bytes release/ts/qt_linux_ru.qm | Bin 285986 -> 0 bytes release/ts/qt_linux_sv.qm | Bin 65848 -> 0 bytes release/ts/qt_linux_zh.qm | Bin 117337 -> 0 bytes release/ts/qt_linux_zh.ts | 7964 --------------------------------------- release/ts/qt_linux_zh_TW.qm | Bin 117253 -> 0 bytes release/ts/qt_linux_zh_TW.ts | 8129 ---------------------------------------- release/ts/qt_pl.qm | Bin 0 -> 314126 bytes release/ts/qt_pt.qm | Bin 0 -> 70321 bytes release/ts/qt_ru.qm | Bin 0 -> 285986 bytes release/ts/qt_sv.qm | Bin 0 -> 65848 bytes release/ts/qt_windows_ar.qm | Bin 33910 -> 0 bytes release/ts/qt_windows_de.qm | Bin 325046 -> 0 bytes release/ts/qt_windows_es.qm | Bin 82411 -> 0 bytes release/ts/qt_windows_fr.qm | Bin 148544 -> 0 bytes release/ts/qt_windows_he.qm | Bin 25666 -> 0 bytes release/ts/qt_windows_ja.qm | Bin 140138 -> 0 bytes release/ts/qt_windows_pl.qm | Bin 314126 -> 0 bytes release/ts/qt_windows_pt.qm | Bin 70321 -> 0 bytes release/ts/qt_windows_ru.qm | Bin 285986 -> 0 bytes release/ts/qt_windows_sv.qm | Bin 65848 -> 0 bytes release/ts/qt_windows_zh.qm | Bin 117337 -> 0 bytes release/ts/qt_windows_zh.ts | 7964 --------------------------------------- release/ts/qt_windows_zh_TW.qm | Bin 117253 -> 0 bytes release/ts/qt_windows_zh_TW.ts | 8129 ---------------------------------------- release/ts/qt_zh.qm | Bin 0 -> 117337 bytes release/ts/qt_zh_TW.qm | Bin 0 -> 117253 bytes 41 files changed, 2 insertions(+), 32194 deletions(-) create mode 100644 release/ts/qt_ar.qm create mode 100644 release/ts/qt_de.qm create mode 100644 release/ts/qt_es.qm create mode 100644 release/ts/qt_fr.qm create mode 100644 release/ts/qt_he.qm create mode 100644 release/ts/qt_ja.qm delete mode 100644 release/ts/qt_linux_ar.qm delete mode 100644 release/ts/qt_linux_de.qm delete mode 100644 release/ts/qt_linux_es.qm delete mode 100644 release/ts/qt_linux_fr.qm delete mode 100644 release/ts/qt_linux_he.qm delete mode 100644 release/ts/qt_linux_ja.qm delete mode 100644 release/ts/qt_linux_pl.qm delete mode 100644 release/ts/qt_linux_pt.qm delete mode 100644 release/ts/qt_linux_ru.qm delete mode 100644 release/ts/qt_linux_sv.qm delete mode 100644 release/ts/qt_linux_zh.qm delete mode 100644 release/ts/qt_linux_zh.ts delete mode 100644 release/ts/qt_linux_zh_TW.qm delete mode 100644 release/ts/qt_linux_zh_TW.ts create mode 100644 release/ts/qt_pl.qm create mode 100644 release/ts/qt_pt.qm create mode 100644 release/ts/qt_ru.qm create mode 100644 release/ts/qt_sv.qm delete mode 100644 release/ts/qt_windows_ar.qm delete mode 100755 release/ts/qt_windows_de.qm delete mode 100755 release/ts/qt_windows_es.qm delete mode 100755 release/ts/qt_windows_fr.qm delete mode 100644 release/ts/qt_windows_he.qm delete mode 100644 release/ts/qt_windows_ja.qm delete mode 100644 release/ts/qt_windows_pl.qm delete mode 100755 release/ts/qt_windows_pt.qm delete mode 100755 release/ts/qt_windows_ru.qm delete mode 100644 release/ts/qt_windows_sv.qm delete mode 100644 release/ts/qt_windows_zh.qm delete mode 100644 release/ts/qt_windows_zh.ts delete mode 100644 release/ts/qt_windows_zh_TW.qm delete mode 100644 release/ts/qt_windows_zh_TW.ts create mode 100644 release/ts/qt_zh.qm create mode 100644 release/ts/qt_zh_TW.qm diff --git a/main.cpp b/main.cpp index 60a30ac..019466b 100644 --- a/main.cpp +++ b/main.cpp @@ -93,12 +93,6 @@ int main(int argc, char *argv[]) QTranslator translator, translator2; int return_from_event_loop_code; -#ifdef _WIN32 - QString qtTransPrefix = "ts/qt_windows_"; -#else - QString qtTransPrefix = "ts/qt_linux_"; -#endif - do { app.removeTranslator(&translator); app.removeTranslator(&translator2); @@ -111,8 +105,8 @@ int main(int argc, char *argv[]) translator.load("ts/gpg4usb_" + lang, appPath); app.installTranslator(&translator); - // make shortcuts system and language independent - translator2.load(qtTransPrefix + lang, appPath); + // set qt translations + translator2.load("ts/qt_" + lang, appPath); app.installTranslator(&translator2); MainWindow window; diff --git a/release/ts/qt_ar.qm b/release/ts/qt_ar.qm new file mode 100644 index 0000000..e524d5b Binary files /dev/null and b/release/ts/qt_ar.qm differ diff --git a/release/ts/qt_de.qm b/release/ts/qt_de.qm new file mode 100644 index 0000000..113bbcc Binary files /dev/null and b/release/ts/qt_de.qm differ diff --git a/release/ts/qt_es.qm b/release/ts/qt_es.qm new file mode 100644 index 0000000..5191160 Binary files /dev/null and b/release/ts/qt_es.qm differ diff --git a/release/ts/qt_fr.qm b/release/ts/qt_fr.qm new file mode 100644 index 0000000..5553086 Binary files /dev/null and b/release/ts/qt_fr.qm differ diff --git a/release/ts/qt_he.qm b/release/ts/qt_he.qm new file mode 100644 index 0000000..4ff507e Binary files /dev/null and b/release/ts/qt_he.qm differ diff --git a/release/ts/qt_ja.qm b/release/ts/qt_ja.qm new file mode 100644 index 0000000..c468924 Binary files /dev/null and b/release/ts/qt_ja.qm differ diff --git a/release/ts/qt_linux_ar.qm b/release/ts/qt_linux_ar.qm deleted file mode 100644 index e524d5b..0000000 Binary files a/release/ts/qt_linux_ar.qm and /dev/null differ diff --git a/release/ts/qt_linux_de.qm b/release/ts/qt_linux_de.qm deleted file mode 100644 index 113bbcc..0000000 Binary files a/release/ts/qt_linux_de.qm and /dev/null differ diff --git a/release/ts/qt_linux_es.qm b/release/ts/qt_linux_es.qm deleted file mode 100644 index 5191160..0000000 Binary files a/release/ts/qt_linux_es.qm and /dev/null differ diff --git a/release/ts/qt_linux_fr.qm b/release/ts/qt_linux_fr.qm deleted file mode 100644 index 5553086..0000000 Binary files a/release/ts/qt_linux_fr.qm and /dev/null differ diff --git a/release/ts/qt_linux_he.qm b/release/ts/qt_linux_he.qm deleted file mode 100644 index 4ff507e..0000000 Binary files a/release/ts/qt_linux_he.qm and /dev/null differ diff --git a/release/ts/qt_linux_ja.qm b/release/ts/qt_linux_ja.qm deleted file mode 100644 index c468924..0000000 Binary files a/release/ts/qt_linux_ja.qm and /dev/null differ diff --git a/release/ts/qt_linux_pl.qm b/release/ts/qt_linux_pl.qm deleted file mode 100644 index 5d3ba28..0000000 Binary files a/release/ts/qt_linux_pl.qm and /dev/null differ diff --git a/release/ts/qt_linux_pt.qm b/release/ts/qt_linux_pt.qm deleted file mode 100644 index fc92511..0000000 Binary files a/release/ts/qt_linux_pt.qm and /dev/null differ diff --git a/release/ts/qt_linux_ru.qm b/release/ts/qt_linux_ru.qm deleted file mode 100644 index a8c517e..0000000 Binary files a/release/ts/qt_linux_ru.qm and /dev/null differ diff --git a/release/ts/qt_linux_sv.qm b/release/ts/qt_linux_sv.qm deleted file mode 100644 index f3556bc..0000000 Binary files a/release/ts/qt_linux_sv.qm and /dev/null differ diff --git a/release/ts/qt_linux_zh.qm b/release/ts/qt_linux_zh.qm deleted file mode 100644 index 623b8e3..0000000 Binary files a/release/ts/qt_linux_zh.qm and /dev/null differ diff --git a/release/ts/qt_linux_zh.ts b/release/ts/qt_linux_zh.ts deleted file mode 100644 index e84fe8e..0000000 --- a/release/ts/qt_linux_zh.ts +++ /dev/null @@ -1,7964 +0,0 @@ - - - - - MAC_APPLICATION_MENU - - - Services - 服务 - - - - Hide %1 - 隐藏%1 - - - - Hide Others - 隐藏其他 - - - - Show All - 全部显示 - - - - Preferences... - 偏好设置… - - - - Quit %1 - 退出 %1 - - - - About %1 - 关于 %1 - - - - AudioOutput - - - <html>The audio playback device <b>%1</b> does not work.<br/>Falling back to <b>%2</b>.</html> - <html>音频回放设备 <b>%1</b> 没有工作。<br/>回滚到 <b>%2</b>。</html> - - - - <html>Switching to the audio playback device <b>%1</b><br/>which just became available and has higher preference.</html> - <html>切换到音频回放设备 <b>%1</b>,<br/>它刚刚变为可用并且具有更高的优先级。</html> - - - - Revert back to device '%1' - 恢复到设备“%1” - - - - CloseButton - - - Close Tab - 关闭标签页 - - - - Phonon:: - - - Notifications - 通知 - - - - Music - 音乐 - - - - Video - 视频 - - - - Communication - 通讯 - - - - Games - 游戏 - - - - Accessibility - 无障碍环境 - - - - Phonon::Gstreamer::Backend - - - Warning: You do not seem to have the package gstreamer0.10-plugins-good installed. - Some video features have been disabled. - 警告:看起来,您没有安装 gstreamer0.10-plugins-good 包。 - 一些视频特性已经被关闭。 - - - - Warning: You do not seem to have the base GStreamer plugins installed. - All audio and video support has been disabled - 警告:看起来,您没有安装基础的 GStreamer 插件。 - 所有的音频和视频支持都已经被关闭。 - - - - Phonon::Gstreamer::MediaObject - - - Cannot start playback. - -Check your Gstreamer installation and make sure you -have libgstreamer-plugins-base installed. - 不能开始回放。 - -请检查您的 Gstreamer 安装并且确认您 -已经安装 libgstreamer-plugins-base。 - - - - A required codec is missing. You need to install the following codec(s) to play this content: %0 - 缺少一个需要的解码器。您需要安装如下解码器来播放这个内容:%0 - - - - - - - - - - - Could not open media source. - 不能打开媒体源。 - - - - Invalid source type. - 无效的源类型。 - - - - Could not locate media source. - 不能定位媒体源。 - - - - Could not open audio device. The device is already in use. - 不能打开音频设备。这个设备正在被使用。 - - - - Could not decode media source. - 不能解码媒体源。 - - - - Phonon::VolumeSlider - - - - Volume: %1% - 音量:%1% - - - - - - Use this slider to adjust the volume. The leftmost position is 0%, the rightmost is %1% - 请使用这个滑块调节音量。最左为%0,最右为%1% - - - - Q3Accel - - - %1, %2 not defined - %1,%2未定义 - - - - Ambiguous %1 not handled - 不明确的%1没有被处理 - - - - Q3DataTable - - - True - - - - - False - - - - - Insert - 插入 - - - - Update - 更新 - - - - Delete - 删除 - - - - Q3FileDialog - - - Copy or Move a File - 复制或者移动一个文件 - - - - Read: %1 - 读取:%1 - - - - - Write: %1 - 写入:%1 - - - - - Cancel - 取消 - - - - - - - All Files (*) - 所有文件 (*) - - - - Name - 名称 - - - - Size - 大小 - - - - Type - 类型 - - - - Date - 日期 - - - - Attributes - 属性 - - - - - &OK - 确定(&O) - - - - Look &in: - 查找范围(&I): - - - - - - File &name: - 文件名称(&N): - - - - File &type: - 文件类型(&T): - - - - Back - 后退 - - - - One directory up - 向上一级 - - - - Create New Folder - 创建新文件夹 - - - - List View - 列表视图 - - - - Detail View - 详细视图 - - - - Preview File Info - 预览文件信息 - - - - Preview File Contents - 预览文件内容 - - - - Read-write - 读写 - - - - Read-only - 只读 - - - - Write-only - 只写 - - - - Inaccessible - 不可访问的 - - - - Symlink to File - 文件的系统链接 - - - - Symlink to Directory - 目录的系统链接 - - - - Symlink to Special - 特殊的系统链接 - - - - File - 文件 - - - - Dir - 目录 - - - - Special - 特殊 - - - - - - Open - 打开 - - - - - Save As - 另存为 - - - - - - &Open - 打开(&O) - - - - - &Save - 保存(&S) - - - - &Rename - 重命名(&R) - - - - &Delete - 删除(&D) - - - - R&eload - 重新载入(&E) - - - - Sort by &Name - 按名称排列(&N) - - - - Sort by &Size - 按大小排列(&S) - - - - Sort by &Date - 按日期排列(&D) - - - - &Unsorted - 未排列的(&U) - - - - Sort - 排列 - - - - Show &hidden files - 显示隐藏文件(&H) - - - - the file - 文件 - - - - the directory - 目录 - - - - the symlink - 系统链接 - - - - Delete %1 - 删除%1 - - - - <qt>Are you sure you wish to delete %1 "%2"?</qt> - <qt>你确认你想删除%1,“%2”?</qt> - - - - &Yes - 是(&Y) - - - - &No - 否(&N) - - - - New Folder 1 - 新建文件夹1 - - - - New Folder - 新建文件夹 - - - - New Folder %1 - 新建文件夹%1 - - - - Find Directory - 查找目录 - - - - - Directories - 目录 - - - - Directory: - 目录: - - - - - Error - 错误 - - - - %1 -File not found. -Check path and filename. - 文件%1 -未找到。 -请检查路径和文件名。 - - - - - All Files (*.*) - 所有文件 (*.*) - - - - Open - 打开 - - - - Select a Directory - 选择一个目录 - - - - Q3LocalFs - - - - Could not read directory -%1 - 不能读取目录 -%1 - - - - Could not create directory -%1 - 不能创建目录 -%1 - - - - Could not remove file or directory -%1 - 不能移除文件或者目录 -%1 - - - - Could not rename -%1 -to -%2 - 不能把 -%1 -重命名为 -%2 - - - - Could not open -%1 - 不能打开 -%1 - - - - Could not write -%1 - 不能写入 -%1 - - - - Q3MainWindow - - - Line up - 排列 - - - - Customize... - 自定义... - - - - Q3NetworkProtocol - - - Operation stopped by the user - 操作被用户停止 - - - - Q3ProgressDialog - - - - Cancel - 取消 - - - - Q3TabDialog - - - - OK - 确认 - - - - Apply - 应用 - - - - Help - 帮助 - - - - Defaults - 默认 - - - - Cancel - 取消 - - - - Q3TextEdit - - - &Undo - 撤消(&U) - - - - &Redo - 恢复(&R) - - - - Cu&t - 剪切(&T) - - - - &Copy - 复制(&C) - - - - &Paste - 粘贴(&P) - - - - Clear - 清空 - - - - - Select All - 选择全部 - - - - Q3TitleBar - - - System - 系统 - - - - Restore up - 向上恢复 - - - - Minimize - 最小化 - - - - Restore down - 向下恢复 - - - - Maximize - 最大化 - - - - Close - 关闭 - - - - Contains commands to manipulate the window - 包含操作窗口的命令。 - - - - Puts a minimized back to normal - 把一个最小化窗口恢复为普通状态 - - - - Moves the window out of the way - 把窗口移到外面 - - - - Puts a maximized window back to normal - 把一个最大化窗口恢复为普通状态 - - - - Makes the window full screen - 窗口全屏化 - - - - Closes the window - 关闭窗口 - - - - Displays the name of the window and contains controls to manipulate it - 显示窗口名称并且包含维护它的控件 - - - - Q3ToolBar - - - More... - 更多... - - - - Q3UrlOperator - - - - - The protocol `%1' is not supported - 协议“%1”不被支持 - - - - The protocol `%1' does not support listing directories - 协议“%1”不支持列出目录 - - - - The protocol `%1' does not support creating new directories - 协议“%1”不支持创建新目录 - - - - The protocol `%1' does not support removing files or directories - 协议“%1”不支持移除文件或者目录 - - - - The protocol `%1' does not support renaming files or directories - 协议“%1”不支持重命名文件或者目录 - - - - The protocol `%1' does not support getting files - 协议“%1”不支持获取文件 - - - - The protocol `%1' does not support putting files - 协议“%1”不支持上传文件 - - - - - The protocol `%1' does not support copying or moving files or directories - 协议“%1”不支持复制或者移动文件或者目录 - - - - - (unknown) - (未知的) - - - - Q3Wizard - - - &Cancel - 取消(&C) - - - - < &Back - < 上一步(&B) - - - - &Next > - 下一步(&N) > - - - - &Finish - 完成(&F) - - - - &Help - 帮助(&H) - - - - QAbstractSocket - - - - - - Host not found - 主机未找到 - - - - - - Connection refused - 连接被拒绝 - - - - Connection timed out - 连接超时 - - - - - - Operation on socket is not supported - Socket操作不被支持 - - - - Socket operation timed out - 套接字操作超时 - - - - Socket is not connected - 套接字没有被连接 - - - - Network unreachable - 网络不能访问 - - - - QAbstractSpinBox - - - &Step up - 增加(&S) - - - - Step &down - 减少(&D) - - - - &Select All - 选择全部(&S) - - - - QApplication - - - Activate - 激活 - - - - Executable '%1' requires Qt %2, found Qt %3. - 执行“%1”需要Qt %2,只找到了Qt %3。 - - - - Incompatible Qt Library Error - 不兼容的Qt错误 - - - - QT_LAYOUT_DIRECTION - Translate this string to the string 'LTR' in left-to-right languages or to 'RTL' in right-to-left languages (such as Hebrew and Arabic) to get proper widget layout. - LTR - - - - Activates the program's main window - 激活这个程序的主窗口 - - - - QAxSelect - - - Select ActiveX Control - 选择ActiveX控件 - - - - OK - 确定 - - - - &Cancel - 取消(&C) - - - - COM &Object: - COM对象(&O): - - - - QCheckBox - - - Uncheck - 取消选中 - - - - Check - 选中 - - - - Toggle - 切换 - - - - QColorDialog - - - Hu&e: - 色调(&E): - - - - &Sat: - 饱和度(&S): - - - - &Val: - 亮度(&V): - - - - &Red: - 红色(&R): - - - - &Green: - 绿色(&G): - - - - Bl&ue: - 蓝色(&U): - - - - A&lpha channel: - Alpha通道(&A): - - - - Select Color - 选择颜色 - - - - &Basic colors - 基本颜色(&B) - - - - &Custom colors - 自定义颜色(&C) - - - - &Add to Custom Colors - 添加到自定义颜色(&A) - - - Select color - 选择颜色 - - - - QComboBox - - - - Open - 打开 - - - - False - - - - - True - - - - - Close - 关闭 - - - - QCoreApplication - - %1: permission denied - QSystemSemaphore - %1:权限被拒绝 - - - %1: already exists - QSystemSemaphore - %1:已经存在 - - - %1: doesn't exists - QSystemSemaphore - %1:不存在 - - - %1: out of resources - QSystemSemaphore - %1:资源耗尽了 - - - %1: unknown error %2 - QSystemSemaphore - %1:未知错误 %2 - - - - %1: key is empty - QSystemSemaphore - %1:键是空的 - - - - %1: unable to make key - QSystemSemaphore - %1:不能制造键 - - - - %1: ftok failed - QSystemSemaphore - %1:ftok 失败 - - - - QDB2Driver - - - Unable to connect - 不能连接 - - - - Unable to commit transaction - 不能提交事务 - - - - Unable to rollback transaction - 不能回滚事务 - - - - Unable to set autocommit - 不能设置自动提交 - - - - QDB2Result - - - - Unable to execute statement - 不能执行语句 - - - - Unable to prepare statement - 不能准备语句 - - - - Unable to bind variable - 不能帮定变量 - - - - Unable to fetch record %1 - 不能获取记录%1 - - - - Unable to fetch next - 不能获取下一个 - - - - Unable to fetch first - 不能获取第一个 - - - - QDateTimeEdit - - - AM - AM - - - - am - am - - - - PM - PM - - - - pm - pm - - - - QDial - - - QDial - QDial - - - - SpeedoMeter - SpeedoMeter - - - - SliderHandle - SliderHandle - - - - QDialog - - - What's This? - 这是什么? - - - - Done - 完成 - - - - QDialogButtonBox - - - - - OK - 确定 - - - - Save - 保存 - - - - &Save - 保存(&S) - - - - Open - 打开 - - - - Cancel - 取消 - - - - &Cancel - 取消(&C) - - - - Close - 关闭 - - - - &Close - 关闭(&C) - - - - Apply - 应用 - - - - Reset - 重置 - - - - Help - 帮助 - - - - Don't Save - 不保存 - - - - Discard - 抛弃 - - - - &Yes - 是(&Y) - - - - Yes to &All - 全部是(&A) - - - - &No - 否(&N) - - - - N&o to All - 全部否(&O) - - - - Save All - 保存全部 - - - - Abort - 放弃 - - - - Retry - 重试 - - - - Ignore - 忽略 - - - - Restore Defaults - 恢复默认 - - - - Close without Saving - 不保存关闭 - - - - &OK - 确定(&O) - - - - QDirModel - - - Name - 名称 - - - - Size - 大小 - - - - Kind - Match OS X Finder - 类型 - - - - Type - All other platforms - 类型 - - - - Date Modified - 日期被修改 - - - - QDockWidget - - - Close - 关闭 - - - - Dock - 锚接 - - - - Float - 浮动 - - - - QDoubleSpinBox - - - More - 更多 - - - - Less - 更少 - - - - QErrorMessage - - - Debug Message: - 调试消息: - - - - Warning: - 警告: - - - - Fatal Error: - 致命错误: - - - - &Show this message again - 再次显示这个消息(&S) - - - - &OK - 确定(&O) - - - - QFile - - - - Destination file exists - 目标文件已存在 - - - - Cannot remove source file - - - - - Cannot open %1 for input - 无法输入 %1 - - - - Cannot open for output - 无法输出 - - - - Failure to write block - 写块失败 - - - - Cannot create %1 for output - 无法创建 %1 - - - - QFileDialog - - - - All Files (*) - 所有文件 (*) - - - - Directories - 目录 - - - - - - - &Open - 打开(&O) - - - - - &Save - 保存(&S) - - - - Open - 打开 - - - - %1 already exists. -Do you want to replace it? - %1已经存在。 -你想要替换它么? - - - - %1 -File not found. -Please verify the correct file name was given. - 文件%1 -没有找到。 -请核实已给定正确文件名。 - - - - My Computer - 我的计算机 - - - - &Rename - 重命名(&R) - - - - &Delete - 删除(&D) - - - - Show &hidden files - 显示隐藏文件(&H) - - - - - Back - 后退 - - - - - Parent Directory - 父目录 - - - - - List View - 列表视图 - - - - - Detail View - 详细视图 - - - - - Files of type: - 文件类型: - - - - - Directory: - 目录: - - - - - %1 -Directory not found. -Please verify the correct directory name was given. - 目录%1 -没有找到。 -请核实已给定正确目录名。 - - - - '%1' is write protected. -Do you want to delete it anyway? - “%1“是写保护的。 -你还是想删除它么? - - - - Are sure you want to delete '%1'? - 你确认你想删除“%1“? - - - - Could not delete directory. - 不能删除目录。 - - - - Recent Places - 最近的地方 - - - - Save As - 另存为 - - - - Drive - 驱动器 - - - - - File - 文件 - - - - Unknown - 未知的 - - - - Find Directory - 查找目录 - - - - Show - 显示 - - - - - Forward - 前进 - - - - New Folder - 新建文件夹 - - - - &New Folder - 新建文件夹(&N) - - - - - &Choose - 选择(&C) - - - - Remove - 移除 - - - - - File &name: - 文件名称(&N): - - - - - Look in: - 查看: - - - - - Create New Folder - 创建新文件夹 - - - - All Files (*.*) - 所有文件 (*.*) - - - - QFileSystemModel - - - %1 TB - %1 TB - - - - %1 GB - %1 GB - - - - %1 MB - %1 MB - - - - %1 KB - %1千字节 - - - - %1 bytes - %1字节 - - - - Invalid filename - 无效文件名 - - - - <b>The name "%1" can not be used.</b><p>Try using another name, with fewer characters or no punctuations marks. - <b>名称“%1“不能被使用。</b><p>请使用另外一个包含更少字符或者不含有标点符号的名称。 - - - - Name - 名称 - - - - Size - 大小 - - - - Kind - Match OS X Finder - 类型 - - - - Type - All other platforms - 类型 - - - - Date Modified - 日期被修改 - - - - My Computer - 我的计算机 - - - - Computer - 计算机 - - - - QFontDatabase - - - - Normal - 普通 - - - - - - Bold - 粗体 - - - - - Demi Bold - 半粗体 - - - - - - Black - 黑体 - - - - Demi - 半体 - - - - - Light - 轻体 - - - - - Italic - 意大利体 - - - - - Oblique - 斜体 - - - - Any - 任意 - - - - Latin - 拉丁文 - - - - Greek - 希腊文 - - - - Cyrillic - 西里尔文 - - - - Armenian - 亚美尼亚文 - - - - Hebrew - 希伯来文 - - - - Arabic - 阿拉伯文 - - - - Syriac - 叙利亚文 - - - - Thaana - 马尔代夫文 - - - - Devanagari - 梵文 - - - - Bengali - 孟加拉文 - - - - Gurmukhi - 旁遮普文 - - - - Gujarati - 古吉拉特文 - - - - Oriya - 奥里雅文 - - - - Tamil - 泰米尔文 - - - - Telugu - 泰卢固文 - - - - Kannada - 埃纳德文 - - - - Malayalam - 马拉亚拉姆文 - - - - Sinhala - 僧伽罗文 - - - - Thai - 泰国文 - - - - Lao - 老挝文 - - - - Tibetan - 藏文 - - - - Myanmar - 缅甸文 - - - - Georgian - 格鲁吉亚文 - - - - Khmer - 谷美尔文 - - - - Simplified Chinese - 简体中文 - - - - Traditional Chinese - 繁体中文 - - - - Japanese - 日文 - - - - Korean - 韩文 - - - - Vietnamese - 越南文 - - - - Symbol - 符号 - - - - Ogham - 欧甘文 - - - - Runic - 古北欧文 - - - - QFontDialog - - - &Font - 字体(&F) - - - - Font st&yle - 字体风格(&Y) - - - - &Size - 大小(&S) - - - - Effects - 效果 - - - - Stri&keout - 删除线(&K) - - - - &Underline - 下划线(&U) - - - - Sample - 实例 - - - - Wr&iting System - 书写系统(&I) - - - - - Select Font - 选择字体 - - - - QFtp - - - - Not connected - 没有连接 - - - - - Host %1 not found - 主机%1没有找到 - - - - - Connection refused to host %1 - 连接被主机 %1 拒绝 - - - - Connection timed out to host %1 - 主机%1连接超时 - - - - - - Connected to host %1 - 连接到主机%1了 - - - - - Connection refused for data connection - 因为数据连接而被拒绝连接 - - - - - - - Unknown error - 未知的错误 - - - - - Connecting to host failed: -%1 - 连接主机失败: -%1 - - - - - Login failed: -%1 - 登录失败: -%1 - - - - - Listing directory failed: -%1 - 列出目录失败: -%1 - - - - - Changing directory failed: -%1 - 改变目录失败: -%1 - - - - - Downloading file failed: -%1 - 下载文件失败: -%1 - - - - - Uploading file failed: -%1 - 上传文件失败: -%1 - - - - - Removing file failed: -%1 - 移除文件失败: -%1 - - - - - Creating directory failed: -%1 - 创建目录失败: -%1 - - - - - Removing directory failed: -%1 - 移除目录失败: -%1 - - - - - - Connection closed - 连接关闭了 - - - - Host %1 found - 主机%1找到了 - - - - Connection to %1 closed - 到%1的连接关闭了 - - - - Host found - 主机找到了 - - - - Connected to host - 连接到主机了 - - - - QHostInfo - - - Unknown error - 未知的错误 - - - - QHostInfoAgent - - - - - - - - - - Host not found - 主机未找到 - - - - - - - Unknown address type - 未知的地址类型 - - - - - - Unknown error - 未知的错误 - - - - QHttp - - - - - - Unknown error - 未知的错误 - - - - - Request aborted - 请求被放弃了 - - - - - No server set to connect to - 没有设置要连接的服务器 - - - - - Wrong content length - 错误的内容长度 - - - - - Server closed connection unexpectedly - 服务器异常地关闭了连接 - - - - Unknown authentication method - - - - - Error writing response to device - 向设备中进行写回复时发生错误 - - - - - Connection refused - 连接被拒绝 - - - - - - Host %1 not found - 主机%1没有找到 - - - - - - - HTTP request failed - HTTP请求失败 - - - - - Invalid HTTP response header - 无效的HTTP响应头 - - - - - - - Invalid HTTP chunked body - 无效的HTTP臃肿体 - - - - Host %1 found - 主机%1找到了 - - - - Connected to host %1 - 连接到%1主机了 - - - - Connection to %1 closed - 到%1的连接关闭了 - - - - Host found - 主机找到了 - - - - Connected to host - 连接到主机了 - - - - - Connection closed - 连接关闭了 - - - - Proxy authentication required - 代理需要认证 - - - - Authentication required - 需要认证 - - - - Connection refused (or timed out) - 连接被拒绝(或者超时) - - - - Proxy requires authentication - 代理需要验证 - - - - Host requires authentication - 主机需要验证 - - - - Data corrupted - 数据错误 - - - - Unknown protocol specified - 所指定的协议是未知的 - - - - SSL handshake failed - SSL 握手失败 - - - - HTTPS connection requested but SSL support not compiled in - HTTPS 连接需要 SSL,但它没有被编译进来 - - - - QHttpSocketEngine - - - Did not receive HTTP response from proxy - 未收到代理的HTTP响应 - - - - Error parsing authentication request from proxy - 解析代理的认证请求出错 - - - - Authentication required - 需要认证 - - - - Proxy denied connection - 代理拒绝连接 - - - - Error communicating with HTTP proxy - 和HTTP代理通讯时发生错误 - - - - Proxy server not found - 未找到代理服务器 - - - - Proxy connection refused - 代理连接被拒绝 - - - - Proxy server connection timed out - 代理服务器连接超时 - - - - Proxy connection closed prematurely - 代理连接过早关闭 - - - - QIBaseDriver - - - Error opening database - 打开数据库错误 - - - - Could not start transaction - 不能开始事务 - - - - Unable to commit transaction - 不能提交事务 - - - - Unable to rollback transaction - 不能回滚事务 - - - - QIBaseResult - - - Unable to create BLOB - 不能创建BLOB - - - - Unable to write BLOB - 不能写入BLOB - - - - Unable to open BLOB - 不能打开BLOB - - - - Unable to read BLOB - 不能读取BLOB - - - - - Could not find array - 不能找到数组 - - - - Could not get array data - 不能得到数组数据 - - - - Could not get query info - 不能得到查询信息 - - - - Could not start transaction - 不能开始事务 - - - - Unable to commit transaction - 不能提交事务 - - - - Could not allocate statement - 不能分配语句 - - - - Could not prepare statement - 不能准备语句 - - - - - Could not describe input statement - 不能描述输入语句 - - - - Could not describe statement - 不能描述语句 - - - - Unable to close statement - 不能关闭语句 - - - - Unable to execute query - 不能执行查询 - - - - Could not fetch next item - 不能获取下一项 - - - - Could not get statement info - 不能得到语句信息 - - - - QIODevice - - - Permission denied - 权限被拒绝 - - - - Too many open files - 太多打开的文件 - - - - No such file or directory - 没有这个文件或者目录 - - - - No space left on device - 设备上没有空间了 - - - - Unknown error - 未知的错误 - - - - QInputContext - - - XIM - XIM - - - - XIM input method - XIM输入法 - - - - Windows input method - Windows输入法 - - - - Mac OS X input method - Mac OS X输入法 - - - - QInputDialog - - - Enter a value: - 输入一个值: - - - - QLibrary - - QLibrary::load_sys: Cannot load %1 (%2) - QLibrary::load_sys: 不能载入%1 (%2) - - - QLibrary::unload_sys: Cannot unload %1 (%2) - QLibrary::unload_sys:不能卸载%1 (%2) - - - QLibrary::resolve_sys: Symbol "%1" undefined in %2 (%3) - QLibrary::resolve_sys: 符号“%1”在%2(%3)没有被定义 - - - - Could not mmap '%1': %2 - 不能映射”%1“:%2 - - - - Plugin verification data mismatch in '%1' - “%1“中的插件验证数据不匹配 - - - - Could not unmap '%1': %2 - 不能取消映射“%1“:%2 - - - - The plugin '%1' uses incompatible Qt library. (%2.%3.%4) [%5] - 插件“%1”使用了不兼容的Qt库。(%2.%3.%4) [%5] - - - - The plugin '%1' uses incompatible Qt library. Expected build key "%2", got "%3" - 插件“%1“使用了不兼容的Qt库。期待的构建键是“%2“,得到的却是”%3“ - - - - Unknown error - 未知的错误 - - - - - The shared library was not found. - 共享库没有被找到。 - - - - The file '%1' is not a valid Qt plugin. - 文件“%1“不是有效的Qt插件。 - - - - The plugin '%1' uses incompatible Qt library. (Cannot mix debug and release libraries.) - 插件“%1“使用了不兼容的Qt库。(不能混合使用库的调试版本和发布版本。) - - - - - Cannot load library %1: %2 - 无法加载库%1:%2 - - - - - Cannot unload library %1: %2 - 无法卸载库%1:%2 - - - - - Cannot resolve symbol "%1" in %2: %3 - 无法解析%2中的符号“%2”:%3 - - - - QLineEdit - - - &Undo - 撤消(&U) - - - - &Redo - 恢复(&R) - - - - Cu&t - 剪切(&T) - - - - &Copy - 复制(&C) - - - - &Paste - 粘贴(&P) - - - - Delete - 删除 - - - - Select All - 选择全部 - - - - QLocalServer - - - - %1: Name error - %1: 名称错误 - - - - %1: Permission denied - %1:权限被拒绝 - - - - %1: Address in use - %1:地址正在被使用 - - - - - %1: Unknown error %2 - %1:未知错误 %2 - - - - QLocalSocket - - - - %1: Connection refused - %1:连接被拒绝 - - - - - %1: Remote closed - %1:远程已关闭 - - - - - - - %1: Invalid name - %1:无效名称 - - - - - %1: Socket access error - %1:套接字访问错误 - - - - - %1: Socket resource error - %1:套接字资源错误 - - - - - %1: Socket operation timed out - %1:套接字操作超时 - - - - - %1: Datagram too large - %1:数据报太大 - - - - - - %1: Connection error - %1:连接错误 - - - - - %1: The socket operation is not supported - %1:套接字操作不被支持 - - - - %1: Unknown error - %1:未知错误 - - - - - %1: Unknown error %2 - %1:未知错误 %2 - - - - QMYSQLDriver - - - Unable to open database ' - 不能打开数据库 - - - - Unable to connect - 不能连接 - - - - Unable to begin transaction - 不能开始事务 - - - - Unable to commit transaction - 不能提交事务 - - - - Unable to rollback transaction - 不能回滚事务 - - - - QMYSQLResult - - - Unable to fetch data - 不能获取数据 - - - - Unable to execute query - 不能执行查询 - - - - Unable to store result - 不能存储结果 - - - - - Unable to prepare statement - 不能准备语句 - - - - Unable to reset statement - 不能重置语句 - - - - Unable to bind value - 不能绑定值 - - - - Unable to execute statement - 不能执行语句 - - - - - Unable to bind outvalues - 不能绑定外值 - - - - Unable to store statement results - 不能存储语句结果 - - - - Unable to execute next query - 不能执行下一个查询 - - - - Unable to store next result - 不能存储下一个结果 - - - - QMdiArea - - - (Untitled) - (未命名的) - - - - QMdiSubWindow - - - %1 - [%2] - %1 - [%2] - - - - Close - 关闭 - - - - Minimize - 最小化 - - - - Restore Down - 向下恢复 - - - - &Restore - 恢复(&R) - - - - &Move - 移动(&M) - - - - &Size - 大小(&S) - - - - Mi&nimize - 最小化(&N) - - - - Ma&ximize - 最大化(&X) - - - - Stay on &Top - 总在最前(&T) - - - - &Close - 关闭(&C) - - - - - [%1] - - [%1] - - - - Maximize - 最大化 - - - - Unshade - 取消遮蔽 - - - - Shade - 遮蔽 - - - - Restore - 恢复 - - - - Help - 帮助 - - - - Menu - 菜单 - - - - QMenu - - - - Close - 关闭 - - - - - Open - 打开 - - - - - - Execute - 执行 - - - - QMenuBar - - About - 关于 - - - Config - 配置 - - - Preference - 首选项 - - - Options - 选项 - - - Setting - 设置 - - - Setup - 安装 - - - Quit - 退出 - - - Exit - 退出 - - - About %1 - 关于%1 - - - About Qt - 关于Qt - - - Preferences - 首选项 - - - Quit %1 - 退出%1 - - - - QMessageBox - - - Help - 帮助 - - - - - - - OK - 确定 - - - - About Qt - 关于Qt - - - <p>This program uses Qt version %1.</p> - <p>这个程序使用的是Qt %1版。</p> - - - - Show Details... - 显示细节…… - - - - Hide Details... - 隐藏细节…… - - - - <h3>About Qt</h3><p>This program uses Qt version %1.</p><p>Qt is a C++ toolkit for cross-platform application development.</p><p>Qt provides single-source portability across MS&nbsp;Windows, Mac&nbsp;OS&nbsp;X, Linux, and all major commercial Unix variants. Qt is also available for embedded devices as Qt for Embedded Linux and Qt for Windows CE.</p><p>Qt is available under three different licensing options designed to accommodate the needs of our various users.</p>Qt licensed under our commercial license agreement is appropriate for development of proprietary/commercial software where you do not want to share any source code with third parties or otherwise cannot comply with the terms of the GNU LGPL version 2.1 or GNU GPL version 3.0.</p><p>Qt licensed under the GNU LGPL version 2.1 is appropriate for the development of Qt applications (proprietary or open source) provided you can comply with the terms and conditions of the GNU LGPL version 2.1.</p><p>Qt licensed under the GNU General Public License version 3.0 is appropriate for the development of Qt applications where you wish to use such applications in combination with software subject to the terms of the GNU GPL version 3.0 or where you are otherwise willing to comply with the terms of the GNU GPL version 3.0.</p><p>Please see <a href="http://qt.nokia.com/products/licensing">qt.nokia.com/products/licensing</a> for an overview of Qt licensing.</p><p>Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).</p><p>Qt is a Nokia product. See <a href="http://qt.nokia.com/">qt.nokia.com</a> for more information.</p> - - - - <h3>About Qt</h3>%1<p>Qt is a C++ toolkit for cross-platform application development.</p><p>Qt provides single-source portability across MS&nbsp;Windows, Mac&nbsp;OS&nbsp;X, Linux, and all major commercial Unix variants. Qt is also available for embedded devices as Qt for Embedded Linux and Qt for Windows CE.</p><p>Qt is a Nokia product. See <a href="http://qt.nokia.com/">qt.nokiae.com</a> for more information.</p> - <h3>关于Qt</h3>%1<p>Qt是一个用于跨平台应用程序开发的C++工具包。</p><p>对于MS&nbsp;Windows、Mac&nbsp;OS&nbsp;X、Linux和所有主流商业Unix,Qt提供了单一源程序的可移植性。Qt也有用于嵌入式Linux和Windows CE的版本。</p><p>Qt是Nokia的产品。有关更多信息,请参考<a href="http://qt.nokia.com/">qt.nokia.com</a>。</p> - - - <p>This program uses Qt Open Source Edition version %1.</p><p>Qt Open Source Edition is intended for the development of Open Source applications. You need a commercial Qt license for development of proprietary (closed source) applications.</p><p>Please see <a href="http://qt.nokia.com/company/model/">qt.nokia.com/company/model/</a> for an overview of Qt licensing.</p> - <p>这个程序使用了Qt %1开源版本。</p><p>Qt开源版本只用于开源应用程序的开发。如果要开发私有(闭源)软件,你需要一个商业的Qt协议。</p><p>有关Qt协议的概览,请参考<a href="http://qt.nokia.com/company/model/">qt.nokia.com/company/model/</a>。</p> - - - <h3>About Qt</h3>%1<p>Qt is a C++ toolkit for cross-platform application development.</p><p>Qt provides single-source portability across MS&nbsp;Windows, Mac&nbsp;OS&nbsp;X, Linux, and all major commercial Unix variants. Qt is also available for embedded devices as Qt Embedded.</p><p>Qt is a Trolltech product. See <a href="http://qt.nokia.com/">qt.nokia.com</a> for more information.</p> - <h3>关于Qt</h3>%1<p>Qt是一个用于跨平台应用程序开发的C++工具包。</p><p>对于MS&nbsp;Windows、Mac&nbsp;OS&nbsp;X、Linux和所有主流商业Unix,Qt提供了单一源程序的可移植性。Qt对于嵌入式平台也是可用的,在嵌入式平台上它被称为Qt Embedded。</p><p>Qt是Trolltech的产品。有关更多信息,请参考<a href="http://qt.nokia.com/">qt.nokia.com</a>。</p> - - - - QMultiInputContext - - - Select IM - 选择输入法 - - - - QMultiInputContextPlugin - - - Multiple input method switcher - 多输入法切换器 - - - - Multiple input method switcher that uses the context menu of the text widgets - 使用文本窗口部件上下文菜单的多输入法切换器 - - - - QNativeSocketEngine - - - The remote host closed the connection - 远端主机关闭了这个连接 - - - - Network operation timed out - 网络操作超时 - - - - Out of resources - 资源耗尽了 - - - - Unsupported socket operation - 不被支持的套接字操作 - - - - Protocol type not supported - 协议类型不被支持 - - - - Invalid socket descriptor - 无效的套接字描述符 - - - - Network unreachable - 网络不能访问 - - - - Permission denied - 权限被拒绝 - - - - Connection timed out - 连接超时 - - - - Connection refused - 连接被拒绝 - - - - The bound address is already in use - 要启用的地址已经被使用 - - - - The address is not available - 这个地址不可用 - - - - The address is protected - 这个地址被保护了 - - - - Unable to send a message - 不能发送一个消息 - - - - Unable to receive a message - 不能接收一个消息 - - - - Unable to write - 不能写入 - - - - Network error - 网络错误 - - - - Another socket is already listening on the same port - 另一个套接字已经正在监听同一端口 - - - - Unable to initialize non-blocking socket - 不能初始化非阻塞套接字 - - - - Unable to initialize broadcast socket - 不能初始化广播套接字 - - - - Attempt to use IPv6 socket on a platform with no IPv6 support - 试图在不支持IPv6支持的平台上使用IPv6套接字 - - - - Host unreachable - 主机不能访问 - - - - Datagram was too large to send - 不能发送过大的数据报 - - - - Operation on non-socket - 对非套接字操作 - - - - Unknown error - 未知的错误 - - - - The proxy type is invalid for this operation - 对于这个操作代理类型是无效的。 - - - - QNetworkAccessCacheBackend - - - Error opening %1 - 打开%1发生错误 - - - - QNetworkAccessFileBackend - - - Request for opening non-local file %1 - 正在打开非本地文件 %1 的请求 - - - - Error opening %1: %2 - 打开 %1 错误:%2 - - - - Write error writing to %1: %2 - 写入 %1 错误:%2 - - - - Cannot open %1: Path is a directory - 无法打开 %1:路径是一个目录 - - - - Read error reading from %1: %2 - 读取 %1 错误:%2 - - - - QNetworkAccessFtpBackend - - - No suitable proxy found - 未找到合适的代理 - - - - Cannot open %1: is a directory - 无法读取 %1:是一个目录 - - - - Logging in to %1 failed: authentication required - 登入 %1 失败:需要验证 - - - - Error while downloading %1: %2 - 下载 %1 时错误:%2 - - - - Error while uploading %1: %2 - 上载 %1 时错误:%2 - - - - QNetworkAccessHttpBackend - - - No suitable proxy found - 未找到合适的代理 - - - - QNetworkReply - - - Error downloading %1 - server replied: %2 - 下载 %1 错误 - 服务器回复:%2 - - - - Protocol "%1" is unknown - 协议“%1”是未知的 - - - - QNetworkReplyImpl - - - - Operation canceled - 操作被取消 - - - - QOCIDriver - - - Unable to logon - 不能登录 - - - - Unable to initialize - QOCIDriver - 不能初始化 - - - - Unable to begin transaction - 不能开始事务 - - - - Unable to commit transaction - 不能提交事务 - - - - Unable to rollback transaction - 不能回滚事务 - - - - QOCIResult - - - - - Unable to bind column for batch execute - 不能绑定批处理执行的列 - - - - Unable to execute batch statement - 不能执行批处理语句 - - - - Unable to goto next - 不能进入下一个 - - - - Unable to alloc statement - 不能分配语句 - - - - Unable to prepare statement - 不能准备语句 - - - - Unable to bind value - 不能绑定值 - - - Unable to execute select statement - 不能执行选择语句 - - - - Unable to execute statement - 不能执行语句 - - - - QODBCDriver - - - Unable to connect - 不能连接 - - - - Unable to connect - Driver doesn't support all needed functionality - 不能连接—驱动程序不支持所有功能 - - - - Unable to disable autocommit - 不能禁止自动提交 - - - - Unable to commit transaction - 不能提交事务 - - - - Unable to rollback transaction - 不能回滚事务 - - - - Unable to enable autocommit - 不能打开自动提交 - - - - QODBCResult - - - - QODBCResult::reset: Unable to set 'SQL_CURSOR_STATIC' as statement attribute. Please check your ODBC driver configuration - QODBCResult::reset: 不能把“SQL_CURSOR_STATIC”设置为语句属性。请检查你的ODBC驱动程序设置。 - - - - - Unable to execute statement - 不能执行语句 - - - - Unable to fetch next - 不能获取下一个 - - - - Unable to prepare statement - 不能准备语句 - - - - Unable to bind variable - 不能帮定变量 - - - - - - Unable to fetch last - 不能获取最后一个 - - - - Unable to fetch - 不能获取 - - - - Unable to fetch first - 不能获取第一个 - - - - Unable to fetch previous - 不能获取上一个 - - - - QObject - - - Home - - - - - Operation not supported on %1 - 在 %1 上不被支持的操作 - - - - Invalid URI: %1 - 无效的 URI:%1 - - - - Write error writing to %1: %2 - 写入 %1 错误:%2 - - - - Read error reading from %1: %2 - 读取 %1 错误:%2 - - - - Socket error on %1: %2 - %1 上的套接字错误:%2 - - - - Remote host closed the connection prematurely on %1 - 远程主机过早地关闭了在 %1 上的这个连接 - - - - Protocol error: packet of size 0 received - 协议错误:收到了大小为 0 的包 - - - - - No host name given - 未指定主机名 - - - - QPPDOptionsModel - - - Name - 名称 - - - - Value - - - - - QPSQLDriver - - - Unable to connect - 不能连接 - - - - Could not begin transaction - 不能开始事务 - - - - Could not commit transaction - 不能提交事务 - - - - Could not rollback transaction - 不能回滚事务 - - - - Unable to subscribe - 不能订阅 - - - - Unable to unsubscribe - 不能取消订阅 - - - - QPSQLResult - - - Unable to create query - 不能创建查询 - - - - Unable to prepare statement - 不能准备语句 - - - - QPageSetupWidget - - - Centimeters (cm) - 厘米 (cm) - - - - Millimeters (mm) - 毫米 (mm) - - - - Inches (in) - 英寸 (in) - - - - Points (pt) - 点 (pt) - - - - Form - 窗体 - - - - Paper - 纸张 - - - - Page size: - 纸张大小: - - - - Width: - 宽度: - - - - Height: - 高度: - - - - Paper source: - 纸张源: - - - - Orientation - 方向 - - - - Portrait - 纵向 - - - - Landscape - 横向 - - - - Reverse landscape - 反向横向 - - - - Reverse portrait - 反向纵向 - - - - Margins - 边距 - - - - top margin - 上边距 - - - - left margin - 左边距 - - - - right margin - 右边距 - - - - bottom margin - 下边距 - - - - QPluginLoader - - - Unknown error - 未知的错误 - - - - The plugin was not loaded. - 插件没有被载入。 - - - - QPrintDialog - - - locally connected - 本地已经连接的 - - - - - Aliases: %1 - 别名:%1 - - - - - unknown - 未知的 - - - - Print all - 打印全部 - - - - Print selection - 打印选择 - - - - Print range - 打印范围 - - - - A0 (841 x 1189 mm) - A0 (841 x 1189 毫米) - - - - A1 (594 x 841 mm) - A1 (594 x 841 毫米) - - - - A2 (420 x 594 mm) - A2 (420 x 594 毫米) - - - - A3 (297 x 420 mm) - A3 (297 x 420 毫米) - - - - A4 (210 x 297 mm, 8.26 x 11.7 inches) - A4 (210 x 297 毫米,8.26 x 11.7 英寸) - - - - A5 (148 x 210 mm) - A5 (148 x 210 毫米) - - - - A6 (105 x 148 mm) - A6 (105 x 148 毫米) - - - - A7 (74 x 105 mm) - A7 (74 x 105 毫米) - - - - A8 (52 x 74 mm) - A8 (52 x 74 毫米) - - - - A9 (37 x 52 mm) - A9 (37 x 52 毫米) - - - - B0 (1000 x 1414 mm) - B0 (1000 x 1414 毫米) - - - - B1 (707 x 1000 mm) - B1 (707 x 1000 毫米) - - - - B2 (500 x 707 mm) - B2 (500 x 707 毫米) - - - - B3 (353 x 500 mm) - B3 (353 x 500 毫米) - - - - B4 (250 x 353 mm) - B4 (250 x 353 毫米) - - - - B5 (176 x 250 mm, 6.93 x 9.84 inches) - B5 (176 x 250 毫米,6.93 x 9.84 英寸) - - - - B6 (125 x 176 mm) - B6 (125 x 176 毫米) - - - - B7 (88 x 125 mm) - B7 (88 x 125 毫米) - - - - B8 (62 x 88 mm) - B8 (62 x 88 毫米) - - - - B9 (44 x 62 mm) - B9 (44 x 62 毫米) - - - - B10 (31 x 44 mm) - B10 (31 x 44 毫米) - - - - C5E (163 x 229 mm) - C5E (163 x 229 毫米) - - - - DLE (110 x 220 mm) - DLE (110 x 220 毫米) - - - - Executive (7.5 x 10 inches, 191 x 254 mm) - Executive (7.5 x 10 英寸,191 x 254 毫米) - - - - Folio (210 x 330 mm) - Folio (210 x 330 毫米) - - - - Ledger (432 x 279 mm) - Ledger (432 x 279 毫米) - - - - Legal (8.5 x 14 inches, 216 x 356 mm) - Legal (8.5 x 14 英寸,216 x 356 毫米) - - - - Letter (8.5 x 11 inches, 216 x 279 mm) - Letter (8.5 x 11 英寸,216 x 279 毫米) - - - - Tabloid (279 x 432 mm) - Tabloid (279 x 432 毫米) - - - - US Common #10 Envelope (105 x 241 mm) - 美国普通10号信封 (105 x 241 毫米) - - - - OK - 确定 - - - - - - Print - 打印 - - - - Print To File ... - 打印到文件…… - - - - File %1 is not writable. -Please choose a different file name. - 文件%1不可写。 -请选择一个不同的文件名。 - - - - %1 already exists. -Do you want to overwrite it? - %1已经存在。 -你想覆盖它么? - - - - File exists - 文件存在 - - - - <qt>Do you want to overwrite it?</qt> - <qt>你想覆盖它么?</qt> - - - - %1 is a directory. -Please choose a different file name. - %1是目录。 -请选择一个不同的文件名。 - - - - The 'From' value cannot be greater than the 'To' value. - “从”的数值不能大于“到”的数值。 - - - - A0 - A0 - - - - A1 - A1 - - - - A2 - A2 - - - - A3 - A3 - - - - A4 - A4 - - - - A5 - A5 - - - - A6 - A6 - - - - A7 - A7 - - - - A8 - A8 - - - - A9 - A9 - - - - B0 - B0 - - - - B1 - B1 - - - - B2 - B2 - - - - B3 - B3 - - - - B4 - B4 - - - - B5 - B5 - - - - B6 - B6 - - - - B7 - B7 - - - - B8 - B8 - - - - B9 - B9 - - - - B10 - B10 - - - - C5E - C5E - - - - DLE - DLE - - - - Executive - 决策文书 - - - - Folio - 对开纸 - - - - Ledger - 帐页 - - - - Legal - 法律文书 - - - - Letter - 信纸 - - - - Tabloid - 小型报纸 - - - - US Common #10 Envelope - 美国普通10号信封 - - - - Custom - 自定义 - - - - - &Options >> - 选项(&O) >> - - - - &Print - 打印(&P) - - - - &Options << - 选项(&O) << - - - - Print to File (PDF) - 打印到文件(PDF) - - - - Print to File (Postscript) - 打印到文件(Postscript) - - - - Local file - 本地文件 - - - - Write %1 file - 写入 %1 文件 - - - - QPrintPreviewDialog - - - - Page Setup - 页面设置 - - - - %1% - %1% - - - - Print Preview - 打印预览 - - - - Next page - 下一页 - - - - Previous page - 上一页 - - - - First page - 第一页 - - - - Last page - 最后一页 - - - - Fit width - 适应宽度 - - - - Fit page - 适应页面 - - - - Zoom in - 放大 - - - - Zoom out - 缩小 - - - - Portrait - 纵向 - - - - Landscape - 横向 - - - - Show single page - 显示单页 - - - - Show facing pages - 显示当前页 - - - - Show overview of all pages - 显示所有页的概览 - - - - Print - 打印 - - - - Page setup - 打印设置 - - - - Close - 关闭 - - - - Export to PDF - 导出为PDF - - - - Export to PostScript - 导出为PostScript - - - - QPrintPropertiesWidget - - - Form - 窗体 - - - - Page - - - - - Advanced - 高级 - - - - QPrintSettingsOutput - - - Form - 窗体 - - - - Copies - 拷贝 - - - - Print range - 打印范围 - - - - Print all - 打印全部 - - - - Pages from - 页数从 - - - - to - - - - - Selection - 选择 - - - - Output Settings - 输出设置 - - - - Copies: - 备份: - - - - Collate - 校对 - - - - Reverse - 反向 - - - - Options - 选项 - - - - Color Mode - 彩色模式 - - - - Color - 彩色 - - - - Grayscale - 灰度 - - - - Duplex Printing - 两部分打印 - - - - None - - - - - Long side - 长侧 - - - - Short side - 短侧 - - - - QPrintWidget - - - Form - 窗体 - - - - Printer - 打印机 - - - - &Name: - 名称(&N): - - - - P&roperties - 属性(&R) - - - - Location: - 位置: - - - - Preview - 预览 - - - - Type: - 类型: - - - - Output &file: - 输出文件(&F): - - - - ... - ... - - - - QProcess - - - - Could not open input redirection for reading - 无法打开用于读取的输入重定向 - - - - - Could not open output redirection for writing - 无法打开用于写入的输出重定向 - - - - Resource error (fork failure): %1 - 资源错误(fork失败):%1 - - - - - - - - - - - - Process operation timed out - 进程处理超时 - - - - - - - Error reading from process - 从进程中读取时发生错误 - - - - - - Error writing to process - 向进程写入时发生错误 - - - - Process crashed - 进程已崩溃 - - - - No program defined - - - - - Process failed to start - 启动进程失败 - - - - QProgressDialog - - - Cancel - 撤消 - - - - QPushButton - - - Open - 打开 - - - - QRadioButton - - - Check - 选中 - - - - QRegExp - - - no error occurred - 没有错误发生 - - - - disabled feature used - 使用了失效的特效 - - - - bad char class syntax - 错误的字符类语法 - - - - bad lookahead syntax - 错误的预测语法 - - - - bad repetition syntax - 错误的重复语法 - - - - invalid octal value - 无效的八进制数值 - - - - missing left delim - 找不到左分隔符 - - - - unexpected end - 意外的终止 - - - - met internal limit - 遇到内部限制 - - - - QSQLite2Driver - - - Error to open database - 打开数据库错误 - - - - Unable to begin transaction - 不能开始事务 - - - - Unable to commit transaction - 不能提交事务 - - - - Unable to rollback Transaction - 不能回滚事务 - - - - QSQLite2Result - - - Unable to fetch results - 不能获取结果 - - - - Unable to execute statement - 不能执行语句 - - - - QSQLiteDriver - - - Error opening database - 打开数据库错误 - - - - Error closing database - 关闭数据库错误 - - - - Unable to begin transaction - 不能开始事务 - - - - Unable to commit transaction - 不能提交事务 - - - - Unable to rollback transaction - 不能回滚事务 - - - - QSQLiteResult - - - - - Unable to fetch row - 不能获取行 - - - - Unable to execute statement - 不能执行语句 - - - - Unable to reset statement - 不能重置语句 - - - - Unable to bind parameters - 不能绑定参数 - - - - Parameter count mismatch - 参数数量不匹配 - - - - No query - 没有查询 - - - - QScrollBar - - - Scroll here - 滚动到这里 - - - - Left edge - 左边缘 - - - - Top - 顶部 - - - - Right edge - 右边缘 - - - - Bottom - 底部 - - - - Page left - 左一页 - - - - - Page up - 上一页 - - - - Page right - 右一页 - - - - - Page down - 下一页 - - - - Scroll left - 向左滚动 - - - - Scroll up - 向上滚动 - - - - Scroll right - 向右滚动 - - - - Scroll down - 向下滚动 - - - - Line up - 向上排列 - - - - Position - 位置 - - - - Line down - 向下排列 - - - - QSharedMemory - - - %1: unable to set key on lock - %1:无法设置锁定的键 - - - - %1: create size is less then 0 - %1:创建的大小小于 0 - - - - - %1: unable to lock - %1:无法锁定 - - - - %1: unable to unlock - %1:无法取消锁定 - - - - - %1: permission denied - %1:权限被拒绝 - - - - - %1: already exists - %1:已经存在 - - - - - %1: doesn't exists - %1:不存在 - - - - - %1: out of resources - %1:资源耗尽了 - - - - - %1: unknown error %2 - %1:未知错误 %2 - - - - %1: key is empty - %1:键是空的 - - - - %1: unix key file doesn't exists - %1:Unix 键文件不存在 - - - - %1: ftok failed - %1:ftok 失败 - - - - - %1: unable to make key - %1:不能制造键 - - - - %1: system-imposed size restrictions - %1:系统预设大小限制 - - - - %1: not attached - %1:没有附加 - - - - %1: invalid size - %1:无效大小 - - - - %1: key error - %1: 键错误 - - - - %1: size query failed - %1:大小查询失败 - - - - QShortcut - - - Space - 空格 - - - - Esc - Esc - - - - Tab - Tab - - - - Backtab - Backtab - - - - Backspace - Backspace - - - - Return - Return - - - - Enter - Enter - - - - Ins - Ins - - - - Del - Del - - - - Pause - Pause - - - - Print - Print - - - - SysReq - SysReq - - - - Home - Home - - - - End - End - - - - Left - Left - - - - Up - Up - - - - Right - Right - - - - Down - Down - - - - PgUp - PgUp - - - - PgDown - PgDown - - - - CapsLock - CapsLock - - - - NumLock - NumLock - - - - ScrollLock - ScrollLock - - - - Menu - Menu - - - - Help - Help - - - - Back - 后退 - - - - Forward - 前进 - - - - Stop - 停止 - - - - Refresh - 刷新 - - - - Volume Down - 调小音量 - - - - Volume Mute - 静音 - - - - Volume Up - 调大音量 - - - - Bass Boost - 低音增强 - - - - Bass Up - 调大低音 - - - - Bass Down - 调小低音 - - - - Treble Up - 调大高音 - - - - Treble Down - 调小高音 - - - - Media Play - 多媒体播放 - - - - Media Stop - 多媒体停止 - - - - Media Previous - 上一个多媒体 - - - - Media Next - 下一个多媒体 - - - - Media Record - 多媒体记录 - - - - Favorites - 最喜爱的 - - - - Search - 搜索 - - - - Standby - 等待 - - - - Open URL - 打开URL - - - - Launch Mail - 启动邮件 - - - - Launch Media - 启动多媒体 - - - - Launch (0) - 启动 (0) - - - - Launch (1) - 启动 (1) - - - - Launch (2) - 启动 (2) - - - - Launch (3) - 启动 (3) - - - - Launch (4) - 启动 (4) - - - - Launch (5) - 启动 (5) - - - - Launch (6) - 启动 (6) - - - - Launch (7) - 启动 (7) - - - - Launch (8) - 启动 (8) - - - - Launch (9) - 启动 (9) - - - - Launch (A) - 启动 (A) - - - - Launch (B) - 启动 (B) - - - - Launch (C) - 启动 (C) - - - - Launch (D) - 启动 (D) - - - - Launch (E) - 启动 (E) - - - - Launch (F) - 启动 (F) - - - - Print Screen - Print Screen - - - - Page Up - Page Up - - - - Page Down - Page Down - - - - Caps Lock - Caps Lock - - - - Num Lock - Num Lock - - - - Number Lock - Number Lock - - - - Scroll Lock - Scroll Lock - - - - Insert - Insert - - - - Delete - Delete - - - - Escape - Escape - - - - System Request - System Request - - - - Select - 选择 - - - - Yes - - - - - No - - - - - Context1 - 上下文1 - - - - Context2 - 上下文2 - - - - Context3 - 上下文3 - - - - Context4 - 上下文4 - - - - Call - 呼叫 - - - - Hangup - 挂起 - - - - Flip - 翻转 - - - - - Ctrl - Ctrl - - - - - Shift - Shift - - - - - Alt - Alt - - - - - Meta - Meta - - - - + - + - - - - F%1 - F%1 - - - - Home Page - 主页 - - - - QSlider - - - Page left - 左一页 - - - - Page up - 上一页 - - - - Position - 位置 - - - - Page right - 右一页 - - - - Page down - 下一页 - - - - QSocks5SocketEngine - - - Connection to proxy refused - 代理拒绝连接 - - - - Connection to proxy closed prematurely - 代理连接过早关闭 - - - - Proxy host not found - 代理主机未找到 - - - - Connection to proxy timed out - 代理连接超时 - - - - Proxy authentication failed - 代理认证失败 - - - - Proxy authentication failed: %1 - 代理认证失败: %1 - - - - SOCKS version 5 protocol error - SOCKS版本5协议错误 - - - - General SOCKSv5 server failure - 常规服务器失败 - - - - Connection not allowed by SOCKSv5 server - 连接不被SOCKSv5服务器允许 - - - - TTL expired - TTL已过期 - - - - SOCKSv5 command not supported - 不支持的SOCKSv5命令 - - - - Address type not supported - 不支持的地址类型 - - - - Unknown SOCKSv5 proxy error code 0x%1 - 未知SOCKSv5代理,错误代码 0x%1 - - - Socks5 timeout error connecting to socks server - 连接到套接字服务器的时候,Socks5超时错误 - - - - Network operation timed out - 网络操作超时 - - - - QSpinBox - - - More - 更多 - - - - Less - 更少 - - - - QSql - - - Delete - 删除 - - - - Delete this record? - 删除这条记录? - - - - - - Yes - - - - - - - No - - - - - Insert - 插入 - - - - Update - 更新 - - - - Save edits? - 保存编辑? - - - - Cancel - 取消 - - - - Confirm - 确认 - - - - Cancel your edits? - 取消您的编辑? - - - - QSslSocket - - - Unable to write data: %1 - 不能写入数据:%1 - - - - Error while reading: %1 - 读取时错误:%1 - - - - Error during SSL handshake: %1 - SSL握手错误:%1 - - - - Error creating SSL context (%1) - 创建SSL上下文错误(%1) - - - - Invalid or empty cipher list (%1) - 无效或者空白的密码列表(%1) - - - - Error creating SSL session, %1 - 创建SSL会话错误,%1 - - - - Error creating SSL session: %1 - 创建SSL会话错误:%1 - - - - Cannot provide a certificate with no key, %1 - 不能提供没有键的证书,%1 - - - - Error loading local certificate, %1 - 不能载入本地证书,%1 - - - - Error loading private key, %1 - 不能载入私有键,%1 - - - - Private key does not certificate public key, %1 - 私有键不能验证公有键,%1 - - - - QSystemSemaphore - - - - %1: out of resources - %1:资源耗尽了 - - - - - %1: permission denied - %1:权限被拒绝 - - - - %1: already exists - %1:已经存在 - - - - %1: does not exist - %1:不存在 - - - - - %1: unknown error %2 - %1:未知错误 %2 - - - - QTDSDriver - - - Unable to open connection - 不能打开连接 - - - - Unable to use database - 不能使用数据库 - - - - QTabBar - - - Scroll Left - 向左滚动 - - - - Scroll Right - 向右滚动 - - - - QTcpServer - - - Operation on socket is not supported - socket操作不被支持 - - - - QTextControl - - - &Undo - 撤消(&U) - - - - &Redo - 恢复(&R) - - - - Cu&t - 剪切(&T) - - - - &Copy - 复制(&C) - - - - Copy &Link Location - 复制链接位置(&L) - - - - &Paste - 粘贴(&P) - - - - Delete - 删除 - - - - Select All - 选择全部 - - - - QToolButton - - - - Press - 按下 - - - - - Open - 打开 - - - - QUdpSocket - - - This platform does not support IPv6 - 这个平台不支持IPv6 - - - - QUndoGroup - - - Undo - 撤销 - - - - Redo - 恢复 - - - - QUndoModel - - - <empty> - <空白> - - - - QUndoStack - - - Undo - 撤销 - - - - Redo - 恢复 - - - - QUnicodeControlCharacterMenu - - - LRM Left-to-right mark - LRM 从左到右标记 - - - - RLM Right-to-left mark - RLM 从右向左标记 - - - - ZWJ Zero width joiner - ZWJ 零宽度连接器 - - - - ZWNJ Zero width non-joiner - ZWNJ 零宽度非连接器 - - - - ZWSP Zero width space - ZWSP 零宽度空格 - - - - LRE Start of left-to-right embedding - LRE 开始从左到右嵌入 - - - - RLE Start of right-to-left embedding - RLE 开始从右向左嵌入 - - - - LRO Start of left-to-right override - LRO 开始从左向右覆盖 - - - - RLO Start of right-to-left override - RLO 开始从右向左覆盖 - - - - PDF Pop directional formatting - PDF 弹出方向格式 - - - - Insert Unicode control character - 插入Unicode控制字符 - - - - QWebFrame - - - Request cancelled - 请求被取消了 - - - - Request blocked - 请求被阻塞了 - - - - Cannot show URL - 无法显示 URL - - - - Frame load interruped by policy change - 因为策略调整打断了桢的加载 - - - - Cannot show mimetype - 无法显示 MIMETYPE - - - - File does not exist - 文件不存在 - - - - QWebPage - - - Bad HTTP request - 错误的 HTTP 请求 - - - - Submit - default label for Submit buttons in forms on web pages - 提交 - - - - Submit - Submit (input element) alt text for <input> elements with no alt, title, or value - 提交 - - - - Reset - default label for Reset buttons in forms on web pages - 重置 - - - - This is a searchable index. Enter search keywords: - text that appears at the start of nearly-obsolete web pages in the form of a 'searchable index' - 这是一个可以搜索的索引。请输入要搜索的关键字: - - - - Choose File - title for file button used in HTML forms - 选择文件 - - - - No file selected - text to display in file button used in HTML forms when no file is selected - 没有文件被选择 - - - - Open in New Window - Open in New Window context menu item - 在新窗口中打开 - - - - Save Link... - Download Linked File context menu item - 保存链接... - - - - Copy Link - Copy Link context menu item - 复制链接 - - - - Open Image - Open Image in New Window context menu item - 打开图片 - - - - Save Image - Download Image context menu item - 保存图片 - - - - Copy Image - Copy Link context menu item - 复制图片 - - - - Open Frame - Open Frame in New Window context menu item - 打开框架 - - - - Copy - Copy context menu item - 复制 - - - - Go Back - Back context menu item - 后退 - - - - Go Forward - Forward context menu item - 前进 - - - - Stop - Stop context menu item - 停止 - - - - Reload - Reload context menu item - 重新载入 - - - - Cut - Cut context menu item - 剪切 - - - - Paste - Paste context menu item - 粘贴 - - - - No Guesses Found - No Guesses Found context menu item - 没有找到猜测 - - - - Ignore - Ignore Spelling context menu item - 忽略 - - - - Add To Dictionary - Learn Spelling context menu item - 添加到字典 - - - - Search The Web - Search The Web context menu item - 搜索网页 - - - - Look Up In Dictionary - Look Up in Dictionary context menu item - 在字典中查找 - - - - Open Link - Open Link context menu item - 打开链接 - - - - Ignore - Ignore Grammar context menu item - 忽略 - - - - Spelling - Spelling and Grammar context sub-menu item - 拼写 - - - - Show Spelling and Grammar - menu item title - 显示拼写和语法 - - - - Hide Spelling and Grammar - menu item title - 隐藏拼写和语法 - - - - Check Spelling - Check spelling context menu item - 检查拼写 - - - - Check Spelling While Typing - Check spelling while typing context menu item - 在输入时检查拼写 - - - - Check Grammar With Spelling - Check grammar with spelling context menu item - 检查语法和拼写 - - - - Fonts - Font context sub-menu item - 字体 - - - - Bold - Bold context menu item - 粗体 - - - - Italic - Italic context menu item - 意大利体 - - - - Underline - Underline context menu item - 下划线 - - - - Outline - Outline context menu item - 轮廓 - - - - Direction - Writing direction context sub-menu item - 方向 - - - - Text Direction - Text direction context sub-menu item - 文本方向 - - - - Default - Default writing direction context menu item - 默认 - - - - LTR - Left to Right context menu item - LTR - - - - RTL - Right to Left context menu item - RTL - - - - Inspect - Inspect Element context menu item - 检查 - - - - No recent searches - Label for only item in menu that appears when clicking on the search field image, when no searches have been performed - 没有最近的搜索 - - - - Recent searches - label for first item in the menu that appears when clicking on the search field image, used as embedded menu title - 最近的搜索 - - - - Clear recent searches - menu item in Recent Searches menu that empties menu's contents - 清除最近的搜索 - - - - Unknown - Unknown filesize FTP directory listing item - 未知的 - - - - %1 (%2x%3 pixels) - Title string for images - %1 (%2x%3 像素) - - - - Web Inspector - %2 - 网页检查员 - %2 - - - - Scroll here - 滚动到这里 - - - - Left edge - 左边缘 - - - - Top - 顶部 - - - - Right edge - 右边缘 - - - - Bottom - 底部 - - - - Page left - 左一页 - - - - Page up - 上一页 - - - - Page right - 右一页 - - - - Page down - 下一页 - - - - Scroll left - 向左滚动 - - - - Scroll up - 向上滚动 - - - - Scroll right - 向右滚动 - - - - Scroll down - 向下滚动 - - - - %n file(s) - number of chosen file - - %n 个文件 - - - - - JavaScript Alert - %1 - JavaScript警告 - %1 - - - - JavaScript Confirm - %1 - JavaScript确认 - %1 - - - - JavaScript Prompt - %1 - JavaScript提示 - %1 - - - - Move the cursor to the next character - 移动光标到下一个字符 - - - - Move the cursor to the previous character - 移动光标到上一个字符 - - - - Move the cursor to the next word - 移动光标到下一个单词 - - - - Move the cursor to the previous word - 移动光标到上一个单词 - - - - Move the cursor to the next line - 移动光标到下一行 - - - - Move the cursor to the previous line - 移动光标到上一行 - - - - Move the cursor to the start of the line - 移动光标到行首 - - - - Move the cursor to the end of the line - 移动光标到行尾 - - - - Move the cursor to the start of the block - 移动光标到块首 - - - - Move the cursor to the end of the block - 移动光标到块尾 - - - - Move the cursor to the start of the document - 移动光标到文件开头 - - - - Move the cursor to the end of the document - 移动光标到文件末尾 - - - - Select all - - - - - Select to the next character - 选中到下一个字符 - - - - Select to the previous character - 选中到上一个字符 - - - - Select to the next word - 选中到下一个单词 - - - - Select to the previous word - 选中到上一个单词 - - - - Select to the next line - 选中到下一行 - - - - Select to the previous line - 选中到上一行 - - - - Select to the start of the line - 选中到行首 - - - - Select to the end of the line - 选中到行尾 - - - - Select to the start of the block - 选中到块首 - - - - Select to the end of the block - 选中到块尾 - - - - Select to the start of the document - 选中到文件首 - - - - Select to the end of the document - 选中到文件尾 - - - - Delete to the start of the word - 删除到单词首 - - - - Delete to the end of the word - 删除到单词尾 - - - - Insert a new paragraph - - - - - Insert a new line - - - - - QWhatsThisAction - - - What's This? - 这是什么? - - - - QWidget - - - * - * - - - - QWizard - - - Go Back - 返回 - - - - Continue - 继续 - - - - Commit - 提交 - - - - Done - 完成 - - - Quit - 退出 - - - - Help - 帮助 - - - - < &Back - < 上一步(&B) - - - - &Finish - 完成(&F) - - - - Cancel - 取消 - - - - &Help - 帮助(&H) - - - - &Next - 下一步(&N) - - - - &Next > - 下一步(&N) > - - - - QWorkspace - - - &Restore - 恢复(&R) - - - - &Move - 移动(&M) - - - - &Size - 大小(&S) - - - - Mi&nimize - 最小化(&N) - - - - Ma&ximize - 最大化(&X) - - - - &Close - 关闭(&C) - - - - Stay on &Top - 总在最前(&T) - - - - - Sh&ade - 卷起(&A) - - - - - %1 - [%2] - %1 - [%2] - - - - Minimize - 最小化 - - - - Restore Down - 恢复 - - - - Close - 关闭 - - - - &Unshade - 展开(&U) - - - - QXml - - - no error occurred - 没有错误发生 - - - - error triggered by consumer - 由消费者出发的错误 - - - - unexpected end of file - 意外的文件终止 - - - - more than one document type definition - 多于一个的文档类型定义 - - - - error occurred while parsing element - 在解析元素的时候发生错误 - - - - tag mismatch - 标记不匹配 - - - - error occurred while parsing content - 在解析内容的时候发生错误 - - - - unexpected character - 意外的字符 - - - - invalid name for processing instruction - 无效的处理指令名称 - - - - version expected while reading the XML declaration - 在读取XML声明的时候,版本被期待 - - - - wrong value for standalone declaration - 错误的独立声明的值 - - - - encoding declaration or standalone declaration expected while reading the XML declaration - 在读取XML声明的时候,编码声明或者独立声明被期待 - - - - standalone declaration expected while reading the XML declaration - 在读取XML声明的时候,独立声明被期待 - - - - error occurred while parsing document type definition - 在解析文档类型定义的时候发生错误 - - - - letter is expected - 字符被期待 - - - - error occurred while parsing comment - 在解析注释的时候发生错误 - - - - error occurred while parsing reference - 在解析参考的时候发生错误 - - - - internal general entity reference not allowed in DTD - 在DTD中不允许使用内部解析的通用实体参考 - - - - external parsed general entity reference not allowed in attribute value - 在属性值中不允许使用外部解析的通用实体参考 - - - - external parsed general entity reference not allowed in DTD - 在DTD中不允许使用外部解析的通用实体参考 - - - - unparsed entity reference in wrong context - 没有解析的错误上下文中的实体参考 - - - - recursive entities - 嵌套实体 - - - - error in the text declaration of an external entity - 在一个外部实体的文本声明里有错误 - - - - QXmlStream - - - - Extra content at end of document. - 文档末尾有额外内容。 - - - - Invalid entity value. - 无效的实体值。 - - - - Invalid XML character. - 无效的XML字符。 - - - - Sequence ']]>' not allowed in content. - 内容中不允许有“]]>“序列。 - - - - Namespace prefix '%1' not declared - 命名空间的”%1“前缀没有被声明 - - - - Attribute redefined. - 属性重复定义。 - - - - Unexpected character '%1' in public id literal. - 在公有标识文本中有意外的字符”%1“。 - - - - Invalid XML version string. - 无效的XML版本字符串。 - - - - Unsupported XML version. - 不被支持的XML版本。 - - - - %1 is an invalid encoding name. - %1是无效的编码名称。 - - - - Encoding %1 is unsupported - 编码%1不被支持。 - - - - Standalone accepts only yes or no. - 独立运行只允许是或者否。 - - - - Invalid attribute in XML declaration. - 在XML声明中无效的属性。 - - - - Premature end of document. - 文档过早的结束。 - - - - Invalid document. - 无效的文档。 - - - - Expected - 期待的 - - - - , but got ' - ,但是得到的是“ - - - - Unexpected ' - 意外的“ - - - - Expected character data. - 期待的字符数据。 - - - - Recursive entity detected. - 检测到嵌套实体。 - - - - Start tag expected. - 开始期待的标记。 - - - - XML declaration not at start of document. - XML声明没有在文档的开始位置。 - - - - NDATA in parameter entity declaration. - 在参数实体声明中有NDATA。 - - - - %1 is an invalid processing instruction name. - %1 是无效的处理指令名称。 - - - - Invalid processing instruction name. - 无效的处理指令名称。 - - - - - - - Illegal namespace declaration. - 非法的命名空间声明。 - - - - Invalid XML name. - 无效的XML名称。 - - - - Opening and ending tag mismatch. - 开始标记和结束标记不匹配。 - - - - Reference to unparsed entity '%1'. - 未解析实体“%1“的引用。 - - - - - - Entity '%1' not declared. - 实体”%1“没有被声明。 - - - - Reference to external entity '%1' in attribute value. - 在属性值中的外部实体“%1”的引用。 - - - - Invalid character reference. - 无效的字符引用。 - - - - - Encountered incorrectly encoded content. - 遇到不正确的编码内容。 - - - - The standalone pseudo attribute must appear after the encoding. - 独立运行伪属性必须出现在编码之后。 - - - - %1 is an invalid PUBLIC identifier. - %1是一个无效的公有(PUBLIC)标识符。 - - - - QtXmlPatterns - - - An %1-attribute with value %2 has already been declared. - 带有值 %2 的 %1 属性已经声明过了。 - - - - An %1-attribute must have a valid %2 as value, which %3 isn't. - 一个 %1 属性必须带有一个有效的 %2 作为值,但 %3 却不是。 - - - - Network timeout. - 网络超时。 - - - - Element %1 can't be serialized because it appears outside the document element. - 元素 %1 不能被串行化,因为它出现在文档元素之外。 - - - Attribute element %1 can't be serialized because it appears at the top level. - 属性元素 %1 不能被串行化,因为它出现在最顶层。 - - - - Year %1 is invalid because it begins with %2. - %1 年是无效的,因为应该从 %2 开始。 - - - - Day %1 is outside the range %2..%3. - %1 日是在 %2...%3 范围之外的。 - - - - Month %1 is outside the range %2..%3. - %1 月是在 %2...%3 范围之外的。 - - - - Overflow: Can't represent date %1. - 溢出:无法呈现数据 %1。 - - - - Day %1 is invalid for month %2. - %1 日对于 %2 月是无效的。 - - - - Time 24:%1:%2.%3 is invalid. Hour is 24, but minutes, seconds, and milliseconds are not all 0; - 时间 24:%1:%2.%3 是无效的。小时是 24,但是分钟、秒和毫秒不全为 0; - - - - Time %1:%2:%3.%4 is invalid. - 时间 %1:%2:%3.%4 是无效的。 - - - - Overflow: Date can't be represented. - 溢出:数据无法被呈现。 - - - - - At least one component must be present. - 至少有一个组件被呈现。 - - - - At least one time component must appear after the %1-delimiter. - 至少一个时间组件必须出现在这个 %1 界限之后。 - - - - No operand in an integer division, %1, can be %2. - 在整数除法中没有操作数,%1,可以是 %2。 - - - - The first operand in an integer division, %1, cannot be infinity (%2). - 除法中的第一个操作数,%1,不能是无穷(%2)。 - - - - The second operand in a division, %1, cannot be zero (%2). - 除法中的第二个操作数,%1,不能是零(%2)。 - - - - %1 is not a valid value of type %2. - %1 不是类型为 %2 的有效值。 - - - - When casting to %1 from %2, the source value cannot be %3. - 当从 %2 抛出到 %1 时,源值不能是 %3。 - - - - Integer division (%1) by zero (%2) is undefined. - 整数除法(%1)除零(%2)是未定义的。 - - - - Division (%1) by zero (%2) is undefined. - 除法(%1)除零(%2)是未定义的。 - - - - Modulus division (%1) by zero (%2) is undefined. - 求模除法(%1)除零(%2)是未定义的。 - - - - - Dividing a value of type %1 by %2 (not-a-number) is not allowed. - 一个类型为 %1 的值除以 %2(不是一个数值)是不允许的。 - - - - Dividing a value of type %1 by %2 or %3 (plus or minus zero) is not allowed. - 一个类型为 %1 的值除以 %2 或者 %3(正负零)是不允许的。 - - - - Multiplication of a value of type %1 by %2 or %3 (plus or minus infinity) is not allowed. - 一个类型为 %1 的值乘以 %2 或者 %3(正负无穷)是不允许的。 - - - - A value of type %1 cannot have an Effective Boolean Value. - 一个类型为 %1 的值不能是一个有效的布尔值(Effective Boolean Value)。 - - - - Effective Boolean Value cannot be calculated for a sequence containing two or more atomic values. - 有效的布尔值(Effective Boolean Value)不能被用于计算一个包含两个或者更多原子值的序列。 - - - - Value %1 of type %2 exceeds maximum (%3). - 类型为 %2 的值 %1 超过了最大值(%3)。 - - - - Value %1 of type %2 is below minimum (%3). - 类型为 %2 的值 %1 超过了最小值(%3)。 - - - - A value of type %1 must contain an even number of digits. The value %2 does not. - 类型为 %1 的值必须包含偶数个数字。值 %2 不是这样的。 - - - - %1 is not valid as a value of type %2. - %1 不是类型为 %2 的有效值。 - - - - Operator %1 cannot be used on type %2. - 操作符 %1 不能被用于类型 %2。 - - - - Operator %1 cannot be used on atomic values of type %2 and %3. - 操作符 %1 不能被用于类型为 %2 和 %3 的原子值。 - - - - The namespace URI in the name for a computed attribute cannot be %1. - 一个被计算的属性的名称中的命名空间 URI 不能是 %1。 - - - - The name for a computed attribute cannot have the namespace URI %1 with the local name %2. - 一个被计算的属性的名称不能使用带有本地名称 %2 的命名空间 URI %1。 - - - - Type error in cast, expected %1, received %2. - 抛出类型错误,期望的是 %1,收到的是 %2。 - - - - When casting to %1 or types derived from it, the source value must be of the same type, or it must be a string literal. Type %2 is not allowed. - 当抛出到 %1 或者它的派生类时,源类型必须是同一类型,或者它必须是一个字符串类型。类型 %2 是不被允许的。 - - - - No casting is possible with %1 as the target type. - 无法以 %1 为目标类型进行抛出。 - - - - It is not possible to cast from %1 to %2. - 无法从 %1 抛出到 %2。 - - - - Casting to %1 is not possible because it is an abstract type, and can therefore never be instantiated. - 无法抛出到 %1,因为它是一个抽象类型,并且因此无法被实例化。 - - - - It's not possible to cast the value %1 of type %2 to %3 - 无法从类型为 %2 的值 %1 抛出到 %3 - - - - Failure when casting from %1 to %2: %3 - 从 %2 抛出到 %1 失败:%3 - - - - A comment cannot contain %1 - 注释不能包含 %1 - - - - A comment cannot end with a %1. - 注释不能以 %1 结尾。 - - - - No comparisons can be done involving the type %1. - 对于类型 %1 不能进行比较。 - - - - Operator %1 is not available between atomic values of type %2 and %3. - 在类型 %2 和 %3 的原子值之间,操作符 %1 是不可用的。 - - - - An attribute node cannot be a child of a document node. Therefore, the attribute %1 is out of place. - 一个属性节点不能是一个文档节点的子节点。因此,这个属性 %1 所在位置是不合适的。 - - - - A library module cannot be evaluated directly. It must be imported from a main module. - 一个库模块不能被直接评估。它必须从一个主模块中导入。 - - - - No template by name %1 exists. - 没有名为 %1 的模板存在。 - - - - A value of type %1 cannot be a predicate. A predicate must have either a numeric type or an Effective Boolean Value type. - 类型为 %1 的值不能被判断。一个判断必须是数值类型或者一个有效的布尔值(Effective Boolean Value)类型。 - - - - A positional predicate must evaluate to a single numeric value. - 一个定位判断必须评估一个单一数值。 - - - - The target name in a processing instruction cannot be %1 in any combination of upper and lower case. Therefore, is %2 invalid. - 一个处理指令中的目标名称不能是任何大小写混合的 %1。因此,%2 是无效的。 - - - - %1 is not a valid target name in a processing instruction. It must be a %2 value, e.g. %3. - %1 不是处理指令的有效目标名称。它必须是值 %2,例如 %3。 - - - - The last step in a path must contain either nodes or atomic values. It cannot be a mixture between the two. - 一个路径中的最后一步必须包含节点或者原子值。它不能是两者的一个组合。 - - - - The data of a processing instruction cannot contain the string %1 - 处理指令的数据不能包含字符串 %1 - - - - No namespace binding exists for the prefix %1 - 对于前缀 %1,没有存在绑定的命名空间。 - - - - No namespace binding exists for the prefix %1 in %2 - 对于 %2 中的前缀 %1,没有存在绑定的命名空间。 - - - - - %1 is an invalid %2 - %1 是一个无效的 %2。 - - - - %1 takes at most %n argument(s). %2 is therefore invalid. - - %1 最多可以有 %n 个参数。因此 %2 是无效的。 - - - - - %1 requires at least %n argument(s). %2 is therefore invalid. - - %1 需要至少 %n 个参数。因此 %2 是无效的。 - - - - - The first argument to %1 cannot be of type %2. It must be a numeric type, xs:yearMonthDuration or xs:dayTimeDuration. - %1 的第一个参数不能是类型 %2 的。它必须是数字类型的,xs:yearMonthDuration 或者 xs:dayTimeDuration。 - - - - The first argument to %1 cannot be of type %2. It must be of type %3, %4, or %5. - %1 的第一个参数不能是类型 %2 的。它必须是类型 %3、%4 或者 %5 的。 - - - - The second argument to %1 cannot be of type %2. It must be of type %3, %4, or %5. - %1 的第二个参数不能是类型 %2 的。它必须是类型 %3、%4 或者 %5 的。 - - - - %1 is not a valid XML 1.0 character. - %1 不是一个有效的 XML 1.0 字符。 - - - - The first argument to %1 cannot be of type %2. - %1 的第一个参数不能是类型 %2 的。 - - - - If both values have zone offsets, they must have the same zone offset. %1 and %2 are not the same. - 如果两个值都有区偏移(zone offset),它们必须拥有相同的区偏移。%1 和 %2 的区偏移是不同的。 - - - - %1 was called. - %1 被调用了。 - - - - %1 must be followed by %2 or %3, not at the end of the replacement string. - %1 必须被 %2 或者 %3 跟随,不能在替换字符串的末尾。 - - - - In the replacement string, %1 must be followed by at least one digit when not escaped. - 在这个替换字符串中,%1 在没有被转义的时候必须被至少一个数字跟随。 - - - - In the replacement string, %1 can only be used to escape itself or %2, not %3 - 在这个替换字符串中,%1 只能被用于转义它本身或者 %2,而不是 %3 - - - - %1 matches newline characters - %1 匹配了换行符 - - - - %1 and %2 match the start and end of a line. - %1 和 %2 匹配了一行的头和尾。 - - - - Matches are case insensitive - 匹配是大小写不敏感的 - - - - Whitespace characters are removed, except when they appear in character classes - 空白字符被移除了,除非当它们出现在字符类中 - - - - %1 is an invalid regular expression pattern: %2 - %1 是正则表达式中的一个无效模式:%2 - - - - %1 is an invalid flag for regular expressions. Valid flags are: - %1 是正则表达式中的一个无效标记。有效标记为: - - - - If the first argument is the empty sequence or a zero-length string (no namespace), a prefix cannot be specified. Prefix %1 was specified. - 如果第一个参数是空序列或者零长度字符串(无命名空间),那么就不能指定前缀。前缀 %1 被指定了。 - - - - It will not be possible to retrieve %1. - 将不能获取 %1。 - - - - The root node of the second argument to function %1 must be a document node. %2 is not a document node. - 函数 %1 的第二个参数的根节点必须是一个文档节点。%2 不是一个文档节点。 - - - - The default collection is undefined - 默认收集(collection)是未定义的 - - - - %1 cannot be retrieved - 无法获取 %1 - - - - The normalization form %1 is unsupported. The supported forms are %2, %3, %4, and %5, and none, i.e. the empty string (no normalization). - 不支持正规化(normalization)表单 %1。被支持的表单是 %2、%3、%4 和 %5,以及无,例如空字符串(无正规化)。 - - - - A zone offset must be in the range %1..%2 inclusive. %3 is out of range. - 区偏移(zone offset)必须在 %1...%2 范围之内。%3 是在范围之外的。 - - - - %1 is not a whole number of minutes. - %1 不是分钟的整数。 - - - - Required cardinality is %1; got cardinality %2. - 所需要的表间关系是 %1;得到的表间关系却是 %2。 - - - - The item %1 did not match the required type %2. - 项 %1 和所需的类型 %2 不匹配。 - - - - - %1 is an unknown schema type. - %1 是一个未知的方案类型。 - - - - Only one %1 declaration can occur in the query prolog. - 只有一个 %1 的声明可以出现在查询序言中。 - - - - The initialization of variable %1 depends on itself - 变量 %1 的初始化依赖于它本身 - - - - No variable by name %1 exists - 没有名称为 %1 的变量存在。 - - - - The variable %1 is unused - 变量 %1 没有被使用 - - - - Version %1 is not supported. The supported XQuery version is 1.0. - 不支持版本 %1。被支持的 XQuery 版本是 1.0。 - - - - The encoding %1 is invalid. It must contain Latin characters only, must not contain whitespace, and must match the regular expression %2. - 编码方式 %1 是无效的。它必须只包含拉丁字符,必须不包含空白符号,并且必须和正则表达式 %2 匹配。 - - - - No function with signature %1 is available - 没有签名为 %1 的可用函数。 - - - - - A default namespace declaration must occur before function, variable, and option declarations. - 默认命名空间声明必须出现在函数、变量和选项声明之前。 - - - - Namespace declarations must occur before function, variable, and option declarations. - 命名空间声明必须出现在函数、变量和选项声明之前。 - - - - Module imports must occur before function, variable, and option declarations. - 模块导入不能出现在函数、变量和选项声明之前。 - - - - It is not possible to redeclare prefix %1. - 不能重复声明前缀 %1。 - - - Only the prefix %1 can be declared to bind the namespace %2. By default, it is already bound to the prefix %1. - 至于前缀 %1 可以被声明为和命名空间 %2 绑定。默认情况下,它已经被绑定到前缀 %1。 - - - - Prefix %1 is already declared in the prolog. - 前缀 %1 在序言中已经声明过了。 - - - - The name of an option must have a prefix. There is no default namespace for options. - 一个选项的名称必须带有前缀。对于选项没有默认命名空间。 - - - - The Schema Import feature is not supported, and therefore %1 declarations cannot occur. - 不支持方案导入(Schema Import)特性,并且因此 %1 声明不能出现。 - - - - The target namespace of a %1 cannot be empty. - %1 的目标命名空间不能为空。 - - - - The module import feature is not supported - 不支持模块导入特性 - - - A variable by name %1 has already been declared in the prolog. - 名称为 %1 的变量已经在序言中声明过了。 - - - - No value is available for the external variable by name %1. - 名称为 %1 的外部变量并没有可用的值。 - - - The namespace for a user defined function cannot be empty(try the predefined prefix %1 which exists for cases like this) - 用户定义的函数的命名空间不能为空(请试试预定义的前缀 %1,它就是用于这种情况的)。 - - - - A construct was encountered which only is allowed in XQuery. - 遇到了一个只允许在XQuery中出现的构造。 - - - - A template by name %1 has already been declared. - 模板%1已被声明 - - - - The keyword %1 cannot occur with any other mode name. - 任何其他模式名称不能出现关键字%1。 - - - - The value of attribute %1 must of type %2, which %3 isn't. - 属性%1的值必须是类型%2,但%3不是。 - - - - The prefix %1 can not be bound. By default, it is already bound to the namespace %2. - 前缀%1不能被绑定。默认的,它已被绑定到名字空间%2。 - - - - A variable by name %1 has already been declared. - 变量%1已被声明。 - - - - A stylesheet function must have a prefixed name. - 样式表函数必须有一个前缀名。 - - - - The namespace for a user defined function cannot be empty (try the predefined prefix %1 which exists for cases like this) - 用户定义函数的名字空间不能为空(试用为这种情况而存在的预定义前缀%1) - - - - The namespace %1 is reserved; therefore user defined functions may not use it. Try the predefined prefix %2, which exists for these cases. - 命名空间 %1 是保留的;因此用户定义的函数不能使用它。请试试预定义的前缀 %2,它就是用于这种情况的。 - - - - The namespace of a user defined function in a library module must be equivalent to the module namespace. In other words, it should be %1 instead of %2 - 用户在一个库模块中定义的函数的命名空间必须和这个模块的命名空间一致。也就是说,它应该是 %1,而不是 %2 - - - - A function already exists with the signature %1. - 一个带有签名 %1 的函数已经存在。 - - - - No external functions are supported. All supported functions can be used directly, without first declaring them as external - 不支持外部函数。所有支持的函数必须可以被直接使用,不能把它们声明为外部的 - - - - An argument by name %1 has already been declared. Every argument name must be unique. - 名称为 %1 的参数已经被声明了。每个参数名称必须唯一。 - - - - When function %1 is used for matching inside a pattern, the argument must be a variable reference or a string literal. - 当函数%1被用于样式匹配时,参数必须是变量参考或者字符串。 - - - - In an XSL-T pattern, the first argument to function %1 must be a string literal, when used for matching. - 在XSL-T样式中,函数%1的第一个参数必须是字符串,以便用于匹配。 - - - - In an XSL-T pattern, the first argument to function %1 must be a literal or a variable reference, when used for matching. - 在XSL-T样式中,函数%1的第一个参数必须是文字或者变量参考,以便用于匹配。 - - - - In an XSL-T pattern, function %1 cannot have a third argument. - 在XSL-T样式中,函数%1不能有第三个参数。 - - - - In an XSL-T pattern, only function %1 and %2, not %3, can be used for matching. - 在XSL-T样式中,只用函数%1和%2可以用于匹配,%3不可以。 - - - - In an XSL-T pattern, axis %1 cannot be used, only axis %2 or %3 can. - 在XSL-T仰视中,不能使用%1轴,只能使用%2轴或者%3轴。 - - - - %1 is an invalid template mode name. - %1不是一个合法的模板模式名称。 - - - - The name of a variable bound in a for-expression must be different from the positional variable. Hence, the two variables named %1 collide. - 一个在 for 表达式中绑定的变量的名称必须和这个定位变量不同。因此,这两个名称为 %1 的变量冲突。 - - - - The Schema Validation Feature is not supported. Hence, %1-expressions may not be used. - 不支持方案验证特性(Schema Validation Feature)。因此,也许不能使用 %1 表达式。 - - - - None of the pragma expressions are supported. Therefore, a fallback expression must be present - 不支持任何编译指示表达式(pragma expression)。因此,必须呈现一个回调表达式(fallback expression)。 - - - - Each name of a template parameter must be unique; %1 is duplicated. - 每一个模板参数的名称都必须是唯一的;%2是重复的。 - - - - The %1-axis is unsupported in XQuery - 这个 %1 轴在 XQuery 中是不被支持的。 - - - - %1 is not a valid name for a processing-instruction. - %1不是一个处理指令的合法名称。 - - - - %1 is not a valid numeric literal. - %1 不是一个有效的数字语义。 - - - - No function by name %1 is available. - 没有名称为 %1 的可用函数。 - - - - The namespace URI cannot be the empty string when binding to a prefix, %1. - 当这个命名空间 URI 被绑定到一个前缀 %1 时,它不能是空字符串。 - - - - %1 is an invalid namespace URI. - %1 是一个无效的命名空间 URI。 - - - - It is not possible to bind to the prefix %1 - 无法绑定到这个前缀 %1。 - - - - Namespace %1 can only be bound to %2 (and it is, in either case, pre-declared). - 命名空间 %1 只能和 %2 绑定(并且如果是这种情况,需要提前声明)。 - - - - Prefix %1 can only be bound to %2 (and it is, in either case, pre-declared). - 前缀 %1 只能和 %2 绑定(并且如果是这种情况,需要提前声明)。 - - - - Two namespace declaration attributes have the same name: %1. - 两个命名空间声明属性使用了相同的名称:%1。 - - - - The namespace URI must be a constant and cannot use enclosed expressions. - 命名空间 URI 必须是一个常量并且不能使用封闭的表达式。 - - - - An attribute by name %1 has already appeared on this element. - 一个名称为 %1 的属性已经出现在这个元素中了。 - - - - A direct element constructor is not well-formed. %1 is ended with %2. - 一个直接元素构造器没有很好地形成。%1 后面跟着 %2。 - - - - The name %1 does not refer to any schema type. - 名称 %1 没有指向任何方案类型。 - - - - %1 is an complex type. Casting to complex types is not possible. However, casting to atomic types such as %2 works. - %1 是一个复杂类型。无法抛出到复杂类型。因此,抛出到例如 %2 这样的原子类型是可以的。 - - - - %1 is not an atomic type. Casting is only possible to atomic types. - %1 不是原子类型。只能抛出到原子类型。 - - - %1 is not a valid name for a processing-instruction. Therefore this name test will never match. - %1 不是处理指令的有效名称。因此这个名称测试永远不会匹配。 - - - - - %1 is not in the in-scope attribute declarations. Note that the schema import feature is not supported. - %1 不是范围内属性声明。注意方案导入特性是不被支持的。 - - - - The name of an extension expression must be in a namespace. - 一个扩展表达式的名称必须在一个命名空间中。 - - - - empty - 空白 - - - - zero or one - 零或者一 - - - - exactly one - 确切地一 - - - - one or more - 一或者更多 - - - - zero or more - 零或者更多 - - - - Required type is %1, but %2 was found. - 需要的类型是 %1,但是找到的是 %2。 - - - - Promoting %1 to %2 may cause loss of precision. - 把 %1 升级为 %2 会导致精度的损失。 - - - - The focus is undefined. - 焦点未定义。 - - - - It's not possible to add attributes after any other kind of node. - 不能在任何其它类型节点后添加属性。 - - - - An attribute by name %1 has already been created. - 一个名称为 %1 的属性已经被创建。 - - - - Only the Unicode Codepoint Collation is supported(%1). %2 is unsupported. - 只支持 Unicode 代码点校验(Unicode Codepoint Collation)(%1)。%2 是不被支持的。 - - - - Attribute %1 can't be serialized because it appears at the top level. - 属性 %1 不能被串行化,因为它出现在最顶层。 - - - - %1 is an unsupported encoding. - %1 是不被支持的编码。 - - - - %1 contains octets which are disallowed in the requested encoding %2. - %1包含了在请求编码%2中不允许的八进位值。 - - - - The codepoint %1, occurring in %2 using encoding %3, is an invalid XML character. - 在使用编码%3的%2中出现的代码点%1不是一个有效的XML字符。 - - - - Ambiguous rule match. - 含糊规则匹配。 - - - In a namespace constructor, the value for a namespace value cannot be an empty string. - 在一个命名空间构造中,命名空间的值不能为空字符串。 - - - - In a namespace constructor, the value for a namespace cannot be an empty string. - - - - - The prefix must be a valid %1, which %2 is not. - 前缀必须是有效的%1,而%2不是。 - - - - The prefix %1 cannot be bound. - 前缀%1不能被绑定。 - - - - Only the prefix %1 can be bound to %2 and vice versa. - 只有前缀%1可以绑定到%2,反之也一样 - - - - Circularity detected - 检测到环 - - - - The parameter %1 is required, but no corresponding %2 is supplied. - 需要参数%1,但是没有提供对应的%2。 - - - - The parameter %1 is passed, but no corresponding %2 exists. - 参数%1已传递,但没有相应的%2存在。 - - - - The URI cannot have a fragment - URI不能有片段 - - - - Element %1 is not allowed at this location. - 元素%1不能在这个位置。 - - - - Text nodes are not allowed at this location. - 文本节点不能在这个位置。 - - - - Parse error: %1 - 解析错误:%1 - - - - The value of the XSL-T version attribute must be a value of type %1, which %2 isn't. - XSL-T版本属性的值必须是%1类型的值,而%2不是。 - - - - Running an XSL-T 1.0 stylesheet with a 2.0 processor. - 在XSL-T 2.0处理器中运行一个1.0的样式表。 - - - - Unknown XSL-T attribute %1. - 未知的XSL-T属性%1。 - - - - Attribute %1 and %2 are mutually exclusive. - 属性%1和%2彼此互斥。 - - - - In a simplified stylesheet module, attribute %1 must be present. - 在一个简化样式表模块中,属性%1必须存在。 - - - - If element %1 has no attribute %2, it cannot have attribute %3 or %4. - 如果元素%1没有属性%2,那么它也不能有属性%3或者%4。 - - - - Element %1 must have at least one of the attributes %2 or %3. - 元素%1必须至少有属性%2或者%3其中一个。 - - - - At least one mode must be specified in the %1-attribute on element %2. - 在元素%2的%1属性中至少要指定一个模式。 - - - - Attribute %1 cannot appear on the element %2. Only the standard attributes can appear. - 属性%1不能出现在元素%2上。只有标准属性可以出现。 - - - - Attribute %1 cannot appear on the element %2. Only %3 is allowed, and the standard attributes. - 属性%1不能出现在元素%2上。只有%3和标准属性是允许的。 - - - - Attribute %1 cannot appear on the element %2. Allowed is %3, %4, and the standard attributes. - 属性%1不能出现在元素%2上。只有%3、%4和标准属性是允许的。 - - - - Attribute %1 cannot appear on the element %2. Allowed is %3, and the standard attributes. - 属性%1不能出现在元素%2上。只有%3和标准属性是允许的。 - - - - XSL-T attributes on XSL-T elements must be in the null namespace, not in the XSL-T namespace which %1 is. - XSL-T元素中的XSL-T属性必须放在空(null)命名空间中,而不是在XSL-T命名空间中,%1却是这个样子。 - - - - The attribute %1 must appear on element %2. - 属性%1必须出现在元素%2中。 - - - - The element with local name %1 does not exist in XSL-T. - 有本地名称%1的元素在XSL-T中不存在。 - - - - Element %1 must come last. - 元素%1必须最后出现。 - - - - At least one %1-element must occur before %2. - 至少一个元素%1要出现在%2之前。 - - - - Only one %1-element can appear. - 只能出现一个元素%1。 - - - - At least one %1-element must occur inside %2. - 至少一个元素%1要出现在%2之内。 - - - - When attribute %1 is present on %2, a sequence constructor cannot be used. - 当属性%1出现在%2中时,不能使用顺序构造。 - - - - Element %1 must have either a %2-attribute or a sequence constructor. - 元素%1必须有在一个%2属性或者顺序构造。 - - - - When a parameter is required, a default value cannot be supplied through a %1-attribute or a sequence constructor. - 当需要参数时,不能通过属性%1或者顺序构造提供默认值。 - - - - Element %1 cannot have children. - 元素%1不能有子元素。 - - - - Element %1 cannot have a sequence constructor. - 元素%1不能有顺序构造。 - - - - - The attribute %1 cannot appear on %2, when it is a child of %3. - 属性%1不能出现在%2中,因为它是%3的子元素。 - - - - A parameter in a function cannot be declared to be a tunnel. - 函数内的参数不能被声明为通道(tunnel)。 - - - - This processor is not Schema-aware and therefore %1 cannot be used. - 这个处理器不能感知Schema,因此%1不能被使用。 - - - - Top level stylesheet elements must be in a non-null namespace, which %1 isn't. - 顶级样式表元素必须是在非空命名空间中的,而%1不是。 - - - - The value for attribute %1 on element %2 must either be %3 or %4, not %5. - 元素%2中属性%1的值必须是%3或者%4,而不是%5。 - - - - Attribute %1 cannot have the value %2. - 属性%1的值不能是%2。 - - - - The attribute %1 can only appear on the first %2 element. - 属性%1只能出现在前%2个元素中。 - - - - At least one %1 element must appear as child of %2. - %2必须至少又一个子元素%1。 - - - - VolumeSlider - - - Muted - 已静音 - - - - - Volume: %1% - 音量:%1% - - - - WebCore::PlatformScrollbar - - Scroll here - 滚动到这里 - - - Left edge - 左边缘 - - - Top - 顶部 - - - Right edge - 右边缘 - - - Bottom - 底部 - - - Page left - 左一页 - - - Page up - 上一页 - - - Page right - 右一页 - - - Page down - 下一页 - - - Scroll left - 向左滚动 - - - Scroll up - 向上滚动 - - - Scroll right - 向右滚动 - - - Scroll down - 向下滚动 - - - diff --git a/release/ts/qt_linux_zh_TW.qm b/release/ts/qt_linux_zh_TW.qm deleted file mode 100644 index a9a25b2..0000000 Binary files a/release/ts/qt_linux_zh_TW.qm and /dev/null differ diff --git a/release/ts/qt_linux_zh_TW.ts b/release/ts/qt_linux_zh_TW.ts deleted file mode 100644 index de0f888..0000000 --- a/release/ts/qt_linux_zh_TW.ts +++ /dev/null @@ -1,8129 +0,0 @@ - - - - - MAC_APPLICATION_MENU - - - Services - 服務 - - - - Hide %1 - 隱藏%1 - - - - Hide Others - 隱藏其他 - - - - Show All - 顯示全部 - - - - Preferences... - 偏好設定⋯ - - - - Quit %1 - 結束 %1 - - - - About %1 - 關於 %1 - - - - AudioOutput - - - <html>The audio playback device <b>%1</b> does not work.<br/>Falling back to <b>%2</b>.</html> - <html>音效播放裝置 <b>%1</b> 未能運作。<br/>改用預設裝置 <b>%2</b>。</html> - - - - <html>Switching to the audio playback device <b>%1</b><br/>which just became available and has higher preference.</html> - <html>音效播放裝置 <b>%1</b> 已可使用,因為有較高優先權,因此將切換到該裝置。</html> - - - - Revert back to device '%1' - 回復到裝置 %1 - - - - CloseButton - - - Close Tab - 關閉分頁 - - - - PPDOptionsModel - - Name - 名稱 - - - Value - - - - - Phonon:: - - - Notifications - 通知 - - - - Music - 音樂 - - - - Video - 影像 - - - - Communication - 通訊 - - - - Games - 遊戲 - - - - Accessibility - 輔助裝置 - - - - Phonon::Gstreamer::Backend - - - Warning: You do not seem to have the package gstreamer0.10-plugins-good installed. - Some video features have been disabled. - 警告:您可能沒有安裝 gstreamer0.10-plugins-good。 - 有些影像的功能將被關閉。 - - - - Warning: You do not seem to have the base GStreamer plugins installed. - All audio and video support has been disabled - 警告:您可能沒有安裝 GStreamer 外掛程式。 所有音效與影像支援將被關閉。 - - - - Phonon::Gstreamer::MediaObject - - - Cannot start playback. - -Check your Gstreamer installation and make sure you -have libgstreamer-plugins-base installed. - 無法開始播放。 - -請檢查您的 Gstreamer 安裝,並確定您有安裝 -libgstreamer-plugins-base 套件。 - - - - A required codec is missing. You need to install the following codec(s) to play this content: %0 - 找不到需要的編解碼器。您需要安裝以下的套件來播放此內容:%0 - - - - - - - - - - - Could not open media source. - 無法開啟媒體來源。 - - - - Invalid source type. - 不合法的來源型態。 - - - - Could not locate media source. - 無法定位媒體來源。 - - - - Could not open audio device. The device is already in use. - 無法開啟音效裝置。裝置已在使用中。 - - - - Could not decode media source. - 無法解碼媒體來源。 - - - - Phonon::VolumeSlider - - - - Volume: %1% - 音量:%1% - - - - - - Use this slider to adjust the volume. The leftmost position is 0%, the rightmost is %1% - 使用此滑動器來調整音量。最左邊的位置為 0%,最右邊的為 %1%。 - - - - Q3Accel - - - %1, %2 not defined - %1,%2 未定義 - - - - Ambiguous %1 not handled - 不明確的 %1 尚未處理 - - - - Q3DataTable - - - True - - - - - False - - - - - Insert - 插入 - - - - Update - 更新 - - - - Delete - 刪除 - - - - Q3FileDialog - - - Copy or Move a File - 複製或移動檔案 - - - - Read: %1 - 讀取:%1 - - - - - Write: %1 - 寫入:%1 - - - - - Cancel - 取消 - - - - - - - All Files (*) - 所有檔案 (*) - - - - Name - 名稱 - - - - Size - 大小 - - - - Type - 型態 - - - - Date - 日期 - - - - Attributes - 屬性 - - - - - &OK - 確定(&O) - - - - Look &in: - 尋找於(&I): - - - - - - File &name: - 檔名(&N): - - - - File &type: - 檔案型態(&T): - - - - Back - 返回 - - - - One directory up - 往上一層目錄 - - - - Create New Folder - 建立新資料夾 - - - - List View - 列表檢視 - - - - Detail View - 詳細檢視 - - - - Preview File Info - 預覽檔案資訊 - - - - Preview File Contents - 預覽檔案內容 - - - - Read-write - 可讀寫 - - - - Read-only - 唯讀 - - - - Write-only - 唯寫 - - - - Inaccessible - 無法存取 - - - - Symlink to File - 到檔案的符號連結 - - - - Symlink to Directory - 到目錄的符號連結 - - - - Symlink to Special - 到特殊節點的符號連結 - - - - File - 檔案 - - - - Dir - 目錄 - - - - Special - 特殊節點 - - - - - - Open - 開啟 - - - - - Save As - 另存新檔 - - - - - - &Open - 開啟(&O) - - - - - &Save - 儲存(&S) - - - - &Rename - 重新命名(&R) - - - - &Delete - 刪除(&D) - - - - R&eload - 重新載入(&E) - - - - Sort by &Name - 依名稱排序(&N) - - - - Sort by &Size - 依大小排序(&S) - - - - Sort by &Date - 依日期排序(&D) - - - - &Unsorted - 未排序(&U) - - - - Sort - 排序 - - - - Show &hidden files - 顯示隱藏檔(&H) - - - - the file - 此檔案 - - - - the directory - 此目錄 - - - - the symlink - 此符號連結 - - - - Delete %1 - 刪除 %1 - - - - <qt>Are you sure you wish to delete %1 "%2"?</qt> - <qt>您確定要刪除 %1 "%2" 嗎?</qt> - - - - &Yes - 是(&Y) - - - - &No - 否(&N) - - - - New Folder 1 - 新資料夾 1 - - - - New Folder - 新資料夾 - - - - New Folder %1 - 新資料夾 %1 - - - - Find Directory - 尋找目錄 - - - - - Directories - 目錄 - - - - Directory: - 目錄: - - - - - Error - 錯誤 - - - - %1 -File not found. -Check path and filename. - %1 -找不到檔案。 -請檢查路徑與檔名。 - - - - All Files (*.*) - 所有檔案 (*.*) - - - - Open - 開啟 - - - - Select a Directory - 請選擇一個目錄 - - - - Q3LocalFs - - - - Could not read directory -%1 - 無法讀取目錄 -%1 - - - - Could not create directory -%1 - 無法建立目錄 -%1 - - - - Could not remove file or directory -%1 - 無法移除目錄 -%1 - - - - Could not rename -%1 -to -%2 - 無法將 -%1 -重新命名為 -%2 - - - - Could not open -%1 - 無法開啟 -%1 - - - - Could not write -%1 - 無法寫入 -%1 - - - - Q3MainWindow - - - Line up - 排列 - - - - Customize... - 自訂... - - - - Q3NetworkProtocol - - - Operation stopped by the user - 使用者已中止操作 - - - - Q3ProgressDialog - - - - Cancel - 取消 - - - - Q3TabDialog - - - - OK - 確定 - - - - Apply - 套用 - - - - Help - 說明 - - - - Defaults - 預設 - - - - Cancel - 取消 - - - - Q3TextEdit - - - &Undo - 復原(&U) - - - - &Redo - 重做(&R) - - - - Cu&t - 剪下(&T) - - - - &Copy - 複製(&C) - - - - &Paste - 貼上(&P) - - - - Clear - 清除 - - - - - Select All - 全部選擇 - - - - Q3TitleBar - - - System - 系統 - - - - Restore up - 向上恢復 - - - - Minimize - 最小化 - - - - Restore down - 向下恢復 - - - - Maximize - 最大化 - - - - Close - 關閉 - - - - Contains commands to manipulate the window - 包含要操作此視窗的指令 - - - - Puts a minimized back to normal - 將最小化視窗放回原大小 - - - - Moves the window out of the way - 把視窗移開 - - - - Puts a maximized window back to normal - 將最大化視窗放回原大小 - - - - Makes the window full screen - 將視窗放大到全畫面 - - - - Closes the window - 關閉視窗 - - - - Displays the name of the window and contains controls to manipulate it - 顯示視窗名稱,並包含操作它的控制元件 - - - - Q3ToolBar - - - More... - 更多... - - - - Q3UrlOperator - - - - - The protocol `%1' is not supported - 協定 %1 未支援 - - - - The protocol `%1' does not support listing directories - 協定 %1 未支援列出目錄 - - - - The protocol `%1' does not support creating new directories - 協定 %1 未支援建立新目錄 - - - - The protocol `%1' does not support removing files or directories - 協定 %1 未支援移除檔案或目錄 - - - - The protocol `%1' does not support renaming files or directories - 協定 %1 未支援重新命名檔案或目錄 - - - - The protocol `%1' does not support getting files - 協定 %1 未支援取得檔案 - - - - The protocol `%1' does not support putting files - 協定 %1 未支援寫入檔案 - - - - - The protocol `%1' does not support copying or moving files or directories - 協定 %1 未支援複製或移動檔案或目錄 - - - - - (unknown) - (未知) - - - - Q3Wizard - - - &Cancel - 取消(&C) - - - - < &Back - <返回(&B) - - - - &Next > - 下一個(&N)> - - - - &Finish - 完成(&F) - - - - &Help - 說明(&H) - - - - QAbstractSocket - - - - - - Host not found - 找不到主機 - - - - - - Connection refused - 連線被拒 - - - - Connection timed out - 連線逾時 - - - - - - Operation on socket is not supported - Socket 的操作未被支援 - - - - Socket operation timed out - Socket 操作逾時 - - - - Socket is not connected - Socket 未連線 - - - - Network unreachable - 無法使用網路 - - - - QAbstractSpinBox - - - &Step up - 單步向上(&S) - - - - Step &down - 單步向下(&D) - - - - &Select All - 全部選擇(&S) - - - - QApplication - - - Activate - 啟動 - - - - Executable '%1' requires Qt %2, found Qt %3. - 執行檔 %1 需要 Qt %2,但只找到 Qt %3。 - - - - Incompatible Qt Library Error - Qt 函式庫不相容的錯誤 - - - - QT_LAYOUT_DIRECTION - Translate this string to the string 'LTR' in left-to-right languages or to 'RTL' in right-to-left languages (such as Hebrew and Arabic) to get proper widget layout. - LTR - - - - Activates the program's main window - 啟動程式的主視窗 - - - - QAxSelect - - - Select ActiveX Control - 選擇 ActiveX 控制 - - - - OK - 確定 - - - - &Cancel - 取消(&C) - - - - COM &Object: - COM 物件(&O) - - - - QCheckBox - - - Uncheck - 取消勾選 - - - - Check - 勾選 - - - - Toggle - 切換 - - - - QColorDialog - - - Hu&e: - 色調(&E): - - - - &Sat: - 飽和度(&S): - - - - &Val: - 亮度(&V): - - - - &Red: - 紅(&R): - - - - &Green: - 綠(&G): - - - - Bl&ue: - 藍(&U): - - - - A&lpha channel: - Alpha 色頻(&L): - - - - Select Color - 選擇顏色 - - - - &Basic colors - 基本顏色(&B) - - - - &Custom colors - 自訂顏色(&C) - - - &Define Custom Colors >> - 定義自訂顏色(&D)>> - - - OK - 確定 - - - Cancel - 取消 - - - - &Add to Custom Colors - 新增到自訂顏色(&A) - - - Select color - 選擇顏色 - - - - QComboBox - - - - Open - 開啟 - - - - False - - - - - True - - - - - Close - 關閉 - - - - QCoreApplication - - %1: permission denied - QSystemSemaphore - %1:存取被拒 - - - %1: already exists - QSystemSemaphore - %1:已存在 - - - %1: doesn't exists - QSystemSemaphore - %1:不存在 - - - %1: out of resources - QSystemSemaphore - %1:資源不足 - - - %1: unknown error %2 - QSystemSemaphore - %1:未知的錯誤 %2 - - - - %1: key is empty - QSystemSemaphore - %1:鍵值是空的 - - - - %1: unable to make key - QSystemSemaphore - %1:無法產生鍵值 - - - - %1: ftok failed - QSystemSemaphore - %1:ftok 失敗 - - - - QDB2Driver - - - Unable to connect - 無法連接 - - - - Unable to commit transaction - 無法提交事務 - - - - Unable to rollback transaction - 無法反轉事務 - - - - Unable to set autocommit - 無法設定自動提交 - - - - QDB2Result - - - - Unable to execute statement - 無法執行敘述 - - - - Unable to prepare statement - 無法準備敘述 - - - - Unable to bind variable - 無法結合變數 - - - - Unable to fetch record %1 - 無法抓取紀錄 %1 - - - - Unable to fetch next - 無法抓取下一筆 - - - - Unable to fetch first - 無法抓取第一筆 - - - - QDateTimeEdit - - - AM - AM - - - - am - am - - - - PM - PM - - - - pm - pm - - - - QDial - - - QDial - QDial - - - - SpeedoMeter - SpeedoMeter - - - - SliderHandle - SliderHandle - - - - QDialog - - - What's This? - 這是什麼? - - - - Done - 完成 - - - - QDialogButtonBox - - - - - OK - 確定 - - - - Save - 儲存 - - - - &Save - 儲存(&S) - - - - Open - 開啟 - - - - Cancel - 取消 - - - - &Cancel - 取消(&C) - - - - Close - 關閉 - - - - &Close - 關閉(&C) - - - - Apply - 套用 - - - - Reset - 重置 - - - - Help - 說明 - - - - Don't Save - 不要儲存 - - - - Discard - 丟棄 - - - - &Yes - 是(&Y) - - - - Yes to &All - 全部回答是(&A) - - - - &No - 否(&N) - - - - N&o to All - 全部回答否(&O) - - - - Save All - 全部儲存 - - - - Abort - 中止 - - - - Retry - 重試 - - - - Ignore - 忽略 - - - - Restore Defaults - 回復預設值 - - - - Close without Saving - 關閉而不儲存 - - - - &OK - 確定(&O) - - - - QDirModel - - - Name - 名稱 - - - - Size - 大小 - - - - Kind - Match OS X Finder - 種類 - - - - Type - All other platforms - 型態 - - - - Date Modified - 變更日期 - - - - QDockWidget - - - Close - 關閉 - - - - Dock - 嵌入 - - - - Float - 飄浮 - - - - QDoubleSpinBox - - - More - 更多 - - - - Less - 較少 - - - - QErrorMessage - - - Debug Message: - 除錯訊息: - - - - Warning: - 警告: - - - - Fatal Error: - 嚴重錯誤: - - - - &Show this message again - 再度顯示此訊息(&S) - - - - &OK - 確定(&O) - - - - QFile - - - - Destination file exists - 目標檔已存在 - - - - Cannot remove source file - - - - - Cannot open %1 for input - 無法開啟 %1 以輸入 - - - - Cannot open for output - 無法開啟 %1 以輸出 - - - - Failure to write block - 寫入區塊時失敗 - - - - Cannot create %1 for output - 無法建立 %1 以輸出 - - - - QFileDialog - - - - All Files (*) - 所有檔案 (*) - - - - Directories - 目錄 - - - - - - - &Open - 開啟(&O) - - - - - &Save - 儲存(&S) - - - - Open - 開啟 - - - - %1 already exists. -Do you want to replace it? - %1 已存在 -您要取代它嗎? - - - - %1 -File not found. -Please verify the correct file name was given. - %1 -找不到檔案。 -請檢查檔名是否正確。 - - - - My Computer - 我的電腦 - - - - &Rename - 重新命名(&R) - - - - &Delete - 刪除(&D) - - - - Show &hidden files - 顯示隱藏檔(&H) - - - - - Back - 返回 - - - - - Parent Directory - 父目錄 - - - - - List View - 列表檢視 - - - - - Detail View - 詳細檢視 - - - - - Files of type: - 檔案型態: - - - - - Directory: - 目錄: - - - -File not found. -Please verify the correct file name was given - -檔案找不到。 -請檢查檔名是否正確。 - - - - - %1 -Directory not found. -Please verify the correct directory name was given. - %1 -找不到目錄。 -請檢查目錄名稱是否正確。 - - - - '%1' is write protected. -Do you want to delete it anyway? - %1 有寫入保護。 -您確定要刪除它嗎? - - - - Are sure you want to delete '%1'? - 您確定要刪除 %1 嗎? - - - - Could not delete directory. - 無法刪除目錄。 - - - - Recent Places - 最近的地方 - - - - All Files (*.*) - 所有檔案 (*.*) - - - - Save As - 另存新檔 - - - - Drive - 磁碟 - - - - - File - 檔案 - - - - Unknown - 未知 - - - - Find Directory - 尋找目錄 - - - - Show - 顯示 - - - - - Forward - 往前 - - - - New Folder - 新資料夾 - - - - &New Folder - 新增資料夾(&N) - - - - - &Choose - 選擇(&C) - - - - Remove - 移除 - - - - - File &name: - 檔名(&N): - - - - - Look in: - 尋找於: - - - - - Create New Folder - 建立新資料夾 - - - - QFileSystemModel - - - Invalid filename - 不合法的檔名 - - - - <b>The name "%1" can not be used.</b><p>Try using another name, with fewer characters or no punctuations marks. - <b>無法使用名稱 "%1"。</b><p>請使用其它名稱,字元數少一點,或是不要有標點符號。 - - - - Name - 名稱 - - - - Size - 大小 - - - - Kind - Match OS X Finder - 種類 - - - - Type - All other platforms - 型態 - - - - Date Modified - 變更日期 - - - - My Computer - 我的電腦 - - - - Computer - 電腦 - - - - %1 TB - %1 TB - - - - %1 GB - %1 GB - - - - %1 MB - %1 MB - - - - %1 KB - %1 KB - - - - %1 bytes - %1 位元組 - - - - QFontDatabase - - - - Normal - 正常 - - - - - - Bold - 粗體 - - - - - Demi Bold - 半粗體 - - - - - - Black - 黑體 - - - - Demi - 半體 - - - - - Light - 輕體 - - - - - Italic - 斜體 - - - - - Oblique - 傾斜體 - - - - Any - 任何 - - - - Latin - 拉丁 - - - - Greek - 希臘 - - - - Cyrillic - 斯拉夫 - - - - Armenian - 亞美尼亞 - - - - Hebrew - 希伯來 - - - - Arabic - 阿拉伯 - - - - Syriac - 敘利亞 - - - - Thaana - Thaana - - - - Devanagari - Devanagari - - - - Bengali - 孟加拉 - - - - Gurmukhi - Gurmukhi - - - - Gujarati - Gujarati - - - - Oriya - Oriya - - - - Tamil - 坦米爾 - - - - Telugu - Telugu - - - - Kannada - 坎達那 - - - - Malayalam - 馬來語 - - - - Sinhala - 錫蘭 - - - - Thai - 泰語 - - - - Lao - 寮國 - - - - Tibetan - 西藏 - - - - Myanmar - 緬甸 - - - - Georgian - 喬治亞 - - - - Khmer - 高棉 - - - - Simplified Chinese - 簡體中文 - - - - Traditional Chinese - 繁體中文 - - - - Japanese - 日語 - - - - Korean - 韓語 - - - - Vietnamese - 越南 - - - - Symbol - 符號 - - - - Ogham - 歐甘 - - - - Runic - 盧恩 - - - - QFontDialog - - - &Font - 字型(&F) - - - - Font st&yle - 字型樣式(&Y) - - - - &Size - 大小(&S) - - - - Effects - 效果 - - - - Stri&keout - 刪除線(&K) - - - - &Underline - 底線(&U) - - - - Sample - 範例 - - - - Wr&iting System - 寫入系統(&I) - - - - - Select Font - 選擇字型 - - - - QFtp - - - - Not connected - 未連線 - - - - - Host %1 not found - 找不到主機 %1 - - - - - Connection refused to host %1 - 連線到主機 %1 被拒 - - - - Connection timed out to host %1 - 連線到主機 %1 逾時 - - - - - - Connected to host %1 - 已連接到主機 %1 - - - - - Connection refused for data connection - 資料連線被拒 - - - - - - - Unknown error - 未知的錯誤 - - - - - Connecting to host failed: -%1 - 連線到主機失敗: -%1 - - - - - Login failed: -%1 - 登入失敗: -%1 - - - - - Listing directory failed: -%1 - 列出目錄時失敗: -%1 - - - - - Changing directory failed: -%1 - 變更目錄時失敗: -%1 - - - - - Downloading file failed: -%1 - 下載檔案時失敗: -%1 - - - - - Uploading file failed: -%1 - 上傳檔案時失敗: -%1 - - - - - Removing file failed: -%1 - 移除檔案時失敗: -%1 - - - - - Creating directory failed: -%1 - 建立目錄時失敗: -%1 - - - - - Removing directory failed: -%1 - 移除目錄時失敗: -%1 - - - - - - Connection closed - 連線已關閉 - - - - Host %1 found - 找到主機 %1 - - - - Connection to %1 closed - 到 %1 的連線已關閉 - - - - Host found - 找到主機 - - - - Connected to host - 已連線到主機 - - - - QHostInfo - - - Unknown error - 未知的錯誤 - - - - QHostInfoAgent - - - - - - - - - - Host not found - 找不到主機 - - - - - - - Unknown address type - 未知的位址型態 - - - - - - Unknown error - 未知的錯誤 - - - - QHttp - - - - - - Unknown error - 未知的錯誤 - - - - - Request aborted - 要求中止 - - - - - No server set to connect to - 沒有設定要連線到哪個伺服器 - - - - - Wrong content length - 錯誤的內容長度 - - - - - Server closed connection unexpectedly - 伺服器無預警關閉連線 - - - - Unknown authentication method - - - - - Error writing response to device - 寫入回應到裝置時發生錯誤 - - - - - Connection refused - 連線被拒 - - - - - - Host %1 not found - 找不到主機 %1 - - - - - - - HTTP request failed - HTTP 要求失敗 - - - - - Invalid HTTP response header - 不合法的 HTTP 回覆標頭 - - - - - - - Invalid HTTP chunked body - 不合法的 HTTP 區塊主體 - - - - Host %1 found - 找到主機 %1 - - - - Connected to host %1 - 已連接到主機 %1 - - - - Connection to %1 closed - 到 %1 的連線已關閉 - - - - Host found - 找到主機 - - - - Connected to host - 已連線到主機 - - - - - Connection closed - 連線已關閉 - - - - Proxy authentication required - 代理伺服器需要認證 - - - - Authentication required - 需要認證 - - - - Connection refused (or timed out) - 連線被拒(或連線逾時) - - - - Proxy requires authentication - 代理伺服器需要認證 - - - - Host requires authentication - 主機需要認證 - - - - Data corrupted - 資料已損毀 - - - - Unknown protocol specified - 指定了未知的協定 - - - - SSL handshake failed - SSL 溝通失敗 - - - - HTTPS connection requested but SSL support not compiled in - HTTPS 連線需要的 SSL 支援並未編譯進來 - - - - QHttpSocketEngine - - - Did not receive HTTP response from proxy - 未從代理伺服器接收到 HTTP 回應 - - - - Error parsing authentication request from proxy - 剖析從代理伺服器傳來的認證要求時發生錯誤 - - - - Authentication required - 需要認證 - - - - Proxy denied connection - 代理伺服器拒絕連線 - - - - Error communicating with HTTP proxy - 與 HTTP 代理伺服器聯繫時發生錯誤 - - - - Proxy server not found - 找不到代理伺服器 - - - - Proxy connection refused - 代理伺服器連線被拒 - - - - Proxy server connection timed out - 代理伺服器連線逾時 - - - - Proxy connection closed prematurely - 代理伺服器連線已不正常關閉 - - - - QIBaseDriver - - - Error opening database - 開啟資料庫發生錯誤 - - - - Could not start transaction - 無法開始事務 - - - - Unable to commit transaction - 無法提交事務 - - - - Unable to rollback transaction - 無法反轉事務 - - - - QIBaseResult - - - Unable to create BLOB - 無法建立 BLOB - - - - Unable to write BLOB - 無法寫入 BLOB - - - - Unable to open BLOB - 無法開啟 BLOB - - - - Unable to read BLOB - 無法讀取 BLOB - - - - - Could not find array - 找不到陣列 - - - - Could not get array data - 無法取得陣列資料 - - - - Could not get query info - 無法取得查詢資訊 - - - - Could not start transaction - 無法開始事務 - - - - Unable to commit transaction - 無法提交事務 - - - - Could not allocate statement - 無法配置敘述 - - - - Could not prepare statement - 無法準備敘述 - - - - - Could not describe input statement - 無法描述輸入敘述 - - - - Could not describe statement - 無法描述敘述 - - - - Unable to close statement - 無法關閉敘述 - - - - Unable to execute query - 無法執行查詢 - - - - Could not fetch next item - 無法抓取下一個項目 - - - - Could not get statement info - 無法取得敘述資訊 - - - - QIODevice - - - Permission denied - 權限不足 - - - - Too many open files - 開啟過多檔案 - - - - No such file or directory - 找不到該檔案或目錄 - - - - No space left on device - 裝置上已無空間 - - - - Unknown error - 未知的錯誤 - - - - QInputContext - - - XIM - XIM - - - - XIM input method - XIM 輸入法 - - - - Windows input method - Windows 輸入法 - - - - Mac OS X input method - Mac OS X 輸入法 - - - - QInputDialog - - - Enter a value: - 請輸入值: - - - - QLibrary - - QLibrary::load_sys: Cannot load %1 (%2) - QLibrary::load_sys: 無法載入 %1 (%2) - - - QLibrary::unload_sys: Cannot unload %1 (%2) - QLibrary::unload_sys: 無法卸載 %1 (%2) - - - QLibrary::resolve_sys: Symbol "%1" undefined in %2 (%3) - QLibrary::resolve_sys: 符號 "%1" 未定義於 %2 (%3) - - - - Could not mmap '%1': %2 - 無法 mmap '%1':%2 - - - - Plugin verification data mismatch in '%1' - 在 %1 中的外掛程式確認資料不符合 - - - - Could not unmap '%1': %2 - 無法 unmap '%1':%2 - - - - The plugin '%1' uses incompatible Qt library. (%2.%3.%4) [%5] - 外掛程式 %1 使用不相容的 Qt 函式庫(%2.%3.%4)【%5】 - - - - The plugin '%1' uses incompatible Qt library. Expected build key "%2", got "%3" - 外掛程式 %1 使用不相容的 Qt 函式庫。預期建構鑰 %2,卻得到 %3 - - - - Unknown error - 未知的錯誤 - - - - - The shared library was not found. - 找不到分享函式庫 - - - - The file '%1' is not a valid Qt plugin. - 檔案 %1 不是合法的 Qt 外掛程式。 - - - - The plugin '%1' uses incompatible Qt library. (Cannot mix debug and release libraries.) - 外掛程式 %1 使用不相容的 Qt 函式庫。(不能將除錯與釋出版的函式庫混在一起。) - - - - - Cannot load library %1: %2 - 無法載入函式庫 %1:%2 - - - - - Cannot unload library %1: %2 - 無法卸載函式庫 %1:%2 - - - - - Cannot resolve symbol "%1" in %2: %3 - 無法反解 %2 內的符號 %1:%3 - - - - QLineEdit - - - &Undo - 復原(&U) - - - - &Redo - 重做(&R) - - - - Cu&t - 剪下(&T) - - - - &Copy - 複製(&C) - - - - &Paste - 貼上(&P) - - - - Delete - 刪除 - - - - Select All - 全部選擇 - - - - QLocalServer - - - - %1: Name error - %1:名稱錯誤 - - - - %1: Permission denied - %1:存取被拒 - - - - %1: Address in use - %1:位址使用中 - - - - - %1: Unknown error %2 - %1:未知的錯誤 %2 - - - - QLocalSocket - - - - %1: Connection refused - %1:連線被拒 - - - - - %1: Remote closed - %1:遠端已關閉 - - - - - - - %1: Invalid name - %1:不合法的名稱 - - - - - %1: Socket access error - %1:Socket 位址錯誤 - - - - - %1: Socket resource error - %1:Socket 資源錯誤 - - - - - %1: Socket operation timed out - %1:Socket 操作逾時 - - - - - %1: Datagram too large - %1:資料包過大 - - - - - - %1: Connection error - %1:連線錯誤 - - - - - %1: The socket operation is not supported - %1:socket 操作未支援 - - - - %1: Unknown error - %1:未知的錯誤 - - - - - %1: Unknown error %2 - %1:未知的錯誤 %2 - - - - QMYSQLDriver - - - Unable to open database ' - 無法開啟資料庫 - - - - Unable to connect - 無法連線 - - - - Unable to begin transaction - 無法開始事務 - - - - Unable to commit transaction - 無法提交事務 - - - - Unable to rollback transaction - 無法反轉事務 - - - - QMYSQLResult - - - Unable to fetch data - 無法抓取資料 - - - - Unable to execute query - 無法執行查詢 - - - - Unable to store result - 無法儲存結果 - - - - - Unable to prepare statement - 無法準備敘述 - - - - Unable to reset statement - 無法重置敘述 - - - - Unable to bind value - 無法結合數值 - - - - Unable to execute statement - 無法執行敘述 - - - - - Unable to bind outvalues - 無法結合輸出值 - - - - Unable to store statement results - 無法儲存敘述結果 - - - - Unable to execute next query - 無法執行下一個查詢 - - - - Unable to store next result - 無法儲存下一個結果 - - - - QMdiArea - - - (Untitled) - (未命名) - - - - QMdiSubWindow - - - %1 - [%2] - %1 - [%2] - - - - Close - 關閉 - - - - Minimize - 最小化 - - - - Restore Down - 向下恢復 - - - - &Restore - 回復(&R) - - - - &Move - 移動(&M) - - - - &Size - 大小(&S) - - - - Mi&nimize - 最小化(&N) - - - - Ma&ximize - 最大化(&X) - - - - Stay on &Top - 留在頂端(&T) - - - - &Close - 關閉(&C) - - - - - [%1] - - [%1] - - - - Maximize - 最大化 - - - - Unshade - 取消遮蔽 - - - - Shade - 遮蔽 - - - - Restore - 回復 - - - - Help - 說明 - - - - Menu - 選單 - - - - QMenu - - - - Close - 關閉 - - - - - Open - 開啟 - - - - - - Execute - 執行 - - - - QMenuBar - - About - 關於 - - - Config - 設定 - - - Preference - 喜好設定 - - - Options - 選項 - - - Setting - 設定 - - - Setup - 設定 - - - Quit - 離開 - - - Exit - 離開 - - - About %1 - 關於 %1 - - - About Qt - 關於 Qt - - - Preferences - 喜好設定 - - - Quit %1 - 離開 %1 - - - - QMessageBox - - - Help - 說明 - - - - - - - OK - 確定 - - - - About Qt - 關於 Qt - - - <p>This program uses Qt version %1.</p> - <p> 這個程式使用 Qt 版本 %1</p> - - - <h3>About Qt</h3>%1<p>Qt is a C++ toolkit for cross-platform application development.</p><p>Qt provides single-source portability across MS&nbsp;Windows, Mac&nbsp;OS&nbsp;X, Linux, and all major commercial Unix variants. Qt is also available for embedded devices as Qtopia Core.</p><p>Qt is a Trolltech product. See <a href="http://qt.nokia.com/">qt.nokia.com</a> for more information.</p> - <h3>關於 Qt</h3>%1<p>Qt 為一個跨平台的 C++ 開發工具。</p><p>Qt 提供各平台相容機制,只要寫一份程式碼,就可以在 MS&nbsp;Windows、Mac&nbsp;OS&nbsp;X、Linux 與各主要的商業 Unix 平台上編譯。Qt 也可以用 Qtopia Core 用於嵌入式系統。</p><p>Qt 為 Trolltech 的產品。詳情請參考 <a href="http://qt.nokia.com/">qt.nokia.com</a>。</p> - - - - Show Details... - 顯示詳情... - - - - Hide Details... - 隱藏詳情... - - - - <h3>About Qt</h3><p>This program uses Qt version %1.</p><p>Qt is a C++ toolkit for cross-platform application development.</p><p>Qt provides single-source portability across MS&nbsp;Windows, Mac&nbsp;OS&nbsp;X, Linux, and all major commercial Unix variants. Qt is also available for embedded devices as Qt for Embedded Linux and Qt for Windows CE.</p><p>Qt is available under three different licensing options designed to accommodate the needs of our various users.</p>Qt licensed under our commercial license agreement is appropriate for development of proprietary/commercial software where you do not want to share any source code with third parties or otherwise cannot comply with the terms of the GNU LGPL version 2.1 or GNU GPL version 3.0.</p><p>Qt licensed under the GNU LGPL version 2.1 is appropriate for the development of Qt applications (proprietary or open source) provided you can comply with the terms and conditions of the GNU LGPL version 2.1.</p><p>Qt licensed under the GNU General Public License version 3.0 is appropriate for the development of Qt applications where you wish to use such applications in combination with software subject to the terms of the GNU GPL version 3.0 or where you are otherwise willing to comply with the terms of the GNU GPL version 3.0.</p><p>Please see <a href="http://qt.nokia.com/products/licensing">qt.nokia.com/products/licensing</a> for an overview of Qt licensing.</p><p>Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).</p><p>Qt is a Nokia product. See <a href="http://qt.nokia.com/">qt.nokia.com</a> for more information.</p> - - - - <h3>About Qt</h3>%1<p>Qt is a C++ toolkit for cross-platform application development.</p><p>Qt provides single-source portability across MS&nbsp;Windows, Mac&nbsp;OS&nbsp;X, Linux, and all major commercial Unix variants. Qt is also available for embedded devices as Qt for Embedded Linux and Qt for Windows CE.</p><p>Qt is a Nokia product. See <a href="http://qt.nokia.com/">qt.nokia.com</a> for more information.</p> - <h3>關於 Qt</h3>%1<p>Qt 為一個跨平台的 C++ 開發工具。</p><p>Qt 提供各平台相容機制,只要寫一份程式碼,就可以在 MS&nbsp;Windows、Mac&nbsp;OS&nbsp;X、Linux 與各主要的商業 Unix 平台上編譯。Qt 也有用於嵌入式 Linux 與 Windows CE 的版本。</p><p>Qt 為 Nokia 的產品。詳情請參考 <a href="http://qt.nokia.com/">qt.nokia.com</a>。</p> - - - <p>This program uses Qt Open Source Edition version %1.</p><p>Qt Open Source Edition is intended for the development of Open Source applications. You need a commercial Qt license for development of proprietary (closed source) applications.</p><p>Please see <a href="http://qt.nokia.com/company/model/">qt.nokia.com/company/model/</a> for an overview of Qt licensing.</p> - <p>這個程式使用了 Qt 開放源碼版本 %1。</p><p>Qt 開放源碼版本是專門為了開發開放源碼應用程式使用的版本。若是您要開發專利私有(封閉)軟體,您需要 Qt 的商業授權。</p><p>Qt 的授權概要請參考 <a href="http://qt.nokia.com/company/model/">qt.nokia.com/company/model/</a>。</p> - - - <h3>About Qt</h3>%1<p>Qt is a C++ toolkit for cross-platform application development.</p><p>Qt provides single-source portability across MS&nbsp;Windows, Mac&nbsp;OS&nbsp;X, Linux, and all major commercial Unix variants. Qt is also available for embedded devices as Qt Embedded.</p><p>Qt is a Trolltech product. See <a href="http://qt.nokia.com/">qt.nokia.com</a> for more information.</p> - <h3>關於 Qt</h3>%1<p>Qt 為一個跨平台的 C++ 開發工具。</p><p>Qt 提供各平台相容機制,只要寫一份程式碼,就可以在 MS&nbsp;Windows、Mac&nbsp;OS&nbsp;X、Linux 與各主要的商業 Unix 平台上編譯。Qt 也可以用 Qtopia Core 用於嵌入式系統。</p><p>Qt 為 Trolltech 的產品。詳情請參考 <a href="http://qt.nokia.com/">qt.nokia.com</a>。</p> - - - - QMultiInputContext - - - Select IM - 選擇輸入法 - - - - QMultiInputContextPlugin - - - Multiple input method switcher - 多重輸入法切換器 - - - - Multiple input method switcher that uses the context menu of the text widgets - 使用文字元件中的內文選單的多重輸入法切換器 - - - - QNativeSocketEngine - - - The remote host closed the connection - 遠端主機關閉了連線 - - - - Network operation timed out - 網路操作逾時 - - - - Out of resources - 資源不足 - - - - Unsupported socket operation - 未支援的 socket 操作 - - - - Protocol type not supported - 協定型態未支援 - - - - Invalid socket descriptor - 不合法的 socket 描述子 - - - - Network unreachable - 無法使用網路 - - - - Permission denied - 權限不足 - - - - Connection timed out - 連線逾時 - - - - Connection refused - 連線被拒 - - - - The bound address is already in use - 結合的位址已經在使用中 - - - - The address is not available - 無法取得位址 - - - - The address is protected - 此位址已被保護 - - - - Unable to send a message - 無法送出訊息 - - - - Unable to receive a message - 無法接收訊息 - - - - Unable to write - 無法寫入 - - - - Network error - 網路錯誤 - - - - Another socket is already listening on the same port - 另一個 socket 已經在監聽同一個連接埠 - - - - Unable to initialize non-blocking socket - 無法初始化非阻擋性 socket - - - - Unable to initialize broadcast socket - 無法初始化廣播 socket - - - - Attempt to use IPv6 socket on a platform with no IPv6 support - 試圖在沒有 IPv6 支援的平台上使用 IPv6 socket - - - - Host unreachable - 無法連線到主機 - - - - Datagram was too large to send - 資料過大無法送出 - - - - Operation on non-socket - 對非 socket 操作 - - - - Unknown error - 未知的錯誤 - - - - The proxy type is invalid for this operation - 代理伺服器型態無法支援此操作 - - - - QNetworkAccessCacheBackend - - - Error opening %1 - 開啟 %1 發生錯誤 - - - - QNetworkAccessFileBackend - - - Request for opening non-local file %1 - 要求開啟非本地端檔案 %1 - - - - Error opening %1: %2 - 開啟 %1 發生錯誤:%2 - - - - Write error writing to %1: %2 - 寫入 %1 時發生錯誤:%2 - - - - Cannot open %1: Path is a directory - 無法開啟 %1:此路徑是一個目錄 - - - - Read error reading from %1: %2 - 從 %1 讀取錯誤:%2 - - - - QNetworkAccessFtpBackend - - - No suitable proxy found - 找不到合適的代理伺服器 - - - - Cannot open %1: is a directory - 無法開啟 %1:是一個目錄 - - - - Logging in to %1 failed: authentication required - 登入 %1 失敗:需要認證 - - - - Error while downloading %1: %2 - 下載 %1 時發生錯誤:%2 - - - - Error while uploading %1: %2 - 上傳 %1 時發生錯誤:%2 - - - - QNetworkAccessHttpBackend - - - No suitable proxy found - 找不到合適的代理伺服器 - - - - QNetworkReply - - - Error downloading %1 - server replied: %2 - 下載 %1 時發生錯誤─伺服器回應:%2 - - - - Protocol "%1" is unknown - 未知的協定 %1 - - - - QNetworkReplyImpl - - - - Operation canceled - 取消操作 - - - - QOCIDriver - - - Unable to logon - 無法登入 - - - - Unable to initialize - QOCIDriver - 無法初始化 - - - - Unable to begin transaction - 無法開始事務 - - - - Unable to commit transaction - 無法提交事務 - - - - Unable to rollback transaction - 無法反轉事務 - - - - QOCIResult - - - - - Unable to bind column for batch execute - 無法結合欄位以做批次執行 - - - - Unable to execute batch statement - 無法執行批次敘述 - - - - Unable to goto next - 無法跳到下一個 - - - - Unable to alloc statement - 無法配置敘述 - - - - Unable to prepare statement - 無法準備敘述 - - - - Unable to bind value - 無法結合數值 - - - Unable to execute select statement - 無法執行選取的敘述 - - - - Unable to execute statement - 無法執行敘述 - - - - QODBCDriver - - - Unable to connect - 無法連接 - - - - Unable to connect - Driver doesn't support all needed functionality - 無法連接─驅動程式無法支援所有需要的功能 - - - - Unable to disable autocommit - 無法關閉自動提交功能 - - - - Unable to commit transaction - 無法提交事務 - - - - Unable to rollback transaction - 無法反轉事務 - - - - Unable to enable autocommit - 無法開啟自動提交功能 - - - - QODBCResult - - - - QODBCResult::reset: Unable to set 'SQL_CURSOR_STATIC' as statement attribute. Please check your ODBC driver configuration - QODBCResult::reset: 無法設定 SQL_CURSOR_STATIC 做為敘述屬性。請檢查您的 ODBC 驅動程式的設定 - - - - - Unable to execute statement - 無法執行敘述 - - - - Unable to fetch next - 無法抓取下一筆 - - - - Unable to prepare statement - 無法準備敘述 - - - - Unable to bind variable - 無法結合變數 - - - - - - Unable to fetch last - 無法抓取最後一筆 - - - - Unable to fetch - 無法抓取 - - - - Unable to fetch first - 無法抓取第一筆 - - - - Unable to fetch previous - 無法抓取前一筆 - - - - QObject - - - Home - 首頁 - - - - Operation not supported on %1 - 在 %1 上不支援此操作 - - - - Invalid URI: %1 - 不合法的網址:%1 - - - - Write error writing to %1: %2 - 寫入 %1 時發生錯誤:%2 - - - - Read error reading from %1: %2 - 從 %1 讀取錯誤:%2 - - - - Socket error on %1: %2 - %1 上發生 socket 錯誤:%2 - - - - Remote host closed the connection prematurely on %1 - 於 %1 上遠端主機關閉了不正常的連線 - - - - Protocol error: packet of size 0 received - 協定錯誤:接收到大小為 0 的封包 - - - - - No host name given - 未指定主機 - - - - QPPDOptionsModel - - - Name - 名稱 - - - - Value - - - - - QPSQLDriver - - - Unable to connect - 無法連線 - - - - Could not begin transaction - 無法開始事務 - - - - Could not commit transaction - 無法提交事務 - - - - Could not rollback transaction - 無法反轉事務 - - - - Unable to subscribe - 無法訂閱 - - - - Unable to unsubscribe - 無法取消訂閱 - - - - QPSQLResult - - - Unable to create query - 無法建立查詢 - - - - Unable to prepare statement - 無法準備敘述 - - - - QPageSetupWidget - - - Centimeters (cm) - 公分 - - - - Millimeters (mm) - 公厘 - - - - Inches (in) - 英吋 - - - - Points (pt) - - - - - Form - 表單 - - - - Paper - 紙張 - - - - Page size: - 紙張大小: - - - - Width: - 寬度: - - - - Height: - 高度: - - - - Paper source: - 紙張來源: - - - - Orientation - 方向 - - - - Portrait - 縱向 - - - - Landscape - 橫向 - - - - Reverse landscape - 反序橫向 - - - - Reverse portrait - 反序縱向 - - - - Margins - 邊緣 - - - - top margin - 上緣 - - - - left margin - 左緣 - - - - right margin - 右緣 - - - - bottom margin - 下緣 - - - - QPluginLoader - - - Unknown error - 未知的錯誤 - - - - The plugin was not loaded. - 外掛程式未載入。 - - - - QPrintDialog - - - locally connected - 本地連接 - - - - - Aliases: %1 - 別名:%1 - - - - - unknown - 未知 - - - Portrait - 縱向 - - - Landscape - 橫向 - - - - A0 (841 x 1189 mm) - A0 (841 x 1189 mm) - - - - A1 (594 x 841 mm) - A1 (594 x 841 mm) - - - - A2 (420 x 594 mm) - A2 (420 x 594 mm) - - - - A3 (297 x 420 mm) - A3 (297 x 420 mm) - - - - A4 (210 x 297 mm, 8.26 x 11.7 inches) - A4 (210 x 297 mm, 8.26 x 11.7 英吋) - - - - A5 (148 x 210 mm) - A5 (148 x 210 mm) - - - - A6 (105 x 148 mm) - A6 (105 x 148 mm) - - - - A7 (74 x 105 mm) - A7 (74 x 105 mm) - - - - A8 (52 x 74 mm) - A8 (52 x 74 mm) - - - - A9 (37 x 52 mm) - A9 (37 x 52 mm) - - - - B0 (1000 x 1414 mm) - B0 (1000 x 1414 mm) - - - - B1 (707 x 1000 mm) - B1 (707 x 1000 mm) - - - - B2 (500 x 707 mm) - B2 (500 x 707 mm) - - - - B3 (353 x 500 mm) - B3 (353 x 500 mm) - - - - B4 (250 x 353 mm) - B4 (250 x 353 mm) - - - - B5 (176 x 250 mm, 6.93 x 9.84 inches) - B5 (176 x 250 mm, 6.93 x 9.84 英吋) - - - - B6 (125 x 176 mm) - B6 (125 x 176 mm) - - - - B7 (88 x 125 mm) - B7 (88 x 125 mm) - - - - B8 (62 x 88 mm) - B8 (62 x 88 mm) - - - - B9 (44 x 62 mm) - B9 (44 x 62 mm) - - - - B10 (31 x 44 mm) - B10 (31 x 44 mm) - - - - C5E (163 x 229 mm) - C5E (163 x 229 mm) - - - - DLE (110 x 220 mm) - DLE (110 x 220 mm) - - - - Executive (7.5 x 10 inches, 191 x 254 mm) - Executive (7.5 x 10 英吋, 191 x 254 mm) - - - - Folio (210 x 330 mm) - 對開 (210 x 330 mm) - - - - Ledger (432 x 279 mm) - Ledger (432 x 279 mm) - - - - Legal (8.5 x 14 inches, 216 x 356 mm) - Legal (8.5 x 14 英吋, 216 x 356 mm) - - - - Letter (8.5 x 11 inches, 216 x 279 mm) - Letter (8.5 x 11 英吋, 216 x 279 mm) - - - - Tabloid (279 x 432 mm) - Tabloid (279 x 432 mm) - - - - US Common #10 Envelope (105 x 241 mm) - US 常用 10 號信封 (105x241 mm) - - - - OK - 確定 - - - Cancel - 取消 - - - Page size: - 紙張大小: - - - Orientation: - 方向: - - - Paper source: - 紙張來源: - - - - - - Print - 列印 - - - File - 檔案 - - - Printer - 印表機 - - - - Print To File ... - 列印到檔案... - - - Print dialog - 列印對話框 - - - Paper format - 紙張格式 - - - Size: - 大小: - - - Properties - 內容 - - - Printer info: - 印表機資訊: - - - Browse - 瀏覽 - - - Print to file - 列印到檔案 - - - - Print range - 列印範圍 - - - - Print all - 全部列印 - - - Pages from - 指定頁面:從 - - - to - - - - Selection - 選擇區 - - - Copies - 份數 - - - Number of copies: - 列印份數: - - - Collate - 校對 - - - Print last page first - 從最後一頁印起 - - - Other - 其他 - - - Print in color if available - 可以的話用彩色列印 - - - Double side printing - 雙面列印 - - - - File %1 is not writable. -Please choose a different file name. - 檔案 %1 無法寫入。 -請選擇其它檔名。 - - - - %1 already exists. -Do you want to overwrite it? - %1 已存在。 -您要覆寫它嗎? - - - - File exists - 檔案已存在 - - - - <qt>Do you want to overwrite it?</qt> - <qt>您要覆寫它嗎?</qt> - - - - Print selection - 列印選擇區 - - - - %1 is a directory. -Please choose a different file name. - %1 是一個目錄。 -請選擇其他檔名。 - - - - A0 - A0 - - - - A1 - A1 - - - - A2 - A2 - - - - A3 - A3 - - - - A4 - A4 - - - - A5 - A5 - - - - A6 - A6 - - - - A7 - A7 - - - - A8 - A8 - - - - A9 - A9 - - - - B0 - B0 - - - - B1 - B1 - - - - B2 - B2 - - - - B3 - B3 - - - - B4 - B4 - - - - B5 - B5 - - - - B6 - B6 - - - - B7 - B7 - - - - B8 - B8 - - - - B9 - B9 - - - - B10 - B10 - - - - C5E - C5E - - - - DLE - DLE - - - - Executive - Executive - - - - Folio - Folio - - - - Ledger - Ledger - - - - Legal - Legal - - - - Letter - Letter - - - - Tabloid - Tabloid - - - - US Common #10 Envelope - US Common #10 Envelope - - - - Custom - 自訂 - - - - - &Options >> - 操作 (&O) >> - - - - &Print - 列印(&P) - - - - &Options << - 操作 (&O) << - - - - Print to File (PDF) - 列印到檔案(PDF) - - - - Print to File (Postscript) - 列印到檔案(Postscript) - - - - Local file - 本地端檔案 - - - - Write %1 file - 寫入 %1 檔案 - - - - The 'From' value cannot be greater than the 'To' value. - 起始數值不能大於結束數值 - - - - QPrintPreviewDialog - - - - Page Setup - 頁面設定 - - - - %1% - %1% - - - - Print Preview - 列印預覽 - - - - Next page - 下一頁 - - - - Previous page - 前一頁 - - - - First page - 第一頁 - - - - Last page - 最後一頁 - - - - Fit width - 符合寬度 - - - - Fit page - 符合頁面 - - - - Zoom in - 放大 - - - - Zoom out - 縮小 - - - - Portrait - 縱向 - - - - Landscape - 橫向 - - - - Show single page - 顯示單一頁面 - - - - Show facing pages - 顯示封面 - - - - Show overview of all pages - 顯示所有頁面預覽 - - - - Print - 列印 - - - - Page setup - 列印設定 - - - - Close - 關閉 - - - - Export to PDF - 匯出到 PDF 檔 - - - - Export to PostScript - 匯出到 PostScript 檔 - - - - QPrintPropertiesDialog - - PPD Properties - PPD 內容 - - - Save - 儲存 - - - OK - 確定 - - - - QPrintPropertiesWidget - - - Form - 表單 - - - - Page - 頁面 - - - - Advanced - 進階 - - - - QPrintSettingsOutput - - - Form - 表單 - - - - Copies - 份數 - - - - Print range - 列印範圍 - - - - Print all - 全部列印 - - - - Pages from - 指定頁面:從 - - - - to - - - - - Selection - 選擇區 - - - - Output Settings - 輸出設定 - - - - Copies: - 份數: - - - - Collate - 校對 - - - - Reverse - 反向 - - - - Options - 選項 - - - - Color Mode - 顏色模式 - - - - Color - 顏色 - - - - Grayscale - 灰階 - - - - Duplex Printing - 雙工列印 - - - - None - - - - - Long side - 長邊 - - - - Short side - 短邊 - - - - QPrintWidget - - - Form - 表單 - - - - Printer - 印表機 - - - - &Name: - 名稱(&N): - - - - P&roperties - 屬性(&R) - - - - Location: - 位置: - - - - Preview - 預覽 - - - - Type: - 型態: - - - - Output &file: - 輸出檔案(&F): - - - - ... - ... - - - - QProcess - - - - Could not open input redirection for reading - 無法開啟輸入導向以讀取 - - - - - Could not open output redirection for writing - 無法開啟輸出導向以寫入 - - - - Resource error (fork failure): %1 - 資源錯誤(fork 失敗):%1 - - - - - - - - - - - - Process operation timed out - 行程操作逾時 - - - - - - - Error reading from process - 從行程讀取時發生錯誤 - - - - - - Error writing to process - 寫入行程時發生錯誤 - - - - Process crashed - 行程已崩潰 - - - - No program defined - - - - - Process failed to start - 啟動行程失敗 - - - - QProgressDialog - - - Cancel - 取消 - - - - QPushButton - - - Open - 開啟 - - - - QRadioButton - - - Check - 勾選 - - - - QRegExp - - - no error occurred - 沒有發生錯誤 - - - - disabled feature used - 使用已關閉的功能 - - - - bad char class syntax - 錯誤的字元類別語法 - - - - bad lookahead syntax - 錯誤的 lookahead 語法 - - - - bad repetition syntax - 錯誤的重覆語法 - - - - invalid octal value - 不合法的八進位值 - - - - missing left delim - 少了左方的區隔符 - - - - unexpected end - 未預期遇到結尾 - - - - met internal limit - 遇到內部限制 - - - - QSQLite2Driver - - - Error to open database - 開啟資料庫時發生錯誤 - - - - Unable to begin transaction - 無法開始事務 - - - - Unable to commit transaction - 無法提交事務 - - - - Unable to rollback Transaction - 無法反轉事務 - - - - QSQLite2Result - - - Unable to fetch results - 無法抓取結果 - - - - Unable to execute statement - 無法執行敘述 - - - - QSQLiteDriver - - - Error opening database - 開啟資料庫發生錯誤 - - - - Error closing database - 關閉資料庫發生錯誤 - - - - Unable to begin transaction - 無法開始事務 - - - - Unable to commit transaction - 無法提交事務 - - - Unable to roll back transaction - 無法反轉事務 - - - - Unable to rollback transaction - 無法反轉事務 - - - - QSQLiteResult - - - - - Unable to fetch row - 無法抓取列 - - - - Unable to execute statement - 無法執行敘述 - - - - Unable to reset statement - 無法重置敘述 - - - - Unable to bind parameters - 無法結合參數 - - - - Parameter count mismatch - 參數數量不符合 - - - - No query - 沒有查詢 - - - - QScrollBar - - - Scroll here - 在此捲軸 - - - - Left edge - 左邊緣 - - - - Top - 頂端 - - - - Right edge - 右邊緣 - - - - Bottom - 底端 - - - - Page left - 頁面左方 - - - - - Page up - 頁面上方 - - - - Page right - 頁面右方 - - - - - Page down - 頁面下方 - - - - Scroll left - 往左捲軸 - - - - Scroll up - 往上捲軸 - - - - Scroll right - 往右捲軸 - - - - Scroll down - 往下捲軸 - - - - Line up - 對上排列 - - - - Position - 位置 - - - - Line down - 對下排列 - - - - QSharedMemory - - - %1: unable to set key on lock - %1:無法設定鍵值 - - - - %1: create size is less then 0 - %1:建立大小小於 0 - - - - - %1: unable to lock - %1:無法鎖定 - - - - %1: unable to unlock - %1:無法解除鎖定 - - - - - %1: permission denied - %1:存取被拒 - - - - - %1: already exists - %1:已存在 - - - - - %1: doesn't exists - %1:不存在 - - - - - %1: out of resources - %1:資源不足 - - - - - %1: unknown error %2 - %1:未知的錯誤 %2 - - - - %1: key is empty - %1:鍵值是空的 - - - - %1: unix key file doesn't exists - %1:unix 鍵值檔不存在 - - - - %1: ftok failed - %1:ftok 失敗 - - - - - %1: unable to make key - %1:無法產生鍵值 - - - - %1: system-imposed size restrictions - %1:系統大小限制 - - - - %1: not attached - %1:未附加 - - - - %1: invalid size - %1:不合法的大小 - - - - %1: key error - %1:鍵值錯誤 - - - - %1: size query failed - %1:大小查詢失敗 - - - - QShortcut - - - Space - 空白鍵 - - - - Esc - Esc - - - - Tab - Tab - - - - Backtab - Backtab - - - - Backspace - Backspace - - - - Return - Return - - - - Enter - Enter - - - - Ins - Ins - - - - Del - Del - - - - Pause - Pause - - - - Print - Print - - - - SysReq - SysReq - - - - Home - Home - - - - End - End - - - - Left - 左鍵 - - - - Up - 上鍵 - - - - Right - 右鍵 - - - - Down - 下鍵 - - - - PgUp - PgUp - - - - PgDown - PgDown - - - - CapsLock - 大寫鎖定 - - - - NumLock - 數字鎖定 - - - - ScrollLock - 捲軸鎖定 - - - - Menu - 選單 - - - - Help - 說明 - - - - Back - 返回 - - - - Forward - 往前 - - - - Stop - 停止 - - - - Refresh - 刷新 - - - - Volume Down - 音量降低 - - - - Volume Mute - 靜音 - - - - Volume Up - 音量提高 - - - - Bass Boost - 重低音 - - - - Bass Up - Bass Up - - - - Bass Down - Bass Down - - - - Treble Up - Treble Up - - - - Treble Down - Treble Down - - - - Media Play - 媒體播放 - - - - Media Stop - 媒體停止 - - - - Media Previous - 媒體前一首 - - - - Media Next - 媒體下一首 - - - - Media Record - 媒體錄音 - - - - Favorites - 我的最愛 - - - - Search - 搜尋 - - - - Standby - 待命 - - - - Open URL - 開啟網址 - - - - Launch Mail - 啟動郵件程式 - - - - Launch Media - 啟動媒體程式 - - - - Launch (0) - 啟動(0) - - - - Launch (1) - 啟動(1) - - - - Launch (2) - 啟動(2) - - - - Launch (3) - 啟動(3) - - - - Launch (4) - 啟動(4) - - - - Launch (5) - 啟動(5) - - - - Launch (6) - 啟動(6) - - - - Launch (7) - 啟動(7) - - - - Launch (8) - 啟動(8) - - - - Launch (9) - 啟動(9) - - - - Launch (A) - 啟動(A) - - - - Launch (B) - 啟動(B) - - - - Launch (C) - 啟動(C) - - - - Launch (D) - 啟動(D) - - - - Launch (E) - 啟動(E) - - - - Launch (F) - 啟動(F) - - - - Print Screen - 列印螢幕 - - - - Page Up - 往上一頁 - - - - Page Down - 往下一頁 - - - - Caps Lock - 大寫鎖定 - - - - Num Lock - 數字鎖定 - - - - Number Lock - 數字鎖定 - - - - Scroll Lock - 捲軸鎖定 - - - - Insert - 插入 - - - - Delete - 刪除 - - - - Escape - Escape - - - - System Request - 系統要求 SysRq - - - - Select - 選擇 - - - - Yes - - - - - No - - - - - Context1 - 內文1 - - - - Context2 - 內文2 - - - - Context3 - 內文3 - - - - Context4 - 內文4 - - - - Call - 呼叫 - - - - Hangup - 掛斷 - - - - Flip - 反轉 - - - - - Ctrl - Ctrl - - - - - Shift - Shift - - - - - Alt - Alt - - - - - Meta - Meta - - - - + - + - - - - F%1 - F%1 - - - - Home Page - 首頁 - - - - QSlider - - - Page left - 頁面左方 - - - - Page up - 頁面上方 - - - - Position - 位置 - - - - Page right - 頁面右方 - - - - Page down - 頁面下方 - - - - QSocks5SocketEngine - - - Connection to proxy refused - 代理伺服器連線被拒 - - - - Connection to proxy closed prematurely - 代理伺服器連線已不正常關閉 - - - - Proxy host not found - 找不到代理伺服器 - - - - Connection to proxy timed out - 代理伺服器連線逾時 - - - - Proxy authentication failed - 代理伺服器認證失敗 - - - - Proxy authentication failed: %1 - 代理伺服器認證失敗:%1 - - - - SOCKS version 5 protocol error - SOCKS 5 的協定錯誤 - - - - General SOCKSv5 server failure - 一般的 SOCKSv5 伺服器錯誤 - - - - Connection not allowed by SOCKSv5 server - 連線未被 SOCKSv5 伺服器允許 - - - - TTL expired - TTL 逾時 - - - - SOCKSv5 command not supported - SOCKSv5 指令未被支援 - - - - Address type not supported - 位址型態未被支援 - - - - Unknown SOCKSv5 proxy error code 0x%1 - 未知的 SOCKSv5 代理伺服器錯誤代碼 0x%1 - - - Socks5 timeout error connecting to socks server - 連接到 socks 伺服器時發生 socks5 逾時錯誤 - - - - Network operation timed out - 網路操作逾時 - - - - QSpinBox - - - More - 更多 - - - - Less - 較少 - - - - QSql - - - Delete - 刪除 - - - - Delete this record? - 要刪除這筆紀錄嗎? - - - - - - Yes - - - - - - - No - - - - - Insert - 插入 - - - - Update - 更新 - - - - Save edits? - 要儲存編輯過的內容嗎? - - - - Cancel - 取消 - - - - Confirm - 確認 - - - - Cancel your edits? - 要取消編輯嗎? - - - - QSslSocket - - - Unable to write data: %1 - 無法寫入資料:%1 - - - - Error while reading: %1 - 讀取時發生錯誤:%1 - - - - Error during SSL handshake: %1 - SSL 同步時發生錯誤:%1 - - - - Error creating SSL context (%1) - 建立 SSL 內文時發生錯誤(%1) - - - - Invalid or empty cipher list (%1) - 不合法或空白的加密清單(%1) - - - - Error creating SSL session, %1 - 建立 SSL 工作階段時發生錯誤:%1 - - - - Error creating SSL session: %1 - 建立 SSL 工作階段時發生錯誤:%1 - - - - Cannot provide a certificate with no key, %1 - 沒有金鑰無法提供憑證:%1 - - - - Error loading local certificate, %1 - 載入本地憑證時發生錯誤:%1 - - - - Error loading private key, %1 - 載入私鑰時發生錯誤:%1 - - - Private key do not certificate public key, %1 - 私鑰與公鑰不符:%1 - - - - Private key does not certificate public key, %1 - 私密金鑰無法認證公開金鑰,%1 - - - - QSystemSemaphore - - - - %1: out of resources - %1:資源不足 - - - - - %1: permission denied - %1:存取被拒 - - - - %1: already exists - %1:已存在 - - - - %1: does not exist - %1:不存在 - - - - - %1: unknown error %2 - %1:未知的錯誤 %2 - - - - QTDSDriver - - - Unable to open connection - 無法開啟連線 - - - - Unable to use database - 無法使用資料庫 - - - - QTabBar - - - Scroll Left - 往左捲軸 - - - - Scroll Right - 往右捲軸 - - - - QTcpServer - - Socket operation unsupported - 未支援的 socket 操作 - - - - Operation on socket is not supported - Socket 的操作未被支援 - - - - QTextControl - - - &Undo - 復原(&U) - - - - &Redo - 重做(&R) - - - - Cu&t - 剪下(&T) - - - - &Copy - 複製(&C) - - - - Copy &Link Location - 複製連結位址(&L) - - - - &Paste - 貼上(&P) - - - - Delete - 刪除 - - - - Select All - 全部選擇 - - - - QToolButton - - - - Press - 按下 - - - - - Open - 開啟 - - - - QUdpSocket - - - This platform does not support IPv6 - 此平台不支援 IPv6 - - - - QUndoGroup - - - Undo - 復原 - - - - Redo - 重做 - - - - QUndoModel - - - <empty> - <空白> - - - - QUndoStack - - - Undo - 復原 - - - - Redo - 重做 - - - - QUnicodeControlCharacterMenu - - - LRM Left-to-right mark - LRM 左到右標記 - - - - RLM Right-to-left mark - RLM 右到左標記 - - - - ZWJ Zero width joiner - ZWJ 零寬度連接器 - - - - ZWNJ Zero width non-joiner - ZWNJ 零寬度非連接器 - - - - ZWSP Zero width space - ZWSP 零寬度空白 - - - - LRE Start of left-to-right embedding - LRE 左到右嵌入起點 - - - - RLE Start of right-to-left embedding - RLE 右到左嵌入起點 - - - - LRO Start of left-to-right override - LRO 左到右覆寫起點 - - - - RLO Start of right-to-left override - RLO 右到左覆寫起點 - - - - PDF Pop directional formatting - PDF 彈出方向格式 - - - - Insert Unicode control character - 插入萬國碼控制字元 - - - - QWebFrame - - - Request cancelled - 請求已取消 - - - - Request blocked - 請求已被阻擋 - - - - Cannot show URL - 無法顯示網址 - - - - Frame load interruped by policy change - 影像載入因政策變更而中斷 - - - - Cannot show mimetype - 無法顯示 MIME 型態 - - - - File does not exist - 檔案不存在 - - - - QWebPage - - - Bad HTTP request - 不良的 HTTP 請求 - - - - Submit - default label for Submit buttons in forms on web pages - 提交 - - - - Submit - Submit (input element) alt text for <input> elements with no alt, title, or value - 提交 - - - - Reset - default label for Reset buttons in forms on web pages - 重置 - - - - This is a searchable index. Enter search keywords: - text that appears at the start of nearly-obsolete web pages in the form of a 'searchable index' - 這是可搜尋的索引。請輸入關鍵字:  - - - - Choose File - title for file button used in HTML forms - 選擇檔案 - - - - No file selected - text to display in file button used in HTML forms when no file is selected - 未選取任何檔案 - - - - Open in New Window - Open in New Window context menu item - 在新視窗開啟 - - - - Save Link... - Download Linked File context menu item - 儲存連結... - - - - Copy Link - Copy Link context menu item - 複製連結 - - - - Open Image - Open Image in New Window context menu item - 開啟影像 - - - - Save Image - Download Image context menu item - 儲存影像 - - - - Copy Image - Copy Link context menu item - 複製影像 - - - - Open Frame - Open Frame in New Window context menu item - 開啟框架 - - - - Copy - Copy context menu item - 複製 - - - - Go Back - Back context menu item - 往回 - - - - Go Forward - Forward context menu item - 往前 - - - - Stop - Stop context menu item - 停止 - - - - Reload - Reload context menu item - 重新載入 - - - - Cut - Cut context menu item - 剪下 - - - - Paste - Paste context menu item - 貼上 - - - - No Guesses Found - No Guesses Found context menu item - 找不到可能的內容 - - - - Ignore - Ignore Spelling context menu item - 忽略 - - - - Add To Dictionary - Learn Spelling context menu item - 新增到字典 - - - - Search The Web - Search The Web context menu item - 搜尋站台 - - - - Look Up In Dictionary - Look Up in Dictionary context menu item - 在字典裡搜尋 - - - - Open Link - Open Link context menu item - 開啟連結 - - - - Ignore - Ignore Grammar context menu item - 忽略 - - - - Spelling - Spelling and Grammar context sub-menu item - 拼字 - - - - Show Spelling and Grammar - menu item title - 顯示拼字與文法 - - - - Hide Spelling and Grammar - menu item title - 隱藏拼字與文法 - - - - Check Spelling - Check spelling context menu item - 檢查拼字 - - - - Check Spelling While Typing - Check spelling while typing context menu item - 打字時立即檢查拼字 - - - - Check Grammar With Spelling - Check grammar with spelling context menu item - 檢查拼字與文法 - - - - Fonts - Font context sub-menu item - 字型 - - - - Bold - Bold context menu item - 粗體 - - - - Italic - Italic context menu item - 斜體 - - - - Underline - Underline context menu item - 底線 - - - - Outline - Outline context menu item - 外框線 - - - - Direction - Writing direction context sub-menu item - 方向 - - - - Text Direction - Text direction context sub-menu item - 文字方向 - - - - Default - Default writing direction context menu item - 預設 - - - - LTR - Left to Right context menu item - 左到右 - - - - RTL - Right to Left context menu item - 右到左 - - - - Inspect - Inspect Element context menu item - 查驗 - - - - No recent searches - Label for only item in menu that appears when clicking on the search field image, when no searches have been performed - 沒有最近的搜尋 - - - - Recent searches - label for first item in the menu that appears when clicking on the search field image, used as embedded menu title - 最近的搜尋 - - - - Clear recent searches - menu item in Recent Searches menu that empties menu's contents - 清除最近的搜尋 - - - - Unknown - Unknown filesize FTP directory listing item - 未知 - - - - %1 (%2x%3 pixels) - Title string for images - %1(%2x%3 像素) - - - - Web Inspector - %2 - 網站查驗器─%2 - - - - Scroll here - 在此捲軸 - - - - Left edge - 左邊緣 - - - - Top - 頂端 - - - - Right edge - 右邊緣 - - - - Bottom - 底端 - - - - Page left - 頁面左方 - - - - Page up - 頁面上方 - - - - Page right - 頁面右方 - - - - Page down - 頁面下方 - - - - Scroll left - 往左捲軸 - - - - Scroll up - 往上捲軸 - - - - Scroll right - 往右捲軸 - - - - Scroll down - 往下捲軸 - - - - %n file(s) - number of chosen file - - %n 個檔案 - - - - - JavaScript Alert - %1 - JavaScript 警告 ─ %1 - - - - JavaScript Confirm - %1 - JavaScript 確認 ─ %1 - - - - JavaScript Prompt - %1 - JavaScript 提示 ─ %1 - - - - Move the cursor to the next character - 移動游標到下一個字元 - - - - Move the cursor to the previous character - 移動游標到前一個字元 - - - - Move the cursor to the next word - 移動游標到下一個單字 - - - - Move the cursor to the previous word - 移動游標到前一個單字 - - - - Move the cursor to the next line - 移動游標到下一行 - - - - Move the cursor to the previous line - 移動游標到前一行 - - - - Move the cursor to the start of the line - 移動游標到這一行的起頭 - - - - Move the cursor to the end of the line - 移動游標到這一行的結尾 - - - - Move the cursor to the start of the block - 移動游標到這一個區塊的起頭 - - - - Move the cursor to the end of the block - 移動游標到這一個區塊的結尾 - - - - Move the cursor to the start of the document - 移動游標到這一個文件的起頭 - - - - Move the cursor to the end of the document - 移動游標到這一個文件的結尾 - - - - Select all - - - - - Select to the next character - 選擇到下一個字元 - - - - Select to the previous character - 選擇到前一個字元 - - - - Select to the next word - 選擇到下一個單字 - - - - Select to the previous word - 選擇到前一個單字 - - - - Select to the next line - 選擇到下一行 - - - - Select to the previous line - 選擇到前一行 - - - - Select to the start of the line - 選擇到這一行的起頭 - - - - Select to the end of the line - 選擇到這一行的結尾 - - - - Select to the start of the block - 選擇到這一個區塊的起頭 - - - - Select to the end of the block - 選擇到這一個區塊的結尾 - - - - Select to the start of the document - 選擇到這一個文件的起頭 - - - - Select to the end of the document - 選擇到這一個文件的結尾 - - - - Delete to the start of the word - 刪除到此單字的起頭 - - - - Delete to the end of the word - 刪除到此單字的結尾 - - - - Insert a new paragraph - - - - - Insert a new line - - - - - QWhatsThisAction - - - What's This? - 這是什麼? - - - - QWidget - - - * - + - - - - QWizard - - - Go Back - 往回 - - - - Continue - 繼續 - - - - Commit - 提交 - - - - Done - 完成 - - - Quit - 離開 - - - - Help - 說明 - - - - < &Back - <返回(&B) - - - - &Finish - 完成(&F) - - - - Cancel - 取消 - - - - &Help - 說明(&H) - - - - &Next - 下一個(&N) - - - - &Next > - 下一個(&N)> - - - - QWorkspace - - - &Restore - 回復(&R) - - - - &Move - 移動(&M) - - - - &Size - 大小(&S) - - - - Mi&nimize - 最小化(&N) - - - - Ma&ximize - 最大化(&X) - - - - &Close - 關閉(&C) - - - - Stay on &Top - 留在頂端(&T) - - - - - Sh&ade - 遮蔽(&A) - - - - - %1 - [%2] - %1 - [%2] - - - - Minimize - 最小化 - - - - Restore Down - 向下恢復 - - - - Close - 關閉 - - - - &Unshade - 取消遮蔽(&U) - - - - QXml - - - no error occurred - 沒有發生錯誤 - - - - error triggered by consumer - 用戶觸發的錯誤 - - - - unexpected end of file - 未預期遇到檔案結尾 - - - - more than one document type definition - 定義了一個以上的文件型態 - - - - error occurred while parsing element - 剖析元素時發生錯誤 - - - - tag mismatch - 標籤不對稱 - - - - error occurred while parsing content - 剖析內容時發生錯誤 - - - - unexpected character - 非預期的字元 - - - - invalid name for processing instruction - 處理指令時的不合法名稱 - - - - version expected while reading the XML declaration - 讀取 XML 宣告時應有版本號 - - - - wrong value for standalone declaration - 獨立宣告時的值錯誤 - - - - encoding declaration or standalone declaration expected while reading the XML declaration - 讀取 XML 宣告時應有編碼宣告或獨立宣告 - - - - standalone declaration expected while reading the XML declaration - 讀取 XML 宣告時應有讀立宣告 - - - - error occurred while parsing document type definition - 剖析文件型態定義時發生錯誤 - - - - letter is expected - 預期應為字母 - - - - error occurred while parsing comment - 剖析註解時發生錯誤 - - - - error occurred while parsing reference - 剖析參考時發生錯誤 - - - - internal general entity reference not allowed in DTD - 在 DTD 中不允許內部產生的實體參考 - - - - external parsed general entity reference not allowed in attribute value - 在屬性值中不允許使用外部剖析的實體參考 - - - - external parsed general entity reference not allowed in DTD - 在 DTD 中不允許使用外部剖析的實體參考 - - - - unparsed entity reference in wrong context - 在錯誤的內文中有未剖析的實體參考 - - - - recursive entities - 遞迴的實體 - - - - error in the text declaration of an external entity - 在外部實體中的文字宣告有錯誤 - - - - QXmlStream - - - - Extra content at end of document. - 文件尾端有多餘的內容。 - - - - Invalid entity value. - 不合法的實體值 - - - - Invalid XML character. - 不合法的 XML 字元。 - - - - Sequence ']]>' not allowed in content. - 在內文中不允許有序列 "]]>"。 - - - - Namespace prefix '%1' not declared - 命名空間的前置字串 %1 未宣告 - - - - Attribute redefined. - 屬性重定義。 - - - - Unexpected character '%1' in public id literal. - 在公開代碼字元中遇到非預期的字元 %1。 - - - - Invalid XML version string. - 不合法的 XML 版本字串。 - - - - Unsupported XML version. - 未支援的 XML 版本。 - - - - %1 is an invalid encoding name. - %1 為不合法的編碼名稱。 - - - - Encoding %1 is unsupported - 編碼 %1 不支援。 - - - Invalid XML encoding name. - 不合法的 XML 編碼名稱。 - - - - Standalone accepts only yes or no. - 獨立實體只接受 yes 或 no。 - - - - Invalid attribute in XML declaration. - XML 宣告中有不合法的屬性。 - - - - Premature end of document. - 文件結尾不正確。 - - - - Invalid document. - 不合法的文件。 - - - - Expected - 預期應為 - - - - , but got ' - ,但是看到的是 - - - - Unexpected ' - 非預期 - - - - Expected character data. - 預期的字元資料。 - - - - Recursive entity detected. - 偵測到遞迴實體。 - - - - Start tag expected. - 預期應有開始標籤。 - - - - XML declaration not at start of document. - XML 宣告沒有在文件開始處。 - - - - NDATA in parameter entity declaration. - 在參數實體宣告有 NDATA。 - - - - %1 is an invalid processing instruction name. - %1 是不合法的處理指令名稱。 - - - - Invalid processing instruction name. - 不合法的處理指令名稱。 - - - - - - - Illegal namespace declaration. - 不合法的命名空間宣告。 - - - - Invalid XML name. - 不合法的 XML 名稱。 - - - - Opening and ending tag mismatch. - 開啟與結束的標籤不對稱。 - - - - Reference to unparsed entity '%1'. - 參考到未剖析的實體 %1。 - - - - - - Entity '%1' not declared. - 實體 %1 未宣告。 - - - - Reference to external entity '%1' in attribute value. - 在屬性值中參考到外部實體 %1。 - - - - Invalid character reference. - 不合法的字元參考。 - - - - - Encountered incorrectly encoded content. - 遇到不正確的編碼內容。 - - - - The standalone pseudo attribute must appear after the encoding. - 獨立的虛擬屬性必須在編碼之後出現。 - - - - %1 is an invalid PUBLIC identifier. - %1 為不合法的 PUBLIC 識別子。 - - - - QtXmlPatterns - - - An %1-attribute with value %2 has already been declared. - 已宣告屬性 %1 的值為 %2。 - - - - An %1-attribute must have a valid %2 as value, which %3 isn't. - 屬性 %1 必須以合法的 %2 為值,而 %3 是不合法的。 - - - - Network timeout. - 網路逾時。 - - - - Element %1 can't be serialized because it appears outside the document element. - 元素 %1 無法序列化,因為似乎是在文件元素之外。 - - - Attribute element %1 can't be serialized because it appears at the top level. - 屬性元素 %1 無法序列化,因為似乎是在頂層。 - - - - Year %1 is invalid because it begins with %2. - 年份 %1 不合法,因為是從 %2 開始的。 - - - - Day %1 is outside the range %2..%3. - 日期 %1 已超出 %2 到 %3 的範圍。 - - - - Month %1 is outside the range %2..%3. - 月份 %1 已超出 %2 到 %3 的範圍。 - - - - Overflow: Can't represent date %1. - 溢位:無法表示日期 %1。 - - - - Day %1 is invalid for month %2. - 月份 %2 中沒有日期 %1。 - - - - Time 24:%1:%2.%3 is invalid. Hour is 24, but minutes, seconds, and milliseconds are not all 0; - 時間 24:%1:%2.%3 不合法。小時為 24 則分、秒與毫秒都必須是 0。 - - - - - Time %1:%2:%3.%4 is invalid. - 時間 %1:%2:%3.%4 不合法。 - - - - Overflow: Date can't be represented. - 溢位:無法表示日期。 - - - - - At least one component must be present. - 必須表達至少一個組件。 - - - - At least one time component must appear after the %1-delimiter. - 在分隔符 %1 後必須至少有一個時間組件。 - - - - No operand in an integer division, %1, can be %2. - 整數除法沒有運作對象,%1,可以是 %2 - - - - The first operand in an integer division, %1, cannot be infinity (%2). - 整數除法的第一個運算對象 %1 不能是無限大(%2)。 - - - - The second operand in a division, %1, cannot be zero (%2). - 整數除法的第二個運算對象 %1 不能是零(%2)。 - - - - %1 is not a valid value of type %2. - %1 不是合法的 %2 型態的值。 - - - - When casting to %1 from %2, the source value cannot be %3. - 從 %2 轉換型態為 %1 的時候,來源數值不能是 %3。 - - - - Integer division (%1) by zero (%2) is undefined. - 整數除法 %1 除以零(%2)的行為未定義。 - - - - Division (%1) by zero (%2) is undefined. - 除法 %1 除以零(%2)的行為未定義。 - - - - Modulus division (%1) by zero (%2) is undefined. - 餘數除法 %1 除以零(%2)的行為未定義。 - - - - - Dividing a value of type %1 by %2 (not-a-number) is not allowed. - 將型態 %1 除以 %2(非數值)是不允許的。 - - - - Dividing a value of type %1 by %2 or %3 (plus or minus zero) is not allowed. - 將型態 %1 除以 %2 或 %3(正或負零)是不允許的。 - - - - Multiplication of a value of type %1 by %2 or %3 (plus or minus infinity) is not allowed. - 將型態 %1 乘以 %2 或 %3(正或負無限大)是不允許的。 - - - - A value of type %1 cannot have an Effective Boolean Value. - 型態 %1 不能有實際布林值。 - - - - Effective Boolean Value cannot be calculated for a sequence containing two or more atomic values. - 實際布林值(Effective Boolean)無法用在兩個或兩個以上的原數值(atomic value)的計算。 - - - - Value %1 of type %2 exceeds maximum (%3). - 型態 %2 的數值 %1 已超過最大值(%3)。 - - - - Value %1 of type %2 is below minimum (%3). - 型態 %2 的數值 %1 已低過最小值(%3)。 - - - - A value of type %1 must contain an even number of digits. The value %2 does not. - 型態 %1 的值必須包含偶數個數字。數值 %2 未符合此條件。 - - - - %1 is not valid as a value of type %2. - %1 不是合法的 %2 型態的值。 - - - - Operator %1 cannot be used on type %2. - 操作元 %1 不能用於型態 %2。 - - - - Operator %1 cannot be used on atomic values of type %2 and %3. - 操作元 %1 不能用於型態 %2 與 %3 的原數值。 - - - - The namespace URI in the name for a computed attribute cannot be %1. - 在已計算屬性的名稱的命名空間網址不能是 %1。 - - - - The name for a computed attribute cannot have the namespace URI %1 with the local name %2. - 在已計算屬性的名稱不能同時有命名空間網址 %1 與本地端名稱 %2。 - - - - Type error in cast, expected %1, received %2. - 轉換型態錯誤,應為 %1 但接收到 %2。 - - - - When casting to %1 or types derived from it, the source value must be of the same type, or it must be a string literal. Type %2 is not allowed. - 轉換為型態 %1 或其衍生型態時,來源數值必須是相同型態,或者是字串。型態 %2 是不被允許的。 - - - - No casting is possible with %1 as the target type. - 不能轉換到 %1 型態。 - - - - It is not possible to cast from %1 to %2. - 不能從 %1 轉換到 %2。 - - - - Casting to %1 is not possible because it is an abstract type, and can therefore never be instantiated. - 無法轉換到 %1 因為它是一個抽象型態,不能被實體化。 - - - - It's not possible to cast the value %1 of type %2 to %3 - 無法轉換型態 %2 的數值 %1 到 %3 - - - - Failure when casting from %1 to %2: %3 - 從 %1 轉換到 %2 時失敗:%3 - - - - A comment cannot contain %1 - 註解不能包含 %1 - - - - A comment cannot end with a %1. - 註解不能以 %1 做結尾 - - - - No comparisons can be done involving the type %1. - 包含型態 %1 時不能做比較。 - - - - Operator %1 is not available between atomic values of type %2 and %3. - 操作元 %1 不能用於型態 %2 與 %3 的原數值。 - - - - An attribute node cannot be a child of a document node. Therefore, the attribute %1 is out of place. - 屬性點不能做為文件點的子節點。因此,屬性 %1 的位置不合適。 - - - - A library module cannot be evaluated directly. It must be imported from a main module. - 不能直接計算函式模組。必須要從主模組匯入。 - - - - No template by name %1 exists. - 沒有名為 %1 的樣本存在。 - - - - A value of type %1 cannot be a predicate. A predicate must have either a numeric type or an Effective Boolean Value type. - 型態 %1 的值不能是謂詞(predicate)。謂詞必須是數值型態,或是實際布林值。 - - - - A positional predicate must evaluate to a single numeric value. - 位置謂詞必須能計算出單一的數值。 - - - - The target name in a processing instruction cannot be %1 in any combination of upper and lower case. Therefore, is %2 invalid. - 處理指令的目標名稱不能是任何大小寫組合的 %1。因此,%2 是不合法的值。 - - - - %1 is not a valid target name in a processing instruction. It must be a %2 value, e.g. %3. - %1 不是一個合法的處理指令的目標名稱。必須是 %2 的值,例如 %3。 - - - - The last step in a path must contain either nodes or atomic values. It cannot be a mixture between the two. - 路徑的最後一步必須是節點或原值,而不能在兩者之間。 - - - - The data of a processing instruction cannot contain the string %1 - 處理指令的資料不能包含字串 %1 - - - - No namespace binding exists for the prefix %1 - 前置字串 %1 沒有結合命名空間 - - - - No namespace binding exists for the prefix %1 in %2 - 在 %2 的前置字串 %1 沒有結合命名空間 - - - - - %1 is an invalid %2 - %1 是不合法的 %2 - - - - %1 takes at most %n argument(s). %2 is therefore invalid. - - %1 最多只能有 %n 個參數,因此 %2 是不合法的。 - - - - - %1 requires at least %n argument(s). %2 is therefore invalid. - - %1 至少需要 %n 個參數,因此 %2 是不合法的。 - - - - - The first argument to %1 cannot be of type %2. It must be a numeric type, xs:yearMonthDuration or xs:dayTimeDuration. - 呼叫 %1 的第一個參數不能是 %2 型態。必須是數值型態,xs.yearMonthDuration 或 xs.dayTimeDuration。 - - - - The first argument to %1 cannot be of type %2. It must be of type %3, %4, or %5. - 呼叫 %1 的第一個參數不能是 %2 型態。必須是 %3、%4 或 %5 型態。 - - - - The second argument to %1 cannot be of type %2. It must be of type %3, %4, or %5. - 呼叫 %1 的第二個參數不能是 %2 型態。必須是 %3、%4 或 %5 型態。 - - - - %1 is not a valid XML 1.0 character. - %1 不是合法的 XML 1.0 字元。 - - - - The first argument to %1 cannot be of type %2. - 呼叫 %1 的第一個參數不能是 %2 型態。 - - - - If both values have zone offsets, they must have the same zone offset. %1 and %2 are not the same. - 如果兩個值都有區域位移,則必須是相同的區域位移。%1 與 %2 並不相同。 - - - - %1 was called. - %1 已被呼叫。 - - - - %1 must be followed by %2 or %3, not at the end of the replacement string. - %1 後面必須跟著 %2 或 %3,而非取代字串的結尾。 - - - - In the replacement string, %1 must be followed by at least one digit when not escaped. - 在取代字串中,在未脫逸的情形下 %1 必須至少跟著一位數字。 - - - - In the replacement string, %1 can only be used to escape itself or %2, not %3 - 在取代字串中,%1 只能用於自身或 %2 的脫逸,而非 %3。 - - - - %1 matches newline characters - %1 符合了換行字元 - - - - %1 and %2 match the start and end of a line. - %1 與 %2 符合了一行的開始與結尾。 - - - - Matches are case insensitive - 比對為區分大小寫 - - - - Whitespace characters are removed, except when they appear in character classes - 空白字元已移除,除非它們出現在字元類別 - - - - %1 is an invalid regular expression pattern: %2 - %1 是不合法的正規表示式樣式:%2 - - - - %1 is an invalid flag for regular expressions. Valid flags are: - %1 是正規表示式中不合法的旗標。合法的旗標有: - - - - If the first argument is the empty sequence or a zero-length string (no namespace), a prefix cannot be specified. Prefix %1 was specified. - 如果第一個參數是空序列,或是長度為 0 的字串(沒有命名空間),則無法指定前置字串。但是您指定了 %1。 - - - - It will not be possible to retrieve %1. - 無法取得 %1。 - - - - The root node of the second argument to function %1 must be a document node. %2 is not a document node. - 函式 %1 的第二個參數的根節點必須是文件節點。%2 不是文件節點。 - - - - The default collection is undefined - 預設的收藏未定義 - - - - %1 cannot be retrieved - %1 無法取得 - - - - The normalization form %1 is unsupported. The supported forms are %2, %3, %4, and %5, and none, i.e. the empty string (no normalization). - 未支援常態化表單 %1。支援的表單有 %2、%3、%4、%5,以及無(也就是空字串,未常態化)。 - - - - A zone offset must be in the range %1..%2 inclusive. %3 is out of range. - 區域位移必須是在 %1 到 %2 範圍之內。%3 已超出範圍。 - - - - %1 is not a whole number of minutes. - %1 不是分鐘的數值。 - - - - Required cardinality is %1; got cardinality %2. - 需要的基數為 %1;得到的是 %2。 - - - - The item %1 did not match the required type %2. - 項目 %1 未符合需要的型態 %2。 - - - - - %1 is an unknown schema type. - %1 是未知的機制型態。 - - - - Only one %1 declaration can occur in the query prolog. - 只有一個 %1 宣告可以在查詢中。 - - - - The initialization of variable %1 depends on itself - 變數 %1 的初始化與自身相依。 - - - - No variable by name %1 exists - 沒有名為 %1 的變數存在 - - - - The variable %1 is unused - 變數 %1 未使用 - - - - Version %1 is not supported. The supported XQuery version is 1.0. - 版本 %1 未支援。支援的 XQuery 版本為 1.0。 - - - - The encoding %1 is invalid. It must contain Latin characters only, must not contain whitespace, and must match the regular expression %2. - 編碼 %1 不合法。必須只能包含拉丁字元,不含空白,並且要符合正規表示式 %2。 - - - - No function with signature %1 is available - 沒有簽章為 %1 的函式可使用 - - - - - A default namespace declaration must occur before function, variable, and option declarations. - 預設的命名空間宣告必須在函式、變數與選項宣告之前。 - - - - Namespace declarations must occur before function, variable, and option declarations. - 命名空間宣告必須在函式、變數與選項宣告之前。 - - - - Module imports must occur before function, variable, and option declarations. - 模組匯入必須在函式、變數與選項宣告之前。 - - - - It is not possible to redeclare prefix %1. - 無法重宣告前置字串 %1。 - - - Only the prefix %1 can be declared to bind the namespace %2. By default, it is already bound to the prefix %1. - 只有前置字串 %1 可以被宣告與命名空間 %2 結合。它預設已經與前置字串 %1 結合。 - - - - Prefix %1 is already declared in the prolog. - 前置字串 %1 已在 prolog 中宣告。 - - - - The name of an option must have a prefix. There is no default namespace for options. - 選項名稱必須有前置字串。沒有選項的預設命名空間。 - - - - The Schema Import feature is not supported, and therefore %1 declarations cannot occur. - 機制匯入功能未支援,因此有 %1 個宣告無法達成。 - - - - The target namespace of a %1 cannot be empty. - %1 的目標命名空間不能是空的。 - - - - The module import feature is not supported - 模組匯入功能未支援。 - - - A variable by name %1 has already been declared in the prolog. - 名稱為 %1 的變數已經在 prolog 中宣告。 - - - - No value is available for the external variable by name %1. - 名為 %1 的外部變數沒有可用的值。 - - - The namespace for a user defined function cannot be empty(try the predefined prefix %1 which exists for cases like this) - 使用者定義的函式的命名空間不能是空的(請試試使用預定義前置字串 %1) - - - - A construct was encountered which only is allowed in XQuery. - 遇到了建構,實際上只能允許在 XQuery 內。 - - - - A template by name %1 has already been declared. - 名為 %1 的屬性已被宣告。 - - - - The keyword %1 cannot occur with any other mode name. - 關鍵字 %1 不能與任何其它模式名稱一起存在。 - - - - The value of attribute %1 must of type %2, which %3 isn't. - 屬性 %1 的值必須為型態 %2,但 %3 不是。 - - - - The prefix %1 can not be bound. By default, it is already bound to the namespace %2. - 前置字串 %1 不能被結合。預設它已與命名空間 %2 結合。 - - - - A variable by name %1 has already been declared. - 名為 %1 的變數已被宣告。 - - - - A stylesheet function must have a prefixed name. - 樣式表函式必須有前置名稱。 - - - - The namespace for a user defined function cannot be empty (try the predefined prefix %1 which exists for cases like this) - 使用者定義函式的命名空間不能為空白(請試著用預先定義的前置字串 %1) - - - - The namespace %1 is reserved; therefore user defined functions may not use it. Try the predefined prefix %2, which exists for these cases. - 命名空間 %1 已被保留,因此使用者定義函式不能使用它。請試試預定義前置字串 %2。 - - - - The namespace of a user defined function in a library module must be equivalent to the module namespace. In other words, it should be %1 instead of %2 - 在函式模組中的使用者定義函式的命名空間必須與模組的命名空間相同。也就是,應該為 %1 而不是 %2。 - - - - A function already exists with the signature %1. - 已經有簽章為 %1 的函式存在。 - - - - No external functions are supported. All supported functions can be used directly, without first declaring them as external - 未支援外部函式。所有支援的含式可以直接使用而不需要先宣告為外部函式。 - - - - An argument by name %1 has already been declared. Every argument name must be unique. - 名稱為 %1 的參數已被宣告。每個參數名稱必須唯一。 - - - - When function %1 is used for matching inside a pattern, the argument must be a variable reference or a string literal. - 當函式 %1 用於樣式比對時,參數必須是變數參考或字串。 - - - - In an XSL-T pattern, the first argument to function %1 must be a string literal, when used for matching. - 在 XSL-T 樣式內,函式 %1 的第一個參數必須是字串,以便用於比對。 - - - - In an XSL-T pattern, the first argument to function %1 must be a literal or a variable reference, when used for matching. - 在 XSL-T 樣式內,函式 %1 的第一個參數必須是文字或變數參考,以便用於比對。 - - - - In an XSL-T pattern, function %1 cannot have a third argument. - 在 XSL-T 樣式內,函式 %1 的不能有第三個參數。 - - - - In an XSL-T pattern, only function %1 and %2, not %3, can be used for matching. - 在 XSL-T 樣式內,只有函式 %1,%2 可以用於比對。%3 不行。 - - - - In an XSL-T pattern, axis %1 cannot be used, only axis %2 or %3 can. - 在 XSL-T 樣式內,不能用 %1 軸,只能用 %2 或 %3。 - - - - %1 is an invalid template mode name. - %1 不是合法的樣本模式名稱。 - - - - The name of a variable bound in a for-expression must be different from the positional variable. Hence, the two variables named %1 collide. - 與 for 敘述結合的變數名稱必須與位置變數不同。因此,有兩個名為 %1 的變數衝突了。 - - - - The Schema Validation Feature is not supported. Hence, %1-expressions may not be used. - 未支援機制確認功能。%1 敘述無法使用。 - - - - None of the pragma expressions are supported. Therefore, a fallback expression must be present - 未支援 pragma 敘述。因次,必須有預設的敘述。 - - - - Each name of a template parameter must be unique; %1 is duplicated. - 每個樣本參數的名稱必須唯一;%1 已經被使用。 - - - - The %1-axis is unsupported in XQuery - XQuery 中未支援 %1 軸 - - - - %1 is not a valid name for a processing-instruction. - %1 不是處理指令的合法名稱。 - - - - %1 is not a valid numeric literal. - %1 不是合法的數值。 - - - - No function by name %1 is available. - 沒有名為 %1 的函式。 - - - - The namespace URI cannot be the empty string when binding to a prefix, %1. - 要與前置字串 %1 結合的命名空間網址不能是空字串。 - - - - %1 is an invalid namespace URI. - %1 是不合法的命名空間網址。 - - - - It is not possible to bind to the prefix %1 - 無法與前置字串 %1 結合。 - - - - Namespace %1 can only be bound to %2 (and it is, in either case, pre-declared). - 命名空間 %1 只能與 %2 結合(也就是說,要預先定義)。 - - - - Prefix %1 can only be bound to %2 (and it is, in either case, pre-declared). - 前置字串 %1 只能與 %2 結合(也就是說,要預先定義)。 - - - - Two namespace declaration attributes have the same name: %1. - 有兩個命名空間宣告的屬性有相同的名稱:%1 - - - - The namespace URI must be a constant and cannot use enclosed expressions. - 命名空間網址必須是常數,並且不能使用封閉敘述。 - - - - An attribute by name %1 has already appeared on this element. - 名為 %1 的屬性已出現在此元素。 - - - - A direct element constructor is not well-formed. %1 is ended with %2. - 直接元素建構器沒有完整產生。%1 以 %2 結束。 - - - - The name %1 does not refer to any schema type. - 名稱 %1 未指向任何機制型態。 - - - - %1 is an complex type. Casting to complex types is not possible. However, casting to atomic types such as %2 works. - %1 是複數型態,無法轉換成複數型態。然而,轉換為原型態,如 %2 是可行的。 - - - - %1 is not an atomic type. Casting is only possible to atomic types. - %1 不是一個原型態。只能轉換為原型態。 - - - %1 is not a valid name for a processing-instruction. Therefore this name test will never match. - %1 不是一個合法的處理指令的名稱。因此名稱測試永遠不會成功。 - - - - - %1 is not in the in-scope attribute declarations. Note that the schema import feature is not supported. - %1 不是範圍內屬性宣告。注意機制匯入功能未支援。 - - - - The name of an extension expression must be in a namespace. - 延伸敘述的名稱必須在命名空間內。 - - - - empty - 空白 - - - - zero or one - 0 或 1 個 - - - - exactly one - 剛好一個 - - - - one or more - 一個以上 - - - - zero or more - 0 個以上 - - - - Required type is %1, but %2 was found. - 需要的型態為 %1,但找到 %2。 - - - - Promoting %1 to %2 may cause loss of precision. - 將 %1 抬升為 %2 可能會失去精確度。 - - - - The focus is undefined. - 焦點未定義。 - - - - It's not possible to add attributes after any other kind of node. - 不能在任何其它種類的節點後面加入屬性。 - - - - An attribute by name %1 has already been created. - 名為 %1 的屬性已被建立。 - - - - Only the Unicode Codepoint Collation is supported(%1). %2 is unsupported. - 只支援 Unicode Codepoint Collation(%1)。%2 未支援。; - - - - Attribute %1 can't be serialized because it appears at the top level. - 屬性元素 %1 無法序列化,因為似乎是在頂層。 - - - - %1 is an unsupported encoding. - %1 是個未被支援的編碼。 - - - - %1 contains octets which are disallowed in the requested encoding %2. - %1 包含了在要求的編碼 %2 內不允許的八進位值。 - - - - The codepoint %1, occurring in %2 using encoding %3, is an invalid XML character. - 在 %2 內的代碼點 %1(編碼 %3)是一個不合法的 XML 字元。 - - - - Ambiguous rule match. - 不明確的規則符合。 - - - In a namespace constructor, the value for a namespace value cannot be an empty string. - 在命名空間建構子中,命名空間的值不能是空字串。 - - - - In a namespace constructor, the value for a namespace cannot be an empty string. - - - - - The prefix must be a valid %1, which %2 is not. - 前置字串必須是合法的 %1,但 %2 不是。 - - - - The prefix %1 cannot be bound. - 前置字串 %1 不能被結合。 - - - - Only the prefix %1 can be bound to %2 and vice versa. - 只有前置字串 %1 能與 %2 結合。反之亦然。 - - - - Circularity detected - 偵測到環狀 - - - - The parameter %1 is required, but no corresponding %2 is supplied. - 需要參數 %1,但是沒有提供相關的 %2。 - - - - The parameter %1 is passed, but no corresponding %2 exists. - 參數 %1 已傳送,但找不到相關的 %2。 - - - - The URI cannot have a fragment - URI 不能有片段。 - - - - Element %1 is not allowed at this location. - 元素 %1 不能在此位置。 - - - - Text nodes are not allowed at this location. - 文字節點不能在此位置。 - - - - Parse error: %1 - 剖析錯誤:%1 - - - - The value of the XSL-T version attribute must be a value of type %1, which %2 isn't. - XLS-T 版本屬性的值必須是型態 %1 的值,而 %2 不是。 - - - - Running an XSL-T 1.0 stylesheet with a 2.0 processor. - 使用 2.0 處理器執行 XSL-T 1.0 樣式表中。 - - - - Unknown XSL-T attribute %1. - 未知的 XSL-T 屬性 %1。 - - - - Attribute %1 and %2 are mutually exclusive. - 屬性 %1 與 %2 彼此互斥。 - - - - In a simplified stylesheet module, attribute %1 must be present. - 在簡化的樣式表模組中,屬性 %1 必須存在。 - - - - If element %1 has no attribute %2, it cannot have attribute %3 or %4. - 若元素 %1 沒有屬性 %2,則也不能有屬性 %3 或 %4。 - - - - Element %1 must have at least one of the attributes %2 or %3. - 元素 %1 必須至少有屬性 %2 或 %3 其中一個。 - - - - At least one mode must be specified in the %1-attribute on element %2. - 在元素 %2 的 %1 屬性中至少要指定一個模式。 - - - - Attribute %1 cannot appear on the element %2. Only the standard attributes can appear. - 屬性 %1 不能出現在元素 %2。只能有標準屬性。 - - - - Attribute %1 cannot appear on the element %2. Only %3 is allowed, and the standard attributes. - 屬性 %1 不能出現在元素 %2。只能有 %3 以及標準屬性。 - - - - Attribute %1 cannot appear on the element %2. Allowed is %3, %4, and the standard attributes. - 屬性 %1 不能出現在元素 %2。只能有 %3,%4 以及標準屬性。 - - - - Attribute %1 cannot appear on the element %2. Allowed is %3, and the standard attributes. - 屬性 %1 不能出現在元素 %2。只能有 %3 以及標準屬性。 - - - - XSL-T attributes on XSL-T elements must be in the null namespace, not in the XSL-T namespace which %1 is. - XSL-T 元素內的 XSL-T 屬性必須放在空(null)的命名空間,而不是像 %1 在 XSL-T 命名空間。 - - - - The attribute %1 must appear on element %2. - 屬性 %1 必須在元素 %2 內出現。 - - - - The element with local name %1 does not exist in XSL-T. - 有本地名稱 %1 的元素在 XSL-T 內不存在。 - - - - Element %1 must come last. - 元素 %1 必須最後出現。 - - - - At least one %1-element must occur before %2. - 至少一個元素 %1 要出現在 %2 之前。 - - - - Only one %1-element can appear. - 只能出現一個元素 %1。 - - - - At least one %1-element must occur inside %2. - 至少一個元素 %1 要出現在 %2 之內。 - - - - When attribute %1 is present on %2, a sequence constructor cannot be used. - 當屬性 %1 出現在 %2 內時,不能使用序列建構子。 - - - - Element %1 must have either a %2-attribute or a sequence constructor. - 元素 %1 必須至少有一個屬性 %2 或一個序列建構子。 - - - - When a parameter is required, a default value cannot be supplied through a %1-attribute or a sequence constructor. - 當需要參數時,不能透過屬性 %1 或序列建構子提供預設值。 - - - - Element %1 cannot have children. - 元素 %1 不能有子元素。 - - - - Element %1 cannot have a sequence constructor. - 元素 %1不能有序列建構子。 - - - - - The attribute %1 cannot appear on %2, when it is a child of %3. - 屬性 %1 不能出現在 %2,因為它是 %3 的子元素。 - - - - A parameter in a function cannot be declared to be a tunnel. - 函式內的參數不能被宣告為通道(tunnel)。 - - - - This processor is not Schema-aware and therefore %1 cannot be used. - 此處理器不是 Schema-aware,因此不能使用 %1。 - - - - Top level stylesheet elements must be in a non-null namespace, which %1 isn't. - 頂層樣式表元素必須是非空白的命名空間,而 %1 不是。 - - - - The value for attribute %1 on element %2 must either be %3 or %4, not %5. - 元素 %2 內屬性 %1 的值必須是 %3 或 %4,而不是 %5。 - - - - Attribute %1 cannot have the value %2. - 屬性 %1 的值不能為 %2。 - - - - The attribute %1 can only appear on the first %2 element. - 屬性 %1 只能出現在前 %2 個元素內。 - - - - At least one %1 element must appear as child of %2. - %2 必須至少有一個子元素 %1。 - - - - VolumeSlider - - - Muted - 靜音 - - - - - Volume: %1% - 音量:%1% - - - - WebCore::PlatformScrollbar - - Scroll here - 在此捲軸 - - - Left edge - 左邊緣 - - - Top - 頂端 - - - Right edge - 右邊緣 - - - Bottom - 底端 - - - Page left - 頁面左方 - - - Page up - 頁面上方 - - - Page right - 頁面右方 - - - Page down - 頁面下方 - - - Scroll left - 往左捲軸 - - - Scroll up - 往上捲軸 - - - Scroll right - 往右捲軸 - - - Scroll down - 往下捲軸 - - - diff --git a/release/ts/qt_pl.qm b/release/ts/qt_pl.qm new file mode 100644 index 0000000..5d3ba28 Binary files /dev/null and b/release/ts/qt_pl.qm differ diff --git a/release/ts/qt_pt.qm b/release/ts/qt_pt.qm new file mode 100644 index 0000000..fc92511 Binary files /dev/null and b/release/ts/qt_pt.qm differ diff --git a/release/ts/qt_ru.qm b/release/ts/qt_ru.qm new file mode 100644 index 0000000..a8c517e Binary files /dev/null and b/release/ts/qt_ru.qm differ diff --git a/release/ts/qt_sv.qm b/release/ts/qt_sv.qm new file mode 100644 index 0000000..f3556bc Binary files /dev/null and b/release/ts/qt_sv.qm differ diff --git a/release/ts/qt_windows_ar.qm b/release/ts/qt_windows_ar.qm deleted file mode 100644 index e524d5b..0000000 Binary files a/release/ts/qt_windows_ar.qm and /dev/null differ diff --git a/release/ts/qt_windows_de.qm b/release/ts/qt_windows_de.qm deleted file mode 100755 index 113bbcc..0000000 Binary files a/release/ts/qt_windows_de.qm and /dev/null differ diff --git a/release/ts/qt_windows_es.qm b/release/ts/qt_windows_es.qm deleted file mode 100755 index 5191160..0000000 Binary files a/release/ts/qt_windows_es.qm and /dev/null differ diff --git a/release/ts/qt_windows_fr.qm b/release/ts/qt_windows_fr.qm deleted file mode 100755 index 5553086..0000000 Binary files a/release/ts/qt_windows_fr.qm and /dev/null differ diff --git a/release/ts/qt_windows_he.qm b/release/ts/qt_windows_he.qm deleted file mode 100644 index 4ff507e..0000000 Binary files a/release/ts/qt_windows_he.qm and /dev/null differ diff --git a/release/ts/qt_windows_ja.qm b/release/ts/qt_windows_ja.qm deleted file mode 100644 index 2570b75..0000000 Binary files a/release/ts/qt_windows_ja.qm and /dev/null differ diff --git a/release/ts/qt_windows_pl.qm b/release/ts/qt_windows_pl.qm deleted file mode 100644 index 5d3ba28..0000000 Binary files a/release/ts/qt_windows_pl.qm and /dev/null differ diff --git a/release/ts/qt_windows_pt.qm b/release/ts/qt_windows_pt.qm deleted file mode 100755 index fc92511..0000000 Binary files a/release/ts/qt_windows_pt.qm and /dev/null differ diff --git a/release/ts/qt_windows_ru.qm b/release/ts/qt_windows_ru.qm deleted file mode 100755 index a8c517e..0000000 Binary files a/release/ts/qt_windows_ru.qm and /dev/null differ diff --git a/release/ts/qt_windows_sv.qm b/release/ts/qt_windows_sv.qm deleted file mode 100644 index f3556bc..0000000 Binary files a/release/ts/qt_windows_sv.qm and /dev/null differ diff --git a/release/ts/qt_windows_zh.qm b/release/ts/qt_windows_zh.qm deleted file mode 100644 index 623b8e3..0000000 Binary files a/release/ts/qt_windows_zh.qm and /dev/null differ diff --git a/release/ts/qt_windows_zh.ts b/release/ts/qt_windows_zh.ts deleted file mode 100644 index e84fe8e..0000000 --- a/release/ts/qt_windows_zh.ts +++ /dev/null @@ -1,7964 +0,0 @@ - - - - - MAC_APPLICATION_MENU - - - Services - 服务 - - - - Hide %1 - 隐藏%1 - - - - Hide Others - 隐藏其他 - - - - Show All - 全部显示 - - - - Preferences... - 偏好设置… - - - - Quit %1 - 退出 %1 - - - - About %1 - 关于 %1 - - - - AudioOutput - - - <html>The audio playback device <b>%1</b> does not work.<br/>Falling back to <b>%2</b>.</html> - <html>音频回放设备 <b>%1</b> 没有工作。<br/>回滚到 <b>%2</b>。</html> - - - - <html>Switching to the audio playback device <b>%1</b><br/>which just became available and has higher preference.</html> - <html>切换到音频回放设备 <b>%1</b>,<br/>它刚刚变为可用并且具有更高的优先级。</html> - - - - Revert back to device '%1' - 恢复到设备“%1” - - - - CloseButton - - - Close Tab - 关闭标签页 - - - - Phonon:: - - - Notifications - 通知 - - - - Music - 音乐 - - - - Video - 视频 - - - - Communication - 通讯 - - - - Games - 游戏 - - - - Accessibility - 无障碍环境 - - - - Phonon::Gstreamer::Backend - - - Warning: You do not seem to have the package gstreamer0.10-plugins-good installed. - Some video features have been disabled. - 警告:看起来,您没有安装 gstreamer0.10-plugins-good 包。 - 一些视频特性已经被关闭。 - - - - Warning: You do not seem to have the base GStreamer plugins installed. - All audio and video support has been disabled - 警告:看起来,您没有安装基础的 GStreamer 插件。 - 所有的音频和视频支持都已经被关闭。 - - - - Phonon::Gstreamer::MediaObject - - - Cannot start playback. - -Check your Gstreamer installation and make sure you -have libgstreamer-plugins-base installed. - 不能开始回放。 - -请检查您的 Gstreamer 安装并且确认您 -已经安装 libgstreamer-plugins-base。 - - - - A required codec is missing. You need to install the following codec(s) to play this content: %0 - 缺少一个需要的解码器。您需要安装如下解码器来播放这个内容:%0 - - - - - - - - - - - Could not open media source. - 不能打开媒体源。 - - - - Invalid source type. - 无效的源类型。 - - - - Could not locate media source. - 不能定位媒体源。 - - - - Could not open audio device. The device is already in use. - 不能打开音频设备。这个设备正在被使用。 - - - - Could not decode media source. - 不能解码媒体源。 - - - - Phonon::VolumeSlider - - - - Volume: %1% - 音量:%1% - - - - - - Use this slider to adjust the volume. The leftmost position is 0%, the rightmost is %1% - 请使用这个滑块调节音量。最左为%0,最右为%1% - - - - Q3Accel - - - %1, %2 not defined - %1,%2未定义 - - - - Ambiguous %1 not handled - 不明确的%1没有被处理 - - - - Q3DataTable - - - True - - - - - False - - - - - Insert - 插入 - - - - Update - 更新 - - - - Delete - 删除 - - - - Q3FileDialog - - - Copy or Move a File - 复制或者移动一个文件 - - - - Read: %1 - 读取:%1 - - - - - Write: %1 - 写入:%1 - - - - - Cancel - 取消 - - - - - - - All Files (*) - 所有文件 (*) - - - - Name - 名称 - - - - Size - 大小 - - - - Type - 类型 - - - - Date - 日期 - - - - Attributes - 属性 - - - - - &OK - 确定(&O) - - - - Look &in: - 查找范围(&I): - - - - - - File &name: - 文件名称(&N): - - - - File &type: - 文件类型(&T): - - - - Back - 后退 - - - - One directory up - 向上一级 - - - - Create New Folder - 创建新文件夹 - - - - List View - 列表视图 - - - - Detail View - 详细视图 - - - - Preview File Info - 预览文件信息 - - - - Preview File Contents - 预览文件内容 - - - - Read-write - 读写 - - - - Read-only - 只读 - - - - Write-only - 只写 - - - - Inaccessible - 不可访问的 - - - - Symlink to File - 文件的系统链接 - - - - Symlink to Directory - 目录的系统链接 - - - - Symlink to Special - 特殊的系统链接 - - - - File - 文件 - - - - Dir - 目录 - - - - Special - 特殊 - - - - - - Open - 打开 - - - - - Save As - 另存为 - - - - - - &Open - 打开(&O) - - - - - &Save - 保存(&S) - - - - &Rename - 重命名(&R) - - - - &Delete - 删除(&D) - - - - R&eload - 重新载入(&E) - - - - Sort by &Name - 按名称排列(&N) - - - - Sort by &Size - 按大小排列(&S) - - - - Sort by &Date - 按日期排列(&D) - - - - &Unsorted - 未排列的(&U) - - - - Sort - 排列 - - - - Show &hidden files - 显示隐藏文件(&H) - - - - the file - 文件 - - - - the directory - 目录 - - - - the symlink - 系统链接 - - - - Delete %1 - 删除%1 - - - - <qt>Are you sure you wish to delete %1 "%2"?</qt> - <qt>你确认你想删除%1,“%2”?</qt> - - - - &Yes - 是(&Y) - - - - &No - 否(&N) - - - - New Folder 1 - 新建文件夹1 - - - - New Folder - 新建文件夹 - - - - New Folder %1 - 新建文件夹%1 - - - - Find Directory - 查找目录 - - - - - Directories - 目录 - - - - Directory: - 目录: - - - - - Error - 错误 - - - - %1 -File not found. -Check path and filename. - 文件%1 -未找到。 -请检查路径和文件名。 - - - - - All Files (*.*) - 所有文件 (*.*) - - - - Open - 打开 - - - - Select a Directory - 选择一个目录 - - - - Q3LocalFs - - - - Could not read directory -%1 - 不能读取目录 -%1 - - - - Could not create directory -%1 - 不能创建目录 -%1 - - - - Could not remove file or directory -%1 - 不能移除文件或者目录 -%1 - - - - Could not rename -%1 -to -%2 - 不能把 -%1 -重命名为 -%2 - - - - Could not open -%1 - 不能打开 -%1 - - - - Could not write -%1 - 不能写入 -%1 - - - - Q3MainWindow - - - Line up - 排列 - - - - Customize... - 自定义... - - - - Q3NetworkProtocol - - - Operation stopped by the user - 操作被用户停止 - - - - Q3ProgressDialog - - - - Cancel - 取消 - - - - Q3TabDialog - - - - OK - 确认 - - - - Apply - 应用 - - - - Help - 帮助 - - - - Defaults - 默认 - - - - Cancel - 取消 - - - - Q3TextEdit - - - &Undo - 撤消(&U) - - - - &Redo - 恢复(&R) - - - - Cu&t - 剪切(&T) - - - - &Copy - 复制(&C) - - - - &Paste - 粘贴(&P) - - - - Clear - 清空 - - - - - Select All - 选择全部 - - - - Q3TitleBar - - - System - 系统 - - - - Restore up - 向上恢复 - - - - Minimize - 最小化 - - - - Restore down - 向下恢复 - - - - Maximize - 最大化 - - - - Close - 关闭 - - - - Contains commands to manipulate the window - 包含操作窗口的命令。 - - - - Puts a minimized back to normal - 把一个最小化窗口恢复为普通状态 - - - - Moves the window out of the way - 把窗口移到外面 - - - - Puts a maximized window back to normal - 把一个最大化窗口恢复为普通状态 - - - - Makes the window full screen - 窗口全屏化 - - - - Closes the window - 关闭窗口 - - - - Displays the name of the window and contains controls to manipulate it - 显示窗口名称并且包含维护它的控件 - - - - Q3ToolBar - - - More... - 更多... - - - - Q3UrlOperator - - - - - The protocol `%1' is not supported - 协议“%1”不被支持 - - - - The protocol `%1' does not support listing directories - 协议“%1”不支持列出目录 - - - - The protocol `%1' does not support creating new directories - 协议“%1”不支持创建新目录 - - - - The protocol `%1' does not support removing files or directories - 协议“%1”不支持移除文件或者目录 - - - - The protocol `%1' does not support renaming files or directories - 协议“%1”不支持重命名文件或者目录 - - - - The protocol `%1' does not support getting files - 协议“%1”不支持获取文件 - - - - The protocol `%1' does not support putting files - 协议“%1”不支持上传文件 - - - - - The protocol `%1' does not support copying or moving files or directories - 协议“%1”不支持复制或者移动文件或者目录 - - - - - (unknown) - (未知的) - - - - Q3Wizard - - - &Cancel - 取消(&C) - - - - < &Back - < 上一步(&B) - - - - &Next > - 下一步(&N) > - - - - &Finish - 完成(&F) - - - - &Help - 帮助(&H) - - - - QAbstractSocket - - - - - - Host not found - 主机未找到 - - - - - - Connection refused - 连接被拒绝 - - - - Connection timed out - 连接超时 - - - - - - Operation on socket is not supported - Socket操作不被支持 - - - - Socket operation timed out - 套接字操作超时 - - - - Socket is not connected - 套接字没有被连接 - - - - Network unreachable - 网络不能访问 - - - - QAbstractSpinBox - - - &Step up - 增加(&S) - - - - Step &down - 减少(&D) - - - - &Select All - 选择全部(&S) - - - - QApplication - - - Activate - 激活 - - - - Executable '%1' requires Qt %2, found Qt %3. - 执行“%1”需要Qt %2,只找到了Qt %3。 - - - - Incompatible Qt Library Error - 不兼容的Qt错误 - - - - QT_LAYOUT_DIRECTION - Translate this string to the string 'LTR' in left-to-right languages or to 'RTL' in right-to-left languages (such as Hebrew and Arabic) to get proper widget layout. - LTR - - - - Activates the program's main window - 激活这个程序的主窗口 - - - - QAxSelect - - - Select ActiveX Control - 选择ActiveX控件 - - - - OK - 确定 - - - - &Cancel - 取消(&C) - - - - COM &Object: - COM对象(&O): - - - - QCheckBox - - - Uncheck - 取消选中 - - - - Check - 选中 - - - - Toggle - 切换 - - - - QColorDialog - - - Hu&e: - 色调(&E): - - - - &Sat: - 饱和度(&S): - - - - &Val: - 亮度(&V): - - - - &Red: - 红色(&R): - - - - &Green: - 绿色(&G): - - - - Bl&ue: - 蓝色(&U): - - - - A&lpha channel: - Alpha通道(&A): - - - - Select Color - 选择颜色 - - - - &Basic colors - 基本颜色(&B) - - - - &Custom colors - 自定义颜色(&C) - - - - &Add to Custom Colors - 添加到自定义颜色(&A) - - - Select color - 选择颜色 - - - - QComboBox - - - - Open - 打开 - - - - False - - - - - True - - - - - Close - 关闭 - - - - QCoreApplication - - %1: permission denied - QSystemSemaphore - %1:权限被拒绝 - - - %1: already exists - QSystemSemaphore - %1:已经存在 - - - %1: doesn't exists - QSystemSemaphore - %1:不存在 - - - %1: out of resources - QSystemSemaphore - %1:资源耗尽了 - - - %1: unknown error %2 - QSystemSemaphore - %1:未知错误 %2 - - - - %1: key is empty - QSystemSemaphore - %1:键是空的 - - - - %1: unable to make key - QSystemSemaphore - %1:不能制造键 - - - - %1: ftok failed - QSystemSemaphore - %1:ftok 失败 - - - - QDB2Driver - - - Unable to connect - 不能连接 - - - - Unable to commit transaction - 不能提交事务 - - - - Unable to rollback transaction - 不能回滚事务 - - - - Unable to set autocommit - 不能设置自动提交 - - - - QDB2Result - - - - Unable to execute statement - 不能执行语句 - - - - Unable to prepare statement - 不能准备语句 - - - - Unable to bind variable - 不能帮定变量 - - - - Unable to fetch record %1 - 不能获取记录%1 - - - - Unable to fetch next - 不能获取下一个 - - - - Unable to fetch first - 不能获取第一个 - - - - QDateTimeEdit - - - AM - AM - - - - am - am - - - - PM - PM - - - - pm - pm - - - - QDial - - - QDial - QDial - - - - SpeedoMeter - SpeedoMeter - - - - SliderHandle - SliderHandle - - - - QDialog - - - What's This? - 这是什么? - - - - Done - 完成 - - - - QDialogButtonBox - - - - - OK - 确定 - - - - Save - 保存 - - - - &Save - 保存(&S) - - - - Open - 打开 - - - - Cancel - 取消 - - - - &Cancel - 取消(&C) - - - - Close - 关闭 - - - - &Close - 关闭(&C) - - - - Apply - 应用 - - - - Reset - 重置 - - - - Help - 帮助 - - - - Don't Save - 不保存 - - - - Discard - 抛弃 - - - - &Yes - 是(&Y) - - - - Yes to &All - 全部是(&A) - - - - &No - 否(&N) - - - - N&o to All - 全部否(&O) - - - - Save All - 保存全部 - - - - Abort - 放弃 - - - - Retry - 重试 - - - - Ignore - 忽略 - - - - Restore Defaults - 恢复默认 - - - - Close without Saving - 不保存关闭 - - - - &OK - 确定(&O) - - - - QDirModel - - - Name - 名称 - - - - Size - 大小 - - - - Kind - Match OS X Finder - 类型 - - - - Type - All other platforms - 类型 - - - - Date Modified - 日期被修改 - - - - QDockWidget - - - Close - 关闭 - - - - Dock - 锚接 - - - - Float - 浮动 - - - - QDoubleSpinBox - - - More - 更多 - - - - Less - 更少 - - - - QErrorMessage - - - Debug Message: - 调试消息: - - - - Warning: - 警告: - - - - Fatal Error: - 致命错误: - - - - &Show this message again - 再次显示这个消息(&S) - - - - &OK - 确定(&O) - - - - QFile - - - - Destination file exists - 目标文件已存在 - - - - Cannot remove source file - - - - - Cannot open %1 for input - 无法输入 %1 - - - - Cannot open for output - 无法输出 - - - - Failure to write block - 写块失败 - - - - Cannot create %1 for output - 无法创建 %1 - - - - QFileDialog - - - - All Files (*) - 所有文件 (*) - - - - Directories - 目录 - - - - - - - &Open - 打开(&O) - - - - - &Save - 保存(&S) - - - - Open - 打开 - - - - %1 already exists. -Do you want to replace it? - %1已经存在。 -你想要替换它么? - - - - %1 -File not found. -Please verify the correct file name was given. - 文件%1 -没有找到。 -请核实已给定正确文件名。 - - - - My Computer - 我的计算机 - - - - &Rename - 重命名(&R) - - - - &Delete - 删除(&D) - - - - Show &hidden files - 显示隐藏文件(&H) - - - - - Back - 后退 - - - - - Parent Directory - 父目录 - - - - - List View - 列表视图 - - - - - Detail View - 详细视图 - - - - - Files of type: - 文件类型: - - - - - Directory: - 目录: - - - - - %1 -Directory not found. -Please verify the correct directory name was given. - 目录%1 -没有找到。 -请核实已给定正确目录名。 - - - - '%1' is write protected. -Do you want to delete it anyway? - “%1“是写保护的。 -你还是想删除它么? - - - - Are sure you want to delete '%1'? - 你确认你想删除“%1“? - - - - Could not delete directory. - 不能删除目录。 - - - - Recent Places - 最近的地方 - - - - Save As - 另存为 - - - - Drive - 驱动器 - - - - - File - 文件 - - - - Unknown - 未知的 - - - - Find Directory - 查找目录 - - - - Show - 显示 - - - - - Forward - 前进 - - - - New Folder - 新建文件夹 - - - - &New Folder - 新建文件夹(&N) - - - - - &Choose - 选择(&C) - - - - Remove - 移除 - - - - - File &name: - 文件名称(&N): - - - - - Look in: - 查看: - - - - - Create New Folder - 创建新文件夹 - - - - All Files (*.*) - 所有文件 (*.*) - - - - QFileSystemModel - - - %1 TB - %1 TB - - - - %1 GB - %1 GB - - - - %1 MB - %1 MB - - - - %1 KB - %1千字节 - - - - %1 bytes - %1字节 - - - - Invalid filename - 无效文件名 - - - - <b>The name "%1" can not be used.</b><p>Try using another name, with fewer characters or no punctuations marks. - <b>名称“%1“不能被使用。</b><p>请使用另外一个包含更少字符或者不含有标点符号的名称。 - - - - Name - 名称 - - - - Size - 大小 - - - - Kind - Match OS X Finder - 类型 - - - - Type - All other platforms - 类型 - - - - Date Modified - 日期被修改 - - - - My Computer - 我的计算机 - - - - Computer - 计算机 - - - - QFontDatabase - - - - Normal - 普通 - - - - - - Bold - 粗体 - - - - - Demi Bold - 半粗体 - - - - - - Black - 黑体 - - - - Demi - 半体 - - - - - Light - 轻体 - - - - - Italic - 意大利体 - - - - - Oblique - 斜体 - - - - Any - 任意 - - - - Latin - 拉丁文 - - - - Greek - 希腊文 - - - - Cyrillic - 西里尔文 - - - - Armenian - 亚美尼亚文 - - - - Hebrew - 希伯来文 - - - - Arabic - 阿拉伯文 - - - - Syriac - 叙利亚文 - - - - Thaana - 马尔代夫文 - - - - Devanagari - 梵文 - - - - Bengali - 孟加拉文 - - - - Gurmukhi - 旁遮普文 - - - - Gujarati - 古吉拉特文 - - - - Oriya - 奥里雅文 - - - - Tamil - 泰米尔文 - - - - Telugu - 泰卢固文 - - - - Kannada - 埃纳德文 - - - - Malayalam - 马拉亚拉姆文 - - - - Sinhala - 僧伽罗文 - - - - Thai - 泰国文 - - - - Lao - 老挝文 - - - - Tibetan - 藏文 - - - - Myanmar - 缅甸文 - - - - Georgian - 格鲁吉亚文 - - - - Khmer - 谷美尔文 - - - - Simplified Chinese - 简体中文 - - - - Traditional Chinese - 繁体中文 - - - - Japanese - 日文 - - - - Korean - 韩文 - - - - Vietnamese - 越南文 - - - - Symbol - 符号 - - - - Ogham - 欧甘文 - - - - Runic - 古北欧文 - - - - QFontDialog - - - &Font - 字体(&F) - - - - Font st&yle - 字体风格(&Y) - - - - &Size - 大小(&S) - - - - Effects - 效果 - - - - Stri&keout - 删除线(&K) - - - - &Underline - 下划线(&U) - - - - Sample - 实例 - - - - Wr&iting System - 书写系统(&I) - - - - - Select Font - 选择字体 - - - - QFtp - - - - Not connected - 没有连接 - - - - - Host %1 not found - 主机%1没有找到 - - - - - Connection refused to host %1 - 连接被主机 %1 拒绝 - - - - Connection timed out to host %1 - 主机%1连接超时 - - - - - - Connected to host %1 - 连接到主机%1了 - - - - - Connection refused for data connection - 因为数据连接而被拒绝连接 - - - - - - - Unknown error - 未知的错误 - - - - - Connecting to host failed: -%1 - 连接主机失败: -%1 - - - - - Login failed: -%1 - 登录失败: -%1 - - - - - Listing directory failed: -%1 - 列出目录失败: -%1 - - - - - Changing directory failed: -%1 - 改变目录失败: -%1 - - - - - Downloading file failed: -%1 - 下载文件失败: -%1 - - - - - Uploading file failed: -%1 - 上传文件失败: -%1 - - - - - Removing file failed: -%1 - 移除文件失败: -%1 - - - - - Creating directory failed: -%1 - 创建目录失败: -%1 - - - - - Removing directory failed: -%1 - 移除目录失败: -%1 - - - - - - Connection closed - 连接关闭了 - - - - Host %1 found - 主机%1找到了 - - - - Connection to %1 closed - 到%1的连接关闭了 - - - - Host found - 主机找到了 - - - - Connected to host - 连接到主机了 - - - - QHostInfo - - - Unknown error - 未知的错误 - - - - QHostInfoAgent - - - - - - - - - - Host not found - 主机未找到 - - - - - - - Unknown address type - 未知的地址类型 - - - - - - Unknown error - 未知的错误 - - - - QHttp - - - - - - Unknown error - 未知的错误 - - - - - Request aborted - 请求被放弃了 - - - - - No server set to connect to - 没有设置要连接的服务器 - - - - - Wrong content length - 错误的内容长度 - - - - - Server closed connection unexpectedly - 服务器异常地关闭了连接 - - - - Unknown authentication method - - - - - Error writing response to device - 向设备中进行写回复时发生错误 - - - - - Connection refused - 连接被拒绝 - - - - - - Host %1 not found - 主机%1没有找到 - - - - - - - HTTP request failed - HTTP请求失败 - - - - - Invalid HTTP response header - 无效的HTTP响应头 - - - - - - - Invalid HTTP chunked body - 无效的HTTP臃肿体 - - - - Host %1 found - 主机%1找到了 - - - - Connected to host %1 - 连接到%1主机了 - - - - Connection to %1 closed - 到%1的连接关闭了 - - - - Host found - 主机找到了 - - - - Connected to host - 连接到主机了 - - - - - Connection closed - 连接关闭了 - - - - Proxy authentication required - 代理需要认证 - - - - Authentication required - 需要认证 - - - - Connection refused (or timed out) - 连接被拒绝(或者超时) - - - - Proxy requires authentication - 代理需要验证 - - - - Host requires authentication - 主机需要验证 - - - - Data corrupted - 数据错误 - - - - Unknown protocol specified - 所指定的协议是未知的 - - - - SSL handshake failed - SSL 握手失败 - - - - HTTPS connection requested but SSL support not compiled in - HTTPS 连接需要 SSL,但它没有被编译进来 - - - - QHttpSocketEngine - - - Did not receive HTTP response from proxy - 未收到代理的HTTP响应 - - - - Error parsing authentication request from proxy - 解析代理的认证请求出错 - - - - Authentication required - 需要认证 - - - - Proxy denied connection - 代理拒绝连接 - - - - Error communicating with HTTP proxy - 和HTTP代理通讯时发生错误 - - - - Proxy server not found - 未找到代理服务器 - - - - Proxy connection refused - 代理连接被拒绝 - - - - Proxy server connection timed out - 代理服务器连接超时 - - - - Proxy connection closed prematurely - 代理连接过早关闭 - - - - QIBaseDriver - - - Error opening database - 打开数据库错误 - - - - Could not start transaction - 不能开始事务 - - - - Unable to commit transaction - 不能提交事务 - - - - Unable to rollback transaction - 不能回滚事务 - - - - QIBaseResult - - - Unable to create BLOB - 不能创建BLOB - - - - Unable to write BLOB - 不能写入BLOB - - - - Unable to open BLOB - 不能打开BLOB - - - - Unable to read BLOB - 不能读取BLOB - - - - - Could not find array - 不能找到数组 - - - - Could not get array data - 不能得到数组数据 - - - - Could not get query info - 不能得到查询信息 - - - - Could not start transaction - 不能开始事务 - - - - Unable to commit transaction - 不能提交事务 - - - - Could not allocate statement - 不能分配语句 - - - - Could not prepare statement - 不能准备语句 - - - - - Could not describe input statement - 不能描述输入语句 - - - - Could not describe statement - 不能描述语句 - - - - Unable to close statement - 不能关闭语句 - - - - Unable to execute query - 不能执行查询 - - - - Could not fetch next item - 不能获取下一项 - - - - Could not get statement info - 不能得到语句信息 - - - - QIODevice - - - Permission denied - 权限被拒绝 - - - - Too many open files - 太多打开的文件 - - - - No such file or directory - 没有这个文件或者目录 - - - - No space left on device - 设备上没有空间了 - - - - Unknown error - 未知的错误 - - - - QInputContext - - - XIM - XIM - - - - XIM input method - XIM输入法 - - - - Windows input method - Windows输入法 - - - - Mac OS X input method - Mac OS X输入法 - - - - QInputDialog - - - Enter a value: - 输入一个值: - - - - QLibrary - - QLibrary::load_sys: Cannot load %1 (%2) - QLibrary::load_sys: 不能载入%1 (%2) - - - QLibrary::unload_sys: Cannot unload %1 (%2) - QLibrary::unload_sys:不能卸载%1 (%2) - - - QLibrary::resolve_sys: Symbol "%1" undefined in %2 (%3) - QLibrary::resolve_sys: 符号“%1”在%2(%3)没有被定义 - - - - Could not mmap '%1': %2 - 不能映射”%1“:%2 - - - - Plugin verification data mismatch in '%1' - “%1“中的插件验证数据不匹配 - - - - Could not unmap '%1': %2 - 不能取消映射“%1“:%2 - - - - The plugin '%1' uses incompatible Qt library. (%2.%3.%4) [%5] - 插件“%1”使用了不兼容的Qt库。(%2.%3.%4) [%5] - - - - The plugin '%1' uses incompatible Qt library. Expected build key "%2", got "%3" - 插件“%1“使用了不兼容的Qt库。期待的构建键是“%2“,得到的却是”%3“ - - - - Unknown error - 未知的错误 - - - - - The shared library was not found. - 共享库没有被找到。 - - - - The file '%1' is not a valid Qt plugin. - 文件“%1“不是有效的Qt插件。 - - - - The plugin '%1' uses incompatible Qt library. (Cannot mix debug and release libraries.) - 插件“%1“使用了不兼容的Qt库。(不能混合使用库的调试版本和发布版本。) - - - - - Cannot load library %1: %2 - 无法加载库%1:%2 - - - - - Cannot unload library %1: %2 - 无法卸载库%1:%2 - - - - - Cannot resolve symbol "%1" in %2: %3 - 无法解析%2中的符号“%2”:%3 - - - - QLineEdit - - - &Undo - 撤消(&U) - - - - &Redo - 恢复(&R) - - - - Cu&t - 剪切(&T) - - - - &Copy - 复制(&C) - - - - &Paste - 粘贴(&P) - - - - Delete - 删除 - - - - Select All - 选择全部 - - - - QLocalServer - - - - %1: Name error - %1: 名称错误 - - - - %1: Permission denied - %1:权限被拒绝 - - - - %1: Address in use - %1:地址正在被使用 - - - - - %1: Unknown error %2 - %1:未知错误 %2 - - - - QLocalSocket - - - - %1: Connection refused - %1:连接被拒绝 - - - - - %1: Remote closed - %1:远程已关闭 - - - - - - - %1: Invalid name - %1:无效名称 - - - - - %1: Socket access error - %1:套接字访问错误 - - - - - %1: Socket resource error - %1:套接字资源错误 - - - - - %1: Socket operation timed out - %1:套接字操作超时 - - - - - %1: Datagram too large - %1:数据报太大 - - - - - - %1: Connection error - %1:连接错误 - - - - - %1: The socket operation is not supported - %1:套接字操作不被支持 - - - - %1: Unknown error - %1:未知错误 - - - - - %1: Unknown error %2 - %1:未知错误 %2 - - - - QMYSQLDriver - - - Unable to open database ' - 不能打开数据库 - - - - Unable to connect - 不能连接 - - - - Unable to begin transaction - 不能开始事务 - - - - Unable to commit transaction - 不能提交事务 - - - - Unable to rollback transaction - 不能回滚事务 - - - - QMYSQLResult - - - Unable to fetch data - 不能获取数据 - - - - Unable to execute query - 不能执行查询 - - - - Unable to store result - 不能存储结果 - - - - - Unable to prepare statement - 不能准备语句 - - - - Unable to reset statement - 不能重置语句 - - - - Unable to bind value - 不能绑定值 - - - - Unable to execute statement - 不能执行语句 - - - - - Unable to bind outvalues - 不能绑定外值 - - - - Unable to store statement results - 不能存储语句结果 - - - - Unable to execute next query - 不能执行下一个查询 - - - - Unable to store next result - 不能存储下一个结果 - - - - QMdiArea - - - (Untitled) - (未命名的) - - - - QMdiSubWindow - - - %1 - [%2] - %1 - [%2] - - - - Close - 关闭 - - - - Minimize - 最小化 - - - - Restore Down - 向下恢复 - - - - &Restore - 恢复(&R) - - - - &Move - 移动(&M) - - - - &Size - 大小(&S) - - - - Mi&nimize - 最小化(&N) - - - - Ma&ximize - 最大化(&X) - - - - Stay on &Top - 总在最前(&T) - - - - &Close - 关闭(&C) - - - - - [%1] - - [%1] - - - - Maximize - 最大化 - - - - Unshade - 取消遮蔽 - - - - Shade - 遮蔽 - - - - Restore - 恢复 - - - - Help - 帮助 - - - - Menu - 菜单 - - - - QMenu - - - - Close - 关闭 - - - - - Open - 打开 - - - - - - Execute - 执行 - - - - QMenuBar - - About - 关于 - - - Config - 配置 - - - Preference - 首选项 - - - Options - 选项 - - - Setting - 设置 - - - Setup - 安装 - - - Quit - 退出 - - - Exit - 退出 - - - About %1 - 关于%1 - - - About Qt - 关于Qt - - - Preferences - 首选项 - - - Quit %1 - 退出%1 - - - - QMessageBox - - - Help - 帮助 - - - - - - - OK - 确定 - - - - About Qt - 关于Qt - - - <p>This program uses Qt version %1.</p> - <p>这个程序使用的是Qt %1版。</p> - - - - Show Details... - 显示细节…… - - - - Hide Details... - 隐藏细节…… - - - - <h3>About Qt</h3><p>This program uses Qt version %1.</p><p>Qt is a C++ toolkit for cross-platform application development.</p><p>Qt provides single-source portability across MS&nbsp;Windows, Mac&nbsp;OS&nbsp;X, Linux, and all major commercial Unix variants. Qt is also available for embedded devices as Qt for Embedded Linux and Qt for Windows CE.</p><p>Qt is available under three different licensing options designed to accommodate the needs of our various users.</p>Qt licensed under our commercial license agreement is appropriate for development of proprietary/commercial software where you do not want to share any source code with third parties or otherwise cannot comply with the terms of the GNU LGPL version 2.1 or GNU GPL version 3.0.</p><p>Qt licensed under the GNU LGPL version 2.1 is appropriate for the development of Qt applications (proprietary or open source) provided you can comply with the terms and conditions of the GNU LGPL version 2.1.</p><p>Qt licensed under the GNU General Public License version 3.0 is appropriate for the development of Qt applications where you wish to use such applications in combination with software subject to the terms of the GNU GPL version 3.0 or where you are otherwise willing to comply with the terms of the GNU GPL version 3.0.</p><p>Please see <a href="http://qt.nokia.com/products/licensing">qt.nokia.com/products/licensing</a> for an overview of Qt licensing.</p><p>Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).</p><p>Qt is a Nokia product. See <a href="http://qt.nokia.com/">qt.nokia.com</a> for more information.</p> - - - - <h3>About Qt</h3>%1<p>Qt is a C++ toolkit for cross-platform application development.</p><p>Qt provides single-source portability across MS&nbsp;Windows, Mac&nbsp;OS&nbsp;X, Linux, and all major commercial Unix variants. Qt is also available for embedded devices as Qt for Embedded Linux and Qt for Windows CE.</p><p>Qt is a Nokia product. See <a href="http://qt.nokia.com/">qt.nokiae.com</a> for more information.</p> - <h3>关于Qt</h3>%1<p>Qt是一个用于跨平台应用程序开发的C++工具包。</p><p>对于MS&nbsp;Windows、Mac&nbsp;OS&nbsp;X、Linux和所有主流商业Unix,Qt提供了单一源程序的可移植性。Qt也有用于嵌入式Linux和Windows CE的版本。</p><p>Qt是Nokia的产品。有关更多信息,请参考<a href="http://qt.nokia.com/">qt.nokia.com</a>。</p> - - - <p>This program uses Qt Open Source Edition version %1.</p><p>Qt Open Source Edition is intended for the development of Open Source applications. You need a commercial Qt license for development of proprietary (closed source) applications.</p><p>Please see <a href="http://qt.nokia.com/company/model/">qt.nokia.com/company/model/</a> for an overview of Qt licensing.</p> - <p>这个程序使用了Qt %1开源版本。</p><p>Qt开源版本只用于开源应用程序的开发。如果要开发私有(闭源)软件,你需要一个商业的Qt协议。</p><p>有关Qt协议的概览,请参考<a href="http://qt.nokia.com/company/model/">qt.nokia.com/company/model/</a>。</p> - - - <h3>About Qt</h3>%1<p>Qt is a C++ toolkit for cross-platform application development.</p><p>Qt provides single-source portability across MS&nbsp;Windows, Mac&nbsp;OS&nbsp;X, Linux, and all major commercial Unix variants. Qt is also available for embedded devices as Qt Embedded.</p><p>Qt is a Trolltech product. See <a href="http://qt.nokia.com/">qt.nokia.com</a> for more information.</p> - <h3>关于Qt</h3>%1<p>Qt是一个用于跨平台应用程序开发的C++工具包。</p><p>对于MS&nbsp;Windows、Mac&nbsp;OS&nbsp;X、Linux和所有主流商业Unix,Qt提供了单一源程序的可移植性。Qt对于嵌入式平台也是可用的,在嵌入式平台上它被称为Qt Embedded。</p><p>Qt是Trolltech的产品。有关更多信息,请参考<a href="http://qt.nokia.com/">qt.nokia.com</a>。</p> - - - - QMultiInputContext - - - Select IM - 选择输入法 - - - - QMultiInputContextPlugin - - - Multiple input method switcher - 多输入法切换器 - - - - Multiple input method switcher that uses the context menu of the text widgets - 使用文本窗口部件上下文菜单的多输入法切换器 - - - - QNativeSocketEngine - - - The remote host closed the connection - 远端主机关闭了这个连接 - - - - Network operation timed out - 网络操作超时 - - - - Out of resources - 资源耗尽了 - - - - Unsupported socket operation - 不被支持的套接字操作 - - - - Protocol type not supported - 协议类型不被支持 - - - - Invalid socket descriptor - 无效的套接字描述符 - - - - Network unreachable - 网络不能访问 - - - - Permission denied - 权限被拒绝 - - - - Connection timed out - 连接超时 - - - - Connection refused - 连接被拒绝 - - - - The bound address is already in use - 要启用的地址已经被使用 - - - - The address is not available - 这个地址不可用 - - - - The address is protected - 这个地址被保护了 - - - - Unable to send a message - 不能发送一个消息 - - - - Unable to receive a message - 不能接收一个消息 - - - - Unable to write - 不能写入 - - - - Network error - 网络错误 - - - - Another socket is already listening on the same port - 另一个套接字已经正在监听同一端口 - - - - Unable to initialize non-blocking socket - 不能初始化非阻塞套接字 - - - - Unable to initialize broadcast socket - 不能初始化广播套接字 - - - - Attempt to use IPv6 socket on a platform with no IPv6 support - 试图在不支持IPv6支持的平台上使用IPv6套接字 - - - - Host unreachable - 主机不能访问 - - - - Datagram was too large to send - 不能发送过大的数据报 - - - - Operation on non-socket - 对非套接字操作 - - - - Unknown error - 未知的错误 - - - - The proxy type is invalid for this operation - 对于这个操作代理类型是无效的。 - - - - QNetworkAccessCacheBackend - - - Error opening %1 - 打开%1发生错误 - - - - QNetworkAccessFileBackend - - - Request for opening non-local file %1 - 正在打开非本地文件 %1 的请求 - - - - Error opening %1: %2 - 打开 %1 错误:%2 - - - - Write error writing to %1: %2 - 写入 %1 错误:%2 - - - - Cannot open %1: Path is a directory - 无法打开 %1:路径是一个目录 - - - - Read error reading from %1: %2 - 读取 %1 错误:%2 - - - - QNetworkAccessFtpBackend - - - No suitable proxy found - 未找到合适的代理 - - - - Cannot open %1: is a directory - 无法读取 %1:是一个目录 - - - - Logging in to %1 failed: authentication required - 登入 %1 失败:需要验证 - - - - Error while downloading %1: %2 - 下载 %1 时错误:%2 - - - - Error while uploading %1: %2 - 上载 %1 时错误:%2 - - - - QNetworkAccessHttpBackend - - - No suitable proxy found - 未找到合适的代理 - - - - QNetworkReply - - - Error downloading %1 - server replied: %2 - 下载 %1 错误 - 服务器回复:%2 - - - - Protocol "%1" is unknown - 协议“%1”是未知的 - - - - QNetworkReplyImpl - - - - Operation canceled - 操作被取消 - - - - QOCIDriver - - - Unable to logon - 不能登录 - - - - Unable to initialize - QOCIDriver - 不能初始化 - - - - Unable to begin transaction - 不能开始事务 - - - - Unable to commit transaction - 不能提交事务 - - - - Unable to rollback transaction - 不能回滚事务 - - - - QOCIResult - - - - - Unable to bind column for batch execute - 不能绑定批处理执行的列 - - - - Unable to execute batch statement - 不能执行批处理语句 - - - - Unable to goto next - 不能进入下一个 - - - - Unable to alloc statement - 不能分配语句 - - - - Unable to prepare statement - 不能准备语句 - - - - Unable to bind value - 不能绑定值 - - - Unable to execute select statement - 不能执行选择语句 - - - - Unable to execute statement - 不能执行语句 - - - - QODBCDriver - - - Unable to connect - 不能连接 - - - - Unable to connect - Driver doesn't support all needed functionality - 不能连接—驱动程序不支持所有功能 - - - - Unable to disable autocommit - 不能禁止自动提交 - - - - Unable to commit transaction - 不能提交事务 - - - - Unable to rollback transaction - 不能回滚事务 - - - - Unable to enable autocommit - 不能打开自动提交 - - - - QODBCResult - - - - QODBCResult::reset: Unable to set 'SQL_CURSOR_STATIC' as statement attribute. Please check your ODBC driver configuration - QODBCResult::reset: 不能把“SQL_CURSOR_STATIC”设置为语句属性。请检查你的ODBC驱动程序设置。 - - - - - Unable to execute statement - 不能执行语句 - - - - Unable to fetch next - 不能获取下一个 - - - - Unable to prepare statement - 不能准备语句 - - - - Unable to bind variable - 不能帮定变量 - - - - - - Unable to fetch last - 不能获取最后一个 - - - - Unable to fetch - 不能获取 - - - - Unable to fetch first - 不能获取第一个 - - - - Unable to fetch previous - 不能获取上一个 - - - - QObject - - - Home - - - - - Operation not supported on %1 - 在 %1 上不被支持的操作 - - - - Invalid URI: %1 - 无效的 URI:%1 - - - - Write error writing to %1: %2 - 写入 %1 错误:%2 - - - - Read error reading from %1: %2 - 读取 %1 错误:%2 - - - - Socket error on %1: %2 - %1 上的套接字错误:%2 - - - - Remote host closed the connection prematurely on %1 - 远程主机过早地关闭了在 %1 上的这个连接 - - - - Protocol error: packet of size 0 received - 协议错误:收到了大小为 0 的包 - - - - - No host name given - 未指定主机名 - - - - QPPDOptionsModel - - - Name - 名称 - - - - Value - - - - - QPSQLDriver - - - Unable to connect - 不能连接 - - - - Could not begin transaction - 不能开始事务 - - - - Could not commit transaction - 不能提交事务 - - - - Could not rollback transaction - 不能回滚事务 - - - - Unable to subscribe - 不能订阅 - - - - Unable to unsubscribe - 不能取消订阅 - - - - QPSQLResult - - - Unable to create query - 不能创建查询 - - - - Unable to prepare statement - 不能准备语句 - - - - QPageSetupWidget - - - Centimeters (cm) - 厘米 (cm) - - - - Millimeters (mm) - 毫米 (mm) - - - - Inches (in) - 英寸 (in) - - - - Points (pt) - 点 (pt) - - - - Form - 窗体 - - - - Paper - 纸张 - - - - Page size: - 纸张大小: - - - - Width: - 宽度: - - - - Height: - 高度: - - - - Paper source: - 纸张源: - - - - Orientation - 方向 - - - - Portrait - 纵向 - - - - Landscape - 横向 - - - - Reverse landscape - 反向横向 - - - - Reverse portrait - 反向纵向 - - - - Margins - 边距 - - - - top margin - 上边距 - - - - left margin - 左边距 - - - - right margin - 右边距 - - - - bottom margin - 下边距 - - - - QPluginLoader - - - Unknown error - 未知的错误 - - - - The plugin was not loaded. - 插件没有被载入。 - - - - QPrintDialog - - - locally connected - 本地已经连接的 - - - - - Aliases: %1 - 别名:%1 - - - - - unknown - 未知的 - - - - Print all - 打印全部 - - - - Print selection - 打印选择 - - - - Print range - 打印范围 - - - - A0 (841 x 1189 mm) - A0 (841 x 1189 毫米) - - - - A1 (594 x 841 mm) - A1 (594 x 841 毫米) - - - - A2 (420 x 594 mm) - A2 (420 x 594 毫米) - - - - A3 (297 x 420 mm) - A3 (297 x 420 毫米) - - - - A4 (210 x 297 mm, 8.26 x 11.7 inches) - A4 (210 x 297 毫米,8.26 x 11.7 英寸) - - - - A5 (148 x 210 mm) - A5 (148 x 210 毫米) - - - - A6 (105 x 148 mm) - A6 (105 x 148 毫米) - - - - A7 (74 x 105 mm) - A7 (74 x 105 毫米) - - - - A8 (52 x 74 mm) - A8 (52 x 74 毫米) - - - - A9 (37 x 52 mm) - A9 (37 x 52 毫米) - - - - B0 (1000 x 1414 mm) - B0 (1000 x 1414 毫米) - - - - B1 (707 x 1000 mm) - B1 (707 x 1000 毫米) - - - - B2 (500 x 707 mm) - B2 (500 x 707 毫米) - - - - B3 (353 x 500 mm) - B3 (353 x 500 毫米) - - - - B4 (250 x 353 mm) - B4 (250 x 353 毫米) - - - - B5 (176 x 250 mm, 6.93 x 9.84 inches) - B5 (176 x 250 毫米,6.93 x 9.84 英寸) - - - - B6 (125 x 176 mm) - B6 (125 x 176 毫米) - - - - B7 (88 x 125 mm) - B7 (88 x 125 毫米) - - - - B8 (62 x 88 mm) - B8 (62 x 88 毫米) - - - - B9 (44 x 62 mm) - B9 (44 x 62 毫米) - - - - B10 (31 x 44 mm) - B10 (31 x 44 毫米) - - - - C5E (163 x 229 mm) - C5E (163 x 229 毫米) - - - - DLE (110 x 220 mm) - DLE (110 x 220 毫米) - - - - Executive (7.5 x 10 inches, 191 x 254 mm) - Executive (7.5 x 10 英寸,191 x 254 毫米) - - - - Folio (210 x 330 mm) - Folio (210 x 330 毫米) - - - - Ledger (432 x 279 mm) - Ledger (432 x 279 毫米) - - - - Legal (8.5 x 14 inches, 216 x 356 mm) - Legal (8.5 x 14 英寸,216 x 356 毫米) - - - - Letter (8.5 x 11 inches, 216 x 279 mm) - Letter (8.5 x 11 英寸,216 x 279 毫米) - - - - Tabloid (279 x 432 mm) - Tabloid (279 x 432 毫米) - - - - US Common #10 Envelope (105 x 241 mm) - 美国普通10号信封 (105 x 241 毫米) - - - - OK - 确定 - - - - - - Print - 打印 - - - - Print To File ... - 打印到文件…… - - - - File %1 is not writable. -Please choose a different file name. - 文件%1不可写。 -请选择一个不同的文件名。 - - - - %1 already exists. -Do you want to overwrite it? - %1已经存在。 -你想覆盖它么? - - - - File exists - 文件存在 - - - - <qt>Do you want to overwrite it?</qt> - <qt>你想覆盖它么?</qt> - - - - %1 is a directory. -Please choose a different file name. - %1是目录。 -请选择一个不同的文件名。 - - - - The 'From' value cannot be greater than the 'To' value. - “从”的数值不能大于“到”的数值。 - - - - A0 - A0 - - - - A1 - A1 - - - - A2 - A2 - - - - A3 - A3 - - - - A4 - A4 - - - - A5 - A5 - - - - A6 - A6 - - - - A7 - A7 - - - - A8 - A8 - - - - A9 - A9 - - - - B0 - B0 - - - - B1 - B1 - - - - B2 - B2 - - - - B3 - B3 - - - - B4 - B4 - - - - B5 - B5 - - - - B6 - B6 - - - - B7 - B7 - - - - B8 - B8 - - - - B9 - B9 - - - - B10 - B10 - - - - C5E - C5E - - - - DLE - DLE - - - - Executive - 决策文书 - - - - Folio - 对开纸 - - - - Ledger - 帐页 - - - - Legal - 法律文书 - - - - Letter - 信纸 - - - - Tabloid - 小型报纸 - - - - US Common #10 Envelope - 美国普通10号信封 - - - - Custom - 自定义 - - - - - &Options >> - 选项(&O) >> - - - - &Print - 打印(&P) - - - - &Options << - 选项(&O) << - - - - Print to File (PDF) - 打印到文件(PDF) - - - - Print to File (Postscript) - 打印到文件(Postscript) - - - - Local file - 本地文件 - - - - Write %1 file - 写入 %1 文件 - - - - QPrintPreviewDialog - - - - Page Setup - 页面设置 - - - - %1% - %1% - - - - Print Preview - 打印预览 - - - - Next page - 下一页 - - - - Previous page - 上一页 - - - - First page - 第一页 - - - - Last page - 最后一页 - - - - Fit width - 适应宽度 - - - - Fit page - 适应页面 - - - - Zoom in - 放大 - - - - Zoom out - 缩小 - - - - Portrait - 纵向 - - - - Landscape - 横向 - - - - Show single page - 显示单页 - - - - Show facing pages - 显示当前页 - - - - Show overview of all pages - 显示所有页的概览 - - - - Print - 打印 - - - - Page setup - 打印设置 - - - - Close - 关闭 - - - - Export to PDF - 导出为PDF - - - - Export to PostScript - 导出为PostScript - - - - QPrintPropertiesWidget - - - Form - 窗体 - - - - Page - - - - - Advanced - 高级 - - - - QPrintSettingsOutput - - - Form - 窗体 - - - - Copies - 拷贝 - - - - Print range - 打印范围 - - - - Print all - 打印全部 - - - - Pages from - 页数从 - - - - to - - - - - Selection - 选择 - - - - Output Settings - 输出设置 - - - - Copies: - 备份: - - - - Collate - 校对 - - - - Reverse - 反向 - - - - Options - 选项 - - - - Color Mode - 彩色模式 - - - - Color - 彩色 - - - - Grayscale - 灰度 - - - - Duplex Printing - 两部分打印 - - - - None - - - - - Long side - 长侧 - - - - Short side - 短侧 - - - - QPrintWidget - - - Form - 窗体 - - - - Printer - 打印机 - - - - &Name: - 名称(&N): - - - - P&roperties - 属性(&R) - - - - Location: - 位置: - - - - Preview - 预览 - - - - Type: - 类型: - - - - Output &file: - 输出文件(&F): - - - - ... - ... - - - - QProcess - - - - Could not open input redirection for reading - 无法打开用于读取的输入重定向 - - - - - Could not open output redirection for writing - 无法打开用于写入的输出重定向 - - - - Resource error (fork failure): %1 - 资源错误(fork失败):%1 - - - - - - - - - - - - Process operation timed out - 进程处理超时 - - - - - - - Error reading from process - 从进程中读取时发生错误 - - - - - - Error writing to process - 向进程写入时发生错误 - - - - Process crashed - 进程已崩溃 - - - - No program defined - - - - - Process failed to start - 启动进程失败 - - - - QProgressDialog - - - Cancel - 撤消 - - - - QPushButton - - - Open - 打开 - - - - QRadioButton - - - Check - 选中 - - - - QRegExp - - - no error occurred - 没有错误发生 - - - - disabled feature used - 使用了失效的特效 - - - - bad char class syntax - 错误的字符类语法 - - - - bad lookahead syntax - 错误的预测语法 - - - - bad repetition syntax - 错误的重复语法 - - - - invalid octal value - 无效的八进制数值 - - - - missing left delim - 找不到左分隔符 - - - - unexpected end - 意外的终止 - - - - met internal limit - 遇到内部限制 - - - - QSQLite2Driver - - - Error to open database - 打开数据库错误 - - - - Unable to begin transaction - 不能开始事务 - - - - Unable to commit transaction - 不能提交事务 - - - - Unable to rollback Transaction - 不能回滚事务 - - - - QSQLite2Result - - - Unable to fetch results - 不能获取结果 - - - - Unable to execute statement - 不能执行语句 - - - - QSQLiteDriver - - - Error opening database - 打开数据库错误 - - - - Error closing database - 关闭数据库错误 - - - - Unable to begin transaction - 不能开始事务 - - - - Unable to commit transaction - 不能提交事务 - - - - Unable to rollback transaction - 不能回滚事务 - - - - QSQLiteResult - - - - - Unable to fetch row - 不能获取行 - - - - Unable to execute statement - 不能执行语句 - - - - Unable to reset statement - 不能重置语句 - - - - Unable to bind parameters - 不能绑定参数 - - - - Parameter count mismatch - 参数数量不匹配 - - - - No query - 没有查询 - - - - QScrollBar - - - Scroll here - 滚动到这里 - - - - Left edge - 左边缘 - - - - Top - 顶部 - - - - Right edge - 右边缘 - - - - Bottom - 底部 - - - - Page left - 左一页 - - - - - Page up - 上一页 - - - - Page right - 右一页 - - - - - Page down - 下一页 - - - - Scroll left - 向左滚动 - - - - Scroll up - 向上滚动 - - - - Scroll right - 向右滚动 - - - - Scroll down - 向下滚动 - - - - Line up - 向上排列 - - - - Position - 位置 - - - - Line down - 向下排列 - - - - QSharedMemory - - - %1: unable to set key on lock - %1:无法设置锁定的键 - - - - %1: create size is less then 0 - %1:创建的大小小于 0 - - - - - %1: unable to lock - %1:无法锁定 - - - - %1: unable to unlock - %1:无法取消锁定 - - - - - %1: permission denied - %1:权限被拒绝 - - - - - %1: already exists - %1:已经存在 - - - - - %1: doesn't exists - %1:不存在 - - - - - %1: out of resources - %1:资源耗尽了 - - - - - %1: unknown error %2 - %1:未知错误 %2 - - - - %1: key is empty - %1:键是空的 - - - - %1: unix key file doesn't exists - %1:Unix 键文件不存在 - - - - %1: ftok failed - %1:ftok 失败 - - - - - %1: unable to make key - %1:不能制造键 - - - - %1: system-imposed size restrictions - %1:系统预设大小限制 - - - - %1: not attached - %1:没有附加 - - - - %1: invalid size - %1:无效大小 - - - - %1: key error - %1: 键错误 - - - - %1: size query failed - %1:大小查询失败 - - - - QShortcut - - - Space - 空格 - - - - Esc - Esc - - - - Tab - Tab - - - - Backtab - Backtab - - - - Backspace - Backspace - - - - Return - Return - - - - Enter - Enter - - - - Ins - Ins - - - - Del - Del - - - - Pause - Pause - - - - Print - Print - - - - SysReq - SysReq - - - - Home - Home - - - - End - End - - - - Left - Left - - - - Up - Up - - - - Right - Right - - - - Down - Down - - - - PgUp - PgUp - - - - PgDown - PgDown - - - - CapsLock - CapsLock - - - - NumLock - NumLock - - - - ScrollLock - ScrollLock - - - - Menu - Menu - - - - Help - Help - - - - Back - 后退 - - - - Forward - 前进 - - - - Stop - 停止 - - - - Refresh - 刷新 - - - - Volume Down - 调小音量 - - - - Volume Mute - 静音 - - - - Volume Up - 调大音量 - - - - Bass Boost - 低音增强 - - - - Bass Up - 调大低音 - - - - Bass Down - 调小低音 - - - - Treble Up - 调大高音 - - - - Treble Down - 调小高音 - - - - Media Play - 多媒体播放 - - - - Media Stop - 多媒体停止 - - - - Media Previous - 上一个多媒体 - - - - Media Next - 下一个多媒体 - - - - Media Record - 多媒体记录 - - - - Favorites - 最喜爱的 - - - - Search - 搜索 - - - - Standby - 等待 - - - - Open URL - 打开URL - - - - Launch Mail - 启动邮件 - - - - Launch Media - 启动多媒体 - - - - Launch (0) - 启动 (0) - - - - Launch (1) - 启动 (1) - - - - Launch (2) - 启动 (2) - - - - Launch (3) - 启动 (3) - - - - Launch (4) - 启动 (4) - - - - Launch (5) - 启动 (5) - - - - Launch (6) - 启动 (6) - - - - Launch (7) - 启动 (7) - - - - Launch (8) - 启动 (8) - - - - Launch (9) - 启动 (9) - - - - Launch (A) - 启动 (A) - - - - Launch (B) - 启动 (B) - - - - Launch (C) - 启动 (C) - - - - Launch (D) - 启动 (D) - - - - Launch (E) - 启动 (E) - - - - Launch (F) - 启动 (F) - - - - Print Screen - Print Screen - - - - Page Up - Page Up - - - - Page Down - Page Down - - - - Caps Lock - Caps Lock - - - - Num Lock - Num Lock - - - - Number Lock - Number Lock - - - - Scroll Lock - Scroll Lock - - - - Insert - Insert - - - - Delete - Delete - - - - Escape - Escape - - - - System Request - System Request - - - - Select - 选择 - - - - Yes - - - - - No - - - - - Context1 - 上下文1 - - - - Context2 - 上下文2 - - - - Context3 - 上下文3 - - - - Context4 - 上下文4 - - - - Call - 呼叫 - - - - Hangup - 挂起 - - - - Flip - 翻转 - - - - - Ctrl - Ctrl - - - - - Shift - Shift - - - - - Alt - Alt - - - - - Meta - Meta - - - - + - + - - - - F%1 - F%1 - - - - Home Page - 主页 - - - - QSlider - - - Page left - 左一页 - - - - Page up - 上一页 - - - - Position - 位置 - - - - Page right - 右一页 - - - - Page down - 下一页 - - - - QSocks5SocketEngine - - - Connection to proxy refused - 代理拒绝连接 - - - - Connection to proxy closed prematurely - 代理连接过早关闭 - - - - Proxy host not found - 代理主机未找到 - - - - Connection to proxy timed out - 代理连接超时 - - - - Proxy authentication failed - 代理认证失败 - - - - Proxy authentication failed: %1 - 代理认证失败: %1 - - - - SOCKS version 5 protocol error - SOCKS版本5协议错误 - - - - General SOCKSv5 server failure - 常规服务器失败 - - - - Connection not allowed by SOCKSv5 server - 连接不被SOCKSv5服务器允许 - - - - TTL expired - TTL已过期 - - - - SOCKSv5 command not supported - 不支持的SOCKSv5命令 - - - - Address type not supported - 不支持的地址类型 - - - - Unknown SOCKSv5 proxy error code 0x%1 - 未知SOCKSv5代理,错误代码 0x%1 - - - Socks5 timeout error connecting to socks server - 连接到套接字服务器的时候,Socks5超时错误 - - - - Network operation timed out - 网络操作超时 - - - - QSpinBox - - - More - 更多 - - - - Less - 更少 - - - - QSql - - - Delete - 删除 - - - - Delete this record? - 删除这条记录? - - - - - - Yes - - - - - - - No - - - - - Insert - 插入 - - - - Update - 更新 - - - - Save edits? - 保存编辑? - - - - Cancel - 取消 - - - - Confirm - 确认 - - - - Cancel your edits? - 取消您的编辑? - - - - QSslSocket - - - Unable to write data: %1 - 不能写入数据:%1 - - - - Error while reading: %1 - 读取时错误:%1 - - - - Error during SSL handshake: %1 - SSL握手错误:%1 - - - - Error creating SSL context (%1) - 创建SSL上下文错误(%1) - - - - Invalid or empty cipher list (%1) - 无效或者空白的密码列表(%1) - - - - Error creating SSL session, %1 - 创建SSL会话错误,%1 - - - - Error creating SSL session: %1 - 创建SSL会话错误:%1 - - - - Cannot provide a certificate with no key, %1 - 不能提供没有键的证书,%1 - - - - Error loading local certificate, %1 - 不能载入本地证书,%1 - - - - Error loading private key, %1 - 不能载入私有键,%1 - - - - Private key does not certificate public key, %1 - 私有键不能验证公有键,%1 - - - - QSystemSemaphore - - - - %1: out of resources - %1:资源耗尽了 - - - - - %1: permission denied - %1:权限被拒绝 - - - - %1: already exists - %1:已经存在 - - - - %1: does not exist - %1:不存在 - - - - - %1: unknown error %2 - %1:未知错误 %2 - - - - QTDSDriver - - - Unable to open connection - 不能打开连接 - - - - Unable to use database - 不能使用数据库 - - - - QTabBar - - - Scroll Left - 向左滚动 - - - - Scroll Right - 向右滚动 - - - - QTcpServer - - - Operation on socket is not supported - socket操作不被支持 - - - - QTextControl - - - &Undo - 撤消(&U) - - - - &Redo - 恢复(&R) - - - - Cu&t - 剪切(&T) - - - - &Copy - 复制(&C) - - - - Copy &Link Location - 复制链接位置(&L) - - - - &Paste - 粘贴(&P) - - - - Delete - 删除 - - - - Select All - 选择全部 - - - - QToolButton - - - - Press - 按下 - - - - - Open - 打开 - - - - QUdpSocket - - - This platform does not support IPv6 - 这个平台不支持IPv6 - - - - QUndoGroup - - - Undo - 撤销 - - - - Redo - 恢复 - - - - QUndoModel - - - <empty> - <空白> - - - - QUndoStack - - - Undo - 撤销 - - - - Redo - 恢复 - - - - QUnicodeControlCharacterMenu - - - LRM Left-to-right mark - LRM 从左到右标记 - - - - RLM Right-to-left mark - RLM 从右向左标记 - - - - ZWJ Zero width joiner - ZWJ 零宽度连接器 - - - - ZWNJ Zero width non-joiner - ZWNJ 零宽度非连接器 - - - - ZWSP Zero width space - ZWSP 零宽度空格 - - - - LRE Start of left-to-right embedding - LRE 开始从左到右嵌入 - - - - RLE Start of right-to-left embedding - RLE 开始从右向左嵌入 - - - - LRO Start of left-to-right override - LRO 开始从左向右覆盖 - - - - RLO Start of right-to-left override - RLO 开始从右向左覆盖 - - - - PDF Pop directional formatting - PDF 弹出方向格式 - - - - Insert Unicode control character - 插入Unicode控制字符 - - - - QWebFrame - - - Request cancelled - 请求被取消了 - - - - Request blocked - 请求被阻塞了 - - - - Cannot show URL - 无法显示 URL - - - - Frame load interruped by policy change - 因为策略调整打断了桢的加载 - - - - Cannot show mimetype - 无法显示 MIMETYPE - - - - File does not exist - 文件不存在 - - - - QWebPage - - - Bad HTTP request - 错误的 HTTP 请求 - - - - Submit - default label for Submit buttons in forms on web pages - 提交 - - - - Submit - Submit (input element) alt text for <input> elements with no alt, title, or value - 提交 - - - - Reset - default label for Reset buttons in forms on web pages - 重置 - - - - This is a searchable index. Enter search keywords: - text that appears at the start of nearly-obsolete web pages in the form of a 'searchable index' - 这是一个可以搜索的索引。请输入要搜索的关键字: - - - - Choose File - title for file button used in HTML forms - 选择文件 - - - - No file selected - text to display in file button used in HTML forms when no file is selected - 没有文件被选择 - - - - Open in New Window - Open in New Window context menu item - 在新窗口中打开 - - - - Save Link... - Download Linked File context menu item - 保存链接... - - - - Copy Link - Copy Link context menu item - 复制链接 - - - - Open Image - Open Image in New Window context menu item - 打开图片 - - - - Save Image - Download Image context menu item - 保存图片 - - - - Copy Image - Copy Link context menu item - 复制图片 - - - - Open Frame - Open Frame in New Window context menu item - 打开框架 - - - - Copy - Copy context menu item - 复制 - - - - Go Back - Back context menu item - 后退 - - - - Go Forward - Forward context menu item - 前进 - - - - Stop - Stop context menu item - 停止 - - - - Reload - Reload context menu item - 重新载入 - - - - Cut - Cut context menu item - 剪切 - - - - Paste - Paste context menu item - 粘贴 - - - - No Guesses Found - No Guesses Found context menu item - 没有找到猜测 - - - - Ignore - Ignore Spelling context menu item - 忽略 - - - - Add To Dictionary - Learn Spelling context menu item - 添加到字典 - - - - Search The Web - Search The Web context menu item - 搜索网页 - - - - Look Up In Dictionary - Look Up in Dictionary context menu item - 在字典中查找 - - - - Open Link - Open Link context menu item - 打开链接 - - - - Ignore - Ignore Grammar context menu item - 忽略 - - - - Spelling - Spelling and Grammar context sub-menu item - 拼写 - - - - Show Spelling and Grammar - menu item title - 显示拼写和语法 - - - - Hide Spelling and Grammar - menu item title - 隐藏拼写和语法 - - - - Check Spelling - Check spelling context menu item - 检查拼写 - - - - Check Spelling While Typing - Check spelling while typing context menu item - 在输入时检查拼写 - - - - Check Grammar With Spelling - Check grammar with spelling context menu item - 检查语法和拼写 - - - - Fonts - Font context sub-menu item - 字体 - - - - Bold - Bold context menu item - 粗体 - - - - Italic - Italic context menu item - 意大利体 - - - - Underline - Underline context menu item - 下划线 - - - - Outline - Outline context menu item - 轮廓 - - - - Direction - Writing direction context sub-menu item - 方向 - - - - Text Direction - Text direction context sub-menu item - 文本方向 - - - - Default - Default writing direction context menu item - 默认 - - - - LTR - Left to Right context menu item - LTR - - - - RTL - Right to Left context menu item - RTL - - - - Inspect - Inspect Element context menu item - 检查 - - - - No recent searches - Label for only item in menu that appears when clicking on the search field image, when no searches have been performed - 没有最近的搜索 - - - - Recent searches - label for first item in the menu that appears when clicking on the search field image, used as embedded menu title - 最近的搜索 - - - - Clear recent searches - menu item in Recent Searches menu that empties menu's contents - 清除最近的搜索 - - - - Unknown - Unknown filesize FTP directory listing item - 未知的 - - - - %1 (%2x%3 pixels) - Title string for images - %1 (%2x%3 像素) - - - - Web Inspector - %2 - 网页检查员 - %2 - - - - Scroll here - 滚动到这里 - - - - Left edge - 左边缘 - - - - Top - 顶部 - - - - Right edge - 右边缘 - - - - Bottom - 底部 - - - - Page left - 左一页 - - - - Page up - 上一页 - - - - Page right - 右一页 - - - - Page down - 下一页 - - - - Scroll left - 向左滚动 - - - - Scroll up - 向上滚动 - - - - Scroll right - 向右滚动 - - - - Scroll down - 向下滚动 - - - - %n file(s) - number of chosen file - - %n 个文件 - - - - - JavaScript Alert - %1 - JavaScript警告 - %1 - - - - JavaScript Confirm - %1 - JavaScript确认 - %1 - - - - JavaScript Prompt - %1 - JavaScript提示 - %1 - - - - Move the cursor to the next character - 移动光标到下一个字符 - - - - Move the cursor to the previous character - 移动光标到上一个字符 - - - - Move the cursor to the next word - 移动光标到下一个单词 - - - - Move the cursor to the previous word - 移动光标到上一个单词 - - - - Move the cursor to the next line - 移动光标到下一行 - - - - Move the cursor to the previous line - 移动光标到上一行 - - - - Move the cursor to the start of the line - 移动光标到行首 - - - - Move the cursor to the end of the line - 移动光标到行尾 - - - - Move the cursor to the start of the block - 移动光标到块首 - - - - Move the cursor to the end of the block - 移动光标到块尾 - - - - Move the cursor to the start of the document - 移动光标到文件开头 - - - - Move the cursor to the end of the document - 移动光标到文件末尾 - - - - Select all - - - - - Select to the next character - 选中到下一个字符 - - - - Select to the previous character - 选中到上一个字符 - - - - Select to the next word - 选中到下一个单词 - - - - Select to the previous word - 选中到上一个单词 - - - - Select to the next line - 选中到下一行 - - - - Select to the previous line - 选中到上一行 - - - - Select to the start of the line - 选中到行首 - - - - Select to the end of the line - 选中到行尾 - - - - Select to the start of the block - 选中到块首 - - - - Select to the end of the block - 选中到块尾 - - - - Select to the start of the document - 选中到文件首 - - - - Select to the end of the document - 选中到文件尾 - - - - Delete to the start of the word - 删除到单词首 - - - - Delete to the end of the word - 删除到单词尾 - - - - Insert a new paragraph - - - - - Insert a new line - - - - - QWhatsThisAction - - - What's This? - 这是什么? - - - - QWidget - - - * - * - - - - QWizard - - - Go Back - 返回 - - - - Continue - 继续 - - - - Commit - 提交 - - - - Done - 完成 - - - Quit - 退出 - - - - Help - 帮助 - - - - < &Back - < 上一步(&B) - - - - &Finish - 完成(&F) - - - - Cancel - 取消 - - - - &Help - 帮助(&H) - - - - &Next - 下一步(&N) - - - - &Next > - 下一步(&N) > - - - - QWorkspace - - - &Restore - 恢复(&R) - - - - &Move - 移动(&M) - - - - &Size - 大小(&S) - - - - Mi&nimize - 最小化(&N) - - - - Ma&ximize - 最大化(&X) - - - - &Close - 关闭(&C) - - - - Stay on &Top - 总在最前(&T) - - - - - Sh&ade - 卷起(&A) - - - - - %1 - [%2] - %1 - [%2] - - - - Minimize - 最小化 - - - - Restore Down - 恢复 - - - - Close - 关闭 - - - - &Unshade - 展开(&U) - - - - QXml - - - no error occurred - 没有错误发生 - - - - error triggered by consumer - 由消费者出发的错误 - - - - unexpected end of file - 意外的文件终止 - - - - more than one document type definition - 多于一个的文档类型定义 - - - - error occurred while parsing element - 在解析元素的时候发生错误 - - - - tag mismatch - 标记不匹配 - - - - error occurred while parsing content - 在解析内容的时候发生错误 - - - - unexpected character - 意外的字符 - - - - invalid name for processing instruction - 无效的处理指令名称 - - - - version expected while reading the XML declaration - 在读取XML声明的时候,版本被期待 - - - - wrong value for standalone declaration - 错误的独立声明的值 - - - - encoding declaration or standalone declaration expected while reading the XML declaration - 在读取XML声明的时候,编码声明或者独立声明被期待 - - - - standalone declaration expected while reading the XML declaration - 在读取XML声明的时候,独立声明被期待 - - - - error occurred while parsing document type definition - 在解析文档类型定义的时候发生错误 - - - - letter is expected - 字符被期待 - - - - error occurred while parsing comment - 在解析注释的时候发生错误 - - - - error occurred while parsing reference - 在解析参考的时候发生错误 - - - - internal general entity reference not allowed in DTD - 在DTD中不允许使用内部解析的通用实体参考 - - - - external parsed general entity reference not allowed in attribute value - 在属性值中不允许使用外部解析的通用实体参考 - - - - external parsed general entity reference not allowed in DTD - 在DTD中不允许使用外部解析的通用实体参考 - - - - unparsed entity reference in wrong context - 没有解析的错误上下文中的实体参考 - - - - recursive entities - 嵌套实体 - - - - error in the text declaration of an external entity - 在一个外部实体的文本声明里有错误 - - - - QXmlStream - - - - Extra content at end of document. - 文档末尾有额外内容。 - - - - Invalid entity value. - 无效的实体值。 - - - - Invalid XML character. - 无效的XML字符。 - - - - Sequence ']]>' not allowed in content. - 内容中不允许有“]]>“序列。 - - - - Namespace prefix '%1' not declared - 命名空间的”%1“前缀没有被声明 - - - - Attribute redefined. - 属性重复定义。 - - - - Unexpected character '%1' in public id literal. - 在公有标识文本中有意外的字符”%1“。 - - - - Invalid XML version string. - 无效的XML版本字符串。 - - - - Unsupported XML version. - 不被支持的XML版本。 - - - - %1 is an invalid encoding name. - %1是无效的编码名称。 - - - - Encoding %1 is unsupported - 编码%1不被支持。 - - - - Standalone accepts only yes or no. - 独立运行只允许是或者否。 - - - - Invalid attribute in XML declaration. - 在XML声明中无效的属性。 - - - - Premature end of document. - 文档过早的结束。 - - - - Invalid document. - 无效的文档。 - - - - Expected - 期待的 - - - - , but got ' - ,但是得到的是“ - - - - Unexpected ' - 意外的“ - - - - Expected character data. - 期待的字符数据。 - - - - Recursive entity detected. - 检测到嵌套实体。 - - - - Start tag expected. - 开始期待的标记。 - - - - XML declaration not at start of document. - XML声明没有在文档的开始位置。 - - - - NDATA in parameter entity declaration. - 在参数实体声明中有NDATA。 - - - - %1 is an invalid processing instruction name. - %1 是无效的处理指令名称。 - - - - Invalid processing instruction name. - 无效的处理指令名称。 - - - - - - - Illegal namespace declaration. - 非法的命名空间声明。 - - - - Invalid XML name. - 无效的XML名称。 - - - - Opening and ending tag mismatch. - 开始标记和结束标记不匹配。 - - - - Reference to unparsed entity '%1'. - 未解析实体“%1“的引用。 - - - - - - Entity '%1' not declared. - 实体”%1“没有被声明。 - - - - Reference to external entity '%1' in attribute value. - 在属性值中的外部实体“%1”的引用。 - - - - Invalid character reference. - 无效的字符引用。 - - - - - Encountered incorrectly encoded content. - 遇到不正确的编码内容。 - - - - The standalone pseudo attribute must appear after the encoding. - 独立运行伪属性必须出现在编码之后。 - - - - %1 is an invalid PUBLIC identifier. - %1是一个无效的公有(PUBLIC)标识符。 - - - - QtXmlPatterns - - - An %1-attribute with value %2 has already been declared. - 带有值 %2 的 %1 属性已经声明过了。 - - - - An %1-attribute must have a valid %2 as value, which %3 isn't. - 一个 %1 属性必须带有一个有效的 %2 作为值,但 %3 却不是。 - - - - Network timeout. - 网络超时。 - - - - Element %1 can't be serialized because it appears outside the document element. - 元素 %1 不能被串行化,因为它出现在文档元素之外。 - - - Attribute element %1 can't be serialized because it appears at the top level. - 属性元素 %1 不能被串行化,因为它出现在最顶层。 - - - - Year %1 is invalid because it begins with %2. - %1 年是无效的,因为应该从 %2 开始。 - - - - Day %1 is outside the range %2..%3. - %1 日是在 %2...%3 范围之外的。 - - - - Month %1 is outside the range %2..%3. - %1 月是在 %2...%3 范围之外的。 - - - - Overflow: Can't represent date %1. - 溢出:无法呈现数据 %1。 - - - - Day %1 is invalid for month %2. - %1 日对于 %2 月是无效的。 - - - - Time 24:%1:%2.%3 is invalid. Hour is 24, but minutes, seconds, and milliseconds are not all 0; - 时间 24:%1:%2.%3 是无效的。小时是 24,但是分钟、秒和毫秒不全为 0; - - - - Time %1:%2:%3.%4 is invalid. - 时间 %1:%2:%3.%4 是无效的。 - - - - Overflow: Date can't be represented. - 溢出:数据无法被呈现。 - - - - - At least one component must be present. - 至少有一个组件被呈现。 - - - - At least one time component must appear after the %1-delimiter. - 至少一个时间组件必须出现在这个 %1 界限之后。 - - - - No operand in an integer division, %1, can be %2. - 在整数除法中没有操作数,%1,可以是 %2。 - - - - The first operand in an integer division, %1, cannot be infinity (%2). - 除法中的第一个操作数,%1,不能是无穷(%2)。 - - - - The second operand in a division, %1, cannot be zero (%2). - 除法中的第二个操作数,%1,不能是零(%2)。 - - - - %1 is not a valid value of type %2. - %1 不是类型为 %2 的有效值。 - - - - When casting to %1 from %2, the source value cannot be %3. - 当从 %2 抛出到 %1 时,源值不能是 %3。 - - - - Integer division (%1) by zero (%2) is undefined. - 整数除法(%1)除零(%2)是未定义的。 - - - - Division (%1) by zero (%2) is undefined. - 除法(%1)除零(%2)是未定义的。 - - - - Modulus division (%1) by zero (%2) is undefined. - 求模除法(%1)除零(%2)是未定义的。 - - - - - Dividing a value of type %1 by %2 (not-a-number) is not allowed. - 一个类型为 %1 的值除以 %2(不是一个数值)是不允许的。 - - - - Dividing a value of type %1 by %2 or %3 (plus or minus zero) is not allowed. - 一个类型为 %1 的值除以 %2 或者 %3(正负零)是不允许的。 - - - - Multiplication of a value of type %1 by %2 or %3 (plus or minus infinity) is not allowed. - 一个类型为 %1 的值乘以 %2 或者 %3(正负无穷)是不允许的。 - - - - A value of type %1 cannot have an Effective Boolean Value. - 一个类型为 %1 的值不能是一个有效的布尔值(Effective Boolean Value)。 - - - - Effective Boolean Value cannot be calculated for a sequence containing two or more atomic values. - 有效的布尔值(Effective Boolean Value)不能被用于计算一个包含两个或者更多原子值的序列。 - - - - Value %1 of type %2 exceeds maximum (%3). - 类型为 %2 的值 %1 超过了最大值(%3)。 - - - - Value %1 of type %2 is below minimum (%3). - 类型为 %2 的值 %1 超过了最小值(%3)。 - - - - A value of type %1 must contain an even number of digits. The value %2 does not. - 类型为 %1 的值必须包含偶数个数字。值 %2 不是这样的。 - - - - %1 is not valid as a value of type %2. - %1 不是类型为 %2 的有效值。 - - - - Operator %1 cannot be used on type %2. - 操作符 %1 不能被用于类型 %2。 - - - - Operator %1 cannot be used on atomic values of type %2 and %3. - 操作符 %1 不能被用于类型为 %2 和 %3 的原子值。 - - - - The namespace URI in the name for a computed attribute cannot be %1. - 一个被计算的属性的名称中的命名空间 URI 不能是 %1。 - - - - The name for a computed attribute cannot have the namespace URI %1 with the local name %2. - 一个被计算的属性的名称不能使用带有本地名称 %2 的命名空间 URI %1。 - - - - Type error in cast, expected %1, received %2. - 抛出类型错误,期望的是 %1,收到的是 %2。 - - - - When casting to %1 or types derived from it, the source value must be of the same type, or it must be a string literal. Type %2 is not allowed. - 当抛出到 %1 或者它的派生类时,源类型必须是同一类型,或者它必须是一个字符串类型。类型 %2 是不被允许的。 - - - - No casting is possible with %1 as the target type. - 无法以 %1 为目标类型进行抛出。 - - - - It is not possible to cast from %1 to %2. - 无法从 %1 抛出到 %2。 - - - - Casting to %1 is not possible because it is an abstract type, and can therefore never be instantiated. - 无法抛出到 %1,因为它是一个抽象类型,并且因此无法被实例化。 - - - - It's not possible to cast the value %1 of type %2 to %3 - 无法从类型为 %2 的值 %1 抛出到 %3 - - - - Failure when casting from %1 to %2: %3 - 从 %2 抛出到 %1 失败:%3 - - - - A comment cannot contain %1 - 注释不能包含 %1 - - - - A comment cannot end with a %1. - 注释不能以 %1 结尾。 - - - - No comparisons can be done involving the type %1. - 对于类型 %1 不能进行比较。 - - - - Operator %1 is not available between atomic values of type %2 and %3. - 在类型 %2 和 %3 的原子值之间,操作符 %1 是不可用的。 - - - - An attribute node cannot be a child of a document node. Therefore, the attribute %1 is out of place. - 一个属性节点不能是一个文档节点的子节点。因此,这个属性 %1 所在位置是不合适的。 - - - - A library module cannot be evaluated directly. It must be imported from a main module. - 一个库模块不能被直接评估。它必须从一个主模块中导入。 - - - - No template by name %1 exists. - 没有名为 %1 的模板存在。 - - - - A value of type %1 cannot be a predicate. A predicate must have either a numeric type or an Effective Boolean Value type. - 类型为 %1 的值不能被判断。一个判断必须是数值类型或者一个有效的布尔值(Effective Boolean Value)类型。 - - - - A positional predicate must evaluate to a single numeric value. - 一个定位判断必须评估一个单一数值。 - - - - The target name in a processing instruction cannot be %1 in any combination of upper and lower case. Therefore, is %2 invalid. - 一个处理指令中的目标名称不能是任何大小写混合的 %1。因此,%2 是无效的。 - - - - %1 is not a valid target name in a processing instruction. It must be a %2 value, e.g. %3. - %1 不是处理指令的有效目标名称。它必须是值 %2,例如 %3。 - - - - The last step in a path must contain either nodes or atomic values. It cannot be a mixture between the two. - 一个路径中的最后一步必须包含节点或者原子值。它不能是两者的一个组合。 - - - - The data of a processing instruction cannot contain the string %1 - 处理指令的数据不能包含字符串 %1 - - - - No namespace binding exists for the prefix %1 - 对于前缀 %1,没有存在绑定的命名空间。 - - - - No namespace binding exists for the prefix %1 in %2 - 对于 %2 中的前缀 %1,没有存在绑定的命名空间。 - - - - - %1 is an invalid %2 - %1 是一个无效的 %2。 - - - - %1 takes at most %n argument(s). %2 is therefore invalid. - - %1 最多可以有 %n 个参数。因此 %2 是无效的。 - - - - - %1 requires at least %n argument(s). %2 is therefore invalid. - - %1 需要至少 %n 个参数。因此 %2 是无效的。 - - - - - The first argument to %1 cannot be of type %2. It must be a numeric type, xs:yearMonthDuration or xs:dayTimeDuration. - %1 的第一个参数不能是类型 %2 的。它必须是数字类型的,xs:yearMonthDuration 或者 xs:dayTimeDuration。 - - - - The first argument to %1 cannot be of type %2. It must be of type %3, %4, or %5. - %1 的第一个参数不能是类型 %2 的。它必须是类型 %3、%4 或者 %5 的。 - - - - The second argument to %1 cannot be of type %2. It must be of type %3, %4, or %5. - %1 的第二个参数不能是类型 %2 的。它必须是类型 %3、%4 或者 %5 的。 - - - - %1 is not a valid XML 1.0 character. - %1 不是一个有效的 XML 1.0 字符。 - - - - The first argument to %1 cannot be of type %2. - %1 的第一个参数不能是类型 %2 的。 - - - - If both values have zone offsets, they must have the same zone offset. %1 and %2 are not the same. - 如果两个值都有区偏移(zone offset),它们必须拥有相同的区偏移。%1 和 %2 的区偏移是不同的。 - - - - %1 was called. - %1 被调用了。 - - - - %1 must be followed by %2 or %3, not at the end of the replacement string. - %1 必须被 %2 或者 %3 跟随,不能在替换字符串的末尾。 - - - - In the replacement string, %1 must be followed by at least one digit when not escaped. - 在这个替换字符串中,%1 在没有被转义的时候必须被至少一个数字跟随。 - - - - In the replacement string, %1 can only be used to escape itself or %2, not %3 - 在这个替换字符串中,%1 只能被用于转义它本身或者 %2,而不是 %3 - - - - %1 matches newline characters - %1 匹配了换行符 - - - - %1 and %2 match the start and end of a line. - %1 和 %2 匹配了一行的头和尾。 - - - - Matches are case insensitive - 匹配是大小写不敏感的 - - - - Whitespace characters are removed, except when they appear in character classes - 空白字符被移除了,除非当它们出现在字符类中 - - - - %1 is an invalid regular expression pattern: %2 - %1 是正则表达式中的一个无效模式:%2 - - - - %1 is an invalid flag for regular expressions. Valid flags are: - %1 是正则表达式中的一个无效标记。有效标记为: - - - - If the first argument is the empty sequence or a zero-length string (no namespace), a prefix cannot be specified. Prefix %1 was specified. - 如果第一个参数是空序列或者零长度字符串(无命名空间),那么就不能指定前缀。前缀 %1 被指定了。 - - - - It will not be possible to retrieve %1. - 将不能获取 %1。 - - - - The root node of the second argument to function %1 must be a document node. %2 is not a document node. - 函数 %1 的第二个参数的根节点必须是一个文档节点。%2 不是一个文档节点。 - - - - The default collection is undefined - 默认收集(collection)是未定义的 - - - - %1 cannot be retrieved - 无法获取 %1 - - - - The normalization form %1 is unsupported. The supported forms are %2, %3, %4, and %5, and none, i.e. the empty string (no normalization). - 不支持正规化(normalization)表单 %1。被支持的表单是 %2、%3、%4 和 %5,以及无,例如空字符串(无正规化)。 - - - - A zone offset must be in the range %1..%2 inclusive. %3 is out of range. - 区偏移(zone offset)必须在 %1...%2 范围之内。%3 是在范围之外的。 - - - - %1 is not a whole number of minutes. - %1 不是分钟的整数。 - - - - Required cardinality is %1; got cardinality %2. - 所需要的表间关系是 %1;得到的表间关系却是 %2。 - - - - The item %1 did not match the required type %2. - 项 %1 和所需的类型 %2 不匹配。 - - - - - %1 is an unknown schema type. - %1 是一个未知的方案类型。 - - - - Only one %1 declaration can occur in the query prolog. - 只有一个 %1 的声明可以出现在查询序言中。 - - - - The initialization of variable %1 depends on itself - 变量 %1 的初始化依赖于它本身 - - - - No variable by name %1 exists - 没有名称为 %1 的变量存在。 - - - - The variable %1 is unused - 变量 %1 没有被使用 - - - - Version %1 is not supported. The supported XQuery version is 1.0. - 不支持版本 %1。被支持的 XQuery 版本是 1.0。 - - - - The encoding %1 is invalid. It must contain Latin characters only, must not contain whitespace, and must match the regular expression %2. - 编码方式 %1 是无效的。它必须只包含拉丁字符,必须不包含空白符号,并且必须和正则表达式 %2 匹配。 - - - - No function with signature %1 is available - 没有签名为 %1 的可用函数。 - - - - - A default namespace declaration must occur before function, variable, and option declarations. - 默认命名空间声明必须出现在函数、变量和选项声明之前。 - - - - Namespace declarations must occur before function, variable, and option declarations. - 命名空间声明必须出现在函数、变量和选项声明之前。 - - - - Module imports must occur before function, variable, and option declarations. - 模块导入不能出现在函数、变量和选项声明之前。 - - - - It is not possible to redeclare prefix %1. - 不能重复声明前缀 %1。 - - - Only the prefix %1 can be declared to bind the namespace %2. By default, it is already bound to the prefix %1. - 至于前缀 %1 可以被声明为和命名空间 %2 绑定。默认情况下,它已经被绑定到前缀 %1。 - - - - Prefix %1 is already declared in the prolog. - 前缀 %1 在序言中已经声明过了。 - - - - The name of an option must have a prefix. There is no default namespace for options. - 一个选项的名称必须带有前缀。对于选项没有默认命名空间。 - - - - The Schema Import feature is not supported, and therefore %1 declarations cannot occur. - 不支持方案导入(Schema Import)特性,并且因此 %1 声明不能出现。 - - - - The target namespace of a %1 cannot be empty. - %1 的目标命名空间不能为空。 - - - - The module import feature is not supported - 不支持模块导入特性 - - - A variable by name %1 has already been declared in the prolog. - 名称为 %1 的变量已经在序言中声明过了。 - - - - No value is available for the external variable by name %1. - 名称为 %1 的外部变量并没有可用的值。 - - - The namespace for a user defined function cannot be empty(try the predefined prefix %1 which exists for cases like this) - 用户定义的函数的命名空间不能为空(请试试预定义的前缀 %1,它就是用于这种情况的)。 - - - - A construct was encountered which only is allowed in XQuery. - 遇到了一个只允许在XQuery中出现的构造。 - - - - A template by name %1 has already been declared. - 模板%1已被声明 - - - - The keyword %1 cannot occur with any other mode name. - 任何其他模式名称不能出现关键字%1。 - - - - The value of attribute %1 must of type %2, which %3 isn't. - 属性%1的值必须是类型%2,但%3不是。 - - - - The prefix %1 can not be bound. By default, it is already bound to the namespace %2. - 前缀%1不能被绑定。默认的,它已被绑定到名字空间%2。 - - - - A variable by name %1 has already been declared. - 变量%1已被声明。 - - - - A stylesheet function must have a prefixed name. - 样式表函数必须有一个前缀名。 - - - - The namespace for a user defined function cannot be empty (try the predefined prefix %1 which exists for cases like this) - 用户定义函数的名字空间不能为空(试用为这种情况而存在的预定义前缀%1) - - - - The namespace %1 is reserved; therefore user defined functions may not use it. Try the predefined prefix %2, which exists for these cases. - 命名空间 %1 是保留的;因此用户定义的函数不能使用它。请试试预定义的前缀 %2,它就是用于这种情况的。 - - - - The namespace of a user defined function in a library module must be equivalent to the module namespace. In other words, it should be %1 instead of %2 - 用户在一个库模块中定义的函数的命名空间必须和这个模块的命名空间一致。也就是说,它应该是 %1,而不是 %2 - - - - A function already exists with the signature %1. - 一个带有签名 %1 的函数已经存在。 - - - - No external functions are supported. All supported functions can be used directly, without first declaring them as external - 不支持外部函数。所有支持的函数必须可以被直接使用,不能把它们声明为外部的 - - - - An argument by name %1 has already been declared. Every argument name must be unique. - 名称为 %1 的参数已经被声明了。每个参数名称必须唯一。 - - - - When function %1 is used for matching inside a pattern, the argument must be a variable reference or a string literal. - 当函数%1被用于样式匹配时,参数必须是变量参考或者字符串。 - - - - In an XSL-T pattern, the first argument to function %1 must be a string literal, when used for matching. - 在XSL-T样式中,函数%1的第一个参数必须是字符串,以便用于匹配。 - - - - In an XSL-T pattern, the first argument to function %1 must be a literal or a variable reference, when used for matching. - 在XSL-T样式中,函数%1的第一个参数必须是文字或者变量参考,以便用于匹配。 - - - - In an XSL-T pattern, function %1 cannot have a third argument. - 在XSL-T样式中,函数%1不能有第三个参数。 - - - - In an XSL-T pattern, only function %1 and %2, not %3, can be used for matching. - 在XSL-T样式中,只用函数%1和%2可以用于匹配,%3不可以。 - - - - In an XSL-T pattern, axis %1 cannot be used, only axis %2 or %3 can. - 在XSL-T仰视中,不能使用%1轴,只能使用%2轴或者%3轴。 - - - - %1 is an invalid template mode name. - %1不是一个合法的模板模式名称。 - - - - The name of a variable bound in a for-expression must be different from the positional variable. Hence, the two variables named %1 collide. - 一个在 for 表达式中绑定的变量的名称必须和这个定位变量不同。因此,这两个名称为 %1 的变量冲突。 - - - - The Schema Validation Feature is not supported. Hence, %1-expressions may not be used. - 不支持方案验证特性(Schema Validation Feature)。因此,也许不能使用 %1 表达式。 - - - - None of the pragma expressions are supported. Therefore, a fallback expression must be present - 不支持任何编译指示表达式(pragma expression)。因此,必须呈现一个回调表达式(fallback expression)。 - - - - Each name of a template parameter must be unique; %1 is duplicated. - 每一个模板参数的名称都必须是唯一的;%2是重复的。 - - - - The %1-axis is unsupported in XQuery - 这个 %1 轴在 XQuery 中是不被支持的。 - - - - %1 is not a valid name for a processing-instruction. - %1不是一个处理指令的合法名称。 - - - - %1 is not a valid numeric literal. - %1 不是一个有效的数字语义。 - - - - No function by name %1 is available. - 没有名称为 %1 的可用函数。 - - - - The namespace URI cannot be the empty string when binding to a prefix, %1. - 当这个命名空间 URI 被绑定到一个前缀 %1 时,它不能是空字符串。 - - - - %1 is an invalid namespace URI. - %1 是一个无效的命名空间 URI。 - - - - It is not possible to bind to the prefix %1 - 无法绑定到这个前缀 %1。 - - - - Namespace %1 can only be bound to %2 (and it is, in either case, pre-declared). - 命名空间 %1 只能和 %2 绑定(并且如果是这种情况,需要提前声明)。 - - - - Prefix %1 can only be bound to %2 (and it is, in either case, pre-declared). - 前缀 %1 只能和 %2 绑定(并且如果是这种情况,需要提前声明)。 - - - - Two namespace declaration attributes have the same name: %1. - 两个命名空间声明属性使用了相同的名称:%1。 - - - - The namespace URI must be a constant and cannot use enclosed expressions. - 命名空间 URI 必须是一个常量并且不能使用封闭的表达式。 - - - - An attribute by name %1 has already appeared on this element. - 一个名称为 %1 的属性已经出现在这个元素中了。 - - - - A direct element constructor is not well-formed. %1 is ended with %2. - 一个直接元素构造器没有很好地形成。%1 后面跟着 %2。 - - - - The name %1 does not refer to any schema type. - 名称 %1 没有指向任何方案类型。 - - - - %1 is an complex type. Casting to complex types is not possible. However, casting to atomic types such as %2 works. - %1 是一个复杂类型。无法抛出到复杂类型。因此,抛出到例如 %2 这样的原子类型是可以的。 - - - - %1 is not an atomic type. Casting is only possible to atomic types. - %1 不是原子类型。只能抛出到原子类型。 - - - %1 is not a valid name for a processing-instruction. Therefore this name test will never match. - %1 不是处理指令的有效名称。因此这个名称测试永远不会匹配。 - - - - - %1 is not in the in-scope attribute declarations. Note that the schema import feature is not supported. - %1 不是范围内属性声明。注意方案导入特性是不被支持的。 - - - - The name of an extension expression must be in a namespace. - 一个扩展表达式的名称必须在一个命名空间中。 - - - - empty - 空白 - - - - zero or one - 零或者一 - - - - exactly one - 确切地一 - - - - one or more - 一或者更多 - - - - zero or more - 零或者更多 - - - - Required type is %1, but %2 was found. - 需要的类型是 %1,但是找到的是 %2。 - - - - Promoting %1 to %2 may cause loss of precision. - 把 %1 升级为 %2 会导致精度的损失。 - - - - The focus is undefined. - 焦点未定义。 - - - - It's not possible to add attributes after any other kind of node. - 不能在任何其它类型节点后添加属性。 - - - - An attribute by name %1 has already been created. - 一个名称为 %1 的属性已经被创建。 - - - - Only the Unicode Codepoint Collation is supported(%1). %2 is unsupported. - 只支持 Unicode 代码点校验(Unicode Codepoint Collation)(%1)。%2 是不被支持的。 - - - - Attribute %1 can't be serialized because it appears at the top level. - 属性 %1 不能被串行化,因为它出现在最顶层。 - - - - %1 is an unsupported encoding. - %1 是不被支持的编码。 - - - - %1 contains octets which are disallowed in the requested encoding %2. - %1包含了在请求编码%2中不允许的八进位值。 - - - - The codepoint %1, occurring in %2 using encoding %3, is an invalid XML character. - 在使用编码%3的%2中出现的代码点%1不是一个有效的XML字符。 - - - - Ambiguous rule match. - 含糊规则匹配。 - - - In a namespace constructor, the value for a namespace value cannot be an empty string. - 在一个命名空间构造中,命名空间的值不能为空字符串。 - - - - In a namespace constructor, the value for a namespace cannot be an empty string. - - - - - The prefix must be a valid %1, which %2 is not. - 前缀必须是有效的%1,而%2不是。 - - - - The prefix %1 cannot be bound. - 前缀%1不能被绑定。 - - - - Only the prefix %1 can be bound to %2 and vice versa. - 只有前缀%1可以绑定到%2,反之也一样 - - - - Circularity detected - 检测到环 - - - - The parameter %1 is required, but no corresponding %2 is supplied. - 需要参数%1,但是没有提供对应的%2。 - - - - The parameter %1 is passed, but no corresponding %2 exists. - 参数%1已传递,但没有相应的%2存在。 - - - - The URI cannot have a fragment - URI不能有片段 - - - - Element %1 is not allowed at this location. - 元素%1不能在这个位置。 - - - - Text nodes are not allowed at this location. - 文本节点不能在这个位置。 - - - - Parse error: %1 - 解析错误:%1 - - - - The value of the XSL-T version attribute must be a value of type %1, which %2 isn't. - XSL-T版本属性的值必须是%1类型的值,而%2不是。 - - - - Running an XSL-T 1.0 stylesheet with a 2.0 processor. - 在XSL-T 2.0处理器中运行一个1.0的样式表。 - - - - Unknown XSL-T attribute %1. - 未知的XSL-T属性%1。 - - - - Attribute %1 and %2 are mutually exclusive. - 属性%1和%2彼此互斥。 - - - - In a simplified stylesheet module, attribute %1 must be present. - 在一个简化样式表模块中,属性%1必须存在。 - - - - If element %1 has no attribute %2, it cannot have attribute %3 or %4. - 如果元素%1没有属性%2,那么它也不能有属性%3或者%4。 - - - - Element %1 must have at least one of the attributes %2 or %3. - 元素%1必须至少有属性%2或者%3其中一个。 - - - - At least one mode must be specified in the %1-attribute on element %2. - 在元素%2的%1属性中至少要指定一个模式。 - - - - Attribute %1 cannot appear on the element %2. Only the standard attributes can appear. - 属性%1不能出现在元素%2上。只有标准属性可以出现。 - - - - Attribute %1 cannot appear on the element %2. Only %3 is allowed, and the standard attributes. - 属性%1不能出现在元素%2上。只有%3和标准属性是允许的。 - - - - Attribute %1 cannot appear on the element %2. Allowed is %3, %4, and the standard attributes. - 属性%1不能出现在元素%2上。只有%3、%4和标准属性是允许的。 - - - - Attribute %1 cannot appear on the element %2. Allowed is %3, and the standard attributes. - 属性%1不能出现在元素%2上。只有%3和标准属性是允许的。 - - - - XSL-T attributes on XSL-T elements must be in the null namespace, not in the XSL-T namespace which %1 is. - XSL-T元素中的XSL-T属性必须放在空(null)命名空间中,而不是在XSL-T命名空间中,%1却是这个样子。 - - - - The attribute %1 must appear on element %2. - 属性%1必须出现在元素%2中。 - - - - The element with local name %1 does not exist in XSL-T. - 有本地名称%1的元素在XSL-T中不存在。 - - - - Element %1 must come last. - 元素%1必须最后出现。 - - - - At least one %1-element must occur before %2. - 至少一个元素%1要出现在%2之前。 - - - - Only one %1-element can appear. - 只能出现一个元素%1。 - - - - At least one %1-element must occur inside %2. - 至少一个元素%1要出现在%2之内。 - - - - When attribute %1 is present on %2, a sequence constructor cannot be used. - 当属性%1出现在%2中时,不能使用顺序构造。 - - - - Element %1 must have either a %2-attribute or a sequence constructor. - 元素%1必须有在一个%2属性或者顺序构造。 - - - - When a parameter is required, a default value cannot be supplied through a %1-attribute or a sequence constructor. - 当需要参数时,不能通过属性%1或者顺序构造提供默认值。 - - - - Element %1 cannot have children. - 元素%1不能有子元素。 - - - - Element %1 cannot have a sequence constructor. - 元素%1不能有顺序构造。 - - - - - The attribute %1 cannot appear on %2, when it is a child of %3. - 属性%1不能出现在%2中,因为它是%3的子元素。 - - - - A parameter in a function cannot be declared to be a tunnel. - 函数内的参数不能被声明为通道(tunnel)。 - - - - This processor is not Schema-aware and therefore %1 cannot be used. - 这个处理器不能感知Schema,因此%1不能被使用。 - - - - Top level stylesheet elements must be in a non-null namespace, which %1 isn't. - 顶级样式表元素必须是在非空命名空间中的,而%1不是。 - - - - The value for attribute %1 on element %2 must either be %3 or %4, not %5. - 元素%2中属性%1的值必须是%3或者%4,而不是%5。 - - - - Attribute %1 cannot have the value %2. - 属性%1的值不能是%2。 - - - - The attribute %1 can only appear on the first %2 element. - 属性%1只能出现在前%2个元素中。 - - - - At least one %1 element must appear as child of %2. - %2必须至少又一个子元素%1。 - - - - VolumeSlider - - - Muted - 已静音 - - - - - Volume: %1% - 音量:%1% - - - - WebCore::PlatformScrollbar - - Scroll here - 滚动到这里 - - - Left edge - 左边缘 - - - Top - 顶部 - - - Right edge - 右边缘 - - - Bottom - 底部 - - - Page left - 左一页 - - - Page up - 上一页 - - - Page right - 右一页 - - - Page down - 下一页 - - - Scroll left - 向左滚动 - - - Scroll up - 向上滚动 - - - Scroll right - 向右滚动 - - - Scroll down - 向下滚动 - - - diff --git a/release/ts/qt_windows_zh_TW.qm b/release/ts/qt_windows_zh_TW.qm deleted file mode 100644 index a9a25b2..0000000 Binary files a/release/ts/qt_windows_zh_TW.qm and /dev/null differ diff --git a/release/ts/qt_windows_zh_TW.ts b/release/ts/qt_windows_zh_TW.ts deleted file mode 100644 index de0f888..0000000 --- a/release/ts/qt_windows_zh_TW.ts +++ /dev/null @@ -1,8129 +0,0 @@ - - - - - MAC_APPLICATION_MENU - - - Services - 服務 - - - - Hide %1 - 隱藏%1 - - - - Hide Others - 隱藏其他 - - - - Show All - 顯示全部 - - - - Preferences... - 偏好設定⋯ - - - - Quit %1 - 結束 %1 - - - - About %1 - 關於 %1 - - - - AudioOutput - - - <html>The audio playback device <b>%1</b> does not work.<br/>Falling back to <b>%2</b>.</html> - <html>音效播放裝置 <b>%1</b> 未能運作。<br/>改用預設裝置 <b>%2</b>。</html> - - - - <html>Switching to the audio playback device <b>%1</b><br/>which just became available and has higher preference.</html> - <html>音效播放裝置 <b>%1</b> 已可使用,因為有較高優先權,因此將切換到該裝置。</html> - - - - Revert back to device '%1' - 回復到裝置 %1 - - - - CloseButton - - - Close Tab - 關閉分頁 - - - - PPDOptionsModel - - Name - 名稱 - - - Value - - - - - Phonon:: - - - Notifications - 通知 - - - - Music - 音樂 - - - - Video - 影像 - - - - Communication - 通訊 - - - - Games - 遊戲 - - - - Accessibility - 輔助裝置 - - - - Phonon::Gstreamer::Backend - - - Warning: You do not seem to have the package gstreamer0.10-plugins-good installed. - Some video features have been disabled. - 警告:您可能沒有安裝 gstreamer0.10-plugins-good。 - 有些影像的功能將被關閉。 - - - - Warning: You do not seem to have the base GStreamer plugins installed. - All audio and video support has been disabled - 警告:您可能沒有安裝 GStreamer 外掛程式。 所有音效與影像支援將被關閉。 - - - - Phonon::Gstreamer::MediaObject - - - Cannot start playback. - -Check your Gstreamer installation and make sure you -have libgstreamer-plugins-base installed. - 無法開始播放。 - -請檢查您的 Gstreamer 安裝,並確定您有安裝 -libgstreamer-plugins-base 套件。 - - - - A required codec is missing. You need to install the following codec(s) to play this content: %0 - 找不到需要的編解碼器。您需要安裝以下的套件來播放此內容:%0 - - - - - - - - - - - Could not open media source. - 無法開啟媒體來源。 - - - - Invalid source type. - 不合法的來源型態。 - - - - Could not locate media source. - 無法定位媒體來源。 - - - - Could not open audio device. The device is already in use. - 無法開啟音效裝置。裝置已在使用中。 - - - - Could not decode media source. - 無法解碼媒體來源。 - - - - Phonon::VolumeSlider - - - - Volume: %1% - 音量:%1% - - - - - - Use this slider to adjust the volume. The leftmost position is 0%, the rightmost is %1% - 使用此滑動器來調整音量。最左邊的位置為 0%,最右邊的為 %1%。 - - - - Q3Accel - - - %1, %2 not defined - %1,%2 未定義 - - - - Ambiguous %1 not handled - 不明確的 %1 尚未處理 - - - - Q3DataTable - - - True - - - - - False - - - - - Insert - 插入 - - - - Update - 更新 - - - - Delete - 刪除 - - - - Q3FileDialog - - - Copy or Move a File - 複製或移動檔案 - - - - Read: %1 - 讀取:%1 - - - - - Write: %1 - 寫入:%1 - - - - - Cancel - 取消 - - - - - - - All Files (*) - 所有檔案 (*) - - - - Name - 名稱 - - - - Size - 大小 - - - - Type - 型態 - - - - Date - 日期 - - - - Attributes - 屬性 - - - - - &OK - 確定(&O) - - - - Look &in: - 尋找於(&I): - - - - - - File &name: - 檔名(&N): - - - - File &type: - 檔案型態(&T): - - - - Back - 返回 - - - - One directory up - 往上一層目錄 - - - - Create New Folder - 建立新資料夾 - - - - List View - 列表檢視 - - - - Detail View - 詳細檢視 - - - - Preview File Info - 預覽檔案資訊 - - - - Preview File Contents - 預覽檔案內容 - - - - Read-write - 可讀寫 - - - - Read-only - 唯讀 - - - - Write-only - 唯寫 - - - - Inaccessible - 無法存取 - - - - Symlink to File - 到檔案的符號連結 - - - - Symlink to Directory - 到目錄的符號連結 - - - - Symlink to Special - 到特殊節點的符號連結 - - - - File - 檔案 - - - - Dir - 目錄 - - - - Special - 特殊節點 - - - - - - Open - 開啟 - - - - - Save As - 另存新檔 - - - - - - &Open - 開啟(&O) - - - - - &Save - 儲存(&S) - - - - &Rename - 重新命名(&R) - - - - &Delete - 刪除(&D) - - - - R&eload - 重新載入(&E) - - - - Sort by &Name - 依名稱排序(&N) - - - - Sort by &Size - 依大小排序(&S) - - - - Sort by &Date - 依日期排序(&D) - - - - &Unsorted - 未排序(&U) - - - - Sort - 排序 - - - - Show &hidden files - 顯示隱藏檔(&H) - - - - the file - 此檔案 - - - - the directory - 此目錄 - - - - the symlink - 此符號連結 - - - - Delete %1 - 刪除 %1 - - - - <qt>Are you sure you wish to delete %1 "%2"?</qt> - <qt>您確定要刪除 %1 "%2" 嗎?</qt> - - - - &Yes - 是(&Y) - - - - &No - 否(&N) - - - - New Folder 1 - 新資料夾 1 - - - - New Folder - 新資料夾 - - - - New Folder %1 - 新資料夾 %1 - - - - Find Directory - 尋找目錄 - - - - - Directories - 目錄 - - - - Directory: - 目錄: - - - - - Error - 錯誤 - - - - %1 -File not found. -Check path and filename. - %1 -找不到檔案。 -請檢查路徑與檔名。 - - - - All Files (*.*) - 所有檔案 (*.*) - - - - Open - 開啟 - - - - Select a Directory - 請選擇一個目錄 - - - - Q3LocalFs - - - - Could not read directory -%1 - 無法讀取目錄 -%1 - - - - Could not create directory -%1 - 無法建立目錄 -%1 - - - - Could not remove file or directory -%1 - 無法移除目錄 -%1 - - - - Could not rename -%1 -to -%2 - 無法將 -%1 -重新命名為 -%2 - - - - Could not open -%1 - 無法開啟 -%1 - - - - Could not write -%1 - 無法寫入 -%1 - - - - Q3MainWindow - - - Line up - 排列 - - - - Customize... - 自訂... - - - - Q3NetworkProtocol - - - Operation stopped by the user - 使用者已中止操作 - - - - Q3ProgressDialog - - - - Cancel - 取消 - - - - Q3TabDialog - - - - OK - 確定 - - - - Apply - 套用 - - - - Help - 說明 - - - - Defaults - 預設 - - - - Cancel - 取消 - - - - Q3TextEdit - - - &Undo - 復原(&U) - - - - &Redo - 重做(&R) - - - - Cu&t - 剪下(&T) - - - - &Copy - 複製(&C) - - - - &Paste - 貼上(&P) - - - - Clear - 清除 - - - - - Select All - 全部選擇 - - - - Q3TitleBar - - - System - 系統 - - - - Restore up - 向上恢復 - - - - Minimize - 最小化 - - - - Restore down - 向下恢復 - - - - Maximize - 最大化 - - - - Close - 關閉 - - - - Contains commands to manipulate the window - 包含要操作此視窗的指令 - - - - Puts a minimized back to normal - 將最小化視窗放回原大小 - - - - Moves the window out of the way - 把視窗移開 - - - - Puts a maximized window back to normal - 將最大化視窗放回原大小 - - - - Makes the window full screen - 將視窗放大到全畫面 - - - - Closes the window - 關閉視窗 - - - - Displays the name of the window and contains controls to manipulate it - 顯示視窗名稱,並包含操作它的控制元件 - - - - Q3ToolBar - - - More... - 更多... - - - - Q3UrlOperator - - - - - The protocol `%1' is not supported - 協定 %1 未支援 - - - - The protocol `%1' does not support listing directories - 協定 %1 未支援列出目錄 - - - - The protocol `%1' does not support creating new directories - 協定 %1 未支援建立新目錄 - - - - The protocol `%1' does not support removing files or directories - 協定 %1 未支援移除檔案或目錄 - - - - The protocol `%1' does not support renaming files or directories - 協定 %1 未支援重新命名檔案或目錄 - - - - The protocol `%1' does not support getting files - 協定 %1 未支援取得檔案 - - - - The protocol `%1' does not support putting files - 協定 %1 未支援寫入檔案 - - - - - The protocol `%1' does not support copying or moving files or directories - 協定 %1 未支援複製或移動檔案或目錄 - - - - - (unknown) - (未知) - - - - Q3Wizard - - - &Cancel - 取消(&C) - - - - < &Back - <返回(&B) - - - - &Next > - 下一個(&N)> - - - - &Finish - 完成(&F) - - - - &Help - 說明(&H) - - - - QAbstractSocket - - - - - - Host not found - 找不到主機 - - - - - - Connection refused - 連線被拒 - - - - Connection timed out - 連線逾時 - - - - - - Operation on socket is not supported - Socket 的操作未被支援 - - - - Socket operation timed out - Socket 操作逾時 - - - - Socket is not connected - Socket 未連線 - - - - Network unreachable - 無法使用網路 - - - - QAbstractSpinBox - - - &Step up - 單步向上(&S) - - - - Step &down - 單步向下(&D) - - - - &Select All - 全部選擇(&S) - - - - QApplication - - - Activate - 啟動 - - - - Executable '%1' requires Qt %2, found Qt %3. - 執行檔 %1 需要 Qt %2,但只找到 Qt %3。 - - - - Incompatible Qt Library Error - Qt 函式庫不相容的錯誤 - - - - QT_LAYOUT_DIRECTION - Translate this string to the string 'LTR' in left-to-right languages or to 'RTL' in right-to-left languages (such as Hebrew and Arabic) to get proper widget layout. - LTR - - - - Activates the program's main window - 啟動程式的主視窗 - - - - QAxSelect - - - Select ActiveX Control - 選擇 ActiveX 控制 - - - - OK - 確定 - - - - &Cancel - 取消(&C) - - - - COM &Object: - COM 物件(&O) - - - - QCheckBox - - - Uncheck - 取消勾選 - - - - Check - 勾選 - - - - Toggle - 切換 - - - - QColorDialog - - - Hu&e: - 色調(&E): - - - - &Sat: - 飽和度(&S): - - - - &Val: - 亮度(&V): - - - - &Red: - 紅(&R): - - - - &Green: - 綠(&G): - - - - Bl&ue: - 藍(&U): - - - - A&lpha channel: - Alpha 色頻(&L): - - - - Select Color - 選擇顏色 - - - - &Basic colors - 基本顏色(&B) - - - - &Custom colors - 自訂顏色(&C) - - - &Define Custom Colors >> - 定義自訂顏色(&D)>> - - - OK - 確定 - - - Cancel - 取消 - - - - &Add to Custom Colors - 新增到自訂顏色(&A) - - - Select color - 選擇顏色 - - - - QComboBox - - - - Open - 開啟 - - - - False - - - - - True - - - - - Close - 關閉 - - - - QCoreApplication - - %1: permission denied - QSystemSemaphore - %1:存取被拒 - - - %1: already exists - QSystemSemaphore - %1:已存在 - - - %1: doesn't exists - QSystemSemaphore - %1:不存在 - - - %1: out of resources - QSystemSemaphore - %1:資源不足 - - - %1: unknown error %2 - QSystemSemaphore - %1:未知的錯誤 %2 - - - - %1: key is empty - QSystemSemaphore - %1:鍵值是空的 - - - - %1: unable to make key - QSystemSemaphore - %1:無法產生鍵值 - - - - %1: ftok failed - QSystemSemaphore - %1:ftok 失敗 - - - - QDB2Driver - - - Unable to connect - 無法連接 - - - - Unable to commit transaction - 無法提交事務 - - - - Unable to rollback transaction - 無法反轉事務 - - - - Unable to set autocommit - 無法設定自動提交 - - - - QDB2Result - - - - Unable to execute statement - 無法執行敘述 - - - - Unable to prepare statement - 無法準備敘述 - - - - Unable to bind variable - 無法結合變數 - - - - Unable to fetch record %1 - 無法抓取紀錄 %1 - - - - Unable to fetch next - 無法抓取下一筆 - - - - Unable to fetch first - 無法抓取第一筆 - - - - QDateTimeEdit - - - AM - AM - - - - am - am - - - - PM - PM - - - - pm - pm - - - - QDial - - - QDial - QDial - - - - SpeedoMeter - SpeedoMeter - - - - SliderHandle - SliderHandle - - - - QDialog - - - What's This? - 這是什麼? - - - - Done - 完成 - - - - QDialogButtonBox - - - - - OK - 確定 - - - - Save - 儲存 - - - - &Save - 儲存(&S) - - - - Open - 開啟 - - - - Cancel - 取消 - - - - &Cancel - 取消(&C) - - - - Close - 關閉 - - - - &Close - 關閉(&C) - - - - Apply - 套用 - - - - Reset - 重置 - - - - Help - 說明 - - - - Don't Save - 不要儲存 - - - - Discard - 丟棄 - - - - &Yes - 是(&Y) - - - - Yes to &All - 全部回答是(&A) - - - - &No - 否(&N) - - - - N&o to All - 全部回答否(&O) - - - - Save All - 全部儲存 - - - - Abort - 中止 - - - - Retry - 重試 - - - - Ignore - 忽略 - - - - Restore Defaults - 回復預設值 - - - - Close without Saving - 關閉而不儲存 - - - - &OK - 確定(&O) - - - - QDirModel - - - Name - 名稱 - - - - Size - 大小 - - - - Kind - Match OS X Finder - 種類 - - - - Type - All other platforms - 型態 - - - - Date Modified - 變更日期 - - - - QDockWidget - - - Close - 關閉 - - - - Dock - 嵌入 - - - - Float - 飄浮 - - - - QDoubleSpinBox - - - More - 更多 - - - - Less - 較少 - - - - QErrorMessage - - - Debug Message: - 除錯訊息: - - - - Warning: - 警告: - - - - Fatal Error: - 嚴重錯誤: - - - - &Show this message again - 再度顯示此訊息(&S) - - - - &OK - 確定(&O) - - - - QFile - - - - Destination file exists - 目標檔已存在 - - - - Cannot remove source file - - - - - Cannot open %1 for input - 無法開啟 %1 以輸入 - - - - Cannot open for output - 無法開啟 %1 以輸出 - - - - Failure to write block - 寫入區塊時失敗 - - - - Cannot create %1 for output - 無法建立 %1 以輸出 - - - - QFileDialog - - - - All Files (*) - 所有檔案 (*) - - - - Directories - 目錄 - - - - - - - &Open - 開啟(&O) - - - - - &Save - 儲存(&S) - - - - Open - 開啟 - - - - %1 already exists. -Do you want to replace it? - %1 已存在 -您要取代它嗎? - - - - %1 -File not found. -Please verify the correct file name was given. - %1 -找不到檔案。 -請檢查檔名是否正確。 - - - - My Computer - 我的電腦 - - - - &Rename - 重新命名(&R) - - - - &Delete - 刪除(&D) - - - - Show &hidden files - 顯示隱藏檔(&H) - - - - - Back - 返回 - - - - - Parent Directory - 父目錄 - - - - - List View - 列表檢視 - - - - - Detail View - 詳細檢視 - - - - - Files of type: - 檔案型態: - - - - - Directory: - 目錄: - - - -File not found. -Please verify the correct file name was given - -檔案找不到。 -請檢查檔名是否正確。 - - - - - %1 -Directory not found. -Please verify the correct directory name was given. - %1 -找不到目錄。 -請檢查目錄名稱是否正確。 - - - - '%1' is write protected. -Do you want to delete it anyway? - %1 有寫入保護。 -您確定要刪除它嗎? - - - - Are sure you want to delete '%1'? - 您確定要刪除 %1 嗎? - - - - Could not delete directory. - 無法刪除目錄。 - - - - Recent Places - 最近的地方 - - - - All Files (*.*) - 所有檔案 (*.*) - - - - Save As - 另存新檔 - - - - Drive - 磁碟 - - - - - File - 檔案 - - - - Unknown - 未知 - - - - Find Directory - 尋找目錄 - - - - Show - 顯示 - - - - - Forward - 往前 - - - - New Folder - 新資料夾 - - - - &New Folder - 新增資料夾(&N) - - - - - &Choose - 選擇(&C) - - - - Remove - 移除 - - - - - File &name: - 檔名(&N): - - - - - Look in: - 尋找於: - - - - - Create New Folder - 建立新資料夾 - - - - QFileSystemModel - - - Invalid filename - 不合法的檔名 - - - - <b>The name "%1" can not be used.</b><p>Try using another name, with fewer characters or no punctuations marks. - <b>無法使用名稱 "%1"。</b><p>請使用其它名稱,字元數少一點,或是不要有標點符號。 - - - - Name - 名稱 - - - - Size - 大小 - - - - Kind - Match OS X Finder - 種類 - - - - Type - All other platforms - 型態 - - - - Date Modified - 變更日期 - - - - My Computer - 我的電腦 - - - - Computer - 電腦 - - - - %1 TB - %1 TB - - - - %1 GB - %1 GB - - - - %1 MB - %1 MB - - - - %1 KB - %1 KB - - - - %1 bytes - %1 位元組 - - - - QFontDatabase - - - - Normal - 正常 - - - - - - Bold - 粗體 - - - - - Demi Bold - 半粗體 - - - - - - Black - 黑體 - - - - Demi - 半體 - - - - - Light - 輕體 - - - - - Italic - 斜體 - - - - - Oblique - 傾斜體 - - - - Any - 任何 - - - - Latin - 拉丁 - - - - Greek - 希臘 - - - - Cyrillic - 斯拉夫 - - - - Armenian - 亞美尼亞 - - - - Hebrew - 希伯來 - - - - Arabic - 阿拉伯 - - - - Syriac - 敘利亞 - - - - Thaana - Thaana - - - - Devanagari - Devanagari - - - - Bengali - 孟加拉 - - - - Gurmukhi - Gurmukhi - - - - Gujarati - Gujarati - - - - Oriya - Oriya - - - - Tamil - 坦米爾 - - - - Telugu - Telugu - - - - Kannada - 坎達那 - - - - Malayalam - 馬來語 - - - - Sinhala - 錫蘭 - - - - Thai - 泰語 - - - - Lao - 寮國 - - - - Tibetan - 西藏 - - - - Myanmar - 緬甸 - - - - Georgian - 喬治亞 - - - - Khmer - 高棉 - - - - Simplified Chinese - 簡體中文 - - - - Traditional Chinese - 繁體中文 - - - - Japanese - 日語 - - - - Korean - 韓語 - - - - Vietnamese - 越南 - - - - Symbol - 符號 - - - - Ogham - 歐甘 - - - - Runic - 盧恩 - - - - QFontDialog - - - &Font - 字型(&F) - - - - Font st&yle - 字型樣式(&Y) - - - - &Size - 大小(&S) - - - - Effects - 效果 - - - - Stri&keout - 刪除線(&K) - - - - &Underline - 底線(&U) - - - - Sample - 範例 - - - - Wr&iting System - 寫入系統(&I) - - - - - Select Font - 選擇字型 - - - - QFtp - - - - Not connected - 未連線 - - - - - Host %1 not found - 找不到主機 %1 - - - - - Connection refused to host %1 - 連線到主機 %1 被拒 - - - - Connection timed out to host %1 - 連線到主機 %1 逾時 - - - - - - Connected to host %1 - 已連接到主機 %1 - - - - - Connection refused for data connection - 資料連線被拒 - - - - - - - Unknown error - 未知的錯誤 - - - - - Connecting to host failed: -%1 - 連線到主機失敗: -%1 - - - - - Login failed: -%1 - 登入失敗: -%1 - - - - - Listing directory failed: -%1 - 列出目錄時失敗: -%1 - - - - - Changing directory failed: -%1 - 變更目錄時失敗: -%1 - - - - - Downloading file failed: -%1 - 下載檔案時失敗: -%1 - - - - - Uploading file failed: -%1 - 上傳檔案時失敗: -%1 - - - - - Removing file failed: -%1 - 移除檔案時失敗: -%1 - - - - - Creating directory failed: -%1 - 建立目錄時失敗: -%1 - - - - - Removing directory failed: -%1 - 移除目錄時失敗: -%1 - - - - - - Connection closed - 連線已關閉 - - - - Host %1 found - 找到主機 %1 - - - - Connection to %1 closed - 到 %1 的連線已關閉 - - - - Host found - 找到主機 - - - - Connected to host - 已連線到主機 - - - - QHostInfo - - - Unknown error - 未知的錯誤 - - - - QHostInfoAgent - - - - - - - - - - Host not found - 找不到主機 - - - - - - - Unknown address type - 未知的位址型態 - - - - - - Unknown error - 未知的錯誤 - - - - QHttp - - - - - - Unknown error - 未知的錯誤 - - - - - Request aborted - 要求中止 - - - - - No server set to connect to - 沒有設定要連線到哪個伺服器 - - - - - Wrong content length - 錯誤的內容長度 - - - - - Server closed connection unexpectedly - 伺服器無預警關閉連線 - - - - Unknown authentication method - - - - - Error writing response to device - 寫入回應到裝置時發生錯誤 - - - - - Connection refused - 連線被拒 - - - - - - Host %1 not found - 找不到主機 %1 - - - - - - - HTTP request failed - HTTP 要求失敗 - - - - - Invalid HTTP response header - 不合法的 HTTP 回覆標頭 - - - - - - - Invalid HTTP chunked body - 不合法的 HTTP 區塊主體 - - - - Host %1 found - 找到主機 %1 - - - - Connected to host %1 - 已連接到主機 %1 - - - - Connection to %1 closed - 到 %1 的連線已關閉 - - - - Host found - 找到主機 - - - - Connected to host - 已連線到主機 - - - - - Connection closed - 連線已關閉 - - - - Proxy authentication required - 代理伺服器需要認證 - - - - Authentication required - 需要認證 - - - - Connection refused (or timed out) - 連線被拒(或連線逾時) - - - - Proxy requires authentication - 代理伺服器需要認證 - - - - Host requires authentication - 主機需要認證 - - - - Data corrupted - 資料已損毀 - - - - Unknown protocol specified - 指定了未知的協定 - - - - SSL handshake failed - SSL 溝通失敗 - - - - HTTPS connection requested but SSL support not compiled in - HTTPS 連線需要的 SSL 支援並未編譯進來 - - - - QHttpSocketEngine - - - Did not receive HTTP response from proxy - 未從代理伺服器接收到 HTTP 回應 - - - - Error parsing authentication request from proxy - 剖析從代理伺服器傳來的認證要求時發生錯誤 - - - - Authentication required - 需要認證 - - - - Proxy denied connection - 代理伺服器拒絕連線 - - - - Error communicating with HTTP proxy - 與 HTTP 代理伺服器聯繫時發生錯誤 - - - - Proxy server not found - 找不到代理伺服器 - - - - Proxy connection refused - 代理伺服器連線被拒 - - - - Proxy server connection timed out - 代理伺服器連線逾時 - - - - Proxy connection closed prematurely - 代理伺服器連線已不正常關閉 - - - - QIBaseDriver - - - Error opening database - 開啟資料庫發生錯誤 - - - - Could not start transaction - 無法開始事務 - - - - Unable to commit transaction - 無法提交事務 - - - - Unable to rollback transaction - 無法反轉事務 - - - - QIBaseResult - - - Unable to create BLOB - 無法建立 BLOB - - - - Unable to write BLOB - 無法寫入 BLOB - - - - Unable to open BLOB - 無法開啟 BLOB - - - - Unable to read BLOB - 無法讀取 BLOB - - - - - Could not find array - 找不到陣列 - - - - Could not get array data - 無法取得陣列資料 - - - - Could not get query info - 無法取得查詢資訊 - - - - Could not start transaction - 無法開始事務 - - - - Unable to commit transaction - 無法提交事務 - - - - Could not allocate statement - 無法配置敘述 - - - - Could not prepare statement - 無法準備敘述 - - - - - Could not describe input statement - 無法描述輸入敘述 - - - - Could not describe statement - 無法描述敘述 - - - - Unable to close statement - 無法關閉敘述 - - - - Unable to execute query - 無法執行查詢 - - - - Could not fetch next item - 無法抓取下一個項目 - - - - Could not get statement info - 無法取得敘述資訊 - - - - QIODevice - - - Permission denied - 權限不足 - - - - Too many open files - 開啟過多檔案 - - - - No such file or directory - 找不到該檔案或目錄 - - - - No space left on device - 裝置上已無空間 - - - - Unknown error - 未知的錯誤 - - - - QInputContext - - - XIM - XIM - - - - XIM input method - XIM 輸入法 - - - - Windows input method - Windows 輸入法 - - - - Mac OS X input method - Mac OS X 輸入法 - - - - QInputDialog - - - Enter a value: - 請輸入值: - - - - QLibrary - - QLibrary::load_sys: Cannot load %1 (%2) - QLibrary::load_sys: 無法載入 %1 (%2) - - - QLibrary::unload_sys: Cannot unload %1 (%2) - QLibrary::unload_sys: 無法卸載 %1 (%2) - - - QLibrary::resolve_sys: Symbol "%1" undefined in %2 (%3) - QLibrary::resolve_sys: 符號 "%1" 未定義於 %2 (%3) - - - - Could not mmap '%1': %2 - 無法 mmap '%1':%2 - - - - Plugin verification data mismatch in '%1' - 在 %1 中的外掛程式確認資料不符合 - - - - Could not unmap '%1': %2 - 無法 unmap '%1':%2 - - - - The plugin '%1' uses incompatible Qt library. (%2.%3.%4) [%5] - 外掛程式 %1 使用不相容的 Qt 函式庫(%2.%3.%4)【%5】 - - - - The plugin '%1' uses incompatible Qt library. Expected build key "%2", got "%3" - 外掛程式 %1 使用不相容的 Qt 函式庫。預期建構鑰 %2,卻得到 %3 - - - - Unknown error - 未知的錯誤 - - - - - The shared library was not found. - 找不到分享函式庫 - - - - The file '%1' is not a valid Qt plugin. - 檔案 %1 不是合法的 Qt 外掛程式。 - - - - The plugin '%1' uses incompatible Qt library. (Cannot mix debug and release libraries.) - 外掛程式 %1 使用不相容的 Qt 函式庫。(不能將除錯與釋出版的函式庫混在一起。) - - - - - Cannot load library %1: %2 - 無法載入函式庫 %1:%2 - - - - - Cannot unload library %1: %2 - 無法卸載函式庫 %1:%2 - - - - - Cannot resolve symbol "%1" in %2: %3 - 無法反解 %2 內的符號 %1:%3 - - - - QLineEdit - - - &Undo - 復原(&U) - - - - &Redo - 重做(&R) - - - - Cu&t - 剪下(&T) - - - - &Copy - 複製(&C) - - - - &Paste - 貼上(&P) - - - - Delete - 刪除 - - - - Select All - 全部選擇 - - - - QLocalServer - - - - %1: Name error - %1:名稱錯誤 - - - - %1: Permission denied - %1:存取被拒 - - - - %1: Address in use - %1:位址使用中 - - - - - %1: Unknown error %2 - %1:未知的錯誤 %2 - - - - QLocalSocket - - - - %1: Connection refused - %1:連線被拒 - - - - - %1: Remote closed - %1:遠端已關閉 - - - - - - - %1: Invalid name - %1:不合法的名稱 - - - - - %1: Socket access error - %1:Socket 位址錯誤 - - - - - %1: Socket resource error - %1:Socket 資源錯誤 - - - - - %1: Socket operation timed out - %1:Socket 操作逾時 - - - - - %1: Datagram too large - %1:資料包過大 - - - - - - %1: Connection error - %1:連線錯誤 - - - - - %1: The socket operation is not supported - %1:socket 操作未支援 - - - - %1: Unknown error - %1:未知的錯誤 - - - - - %1: Unknown error %2 - %1:未知的錯誤 %2 - - - - QMYSQLDriver - - - Unable to open database ' - 無法開啟資料庫 - - - - Unable to connect - 無法連線 - - - - Unable to begin transaction - 無法開始事務 - - - - Unable to commit transaction - 無法提交事務 - - - - Unable to rollback transaction - 無法反轉事務 - - - - QMYSQLResult - - - Unable to fetch data - 無法抓取資料 - - - - Unable to execute query - 無法執行查詢 - - - - Unable to store result - 無法儲存結果 - - - - - Unable to prepare statement - 無法準備敘述 - - - - Unable to reset statement - 無法重置敘述 - - - - Unable to bind value - 無法結合數值 - - - - Unable to execute statement - 無法執行敘述 - - - - - Unable to bind outvalues - 無法結合輸出值 - - - - Unable to store statement results - 無法儲存敘述結果 - - - - Unable to execute next query - 無法執行下一個查詢 - - - - Unable to store next result - 無法儲存下一個結果 - - - - QMdiArea - - - (Untitled) - (未命名) - - - - QMdiSubWindow - - - %1 - [%2] - %1 - [%2] - - - - Close - 關閉 - - - - Minimize - 最小化 - - - - Restore Down - 向下恢復 - - - - &Restore - 回復(&R) - - - - &Move - 移動(&M) - - - - &Size - 大小(&S) - - - - Mi&nimize - 最小化(&N) - - - - Ma&ximize - 最大化(&X) - - - - Stay on &Top - 留在頂端(&T) - - - - &Close - 關閉(&C) - - - - - [%1] - - [%1] - - - - Maximize - 最大化 - - - - Unshade - 取消遮蔽 - - - - Shade - 遮蔽 - - - - Restore - 回復 - - - - Help - 說明 - - - - Menu - 選單 - - - - QMenu - - - - Close - 關閉 - - - - - Open - 開啟 - - - - - - Execute - 執行 - - - - QMenuBar - - About - 關於 - - - Config - 設定 - - - Preference - 喜好設定 - - - Options - 選項 - - - Setting - 設定 - - - Setup - 設定 - - - Quit - 離開 - - - Exit - 離開 - - - About %1 - 關於 %1 - - - About Qt - 關於 Qt - - - Preferences - 喜好設定 - - - Quit %1 - 離開 %1 - - - - QMessageBox - - - Help - 說明 - - - - - - - OK - 確定 - - - - About Qt - 關於 Qt - - - <p>This program uses Qt version %1.</p> - <p> 這個程式使用 Qt 版本 %1</p> - - - <h3>About Qt</h3>%1<p>Qt is a C++ toolkit for cross-platform application development.</p><p>Qt provides single-source portability across MS&nbsp;Windows, Mac&nbsp;OS&nbsp;X, Linux, and all major commercial Unix variants. Qt is also available for embedded devices as Qtopia Core.</p><p>Qt is a Trolltech product. See <a href="http://qt.nokia.com/">qt.nokia.com</a> for more information.</p> - <h3>關於 Qt</h3>%1<p>Qt 為一個跨平台的 C++ 開發工具。</p><p>Qt 提供各平台相容機制,只要寫一份程式碼,就可以在 MS&nbsp;Windows、Mac&nbsp;OS&nbsp;X、Linux 與各主要的商業 Unix 平台上編譯。Qt 也可以用 Qtopia Core 用於嵌入式系統。</p><p>Qt 為 Trolltech 的產品。詳情請參考 <a href="http://qt.nokia.com/">qt.nokia.com</a>。</p> - - - - Show Details... - 顯示詳情... - - - - Hide Details... - 隱藏詳情... - - - - <h3>About Qt</h3><p>This program uses Qt version %1.</p><p>Qt is a C++ toolkit for cross-platform application development.</p><p>Qt provides single-source portability across MS&nbsp;Windows, Mac&nbsp;OS&nbsp;X, Linux, and all major commercial Unix variants. Qt is also available for embedded devices as Qt for Embedded Linux and Qt for Windows CE.</p><p>Qt is available under three different licensing options designed to accommodate the needs of our various users.</p>Qt licensed under our commercial license agreement is appropriate for development of proprietary/commercial software where you do not want to share any source code with third parties or otherwise cannot comply with the terms of the GNU LGPL version 2.1 or GNU GPL version 3.0.</p><p>Qt licensed under the GNU LGPL version 2.1 is appropriate for the development of Qt applications (proprietary or open source) provided you can comply with the terms and conditions of the GNU LGPL version 2.1.</p><p>Qt licensed under the GNU General Public License version 3.0 is appropriate for the development of Qt applications where you wish to use such applications in combination with software subject to the terms of the GNU GPL version 3.0 or where you are otherwise willing to comply with the terms of the GNU GPL version 3.0.</p><p>Please see <a href="http://qt.nokia.com/products/licensing">qt.nokia.com/products/licensing</a> for an overview of Qt licensing.</p><p>Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).</p><p>Qt is a Nokia product. See <a href="http://qt.nokia.com/">qt.nokia.com</a> for more information.</p> - - - - <h3>About Qt</h3>%1<p>Qt is a C++ toolkit for cross-platform application development.</p><p>Qt provides single-source portability across MS&nbsp;Windows, Mac&nbsp;OS&nbsp;X, Linux, and all major commercial Unix variants. Qt is also available for embedded devices as Qt for Embedded Linux and Qt for Windows CE.</p><p>Qt is a Nokia product. See <a href="http://qt.nokia.com/">qt.nokia.com</a> for more information.</p> - <h3>關於 Qt</h3>%1<p>Qt 為一個跨平台的 C++ 開發工具。</p><p>Qt 提供各平台相容機制,只要寫一份程式碼,就可以在 MS&nbsp;Windows、Mac&nbsp;OS&nbsp;X、Linux 與各主要的商業 Unix 平台上編譯。Qt 也有用於嵌入式 Linux 與 Windows CE 的版本。</p><p>Qt 為 Nokia 的產品。詳情請參考 <a href="http://qt.nokia.com/">qt.nokia.com</a>。</p> - - - <p>This program uses Qt Open Source Edition version %1.</p><p>Qt Open Source Edition is intended for the development of Open Source applications. You need a commercial Qt license for development of proprietary (closed source) applications.</p><p>Please see <a href="http://qt.nokia.com/company/model/">qt.nokia.com/company/model/</a> for an overview of Qt licensing.</p> - <p>這個程式使用了 Qt 開放源碼版本 %1。</p><p>Qt 開放源碼版本是專門為了開發開放源碼應用程式使用的版本。若是您要開發專利私有(封閉)軟體,您需要 Qt 的商業授權。</p><p>Qt 的授權概要請參考 <a href="http://qt.nokia.com/company/model/">qt.nokia.com/company/model/</a>。</p> - - - <h3>About Qt</h3>%1<p>Qt is a C++ toolkit for cross-platform application development.</p><p>Qt provides single-source portability across MS&nbsp;Windows, Mac&nbsp;OS&nbsp;X, Linux, and all major commercial Unix variants. Qt is also available for embedded devices as Qt Embedded.</p><p>Qt is a Trolltech product. See <a href="http://qt.nokia.com/">qt.nokia.com</a> for more information.</p> - <h3>關於 Qt</h3>%1<p>Qt 為一個跨平台的 C++ 開發工具。</p><p>Qt 提供各平台相容機制,只要寫一份程式碼,就可以在 MS&nbsp;Windows、Mac&nbsp;OS&nbsp;X、Linux 與各主要的商業 Unix 平台上編譯。Qt 也可以用 Qtopia Core 用於嵌入式系統。</p><p>Qt 為 Trolltech 的產品。詳情請參考 <a href="http://qt.nokia.com/">qt.nokia.com</a>。</p> - - - - QMultiInputContext - - - Select IM - 選擇輸入法 - - - - QMultiInputContextPlugin - - - Multiple input method switcher - 多重輸入法切換器 - - - - Multiple input method switcher that uses the context menu of the text widgets - 使用文字元件中的內文選單的多重輸入法切換器 - - - - QNativeSocketEngine - - - The remote host closed the connection - 遠端主機關閉了連線 - - - - Network operation timed out - 網路操作逾時 - - - - Out of resources - 資源不足 - - - - Unsupported socket operation - 未支援的 socket 操作 - - - - Protocol type not supported - 協定型態未支援 - - - - Invalid socket descriptor - 不合法的 socket 描述子 - - - - Network unreachable - 無法使用網路 - - - - Permission denied - 權限不足 - - - - Connection timed out - 連線逾時 - - - - Connection refused - 連線被拒 - - - - The bound address is already in use - 結合的位址已經在使用中 - - - - The address is not available - 無法取得位址 - - - - The address is protected - 此位址已被保護 - - - - Unable to send a message - 無法送出訊息 - - - - Unable to receive a message - 無法接收訊息 - - - - Unable to write - 無法寫入 - - - - Network error - 網路錯誤 - - - - Another socket is already listening on the same port - 另一個 socket 已經在監聽同一個連接埠 - - - - Unable to initialize non-blocking socket - 無法初始化非阻擋性 socket - - - - Unable to initialize broadcast socket - 無法初始化廣播 socket - - - - Attempt to use IPv6 socket on a platform with no IPv6 support - 試圖在沒有 IPv6 支援的平台上使用 IPv6 socket - - - - Host unreachable - 無法連線到主機 - - - - Datagram was too large to send - 資料過大無法送出 - - - - Operation on non-socket - 對非 socket 操作 - - - - Unknown error - 未知的錯誤 - - - - The proxy type is invalid for this operation - 代理伺服器型態無法支援此操作 - - - - QNetworkAccessCacheBackend - - - Error opening %1 - 開啟 %1 發生錯誤 - - - - QNetworkAccessFileBackend - - - Request for opening non-local file %1 - 要求開啟非本地端檔案 %1 - - - - Error opening %1: %2 - 開啟 %1 發生錯誤:%2 - - - - Write error writing to %1: %2 - 寫入 %1 時發生錯誤:%2 - - - - Cannot open %1: Path is a directory - 無法開啟 %1:此路徑是一個目錄 - - - - Read error reading from %1: %2 - 從 %1 讀取錯誤:%2 - - - - QNetworkAccessFtpBackend - - - No suitable proxy found - 找不到合適的代理伺服器 - - - - Cannot open %1: is a directory - 無法開啟 %1:是一個目錄 - - - - Logging in to %1 failed: authentication required - 登入 %1 失敗:需要認證 - - - - Error while downloading %1: %2 - 下載 %1 時發生錯誤:%2 - - - - Error while uploading %1: %2 - 上傳 %1 時發生錯誤:%2 - - - - QNetworkAccessHttpBackend - - - No suitable proxy found - 找不到合適的代理伺服器 - - - - QNetworkReply - - - Error downloading %1 - server replied: %2 - 下載 %1 時發生錯誤─伺服器回應:%2 - - - - Protocol "%1" is unknown - 未知的協定 %1 - - - - QNetworkReplyImpl - - - - Operation canceled - 取消操作 - - - - QOCIDriver - - - Unable to logon - 無法登入 - - - - Unable to initialize - QOCIDriver - 無法初始化 - - - - Unable to begin transaction - 無法開始事務 - - - - Unable to commit transaction - 無法提交事務 - - - - Unable to rollback transaction - 無法反轉事務 - - - - QOCIResult - - - - - Unable to bind column for batch execute - 無法結合欄位以做批次執行 - - - - Unable to execute batch statement - 無法執行批次敘述 - - - - Unable to goto next - 無法跳到下一個 - - - - Unable to alloc statement - 無法配置敘述 - - - - Unable to prepare statement - 無法準備敘述 - - - - Unable to bind value - 無法結合數值 - - - Unable to execute select statement - 無法執行選取的敘述 - - - - Unable to execute statement - 無法執行敘述 - - - - QODBCDriver - - - Unable to connect - 無法連接 - - - - Unable to connect - Driver doesn't support all needed functionality - 無法連接─驅動程式無法支援所有需要的功能 - - - - Unable to disable autocommit - 無法關閉自動提交功能 - - - - Unable to commit transaction - 無法提交事務 - - - - Unable to rollback transaction - 無法反轉事務 - - - - Unable to enable autocommit - 無法開啟自動提交功能 - - - - QODBCResult - - - - QODBCResult::reset: Unable to set 'SQL_CURSOR_STATIC' as statement attribute. Please check your ODBC driver configuration - QODBCResult::reset: 無法設定 SQL_CURSOR_STATIC 做為敘述屬性。請檢查您的 ODBC 驅動程式的設定 - - - - - Unable to execute statement - 無法執行敘述 - - - - Unable to fetch next - 無法抓取下一筆 - - - - Unable to prepare statement - 無法準備敘述 - - - - Unable to bind variable - 無法結合變數 - - - - - - Unable to fetch last - 無法抓取最後一筆 - - - - Unable to fetch - 無法抓取 - - - - Unable to fetch first - 無法抓取第一筆 - - - - Unable to fetch previous - 無法抓取前一筆 - - - - QObject - - - Home - 首頁 - - - - Operation not supported on %1 - 在 %1 上不支援此操作 - - - - Invalid URI: %1 - 不合法的網址:%1 - - - - Write error writing to %1: %2 - 寫入 %1 時發生錯誤:%2 - - - - Read error reading from %1: %2 - 從 %1 讀取錯誤:%2 - - - - Socket error on %1: %2 - %1 上發生 socket 錯誤:%2 - - - - Remote host closed the connection prematurely on %1 - 於 %1 上遠端主機關閉了不正常的連線 - - - - Protocol error: packet of size 0 received - 協定錯誤:接收到大小為 0 的封包 - - - - - No host name given - 未指定主機 - - - - QPPDOptionsModel - - - Name - 名稱 - - - - Value - - - - - QPSQLDriver - - - Unable to connect - 無法連線 - - - - Could not begin transaction - 無法開始事務 - - - - Could not commit transaction - 無法提交事務 - - - - Could not rollback transaction - 無法反轉事務 - - - - Unable to subscribe - 無法訂閱 - - - - Unable to unsubscribe - 無法取消訂閱 - - - - QPSQLResult - - - Unable to create query - 無法建立查詢 - - - - Unable to prepare statement - 無法準備敘述 - - - - QPageSetupWidget - - - Centimeters (cm) - 公分 - - - - Millimeters (mm) - 公厘 - - - - Inches (in) - 英吋 - - - - Points (pt) - - - - - Form - 表單 - - - - Paper - 紙張 - - - - Page size: - 紙張大小: - - - - Width: - 寬度: - - - - Height: - 高度: - - - - Paper source: - 紙張來源: - - - - Orientation - 方向 - - - - Portrait - 縱向 - - - - Landscape - 橫向 - - - - Reverse landscape - 反序橫向 - - - - Reverse portrait - 反序縱向 - - - - Margins - 邊緣 - - - - top margin - 上緣 - - - - left margin - 左緣 - - - - right margin - 右緣 - - - - bottom margin - 下緣 - - - - QPluginLoader - - - Unknown error - 未知的錯誤 - - - - The plugin was not loaded. - 外掛程式未載入。 - - - - QPrintDialog - - - locally connected - 本地連接 - - - - - Aliases: %1 - 別名:%1 - - - - - unknown - 未知 - - - Portrait - 縱向 - - - Landscape - 橫向 - - - - A0 (841 x 1189 mm) - A0 (841 x 1189 mm) - - - - A1 (594 x 841 mm) - A1 (594 x 841 mm) - - - - A2 (420 x 594 mm) - A2 (420 x 594 mm) - - - - A3 (297 x 420 mm) - A3 (297 x 420 mm) - - - - A4 (210 x 297 mm, 8.26 x 11.7 inches) - A4 (210 x 297 mm, 8.26 x 11.7 英吋) - - - - A5 (148 x 210 mm) - A5 (148 x 210 mm) - - - - A6 (105 x 148 mm) - A6 (105 x 148 mm) - - - - A7 (74 x 105 mm) - A7 (74 x 105 mm) - - - - A8 (52 x 74 mm) - A8 (52 x 74 mm) - - - - A9 (37 x 52 mm) - A9 (37 x 52 mm) - - - - B0 (1000 x 1414 mm) - B0 (1000 x 1414 mm) - - - - B1 (707 x 1000 mm) - B1 (707 x 1000 mm) - - - - B2 (500 x 707 mm) - B2 (500 x 707 mm) - - - - B3 (353 x 500 mm) - B3 (353 x 500 mm) - - - - B4 (250 x 353 mm) - B4 (250 x 353 mm) - - - - B5 (176 x 250 mm, 6.93 x 9.84 inches) - B5 (176 x 250 mm, 6.93 x 9.84 英吋) - - - - B6 (125 x 176 mm) - B6 (125 x 176 mm) - - - - B7 (88 x 125 mm) - B7 (88 x 125 mm) - - - - B8 (62 x 88 mm) - B8 (62 x 88 mm) - - - - B9 (44 x 62 mm) - B9 (44 x 62 mm) - - - - B10 (31 x 44 mm) - B10 (31 x 44 mm) - - - - C5E (163 x 229 mm) - C5E (163 x 229 mm) - - - - DLE (110 x 220 mm) - DLE (110 x 220 mm) - - - - Executive (7.5 x 10 inches, 191 x 254 mm) - Executive (7.5 x 10 英吋, 191 x 254 mm) - - - - Folio (210 x 330 mm) - 對開 (210 x 330 mm) - - - - Ledger (432 x 279 mm) - Ledger (432 x 279 mm) - - - - Legal (8.5 x 14 inches, 216 x 356 mm) - Legal (8.5 x 14 英吋, 216 x 356 mm) - - - - Letter (8.5 x 11 inches, 216 x 279 mm) - Letter (8.5 x 11 英吋, 216 x 279 mm) - - - - Tabloid (279 x 432 mm) - Tabloid (279 x 432 mm) - - - - US Common #10 Envelope (105 x 241 mm) - US 常用 10 號信封 (105x241 mm) - - - - OK - 確定 - - - Cancel - 取消 - - - Page size: - 紙張大小: - - - Orientation: - 方向: - - - Paper source: - 紙張來源: - - - - - - Print - 列印 - - - File - 檔案 - - - Printer - 印表機 - - - - Print To File ... - 列印到檔案... - - - Print dialog - 列印對話框 - - - Paper format - 紙張格式 - - - Size: - 大小: - - - Properties - 內容 - - - Printer info: - 印表機資訊: - - - Browse - 瀏覽 - - - Print to file - 列印到檔案 - - - - Print range - 列印範圍 - - - - Print all - 全部列印 - - - Pages from - 指定頁面:從 - - - to - - - - Selection - 選擇區 - - - Copies - 份數 - - - Number of copies: - 列印份數: - - - Collate - 校對 - - - Print last page first - 從最後一頁印起 - - - Other - 其他 - - - Print in color if available - 可以的話用彩色列印 - - - Double side printing - 雙面列印 - - - - File %1 is not writable. -Please choose a different file name. - 檔案 %1 無法寫入。 -請選擇其它檔名。 - - - - %1 already exists. -Do you want to overwrite it? - %1 已存在。 -您要覆寫它嗎? - - - - File exists - 檔案已存在 - - - - <qt>Do you want to overwrite it?</qt> - <qt>您要覆寫它嗎?</qt> - - - - Print selection - 列印選擇區 - - - - %1 is a directory. -Please choose a different file name. - %1 是一個目錄。 -請選擇其他檔名。 - - - - A0 - A0 - - - - A1 - A1 - - - - A2 - A2 - - - - A3 - A3 - - - - A4 - A4 - - - - A5 - A5 - - - - A6 - A6 - - - - A7 - A7 - - - - A8 - A8 - - - - A9 - A9 - - - - B0 - B0 - - - - B1 - B1 - - - - B2 - B2 - - - - B3 - B3 - - - - B4 - B4 - - - - B5 - B5 - - - - B6 - B6 - - - - B7 - B7 - - - - B8 - B8 - - - - B9 - B9 - - - - B10 - B10 - - - - C5E - C5E - - - - DLE - DLE - - - - Executive - Executive - - - - Folio - Folio - - - - Ledger - Ledger - - - - Legal - Legal - - - - Letter - Letter - - - - Tabloid - Tabloid - - - - US Common #10 Envelope - US Common #10 Envelope - - - - Custom - 自訂 - - - - - &Options >> - 操作 (&O) >> - - - - &Print - 列印(&P) - - - - &Options << - 操作 (&O) << - - - - Print to File (PDF) - 列印到檔案(PDF) - - - - Print to File (Postscript) - 列印到檔案(Postscript) - - - - Local file - 本地端檔案 - - - - Write %1 file - 寫入 %1 檔案 - - - - The 'From' value cannot be greater than the 'To' value. - 起始數值不能大於結束數值 - - - - QPrintPreviewDialog - - - - Page Setup - 頁面設定 - - - - %1% - %1% - - - - Print Preview - 列印預覽 - - - - Next page - 下一頁 - - - - Previous page - 前一頁 - - - - First page - 第一頁 - - - - Last page - 最後一頁 - - - - Fit width - 符合寬度 - - - - Fit page - 符合頁面 - - - - Zoom in - 放大 - - - - Zoom out - 縮小 - - - - Portrait - 縱向 - - - - Landscape - 橫向 - - - - Show single page - 顯示單一頁面 - - - - Show facing pages - 顯示封面 - - - - Show overview of all pages - 顯示所有頁面預覽 - - - - Print - 列印 - - - - Page setup - 列印設定 - - - - Close - 關閉 - - - - Export to PDF - 匯出到 PDF 檔 - - - - Export to PostScript - 匯出到 PostScript 檔 - - - - QPrintPropertiesDialog - - PPD Properties - PPD 內容 - - - Save - 儲存 - - - OK - 確定 - - - - QPrintPropertiesWidget - - - Form - 表單 - - - - Page - 頁面 - - - - Advanced - 進階 - - - - QPrintSettingsOutput - - - Form - 表單 - - - - Copies - 份數 - - - - Print range - 列印範圍 - - - - Print all - 全部列印 - - - - Pages from - 指定頁面:從 - - - - to - - - - - Selection - 選擇區 - - - - Output Settings - 輸出設定 - - - - Copies: - 份數: - - - - Collate - 校對 - - - - Reverse - 反向 - - - - Options - 選項 - - - - Color Mode - 顏色模式 - - - - Color - 顏色 - - - - Grayscale - 灰階 - - - - Duplex Printing - 雙工列印 - - - - None - - - - - Long side - 長邊 - - - - Short side - 短邊 - - - - QPrintWidget - - - Form - 表單 - - - - Printer - 印表機 - - - - &Name: - 名稱(&N): - - - - P&roperties - 屬性(&R) - - - - Location: - 位置: - - - - Preview - 預覽 - - - - Type: - 型態: - - - - Output &file: - 輸出檔案(&F): - - - - ... - ... - - - - QProcess - - - - Could not open input redirection for reading - 無法開啟輸入導向以讀取 - - - - - Could not open output redirection for writing - 無法開啟輸出導向以寫入 - - - - Resource error (fork failure): %1 - 資源錯誤(fork 失敗):%1 - - - - - - - - - - - - Process operation timed out - 行程操作逾時 - - - - - - - Error reading from process - 從行程讀取時發生錯誤 - - - - - - Error writing to process - 寫入行程時發生錯誤 - - - - Process crashed - 行程已崩潰 - - - - No program defined - - - - - Process failed to start - 啟動行程失敗 - - - - QProgressDialog - - - Cancel - 取消 - - - - QPushButton - - - Open - 開啟 - - - - QRadioButton - - - Check - 勾選 - - - - QRegExp - - - no error occurred - 沒有發生錯誤 - - - - disabled feature used - 使用已關閉的功能 - - - - bad char class syntax - 錯誤的字元類別語法 - - - - bad lookahead syntax - 錯誤的 lookahead 語法 - - - - bad repetition syntax - 錯誤的重覆語法 - - - - invalid octal value - 不合法的八進位值 - - - - missing left delim - 少了左方的區隔符 - - - - unexpected end - 未預期遇到結尾 - - - - met internal limit - 遇到內部限制 - - - - QSQLite2Driver - - - Error to open database - 開啟資料庫時發生錯誤 - - - - Unable to begin transaction - 無法開始事務 - - - - Unable to commit transaction - 無法提交事務 - - - - Unable to rollback Transaction - 無法反轉事務 - - - - QSQLite2Result - - - Unable to fetch results - 無法抓取結果 - - - - Unable to execute statement - 無法執行敘述 - - - - QSQLiteDriver - - - Error opening database - 開啟資料庫發生錯誤 - - - - Error closing database - 關閉資料庫發生錯誤 - - - - Unable to begin transaction - 無法開始事務 - - - - Unable to commit transaction - 無法提交事務 - - - Unable to roll back transaction - 無法反轉事務 - - - - Unable to rollback transaction - 無法反轉事務 - - - - QSQLiteResult - - - - - Unable to fetch row - 無法抓取列 - - - - Unable to execute statement - 無法執行敘述 - - - - Unable to reset statement - 無法重置敘述 - - - - Unable to bind parameters - 無法結合參數 - - - - Parameter count mismatch - 參數數量不符合 - - - - No query - 沒有查詢 - - - - QScrollBar - - - Scroll here - 在此捲軸 - - - - Left edge - 左邊緣 - - - - Top - 頂端 - - - - Right edge - 右邊緣 - - - - Bottom - 底端 - - - - Page left - 頁面左方 - - - - - Page up - 頁面上方 - - - - Page right - 頁面右方 - - - - - Page down - 頁面下方 - - - - Scroll left - 往左捲軸 - - - - Scroll up - 往上捲軸 - - - - Scroll right - 往右捲軸 - - - - Scroll down - 往下捲軸 - - - - Line up - 對上排列 - - - - Position - 位置 - - - - Line down - 對下排列 - - - - QSharedMemory - - - %1: unable to set key on lock - %1:無法設定鍵值 - - - - %1: create size is less then 0 - %1:建立大小小於 0 - - - - - %1: unable to lock - %1:無法鎖定 - - - - %1: unable to unlock - %1:無法解除鎖定 - - - - - %1: permission denied - %1:存取被拒 - - - - - %1: already exists - %1:已存在 - - - - - %1: doesn't exists - %1:不存在 - - - - - %1: out of resources - %1:資源不足 - - - - - %1: unknown error %2 - %1:未知的錯誤 %2 - - - - %1: key is empty - %1:鍵值是空的 - - - - %1: unix key file doesn't exists - %1:unix 鍵值檔不存在 - - - - %1: ftok failed - %1:ftok 失敗 - - - - - %1: unable to make key - %1:無法產生鍵值 - - - - %1: system-imposed size restrictions - %1:系統大小限制 - - - - %1: not attached - %1:未附加 - - - - %1: invalid size - %1:不合法的大小 - - - - %1: key error - %1:鍵值錯誤 - - - - %1: size query failed - %1:大小查詢失敗 - - - - QShortcut - - - Space - 空白鍵 - - - - Esc - Esc - - - - Tab - Tab - - - - Backtab - Backtab - - - - Backspace - Backspace - - - - Return - Return - - - - Enter - Enter - - - - Ins - Ins - - - - Del - Del - - - - Pause - Pause - - - - Print - Print - - - - SysReq - SysReq - - - - Home - Home - - - - End - End - - - - Left - 左鍵 - - - - Up - 上鍵 - - - - Right - 右鍵 - - - - Down - 下鍵 - - - - PgUp - PgUp - - - - PgDown - PgDown - - - - CapsLock - 大寫鎖定 - - - - NumLock - 數字鎖定 - - - - ScrollLock - 捲軸鎖定 - - - - Menu - 選單 - - - - Help - 說明 - - - - Back - 返回 - - - - Forward - 往前 - - - - Stop - 停止 - - - - Refresh - 刷新 - - - - Volume Down - 音量降低 - - - - Volume Mute - 靜音 - - - - Volume Up - 音量提高 - - - - Bass Boost - 重低音 - - - - Bass Up - Bass Up - - - - Bass Down - Bass Down - - - - Treble Up - Treble Up - - - - Treble Down - Treble Down - - - - Media Play - 媒體播放 - - - - Media Stop - 媒體停止 - - - - Media Previous - 媒體前一首 - - - - Media Next - 媒體下一首 - - - - Media Record - 媒體錄音 - - - - Favorites - 我的最愛 - - - - Search - 搜尋 - - - - Standby - 待命 - - - - Open URL - 開啟網址 - - - - Launch Mail - 啟動郵件程式 - - - - Launch Media - 啟動媒體程式 - - - - Launch (0) - 啟動(0) - - - - Launch (1) - 啟動(1) - - - - Launch (2) - 啟動(2) - - - - Launch (3) - 啟動(3) - - - - Launch (4) - 啟動(4) - - - - Launch (5) - 啟動(5) - - - - Launch (6) - 啟動(6) - - - - Launch (7) - 啟動(7) - - - - Launch (8) - 啟動(8) - - - - Launch (9) - 啟動(9) - - - - Launch (A) - 啟動(A) - - - - Launch (B) - 啟動(B) - - - - Launch (C) - 啟動(C) - - - - Launch (D) - 啟動(D) - - - - Launch (E) - 啟動(E) - - - - Launch (F) - 啟動(F) - - - - Print Screen - 列印螢幕 - - - - Page Up - 往上一頁 - - - - Page Down - 往下一頁 - - - - Caps Lock - 大寫鎖定 - - - - Num Lock - 數字鎖定 - - - - Number Lock - 數字鎖定 - - - - Scroll Lock - 捲軸鎖定 - - - - Insert - 插入 - - - - Delete - 刪除 - - - - Escape - Escape - - - - System Request - 系統要求 SysRq - - - - Select - 選擇 - - - - Yes - - - - - No - - - - - Context1 - 內文1 - - - - Context2 - 內文2 - - - - Context3 - 內文3 - - - - Context4 - 內文4 - - - - Call - 呼叫 - - - - Hangup - 掛斷 - - - - Flip - 反轉 - - - - - Ctrl - Ctrl - - - - - Shift - Shift - - - - - Alt - Alt - - - - - Meta - Meta - - - - + - + - - - - F%1 - F%1 - - - - Home Page - 首頁 - - - - QSlider - - - Page left - 頁面左方 - - - - Page up - 頁面上方 - - - - Position - 位置 - - - - Page right - 頁面右方 - - - - Page down - 頁面下方 - - - - QSocks5SocketEngine - - - Connection to proxy refused - 代理伺服器連線被拒 - - - - Connection to proxy closed prematurely - 代理伺服器連線已不正常關閉 - - - - Proxy host not found - 找不到代理伺服器 - - - - Connection to proxy timed out - 代理伺服器連線逾時 - - - - Proxy authentication failed - 代理伺服器認證失敗 - - - - Proxy authentication failed: %1 - 代理伺服器認證失敗:%1 - - - - SOCKS version 5 protocol error - SOCKS 5 的協定錯誤 - - - - General SOCKSv5 server failure - 一般的 SOCKSv5 伺服器錯誤 - - - - Connection not allowed by SOCKSv5 server - 連線未被 SOCKSv5 伺服器允許 - - - - TTL expired - TTL 逾時 - - - - SOCKSv5 command not supported - SOCKSv5 指令未被支援 - - - - Address type not supported - 位址型態未被支援 - - - - Unknown SOCKSv5 proxy error code 0x%1 - 未知的 SOCKSv5 代理伺服器錯誤代碼 0x%1 - - - Socks5 timeout error connecting to socks server - 連接到 socks 伺服器時發生 socks5 逾時錯誤 - - - - Network operation timed out - 網路操作逾時 - - - - QSpinBox - - - More - 更多 - - - - Less - 較少 - - - - QSql - - - Delete - 刪除 - - - - Delete this record? - 要刪除這筆紀錄嗎? - - - - - - Yes - - - - - - - No - - - - - Insert - 插入 - - - - Update - 更新 - - - - Save edits? - 要儲存編輯過的內容嗎? - - - - Cancel - 取消 - - - - Confirm - 確認 - - - - Cancel your edits? - 要取消編輯嗎? - - - - QSslSocket - - - Unable to write data: %1 - 無法寫入資料:%1 - - - - Error while reading: %1 - 讀取時發生錯誤:%1 - - - - Error during SSL handshake: %1 - SSL 同步時發生錯誤:%1 - - - - Error creating SSL context (%1) - 建立 SSL 內文時發生錯誤(%1) - - - - Invalid or empty cipher list (%1) - 不合法或空白的加密清單(%1) - - - - Error creating SSL session, %1 - 建立 SSL 工作階段時發生錯誤:%1 - - - - Error creating SSL session: %1 - 建立 SSL 工作階段時發生錯誤:%1 - - - - Cannot provide a certificate with no key, %1 - 沒有金鑰無法提供憑證:%1 - - - - Error loading local certificate, %1 - 載入本地憑證時發生錯誤:%1 - - - - Error loading private key, %1 - 載入私鑰時發生錯誤:%1 - - - Private key do not certificate public key, %1 - 私鑰與公鑰不符:%1 - - - - Private key does not certificate public key, %1 - 私密金鑰無法認證公開金鑰,%1 - - - - QSystemSemaphore - - - - %1: out of resources - %1:資源不足 - - - - - %1: permission denied - %1:存取被拒 - - - - %1: already exists - %1:已存在 - - - - %1: does not exist - %1:不存在 - - - - - %1: unknown error %2 - %1:未知的錯誤 %2 - - - - QTDSDriver - - - Unable to open connection - 無法開啟連線 - - - - Unable to use database - 無法使用資料庫 - - - - QTabBar - - - Scroll Left - 往左捲軸 - - - - Scroll Right - 往右捲軸 - - - - QTcpServer - - Socket operation unsupported - 未支援的 socket 操作 - - - - Operation on socket is not supported - Socket 的操作未被支援 - - - - QTextControl - - - &Undo - 復原(&U) - - - - &Redo - 重做(&R) - - - - Cu&t - 剪下(&T) - - - - &Copy - 複製(&C) - - - - Copy &Link Location - 複製連結位址(&L) - - - - &Paste - 貼上(&P) - - - - Delete - 刪除 - - - - Select All - 全部選擇 - - - - QToolButton - - - - Press - 按下 - - - - - Open - 開啟 - - - - QUdpSocket - - - This platform does not support IPv6 - 此平台不支援 IPv6 - - - - QUndoGroup - - - Undo - 復原 - - - - Redo - 重做 - - - - QUndoModel - - - <empty> - <空白> - - - - QUndoStack - - - Undo - 復原 - - - - Redo - 重做 - - - - QUnicodeControlCharacterMenu - - - LRM Left-to-right mark - LRM 左到右標記 - - - - RLM Right-to-left mark - RLM 右到左標記 - - - - ZWJ Zero width joiner - ZWJ 零寬度連接器 - - - - ZWNJ Zero width non-joiner - ZWNJ 零寬度非連接器 - - - - ZWSP Zero width space - ZWSP 零寬度空白 - - - - LRE Start of left-to-right embedding - LRE 左到右嵌入起點 - - - - RLE Start of right-to-left embedding - RLE 右到左嵌入起點 - - - - LRO Start of left-to-right override - LRO 左到右覆寫起點 - - - - RLO Start of right-to-left override - RLO 右到左覆寫起點 - - - - PDF Pop directional formatting - PDF 彈出方向格式 - - - - Insert Unicode control character - 插入萬國碼控制字元 - - - - QWebFrame - - - Request cancelled - 請求已取消 - - - - Request blocked - 請求已被阻擋 - - - - Cannot show URL - 無法顯示網址 - - - - Frame load interruped by policy change - 影像載入因政策變更而中斷 - - - - Cannot show mimetype - 無法顯示 MIME 型態 - - - - File does not exist - 檔案不存在 - - - - QWebPage - - - Bad HTTP request - 不良的 HTTP 請求 - - - - Submit - default label for Submit buttons in forms on web pages - 提交 - - - - Submit - Submit (input element) alt text for <input> elements with no alt, title, or value - 提交 - - - - Reset - default label for Reset buttons in forms on web pages - 重置 - - - - This is a searchable index. Enter search keywords: - text that appears at the start of nearly-obsolete web pages in the form of a 'searchable index' - 這是可搜尋的索引。請輸入關鍵字:  - - - - Choose File - title for file button used in HTML forms - 選擇檔案 - - - - No file selected - text to display in file button used in HTML forms when no file is selected - 未選取任何檔案 - - - - Open in New Window - Open in New Window context menu item - 在新視窗開啟 - - - - Save Link... - Download Linked File context menu item - 儲存連結... - - - - Copy Link - Copy Link context menu item - 複製連結 - - - - Open Image - Open Image in New Window context menu item - 開啟影像 - - - - Save Image - Download Image context menu item - 儲存影像 - - - - Copy Image - Copy Link context menu item - 複製影像 - - - - Open Frame - Open Frame in New Window context menu item - 開啟框架 - - - - Copy - Copy context menu item - 複製 - - - - Go Back - Back context menu item - 往回 - - - - Go Forward - Forward context menu item - 往前 - - - - Stop - Stop context menu item - 停止 - - - - Reload - Reload context menu item - 重新載入 - - - - Cut - Cut context menu item - 剪下 - - - - Paste - Paste context menu item - 貼上 - - - - No Guesses Found - No Guesses Found context menu item - 找不到可能的內容 - - - - Ignore - Ignore Spelling context menu item - 忽略 - - - - Add To Dictionary - Learn Spelling context menu item - 新增到字典 - - - - Search The Web - Search The Web context menu item - 搜尋站台 - - - - Look Up In Dictionary - Look Up in Dictionary context menu item - 在字典裡搜尋 - - - - Open Link - Open Link context menu item - 開啟連結 - - - - Ignore - Ignore Grammar context menu item - 忽略 - - - - Spelling - Spelling and Grammar context sub-menu item - 拼字 - - - - Show Spelling and Grammar - menu item title - 顯示拼字與文法 - - - - Hide Spelling and Grammar - menu item title - 隱藏拼字與文法 - - - - Check Spelling - Check spelling context menu item - 檢查拼字 - - - - Check Spelling While Typing - Check spelling while typing context menu item - 打字時立即檢查拼字 - - - - Check Grammar With Spelling - Check grammar with spelling context menu item - 檢查拼字與文法 - - - - Fonts - Font context sub-menu item - 字型 - - - - Bold - Bold context menu item - 粗體 - - - - Italic - Italic context menu item - 斜體 - - - - Underline - Underline context menu item - 底線 - - - - Outline - Outline context menu item - 外框線 - - - - Direction - Writing direction context sub-menu item - 方向 - - - - Text Direction - Text direction context sub-menu item - 文字方向 - - - - Default - Default writing direction context menu item - 預設 - - - - LTR - Left to Right context menu item - 左到右 - - - - RTL - Right to Left context menu item - 右到左 - - - - Inspect - Inspect Element context menu item - 查驗 - - - - No recent searches - Label for only item in menu that appears when clicking on the search field image, when no searches have been performed - 沒有最近的搜尋 - - - - Recent searches - label for first item in the menu that appears when clicking on the search field image, used as embedded menu title - 最近的搜尋 - - - - Clear recent searches - menu item in Recent Searches menu that empties menu's contents - 清除最近的搜尋 - - - - Unknown - Unknown filesize FTP directory listing item - 未知 - - - - %1 (%2x%3 pixels) - Title string for images - %1(%2x%3 像素) - - - - Web Inspector - %2 - 網站查驗器─%2 - - - - Scroll here - 在此捲軸 - - - - Left edge - 左邊緣 - - - - Top - 頂端 - - - - Right edge - 右邊緣 - - - - Bottom - 底端 - - - - Page left - 頁面左方 - - - - Page up - 頁面上方 - - - - Page right - 頁面右方 - - - - Page down - 頁面下方 - - - - Scroll left - 往左捲軸 - - - - Scroll up - 往上捲軸 - - - - Scroll right - 往右捲軸 - - - - Scroll down - 往下捲軸 - - - - %n file(s) - number of chosen file - - %n 個檔案 - - - - - JavaScript Alert - %1 - JavaScript 警告 ─ %1 - - - - JavaScript Confirm - %1 - JavaScript 確認 ─ %1 - - - - JavaScript Prompt - %1 - JavaScript 提示 ─ %1 - - - - Move the cursor to the next character - 移動游標到下一個字元 - - - - Move the cursor to the previous character - 移動游標到前一個字元 - - - - Move the cursor to the next word - 移動游標到下一個單字 - - - - Move the cursor to the previous word - 移動游標到前一個單字 - - - - Move the cursor to the next line - 移動游標到下一行 - - - - Move the cursor to the previous line - 移動游標到前一行 - - - - Move the cursor to the start of the line - 移動游標到這一行的起頭 - - - - Move the cursor to the end of the line - 移動游標到這一行的結尾 - - - - Move the cursor to the start of the block - 移動游標到這一個區塊的起頭 - - - - Move the cursor to the end of the block - 移動游標到這一個區塊的結尾 - - - - Move the cursor to the start of the document - 移動游標到這一個文件的起頭 - - - - Move the cursor to the end of the document - 移動游標到這一個文件的結尾 - - - - Select all - - - - - Select to the next character - 選擇到下一個字元 - - - - Select to the previous character - 選擇到前一個字元 - - - - Select to the next word - 選擇到下一個單字 - - - - Select to the previous word - 選擇到前一個單字 - - - - Select to the next line - 選擇到下一行 - - - - Select to the previous line - 選擇到前一行 - - - - Select to the start of the line - 選擇到這一行的起頭 - - - - Select to the end of the line - 選擇到這一行的結尾 - - - - Select to the start of the block - 選擇到這一個區塊的起頭 - - - - Select to the end of the block - 選擇到這一個區塊的結尾 - - - - Select to the start of the document - 選擇到這一個文件的起頭 - - - - Select to the end of the document - 選擇到這一個文件的結尾 - - - - Delete to the start of the word - 刪除到此單字的起頭 - - - - Delete to the end of the word - 刪除到此單字的結尾 - - - - Insert a new paragraph - - - - - Insert a new line - - - - - QWhatsThisAction - - - What's This? - 這是什麼? - - - - QWidget - - - * - + - - - - QWizard - - - Go Back - 往回 - - - - Continue - 繼續 - - - - Commit - 提交 - - - - Done - 完成 - - - Quit - 離開 - - - - Help - 說明 - - - - < &Back - <返回(&B) - - - - &Finish - 完成(&F) - - - - Cancel - 取消 - - - - &Help - 說明(&H) - - - - &Next - 下一個(&N) - - - - &Next > - 下一個(&N)> - - - - QWorkspace - - - &Restore - 回復(&R) - - - - &Move - 移動(&M) - - - - &Size - 大小(&S) - - - - Mi&nimize - 最小化(&N) - - - - Ma&ximize - 最大化(&X) - - - - &Close - 關閉(&C) - - - - Stay on &Top - 留在頂端(&T) - - - - - Sh&ade - 遮蔽(&A) - - - - - %1 - [%2] - %1 - [%2] - - - - Minimize - 最小化 - - - - Restore Down - 向下恢復 - - - - Close - 關閉 - - - - &Unshade - 取消遮蔽(&U) - - - - QXml - - - no error occurred - 沒有發生錯誤 - - - - error triggered by consumer - 用戶觸發的錯誤 - - - - unexpected end of file - 未預期遇到檔案結尾 - - - - more than one document type definition - 定義了一個以上的文件型態 - - - - error occurred while parsing element - 剖析元素時發生錯誤 - - - - tag mismatch - 標籤不對稱 - - - - error occurred while parsing content - 剖析內容時發生錯誤 - - - - unexpected character - 非預期的字元 - - - - invalid name for processing instruction - 處理指令時的不合法名稱 - - - - version expected while reading the XML declaration - 讀取 XML 宣告時應有版本號 - - - - wrong value for standalone declaration - 獨立宣告時的值錯誤 - - - - encoding declaration or standalone declaration expected while reading the XML declaration - 讀取 XML 宣告時應有編碼宣告或獨立宣告 - - - - standalone declaration expected while reading the XML declaration - 讀取 XML 宣告時應有讀立宣告 - - - - error occurred while parsing document type definition - 剖析文件型態定義時發生錯誤 - - - - letter is expected - 預期應為字母 - - - - error occurred while parsing comment - 剖析註解時發生錯誤 - - - - error occurred while parsing reference - 剖析參考時發生錯誤 - - - - internal general entity reference not allowed in DTD - 在 DTD 中不允許內部產生的實體參考 - - - - external parsed general entity reference not allowed in attribute value - 在屬性值中不允許使用外部剖析的實體參考 - - - - external parsed general entity reference not allowed in DTD - 在 DTD 中不允許使用外部剖析的實體參考 - - - - unparsed entity reference in wrong context - 在錯誤的內文中有未剖析的實體參考 - - - - recursive entities - 遞迴的實體 - - - - error in the text declaration of an external entity - 在外部實體中的文字宣告有錯誤 - - - - QXmlStream - - - - Extra content at end of document. - 文件尾端有多餘的內容。 - - - - Invalid entity value. - 不合法的實體值 - - - - Invalid XML character. - 不合法的 XML 字元。 - - - - Sequence ']]>' not allowed in content. - 在內文中不允許有序列 "]]>"。 - - - - Namespace prefix '%1' not declared - 命名空間的前置字串 %1 未宣告 - - - - Attribute redefined. - 屬性重定義。 - - - - Unexpected character '%1' in public id literal. - 在公開代碼字元中遇到非預期的字元 %1。 - - - - Invalid XML version string. - 不合法的 XML 版本字串。 - - - - Unsupported XML version. - 未支援的 XML 版本。 - - - - %1 is an invalid encoding name. - %1 為不合法的編碼名稱。 - - - - Encoding %1 is unsupported - 編碼 %1 不支援。 - - - Invalid XML encoding name. - 不合法的 XML 編碼名稱。 - - - - Standalone accepts only yes or no. - 獨立實體只接受 yes 或 no。 - - - - Invalid attribute in XML declaration. - XML 宣告中有不合法的屬性。 - - - - Premature end of document. - 文件結尾不正確。 - - - - Invalid document. - 不合法的文件。 - - - - Expected - 預期應為 - - - - , but got ' - ,但是看到的是 - - - - Unexpected ' - 非預期 - - - - Expected character data. - 預期的字元資料。 - - - - Recursive entity detected. - 偵測到遞迴實體。 - - - - Start tag expected. - 預期應有開始標籤。 - - - - XML declaration not at start of document. - XML 宣告沒有在文件開始處。 - - - - NDATA in parameter entity declaration. - 在參數實體宣告有 NDATA。 - - - - %1 is an invalid processing instruction name. - %1 是不合法的處理指令名稱。 - - - - Invalid processing instruction name. - 不合法的處理指令名稱。 - - - - - - - Illegal namespace declaration. - 不合法的命名空間宣告。 - - - - Invalid XML name. - 不合法的 XML 名稱。 - - - - Opening and ending tag mismatch. - 開啟與結束的標籤不對稱。 - - - - Reference to unparsed entity '%1'. - 參考到未剖析的實體 %1。 - - - - - - Entity '%1' not declared. - 實體 %1 未宣告。 - - - - Reference to external entity '%1' in attribute value. - 在屬性值中參考到外部實體 %1。 - - - - Invalid character reference. - 不合法的字元參考。 - - - - - Encountered incorrectly encoded content. - 遇到不正確的編碼內容。 - - - - The standalone pseudo attribute must appear after the encoding. - 獨立的虛擬屬性必須在編碼之後出現。 - - - - %1 is an invalid PUBLIC identifier. - %1 為不合法的 PUBLIC 識別子。 - - - - QtXmlPatterns - - - An %1-attribute with value %2 has already been declared. - 已宣告屬性 %1 的值為 %2。 - - - - An %1-attribute must have a valid %2 as value, which %3 isn't. - 屬性 %1 必須以合法的 %2 為值,而 %3 是不合法的。 - - - - Network timeout. - 網路逾時。 - - - - Element %1 can't be serialized because it appears outside the document element. - 元素 %1 無法序列化,因為似乎是在文件元素之外。 - - - Attribute element %1 can't be serialized because it appears at the top level. - 屬性元素 %1 無法序列化,因為似乎是在頂層。 - - - - Year %1 is invalid because it begins with %2. - 年份 %1 不合法,因為是從 %2 開始的。 - - - - Day %1 is outside the range %2..%3. - 日期 %1 已超出 %2 到 %3 的範圍。 - - - - Month %1 is outside the range %2..%3. - 月份 %1 已超出 %2 到 %3 的範圍。 - - - - Overflow: Can't represent date %1. - 溢位:無法表示日期 %1。 - - - - Day %1 is invalid for month %2. - 月份 %2 中沒有日期 %1。 - - - - Time 24:%1:%2.%3 is invalid. Hour is 24, but minutes, seconds, and milliseconds are not all 0; - 時間 24:%1:%2.%3 不合法。小時為 24 則分、秒與毫秒都必須是 0。 - - - - - Time %1:%2:%3.%4 is invalid. - 時間 %1:%2:%3.%4 不合法。 - - - - Overflow: Date can't be represented. - 溢位:無法表示日期。 - - - - - At least one component must be present. - 必須表達至少一個組件。 - - - - At least one time component must appear after the %1-delimiter. - 在分隔符 %1 後必須至少有一個時間組件。 - - - - No operand in an integer division, %1, can be %2. - 整數除法沒有運作對象,%1,可以是 %2 - - - - The first operand in an integer division, %1, cannot be infinity (%2). - 整數除法的第一個運算對象 %1 不能是無限大(%2)。 - - - - The second operand in a division, %1, cannot be zero (%2). - 整數除法的第二個運算對象 %1 不能是零(%2)。 - - - - %1 is not a valid value of type %2. - %1 不是合法的 %2 型態的值。 - - - - When casting to %1 from %2, the source value cannot be %3. - 從 %2 轉換型態為 %1 的時候,來源數值不能是 %3。 - - - - Integer division (%1) by zero (%2) is undefined. - 整數除法 %1 除以零(%2)的行為未定義。 - - - - Division (%1) by zero (%2) is undefined. - 除法 %1 除以零(%2)的行為未定義。 - - - - Modulus division (%1) by zero (%2) is undefined. - 餘數除法 %1 除以零(%2)的行為未定義。 - - - - - Dividing a value of type %1 by %2 (not-a-number) is not allowed. - 將型態 %1 除以 %2(非數值)是不允許的。 - - - - Dividing a value of type %1 by %2 or %3 (plus or minus zero) is not allowed. - 將型態 %1 除以 %2 或 %3(正或負零)是不允許的。 - - - - Multiplication of a value of type %1 by %2 or %3 (plus or minus infinity) is not allowed. - 將型態 %1 乘以 %2 或 %3(正或負無限大)是不允許的。 - - - - A value of type %1 cannot have an Effective Boolean Value. - 型態 %1 不能有實際布林值。 - - - - Effective Boolean Value cannot be calculated for a sequence containing two or more atomic values. - 實際布林值(Effective Boolean)無法用在兩個或兩個以上的原數值(atomic value)的計算。 - - - - Value %1 of type %2 exceeds maximum (%3). - 型態 %2 的數值 %1 已超過最大值(%3)。 - - - - Value %1 of type %2 is below minimum (%3). - 型態 %2 的數值 %1 已低過最小值(%3)。 - - - - A value of type %1 must contain an even number of digits. The value %2 does not. - 型態 %1 的值必須包含偶數個數字。數值 %2 未符合此條件。 - - - - %1 is not valid as a value of type %2. - %1 不是合法的 %2 型態的值。 - - - - Operator %1 cannot be used on type %2. - 操作元 %1 不能用於型態 %2。 - - - - Operator %1 cannot be used on atomic values of type %2 and %3. - 操作元 %1 不能用於型態 %2 與 %3 的原數值。 - - - - The namespace URI in the name for a computed attribute cannot be %1. - 在已計算屬性的名稱的命名空間網址不能是 %1。 - - - - The name for a computed attribute cannot have the namespace URI %1 with the local name %2. - 在已計算屬性的名稱不能同時有命名空間網址 %1 與本地端名稱 %2。 - - - - Type error in cast, expected %1, received %2. - 轉換型態錯誤,應為 %1 但接收到 %2。 - - - - When casting to %1 or types derived from it, the source value must be of the same type, or it must be a string literal. Type %2 is not allowed. - 轉換為型態 %1 或其衍生型態時,來源數值必須是相同型態,或者是字串。型態 %2 是不被允許的。 - - - - No casting is possible with %1 as the target type. - 不能轉換到 %1 型態。 - - - - It is not possible to cast from %1 to %2. - 不能從 %1 轉換到 %2。 - - - - Casting to %1 is not possible because it is an abstract type, and can therefore never be instantiated. - 無法轉換到 %1 因為它是一個抽象型態,不能被實體化。 - - - - It's not possible to cast the value %1 of type %2 to %3 - 無法轉換型態 %2 的數值 %1 到 %3 - - - - Failure when casting from %1 to %2: %3 - 從 %1 轉換到 %2 時失敗:%3 - - - - A comment cannot contain %1 - 註解不能包含 %1 - - - - A comment cannot end with a %1. - 註解不能以 %1 做結尾 - - - - No comparisons can be done involving the type %1. - 包含型態 %1 時不能做比較。 - - - - Operator %1 is not available between atomic values of type %2 and %3. - 操作元 %1 不能用於型態 %2 與 %3 的原數值。 - - - - An attribute node cannot be a child of a document node. Therefore, the attribute %1 is out of place. - 屬性點不能做為文件點的子節點。因此,屬性 %1 的位置不合適。 - - - - A library module cannot be evaluated directly. It must be imported from a main module. - 不能直接計算函式模組。必須要從主模組匯入。 - - - - No template by name %1 exists. - 沒有名為 %1 的樣本存在。 - - - - A value of type %1 cannot be a predicate. A predicate must have either a numeric type or an Effective Boolean Value type. - 型態 %1 的值不能是謂詞(predicate)。謂詞必須是數值型態,或是實際布林值。 - - - - A positional predicate must evaluate to a single numeric value. - 位置謂詞必須能計算出單一的數值。 - - - - The target name in a processing instruction cannot be %1 in any combination of upper and lower case. Therefore, is %2 invalid. - 處理指令的目標名稱不能是任何大小寫組合的 %1。因此,%2 是不合法的值。 - - - - %1 is not a valid target name in a processing instruction. It must be a %2 value, e.g. %3. - %1 不是一個合法的處理指令的目標名稱。必須是 %2 的值,例如 %3。 - - - - The last step in a path must contain either nodes or atomic values. It cannot be a mixture between the two. - 路徑的最後一步必須是節點或原值,而不能在兩者之間。 - - - - The data of a processing instruction cannot contain the string %1 - 處理指令的資料不能包含字串 %1 - - - - No namespace binding exists for the prefix %1 - 前置字串 %1 沒有結合命名空間 - - - - No namespace binding exists for the prefix %1 in %2 - 在 %2 的前置字串 %1 沒有結合命名空間 - - - - - %1 is an invalid %2 - %1 是不合法的 %2 - - - - %1 takes at most %n argument(s). %2 is therefore invalid. - - %1 最多只能有 %n 個參數,因此 %2 是不合法的。 - - - - - %1 requires at least %n argument(s). %2 is therefore invalid. - - %1 至少需要 %n 個參數,因此 %2 是不合法的。 - - - - - The first argument to %1 cannot be of type %2. It must be a numeric type, xs:yearMonthDuration or xs:dayTimeDuration. - 呼叫 %1 的第一個參數不能是 %2 型態。必須是數值型態,xs.yearMonthDuration 或 xs.dayTimeDuration。 - - - - The first argument to %1 cannot be of type %2. It must be of type %3, %4, or %5. - 呼叫 %1 的第一個參數不能是 %2 型態。必須是 %3、%4 或 %5 型態。 - - - - The second argument to %1 cannot be of type %2. It must be of type %3, %4, or %5. - 呼叫 %1 的第二個參數不能是 %2 型態。必須是 %3、%4 或 %5 型態。 - - - - %1 is not a valid XML 1.0 character. - %1 不是合法的 XML 1.0 字元。 - - - - The first argument to %1 cannot be of type %2. - 呼叫 %1 的第一個參數不能是 %2 型態。 - - - - If both values have zone offsets, they must have the same zone offset. %1 and %2 are not the same. - 如果兩個值都有區域位移,則必須是相同的區域位移。%1 與 %2 並不相同。 - - - - %1 was called. - %1 已被呼叫。 - - - - %1 must be followed by %2 or %3, not at the end of the replacement string. - %1 後面必須跟著 %2 或 %3,而非取代字串的結尾。 - - - - In the replacement string, %1 must be followed by at least one digit when not escaped. - 在取代字串中,在未脫逸的情形下 %1 必須至少跟著一位數字。 - - - - In the replacement string, %1 can only be used to escape itself or %2, not %3 - 在取代字串中,%1 只能用於自身或 %2 的脫逸,而非 %3。 - - - - %1 matches newline characters - %1 符合了換行字元 - - - - %1 and %2 match the start and end of a line. - %1 與 %2 符合了一行的開始與結尾。 - - - - Matches are case insensitive - 比對為區分大小寫 - - - - Whitespace characters are removed, except when they appear in character classes - 空白字元已移除,除非它們出現在字元類別 - - - - %1 is an invalid regular expression pattern: %2 - %1 是不合法的正規表示式樣式:%2 - - - - %1 is an invalid flag for regular expressions. Valid flags are: - %1 是正規表示式中不合法的旗標。合法的旗標有: - - - - If the first argument is the empty sequence or a zero-length string (no namespace), a prefix cannot be specified. Prefix %1 was specified. - 如果第一個參數是空序列,或是長度為 0 的字串(沒有命名空間),則無法指定前置字串。但是您指定了 %1。 - - - - It will not be possible to retrieve %1. - 無法取得 %1。 - - - - The root node of the second argument to function %1 must be a document node. %2 is not a document node. - 函式 %1 的第二個參數的根節點必須是文件節點。%2 不是文件節點。 - - - - The default collection is undefined - 預設的收藏未定義 - - - - %1 cannot be retrieved - %1 無法取得 - - - - The normalization form %1 is unsupported. The supported forms are %2, %3, %4, and %5, and none, i.e. the empty string (no normalization). - 未支援常態化表單 %1。支援的表單有 %2、%3、%4、%5,以及無(也就是空字串,未常態化)。 - - - - A zone offset must be in the range %1..%2 inclusive. %3 is out of range. - 區域位移必須是在 %1 到 %2 範圍之內。%3 已超出範圍。 - - - - %1 is not a whole number of minutes. - %1 不是分鐘的數值。 - - - - Required cardinality is %1; got cardinality %2. - 需要的基數為 %1;得到的是 %2。 - - - - The item %1 did not match the required type %2. - 項目 %1 未符合需要的型態 %2。 - - - - - %1 is an unknown schema type. - %1 是未知的機制型態。 - - - - Only one %1 declaration can occur in the query prolog. - 只有一個 %1 宣告可以在查詢中。 - - - - The initialization of variable %1 depends on itself - 變數 %1 的初始化與自身相依。 - - - - No variable by name %1 exists - 沒有名為 %1 的變數存在 - - - - The variable %1 is unused - 變數 %1 未使用 - - - - Version %1 is not supported. The supported XQuery version is 1.0. - 版本 %1 未支援。支援的 XQuery 版本為 1.0。 - - - - The encoding %1 is invalid. It must contain Latin characters only, must not contain whitespace, and must match the regular expression %2. - 編碼 %1 不合法。必須只能包含拉丁字元,不含空白,並且要符合正規表示式 %2。 - - - - No function with signature %1 is available - 沒有簽章為 %1 的函式可使用 - - - - - A default namespace declaration must occur before function, variable, and option declarations. - 預設的命名空間宣告必須在函式、變數與選項宣告之前。 - - - - Namespace declarations must occur before function, variable, and option declarations. - 命名空間宣告必須在函式、變數與選項宣告之前。 - - - - Module imports must occur before function, variable, and option declarations. - 模組匯入必須在函式、變數與選項宣告之前。 - - - - It is not possible to redeclare prefix %1. - 無法重宣告前置字串 %1。 - - - Only the prefix %1 can be declared to bind the namespace %2. By default, it is already bound to the prefix %1. - 只有前置字串 %1 可以被宣告與命名空間 %2 結合。它預設已經與前置字串 %1 結合。 - - - - Prefix %1 is already declared in the prolog. - 前置字串 %1 已在 prolog 中宣告。 - - - - The name of an option must have a prefix. There is no default namespace for options. - 選項名稱必須有前置字串。沒有選項的預設命名空間。 - - - - The Schema Import feature is not supported, and therefore %1 declarations cannot occur. - 機制匯入功能未支援,因此有 %1 個宣告無法達成。 - - - - The target namespace of a %1 cannot be empty. - %1 的目標命名空間不能是空的。 - - - - The module import feature is not supported - 模組匯入功能未支援。 - - - A variable by name %1 has already been declared in the prolog. - 名稱為 %1 的變數已經在 prolog 中宣告。 - - - - No value is available for the external variable by name %1. - 名為 %1 的外部變數沒有可用的值。 - - - The namespace for a user defined function cannot be empty(try the predefined prefix %1 which exists for cases like this) - 使用者定義的函式的命名空間不能是空的(請試試使用預定義前置字串 %1) - - - - A construct was encountered which only is allowed in XQuery. - 遇到了建構,實際上只能允許在 XQuery 內。 - - - - A template by name %1 has already been declared. - 名為 %1 的屬性已被宣告。 - - - - The keyword %1 cannot occur with any other mode name. - 關鍵字 %1 不能與任何其它模式名稱一起存在。 - - - - The value of attribute %1 must of type %2, which %3 isn't. - 屬性 %1 的值必須為型態 %2,但 %3 不是。 - - - - The prefix %1 can not be bound. By default, it is already bound to the namespace %2. - 前置字串 %1 不能被結合。預設它已與命名空間 %2 結合。 - - - - A variable by name %1 has already been declared. - 名為 %1 的變數已被宣告。 - - - - A stylesheet function must have a prefixed name. - 樣式表函式必須有前置名稱。 - - - - The namespace for a user defined function cannot be empty (try the predefined prefix %1 which exists for cases like this) - 使用者定義函式的命名空間不能為空白(請試著用預先定義的前置字串 %1) - - - - The namespace %1 is reserved; therefore user defined functions may not use it. Try the predefined prefix %2, which exists for these cases. - 命名空間 %1 已被保留,因此使用者定義函式不能使用它。請試試預定義前置字串 %2。 - - - - The namespace of a user defined function in a library module must be equivalent to the module namespace. In other words, it should be %1 instead of %2 - 在函式模組中的使用者定義函式的命名空間必須與模組的命名空間相同。也就是,應該為 %1 而不是 %2。 - - - - A function already exists with the signature %1. - 已經有簽章為 %1 的函式存在。 - - - - No external functions are supported. All supported functions can be used directly, without first declaring them as external - 未支援外部函式。所有支援的含式可以直接使用而不需要先宣告為外部函式。 - - - - An argument by name %1 has already been declared. Every argument name must be unique. - 名稱為 %1 的參數已被宣告。每個參數名稱必須唯一。 - - - - When function %1 is used for matching inside a pattern, the argument must be a variable reference or a string literal. - 當函式 %1 用於樣式比對時,參數必須是變數參考或字串。 - - - - In an XSL-T pattern, the first argument to function %1 must be a string literal, when used for matching. - 在 XSL-T 樣式內,函式 %1 的第一個參數必須是字串,以便用於比對。 - - - - In an XSL-T pattern, the first argument to function %1 must be a literal or a variable reference, when used for matching. - 在 XSL-T 樣式內,函式 %1 的第一個參數必須是文字或變數參考,以便用於比對。 - - - - In an XSL-T pattern, function %1 cannot have a third argument. - 在 XSL-T 樣式內,函式 %1 的不能有第三個參數。 - - - - In an XSL-T pattern, only function %1 and %2, not %3, can be used for matching. - 在 XSL-T 樣式內,只有函式 %1,%2 可以用於比對。%3 不行。 - - - - In an XSL-T pattern, axis %1 cannot be used, only axis %2 or %3 can. - 在 XSL-T 樣式內,不能用 %1 軸,只能用 %2 或 %3。 - - - - %1 is an invalid template mode name. - %1 不是合法的樣本模式名稱。 - - - - The name of a variable bound in a for-expression must be different from the positional variable. Hence, the two variables named %1 collide. - 與 for 敘述結合的變數名稱必須與位置變數不同。因此,有兩個名為 %1 的變數衝突了。 - - - - The Schema Validation Feature is not supported. Hence, %1-expressions may not be used. - 未支援機制確認功能。%1 敘述無法使用。 - - - - None of the pragma expressions are supported. Therefore, a fallback expression must be present - 未支援 pragma 敘述。因次,必須有預設的敘述。 - - - - Each name of a template parameter must be unique; %1 is duplicated. - 每個樣本參數的名稱必須唯一;%1 已經被使用。 - - - - The %1-axis is unsupported in XQuery - XQuery 中未支援 %1 軸 - - - - %1 is not a valid name for a processing-instruction. - %1 不是處理指令的合法名稱。 - - - - %1 is not a valid numeric literal. - %1 不是合法的數值。 - - - - No function by name %1 is available. - 沒有名為 %1 的函式。 - - - - The namespace URI cannot be the empty string when binding to a prefix, %1. - 要與前置字串 %1 結合的命名空間網址不能是空字串。 - - - - %1 is an invalid namespace URI. - %1 是不合法的命名空間網址。 - - - - It is not possible to bind to the prefix %1 - 無法與前置字串 %1 結合。 - - - - Namespace %1 can only be bound to %2 (and it is, in either case, pre-declared). - 命名空間 %1 只能與 %2 結合(也就是說,要預先定義)。 - - - - Prefix %1 can only be bound to %2 (and it is, in either case, pre-declared). - 前置字串 %1 只能與 %2 結合(也就是說,要預先定義)。 - - - - Two namespace declaration attributes have the same name: %1. - 有兩個命名空間宣告的屬性有相同的名稱:%1 - - - - The namespace URI must be a constant and cannot use enclosed expressions. - 命名空間網址必須是常數,並且不能使用封閉敘述。 - - - - An attribute by name %1 has already appeared on this element. - 名為 %1 的屬性已出現在此元素。 - - - - A direct element constructor is not well-formed. %1 is ended with %2. - 直接元素建構器沒有完整產生。%1 以 %2 結束。 - - - - The name %1 does not refer to any schema type. - 名稱 %1 未指向任何機制型態。 - - - - %1 is an complex type. Casting to complex types is not possible. However, casting to atomic types such as %2 works. - %1 是複數型態,無法轉換成複數型態。然而,轉換為原型態,如 %2 是可行的。 - - - - %1 is not an atomic type. Casting is only possible to atomic types. - %1 不是一個原型態。只能轉換為原型態。 - - - %1 is not a valid name for a processing-instruction. Therefore this name test will never match. - %1 不是一個合法的處理指令的名稱。因此名稱測試永遠不會成功。 - - - - - %1 is not in the in-scope attribute declarations. Note that the schema import feature is not supported. - %1 不是範圍內屬性宣告。注意機制匯入功能未支援。 - - - - The name of an extension expression must be in a namespace. - 延伸敘述的名稱必須在命名空間內。 - - - - empty - 空白 - - - - zero or one - 0 或 1 個 - - - - exactly one - 剛好一個 - - - - one or more - 一個以上 - - - - zero or more - 0 個以上 - - - - Required type is %1, but %2 was found. - 需要的型態為 %1,但找到 %2。 - - - - Promoting %1 to %2 may cause loss of precision. - 將 %1 抬升為 %2 可能會失去精確度。 - - - - The focus is undefined. - 焦點未定義。 - - - - It's not possible to add attributes after any other kind of node. - 不能在任何其它種類的節點後面加入屬性。 - - - - An attribute by name %1 has already been created. - 名為 %1 的屬性已被建立。 - - - - Only the Unicode Codepoint Collation is supported(%1). %2 is unsupported. - 只支援 Unicode Codepoint Collation(%1)。%2 未支援。; - - - - Attribute %1 can't be serialized because it appears at the top level. - 屬性元素 %1 無法序列化,因為似乎是在頂層。 - - - - %1 is an unsupported encoding. - %1 是個未被支援的編碼。 - - - - %1 contains octets which are disallowed in the requested encoding %2. - %1 包含了在要求的編碼 %2 內不允許的八進位值。 - - - - The codepoint %1, occurring in %2 using encoding %3, is an invalid XML character. - 在 %2 內的代碼點 %1(編碼 %3)是一個不合法的 XML 字元。 - - - - Ambiguous rule match. - 不明確的規則符合。 - - - In a namespace constructor, the value for a namespace value cannot be an empty string. - 在命名空間建構子中,命名空間的值不能是空字串。 - - - - In a namespace constructor, the value for a namespace cannot be an empty string. - - - - - The prefix must be a valid %1, which %2 is not. - 前置字串必須是合法的 %1,但 %2 不是。 - - - - The prefix %1 cannot be bound. - 前置字串 %1 不能被結合。 - - - - Only the prefix %1 can be bound to %2 and vice versa. - 只有前置字串 %1 能與 %2 結合。反之亦然。 - - - - Circularity detected - 偵測到環狀 - - - - The parameter %1 is required, but no corresponding %2 is supplied. - 需要參數 %1,但是沒有提供相關的 %2。 - - - - The parameter %1 is passed, but no corresponding %2 exists. - 參數 %1 已傳送,但找不到相關的 %2。 - - - - The URI cannot have a fragment - URI 不能有片段。 - - - - Element %1 is not allowed at this location. - 元素 %1 不能在此位置。 - - - - Text nodes are not allowed at this location. - 文字節點不能在此位置。 - - - - Parse error: %1 - 剖析錯誤:%1 - - - - The value of the XSL-T version attribute must be a value of type %1, which %2 isn't. - XLS-T 版本屬性的值必須是型態 %1 的值,而 %2 不是。 - - - - Running an XSL-T 1.0 stylesheet with a 2.0 processor. - 使用 2.0 處理器執行 XSL-T 1.0 樣式表中。 - - - - Unknown XSL-T attribute %1. - 未知的 XSL-T 屬性 %1。 - - - - Attribute %1 and %2 are mutually exclusive. - 屬性 %1 與 %2 彼此互斥。 - - - - In a simplified stylesheet module, attribute %1 must be present. - 在簡化的樣式表模組中,屬性 %1 必須存在。 - - - - If element %1 has no attribute %2, it cannot have attribute %3 or %4. - 若元素 %1 沒有屬性 %2,則也不能有屬性 %3 或 %4。 - - - - Element %1 must have at least one of the attributes %2 or %3. - 元素 %1 必須至少有屬性 %2 或 %3 其中一個。 - - - - At least one mode must be specified in the %1-attribute on element %2. - 在元素 %2 的 %1 屬性中至少要指定一個模式。 - - - - Attribute %1 cannot appear on the element %2. Only the standard attributes can appear. - 屬性 %1 不能出現在元素 %2。只能有標準屬性。 - - - - Attribute %1 cannot appear on the element %2. Only %3 is allowed, and the standard attributes. - 屬性 %1 不能出現在元素 %2。只能有 %3 以及標準屬性。 - - - - Attribute %1 cannot appear on the element %2. Allowed is %3, %4, and the standard attributes. - 屬性 %1 不能出現在元素 %2。只能有 %3,%4 以及標準屬性。 - - - - Attribute %1 cannot appear on the element %2. Allowed is %3, and the standard attributes. - 屬性 %1 不能出現在元素 %2。只能有 %3 以及標準屬性。 - - - - XSL-T attributes on XSL-T elements must be in the null namespace, not in the XSL-T namespace which %1 is. - XSL-T 元素內的 XSL-T 屬性必須放在空(null)的命名空間,而不是像 %1 在 XSL-T 命名空間。 - - - - The attribute %1 must appear on element %2. - 屬性 %1 必須在元素 %2 內出現。 - - - - The element with local name %1 does not exist in XSL-T. - 有本地名稱 %1 的元素在 XSL-T 內不存在。 - - - - Element %1 must come last. - 元素 %1 必須最後出現。 - - - - At least one %1-element must occur before %2. - 至少一個元素 %1 要出現在 %2 之前。 - - - - Only one %1-element can appear. - 只能出現一個元素 %1。 - - - - At least one %1-element must occur inside %2. - 至少一個元素 %1 要出現在 %2 之內。 - - - - When attribute %1 is present on %2, a sequence constructor cannot be used. - 當屬性 %1 出現在 %2 內時,不能使用序列建構子。 - - - - Element %1 must have either a %2-attribute or a sequence constructor. - 元素 %1 必須至少有一個屬性 %2 或一個序列建構子。 - - - - When a parameter is required, a default value cannot be supplied through a %1-attribute or a sequence constructor. - 當需要參數時,不能透過屬性 %1 或序列建構子提供預設值。 - - - - Element %1 cannot have children. - 元素 %1 不能有子元素。 - - - - Element %1 cannot have a sequence constructor. - 元素 %1不能有序列建構子。 - - - - - The attribute %1 cannot appear on %2, when it is a child of %3. - 屬性 %1 不能出現在 %2,因為它是 %3 的子元素。 - - - - A parameter in a function cannot be declared to be a tunnel. - 函式內的參數不能被宣告為通道(tunnel)。 - - - - This processor is not Schema-aware and therefore %1 cannot be used. - 此處理器不是 Schema-aware,因此不能使用 %1。 - - - - Top level stylesheet elements must be in a non-null namespace, which %1 isn't. - 頂層樣式表元素必須是非空白的命名空間,而 %1 不是。 - - - - The value for attribute %1 on element %2 must either be %3 or %4, not %5. - 元素 %2 內屬性 %1 的值必須是 %3 或 %4,而不是 %5。 - - - - Attribute %1 cannot have the value %2. - 屬性 %1 的值不能為 %2。 - - - - The attribute %1 can only appear on the first %2 element. - 屬性 %1 只能出現在前 %2 個元素內。 - - - - At least one %1 element must appear as child of %2. - %2 必須至少有一個子元素 %1。 - - - - VolumeSlider - - - Muted - 靜音 - - - - - Volume: %1% - 音量:%1% - - - - WebCore::PlatformScrollbar - - Scroll here - 在此捲軸 - - - Left edge - 左邊緣 - - - Top - 頂端 - - - Right edge - 右邊緣 - - - Bottom - 底端 - - - Page left - 頁面左方 - - - Page up - 頁面上方 - - - Page right - 頁面右方 - - - Page down - 頁面下方 - - - Scroll left - 往左捲軸 - - - Scroll up - 往上捲軸 - - - Scroll right - 往右捲軸 - - - Scroll down - 往下捲軸 - - - diff --git a/release/ts/qt_zh.qm b/release/ts/qt_zh.qm new file mode 100644 index 0000000..623b8e3 Binary files /dev/null and b/release/ts/qt_zh.qm differ diff --git a/release/ts/qt_zh_TW.qm b/release/ts/qt_zh_TW.qm new file mode 100644 index 0000000..a9a25b2 Binary files /dev/null and b/release/ts/qt_zh_TW.qm differ -- cgit v1.2.3