From 72d0671badd263d14cbbb958c7a76159846d47b5 Mon Sep 17 00:00:00 2001 From: dntAtMe <43831256+dntAtMe@users.noreply.github.com> Date: Wed, 17 May 2023 22:31:54 +0200 Subject: [PATCH] feat(locales): polish locales (#330) --- locales/pl.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/locales/pl.json b/locales/pl.json index d235302..c9449ee 100644 --- a/locales/pl.json +++ b/locales/pl.json @@ -4,11 +4,11 @@ "cancel": "Anuluj", "close": "Zamknij", "confirm": "Potwierdź", - "more": "More..." + "more": "Więcej..." }, - "txadmin_announcement": "Server announcement by %s", - "txadmin_dm": "Direct Message from %s", - "txadmin_warn": "You have been warned by %s", - "txadmin_warn_content": "%s \nAction ID: %s", - "txadmin_scheduledrestart": "Scheduled Restart" + "txadmin_announcement": "Ogłoszenie serwerowe od %s", + "txadmin_dm": "Prywatna wiadomość od %s", + "txadmin_warn": "Dostałeś ostrzeżenie od %s", + "txadmin_warn_content": "%s \nID Akcji: %s", + "txadmin_scheduledrestart": "Zaplanowany Restart" }