Merge pull request #4437 from solokot/master

Update ru.rs
This commit is contained in:
RustDesk 2023-05-21 11:21:28 +08:00 committed by GitHub
commit d063c2642a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -506,8 +506,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Enable", "Включить"),
("Disable", "Отключить"),
("Options", "Настройки"),
("resolution_original_tip", ""),
("resolution_fit_local_tip", ""),
("resolution_custom_tip", ""),
("resolution_original_tip", "Исходное разрешение"),
("resolution_fit_local_tip", "Соответствие локальному разрешению"),
("resolution_custom_tip", "Произвольное разрешение"),
].iter().cloned().collect();
}