Update es.rs

New term added
This commit is contained in:
flusheDData 2023-09-25 16:31:05 +02:00 committed by GitHub
parent 4e93ffb924
commit 4dc2172426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -556,6 +556,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Connection failed due to inactivity", "Desconectar automáticamente por inactividad."), ("Connection failed due to inactivity", "Desconectar automáticamente por inactividad."),
("Check for software update on startup", "Comprobar actualización al iniciar"), ("Check for software update on startup", "Comprobar actualización al iniciar"),
("upgrade_rustdesk_server_pro_to_{}_tip", "¡Por favor, actualiza RustDesk Server Pro a la versión {} o superior"), ("upgrade_rustdesk_server_pro_to_{}_tip", "¡Por favor, actualiza RustDesk Server Pro a la versión {} o superior"),
("pull_group_failed_tip", ""), ("pull_group_failed_tip", "No se ha podido refrescar el grupo"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }