Update fa.rs

"Closed as expected"-> "طبق انتظار بسته شد"
This commit is contained in:
mehdi-song 2023-01-29 14:02:06 +03:30 committed by GitHub
parent d2c5ba058d
commit fc15209d08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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