Implement OTP page in config

a
This commit is contained in:
Yukino Song
2024-08-28 03:04:50 +08:00
parent 86e707618f
commit b8d3ebb248
6 changed files with 87 additions and 13 deletions

View File

@@ -373,7 +373,14 @@
"pair_success": "Success! Please check Moonlight to continue",
"pin_pairing": "PIN Pairing",
"send": "Send",
"warning_msg": "Make sure you have access to the client you are pairing with. This software can give total control to your computer, so be careful!"
"warning_msg": "Make sure you have access to the client you are pairing with. This software can give total control to your computer, so be careful!",
"otp_pairing": "OTP Pairing",
"generate_pin": "Generate PIN",
"otp_passphrase": "One Time Passphrase",
"otp_expired": "EXPIRED",
"otp_expired_msg": "OTP expired. Please request a new one.",
"otp_success": "PIN request success, the PIN is available within 3 minutes.",
"otp_msg": "OTP pairing is only available for Artemis clients. Please use legacy pairing method for other clients."
},
"resource_card": {
"github_discussions": "GitHub Discussions",

View File

@@ -374,7 +374,14 @@
"pair_success": "成功!请检查 Moonlight 以继续",
"pin_pairing": "PIN 码配对",
"send": "发送",
"warning_msg": "请确保您可以掌控您正在配对的客户端。该软件可以完全控制您的计算机,请务必小心!"
"warning_msg": "请确保您可以掌控您正在配对的客户端。该软件可以完全控制您的计算机,请务必小心!",
"otp_pairing": "OTP 配对",
"generate_pin": "生成 PIN",
"otp_passphrase": "一次性口令",
"otp_expired": "已过期",
"otp_expired_msg": "口令已过期,请重新请求。",
"otp_success": "一次性 PIN 请求成功3分钟内有效。",
"otp_msg": "一次性口令目前仅支持 Artemis 客户端使用。其他客户端请使用传统配对方式。"
},
"resource_card": {
"github_discussions": "Github 讨论区",