Add files via upload

This commit is contained in:
Mr-Update
2023-03-12 14:09:58 +01:00
committed by GitHub
parent b7f16997b1
commit 41a394a843
33 changed files with 99 additions and 0 deletions

View File

@@ -472,5 +472,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("empty_favorite_tip", ""),
("empty_lan_tip", ""),
("empty_address_book_tip", ""),
("eg: admin", ""),
("Empty Username", ""),
("Empty Password", ""),
].iter().cloned().collect();
}