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