Merge pull request #4109 from solokot/master

Update ru.rs
This commit is contained in:
RustDesk 2023-04-19 19:10:29 +08:00 committed by GitHub
commit f7db94587c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -492,11 +492,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("no_desktop_title_tip", "Нет доступных рабочих столов"),
("no_desktop_text_tip", "Установите GNOME Desktop"),
("No need to elevate", "Повышение прав не требуется"),
("System Sound", ""),
("Default", ""),
("New RDP", ""),
("Fingerprint", ""),
("Copy Fingerprint", ""),
("no fingerprints", ""),
("System Sound", "Системный звук"),
("Default", "По умолчанию"),
("New RDP", "Новый RDP"),
("Fingerprint", "Отпечаток"),
("Copy Fingerprint", "Копировать отпечаток"),
("no fingerprints", "отпечатки отсутствуют"),
].iter().cloned().collect();
}