Skip to content

Commit 4a1ce83

Browse files
committed
Add Polish locale.
1 parent fe13b28 commit 4a1ce83

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

dist/locales/pl.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"name": "pl",
3+
"options": {
4+
"months": [
5+
"Styczeń",
6+
"Luty",
7+
"Marzec",
8+
"Kwiecień",
9+
"Maj",
10+
"Czerwiec",
11+
"Lipiec",
12+
"Sierpień",
13+
"Wrzesień",
14+
"Październik",
15+
"Listopad",
16+
"Grudzień"
17+
],
18+
"shortMonths": [
19+
"Sty",
20+
"Lut",
21+
"Mar",
22+
"Kwi",
23+
"Maj",
24+
"Cze",
25+
"Lip",
26+
"Sie",
27+
"Wrz",
28+
"Paź",
29+
"Lis",
30+
"Gru"
31+
],
32+
"days": [
33+
"Niedziela",
34+
"Poniedziałek",
35+
"Wtorek",
36+
"Środa",
37+
"Czwartek",
38+
"Piątek",
39+
"Sobota"
40+
],
41+
"shortDays": ["Nd", "Pn", "Wt", "Śr", "Cz", "Pt", "Sb"],
42+
"toolbar": {
43+
"exportToSVG": "Pobierz SVG",
44+
"exportToPNG": "Pobierz PNG",
45+
"exportToCSV": "Pobierz CSV",
46+
"menu": "Menu",
47+
"selection": "Wybieranie",
48+
"selectionZoom": "Zoom: Wybieranie",
49+
"zoomIn": "Zoom: Przybliż",
50+
"zoomOut": "Zoom: Oddaj",
51+
"pan": "Przesuwanie",
52+
"reset": "Resetuj"
53+
}
54+
}
55+
}

0 commit comments

Comments
 (0)