From ae255c83ee30d78bd9eb0635f080602c41dee840 Mon Sep 17 00:00:00 2001 From: Mahdi Rahimi <31624047+mahdirahimi1999@users.noreply.github.com> Date: Mon, 14 Jul 2025 10:58:01 +0330 Subject: [PATCH] Updated Persian translations in fa.rs (#12283) --- src/lang/fa.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lang/fa.rs b/src/lang/fa.rs index 538e0610c..1836c2742 100644 --- a/src/lang/fa.rs +++ b/src/lang/fa.rs @@ -699,9 +699,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Enable camera", "فعال کردن دوربین"), ("No cameras", "هیچ دوربینی یافت نشد"), ("view_camera_unsupported_tip", "دوربین در این دستگاه پشتیبانی نمی‌شود"), - ("Terminal", ""), - ("Enable terminal", ""), - ("New tab", ""), - ("Keep terminal sessions on disconnect", ""), + ("Terminal", "ترمینال"), + ("Enable terminal", "فعال‌سازی ترمینال"), + ("New tab", "زبانه جدید"), + ("Keep terminal sessions on disconnect", "حفظ جلسات ترمینال پس از قطع اتصال"), ].iter().cloned().collect(); }