opt web console menu text (#7452)

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2024-03-21 14:44:13 +08:00
committed by GitHub
parent 67bc26ed57
commit 0c232be0c4
42 changed files with 42 additions and 41 deletions

View File

@@ -600,6 +600,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Full Control", "完全控制"),
("share_warning_tip", "上述字段是共享的并且对其他人可见。"),
("Everyone", "所有人"),
("Web Console", "Web控制台"),
("ab_web_console_tip", "打开 Web 控制台以执行更多操作"),
].iter().cloned().collect();
}