mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-16 03:51:29 +03:00
mobile server_page text theme & fix lang.py and update langs
This commit is contained in:
@@ -187,7 +187,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Reboot required", "Требуется перезагрузка"),
|
||||
("Unsupported display server ", "Неподдерживаемый сервер дисплея"),
|
||||
("x11 expected", "Ожидается X11"),
|
||||
("Port", "Порт"),
|
||||
("Port", ""),
|
||||
("Settings", "Настройки"),
|
||||
("Username", "Имя пользователя"),
|
||||
("Invalid port", "Неверный порт"),
|
||||
@@ -268,7 +268,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("android_stop_service_tip", "Закрытие службы автоматически закроет все установленные соединения."),
|
||||
("android_version_audio_tip", "Текущая версия Android не поддерживает захват звука, обновите ее до Android 10 или выше."),
|
||||
("android_start_service_tip", "Нажмите [Запуск промежуточного сервера] или ОТКРЫТЬ разрешение [Захват экрана], чтобы запустить службу демонстрации экрана."),
|
||||
("Account", "Аккаунт"),
|
||||
("Account", ""),
|
||||
("Overwrite", "Перезаписать"),
|
||||
("This file exists, skip or overwrite this file?", "Этот файл существует, пропустить или перезаписать файл?"),
|
||||
("Quit", "Выйти"),
|
||||
@@ -327,6 +327,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Account", ""),
|
||||
("Theme", ""),
|
||||
("Dark Theme", ""),
|
||||
("Dark", ""),
|
||||
("Light", ""),
|
||||
("Follow System", ""),
|
||||
("Enable hardware codec", ""),
|
||||
("Unlock Security Settings", ""),
|
||||
("Enable Audio", ""),
|
||||
|
||||
Reference in New Issue
Block a user