Merge pull request #3135 from mehdi-song/patch-12

Update fa.rs
This commit is contained in:
RustDesk 2023-02-09 20:05:35 +08:00 committed by GitHub
commit fa28dd3ab9
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", "خودکار"),
("Other Default Options", "سایر گزینه های پیش فرض"),
("Voice call", ""),
("Text chat", ""),
("Stop voice call", ""),
("Voice call", "تماس صوتی"),
("Text chat", "گفتگو متنی (چت متنی)"),
("Stop voice call", "توقف تماس صوتی"),
].iter().cloned().collect();
}