Update ru.rs

This commit is contained in:
solokot 2023-03-07 11:38:08 +03:00 committed by GitHub
parent 558feca0de
commit f4551234ea
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();
}