Update fa.rs

This commit is contained in:
mehdi-song 2023-03-07 08:34:02 +03:30 committed by GitHub
parent 1dfbf09974
commit b5286b005a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -460,6 +460,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Codec", "کدک"),
("Resolution", "وضوح"),
("No transfers in progress", "هیچ انتقالی در حال انجام نیست"),
("Set one-time password length", ""),
("Set one-time password length", "طول رمز یکبار مصرف را تعیین کنید"),
].iter().cloned().collect();
}