Skip to content

Commit

Permalink
Update fa.rs (rustdesk#8141)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-song authored May 25, 2024
1 parent 4fd4b24 commit e7f0f0f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/lang/fa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

0 comments on commit e7f0f0f

Please sign in to comment.