Skip to content

Commit 2a0fd55

Browse files
authored
Update es.rs (rustdesk#9114)
New terms added
1 parent da70cbc commit 2a0fd55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lang/es.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -641,8 +641,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
641641
("Platform", "Plataforma"),
642642
("Days remaining", "Días restantes"),
643643
("enable-trusted-devices-tip", "Omitir la verificación en dos fases en dispositivos de confianza"),
644-
("Parent directory", ""),
645-
("Resume", ""),
646-
("Invalid file name", ""),
644+
("Parent directory", "Directorio superior"),
645+
("Resume", "Continuar"),
646+
("Invalid file name", "Nombre de archivo no válido"),
647647
].iter().cloned().collect();
648648
}

0 commit comments

Comments
 (0)