Updated Persian translations in fa.rs (#12283)

This commit is contained in:
Mahdi Rahimi
2025-07-14 10:58:01 +03:30
committed by GitHub
parent 856362006a
commit ae255c83ee

View File

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