Update es.rs

New items.
This commit is contained in:
Miguel F. G 2022-11-16 17:41:29 +01:00 committed by GitHub
parent 325351773c
commit 9946a5fc63
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"),
("or", "o"),
("Continue with", "Continuar con"),
("Elevate", ""),
("Zoom cursor", ""),
("Elevate", "Elevar"),
("Zoom cursor", "Ampliar cursor"),
].iter().cloned().collect();
}