Update ru.rs (#9962)
Some checks are pending
CI / ${{ matrix.job.target }} (${{ matrix.job.os }}) (map[os:ubuntu-20.04 target:x86_64-unknown-linux-gnu]) (push) Waiting to run
Full Flutter CI / run-ci (push) Waiting to run

This commit is contained in:
solokot 2024-11-19 03:15:50 +03:00 committed by GitHub
parent b990ff3782
commit 251e1a3487
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -653,6 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", "Загрузить папку"),
("Upload files", "Загрузить файлы"),
("Clipboard is synchronized", "Буфер обмена синхронизирован"),
("Update client clipboard", ""),
("Update client clipboard", "Обновить буфер обмена клиента"),
].iter().cloned().collect();
}