Skip to content

Commit

Permalink
Update ru.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
solokot authored Apr 19, 2023
1 parent 3c6c56c commit 50ed2b9
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 50ed2b9

Please sign in to comment.