Update es.rs (#10055)

New term added
This commit is contained in:
flusheDData 2024-11-25 16:46:28 +01:00 committed by GitHub
parent d61c99b105
commit edfae98a01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -653,6 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", "Subir carpeta"),
("Upload files", "Subir archivos"),
("Clipboard is synchronized", "Portapapeles sincronizado"),
("Update client clipboard", ""),
("Update client clipboard", "Actualizar portapapeles del cliente"),
].iter().cloned().collect();
}