mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-16 09:51:28 +03:00
Fix conflicts
This commit is contained in:
@@ -204,7 +204,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Warning", "คำเตือน"),
|
||||
("Login screen using Wayland is not supported", "หน้าจอการเข้าสู่ระบบโดยใช้ Wayland ยังไม่ถูกรองรับ"),
|
||||
("Reboot required", "จำเป็นต้องเริ่มต้นระบบใหม่"),
|
||||
("Unsupported display server ", "เซิร์ฟเวอร์การแสดงผลที่ไม่รองรับ"),
|
||||
("Unsupported display server", "เซิร์ฟเวอร์การแสดงผลที่ไม่รองรับ"),
|
||||
("x11 expected", "ต้องใช้งาน x11"),
|
||||
("Port", "พอร์ท"),
|
||||
("Settings", "ตั้งค่า"),
|
||||
@@ -461,6 +461,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Resolution", ""),
|
||||
("No transfers in progress", ""),
|
||||
("Set one-time password length", ""),
|
||||
("idd_driver_tip", ""),
|
||||
("confirm_idd_driver_tip", ""),
|
||||
("RDP Settings", ""),
|
||||
("Sort by", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user