Merge pull request #2010 from mehdi-song/patch-2

Update fa.rs
This commit is contained in:
RustDesk
2022-11-08 18:45:31 +08:00
committed by GitHub

View File

@@ -387,5 +387,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Please Select the screen to be shared(Operate on the peer side).", "لطفاً صفحه‌ای را برای اشتراک‌گذاری انتخاب کنید (در سمت همتا به همتا کار کنید)."),
("Show RustDesk", "RustDesk را نشان دهید"),
("This PC", "This PC"),
("or", "یا"),
("Continue with", "ادامه با"),
].iter().cloned().collect();
}