Update ru.rs

This commit is contained in:
solokot 2023-02-20 13:42:23 +03:00 committed by GitHub
parent ba7ac43d81
commit c76b971add
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", "О программе"),