Merge pull request #4625 from solokot/master

Update ru.rs
This commit is contained in:
RustDesk 2023-06-12 15:54:27 +08:00 committed by GitHub
commit d05006530f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -336,8 +336,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Ratio", "Соотношение"),
("Image Quality", "Качество изображения"),
("Scroll Style", "Стиль прокрутки"),
("Show Toolbar", ""),
("Hide Toolbar", ""),
("Show Toolbar", "Показать панель инструментов"),
("Hide Toolbar", "Скрыть панель инструментов"),
("Direct Connection", "Прямая связь"),
("Relay Connection", "Ретранслируемое подключение"),
("Secure Connection", "Безопасное подключение"),
@ -366,8 +366,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use IP Whitelisting", "Использовать белый список IP"),
("Network", "Сеть"),
("Enable RDP", "Включить RDP"),
("Pin Toolbar", ""),
("Unpin Toolbar", ""),
("Pin Toolbar", "Закрепить панель инструментов"),
("Unpin Toolbar", "Открепить панель инструментов"),
("Recording", "Запись"),
("Directory", "Папка"),
("Automatically record incoming sessions", "Автоматически записывать входящие сеансы"),
@ -508,6 +508,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("resolution_original_tip", "Исходное разрешение"),
("resolution_fit_local_tip", "Соответствие локальному разрешению"),
("resolution_custom_tip", "Произвольное разрешение"),
("Collapse toolbar", ""),
("Collapse toolbar", "Свернуть панель инструментов"),
].iter().cloned().collect();
}