Fix localization for per-client-app-identity

This commit is contained in:
Yukino Song
2025-01-26 02:38:30 +08:00
parent 2fb79e1ca1
commit f9ed7c313d
2 changed files with 4 additions and 4 deletions

View File

@@ -86,8 +86,8 @@
"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-desc": "Separate the app's identity per-client. Useful when you want different virtual display configurations on this specific app for different clients",
"per_client_app_identrty": "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",
"wait_all_desc": "This will continue streaming until all processes started by the app have terminated. When unchecked, streaming will stop when the initial app process exits, even if other app processes are still running.",

View File

@@ -84,8 +84,8 @@
"name": "名称",
"output_desc": "存储命令输出的文件,如果未指定,输出将被忽略",
"output_name": "输出",
"per-client-app-identrty": "按客户端区分 App 身份",
"per-client-app-identity-desc": "当你希望在使用此 App 时每个客户端都有不同的虚拟显示器组合配置时有用。",
"per_client_app_identrty": "按客户端区分 App 身份",
"per_client_app_identity_desc": "当你希望在使用此 App 时每个客户端都有不同的虚拟显示器组合配置时有用。",
"run_as_desc": "这可能是某些需要管理员权限才能正常运行的应用程序所必需的。可能会导致 URL schemes 无法正常启动。",
"wait_all": "继续串流直到所有应用进程退出",
"wait_all_desc": "这将继续串流直到应用程序启动的所有进程终止。 当未选中时,串流将在初始应用进程终止时停止,即使其他应用进程仍在运行。",