Merge pull request #4457 from mehdi-song/patch-28

Update fa.rs
This commit is contained in:
RustDesk 2023-05-23 21:30:36 +08:00 committed by GitHub
commit 003edd04bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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