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

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