From 3a5b30a5e7064bd0b715733689884b3e8de96e83 Mon Sep 17 00:00:00 2001 From: Andrzej Rudnik Date: Mon, 24 Feb 2025 16:08:48 +0100 Subject: [PATCH] Update pl.rs (#10901) --- src/lang/pl.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lang/pl.rs b/src/lang/pl.rs index a8848bc95..3d4dd3ac7 100644 --- a/src/lang/pl.rs +++ b/src/lang/pl.rs @@ -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(); }