fix code merge

This commit is contained in:
rustdesk
2024-01-07 13:25:19 +08:00
parent b2b30b0cf5
commit 955c55b6cc
8 changed files with 0 additions and 42 deletions

View File

@@ -576,17 +576,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("input_source_1_tip", "منبع ورودی 1"),
("input_source_2_tip", "منبع ورودی 2"),
("capture_display_elevated_connections_tip", ""),
<<<<<<< Updated upstream
("Swap control-command key", "گرفتن چندین نمایشگر در حالت کاربر زیاد پشتیبانی نمی شود. اگر می‌خواهید چند نمایشگر را کنترل کنید، لطفاً پس از نصب دوباره امتحان کنید."),
("swap-left-right-mouse", "دکمه چپ و راست ماوس را عوض کنید"),
("2FA code", "کد ورود 2 مرحله ای"),
("2fa_tip", "لطفا کد ورود 2 مرحله ای خود را در برنامه احراز هویت وارد کنید"),
=======
("Swap control-command key", ""),
("swap-left-right-mouse", ""),
("2FA code", ""),
("2fa_tip", ""),
("More", ""),
>>>>>>> Stashed changes
].iter().cloned().collect();
}