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 a peer", "یک همتا را انتخاب کنید"),
("Select peers", "همتایان را انتخاب کنید"), ("Select peers", "همتایان را انتخاب کنید"),
("Plugins", "پلاگین ها"), ("Plugins", "پلاگین ها"),
("Uninstall", ""), ("Uninstall", "حذف نصب"),
("Update", ""), ("Update", "Update"),
("Enable", ""), ("Enable", "فعال کردن"),
("Disable", ""), ("Disable", "غیر فعال کردن"),
("Options", ""), ("Options", "گزینه ها"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }