WebUI: Support starting apps from local client

This commit is contained in:
Yukino Song
2025-06-05 19:43:14 +08:00
parent f262852838
commit 0f9e7aa17f
5 changed files with 27 additions and 6 deletions

View File

@@ -96,6 +96,7 @@
"image": "Image",
"image_desc": "Application icon/picture/image path that will be sent to client. Image must be a PNG file. If not set, Apollo will send default box image.",
"launch": "Launch",
"launch_local_client": "Do you want to launch the app from local client on this device?",
"launch_warning": "Are you sure you want to launch this app? This will terminate the currently running app.",
"launch_failed": "App launch failed: ",
"loading": "Loading...",

View File

@@ -96,6 +96,7 @@
"image": "图片",
"image_desc": "发送到客户端的应用程序图标/图片/图像的路径。图片必须是 PNG 文件。如果未设置Apollo 将发送默认图片。",
"launch": "启动",
"launch_local_client": "要通过此设备上的客户端启动应用吗?",
"launch_warning": "确定要启动此应用吗?这将会终止当前已启动的应用。",
"launch_success": "应用启动成功!",
"launch_failed": "应用启动失败:",