Merge pull request #4369 from mehdi-song/patch-27

Update fa.rs
This commit is contained in:
RustDesk 2023-05-14 12:37:23 +08:00 committed by GitHub
commit a26de5a86a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -501,10 +501,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Select a peer", "یک همتا را انتخاب کنید"),
("Select peers", "همتایان را انتخاب کنید"),
("Plugins", "پلاگین ها"),
("Uninstall", ""),
("Update", ""),
("Enable", ""),
("Disable", ""),
("Options", ""),
("Uninstall", "حذف نصب"),
("Update", "Update"),
("Enable", "فعال کردن"),
("Disable", "غیر فعال کردن"),
("Options", "گزینه ها"),
].iter().cloned().collect();
}