Merge pull request #2990 from mehdi-song/patch-9

Update fa.rs
This commit is contained in:
RustDesk
2023-01-29 20:31:52 +08:00
committed by GitHub

View File

@@ -436,6 +436,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Strong", "قوی"),
("Switch Sides", "طرفین را عوض کنید"),
("Please confirm if you want to share your desktop?", "لطفاً تأیید کنید که آیا می خواهید دسکتاپ خود را به اشتراک بگذارید؟"),
("Closed as expected", ""),
("Closed as expected", "طبق انتظار بسته شد"),
].iter().cloned().collect();
}