Update fa.rs

;-)
This commit is contained in:
mehdi-song 2023-06-22 16:52:58 +03:30 committed by GitHub
parent e87e4a30ac
commit 7cf2b55e14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -508,8 +508,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("resolution_original_tip", "وضوح اصلی"),
("resolution_fit_local_tip", "متناسب با وضوح محلی"),
("resolution_custom_tip", "وضوح سفارشی"),
("Collapse toolbar", ""),
("Accept and Elevate", ""),
("accept_and_elevate_btn_tooltip", ""),
("Collapse toolbar", "جمع کردن نوار ابزار"),
("Accept and Elevate", "بپذیرید و افزایش دهید"),
("accept_and_elevate_btn_tooltip", "را افزایش دهید UAC اتصال را بپذیرید و مجوزهای."),
].iter().cloned().collect();
}