mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
fix file delete bugs
This commit is contained in:
@@ -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", "大小"),
|
||||
|
||||
@@ -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"),
|
||||
|
||||
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user