Skip to content

Commit a5b93a9

Browse files
authored
Merge pull request #396 from riklaunim/locale-pl
Add Polish translations.
2 parents 27a16b1 + 880a1af commit a5b93a9

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

src/locale/pl.js

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
export default {
2+
'grapesjs-mjml': {
3+
category: '',
4+
panels: {
5+
buttons: {
6+
undo: 'Cofnij',
7+
redo: 'Ponów',
8+
desktop: 'Desktop',
9+
tablet: 'Tablet',
10+
mobile: 'Mobile',
11+
import: 'Import MJML',
12+
},
13+
import: {
14+
title: 'Import MJML',
15+
button: 'Importuj',
16+
label: '',
17+
},
18+
export: {
19+
title: 'Eksport MJML',
20+
},
21+
},
22+
components: {
23+
names: {
24+
body: 'Body',
25+
button: 'Przycisk',
26+
column: 'Kolumna',
27+
oneColumn: '1 Kolumna',
28+
twoColumn: '2 Kolumny',
29+
threeColumn: '3 Kolumny',
30+
divider: 'Rozdzielacz',
31+
group: 'Grupa',
32+
hero: 'Hero',
33+
image: 'Grafika',
34+
navBar: 'Pasek nawigacyjny',
35+
navLink: 'Odnośnik paska nawigacyjnego',
36+
section: 'Sekcja',
37+
socialGroup: 'Widżet społecznościowy',
38+
socialElement: 'Element społecznościowy',
39+
spacer: 'Odstęp',
40+
text: 'Tekst',
41+
wrapper: 'Grupa elementów',
42+
raw: 'Surowy kod',
43+
},
44+
}
45+
},
46+
};

0 commit comments

Comments
 (0)