[tx-robot] updated from transifex
parent
561f8f3eaf
commit
207d3d680d
27
l10n/pl.js
27
l10n/pl.js
|
@ -2,6 +2,32 @@ OC.L10N.register(
|
|||
"weather",
|
||||
{
|
||||
"Weather" : "Pogoda",
|
||||
"Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "Błąd krytyczny: sprawdź swój nextcloud.log i wyślij raport o błędzie tutaj: https://github.com/nextcloud/weather/issues",
|
||||
"Failed to set metric. Please contact your administrator" : "Nie można ustawić metryki. Skontaktuj się z administratorem",
|
||||
"This metric is not known." : "Ta metryka nie jest znana.",
|
||||
"North" : "Północ",
|
||||
"North-East" : "Północny wschód",
|
||||
"East" : "Wschód",
|
||||
"South-East" : "Południowy wschód",
|
||||
"South" : "Południe",
|
||||
"South-West" : "Południowy zachód",
|
||||
"West" : "Zachód",
|
||||
"North-West" : "Północny zachód",
|
||||
"Failed to get city weather informations. Please contact your administrator" : "Nie udało się uzyskać informacji o pogodzie miasta. Skontaktuj się z administratorem",
|
||||
"No city with this name found." : "Nie znaleziono miasta o tej nazwie.",
|
||||
"Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional Settings of the Administration" : "Twój klucz API OpenWeatherMap jest nieprawidłowy. Skontaktuj się z administratorem, aby skonfigurować prawidłowy klucz API w dodatkowych ustawieniach administratora",
|
||||
"Empty city name !" : "Pusta nazwa miasta!",
|
||||
"Failed to add city. Please contact your administrator" : "Nie można dodać miasta. Skontaktuj się z administratorem",
|
||||
"This city is already registered for your account." : "To miasto jest już zarejestrowane na Twoim koncie.",
|
||||
"Failed to remove city. Please contact your administrator" : "Nie udało się usunąć miasta. Skontaktuj się z administratorem",
|
||||
"Failed to set home. Please contact your administrator" : "Nie udało się ustawić domu. Skontaktuj się z administratorem",
|
||||
"Monday" : "Poniedziałek",
|
||||
"Tuesday" : "Wtorek",
|
||||
"Wednesday" : "Środa",
|
||||
"Thursday" : "Czwartek",
|
||||
"Friday" : "Piątek",
|
||||
"Saturday" : "Sobota",
|
||||
"Sunday" : "Niedziela",
|
||||
"Watch the weather directly on your Nextcloud." : "Oglądaj pogodę bezpośrednio na swoim Nextcloud.",
|
||||
"OpenWeatherMap API Key" : "Klucz API OpenWeatherMap",
|
||||
"Save" : "Zapisz",
|
||||
|
@ -19,6 +45,7 @@ OC.L10N.register(
|
|||
"Wind" : "Wiatr",
|
||||
"Sunrise" : "Wschód",
|
||||
"Sunset" : "Zachód",
|
||||
"Date" : "Data",
|
||||
"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);");
|
||||
|
|
27
l10n/pl.json
27
l10n/pl.json
|
@ -1,5 +1,31 @@
|
|||
{ "translations": {
|
||||
"Weather" : "Pogoda",
|
||||
"Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "Błąd krytyczny: sprawdź swój nextcloud.log i wyślij raport o błędzie tutaj: https://github.com/nextcloud/weather/issues",
|
||||
"Failed to set metric. Please contact your administrator" : "Nie można ustawić metryki. Skontaktuj się z administratorem",
|
||||
"This metric is not known." : "Ta metryka nie jest znana.",
|
||||
"North" : "Północ",
|
||||
"North-East" : "Północny wschód",
|
||||
"East" : "Wschód",
|
||||
"South-East" : "Południowy wschód",
|
||||
"South" : "Południe",
|
||||
"South-West" : "Południowy zachód",
|
||||
"West" : "Zachód",
|
||||
"North-West" : "Północny zachód",
|
||||
"Failed to get city weather informations. Please contact your administrator" : "Nie udało się uzyskać informacji o pogodzie miasta. Skontaktuj się z administratorem",
|
||||
"No city with this name found." : "Nie znaleziono miasta o tej nazwie.",
|
||||
"Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional Settings of the Administration" : "Twój klucz API OpenWeatherMap jest nieprawidłowy. Skontaktuj się z administratorem, aby skonfigurować prawidłowy klucz API w dodatkowych ustawieniach administratora",
|
||||
"Empty city name !" : "Pusta nazwa miasta!",
|
||||
"Failed to add city. Please contact your administrator" : "Nie można dodać miasta. Skontaktuj się z administratorem",
|
||||
"This city is already registered for your account." : "To miasto jest już zarejestrowane na Twoim koncie.",
|
||||
"Failed to remove city. Please contact your administrator" : "Nie udało się usunąć miasta. Skontaktuj się z administratorem",
|
||||
"Failed to set home. Please contact your administrator" : "Nie udało się ustawić domu. Skontaktuj się z administratorem",
|
||||
"Monday" : "Poniedziałek",
|
||||
"Tuesday" : "Wtorek",
|
||||
"Wednesday" : "Środa",
|
||||
"Thursday" : "Czwartek",
|
||||
"Friday" : "Piątek",
|
||||
"Saturday" : "Sobota",
|
||||
"Sunday" : "Niedziela",
|
||||
"Watch the weather directly on your Nextcloud." : "Oglądaj pogodę bezpośrednio na swoim Nextcloud.",
|
||||
"OpenWeatherMap API Key" : "Klucz API OpenWeatherMap",
|
||||
"Save" : "Zapisz",
|
||||
|
@ -17,6 +43,7 @@
|
|||
"Wind" : "Wiatr",
|
||||
"Sunrise" : "Wschód",
|
||||
"Sunset" : "Zachód",
|
||||
"Date" : "Data",
|
||||
"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);"
|
||||
}
|
Loading…
Reference in New Issue