Add option to quit Apollo from webpage w/ hide tray menu controls
This commit is contained in:
@@ -191,6 +191,8 @@
|
||||
"hevc_mode_2": "Apollo will advertise support for HEVC Main profile",
|
||||
"hevc_mode_3": "Apollo will advertise support for HEVC Main and Main10 (HDR) profiles",
|
||||
"hevc_mode_desc": "Allows the client to request HEVC Main or HEVC Main10 video streams. HEVC is more CPU-intensive to encode, so enabling this may reduce performance when using software encoding.",
|
||||
"hide_tray_controls": "Hide tray control options",
|
||||
"hide_tray_controls_desc": "Do not show \"Force Stop\", \"Restart\" and \"Quit\" in tray menu.",
|
||||
"high_resolution_scrolling": "High Resolution Scrolling Support",
|
||||
"high_resolution_scrolling_desc": "When enabled, Apollo will pass through high resolution scroll events from Moonlight clients. This can be useful to disable for older applications that scroll too fast with high resolution scroll events.",
|
||||
"install_steam_audio_drivers": "Install Steam Audio Drivers",
|
||||
@@ -394,6 +396,10 @@
|
||||
"restart_apollo": "Restart Apollo",
|
||||
"restart_apollo_desc": "If Apollo isn't working properly, you can try restarting it. This will terminate any running sessions.",
|
||||
"restart_apollo_success": "Apollo is restarting",
|
||||
"quit_apollo": "Quit Apollo",
|
||||
"quit_apollo_desc": "Exit Apollo. This will terminate any running sessions.",
|
||||
"quit_apollo_success": "Apollo has exited.",
|
||||
"quit_apollo_success_ongoing": "Apollo is quitting...",
|
||||
"troubleshooting": "Troubleshooting",
|
||||
"unpair_all": "Unpair All",
|
||||
"unpair_all_error": "Error while unpairing",
|
||||
|
||||
@@ -190,6 +190,8 @@
|
||||
"hevc_mode_2": "Apollo 将通告 HEVC Main 配置支持",
|
||||
"hevc_mode_3": "Apollo 将通告 HEVC Main 和 Main10 (HDR) 配置支持",
|
||||
"hevc_mode_desc": "允许客户端请求HEVC 主流或 HEVC Main10 视频流。 HEVC更需要编码,因此在使用软件编码时可能降低性能。",
|
||||
"hide_tray_controls": "隐藏托盘图标控制选项",
|
||||
"hide_tray_controls_desc": "不在托盘图标菜单内显示 \"Force Stop\", \"Restart\" and \"Quit\"。",
|
||||
"high_resolution_scrolling": "高分辨率鼠标滚动支持",
|
||||
"high_resolution_scrolling_desc": "启用后,Apollo 将透传来自 Moonlight 客户端的高分辨率滚动事件。对于那些使用高分辨率滚动事件时滚动速度过快的旧版应用程序来说,禁用此功能非常有用。",
|
||||
"install_steam_audio_drivers": "安装 Steam 音频驱动程序",
|
||||
@@ -392,9 +394,13 @@
|
||||
"logs": "日志",
|
||||
"logs_desc": "查看 Apollo 上传的日志",
|
||||
"logs_find": "查找...",
|
||||
"restart_apollo": "重启 Sunhine",
|
||||
"restart_apollo_desc": "如果 Apollo 无法正常工作,可以尝试重新启动。这将终止任何正在运行的会话。",
|
||||
"restart_apollo_success": "Sunhine 正在重启",
|
||||
"restart_apollo": "重启 Apollo",
|
||||
"restart_apollo_desc": "如果 Apollo 无法正常工作,可以尝试重新启动。这将终止任何正在进行的会话。",
|
||||
"restart_apollo_success": "Apollo 正在重启",
|
||||
"quit_apollo": "退出 Apollo",
|
||||
"quit_apollo_desc": "停止运行 Apollo。这将会终止任何正在进行的会话。",
|
||||
"quit_apollo_success": "Apollo has exited.",
|
||||
"quit_apollo_success_ongoing": "Apollo is quitting...",
|
||||
"troubleshooting": "故障排除",
|
||||
"unpair_all": "全部取消配对",
|
||||
"unpair_all_error": "取消配对时出错",
|
||||
|
||||
Reference in New Issue
Block a user