From 61092169045f90451ce020fd9012dbe78bb1d4a9 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 3 Nov 2021 23:22:43 +0100 Subject: Complete translation from "js" --- l10n/pl.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/l10n/pl.json b/l10n/pl.json index 71575a8..eee282b 100644 --- a/l10n/pl.json +++ b/l10n/pl.json @@ -1,7 +1,9 @@ { "translations": { "Custom CSS" : "Niestandardowe CSS", - "You can specify your own CSS here. Be aware that this might break something after upgrade." : "Tutaj możesz określić swój własny CSS. Pamiętaj, że po aktualizacji może to coś zepsuć.", - "Insert your custom CSS here …" : "Wstaw tutaj swój niestandardowy kod CSS…", - "Save" : "Zapisz" + "You can specify your own CSS here. Be aware that this might break something after upgrade." : "Tutaj możesz określić swój własny CSS. Pamiętaj, że po aktualizacji może to coś zepsuć.", + "Insert your custom CSS here …" : "Wstaw tutaj swój niestandardowy kod CSS…", + "Save" : "Zapisz", + "Saved" : "Zapisano", + "Error" : "Błąd" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" -} \ No newline at end of file +} -- cgit v1.2.3