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", "صغير"),
("Large", "كبير"),
("Show virtual joystick", "إظهار عصا التحكم الافتراضية"),
("Edit note", ""),
("Alias", ""),
("ScrollEdge", ""),
("Allow insecure TLS fallback", ""),
("allow-insecure-tls-fallback-tip", ""),
("Disable UDP", ""),
("disable-udp-tip", ""),
("server-oss-not-support-tip", ""),
("input note here", ""),
("note-at-conn-end-tip", ""),
("Edit note", "تعديل الملاحظة"),
("Alias", "اسم مستعار"),
("ScrollEdge", "حافة التمرير"),
("Allow insecure TLS fallback", "السماح بالرجوع إلى TLS غير الآمن"),
("allow-insecure-tls-fallback-tip", "يسمح باستخدام اتصال TLS غير آمن عند فشل الاتصال الآمن"),
("Disable UDP", "تعطيل UDP"),
("disable-udp-tip", "عند التفعيل لن يتم استخدام بروتوكول UDP"),
("server-oss-not-support-tip", "هذه الميزة غير مدعومة من قبل خادمك"),
("input note here", "أدخل الملاحظة هنا"),
("note-at-conn-end-tip", "سيتم عرض هذه الملاحظة عند نهاية الاتصال"),
].iter().cloned().collect();
}