rustdesk
2026-06-22 22:57:08 +08:00
parent 2b40c61d8e
commit 16570ee34f
52 changed files with 104 additions and 4 deletions

View File

@@ -761,5 +761,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Switch display", "디스플레이 전환"),
("Show monitor switch button on the main toolbar", "기본 도구 모음에 모니터 전환 버튼 표시"),
("Show on the minimized toolbar", "최소화된 도구 모음에 표시"),
("All monitors", "모든 모니터"),
("#{} monitor", "{}번 모니터"),
].iter().cloned().collect();
}