Merge pull request #3139 from flusheDData/master

Update es.rs
This commit is contained in:
RustDesk 2023-02-10 08:43:00 +08:00 committed by GitHub
commit fb61a1707c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -446,8 +446,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", ""),
("Auto", ""),
("Other Default Options", "Otras opciones predeterminadas"),
("Voice call", ""),
("Text chat", ""),
("Stop voice call", ""),
("Voice call", "Llamada de voz"),
("Text chat", "Chat de texto"),
("Stop voice call", "Detener llamada de voz"),
].iter().cloned().collect();
}