move outgoing_only_desk_tip to end

This commit is contained in:
rustdesk
2024-03-15 10:12:58 +08:00
parent 2bbc13ccf6
commit b3adbc1110
39 changed files with 39 additions and 39 deletions

View File

@@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Status", "สถานะ"),
("Your Desktop", "หน้าจอของคุณ"),
("desk_tip", "คุณสามารถเข้าถึงเดสก์ท็อปของคุณได้ด้วย ID และรหัสผ่านต่อไปนี้"),
("outgoing_only_desk_tip", ""),
("Password", "รหัสผ่าน"),
("Ready", "พร้อม"),
("Established", "เชื่อมต่อแล้ว"),
@@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Multiple Windows sessions found", ""),
("Please select the session you want to connect to", ""),
("powered_by_me", ""),
("outgoing_only_desk_tip", ""),
].iter().cloned().collect();
}