fix some words

This commit is contained in:
rustdesk
2023-08-06 14:05:48 +08:00
parent a47db31d46
commit 5124cc49b3
35 changed files with 70 additions and 70 deletions

View File

@@ -53,7 +53,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Audio Input", "Аудиовход"),
("Enhancements", "Улучшения"),
("Hardware Codec", "Аппаратный кодек"),
("Adaptive Bitrate", "Адаптивная скорость потока"),
("Adaptive bitrate", "Адаптивная скорость потока"),
("ID Server", "ID-сервер"),
("Relay Server", "Сервер ретрансляции"),
("API Server", "API-сервер"),
@@ -524,7 +524,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("exceed_max_devices", "Достигнуто максимальне количество управляемых устройств."),
("Sync with recent sessions", "Синхронизация последних сессий"),
("Sort tags", "Сортировка меток"),
("Separate remote window", ""),
("Separate remote windows", ""),
("separate window", ""),
("Move tab to new window", ""),
].iter().cloned().collect();