Update ru.rs

This commit is contained in:
solokot
2023-01-21 17:32:58 +03:00
committed by GitHub
parent 5ddb4c0617
commit 3ee76fcf4f

View File

@@ -431,7 +431,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Weak", "Слабый"), ("Weak", "Слабый"),
("Medium", "Средний"), ("Medium", "Средний"),
("Strong", "Стойкий"), ("Strong", "Стойкий"),
("Switch Sides", ""), ("Switch Sides", "Переключить стороны"),
("Please confirm if you want to share your desktop?", ""), ("Please confirm if you want to share your desktop?", "Подтвердите, что хотите поделиться своим рабочим столом?"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }