Update es.rs

New terms added
This commit is contained in:
Miguel F. G 2023-03-26 05:49:18 +02:00 committed by GitHub
parent c91655f390
commit 7f33165f06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -480,8 +480,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("identical_file_tip", "Este archivo es idéntico al del par."), ("identical_file_tip", "Este archivo es idéntico al del par."),
("show_monitors_tip", "Mostrar monitores en la barra de herramientas"), ("show_monitors_tip", "Mostrar monitores en la barra de herramientas"),
("View Mode", "Modo Vista"), ("View Mode", "Modo Vista"),
("enter_rustdesk_passwd_tip", ""), ("enter_rustdesk_passwd_tip", "Introduzca la contraseña de RustDesk"),
("remember_rustdesk_passwd_tip", ""), ("remember_rustdesk_passwd_tip", "Recordar la contraseña de RustDesk"),
("login_linux_tip", ""), ("login_linux_tip", "Iniciar sesión para la cuenta remota de Linux"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }