Update es.rs

New terms added!
This commit is contained in:
Miguel F. G 2023-03-16 19:18:46 +01:00 committed by GitHub
parent 5dea8a7f6c
commit e5a8e7b1c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -477,8 +477,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Empty Username", "Nombre de usuario vacío"),
("Empty Password", "Contraseña vacía"),
("Me", "Yo"),
("identical_file_tip", ""),
("show_monitors_tip", ""),
("View Mode", ""),
("identical_file_tip", "Este archivo es idéntico al del par."),
("show_monitors_tip", "Mostrar monitores en la barra de herramientas"),
("View Mode", "Modo Vista"),
].iter().cloned().collect();
}