Merge pull request #3649 from flusheDData/master

Update es.rs
This commit is contained in:
RustDesk 2023-03-14 23:52:20 +08:00 committed by GitHub
commit bb86a3d252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -473,9 +473,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("empty_favorite_tip", "¿Sin pares favoritos aún?\nEncuentra uno al que conectarte y añádelo a favoritos!"),
("empty_lan_tip", "Oh no, parece que aún no has descubierto ningún par."),
("empty_address_book_tip", "Parece que actualmente no hay pares en tu libreta de direcciones."),
("eg: admin", ""),
("Empty Username", ""),
("Empty Password", ""),
("Me", ""),
("eg: admin", "ej.: admin"),
("Empty Username", "Nombre de usuario vacío"),
("Empty Password", "Contaseña vacía"),
("Me", "Yo"),
].iter().cloned().collect();
}