Update fa.rs

This commit is contained in:
mehdi-song
2023-07-11 04:33:09 +00:00
committed by GitHub
Unverified
parent cfcfd127b2
commit dcc0a1425e

View File

@@ -513,9 +513,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Accept and Elevate", "بپذیرید و افزایش دهید"),
("accept_and_elevate_btn_tooltip", "را افزایش دهید UAC اتصال را بپذیرید و مجوزهای."),
("clipboard_wait_response_timeout_tip", "زمان انتظار برای مشخص شدن وضعیت کپی تمام شد."),
("Incoming connection", ""),
("Outgoing connection", ""),
("Exit", ""),
("Open", ""),
("Incoming connection", "اتصال ورودی"),
("Outgoing connection", "اتصال خروجی"),
("Exit", "خروج"),
("Open", "باز کردن"),
].iter().cloned().collect();
}