Skip to content

Commit

Permalink
Merge pull request #4109 from solokot/master
Browse files Browse the repository at this point in the history
Update ru.rs
  • Loading branch information
rustdesk committed Apr 19, 2023
2 parents 3c6c56c + 50ed2b9 commit f7db945
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/lang/ru.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

0 comments on commit f7db945

Please sign in to comment.