Merge pull request #5322 from solokot/master

Update ru.rs
This commit is contained in:
RustDesk 2023-08-10 16:41:04 +08:00 committed by GitHub
commit aaa03db69c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", "Сортировка меток"),
("Open connection in new tab", "Открыть подключение в новой вкладке"),
("Move tab to new window", "Переместить вкладку в отдельное окно"),
("Can not be empty", ""),
("Already exists", ""),
("Can not be empty", "Не может быть пустым"),
("Already exists", "Уже существует"),
].iter().cloned().collect();
}