Merge pull request #3118 from NicKoehler/master

Update it.rs
This commit is contained in:
RustDesk 2023-02-08 17:23:51 +08:00 committed by GitHub
commit 4539ad53e1
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", "FPS"),
("Auto", "Auto"),
("Other Default Options", "Altre Opzioni Predefinite"),
("Voice call", ""),
("Text chat", ""),
("Stop voice call", ""),
("Voice call", "Chiamata vocale"),
("Text chat", "Chat testuale"),
("Stop voice call", "Interrompi la chiamata vocale"),
].iter().cloned().collect();
}