mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-31 09:01:04 +03:00
Update Arabic translation in ar.rs (#13738)
This commit is contained in:
@@ -719,15 +719,15 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Small", "صغير"),
|
("Small", "صغير"),
|
||||||
("Large", "كبير"),
|
("Large", "كبير"),
|
||||||
("Show virtual joystick", "إظهار عصا التحكم الافتراضية"),
|
("Show virtual joystick", "إظهار عصا التحكم الافتراضية"),
|
||||||
("Edit note", ""),
|
("Edit note", "تعديل الملاحظة"),
|
||||||
("Alias", ""),
|
("Alias", "اسم مستعار"),
|
||||||
("ScrollEdge", ""),
|
("ScrollEdge", "حافة التمرير"),
|
||||||
("Allow insecure TLS fallback", ""),
|
("Allow insecure TLS fallback", "السماح بالرجوع إلى TLS غير الآمن"),
|
||||||
("allow-insecure-tls-fallback-tip", ""),
|
("allow-insecure-tls-fallback-tip", "يسمح باستخدام اتصال TLS غير آمن عند فشل الاتصال الآمن"),
|
||||||
("Disable UDP", ""),
|
("Disable UDP", "تعطيل UDP"),
|
||||||
("disable-udp-tip", ""),
|
("disable-udp-tip", "عند التفعيل لن يتم استخدام بروتوكول UDP"),
|
||||||
("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", "سيتم عرض هذه الملاحظة عند نهاية الاتصال"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user