From cd67d1e3234554cbc08f0ab10bf1d5bba25fe60d Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 30 Aug 2017 00:26:30 +0000 Subject: [PATCH] [tx-robot] updated from transifex --- l10n/pl.js | 23 +++++++++++++++++++++++ l10n/pl.json | 21 +++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 l10n/pl.js create mode 100644 l10n/pl.json diff --git a/l10n/pl.js b/l10n/pl.js new file mode 100644 index 0000000..ccf099f --- /dev/null +++ b/l10n/pl.js @@ -0,0 +1,23 @@ +OC.L10N.register( + "weather", + { + "Weather" : "Pogoda", + "OpenWeatherMap API Key" : "Klucz API OpenWeatherMap", + "Save" : "Zapisz", + "Add a city" : "Dodaj miasto", + "Add city" : "Dodaj miasto", + "City name" : "Nazwa miasta", + "Add" : "Dodaj", + "Cancel" : "Anuluj", + "Settings" : "Ustawienia", + "Click here to get an API key" : "Kliknij tutaj aby zdobyć klucz API", + "Pressure" : "Ciśnienie", + "Humidity" : "Wilgotność", + "Cloudiness" : "Zachmurzenie", + "Wind" : "Wiatr", + "Sunrise" : "Wschód", + "Sunset" : "Zachód", + "Hour" : "Godzina", + "Temperature" : "Temperatura" +}, +"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);"); diff --git a/l10n/pl.json b/l10n/pl.json new file mode 100644 index 0000000..4dad33c --- /dev/null +++ b/l10n/pl.json @@ -0,0 +1,21 @@ +{ "translations": { + "Weather" : "Pogoda", + "OpenWeatherMap API Key" : "Klucz API OpenWeatherMap", + "Save" : "Zapisz", + "Add a city" : "Dodaj miasto", + "Add city" : "Dodaj miasto", + "City name" : "Nazwa miasta", + "Add" : "Dodaj", + "Cancel" : "Anuluj", + "Settings" : "Ustawienia", + "Click here to get an API key" : "Kliknij tutaj aby zdobyć klucz API", + "Pressure" : "Ciśnienie", + "Humidity" : "Wilgotność", + "Cloudiness" : "Zachmurzenie", + "Wind" : "Wiatr", + "Sunrise" : "Wschód", + "Sunset" : "Zachód", + "Hour" : "Godzina", + "Temperature" : "Temperatura" +},"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