Update es.rs
New terms added
This commit is contained in:
parent
cf1631130d
commit
91d091aaba
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user