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

pl.json « l10n « dashboard « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7bd6b5a2189f09683e9e9fd2437e7e58daa3a63f (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
{ "translations": {
    "Dashboard" : "Pulpit",
    "Dashboard app" : "Aplikacja Pulpit",
    "Show something" : "Pokaż coś",
    "Customize" : "Dostosuj",
    "Edit widgets" : "Edytuj widżety",
    "Change background image" : "Zmień obraz tła",
    "Weather service" : "Serwis pogodowy",
    "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Ze względu na Twoją prywatność dane pogodowe są pobierane przez serwer Nextcloud w Twoim imieniu. Usługa pogodowa nie otrzymuje żadnych danych osobowych.",
    "Weather data from Met.no" : "Dane pogodowe z Met.no",
    "geocoding with Nominatim" : "geokodowanie z Nominatim",
    "elevation data from OpenTopoData" : "dane wysokościowe z OpenTopoData",
    "Weather" : "Pogoda",
    "Status" : "Status",
    "Good morning" : "Dzień dobry",
    "Good morning, {name}" : "Dzień dobry, {name}",
    "Good afternoon" : "Dzień dobry",
    "Good afternoon, {name}" : "Dzień dobry, {name}",
    "Good evening" : "Dobry wieczór",
    "Good evening, {name}" : "Dobry wieczór, {name}",
    "Hello" : "Witaj",
    "Hello, {name}" : "Witaj, {name}",
    "Pick from Files" : "Wybierz z Plików",
    "Default images" : "Obrazy domyślne",
    "Plain background" : "Zwykłe tło",
    "Insert from {productName}" : "Wstaw z {productName}",
    "Get more widgets from the app store" : "Pobierz więcej widżetów ze sklepu z aplikacjami",
    "Good night, {name}" : "Dobranoc, {name}",
    "Good night" : "Dobranoc",
    "Pick from files" : "Wybierz z Plików"
},"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);"
}