Update fa.rs

This commit is contained in:
mehdi-song
2023-05-14 04:19:23 +00:00
committed by GitHub
parent ad85fe4900
commit 962ab6d304

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