Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pl.json « l10n « weather_status « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7828ddc1700f7431c6a8d299e1db23ae344ae34a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{ "translations": {
    "Unknown address" : "Nieznany adres",
    "No result." : "Brak wyników.",
    "Malformed JSON data." : "Nieprawidłowe dane JSON.",
    "Error" : "Błąd",
    "Weather status" : "Stan pogody",
    "Weather status in your dashboard" : "Stan pogody na pulpicie",
    "Weather status integrated in the Dashboard app.\n    User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n    This status can also be integrated in other places like the Calendar app." : "Stan pogody zintegrowany z aplikacją Pulpit.\n    Pozycja użytkownika może być określana automatycznie lub ręcznie. Następnie wyświetlana jest prognoza na 6 godzin.\n    Stan pogody można również zintegrować w innych miejscach np. w aplikacji Kalendarz.",
    "Detect location" : "Wykryj lokalizację",
    "Set custom address" : "Ustaw adres własny",
    "Favorites" : "Ulubione",
    "{temperature} {unit} clear sky later today" : "{temperature} {unit} bezchmurne niebo później dzisiaj",
    "{temperature} {unit} clear sky" : "{temperature} {unit} czyste niebo",
    "{temperature} {unit} cloudy later today" : "{temperature} {unit} pochmurno później dzisiaj",
    "{temperature} {unit} cloudy" : "{temperature} {unit} pochmurno",
    "{temperature} {unit} fair weather later today" : "{temperature} {unit} ładna pogoda później dzisiaj",
    "{temperature} {unit} fair weather" : "{temperature} {unit} ładna pogoda",
    "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} częściowe zachmurzenie później dzisiaj",
    "{temperature} {unit} partly cloudy" : "{temperature} {unit} częściowe zachmurzenie",
    "{temperature} {unit} foggy later today" : "{temperature} {unit} mgła później dzisiaj",
    "{temperature} {unit} foggy" : "{temperature} {unit} mgła",
    "{temperature} {unit} light rain later today" : "{temperature} {unit} lekkie opady deszczu później dzisiaj",
    "{temperature} {unit} light rain" : "{temperature} {unit} lekkie opady deszczu",
    "{temperature} {unit} rain later today" : "{temperature} {unit} opady deszczu później dzisiaj",
    "{temperature} {unit} rain" : "{temperature} {unit} opady deszczu",
    "{temperature} {unit} heavy rain later today" : "{temperature} {unit} ulewne opady deszczu później dzisiaj",
    "{temperature} {unit} heavy rain" : "{temperature} {unit} ulewne opady deszczu",
    "{temperature} {unit} rain showers later today" : "{temperature} {unit} przelotne opady deszczu później dzisiaj",
    "{temperature} {unit} rain showers" : "{temperature} {unit} przelotne opady deszczu",
    "{temperature} {unit} light rain showers later today" : "{temperature} {unit} lekkie przelotne opady deszczu później dzisiaj",
    "{temperature} {unit} light rain showers" : "{temperature} {unit} lekkie przelotne opady deszczu",
    "{temperature} {unit} heavy rain showers later today" : "{temperature} {unit} obfite opady deszczu później dzisiaj",
    "{temperature} {unit} heavy rain showers" : "{temperature} {unit} ulewne opady deszczu",
    "More weather for {adr}" : "Więcej pogody dla {adr}",
    "Loading weather" : "Wczytywanie pogody",
    "Remove from favorites" : "Usuń z ulubionych",
    "Add as favorite" : "Dodaj jako ulubione",
    "You are not logged in." : "Nie jesteś zalogowany.",
    "There was an error getting the weather status information." : "Wystąpił błąd podczas pobierania informacji o stanie pogody.",
    "No weather information found" : "Nie znaleziono informacji o pogodzie",
    "Location not found" : "Nie znaleziono lokalizacji",
    "There was an error setting the location address." : "Wystąpił błąd podczas ustawiania adresu lokalizacji.",
    "There was an error setting the location." : "Wystąpił błąd podczas ustawiania lokalizacji.",
    "There was an error saving the mode." : "Wystąpił błąd podczas zapisywania trybu.",
    "There was an error using personal address." : "Wystąpił błąd podczas korzystania z własnego adresu.",
    "Set location for weather" : "Ustaw lokalizację dla pogody",
    "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Bezchmurne niebo do {time}",
    "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} Pochmurno do {time}",
    "{temperature} {unit} Fair day at {time}" : "{temperature} {unit} Przyzwoity dzień do {time}",
    "{temperature} {unit} Fair night at {time}" : "{temperature} {unit} Przyzwoita noc do {time}",
    "{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} Częściowe zachmurzenie do {time}",
    "{temperature} {unit} Foggy at {time}" : "{temperature} {unit} Mgła do {time}",
    "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Lekkie opady deszczu do {time}",
    "{temperature} {unit} Rain at {time}" : "{temperature} {unit} Opady deszczu do {time}",
    "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} Ulewne opady deszczu do {time}",
    "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} Przelotne opady deszczu do {time}",
    "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} Słabe przelotne opady deszczu do {time}",
    "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Ulewne opady deszczu do {time}"
},"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);"
}