Update fa.rs

This commit is contained in:
mehdi-song 2022-11-08 14:13:48 +03:30 committed by GitHub
parent a0fc9d5539
commit bf4a337d7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();
}