feat(ui): Battle.Net 序列号/恢复码展示 + 热键复制确认
- dialog_bnet_info.go: 新增 Battle.Net 信息对话框,显示序列号 和恢复码,支持一键复制恢复码 - row_menu: 新增 rowActionBnetInfo 动作,仅对 Battle.Net 条目可见 - 热键行为确认:autoType 已自动复制到剪贴板 + 键入前台窗口 - i18n: action_bnet_info / dialog_bnet_info_title / bnet_info_intro / hint_bnet_restore_code_secret 三语翻译
This commit is contained in:
@@ -580,3 +580,16 @@ other = "Beim Windows-Start starten"
|
||||
|
||||
[hint_auto_start]
|
||||
other = "Trägt die Anwendung in den Windows-Autostart-Registrierungsschlüssel ein."
|
||||
|
||||
[action_bnet_info]
|
||||
other = "Seriennummer & Wiederherstellungscode..."
|
||||
|
||||
[dialog_bnet_info_title]
|
||||
other = "Battle.Net-Seriennummer & Wiederherstellungscode"
|
||||
|
||||
[bnet_info_intro]
|
||||
other = "Bewahre den Wiederherstellungscode geheim — jeder, der sowohl Seriennummer als auch Wiederherstellungscode besitzt, kann den vollen Kontozugriff wiederherstellen."
|
||||
|
||||
[hint_bnet_restore_code_secret]
|
||||
other = "Teile den Wiederherstellungscode niemals. Er ist die einzige Möglichkeit, diesen Authentifikator wiederherzustellen."
|
||||
|
||||
|
||||
@@ -582,3 +582,16 @@ other = "Launch at Windows startup"
|
||||
|
||||
[hint_auto_start]
|
||||
other = "Adds the application to the Windows startup registry key."
|
||||
|
||||
[action_bnet_info]
|
||||
other = "Serial & restore code..."
|
||||
|
||||
[dialog_bnet_info_title]
|
||||
other = "Battle.Net serial & restore code"
|
||||
|
||||
[bnet_info_intro]
|
||||
other = "Keep the restore code secret — anyone who has both the serial and the restore code can recover full account access."
|
||||
|
||||
[hint_bnet_restore_code_secret]
|
||||
other = "Never share the restore code. It is the only way to recover this authenticator."
|
||||
|
||||
|
||||
@@ -580,3 +580,16 @@ other = "开机自启动"
|
||||
|
||||
[hint_auto_start]
|
||||
other = "将程序添加到 Windows 启动注册表项。"
|
||||
|
||||
[action_bnet_info]
|
||||
other = "序列号与恢复码..."
|
||||
|
||||
[dialog_bnet_info_title]
|
||||
other = "战网序列号与恢复码"
|
||||
|
||||
[bnet_info_intro]
|
||||
other = "请妥善保管恢复码 —— 任何同时拥有序列号和恢复码的人都能恢复完整的账号访问权限。"
|
||||
|
||||
[hint_bnet_restore_code_secret]
|
||||
other = "切勿泄露恢复码。它是恢复此验证器的唯一途径。"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user