Skip to content

Commit

Permalink
Update es.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
flusheDData authored Jul 22, 2023
1 parent 07137ac commit ac9e4a5
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 @@ -37,19 +37,19 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Clipboard is empty", "El portapapeles está vacío"),
("Stop service", "Detener servicio"),
("Change ID", "Cambiar ID"),
("Your new ID", ""),
("length %min% to %max%", ""),
("starts with a letter", ""),
("allowed characters", ""),
("Your new ID", "Tu nueva ID"),
("length %min% to %max%", "de %min% a %max% de longitud"),
("starts with a letter", "comenzar con una letra"),
("allowed characters", "Caracteres permitidos"),
("id_change_tip", "Solo puedes usar caracteres a-z, A-Z, 0-9 e _ (guion bajo). El primer carácter debe ser a-z o A-Z. La longitud debe estar entre 6 y 16 caracteres."),
("Website", "Sitio web"),
("About", "Acerca de"),
("Slogan_tip", "¡Hecho con corazón en este mundo caótico!"),
("Privacy Statement", "Declaración de privacidad"),
("Mute", "Silenciar"),
("Build Date", ""),
("Build Date", "Fecha de compilación"),
("Version", ""),
("Home", ""),
("Home", "Inicio"),
("Audio Input", "Entrada de audio"),
("Enhancements", "Mejoras"),
("Hardware Codec", "Códec de hardware"),
Expand Down

0 comments on commit ac9e4a5

Please sign in to comment.