Updated ru.rs

This commit is contained in:
solokot 2022-11-12 15:01:13 +03:00 committed by GitHub
parent 082839ea91
commit 30ed047335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -387,7 +387,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Please Select the screen to be shared(Operate on the peer side).", "Пожалуйста, выберите экран для совместного использования (работайте на одноранговой стороне)."),
("Show RustDesk", "Показать RustDesk"),
("This PC", "Этот компьютер"),
("or", ""),
("Continue with", ""),
("or", "или"),
("Continue with", "Продолжить с"),
].iter().cloned().collect();
}