Update Arabic translation in ar.rs (#13738)

This commit is contained in:
Mahdi Rahimi
2025-12-12 17:07:15 +03:30
committed by GitHub
parent b9a1369c6f
commit 7bdfa121f3

View File

@@ -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();
} }