Update es.rs

New terms added
This commit is contained in:
Miguel F. G 2023-08-14 10:47:17 +02:00 committed by GitHub
parent cf1631130d
commit 91d091aaba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -524,16 +524,16 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("exceed_max_devices", "Has alcanzado el máximo número de dispositivos administrados."),
("Sync with recent sessions", "Sincronizar con sesiones recientes"),
("Sort tags", "Ordenar etiquetas"),
("Open connection in new tab", ""),
("Move tab to new window", ""),
("Can not be empty", ""),
("Already exists", ""),
("Change Password", ""),
("Refresh Password", ""),
("Open connection in new tab", "Abrir conexión en nueva pestaña"),
("Move tab to new window", "Mover pestaña a nueva ventana"),
("Can not be empty", "No puede estar vacío"),
("Already exists", "Ya existe"),
("Change Password", "Cambiar contraseña"),
("Refresh Password", "Refrescar contraseña"),
("ID", ""),
("Grid View", ""),
("List View", ""),
("Select", ""),
("Toggle Tags", ""),
("Grid View", "Ver en Cuadrícula"),
("List View", "Ver en Lista"),
("Select", "Seleccionar"),
("Toggle Tags", "Alternar Etiquetas"),
].iter().cloned().collect();
}