Update ru.rs (#14386)

This commit is contained in:
solokot 2026-02-26 13:28:09 +03:00 committed by GitHub
parent 3cc3315081
commit fd43184406
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -739,6 +739,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("keep-awake-during-outgoing-sessions-label", "Не отключать экран во время исходящих сеансов"),
("keep-awake-during-incoming-sessions-label", "Не отключать экран во время входящих сеансов"),
("Continue with {}", "Продолжить с {}"),
("Display Name", ""),
("Display Name", "Отображаемое имя"),
].iter().cloned().collect();
}