Update es.rs

New terms added
This commit is contained in:
Miguel F. G 2023-07-27 16:18:15 +02:00 committed by GitHub
parent 5d6b1223cc
commit ffbc6e0c8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -518,11 +518,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", "Salir"),
("Open", "Abrir"),
("logout_tip", "¿Seguro que deseas cerrar sesión?"),
("Service", ""),
("Start", ""),
("Stop", ""),
("exceed_max_devices", ""),
("Sync with recent sessions", ""),
("Sort tags", ""),
("Service", "Servicio"),
("Start", "Iniciar"),
("Stop", "Detener"),
("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"),
].iter().cloned().collect();
}