Skip to content

Commit

Permalink
Update es.rs (rustdesk#9114)
Browse files Browse the repository at this point in the history
New terms added
  • Loading branch information
flusheDData committed Aug 19, 2024
1 parent da70cbc commit 2a0fd55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lang/es.rs
Original file line number Diff line number Diff line change
Expand Up @@ -641,8 +641,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Platform", "Plataforma"),
("Days remaining", "Días restantes"),
("enable-trusted-devices-tip", "Omitir la verificación en dos fases en dispositivos de confianza"),
("Parent directory", ""),
("Resume", ""),
("Invalid file name", ""),
("Parent directory", "Directorio superior"),
("Resume", "Continuar"),
("Invalid file name", "Nombre de archivo no válido"),
].iter().cloned().collect();
}

0 comments on commit 2a0fd55

Please sign in to comment.