Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src_assets/common/assets/web/public/assets/locale/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"env_vars_desc": "默认情况下,所有命令都会得到这些环境变量:",
"env_xrandr_example": "示例 - Xrandr 用于分辨率自动化:",
"exit_timeout": "退出超时",
"exit_timeout_desc": "请求退出时,等待所有应用进程正常关闭的秒数。 如果未设置,默认等待5秒钟。如果设置为零或负值,应用程序将立即终止。",
"exit_timeout_desc": "请求退出时,等待所有应用进程正常关闭的秒数。 如果未设置,默认等待5秒钟。如果设置为0,应用程序将立即终止。",
"find_cover": "查找封面",
"global_prep_desc": "启用/禁用此应用程序的全局预览命令。",
"global_prep_name": "全局预处理命令",
Expand Down Expand Up @@ -332,7 +332,7 @@
"packetsize_desc": "限制数据包大小,以避免在低的MTU链接上出现碎裂。 这有助于减少数据包丢失和微调停,同时通过层 2 VPN 流向无法配置此值的客户端。 Android/iOS的月亮。使用低值时降低比特率。 大于 1456 的值需要 jumbo 帧。范围:0, 200-6536。值为0将禁用限制。",
"ping_timeout": "Ping 超时",
"ping_timeout_desc": "关闭串流前等待 Moonlight 数据的时间(以毫秒计)",
"pkey": "私人密钥",
"pkey": "私钥",
"pkey_desc": "用于 Web UI 和 Moonlilght 客户端配对的私钥。为了最佳兼容性,这应该是一个 RSA-2048 私钥。",
"port": "端口",
"port_alert_1": "Sunshine 不能使用低于1024 的端口! ",
Expand Down Expand Up @@ -517,7 +517,7 @@
"vigembus_compatible": "已安装兼容版本 ViGEmBus。",
"vigembus_current_version": "当前版本",
"vigembus_desc": "虚拟手柄支持需要 ViGEmBus 驱动程序。如果驱动程序缺失或已过时,请安装或更新驱动程序(需要1.17或更高版本)。",
"vigembus_incompatible": "ViGEmBus 版本过旧。请安装版本1.17或更高版本。",
"vigembus_incompatible": "ViGEmBus 版本过旧。请安装 1.17 或更高版本。",
"vigembus_install": "ViGEmBus 驱动",
"vigembus_install_button": "安装 ViGEmBus v{version}",
"vigembus_install_error": "安装 ViGEmBus 驱动程序失败。",
Expand Down
Loading