opt hint of elevation username (#12338)

Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
21pages
2025-07-18 18:40:43 +08:00
committed by GitHub
parent a37f4d79db
commit 1581272104
48 changed files with 48 additions and 47 deletions

View File

@@ -461,7 +461,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("empty_favorite_tip", "还没有收藏的被控端?找一个人连接并将其添加到收藏吧!"),
("empty_lan_tip", "情况不妙,似乎未发现任何被控端!"),
("empty_address_book_tip", "似乎目前地址簿内无被控端"),
("eg: admin", "例如admin"),
("Empty Username", "空用户名"),
("Empty Password", "空密码"),
("Me", ""),
@@ -710,5 +709,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("The user is not an administrator.", "用户不是管理员。"),
("Failed to check if the user is an administrator.", "检查用户是否为管理员时出错。"),
("Supported only in the installed version.", "仅在以安装版本受支持。"),
("elevation_username_tip", "输入用户名或域名\\用户名"),
].iter().cloned().collect();
}