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
Unverified

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