update tips and translate

This commit is contained in:
csf
2022-05-12 22:09:45 +08:00
parent cfd4fd492b
commit 5ebf22a880
12 changed files with 30 additions and 18 deletions

View File

@@ -231,7 +231,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("One-Finger Move", ""),
("Double Tap & Move", ""),
("Mouse Drag", ""),
("Two-Finger vertically", ""),
("Three-Finger vertically", ""),
("Mouse Wheel", ""),
("Two-Finger Move", ""),
("Canvas Move", ""),
@@ -265,5 +265,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("android_version_audio_tip", ""),
("android_start_service_tip", ""),
("Account", ""),
("Quit", ""),
("doc_mac_permission", ""),
("Help", ""),
].iter().cloned().collect();
}