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", "当前版本的软件是定制版本。\n您可以连接至其他设备,但是其他设备无法连接至您的设备。"),
("Password", "密码"),
("Ready", "就绪"),
("Established", "已建立"),
@@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Multiple Windows sessions found", "发现多个 Windows 会话"),
("Please select the session you want to connect to", "请选择您要连接的会话"),
("powered_by_me", "由 RustDesk 提供支持"),
("outgoing_only_desk_tip", "当前版本的软件是定制版本。\n您可以连接至其他设备,但是其他设备无法连接至您的设备。"),
].iter().cloned().collect();
}