Skip to content

Commit

Permalink
Update es.rs
Browse files Browse the repository at this point in the history
A few updates plus new terms
  • Loading branch information
flusheDData authored Aug 17, 2023
1 parent 7fa1bcf commit 17a6c69
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/lang/es.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Transfer File", "Transferir archivo"),
("Connect", "Conectar"),
("Recent Sessions", "Sesiones recientes"),
("Address Book", "Libreta de direcciones"),
("Address Book", "Directorio"),
("Confirmation", "Confirmación"),
("TCP Tunneling", "Túnel TCP"),
("Remove", "Quitar"),
Expand Down Expand Up @@ -412,7 +412,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("wayland_experiment_tip", "El soporte para Wayland está en fase experimental, por favor, use X11 si necesita acceso desatendido."),
("Right click to select tabs", "Clic derecho para seleccionar pestañas"),
("Skipped", "Omitido"),
("Add to Address Book", "Añadir a la libreta de direcciones"),
("Add to Address Book", "Añadir al directorio"),
("Group", "Grupo"),
("Search", "Búsqueda"),
("Closed manually by web console", "Cerrado manualmente por la consola web"),
Expand Down Expand Up @@ -472,7 +472,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("empty_recent_tip", "¡Vaya, no hay conexiones recientes!\nEs hora de planificar una nueva."),
("empty_favorite_tip", "¿Sin pares favoritos aún?\nEncontremos uno al que conectarte y ¡añádelo a tus 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."),
("empty_address_book_tip", "Parece que actualmente no hay pares en tu directorio."),
("eg: admin", "ej.: admin"),
("Empty Username", "Nombre de usuario vacío"),
("Empty Password", "Contraseña vacía"),
Expand Down Expand Up @@ -531,12 +531,12 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Change Password", "Cambiar contraseña"),
("Refresh Password", "Refrescar contraseña"),
("ID", ""),
("Grid View", "Ver en Cuadrícula"),
("List View", "Ver en Lista"),
("Grid View", "Vista Cuadrícula"),
("List View", "Vista Lista"),
("Select", "Seleccionar"),
("Toggle Tags", "Alternar Etiquetas"),
("pull_ab_failed_tip", ""),
("push_ab_failed_tip", ""),
("synced_peer_readded_tip", ""),
("pull_ab_failed_tip", "No se ha podido refrescar el directorio"),
("push_ab_failed_tip", "No se ha podido sincronizar el directorio con el servidor"),
("synced_peer_readded_tip", "Los dispositivos presentes en sesiones recientes se sincronizarán con el directorio."),
].iter().cloned().collect();
}

0 comments on commit 17a6c69

Please sign in to comment.