Update ru.rs (#9421)

This commit is contained in:
solokot
2024-09-22 14:06:45 +03:00
committed by GitHub
Unverified
parent 1d799483d7
commit 5f52ce2c1b

View File

@@ -645,7 +645,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Resume", "Продолжить"),
("Invalid file name", "Неправильное имя файла"),
("one-way-file-transfer-tip", "На управляемой стороне включена односторонняя передача файлов."),
("Authentication Required", ""),
("Authenticate", ""),
("Authentication Required", "Требуется аутентификация"),
("Authenticate", "Аутентификация"),
].iter().cloned().collect();
}