Updated Polish translation (#10019)

* Update pl.rs

* Update README-PL.md
This commit is contained in:
Andrzej Rudnik
2024-11-23 01:41:25 +01:00
committed by GitHub
parent ab6a6ca17d
commit 02c274aeb6
2 changed files with 5 additions and 1 deletions

View File

@@ -653,6 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", "Wyślij folder"),
("Upload files", "Wyślij pliki"),
("Clipboard is synchronized", "Schowek jest zsynchronizowany"),
("Update client clipboard", ""),
("Update client clipboard", "Uaktualnij schowek klienta"),
].iter().cloned().collect();
}