mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-19 08:23:01 +08:00
commit
f4a229bddf
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user