opt: rename and move audio transmission mode

This commit is contained in:
Kingtous
2023-01-31 14:07:14 +08:00
parent ebec8811c2
commit 2452a58eaa
33 changed files with 91 additions and 34 deletions

View File

@@ -448,8 +448,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Other Default Options", "Другие параметры по умолчанию"),
("Please confirm if you want to share your desktop?", "Подтвердите, что хотите поделиться своим рабочим столом?"),
("Closed as expected", ""),
("Guest to Host", ""),
("Dual way", ""),
("Guest to host audio transmission", ""),
("Dual way audio transmission", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}