From cd0ac1a2bcadc39209fb1f5c153912d6ea223ac4 Mon Sep 17 00:00:00 2001 From: Albert Liu <45282415+ggrtk@users.noreply.github.com> Date: Fri, 14 Aug 2020 13:47:23 -0700 Subject: [PATCH] Qt: Add Chinese (Simplified) translation --- CONTRIBUTORS.md | 1 + src/duckstation-qt/CMakeLists.txt | 1 + src/duckstation-qt/duckstation-qt.vcxproj | 3 + .../duckstation-qt.vcxproj.filters | 3 + src/duckstation-qt/qthostinterface.cpp | 3 +- .../translations/duckstation-qt_zh-cn.ts | 2046 +++++++++++++++++ src/duckstation-qt/update_translations.bat | 1 + 7 files changed, 2057 insertions(+), 1 deletion(-) create mode 100644 src/duckstation-qt/translations/duckstation-qt_zh-cn.ts diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 082ba0b13..7cf2a61c5 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -9,6 +9,7 @@ The following people have contributed to the project in some way, and are credit - Anderson Cardoso - Portuguese (Br) - @bajolzas - Portuguese (Pt) - posix - @Richard-L - German +- @phoe-nix - Chinese (Simplified) ## Game Compatibility Database - @Zet-sensei diff --git a/src/duckstation-qt/CMakeLists.txt b/src/duckstation-qt/CMakeLists.txt index 7958c00cf..6cec5f115 100644 --- a/src/duckstation-qt/CMakeLists.txt +++ b/src/duckstation-qt/CMakeLists.txt @@ -69,6 +69,7 @@ set(TS_FILES translations/duckstation-qt_he.ts translations/duckstation-qt_pt-br.ts translations/duckstation-qt_pt-pt.ts + translations/duckstation-qt_zh-cn.ts ) set_source_files_properties(${TS_FILES} PROPERTIES OUTPUT_LOCATION "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/translations") diff --git a/src/duckstation-qt/duckstation-qt.vcxproj b/src/duckstation-qt/duckstation-qt.vcxproj index e61b166da..76d06ed45 100644 --- a/src/duckstation-qt/duckstation-qt.vcxproj +++ b/src/duckstation-qt/duckstation-qt.vcxproj @@ -201,6 +201,9 @@ Document + + Document + diff --git a/src/duckstation-qt/duckstation-qt.vcxproj.filters b/src/duckstation-qt/duckstation-qt.vcxproj.filters index c54b781d7..4e8bc4d85 100644 --- a/src/duckstation-qt/duckstation-qt.vcxproj.filters +++ b/src/duckstation-qt/duckstation-qt.vcxproj.filters @@ -125,5 +125,8 @@ translations + + translations + \ No newline at end of file diff --git a/src/duckstation-qt/qthostinterface.cpp b/src/duckstation-qt/qthostinterface.cpp index bb6438099..574604fc1 100644 --- a/src/duckstation-qt/qthostinterface.cpp +++ b/src/duckstation-qt/qthostinterface.cpp @@ -58,7 +58,8 @@ std::vector> QtHostInterface::getAvailableLanguageLi {QStringLiteral("Deutsch"), QStringLiteral("de")}, {QStringLiteral("עברית"), QStringLiteral("he")}, {QStringLiteral("português (Pt)"), QStringLiteral("pt-pt")}, - {QStringLiteral("português (Br)"), QStringLiteral("pt-br")}}; + {QStringLiteral("português (Br)"), QStringLiteral("pt-br")}, + {QStringLiteral("简体中文"), QStringLiteral("zh-cn")}}; } bool QtHostInterface::Initialize() diff --git a/src/duckstation-qt/translations/duckstation-qt_zh-cn.ts b/src/duckstation-qt/translations/duckstation-qt_zh-cn.ts new file mode 100644 index 000000000..06a36d008 --- /dev/null +++ b/src/duckstation-qt/translations/duckstation-qt_zh-cn.ts @@ -0,0 +1,2046 @@ + + + + + AboutDialog + + + About DuckStation + 关于Duckstation + + + + DuckStation + DuckStation + + + + %1 (%2) + %1 (%2) + + + + DuckStation is a free and open-source simulator/emulator of the Sony PlayStation<span style="vertical-align:super;">TM</span> console, focusing on playability, speed, and long-term maintainability. + DuckStation是索尼PlayStation<span style="vertical-align:super;">TM</span>主机的免费开源仿真器/模拟器, 注重可玩性、速度和长期可维护性。 + + + + Authors + 作者 + + + + Icon by + 图标制作 + + + + License + License + + + + AdvancedSettingsWidget + + + Form + Form + + + + Logging + 记日志 + + + + Log Level: + 日志级别: + + + + Log Filters: + 日志筛选器: + + + + Log To System Console + 记录系统控制台 + + + + Log To Window + 记录窗口 + + + + Log To Debug Console + 记录调试控制台 + + + + Log To File + 记录文件 + + + + Tweaks/Hacks + Tweaks/Hacks + + + + These options are tweakable to improve performance/game compatibility. Use at your own risk, modified values will not be supported. + 这些选项可以调整以提高性能/游戏兼容性。使用风险自负, 将不支持修改后的值。 + + + + DMA Max Slice Ticks: + + + + + DMA Halt Ticks: + + + + + GPU FIFO Size: + GPU FIFO大小: + + + + GPU Max Run-Ahead: + GPU最大前进速度: + + + + Reset To Default + 重置为默认值 + + + + Enable Recompiler Memory Exceptions + 启用重新编译内存异常 + + + + System Settings + 系统设置 + + + + + Use Debug Host GPU Device + 使用调试主机GPU设备 + + + + Unchecked + 不勾选 + + + + Enables the usage of debug devices and shaders for rendering APIs which support them. Should only be used when debugging the emulator. + 允许使用调试设备和着色器渲染支持它们的API。只应在调试模拟器时使用。 + + + + AudioSettingsWidget + + + Form + Form + + + + Configuration + 设置 + + + + Backend: + 后端: + + + + Buffer Size: + 缓存大小: + + + + Maximum latency: 0 frames (0.00ms) + 最大延迟: 0帧 (0.00ms) + + + + Sync To Output + 同步到输出 + + + + Start Dumping On Boot + 启动时开始转储 + + + + Controls + 控制 + + + + Volume: + 音量: + + + + + Mute + 静音 + + + + 100% + 100% + + + + Audio Backend + 音频后端 + + + + The audio backend determines how frames produced by the emulator are submitted to the host. Cubeb provides the lowest latency, if you encounter issues, try the SDL backend. The null backend disables all host audio output. + 音频后端决定如何将模拟器生成的帧提交到主机。Cubeb提供了最低的延迟, 如果遇到问题, 请尝试SDL后端。空后端禁用所有主机音频输出。 + + + + Buffer Size + 缓存大小 + + + + The buffer size determines the size of the chunks of audio which will be pulled by the host. Smaller values reduce the output latency, but may cause hitches if the emulation speed is inconsistent. Note that the Cubeb backend uses smaller chunks regardless of this value, so using a low value here may not significantly change latency. + 缓冲区大小决定主机将要拉入的音频块的大小。较小的值可减少输出延迟, 但如果仿真速度不一致, 则可能会导致挂起。请注意, Cubeb后端使用更小的块, 而不管这个值如何, 因此在这里使用较低的值可能不会显著改变延迟。 + + + + Checked + 勾选 + + + + Throttles the emulation speed based on the audio backend pulling audio frames. Sync will automatically be disabled if not running at 100% speed. + 根据音频后端拉取音频帧来限制模拟速度。如果没有以100%的速度运行, 同步将自动禁用。 + + + + + Unchecked + 不勾选 + + + + Start dumping audio to file as soon as the emulator is started. Mainly useful as a debug option. + 一旦模拟器启动, 就开始将音频转储到文件中。主要用作调试选项。 + + + + Volume + 音量 + + + + Controls the volume of the audio played on the host. Values are in percentage. + 控制主机上播放的音频的音量。值以百分比表示。 + + + + Prevents the emulator from producing any audible sound. + 防止模拟器产生任何可听见的声音。 + + + + Maximum latency: %1 frames (%2ms) + 最大延迟: %1帧 (%2ms) + + + + %1% + %1% + + + + AutoUpdaterDialog + + + + + Automatic Updater + 自动更新程序 + + + + Update Available + 可用更新 + + + + Current Version: + 当前版本: + + + + New Version: + 新版本: + + + + Update Notes: + 更新内容: + + + + Download and Install... + 下载并安装 + + + + Skip This Update + 跳过这个更新 + + + + Remind Me Later + 稍后提醒我 + + + + Updater Error + 更新错误 + + + + No updates are currently available. Please try again later. + 当前没有可用的更新。请稍后再试。 + + + + Current Version: %1 (%2) + 当前版本: %1 (%2) + + + + New Version: %1 (%2) + 新版本: %1 (%2) + + + + Downloading %1... + 下载中 %1... + + + + Cancel + 取消 + + + + ConsoleSettingsWidget + + + Form + Form + + + + Console + 主机 + + + + Region: + 区域: + + + + BIOS Image Path: + BIOS文件路径: + + + + + Fast Boot + 快速启动 + + + + Enable TTY Output + 启用TTY输出 + + + + ... + 浏览... + + + + CPU Emulation + CPU模拟 + + + + Execution Mode: + 执行方式: + + + + CDROM Emulation + 光盘模拟 + + + + Use Read Thread (Asynchronous) + 使用读取线程 (异步) + + + + Enable Region Check + 启用区域检查 + + + + Preload Image To RAM + 将图像预加载到内存 + + + + + Unchecked + 不勾选 + + + + Patches the BIOS to skip the console's boot animation. Does not work with all games, but usually safe to enabled. + 对BIOS应用补丁以跳过主机的启动动画, 不适用于所有游戏, 但通常可以安全启用。 + + + + Preload Image to RAM + 将图像预加载到内存 + + + + Loads the game image into RAM. Useful for network paths that may become unreliable during gameplay. + 将游戏图像加载到内存中。对于可能在游戏过程中变得不可靠的网络路径非常有用。 + + + + Select BIOS Image + 选择BIOS文件 + + + + ControllerSettingsWidget + + + Controller Type: + 控制器类型: + + + + Load Profile + 读取配置 + + + + Save Profile + 保存配置 + + + + Clear All + 清除全部 + + + + Clear Bindings + 清除绑定 + + + + Are you sure you want to clear all bound controls? This can not be reversed. + 确实要清除所有绑定控件吗?这是无法撤消的。 + + + + + Rebind All + 全部重新绑定 + + + + Are you sure you want to rebind all controls? All currently-bound controls will be irreversibly cleared. Rebinding will begin after confirmation. + 是否确实要重新绑定所有控件?所有当前绑定的控件都将被不可逆转地清除。确认后将开始重新绑定。 + + + + Port %1 + 接口%1 + + + + Button Bindings: + 按钮绑定: + + + + Axis Bindings: + 轴绑定: + + + + Rumble + Rumble + + + + + + Browse... + 浏览... + + + + Select File + 选择文件 + + + + + Select path to input profile ini + 选择输入配置文件ini的路径 + + + + New... + 新建... + + + + + Enter Input Profile Name + 输入输入配置文件名 + + + + + Error + 错误 + + + + No name entered, input profile was not saved. + 未输入名称, 未保存输入配置文件。 + + + + No path selected, input profile was not saved. + 未选择路径, 未保存输入配置文件。 + + + + GPUSettingsWidget + + + Form + Form + + + + Basic + 基本 + + + + Renderer: + 渲染器: + + + + Adapter: + 适配器: + + + + Screen Display + 屏幕显示 + + + + Aspect Ratio: + 纵横比: + + + + Crop: + 裁剪: + + + + + Linear Upscaling + 线性放大 + + + + + Integer Upscaling + 整数放大 + + + + + VSync + 垂直同步 + + + + Enhancements + 增强功能 + + + + Resolution Scale: + 分辨率缩放: + + + + + True Color Rendering (24-bit, disables dithering) + 真彩色渲染 (24位, 禁用色彩抖动) + + + + + Scaled Dithering (scale dither pattern to resolution) + 缩放色彩抖动 (按分辨率缩放模式) + + + + + Disable Interlacing (force progressive render/scan) + 禁用隔行扫描 (强制渐进式渲染/扫描) + + + + + Force NTSC Timings (60hz-on-PAL) + 强制NTSC制式(60hz-PAL) + + + + + Bilinear Texture Filtering + 双线性纹理过滤 + + + + + Widescreen Hack + 宽屏补丁 + + + + PGXP + PGXP + + + + + Geometry Correction + 几何校正 + + + + + Culling Correction + 剔除校正 + + + + + Texture Correction + 纹理校正 + + + + + Vertex Cache + 顶点缓存 + + + + Renderer + 渲染器 + + + + Chooses the backend to use for rendering tasks for the the console GPU. Depending on your system and hardware, Direct3D 11 and OpenGL hardware backends may be available. The software renderer offers the best compatibility, but is the slowest and does not offer any enhancements. + 选择用于呈现控制台GPU任务的后端。根据您的系统和硬件, Direct3D 11和OpenGL硬件后端可能可用。软件渲染器提供了最好的兼容性, 但速度最慢, 并且不提供任何增强功能。 + + + + Adapter + 适配器 + + + + + (Default) + (默认) + + + + If your system contains multiple GPUs or adapters, you can select which GPU you wish to use for the hardware renderers. This option is only supported in Direct3D and Vulkan, OpenGL will always use the default device. + 如果系统包含多个GPU或适配器, 则可以选择要将哪个GPU用于硬件渲染器。此选项仅在Direct3D和Vulkan中受支持, OpenGL将始终使用默认设备。 + + + + Aspect Ratio + 高宽比 + + + + Changes the aspect ratio used to display the console's output to the screen. The default is 4:3 which matches a typical TV of the era. + 更改用于在屏幕上显示控制台输出的纵横比。默认值是4:3, 与那个时代的典型电视相匹配。 + + + + Crop Mode + 裁剪模式 + + + + Only Overscan Area + 仅限过扫描区域 + + + + Determines how much of the area typically not visible on a consumer TV set to crop/hide. Some games display content in the overscan area, or use it for screen effects and may not display correctly with the All Borders setting. Only Overscan offers a good compromise between stability and hiding black borders. + 确定用户电视机上通常不可见的区域有多少要裁剪/隐藏。有些游戏在“过扫描”区域显示内容, 或将其用于屏幕效果, 在“所有边框”设置下可能无法正确显示。只有过度扫描才能在稳定和隐藏黑边界之间提供一个很好的折衷方案。 + + + + + + + + + + + Unchecked + 不勾选 + + + + Forces the rendering and display of frames to progressive mode. This removes the "combing" effect seen in 480i games by rendering them in 480p. Not all games are compatible with this option, some require interlaced rendering or render interlaced internally. Usually safe to enable. + 强制以渐进模式渲染和显示帧。这将通过在480p中渲染480i游戏中的效果来移除它们。并非所有的游戏都与此选项兼容, 有些游戏需要隔行渲染或内部渲染。通常可以安全启用。 + + + + + + + + Checked + 勾选 + + + + Uses bilinear texture filtering when displaying the console's framebuffer to the screen. Disabling filtering will producer a sharper, blockier/pixelated image. Enabling will smooth out the image. The option will be less noticable the higher the resolution scale. + 在将控制台帧缓冲区显示到屏幕时使用双线性纹理过滤。禁用过滤将生成更清晰、更块状/像素化的图像。启用将使图像平滑。分辨率越高, 选项就越不引人注意。 + + + + Adds padding to the display area to ensure that the ratio between pixels on the host to pixels in the console is an integer number. May result in a sharper image in some 2D games. + 向显示区域添加填充, 以确保主机上的像素与控制台中的像素之间的比率为整数。在一些2D游戏中可能会产生更清晰的图像。 + + + + Enables synchronization with the host display when possible. Enabling this option will provide better frame pacing and smoother motion with fewer duplicated frames. VSync is automatically disabled when it is not possible (e.g. running at non-100% speed). + 如果可能, 启用与主机显示的同步。启用此选项将以更少的重复帧提供更好的帧间距和更平滑的运动。当不可能时(例如, 以非100%速度运行), 垂直同步将自动禁用。 + + + + Resolution Scale + 分辨率缩放 + + + + Enables the upscaling of 3D objects rendered to the console's framebuffer. Only applies to the hardware backends. This option is usually safe, with most games looking fine at higher resolutions. Higher resolutions require a more powerful GPU. + 允许放大渲染到控制台帧缓冲区的三维对象。仅适用于硬件后端。这个选项通常是安全的, 大多数游戏在更高的分辨率下看起来很好。更高的分辨率需要更强大的GPU。 + + + + Forces the precision of colours output to the console's framebuffer to use the full 8 bits of precision per channel. This produces nicer looking gradients at the cost of making some colours look slightly different. Disabling the option also enables dithering, which makes the transition between colours less sharp by applying a pattern around those pixels. Most games are compatible with this option, but there is a number which aren't and will have broken effects with it enabled. Only applies to the hardware renderers. + 强制输出到控制台的帧缓冲区的颜色精度使用每个通道的全部8位精度。这会产生更好看的渐变, 但代价是使某些颜色看起来稍有不同。禁用该选项也会启用色彩抖动, 这会通过在这些像素周围应用图案来减少颜色之间的过渡。大多数游戏都与此选项兼容, 但也有一部分游戏不支持此选项, 并且在启用该选项后会产生中断效果。仅适用于硬件渲染器。 + + + + Scales the dither pattern to the resolution scale of the emulated GPU. This makes the dither pattern much less obvious at higher resolutions. Usually safe to enable, and only supported by the hardware renderers. + 将着色彩抖动式缩放到模拟GPU的分辨率级别。这使得着色彩抖动式在更高分辨率下变得不那么明显。通常可以安全启用, 并且仅由硬件渲染器支持。 + + + + Uses NTSC frame timings when the console is in PAL mode, forcing PAL games to run at 60hz. For most games which have a speed tied to the framerate, this will result in the game running approximately 17% faster. For variable frame rate games, it may not affect the speed. + 当游戏机处于PAL模式时使用NTSC帧计时, 强制PAL游戏以60hz运行。对于大多数速度与帧速率相关的游戏, 这将导致游戏运行速度大约快17%。对于可变帧速率游戏, 它可能不会影响速度。 + + + + Smooths out the blockyness of magnified textures on 3D object by using bilinear filtering. Will have a greater effect on higher resolution scales. Only applies to the hardware renderers. + 利用双线性滤波消除三维物体上放大纹理的块状。会对更高分辨率的尺度产生更大的影响。目前, 在许多游戏中, 这个选项会在对象周围产生瑕疵, 需要进一步的工作。仅适用于硬件渲染器。 + + + + Scales vertex positions in screen-space to a widescreen aspect ratio, essentially increasing the field of view from 4:3 to 16:9 in 3D games. <br>For 2D games, or games which use pre-rendered backgrounds, this enhancement will not work as expected. <b><u>May not be compatible with all games.</u></b> + 将屏幕空间中的顶点位置缩放到宽屏幕的纵横比, 基本上将3D游戏中的视野从4:3增加到16:9。<br>对于2D游戏, 或使用预渲染背景的游戏, 此增强将无法按预期工作。<b><u>可能不兼容所有游戏。</u></b> + + + + Reduces "wobbly" polygons and "warping" textures that are common in PS1 games. <br>Only works with the hardware renderers. <b><u>May not be compatible with all games.</u></b> + 减少在PS1游戏中常见的"抖动"多边形和扭曲纹理。<br>仅适用于硬件渲染器。<b><u>可能不兼容所有游戏。</u></b> + + + + Increases the precision of polygon culling, reducing the number of holes in geometry. Requires geometry correction enabled. + 提高多边形剔除的精度, 减少几何体中的孔数。需要启用几何校正。 + + + + Uses perspective-correct interpolation for texture coordinates and colors, straightening out warped textures. Requires geometry correction enabled. + 使用透视校正插值纹理坐标和颜色, 矫直扭曲的纹理。需要启用几何校正。 + + + + Uses screen coordinates as a fallback when tracking vertices through memory fails. May improve PGXP compatibility. + 当通过内存跟踪顶点失败时, 使用屏幕坐标作为备用。可提高PGXP兼容性。 + + + + (for 720p) + (适合720p) + + + + (for 1080p) + (适合1080p) + + + + (for 1440p) + (适合1440p) + + + + (for 4K) + (适合4K) + + + + Automatic based on window size + 自动根据窗口大小 + + + + %1x%2 + %1x%2 + + + + GameListModel + + + Type + 类型 + + + + Code + 编号 + + + + Title + 标题 + + + + File Title + 文件标题 + + + + Size + 大小 + + + + Region + 区域 + + + + Compatibility + 兼容性 + + + + GameListSearchDirectoriesModel + + + Path + 路径 + + + + Recursive + 深度搜索 + + + + GameListSettingsWidget + + + Form + Form + + + + Search Directories + 搜索目录 + + + + Add + 添加 + + + + + Remove + 移除 + + + + Scan New + 搜索新的 + + + + Rescan All + 全部重新搜索 + + + + Update Redump Database + 更新Redump数据库 + + + + Open Directory... + 打开目录... + + + + Select Search Directory + 选择搜索目录 + + + + Scan Recursively? + 深度扫描? + + + + Would you like to scan the directory "%1" recursively? + +Scanning recursively takes more time, but will identify files in subdirectories. + 是否要深度扫描 "%1" 目录? + +深度扫描需要更多时间, 但会识别子目录中的文件。 + + + + Download database from redump.org? + 从redump.org下载数据库? + + + + Do you wish to download the disc database from redump.org? + +This will download approximately 4 megabytes over your current internet connection. + 您想从redump.org下载光盘数据库吗? + +这将通过您当前的网络连接下载大约4MB。 + + + + Downloading %1... + 下载中 %1... + + + + Cancel + 取消 + + + + Download failed + 下载失败 + + + + Extracting... + 解压中... + + + + Extract failed + 解压失败 + + + + Extracting game database failed. + 解压游戏数据库失败。 + + + + GamePropertiesDialog + + + Dialog + Dialog + + + + Image Path: + 文件路径: + + + + Game Code: + 游戏编号: + + + + Title: + 标题: + + + + Region: + 区域: + + + + Compatibility: + 兼容性: + + + + Upscaling Issues: + 放大错误: + + + + Comments: + 备注: + + + + Version Tested: + 已测试版本: + + + + Set to Current + 设置为当前 + + + + Tracks: + 轨道: + + + + # + # + + + + Mode + 模式 + + + + Start + 开始 + + + + Length + 长度 + + + + Hash + 哈希 + + + + Compute Hashes + 计算哈希 + + + + Verify Dump + 验证转储 + + + + Export Compatibility Info + 导出兼容性信息 + + + + Close + 关闭 + + + + Game Properties - %1 + 游戏属性 - %1 + + + + %1 + %1 + + + + <not computed> + <不兼容> + + + + Not yet implemented + 尚未实施 + + + + Compatibility Info Export + 兼容性信息导出 + + + + Press OK to copy to clipboard. + 按“确定”复制到剪贴板。 + + + + GeneralSettingsWidget + + + Form + Form + + + + Behaviour + 行为 + + + + + Pause On Start + 开始时暂停 + + + + + Confirm Power Off + 确认关机 + + + + + Save State On Exit + 退出时保存即时存档 + + + + + Load Devices From Save States + 从即时存档读取设备 + + + + + Start Fullscreen + 全屏启动 + + + + + Render To Main Window + 渲染到主窗口 + + + + + Emulation Speed + 模拟速度 + + + + 100% + 100% + + + + + Enable Speed Limiter + 启用限速 + + + + + Increase Timer Resolution + 提高计时器分辨率 + + + + On-Screen Display + 屏幕显示 + + + + Show Messages + 显示消息 + + + + + Show FPS + 显示FPS + + + + Show Emulation Speed + 显示模拟速度 + + + + + Show VPS + 显示VPS + + + + + + + + + + Checked + 勾选 + + + + Determines whether a prompt will be displayed to confirm shutting down the emulator/game when the hotkey is pressed. + 确定按下热键时是否显示确认关闭模拟器/游戏的提示。 + + + + Automatically saves the emulator state when powering down or exiting. You can then resume directly from where you left off next time. + 关闭或退出时自动保存模拟器状态。然后你可以直接从你下次离开的地方继续。 + + + + + + + + + + Unchecked + 不勾选 + + + + Automatically switches to fullscreen mode when a game is started. + 游戏开始时自动切换到全屏模式。 + + + + Renders the display of the simulated console to the main window of the application, over the game list. If unchecked, the display will render in a separate window. + 将模拟控制台的显示渲染到应用程序的主窗口, 显示在游戏列表上。如果未选中, 则显示将在单独的窗口中渲染。 + + + + Pauses the emulator when a game is started. + 游戏开始时暂停模拟器。 + + + + When enabled, memory cards and controllers will be overwritten when save states are loaded. This can result in lost saves, and controller type mismatches. For deterministic save states, enable this option, otherwise leave disabled. + 启用后, 记忆卡和控制器将在加载即时存档时被覆盖。这可能导致保存丢失, 以及控制器类型不匹配。对于确定性保存状态, 请启用此选项, 否则保持禁用状态。 + + + + Throttles the emulation speed to the chosen speed above. If unchecked, the emulator will run as fast as possible, which may not be playable. + 将模拟速度调节到上述选定速度。如果未选中, 模拟器将以最快的速度运行, 这可能无法播放。 + + + + Increases the system timer resolution when emulation is started to provide more accurate frame pacing. May increase battery usage on laptops. + 在开始模拟时增加系统计时器分辨率, 以提供更精确的帧间距。可能会增加笔记本电脑的电池使用量。 + + + + Sets the target emulation speed. It is not guaranteed that this speed will be reached, and if not, the emulator will run as fast as it can manage. + 设置目标模拟速度。不能保证达到这个速度, 如果不能, 模拟器将以它能管理的速度运行。 + + + + Show OSD Messages + 显示屏幕消息 + + + + Shows on-screen-display messages when events occur such as save states being created/loaded, screenshots being taken, etc. + 在发生事件(如正在创建/读取即时存档、正在拍摄屏幕截图等)时显示屏幕显示消息。 + + + + Shows the internal frame rate of the game in the top-right corner of the display. + 在显示屏的右上角显示游戏的内部帧速率。 + + + + Shows the number of frames (or v-syncs) displayed per second by the system in the top-right corner of the display. + 在显示屏右上角显示系统每秒显示的帧数(或垂直同步)。 + + + + Show Speed + 显示速度 + + + + Shows the current emulation speed of the system in the top-right corner of the display as a percentage. + 在显示屏右上角以百分比显示系统的当前模拟速度。 + + + + + Enable Discord Presence + 启用Discord Presence + + + + Shows the game you are currently playing as part of your profile in Discord. + 在Discord中显示您当前正在玩的游戏。 + + + + + Enable Automatic Update Check + 启用自动更新检查 + + + + Automatically checks for updates to the program on startup. Updates can be deferred until later or skipped entirely. + 启动时自动检查程序的更新, 可以选择稍后更新或完全跳过。 + + + + %1% + %1% + + + + InputBindingDialog + + + Edit Bindings + 编辑绑定 + + + + Bindings for Controller0/ButtonCircle + 控制器0/按钮圈绑定 + + + + Add Binding + 添加绑定 + + + + Remove Binding + 移除绑定 + + + + Clear Bindings + 清除绑定 + + + + Bindings for %1 %2 + 为%1 %2绑定 + + + + + Push Button/Axis... [%1] + 按钮/轴... [%1] + + + + InputBindingWidget + + + %1 bindings + %1 绑定 + + + + + Push Button/Axis... [%1] + 按钮/轴... [%1] + + + + MainWindow + + + + + + DuckStation + DuckStation + + + + System + 系统 + + + + + Change Disc + 换碟 + + + + Load State + 即时读档 + + + + Save State + 即时存档 + + + + S&ettings + 设置(&E) + + + + Theme + 主题 + + + + Language + 语言 + + + + &Help + 帮助(&H) + + + + &Debug + 调试(&D) + + + + Switch GPU Renderer + 切换到GPU渲染器 + + + + Switch CPU Emulation Mode + 切换到CPU模拟模式 + + + + toolBar + 工具栏 + + + + Start &Disc... + 启动光盘(&D)... + + + + Start &BIOS + 启动BIOS(&B) + + + + &Scan For New Games + 扫描新游戏(&S) + + + + &Rescan All Games + 重新扫描所有游戏(&R) + + + + Power &Off + 关机(&O) + + + + &Reset + 重启(&R) + + + + &Pause + 暂停(&P) + + + + &Load State + 即时读档(&L) + + + + &Save State + 即时存档(&S) + + + + E&xit + 退出(&X) + + + + C&onsole Settings... + 主机设置(&O)... + + + + &Controller Settings... + 控制器设置(&C)... + + + + &Hotkey Settings... + 快捷键设置(&H)... + + + + &GPU Settings... + 视频设置(&G)... + + + + Fullscreen + 全屏 + + + + Resolution Scale + 分辨率缩放 + + + + &GitHub Repository... + GitHub库(&G)... + + + + &Issue Tracker... + 问题反馈(&I)... + + + + &Discord Server... + Discord服务器(&D)... + + + + Check for &Updates... + 检查更新(&U)... + + + + &About... + 关于(&A)... + + + + Change Disc... + 换碟... + + + + Audio Settings... + 音频设置... + + + + Game List Settings... + 游戏列表设置... + + + + General Settings... + 常规设置... + + + + Advanced Settings... + 高级设置... + + + + Add Game Directory... + 添加游戏路径... + + + + &Settings... + 设置(&S)... + + + + From File... + 从文件... + + + + From Game List... + 从列表... + + + + Remove Disc + 取出光盘 + + + + Resume State + 恢复状态 + + + + Global State + 全局状态 + + + + Show VRAM + 显示显存 + + + + Dump CPU to VRAM Copies + 将CPU转存到显存拷贝 + + + + Dump VRAM to CPU Copies + 将显存转存到CPU拷贝 + + + + Dump Audio + 导出音频 + + + + Show GPU State + 显示GPU状态 + + + + Show CDROM State + 显示光盘状态 + + + + Show SPU State + 显示SPU状态 + + + + Show Timers State + 显示计时器状态 + + + + Show MDEC State + 显示MDEC状态 + + + + &Screenshot + 截图(&S) + + + + &Memory Card Settings... + 记忆卡设置(&M)... + + + + Resume + 恢复 + + + + Resumes the last save state created. + 恢复上次创建的保存状态。 + + + + Failed to create host display device context. + 无法创建主机显示设备内容。 + + + + + Select Disc Image + 选择光盘镜像 + + + + Properties... + 属性... + + + + Open Containing Directory... + 打开所在目录... + + + + Default Boot + 默认启动 + + + + Fast Boot + 快速启动 + + + + Full Boot + 完全启动 + + + + Add Search Directory... + 添加搜索目录... + + + + Language changed. Please restart the application to apply. + 语言已更改, 请重新启动应用程序以应用。 + + + + Default + 默认 + + + + DarkFusion + 黑色 + + + + QDarkStyle + 深色 + + + + Updater Error + 更新程序错误 + + + + <p>Sorry, you are trying to update a DuckStation version which is not an official GitHub release. To prevent incompatibilities, the auto-updater is only enabled on official builds.</p><p>To obtain an official build, please follow the instructions under "Downloading and Running" at the link below:</p><p><a href="https://github.com/stenzek/duckstation/">https://github.com/stenzek/duckstation/</a></p> + <p>抱歉, 您正在尝试更新非GitHub官方版本的DuckStation版本。为防止不兼容, 自动更新程序仅在正式版本上启用。</p><p>要获取正式版本,请按照下面链接中的"下载并运行"下的说明进行操作:</p><p><a href="https://github.com/stenzek/duckstation/">https://github.com/stenzek/duckstation/</a>lt;/p> + + + + Automatic updating is not supported on the current platform. + 当前平台不支持自动更新。 + + + + MemoryCardSettingsWidget + + + If one of the "separate card per game" memory card modes is chosen, these memory cards will be saved to the memcards directory. + 如果选择了"每个游戏独立记忆卡"的存储卡模式, 这些存储卡将保存到memcards目录中。 + + + + Open... + 打开... + + + + Memory Card %1 + 记忆卡%1 + + + + Memory Card Type: + 记忆卡类型: + + + + Browse... + 浏览... + + + + Shared Memory Card Path: + 共用记忆卡路径: + + + + Select path to memory card image + 选择记忆卡文件的路径 + + + + QObject + + + DuckStation Error + DuckStation错误 + + + + Failed to initialize host interface. Cannot continue. + 初始化主机接口失败, 无法继续。 + + + + Failed to open URL + 无法打开URL + + + + Failed to open URL. + +The URL was: %1 + 无法打开URL + +URL: %1 + + + + QtHostInterface + + + Resume + 恢复 + + + + Load State + 即时读档 + + + + Resume (%1) + 恢复(%1) + + + + %1 Save %2 (%3) + "%1保存%2 (%3) + + + + Game + 游戏 + + + + Delete Save States... + 删除即时存档... + + + + Confirm Save State Deletion + 确认删除即时存档 + + + + Are you sure you want to delete all save states for %1? + +The saves will not be recoverable. + 确定要删除%1的所有即时存档吗? + +即时存档将无法恢复。 + + + + QtProgressCallback + + + DuckStation + DuckStation + + + + Cancel + 取消 + + + + Error + 错误 + + + + Question + 问题 + + + + Information + 信息 + + + + SettingsDialog + + + DuckStation Settings + DuckStation设置 + + + + General Settings + 常规设置 + + + + Console Settings + 主机设置 + + + + Game List Settings + 游戏列表设置 + + + + Hotkey Settings + 快捷键设置 + + + + Controller Settings + 控制器设置 + + + + Memory Card Settings + 记忆卡设置 + + + + GPU Settings + 视频设置 + + + + Audio Settings + 音频设置 + + + + Advanced Settings + 高级设置 + + + + <strong>General Settings</strong><hr>These options control how the emulator looks and behaves.<br><br>Mouse over an option for additional information. + <strong>常规设置</strong><hr>这些选项控制模拟器的外观和行为。<br><br>将鼠标悬停在某个选项上以获取其他信息。 + + + + <strong>Console Settings</strong><hr>These options determine the configuration of the simulated console.<br><br>Mouse over an option for additional information. + <strong>主机设置</strong><hr>这些选项决定了模拟主机的配置。<br><br>将鼠标悬停在某个选项上以获取其他信息。 + + + + <strong>Game List Settings</strong><hr>The list above shows the directories which will be searched by DuckStation to populate the game list. Search directories can be added, removed, and switched to recursive/non-recursive. Additionally, the redump.org database can be downloaded or updated to provide titles for discs, as the discs themselves do not provide title information. + <strong>游戏列表设置</strong><hr>上面的列表显示了由DuckStation搜索以添加游戏列表的目录, 可以添加、删除搜索目录, 并将其切换到深度搜索/非深度搜索目录。此外redump.org网站可以下载或更新数据库以提供光盘的标题, 因为光盘本身不提供标题信息。 + + + + <strong>Hotkey Settings</strong><hr>Binding a hotkey allows you to trigger events such as a resetting or taking screenshots at the press of a key/controller button. Hotkey titles are self-explanatory. Clicking a binding will start a countdown, in which case you should press the key or controller button/axis you wish to bind. If no button is pressed and the timer lapses, the binding will be unchanged. To clear a binding, right-click the button. To bind multiple buttons, hold Shift and click the button. + <strong>快捷键设置</strong><hr>绑定热键可以触发事件, 例如按下键/控制器按钮时重置或截屏。热键标题是不言而喻的。单击绑定将开始倒计时, 在这种情况下, 您应该按要绑定的键或控制器按钮/轴。如果没有按下任何按钮, 计时器过期, 绑定将保持不变。要清除绑定, 请右键单击该按钮。若要绑定多个按钮, 请按住Shift键并单击该按钮。 + + + + <strong>Controller Settings</strong><hr>This page lets you choose the type of controller you wish to simulate for the console, and rebind the keys or host game controller buttons to your choosing. Clicking a binding will start a countdown, in which case you should press the key or controller button/axis you wish to bind. (For rumble, press any button/axis on the controller you wish to send rumble to.) If no button is pressed and the timer lapses, the binding will be unchanged. To clear a binding, right-click the button. To bind multiple buttons, hold Shift and click the button. + <strong>控制器设置</strong><hr>此页允许您选择要为控制台模拟的控制器类型, 并将按键或主机游戏控制器按钮重新绑定到您选择的位置。单击绑定将开始倒计时, 在这种情况下, 您应该按要绑定的键或控制器按钮/轴。(对于rumble, 请按您要发送rumble的控制器上的任何按钮/轴。)如果没有按下任何按钮并且计时器过期, 绑定将保持不变。要清除绑定, 请右键单击该按钮。若要绑定多个按钮, 请按住Shift键并单击该按钮。 + + + + <strong>Memory Card Settings</strong><hr>This page lets you control what mode the memory card emulation will function in, and where the images for these cards will be stored on disk. + <strong>记忆卡设置</strong><hr>此页允许您控制记忆卡的工作模式, 以及这些记忆卡的文件将存储在磁盘上的位置。 + + + + <strong>GPU Settings</strong><hr>These options control the simulation of the GPU in the console. Various enhancements are available, mouse over each for additional information. + <strong>视频设置</strong><hr>这些选项控制主机中GPU的模拟。提供了各种增强功能, 将鼠标悬停在每个功能上可获得更多信息。 + + + + <strong>Audio Settings</strong><hr>These options control the audio output of the console. Mouse over an option for additional information. + <strong>音频设置</strong><hr>这些选项控制主机的音频输出。将鼠标悬停在某个选项上以获取其他信息。 + + + + <strong>Advanced Settings</strong><hr>These options control logging and internal behavior of the emulator. Mouse over an option for additional information. + <strong>高级设置</strong><hr>这些选项控制模拟器的日志记录和内部行为。将鼠标悬停在某个选项上以获取其他信息。 + + + + Recommended Value + 推荐 + + + diff --git a/src/duckstation-qt/update_translations.bat b/src/duckstation-qt/update_translations.bat index 11599a454..9c88cd3e9 100644 --- a/src/duckstation-qt/update_translations.bat +++ b/src/duckstation-qt/update_translations.bat @@ -2,4 +2,5 @@ ..\..\dep\msvc\qt\5.15.0\msvc2017_64\bin\lupdate.exe ./ -ts translations\duckstation-qt_he.ts ..\..\dep\msvc\qt\5.15.0\msvc2017_64\bin\lupdate.exe ./ -ts translations\duckstation-qt_pt-br.ts ..\..\dep\msvc\qt\5.15.0\msvc2017_64\bin\lupdate.exe ./ -ts translations\duckstation-qt_pt-pt.ts +..\..\dep\msvc\qt\5.15.0\msvc2017_64\bin\lupdate.exe ./ -ts translations\duckstation-qt_zh-cn.ts pause