Update es.rs

New terms added
This commit is contained in:
Miguel F. G 2023-02-16 16:44:39 +01:00 committed by GitHub
parent 5b58e957f6
commit 6432183bb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -449,7 +449,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Voice call", "Llamada de voz"), ("Voice call", "Llamada de voz"),
("Text chat", "Chat de texto"), ("Text chat", "Chat de texto"),
("Stop voice call", "Detener llamada de voz"), ("Stop voice call", "Detener llamada de voz"),
("relay_hint_tip", ""), ("relay_hint_tip", "Puede que no sea posible conectar directamente. Puedes tratar de conectar a través de relay. \nAdicionalmente, si quieres usar relay en el primer intento, puedes añadir el sufijo \"/r\" a la ID o seleccionar la opción \"Conectar siempre a través de relay\" en la tarjeta del par."),
("Reconnect", ""), ("Reconnect", "Reconectar"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }