Update ru.rs (#12096)

This commit is contained in:
solokot
2025-06-21 11:29:11 +03:00
committed by GitHub
parent 7330dc70f3
commit 98d99fae64

View File

@@ -699,7 +699,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Trackpad speed", "Скорость трекпада"), ("Trackpad speed", "Скорость трекпада"),
("Default trackpad speed", "Скорость трекпада по умолчанию"), ("Default trackpad speed", "Скорость трекпада по умолчанию"),
("Numeric one-time password", "Цифровой одноразовый пароль"), ("Numeric one-time password", "Цифровой одноразовый пароль"),
("Enable IPv6 P2P connection", ""), ("Enable IPv6 P2P connection", "Использовать подключение IPv6 P2P"),
("Enable UDP hole punching", ""), ("Enable UDP hole punching", "Использовать UDP hole punching"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }