Merge pull request #3294 from solokot/master

Update ru.rs
This commit is contained in:
RustDesk 2023-02-20 19:20:55 +08:00 committed by GitHub
commit 9536c7d27d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,10 +37,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Clipboard is empty", "Буфер обмена пуст"),
("Stop service", "Остановить службу"),
("Change ID", "Изменить ID"),
("Your new ID", ""),
("length %min% to %max%", ""),
("starts with a letter", ""),
("allowed characters", ""),
("Your new ID", "Новый ID"),
("length %min% to %max%", "длина %min%...%max%"),
("starts with a letter", "начинается с буквы"),
("allowed characters", "допустимые символы"),
("id_change_tip", "Допускаются только символы a-z, A-Z, 0-9 и _ (подчёркивание). Первой должна быть буква a-z, A-Z. Длина от 6 до 16."),
("Website", "Сайт"),
("About", "О программе"),