Skip to content

Commit fb1661c

Browse files
author
mehdi-song
authored
Update fa.rs (rustdesk#11684)
* Update fa.rs * Update fa.rs
1 parent ca7b487 commit fb1661c

1 file changed

Lines changed: 18 additions & 20 deletions

File tree

src/lang/fa.rs

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
364364
("Recording", "در حال ضبط"),
365365
("Directory", "مسیر"),
366366
("Automatically record incoming sessions", "ضبط خودکار جلسات ورودی"),
367-
("Automatically record outgoing sessions", ""),
367+
("Automatically record outgoing sessions", "ضبط خودکار جلسات خروجی"),
368368
("Change", "تغییر"),
369369
("Start session recording", "شروع ضبط جلسه"),
370370
("Stop session recording", "توقف ضبط جلسه"),
@@ -617,8 +617,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
617617
("floating_window_tip", "کمک می کند RustDesk این به حفظ سرویس پس زمینه"),
618618
("Keep screen on", "صفحه نمایش را روشن نگه دارید"),
619619
("Never", "هرگز"),
620-
("During controlled", ""),
621-
("During service is on", ""),
620+
("During controlled", "در حین کنترل"),
621+
("During service is on", "در حین سرویس روشن است"),
622622
("Capture screen using DirectX", "DirectX تصویربرداری از صفحه نمایش با استفاده از"),
623623
("Back", "برگشت"),
624624
("Apps", "برنامه ها"),
@@ -681,22 +681,20 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
681681
("remote-printing-disallowed-text-tip", "شما مجوز لازم برای چاپ از راه دور را ندارید"),
682682
("save-settings-tip", "تنظیمات را ذخیره کنید"),
683683
("dont-show-again-tip", "دیگر نمایش داده نشود"),
684-
("Take screenshot", ""),
685-
("Taking screenshot", ""),
686-
("screenshot-merged-screen-not-supported-tip", ""),
687-
("screenshot-action-tip", ""),
688-
("Save as", ""),
689-
("Copy to clipboard", ""),
690-
("Enable remote printer", ""),
691-
("Downloading {}", ""),
692-
("{} Update", ""),
693-
("{}-to-update-tip", ""),
694-
("download-new-version-failed-tip", ""),
695-
("Auto update", ""),
696-
("update-failed-check-msi-tip", ""),
697-
("websocket_tip", ""),
698-
("Use WebSocket", ""),
699-
("Trackpad speed", ""),
700-
("Default trackpad speed", ""),
684+
("Take screenshot", "عکس گرفتن"),
685+
("Taking screenshot", "در حال گرفتن عکس"),
686+
("screenshot-merged-screen-not-supported-tip", "ادغام تصاویر از نمایشگرهای متعدد در حال حاضر پشتیبانی نمی شود. لطفاً به یک صفحه نمایش واحد تغییر دهید و دوباره امتحان کنید."),
687+
("screenshot-action-tip", "لطفاً نحوه ادامه با تصویر را انتخاب کنید."),
688+
("Save as", "ذخیره به عنوان"),
689+
("Copy to clipboard", "در کلیپ بورد کپی کنید"),
690+
("Enable remote printer", "چاپگر از راه دور را فعال کنید"),
691+
("Downloading {}", "بارگیری {}"),
692+
("{} Update", "{} به روز رسانی"),
693+
("{}-to-update-tip", "{} اکنون بسته خواهد شد و نسخه جدید را نصب می کند."),
694+
("download-new-version-failed-tip", "بارگیری ناموفق بود. می توانید دوباره امتحان کنید یا روی دکمه 'بارگیری' کلیک کنید تا از صفحه انتشار بارگیری کنید و به صورت دستی ارتقا دهید."),
695+
("Auto update", "بروزرسانی خودکار"),
696+
("update-failed-check-msi-tip", "بررسی روش نصب انجام نشد. لطفاً برای بارگیری از صفحه انتشار ، روی دکمه 'بارگیری' کلیک کنید و به صورت دستی ارتقا دهید."),
697+
("websocket_tip", "فقط اتصالات رله پشتیبانی می شوند ، WebSocket هنگام استفاده از ."),
698+
("Use WebSocket", "استفاده کنید WebSocket از"),
701699
].iter().cloned().collect();
702700
}

0 commit comments

Comments
 (0)