Update fa.rs (#8141)

This commit is contained in:
mehdi-song 2024-05-24 18:58:53 -07:00 committed by GitHub
parent 4fd4b24fa2
commit e7f0f0ff8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -601,17 +601,17 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("share_warning_tip", "فیلدهای بالا به اشتراک گذاشته شده و برای دیگران قابل مشاهده است"),
("Everyone", "هر کس"),
("ab_web_console_tip", "اطلاعات بیشتر در کنسول وب"),
("allow-only-conn-window-open-tip", ""),
("no_need_privacy_mode_no_physical_displays_tip", ""),
("Follow remote cursor", ""),
("allow-only-conn-window-open-tip", "باز است اتصال برقرار شود RustDesk زمانی که"),
("no_need_privacy_mode_no_physical_displays_tip", "بدون نمایشگر فیزیکی نیازی به استفاده از حالت خصوصی نیست"),
("Follow remote cursor", "مکان نما ریموت را دنبال کنید"),
("Follow remote window focus", ""),
("default_proxy_tip", ""),
("no_audio_input_device_tip", ""),
("Incoming", ""),
("Outgoing", ""),
("default_proxy_tip", "و پورت 1080 می باشد Sock5 پرونکل پیش فرض"),
("no_audio_input_device_tip", "دستگاه ورودی صوتی پیدا نشد"),
("Incoming", "ورودی"),
("Outgoing", "خروجی"),
("Clear Wayland screen selection", ""),
("clear_Wayland_screen_selection_tip", ""),
("confirm_clear_Wayland_screen_selection_tip", ""),
("android_new_voice_call_tip", ""),
("clear_Wayland_screen_selection_tip", "پس از پاک کردن صفحه انتخابی، می توانید صفحه را برای اشتراک گذاری مجدد انتخاب کنید"),
("confirm_clear_Wayland_screen_selection_tip", "را پاک می کنید؟ Wayland آیا مطمئن هستید که انتخاب صفحه"),
("android_new_voice_call_tip", "یک درخواست تماس صوتی جدید دریافت شد. اگر بپذیرید، صدا به ارتباط صوتی تغییر خواهد کرد."),
].iter().cloned().collect();
}