Add save password option on login page w/ clients card on index

This commit is contained in:
Yukino Song
2024-09-10 00:07:06 +08:00
parent 6f012a14d1
commit c390e91bd7
6 changed files with 96 additions and 4 deletions

View File

@@ -87,6 +87,11 @@
"resolution_scale_factor": "Resolution Scale Factor",
"resolution_scale_factor_desc": "Scale the client requested resolution based on this factor. e.g. 2000x1000 with a factor of 120% will become 2400x1200. Overrides client requested factor when the number isn't 100%. This option won't affect client requested streaming resolution."
},
"client_card": {
"clients": "Clients",
"clients_desc": "Clients that are specifically tuned to work the best with Apollo",
"generic_moonlight_clients_desc": "Gereric Moonlight clients are still usable with Apollo."
},
"config": {
"adapter_name": "Adapter Name",
"adapter_name_desc_linux_1": "Manually specify a GPU to use for capture.",
@@ -341,6 +346,9 @@
"wan_encryption_mode_2": "Required for all clients",
"wan_encryption_mode_desc": "This determines when encryption will be used when streaming over the Internet. Encryption can reduce streaming performance, particularly on less powerful hosts and clients."
},
"login": {
"save_password": "Remember Password"
},
"index": {
"description": "Apollo is a self-hosted game stream host for Moonlight.",
"download": "Download",

View File

@@ -85,6 +85,11 @@
"resolution_scale_factor": "分辨率缩放比例",
"resolution_scale_factor_desc": "基于此比例缩放客户端请求的分辨率。例如 2000x1000 缩放 120% 将变成 2400x1200。当此项为非 100% 时覆盖客户端请求的缩放比例。此选项不会影响客户端请求的串流分辨率。"
},
"client_card": {
"clients": "客户端",
"clients_desc": "为 Apollo 精心特调的客户端",
"generic_moonlight_clients_desc": "普通 Moonlight 客户端也可与 Apollo 共同使用。"
},
"config": {
"adapter_name": "适配器名称",
"adapter_name_desc_linux_1": "手动指定用于捕获的 GPU。",
@@ -341,6 +346,9 @@
"wan_encryption_mode_2": "强制所有客户端使用",
"wan_encryption_mode_desc": "这决定了在公网串流时是否加密。加密会降低串流性能,尤其是在性能较弱的主机和客户端上。"
},
"login": {
"save_password": "记住密码"
},
"index": {
"description": "Apollo 是供 Moonlight 使用的自建游戏串流服务。",
"download": "下载",