fix on msgbox

This commit is contained in:
open-trade
2022-01-05 16:48:09 +08:00
parent b24e16d6c1
commit 9c55e1efc8
4 changed files with 8 additions and 5 deletions

View File

@@ -191,5 +191,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Add to Favorites", "加入到收藏"),
("Remove from Favorites", "从收藏中删除"),
("Empty", "空空如也"),
("Invalid folder name", "无效文件夹名称"),
].iter().cloned().collect();
}

View File

@@ -186,5 +186,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Password missed", "Mot de passe manqué"),
("Wrong credentials", "Identifiant ou mot de passe erroné"),
("Edit Tag", "Modifier la balise"),
("Invalid folder name", "Nom de dossier invalide"),
].iter().cloned().collect();
}

View File

@@ -186,6 +186,7 @@ lazy_static::lazy_static! {
("Password missed", "Password dimenticata"),
("Wrong credentials", "Credenziali errate"),
("Edit Tag", "Modifica tag"),
("Invalid folder name", "Nome della cartella non valido"),
].iter().cloned().collect();
}