Updated Russian translation

This commit is contained in:
solokot
2023-05-09 11:58:46 +03:00
committed by GitHub
Unverified
parent f96c010424
commit 16f55807fc

View File

@@ -498,8 +498,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Fingerprint", "Отпечаток"),
("Copy Fingerprint", "Копировать отпечаток"),
("no fingerprints", "отпечатки отсутствуют"),
("Select a peer", ""),
("Select peers", ""),
("Plugins", "")
("Select a peer", "Выберите удалённый узел"),
("Select peers", "Выберите удалённые узлы"),
("Plugins", "Плагины")
].iter().cloned().collect();
}