From 9b0e7d0f452f9a125ce4b82ad4a63c33aa630385 Mon Sep 17 00:00:00 2001 From: UwUnyaa Date: Fri, 14 Jan 2022 20:12:58 +0000 Subject: [PATCH] Translated using Weblate (Polish) Currently translated at 60.6% (2062 of 3402 strings) Translation: Element Web/matrix-react-sdk Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/pl/ --- src/i18n/strings/pl.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/i18n/strings/pl.json b/src/i18n/strings/pl.json index fb0b3689a0..cefa73352f 100644 --- a/src/i18n/strings/pl.json +++ b/src/i18n/strings/pl.json @@ -2096,8 +2096,8 @@ "%(date)s at %(time)s": "%(date)s o %(time)s", "%(senderDisplayName)s changed the server ACLs for this room.": "%(senderDisplayName)s zmienił ACLe serwera dla pokoju.", "Prepends ┬──┬ ノ( ゜-゜ノ) to a plain-text message": "Dodaje ┬──┬ ノ( ゜-゜ノ) na początku wiadomości tekstowej", - "%(targetName)s accepted an invitation": "%(targetName)s zaakceptował zaproszenie", - "%(targetName)s accepted the invitation for %(displayName)s": "%(targetName)s zaakceptował zaproszenie dla %(displayName)s", + "%(targetName)s accepted an invitation": "%(targetName)s zaakceptował(-a) zaproszenie", + "%(targetName)s accepted the invitation for %(displayName)s": "%(targetName)s zaakceptował(-a) zaproszenie dla %(displayName)s", "Takes the call in the current room off hold": "Odwiesza połączenie w obecnym pokoju", "No active call in this room": "Brak aktywnych połączeń w tym pokoju", "Places the call in the current room on hold": "Zawiesza połączenie w obecnym pokoju", @@ -2121,5 +2121,10 @@ "Calls are unsupported": "Rozmowy nie są obsługiwane", "Some examples of the information being sent to us to help make %(brand)s better includes:": "Przykładowe informacje wysyłane do nas w celu poprawienia %(brand)s zawierają:", "Our complete cookie policy can be found here.": "Nasza pełna polityka cookies znajduje się tutaj.", - "%(senderName)s removed their display name (%(oldDisplayName)s)": "%(senderName)s usunął swoją widoczną nazwę (%(oldDisplayName)s)" + "%(senderName)s removed their display name (%(oldDisplayName)s)": "%(senderName)s usunął swoją widoczną nazwę (%(oldDisplayName)s)", + "%(senderName)s set their display name to %(displayName)s": "%(senderName)s ustawił(-a) widoczną nazwę jako %(displayName)s", + "%(oldDisplayName)s changed their display name to %(displayName)s": "%(oldDisplayName)s zmienił(-a) wyświetlaną nazwę na %(displayName)s", + "%(senderName)s banned %(targetName)s": "%(senderName)s zbanował(-a) %(targetName)s", + "%(senderName)s banned %(targetName)s: %(reason)s": "%(senderName)s zbanował(-a) %(targetName)s: %(reason)s", + "%(senderName)s invited %(targetName)s": "%(senderName)s zaprosił(-a) %(targetName)s" }