Merge pull request #3543 from solokot/master

Update ru.rs
This commit is contained in:
RustDesk 2023-03-07 18:08:10 +08:00 committed by GitHub
commit f4a229bddf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -349,7 +349,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Security", "Безопасность"),
("Theme", "Тема"),
("Dark Theme", "Тёмная тема"),
("Light Theme", ""),
("Light Theme", "Светлая тема"),
("Dark", "Тёмная"),
("Light", "Светлая"),
("Follow System", "Системная"),
@ -460,6 +460,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Codec", "Кодек"),
("Resolution", "Разрешение"),
("No transfers in progress", "Передача не осуществляется"),
("Set one-time password length", ""),
("Set one-time password length", "Установить длину одноразового пароля"),
].iter().cloned().collect();
}