Skip to content

Commit e0427bd

Browse files
authored
Translate UI strings to Arabic in ar.rs (rustdesk#14694)
1 parent 9cf1338 commit e0427bd

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/lang/ar.rs

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -729,19 +729,19 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
729729
("server-oss-not-support-tip", "هذه الميزة غير مدعومة من قبل خادمك"),
730730
("input note here", "أدخل الملاحظة هنا"),
731731
("note-at-conn-end-tip", "سيتم عرض هذه الملاحظة عند نهاية الاتصال"),
732-
("Show terminal extra keys", ""),
733-
("Relative mouse mode", ""),
734-
("rel-mouse-not-supported-peer-tip", ""),
735-
("rel-mouse-not-ready-tip", ""),
736-
("rel-mouse-lock-failed-tip", ""),
737-
("rel-mouse-exit-{}-tip", ""),
738-
("rel-mouse-permission-lost-tip", ""),
739-
("Changelog", ""),
740-
("keep-awake-during-outgoing-sessions-label", ""),
741-
("keep-awake-during-incoming-sessions-label", ""),
732+
("Show terminal extra keys", "إظهار مفاتيح إضافية في الطرفية"),
733+
("Relative mouse mode", "وضع الماوس النسبي"),
734+
("rel-mouse-not-supported-peer-tip", "وضع الماوس النسبي غير مدعوم على الجهاز الآخر"),
735+
("rel-mouse-not-ready-tip", "وضع الماوس النسبي غير جاهز"),
736+
("rel-mouse-lock-failed-tip", "فشل قفل الماوس النسبي"),
737+
("rel-mouse-exit-{}-tip", "للخروج من وضع الماوس النسبي اضغط على {}"),
738+
("rel-mouse-permission-lost-tip", "تم فقدان إذن الماوس النسبي"),
739+
("Changelog", "سجل التغييرات"),
740+
("keep-awake-during-outgoing-sessions-label", "إبقاء الجهاز نشطًا أثناء الجلسات الصادرة"),
741+
("keep-awake-during-incoming-sessions-label", "إبقاء الجهاز نشطًا أثناء الجلسات الواردة"),
742742
("Continue with {}", "متابعة مع {}"),
743-
("Display Name", ""),
744-
("password-hidden-tip", ""),
745-
("preset-password-in-use-tip", ""),
743+
("Display Name", "اسم العرض"),
744+
("password-hidden-tip", "كلمة المرور مخفية"),
745+
("preset-password-in-use-tip", "كلمة المرور المحددة مسبقًا قيد الاستخدام"),
746746
].iter().cloned().collect();
747747
}

0 commit comments

Comments
 (0)