permission allow->enable, block->blocking

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-11-06 16:55:19 +08:00
parent d528fd3762
commit af132aa62e
40 changed files with 89 additions and 304 deletions

View File

@@ -179,10 +179,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Accept", "قبول"),
("Dismiss", "صرف"),
("Disconnect", "قطع الاتصال"),
("Allow using keyboard and mouse", "السماح باستخدام لوحة المفاتيح والفأرة"),
("Allow using clipboard", "السماح باستخدام الحافظة"),
("Allow hearing sound", "السماح بسماع الصوت"),
("Allow file copy and paste", "السماح بالنسخ واللصق"),
("Enable file copy and paste", "السماح بالنسخ واللصق"),
("Connected", "متصل"),
("Direct and encrypted connection", "اتصال مباشر مشفر"),
("Relayed and encrypted connection", "اتصال غير مباشر مشفر"),
@@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "استخدام طريقتي كلمة المرور"),
("Set permanent password", "تعيين كلمة مرور دائمة"),
("Enable Remote Restart", "تفعيل اعداة تشغيل البعيد"),
("Allow remote restart", "السماح باعادة تشغيل البعيد"),
("Restart Remote Device", "اعادة تشغيل الجهاز البعيد"),
("Are you sure you want to restart", "هل انت متاكد من انك تريد اعادة التشغيل؟"),
("Restarting Remote Device", "جاري اعادة تشغيل البعيد"),
@@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start session recording", "بدء تسجيل الجلسة"),
("Stop session recording", "ايقاف تسجيل الجلسة"),
("Enable Recording Session", "تفعيل تسجيل الجلسة"),
("Allow recording session", "السماح بتسجيل الجلسة"),
("Enable LAN Discovery", "تفعيل اكتشاف الشبكة المحلية"),
("Deny LAN Discovery", "رفض اكتشاف الشبكة المحلية"),
("Write a message", "اكتب رسالة"),
@@ -573,7 +568,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Virtual display", ""),
("Plug out all", ""),
("True color (4:4:4)", ""),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}