Merge pull request #4342 from solokot/master

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

View File

@ -501,10 +501,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Select a peer", "Выберите удалённый узел"),
("Select peers", "Выберите удалённые узлы"),
("Plugins", "Плагины"),
("Uninstall", ""),
("Update", ""),
("Enable", ""),
("Disable", ""),
("Options", ""),
("Uninstall", "Удалить"),
("Update", "Обновить"),
("Enable", "Включить"),
("Disable", "Отключить"),
("Options", "Настройки"),
].iter().cloned().collect();
}