Update es.rs

New terms added
This commit is contained in:
Miguel F. G 2023-02-09 16:18:36 +01:00 committed by GitHub
parent 829b3b59f9
commit 73a2f41794
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();
}