Update ru.rs

This commit is contained in:
solokot 2023-08-10 07:55:48 +03:00 committed by GitHub
parent 67c90eda4b
commit c4f642258b
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();
}