feat: add audio switch ui

This commit is contained in:
Kingtous
2023-01-30 20:30:35 +08:00
parent 95d06e160b
commit cb228bef2b
39 changed files with 219 additions and 0 deletions

View File

@@ -445,5 +445,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", ""),
("Auto", ""),
("Other Default Options", ""),
("Guest to Host", ""),
("Two way", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}

View File

@@ -445,5 +445,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", "帧率"),
("Auto", "自动"),
("Other Default Options", "其它默认选项"),
("Guest to Host", "被控到主机"),
("Two way", "双向"),
("Audio Transmission Mode", "音频传输模式"),
].iter().cloned().collect();
}

View File

@@ -445,5 +445,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", ""),
("Auto", ""),
("Other Default Options", ""),
("Guest to Host", ""),
("Two way", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}

View File

@@ -436,6 +436,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Switch Sides", ""),
("Please confirm if you want to share your desktop?", ""),
("Closed as expected", ""),
("Guest to Host", ""),
("Two way", ""),
("Audio Transmission Mode", ""),
("Display", ""),
("Default View Style", ""),
("Default Scroll Style", ""),

View File

@@ -445,5 +445,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", "fps"),
("Auto", "Automatisch"),
("Other Default Options", "Weitere Standardoptionen"),
("Guest to Host", ""),
("Two way", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}

View File

@@ -445,5 +445,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", ""),
("Auto", ""),
("Other Default Options", ""),
("Guest to Host", ""),
("Two way", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}

View File

@@ -445,5 +445,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", ""),
("Auto", ""),
("Other Default Options", "Otras opciones predeterminadas"),
("Closed as expected", ""),
("Guest to Host", ""),
("Two way", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}

View File

@@ -445,5 +445,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", "FPS"),
("Auto", "خودکار"),
("Other Default Options", "سایر گزینه های پیش فرض"),
("Guest to Host", ""),
("Two way", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}

View File

@@ -445,5 +445,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", "FPS"),
("Auto", "Auto"),
("Other Default Options", "Autres options par défaut"),
("Guest to Host", ""),
("Two way", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}

View File

@@ -445,5 +445,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", ""),
("Auto", ""),
("Other Default Options", ""),
("Guest to Host", ""),
("Two way", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}

View File

@@ -445,5 +445,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", ""),
("Auto", ""),
("Other Default Options", ""),
("Guest to Host", ""),
("Two way", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}

View File

@@ -445,5 +445,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", ""),
("Auto", ""),
("Other Default Options", ""),
("Guest to Host", ""),
("Two way", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}

View File

@@ -445,5 +445,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", "FPS"),
("Auto", "Auto"),
("Other Default Options", "Altre Opzioni Predefinite"),
("Guest to Host", ""),
("Two way", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}

View File

@@ -445,5 +445,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", ""),
("Auto", ""),
("Other Default Options", ""),
("Guest to Host", ""),
("Two way", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}

View File

@@ -445,5 +445,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", ""),
("Auto", ""),
("Other Default Options", ""),
("Guest to Host", ""),
("Two way", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}

View File

@@ -445,5 +445,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", ""),
("Auto", ""),
("Other Default Options", ""),
("Guest to Host", ""),
("Two way", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}

View File

@@ -445,5 +445,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", "FPS"),
("Auto", "Auto"),
("Other Default Options", "Inne opcje domyślne"),
("Guest to Host", ""),
("Two way", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}

View File

@@ -445,5 +445,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", ""),
("Auto", ""),
("Other Default Options", ""),
("Guest to Host", ""),
("Two way", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}

View File

@@ -445,5 +445,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", ""),
("Auto", ""),
("Other Default Options", ""),
("Guest to Host", ""),
("Two way", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}

View File

@@ -445,5 +445,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", ""),
("Auto", ""),
("Other Default Options", ""),
("Guest to Host", ""),
("Two way", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}

View File

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

View File

@@ -445,5 +445,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", ""),
("Auto", ""),
("Other Default Options", ""),
("Guest to Host", ""),
("Two way", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}

View File

@@ -445,5 +445,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", ""),
("Auto", ""),
("Other Default Options", ""),
("Guest to Host", ""),
("Two way", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}

View File

@@ -445,5 +445,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", ""),
("Auto", ""),
("Other Default Options", ""),
("Guest to Host", ""),
("Two way", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}

View File

@@ -445,5 +445,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", ""),
("Auto", ""),
("Other Default Options", ""),
("Guest to Host", ""),
("Two way", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}

View File

@@ -445,5 +445,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", ""),
("Auto", ""),
("Other Default Options", ""),
("Guest to Host", ""),
("Two way", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}

View File

@@ -445,5 +445,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", ""),
("Auto", ""),
("Other Default Options", ""),
("Guest to Host", ""),
("Two way", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}

View File

@@ -445,5 +445,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", ""),
("Auto", ""),
("Other Default Options", ""),
("Guest to Host", ""),
("Two way", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}

View File

@@ -445,5 +445,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", ""),
("Auto", ""),
("Other Default Options", ""),
("Guest to Host", ""),
("Two way", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}

View File

@@ -445,5 +445,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", "幀率"),
("Auto", "自動"),
("Other Default Options", "其它默認選項"),
("Guest to Host", ""),
("Two way", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}

View File

@@ -445,5 +445,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", ""),
("Auto", ""),
("Other Default Options", ""),
("Guest to Host", ""),
("Two way", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}

View File

@@ -445,5 +445,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", ""),
("Auto", ""),
("Other Default Options", ""),
("Guest to Host", ""),
("Two way", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}