fix file delete bugs

This commit is contained in:
rustdesk
2022-03-28 19:05:12 +08:00
parent 3ea33f7203
commit a56aa08a66
6 changed files with 102 additions and 27 deletions

View File

@@ -62,7 +62,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Login Error", "登录错误"),
("Successful", "成功"),
("Connected, waiting for image...", "已连接,等待画面传输..."),
("Name", "文件"),
("Name", ""),
("Type", "类型"),
("Modified", "修改时间"),
("Size", "大小"),

View File

@@ -62,7 +62,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Login Error", "Eraro de konektado"),
("Successful", "Sukceso"),
("Connected, waiting for image...", "Konektita, atendante bildon..."),
("Name", "Nomo de dosiero"),
("Name", "Nomo"),
("Type", ""),
("Modified", "Modifita"),
("Size", "Grandeco"),

View File

@@ -62,7 +62,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Login Error", "Erreur de connexion"),
("Successful", "Succès"),
("Connected, waiting for image...", "Connecté, en attente de transmission d'image..."),
("Name", "Nom du fichier"),
("Name", "Nom"),
("Type", "Taper"),
("Modified", "Modifié"),
("Size", "Taille"),