Update fa.rs

"Closed as expected"-> "طبق انتظار بسته شد"
This commit is contained in:
mehdi-song
2023-01-29 14:02:06 +03:30
committed by GitHub
Unverified
parent d2c5ba058d
commit fc15209d08

View File

@@ -436,6 +436,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Strong", "قوی"),
("Switch Sides", "طرفین را عوض کنید"),
("Please confirm if you want to share your desktop?", "لطفاً تأیید کنید که آیا می خواهید دسکتاپ خود را به اشتراک بگذارید؟"),
("Closed as expected", ""),
("Closed as expected", "طبق انتظار بسته شد"),
].iter().cloned().collect();
}