From 2e38a2640a61b8b464ff212adce218ba988a736d Mon Sep 17 00:00:00 2001 From: Yukino Song Date: Wed, 29 Jan 2025 04:11:50 +0800 Subject: [PATCH] Fix localization for per-client-app-identity (again) --- src_assets/common/assets/web/public/assets/locale/en.json | 2 +- src_assets/common/assets/web/public/assets/locale/zh.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src_assets/common/assets/web/public/assets/locale/en.json b/src_assets/common/assets/web/public/assets/locale/en.json index 14c557ab..951ddca4 100644 --- a/src_assets/common/assets/web/public/assets/locale/en.json +++ b/src_assets/common/assets/web/public/assets/locale/en.json @@ -86,7 +86,7 @@ "name": "Name", "output_desc": "The file where the output of the command is stored, if it is not specified, the output is ignored", "output_name": "Output", - "per_client_app_identrty": "Per Client App Identity", + "per_client_app_identity": "Per Client App Identity", "per_client_app_identity_desc": "Separate the app's identity per-client. Useful when you want different virtual display configurations on this specific app for different clients", "run_as_desc": "This can be necessary for some applications that require administrator permissions to run properly. Might cause URL schemes to fail.", "wait_all": "Continue streaming until all app processes exit", diff --git a/src_assets/common/assets/web/public/assets/locale/zh.json b/src_assets/common/assets/web/public/assets/locale/zh.json index 3a567606..6b25b3ab 100644 --- a/src_assets/common/assets/web/public/assets/locale/zh.json +++ b/src_assets/common/assets/web/public/assets/locale/zh.json @@ -84,7 +84,7 @@ "name": "名称", "output_desc": "存储命令输出的文件,如果未指定,输出将被忽略", "output_name": "输出", - "per_client_app_identrty": "按客户端区分 App 身份", + "per_client_app_identity": "按客户端区分 App 身份", "per_client_app_identity_desc": "当你希望在使用此 App 时每个客户端都有不同的虚拟显示器组合配置时有用。", "run_as_desc": "这可能是某些需要管理员权限才能正常运行的应用程序所必需的。可能会导致 URL schemes 无法正常启动。", "wait_all": "继续串流直到所有应用进程退出",