Merge pull request #2169 from flusheDData/patch-1

Update es.rs
This commit is contained in:
RustDesk 2022-11-17 10:33:14 +08:00 committed by GitHub
commit 53197baf5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -388,7 +388,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("This PC", "Este PC"), ("This PC", "Este PC"),
("or", "o"), ("or", "o"),
("Continue with", "Continuar con"), ("Continue with", "Continuar con"),
("Elevate", ""), ("Elevate", "Elevar"),
("Zoom cursor", ""), ("Zoom cursor", "Ampliar cursor"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }