mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
fix on msgbox
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user