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