From 2ae7f00cebd3feb6acc0168f3de165bfa50a9a45 Mon Sep 17 00:00:00 2001 From: Mahdi Rahimi <31624047+mahdirahimi1999@users.noreply.github.com> Date: Tue, 24 Jun 2025 08:53:35 +0330 Subject: [PATCH] Updated Persian translations in fa.rs (#12133) --- src/lang/fa.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/fa.rs b/src/lang/fa.rs index 093dc6f66..2dacb9dd7 100644 --- a/src/lang/fa.rs +++ b/src/lang/fa.rs @@ -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(); }