Update pl.rs (#10901)

This commit is contained in:
Andrzej Rudnik 2025-02-24 16:08:48 +01:00 committed by GitHub
parent c46023bbde
commit 3a5b30a5e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -654,8 +654,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload files", "Wyślij pliki"),
("Clipboard is synchronized", "Schowek jest zsynchronizowany"),
("Update client clipboard", "Uaktualnij schowek klienta"),
("Untagged", ""),
("new-version-of-{}-tip", ""),
("Accessible devices", ""),
("Untagged", "Bez etykiety"),
("new-version-of-{}-tip", "Dostępna jest nowa wersja {}"),
("Accessible devices", "Dostępne urządzenia"),
].iter().cloned().collect();
}