Update es.rs

New terms added
This commit is contained in:
Miguel F. G 2023-04-25 17:00:47 +02:00 committed by GitHub
parent 6fba54d48f
commit 98c33ef476
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -492,11 +492,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("no_desktop_title_tip", "No hay escritorio disponible"),
("no_desktop_text_tip", "Por favor, instala GNOME Desktop"),
("No need to elevate", "No es necesario elevar privilegios"),
("System Sound", ""),
("Default", ""),
("System Sound", "Sonido del Sistema"),
("Default", "Predeterminado"),
("New RDP", "Nuevo RDP"),
("Fingerprint", ""),
("Copy Fingerprint", ""),
("no fingerprints", ""),
("Fingerprint", "Huella dactilar"),
("Copy Fingerprint", "Copiar huella dactilar"),
("no fingerprints", "sin huellas dactilares"),
].iter().cloned().collect();
}