Merge pull request #3542 from mehdi-song/patch-19

Update fa.rs
This commit is contained in:
RustDesk 2023-03-07 13:45:22 +08:00 committed by GitHub
commit 558feca0de
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();
}