Skip to content

Commit

Permalink
Update es.rs
Browse files Browse the repository at this point in the history
New terms added
  • Loading branch information
flusheDData authored Jul 27, 2023
1 parent 5d6b122 commit ffbc6e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/lang/es.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

0 comments on commit ffbc6e0

Please sign in to comment.