Updated Persian translations in fa.rs (#12133)
Some checks are pending
CI / ${{ matrix.job.target }} (${{ matrix.job.os }}) (map[os:ubuntu-22.04 target:x86_64-unknown-linux-gnu]) (push) Waiting to run
Full Flutter CI / run-ci (push) Waiting to run

This commit is contained in:
Mahdi Rahimi 2025-06-24 08:53:35 +03:30 committed by GitHub
parent 4d8bfab86e
commit 2ae7f00ceb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -699,7 +699,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Trackpad speed", "سرعت ترک‌پد"),
("Default trackpad speed", "سرعت پیش‌فرض ترک‌پد"),
("Numeric one-time password", "رمز عبور یک‌بار مصرف عددی"),
("Enable IPv6 P2P connection", ""),
("Enable UDP hole punching", ""),
("Enable IPv6 P2P connection", "فعال‌سازی اتصال همتا‌به‌همتای IPv6"),
("Enable UDP hole punching", "فعال‌سازی تکنیک UDP hole punching"),
].iter().cloned().collect();
}