Update ru.rs

This commit is contained in:
solokot
2023-05-12 08:45:43 +03:00
committed by GitHub
Unverified
parent 21438016bc
commit a2277e83a6

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();
}