mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-12 15:51:27 +03:00
move outgoing_only_desk_tip to end
This commit is contained in:
@@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Status", "وضعیت"),
|
||||
("Your Desktop", "دسکتاپ شما"),
|
||||
("desk_tip", "دسکتاپ شما با این شناسه و رمز عبور قابل دسترسی است"),
|
||||
("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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user