From 02c274aeb61825acc756cce36ec95ec84fcd9447 Mon Sep 17 00:00:00 2001 From: Andrzej Rudnik Date: Sat, 23 Nov 2024 01:41:25 +0100 Subject: [PATCH] Updated Polish translation (#10019) * Update pl.rs * Update README-PL.md --- docs/README-PL.md | 4 ++++ src/lang/pl.rs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/README-PL.md b/docs/README-PL.md index 4d3464d41..295564457 100644 --- a/docs/README-PL.md +++ b/docs/README-PL.md @@ -164,3 +164,7 @@ Upewnij się, że uruchamiasz te polecenia z katalogu głównego repozytorium Ru ![image](https://user-images.githubusercontent.com/71636191/113112857-3fbd5d80-923c-11eb-9836-768325faf906.png) ![image](https://user-images.githubusercontent.com/71636191/135385039-38fdbd72-379a-422d-b97f-33df71fb1cec.png) + +## [Serwery publiczne](#public-servers) + +RustDesk jest obsługiwany przez bezpłatne serwer w Unii Europejskiej, uprzejmie dostarczony przez [Codext GmbH](https://codext.link/rustdesk?utm_source=github) diff --git a/src/lang/pl.rs b/src/lang/pl.rs index fb77c9abb..b6cc5318a 100644 --- a/src/lang/pl.rs +++ b/src/lang/pl.rs @@ -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(); }