mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-02 08:21:28 +03:00
permission allow->enable, block->blocking
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -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", "و رمزگذاری شده Relay اتصال از طریق"),
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user