Doc: update lang for keyboard mode

This commit is contained in:
Asura
2022-07-27 07:36:50 -07:00
parent 6a3d527f93
commit d08931c317
15 changed files with 30 additions and 0 deletions

View File

@@ -300,5 +300,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Activate onetime password", "激活一次性訪問功能"),
("Set security password", "設置安全密碼"),
("Connection not allowed", "對方不允許連接"),
("Legacy mode", "傳統模式"),
("Map mode", "11傳輸"),
].iter().cloned().collect();
}