File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change
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
+ } ;
You can’t perform that action at this time.
0 commit comments