mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-05-09 15:48:09 +03:00
Translate UI strings to Arabic in ar.rs (#14694)
This commit is contained in:
committed by
GitHub
parent
9cf1338dc4
commit
e0427bdc77
@@ -729,19 +729,19 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("server-oss-not-support-tip", "هذه الميزة غير مدعومة من قبل خادمك"),
|
("server-oss-not-support-tip", "هذه الميزة غير مدعومة من قبل خادمك"),
|
||||||
("input note here", "أدخل الملاحظة هنا"),
|
("input note here", "أدخل الملاحظة هنا"),
|
||||||
("note-at-conn-end-tip", "سيتم عرض هذه الملاحظة عند نهاية الاتصال"),
|
("note-at-conn-end-tip", "سيتم عرض هذه الملاحظة عند نهاية الاتصال"),
|
||||||
("Show terminal extra keys", ""),
|
("Show terminal extra keys", "إظهار مفاتيح إضافية في الطرفية"),
|
||||||
("Relative mouse mode", ""),
|
("Relative mouse mode", "وضع الماوس النسبي"),
|
||||||
("rel-mouse-not-supported-peer-tip", ""),
|
("rel-mouse-not-supported-peer-tip", "وضع الماوس النسبي غير مدعوم على الجهاز الآخر"),
|
||||||
("rel-mouse-not-ready-tip", ""),
|
("rel-mouse-not-ready-tip", "وضع الماوس النسبي غير جاهز"),
|
||||||
("rel-mouse-lock-failed-tip", ""),
|
("rel-mouse-lock-failed-tip", "فشل قفل الماوس النسبي"),
|
||||||
("rel-mouse-exit-{}-tip", ""),
|
("rel-mouse-exit-{}-tip", "للخروج من وضع الماوس النسبي اضغط على {}"),
|
||||||
("rel-mouse-permission-lost-tip", ""),
|
("rel-mouse-permission-lost-tip", "تم فقدان إذن الماوس النسبي"),
|
||||||
("Changelog", ""),
|
("Changelog", "سجل التغييرات"),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", "إبقاء الجهاز نشطًا أثناء الجلسات الصادرة"),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", "إبقاء الجهاز نشطًا أثناء الجلسات الواردة"),
|
||||||
("Continue with {}", "متابعة مع {}"),
|
("Continue with {}", "متابعة مع {}"),
|
||||||
("Display Name", ""),
|
("Display Name", "اسم العرض"),
|
||||||
("password-hidden-tip", ""),
|
("password-hidden-tip", "كلمة المرور مخفية"),
|
||||||
("preset-password-in-use-tip", ""),
|
("preset-password-in-use-tip", "كلمة المرور المحددة مسبقًا قيد الاستخدام"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user