Skip to content

Commit

Permalink
Update uk.rs (rustdesk#9416)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nollasko authored Sep 20, 2024
1 parent 2e314bf commit a516f01
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/lang/uk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Paste", "Вставити"),
("Paste here?", "Вставити сюди?"),
("Are you sure to close the connection?", "Ви впевнені, що хочете завершити підключення?"),
("Download new version", "Завантажити нову версію"),
("Download new version", "Завантажте нову версію"),
("Touch mode", "Сенсорний режим"),
("Mouse mode", "Режим миші"),
("One-Finger Tap", "Дотик одним пальцем"),
Expand Down Expand Up @@ -636,16 +636,16 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Requires at least {} characters", "Потрібно щонайменше {} символів"),
("Wrong PIN", "Неправильний PIN-код"),
("Set PIN", "Встановити PIN-код"),
("Enable trusted devices", ""),
("Manage trusted devices", ""),
("Platform", ""),
("Days remaining", ""),
("enable-trusted-devices-tip", ""),
("Parent directory", ""),
("Resume", ""),
("Invalid file name", ""),
("one-way-file-transfer-tip", ""),
("Authentication Required", ""),
("Authenticate", ""),
("Enable trusted devices", "Увімкнути довірені пристрої"),
("Manage trusted devices", "Керувати довіреними пристроями"),
("Platform", "Платформа"),
("Days remaining", "Залишилося днів"),
("enable-trusted-devices-tip", "Дозволити довіреним пристроям пропускати двофакторну автентифікацію?"),
("Parent directory", "Батьківський каталог"),
("Resume", "Продовжити"),
("Invalid file name", "Неправильне ім'я файлу"),
("one-way-file-transfer-tip", "На керованій стороні ввімкнено одностороннє передавання файлів."),
("Authentication Required", "Потрібна автентифікація"),
("Authenticate", "Автентифікувати"),
].iter().cloned().collect();
}

0 comments on commit a516f01

Please sign in to comment.