tiptapify 0.0.8 → 0.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/README.md +25 -2
  2. package/dist/tiptapify.css +1 -1
  3. package/dist/tiptapify.mjs +26215 -22992
  4. package/dist/tiptapify.umd.js +39 -39
  5. package/index.d.ts +49 -0
  6. package/package.json +10 -8
  7. package/src/components/Footer.vue +48 -6
  8. package/src/components/Tiptapify.vue +37 -29
  9. package/src/components/Toolbar/Group.vue +13 -14
  10. package/src/components/Toolbar/GroupBtn.vue +30 -0
  11. package/src/components/Toolbar/GroupDropdown.vue +4 -8
  12. package/src/components/Toolbar/Index.vue +26 -77
  13. package/src/components/Toolbar/Items.vue +77 -0
  14. package/src/components/Toolbar/defaultExtensionComponents.ts +32 -0
  15. package/src/components/Toolbar/items/format.ts +7 -20
  16. package/src/components/Toolbar/items/formatExtra.ts +1 -1
  17. package/src/components/Toolbar/items/media.ts +1 -1
  18. package/src/components/Toolbar/items/misc.ts +1 -1
  19. package/src/components/Toolbar/items/style.ts +60 -2
  20. package/src/components/Toolbar/items.ts +6 -4
  21. package/src/components/UI/Dialog.vue +141 -0
  22. package/src/components/editorExtensions.ts +3 -7
  23. package/src/extensions/components/ImageDialog.vue +17 -29
  24. package/src/extensions/components/LinkDialog.vue +58 -43
  25. package/src/extensions/components/PreviewDialog.vue +8 -16
  26. package/src/extensions/components/ShowSourceDialog.vue +14 -16
  27. package/src/extensions/components/StyleColor.vue +230 -0
  28. package/src/extensions/components/TableBuilder.vue +4 -8
  29. package/src/i18n/locales/ch.json +118 -0
  30. package/src/i18n/locales/cz.json +118 -0
  31. package/src/i18n/locales/de.json +90 -72
  32. package/src/i18n/locales/en.json +89 -71
  33. package/src/i18n/locales/es.json +90 -72
  34. package/src/i18n/locales/fr.json +91 -72
  35. package/src/i18n/locales/it.json +90 -72
  36. package/src/i18n/locales/la.json +118 -0
  37. package/src/i18n/locales/lt.json +118 -0
  38. package/src/i18n/locales/nl.json +118 -0
  39. package/src/i18n/locales/pl.json +90 -72
  40. package/src/i18n/locales/pt.json +118 -0
  41. package/src/i18n/locales/ru.json +85 -67
  42. package/src/i18n/locales/se.json +118 -0
  43. package/src/i18n/locales/ua.json +86 -68
  44. package/src/types/overridable-extensions.ts +6 -0
@@ -0,0 +1,118 @@
1
+ {
2
+ "content": {
3
+ "placeholder": "Scribe aliquid hic..."
4
+ },
5
+ "style": {
6
+ "paragraph": "Paragraphus",
7
+ "heading": "Titulus",
8
+ "headings": {
9
+ "h1": "Titulus gradus 1",
10
+ "h2": "Titulus gradus 2",
11
+ "h3": "Titulus gradus 3",
12
+ "h4": "Titulus gradus 4",
13
+ "h5": "Titulus gradus 5",
14
+ "h6": "Titulus gradus 6"
15
+ },
16
+ "fontFamily": "Familia litterarum",
17
+ "fontSize": "Magnitudo litterarum",
18
+ "lineHeight": "Altitudo lineae",
19
+ "color": {
20
+ "highlight": "Color illustrationis",
21
+ "text": "Color textus",
22
+ "unset": "Removere colorem",
23
+ "custom": "Color proprius"
24
+ }
25
+ },
26
+ "format": {
27
+ "bold": "Crassus",
28
+ "italic": "Italicus",
29
+ "strike": "Percussus",
30
+ "underline": "Sublineatus",
31
+ "sup": "Superscriptus",
32
+ "sub": "Subscriptus",
33
+ "break": "Fractio dura",
34
+ "line": "Linea horizontalis",
35
+ "blockquote": "Citatio",
36
+ "code": "Codex",
37
+ "codeblock": "Codex blocus",
38
+ "formatClear": "Forma clara"
39
+ },
40
+ "media": {
41
+ "link": "Nexus externus",
42
+ "image": "Imago",
43
+ "tables": {
44
+ "table": "Tabula",
45
+ "insertTable": "Inserere tabulam",
46
+ "deleteTable": "Delere tabulam",
47
+ "insertWithHeaderRow": "Inserere tabulam cum titulo",
48
+ "rows": "Ordines",
49
+ "row": "Ordo",
50
+ "insertRowBefore": "Inserere ordinem ante",
51
+ "insertRowAfter": "Inserere ordinem post",
52
+ "deleteRow": "Delere ordinem",
53
+ "cols": "Columnae",
54
+ "col": "Columna",
55
+ "insertColBefore": "Inserere columnam ante",
56
+ "insertColAfter": "Inserere columnam post",
57
+ "deleteCol": "Delere columnam",
58
+ "mergeCells": "Conjungere cellulas",
59
+ "splitCell": "Dividere cellulam"
60
+ }
61
+ },
62
+ "action": {
63
+ "undo": "Infectum facere",
64
+ "redo": "Iterum facere"
65
+ },
66
+ "alignment": "Directio",
67
+ "alignments": {
68
+ "left": "Sinistra dirigere",
69
+ "center": "Centro dirigere",
70
+ "right": "Dextra dirigere",
71
+ "justify": "Justificare"
72
+ },
73
+ "list": "Catalogus",
74
+ "lists": {
75
+ "bullet": "Catalogus non ordinatus",
76
+ "numbered": "Catalogus numeratus",
77
+ "task": "Catalogus operum",
78
+ "indent": "Elementum intendere",
79
+ "outdent": "Elementum extendere"
80
+ },
81
+ "dialog": {
82
+ "apply": "Applicare",
83
+ "clear": "Purgare",
84
+ "close": "Claudere",
85
+ "image": {
86
+ "title": "Addere/emendare imaginem",
87
+ "src": "Fons",
88
+ "alt": "Alternativus textus",
89
+ "width": "Latitudo",
90
+ "height": "Altitudo"
91
+ },
92
+ "link": {
93
+ "title": "Addere/emendare nexum",
94
+ "href": "Nexus locus",
95
+ "href_error": "Nexus locus invalidus",
96
+ "target": "Aperire in...",
97
+ "target_blank": "Nova fenestra",
98
+ "target_self": "Praesens fenestra",
99
+ "rel": "Rel",
100
+ "class": "CSS classis"
101
+ },
102
+ "preview": {
103
+ "title": "Prospectus"
104
+ },
105
+ "source": {
106
+ "title": "Videre codicem fontem",
107
+ "prettify": "Ornare"
108
+ }
109
+ },
110
+ "misc": {
111
+ "source": "Videre codicem fontem",
112
+ "preview": "Prospectus"
113
+ },
114
+ "footer": {
115
+ "words": "verba",
116
+ "chars": "characteres"
117
+ }
118
+ }
@@ -0,0 +1,118 @@
1
+ {
2
+ "content": {
3
+ "placeholder": "Rašykite ką nors čia..."
4
+ },
5
+ "style": {
6
+ "paragraph": "Pastraipa",
7
+ "heading": "Antraštė",
8
+ "headings": {
9
+ "h1": "Antraštė 1 lygis",
10
+ "h2": "Antraštė 2 lygis",
11
+ "h3": "Antraštė 3 lygis",
12
+ "h4": "Antraštė 4 lygis",
13
+ "h5": "Antraštė 5 lygis",
14
+ "h6": "Antraštė 6 lygis"
15
+ },
16
+ "fontFamily": "Šrifto šeima",
17
+ "fontSize": "Šrifto dydis",
18
+ "lineHeight": "Eilutės aukštis",
19
+ "color": {
20
+ "highlight": "Paryškinimo spalva",
21
+ "text": "Teksto spalva",
22
+ "unset": "Pašalinti spalvą",
23
+ "custom": "Pasirinktinė spalva"
24
+ }
25
+ },
26
+ "format": {
27
+ "bold": "Paryškinti",
28
+ "italic": "Kursyvas",
29
+ "strike": "Perbraukti",
30
+ "underline": "Pabraukti",
31
+ "sup": "Viršutinis indeksas",
32
+ "sub": "Apatinis indeksas",
33
+ "break": "Kietasis lūžis",
34
+ "line": "Horizontali linija",
35
+ "blockquote": "Citata",
36
+ "code": "Kodas",
37
+ "codeblock": "Kodo blokas",
38
+ "formatClear": "Išvalyti formatavimą"
39
+ },
40
+ "media": {
41
+ "link": "Išorinis nuoroda",
42
+ "image": "Vaizdas",
43
+ "tables": {
44
+ "table": "Lentelė",
45
+ "insertTable": "Įterpti lentelę",
46
+ "deleteTable": "Ištrinti lentelę",
47
+ "insertWithHeaderRow": "Įterpti lentelę su antrašte",
48
+ "rows": "Eilutės",
49
+ "row": "Eilutė",
50
+ "insertRowBefore": "Įterpti eilutę prieš",
51
+ "insertRowAfter": "Įterpti eilutę po",
52
+ "deleteRow": "Ištrinti eilutę",
53
+ "cols": "Stulpeliai",
54
+ "col": "Stulpelis",
55
+ "insertColBefore": "Įterpti stulpelį prieš",
56
+ "insertColAfter": "Įterpti stulpelį po",
57
+ "deleteCol": "Ištrinti stulpelį",
58
+ "mergeCells": "Sujungti langelius",
59
+ "splitCell": "Padalinti langelį"
60
+ }
61
+ },
62
+ "action": {
63
+ "undo": "Atšaukti",
64
+ "redo": "Pakartoti"
65
+ },
66
+ "alignment": "Lygiavimas",
67
+ "alignments": {
68
+ "left": "Lygiuoti kairėje",
69
+ "center": "Lygiuoti centre",
70
+ "right": "Lygiuoti dešinėje",
71
+ "justify": "Išlygiuoti"
72
+ },
73
+ "list": "Sąrašas",
74
+ "lists": {
75
+ "bullet": "Netvarkingas sąrašas",
76
+ "numbered": "Numeruotas sąrašas",
77
+ "task": "Užduočių sąrašas",
78
+ "indent": "Įtraukti elementą",
79
+ "outdent": "Ištraukti elementą"
80
+ },
81
+ "dialog": {
82
+ "apply": "Taikyti",
83
+ "clear": "Išvalyti",
84
+ "close": "Uždaryti",
85
+ "image": {
86
+ "title": "Pridėti/redaguoti vaizdą",
87
+ "src": "Šaltinis",
88
+ "alt": "Alternatyvus tekstas",
89
+ "width": "Plotis",
90
+ "height": "Aukštis"
91
+ },
92
+ "link": {
93
+ "title": "Pridėti/redaguoti nuorodą",
94
+ "href": "Nuorodos adresas",
95
+ "href_error": "Netinkamas nuorodos adresas",
96
+ "target": "Atidaryti...",
97
+ "target_blank": "Naujame lange",
98
+ "target_self": "Dabartiniame lange",
99
+ "rel": "Rel",
100
+ "class": "CSS klasė"
101
+ },
102
+ "preview": {
103
+ "title": "Peržiūra"
104
+ },
105
+ "source": {
106
+ "title": "Rodyti šaltinio kodą",
107
+ "prettify": "Gražinti"
108
+ }
109
+ },
110
+ "misc": {
111
+ "source": "Rodyti šaltinio kodą",
112
+ "preview": "Peržiūra"
113
+ },
114
+ "footer": {
115
+ "words": "žodžiai",
116
+ "chars": "simboliai"
117
+ }
118
+ }
@@ -0,0 +1,118 @@
1
+ {
2
+ "content": {
3
+ "placeholder": "Schrijf hier iets..."
4
+ },
5
+ "style": {
6
+ "paragraph": "Paragraaf",
7
+ "heading": "Koptekst",
8
+ "headings": {
9
+ "h1": "Koptekst niveau 1",
10
+ "h2": "Koptekst niveau 2",
11
+ "h3": "Koptekst niveau 3",
12
+ "h4": "Koptekst niveau 4",
13
+ "h5": "Koptekst niveau 5",
14
+ "h6": "Koptekst niveau 6"
15
+ },
16
+ "fontFamily": "Lettertypefamilie",
17
+ "fontSize": "Lettergrootte",
18
+ "lineHeight": "Regelhoogte",
19
+ "color": {
20
+ "highlight": "Markeringskleur",
21
+ "text": "Tekstkleur",
22
+ "unset": "Kleur verwijderen",
23
+ "custom": "Aangepaste kleur"
24
+ }
25
+ },
26
+ "format": {
27
+ "bold": "Vet",
28
+ "italic": "Cursief",
29
+ "strike": "Doorgestreept",
30
+ "underline": "Onderstreept",
31
+ "sup": "Superscript",
32
+ "sub": "Subscript",
33
+ "break": "Harde regeleinde",
34
+ "line": "Horizontale lijn",
35
+ "blockquote": "Citaat",
36
+ "code": "Code",
37
+ "codeblock": "Codeblok",
38
+ "formatClear": "Opmaak wissen"
39
+ },
40
+ "media": {
41
+ "link": "Externe link",
42
+ "image": "Afbeelding",
43
+ "tables": {
44
+ "table": "Tabel",
45
+ "insertTable": "Tabel invoegen",
46
+ "deleteTable": "Tabel verwijderen",
47
+ "insertWithHeaderRow": "Tabel met koptekst invoegen",
48
+ "rows": "Rijen",
49
+ "row": "Rij",
50
+ "insertRowBefore": "Rij ervoor invoegen",
51
+ "insertRowAfter": "Rij erna invoegen",
52
+ "deleteRow": "Rij verwijderen",
53
+ "cols": "Kolommen",
54
+ "col": "Kolom",
55
+ "insertColBefore": "Kolom ervoor invoegen",
56
+ "insertColAfter": "Kolom erna invoegen",
57
+ "deleteCol": "Kolom verwijderen",
58
+ "mergeCells": "Cellen samenvoegen",
59
+ "splitCell": "Cel splitsen"
60
+ }
61
+ },
62
+ "action": {
63
+ "undo": "Ongedaan maken",
64
+ "redo": "Opnieuw doen"
65
+ },
66
+ "alignment": "Uitlijning",
67
+ "alignments": {
68
+ "left": "Links uitlijnen",
69
+ "center": "Gecentreerd uitlijnen",
70
+ "right": "Rechts uitlijnen",
71
+ "justify": "Uitvullen"
72
+ },
73
+ "list": "Lijst",
74
+ "lists": {
75
+ "bullet": "Ongeordende lijst",
76
+ "numbered": "Genummerde lijst",
77
+ "task": "Takenlijst",
78
+ "indent": "Item inspringen",
79
+ "outdent": "Inspringen ongedaan maken"
80
+ },
81
+ "dialog": {
82
+ "apply": "Toepassen",
83
+ "clear": "Wissen",
84
+ "close": "Sluiten",
85
+ "image": {
86
+ "title": "Afbeelding toevoegen/bewerken",
87
+ "src": "Bron",
88
+ "alt": "Alternatieve tekst",
89
+ "width": "Breedte",
90
+ "height": "Hoogte"
91
+ },
92
+ "link": {
93
+ "title": "Link toevoegen/bewerken",
94
+ "href": "Linkadres",
95
+ "href_error": "Ongeldig linkadres",
96
+ "target": "Openen in...",
97
+ "target_blank": "Nieuw venster",
98
+ "target_self": "Huidig venster",
99
+ "rel": "Rel",
100
+ "class": "CSS-klasse"
101
+ },
102
+ "preview": {
103
+ "title": "Voorvertoning"
104
+ },
105
+ "source": {
106
+ "title": "Broncode bekijken",
107
+ "prettify": "Formatteren"
108
+ }
109
+ },
110
+ "misc": {
111
+ "source": "Broncode bekijken",
112
+ "preview": "Voorvertoning"
113
+ },
114
+ "footer": {
115
+ "words": "woorden",
116
+ "chars": "tekens"
117
+ }
118
+ }
@@ -1,100 +1,118 @@
1
1
  {
2
+ "content": {
3
+ "placeholder": "Napisz coś tutaj..."
4
+ },
2
5
  "style": {
3
- "paragraph": "akapit",
4
- "heading": "nagłówek",
6
+ "paragraph": "Akapit",
7
+ "heading": "Nagłówek",
5
8
  "headings": {
6
- "h1": "nagłówek poziomu 1",
7
- "h2": "nagłówek poziomu 2",
8
- "h3": "nagłówek poziomu 3",
9
- "h4": "nagłówek poziomu 4",
10
- "h5": "nagłówek poziomu 5",
11
- "h6": "nagłówek poziomu 6"
9
+ "h1": "Nagłówek poziom 1",
10
+ "h2": "Nagłówek poziom 2",
11
+ "h3": "Nagłówek poziom 3",
12
+ "h4": "Nagłówek poziom 4",
13
+ "h5": "Nagłówek poziom 5",
14
+ "h6": "Nagłówek poziom 6"
12
15
  },
13
- "fontFamily": "rodzina czcionek",
14
- "fontSize": "rozmiar czcionki",
15
- "lineHeight": "wysokość linii"
16
+ "fontFamily": "Rodzina czcionki",
17
+ "fontSize": "Rozmiar czcionki",
18
+ "lineHeight": "Wysokość linii",
19
+ "color": {
20
+ "highlight": "Kolor podświetlenia",
21
+ "text": "Kolor tekstu",
22
+ "unset": "Usuń kolor",
23
+ "custom": "Kolor niestandardowy"
24
+ }
16
25
  },
17
26
  "format": {
18
- "bold": "pogrubienie",
19
- "italic": "kursywa",
20
- "strike": "przekreślenie",
21
- "underline": "podkreślenie",
22
- "sup": "indeks górny",
23
- "sub": "indeks dolny",
24
- "break": "twardy podział",
25
- "highlight": "wyróżnienie",
26
- "line": "linia pozioma",
27
- "blockquote": "cytat",
28
- "code": "kod",
29
- "codeblock": "blok kodu",
30
- "formatClear": "wyczyść formatowanie"
27
+ "bold": "Pogrubienie",
28
+ "italic": "Kursywa",
29
+ "strike": "Przekreślenie",
30
+ "underline": "Podkreślenie",
31
+ "sup": "Indeks górny",
32
+ "sub": "Indeks dolny",
33
+ "break": "Twarde łamanie",
34
+ "line": "Linia pozioma",
35
+ "blockquote": "Cytat",
36
+ "code": "Kod",
37
+ "codeblock": "Blok kodu",
38
+ "formatClear": "Wyczyść formatowanie"
31
39
  },
32
40
  "media": {
33
- "link": "link zewnętrzny",
34
- "image": "obraz",
41
+ "link": "Link zewnętrzny",
42
+ "image": "Obraz",
35
43
  "tables": {
36
- "table": "tabela",
37
- "insertTable": "wstaw tabelę",
38
- "deleteTable": "usuń tabelę",
39
- "insertWithHeaderRow": "wstaw tabelę z wierszem nagłówka",
40
- "rows": "wiersze",
41
- "row": "wiersz",
42
- "insertRowBefore": "wstaw wiersz przed",
43
- "insertRowAfter": "wstaw wiersz po",
44
- "deleteRow": "usuń wiersz",
45
- "cols": "kolumny",
46
- "col": "kolumna",
47
- "insertColBefore": "wstaw kolumnę przed",
48
- "insertColAfter": "wstaw kolumnę po",
49
- "deleteCol": "usuń kolumnę",
50
- "mergeCells": "połącz komórki",
51
- "splitCell": "podziel komórkę"
44
+ "table": "Tabela",
45
+ "insertTable": "Wstaw tabelę",
46
+ "deleteTable": "Usuń tabelę",
47
+ "insertWithHeaderRow": "Wstaw tabelę z nagłówkiem",
48
+ "rows": "Wiersze",
49
+ "row": "Wiersz",
50
+ "insertRowBefore": "Wstaw wiersz przed",
51
+ "insertRowAfter": "Wstaw wiersz po",
52
+ "deleteRow": "Usuń wiersz",
53
+ "cols": "Kolumny",
54
+ "col": "Kolumna",
55
+ "insertColBefore": "Wstaw kolumnę przed",
56
+ "insertColAfter": "Wstaw kolumnę po",
57
+ "deleteCol": "Usuń kolumnę",
58
+ "mergeCells": "Połącz komórki",
59
+ "splitCell": "Podziel komórkę"
52
60
  }
53
61
  },
54
62
  "action": {
55
- "undo": "cofnij",
56
- "redo": "ponów"
63
+ "undo": "Cofnij",
64
+ "redo": "Ponów"
57
65
  },
58
- "alignment": "wyrównanie",
66
+ "alignment": "Wyrównanie",
59
67
  "alignments": {
60
- "left": "wyrównaj do lewej",
61
- "center": "wyrównaj do środka",
62
- "right": "wyrównaj do prawej",
63
- "justify": "wyjustuj"
68
+ "left": "Wyrównaj do lewej",
69
+ "center": "Wyrównaj do środka",
70
+ "right": "Wyrównaj do prawej",
71
+ "justify": "Justuj"
64
72
  },
65
- "list": "lista",
73
+ "list": "Lista",
66
74
  "lists": {
67
- "bullet": "lista nieuporządkowana",
68
- "numbered": "lista uporządkowana",
69
- "task": "lista zadań",
70
- "indent": "wcięcie elementu listy",
71
- "outdent": "zmniejsz wcięcie elementu listy"
75
+ "bullet": "Lista punktowana",
76
+ "numbered": "Lista numerowana",
77
+ "task": "Lista zadań",
78
+ "indent": "Wcięcie elementu",
79
+ "outdent": "Usuń wcięcie"
72
80
  },
73
81
  "dialog": {
74
- "apply": "zastosuj",
75
- "clear": "wyczyść",
76
- "close": "zamknij",
82
+ "apply": "Zastosuj",
83
+ "clear": "Wyczyść",
84
+ "close": "Zamknij",
77
85
  "image": {
78
- "title": "dodaj/edytuj obraz",
79
- "src": "źródło",
80
- "alt": "alt",
81
- "width": "szerokość",
82
- "height": "wysokość"
86
+ "title": "Dodaj/edytuj obraz",
87
+ "src": "Źródło",
88
+ "alt": "Tekst alternatywny",
89
+ "width": "Szerokość",
90
+ "height": "Wysokość"
83
91
  },
84
92
  "link": {
85
- "title": "dodaj/edytuj link",
86
- "href": "adres linku",
87
- "target": "otwórz w nowym oknie",
88
- "rel": "rel",
89
- "class": "klasa css"
93
+ "title": "Dodaj/edytuj link",
94
+ "href": "Adres linku",
95
+ "href_error": "Nieprawidłowy adres linku",
96
+ "target": "Otwórz w...",
97
+ "target_blank": "Nowe okno",
98
+ "target_self": "Bieżące okno",
99
+ "rel": "Rel",
100
+ "class": "Klasa CSS"
101
+ },
102
+ "preview": {
103
+ "title": "Podgląd"
90
104
  },
91
105
  "source": {
92
- "title": "pokaż kod źródłowy",
93
- "prettify": "upiększ"
106
+ "title": "Pokaż kod źródłowy",
107
+ "prettify": "Formatuj"
94
108
  }
95
109
  },
96
110
  "misc": {
97
- "source": "pokaż kod źródłowy",
98
- "preview": "podgląd"
111
+ "source": "Pokaż kod źródłowy",
112
+ "preview": "Podgląd"
113
+ },
114
+ "footer": {
115
+ "words": "słowa",
116
+ "chars": "znaki"
99
117
  }
100
118
  }
@@ -0,0 +1,118 @@
1
+ {
2
+ "content": {
3
+ "placeholder": "Escreva algo aqui..."
4
+ },
5
+ "style": {
6
+ "paragraph": "Parágrafo",
7
+ "heading": "Cabeçalho",
8
+ "headings": {
9
+ "h1": "Cabeçalho nível 1",
10
+ "h2": "Cabeçalho nível 2",
11
+ "h3": "Cabeçalho nível 3",
12
+ "h4": "Cabeçalho nível 4",
13
+ "h5": "Cabeçalho nível 5",
14
+ "h6": "Cabeçalho nível 6"
15
+ },
16
+ "fontFamily": "Família da fonte",
17
+ "fontSize": "Tamanho da fonte",
18
+ "lineHeight": "Altura da linha",
19
+ "color": {
20
+ "highlight": "Cor de destaque",
21
+ "text": "Cor do texto",
22
+ "unset": "Remover cor",
23
+ "custom": "Cor personalizada"
24
+ }
25
+ },
26
+ "format": {
27
+ "bold": "Negrito",
28
+ "italic": "Itálico",
29
+ "strike": "Riscado",
30
+ "underline": "Sublinhado",
31
+ "sup": "Sobrescrito",
32
+ "sub": "Subscrito",
33
+ "break": "Quebra de linha",
34
+ "line": "Linha horizontal",
35
+ "blockquote": "Citação",
36
+ "code": "Código",
37
+ "codeblock": "Bloco de código",
38
+ "formatClear": "Limpar formatação"
39
+ },
40
+ "media": {
41
+ "link": "Link externo",
42
+ "image": "Imagem",
43
+ "tables": {
44
+ "table": "Tabela",
45
+ "insertTable": "Inserir tabela",
46
+ "deleteTable": "Excluir tabela",
47
+ "insertWithHeaderRow": "Inserir tabela com cabeçalho",
48
+ "rows": "Linhas",
49
+ "row": "Linha",
50
+ "insertRowBefore": "Inserir linha antes",
51
+ "insertRowAfter": "Inserir linha depois",
52
+ "deleteRow": "Excluir linha",
53
+ "cols": "Colunas",
54
+ "col": "Coluna",
55
+ "insertColBefore": "Inserir coluna antes",
56
+ "insertColAfter": "Inserir coluna depois",
57
+ "deleteCol": "Excluir coluna",
58
+ "mergeCells": "Mesclar células",
59
+ "splitCell": "Dividir célula"
60
+ }
61
+ },
62
+ "action": {
63
+ "undo": "Desfazer",
64
+ "redo": "Refazer"
65
+ },
66
+ "alignment": "Alinhamento",
67
+ "alignments": {
68
+ "left": "Alinhar à esquerda",
69
+ "center": "Alinhar ao centro",
70
+ "right": "Alinhar à direita",
71
+ "justify": "Justificar"
72
+ },
73
+ "list": "Lista",
74
+ "lists": {
75
+ "bullet": "Lista com marcadores",
76
+ "numbered": "Lista numerada",
77
+ "task": "Lista de tarefas",
78
+ "indent": "Recuar item",
79
+ "outdent": "Avançar item"
80
+ },
81
+ "dialog": {
82
+ "apply": "Aplicar",
83
+ "clear": "Limpar",
84
+ "close": "Fechar",
85
+ "image": {
86
+ "title": "Adicionar/editar imagem",
87
+ "src": "Origem",
88
+ "alt": "Texto alternativo",
89
+ "width": "Largura",
90
+ "height": "Altura"
91
+ },
92
+ "link": {
93
+ "title": "Adicionar/editar link",
94
+ "href": "Endereço do link",
95
+ "href_error": "Endereço do link inválido",
96
+ "target": "Abrir em...",
97
+ "target_blank": "Nova janela",
98
+ "target_self": "Janela atual",
99
+ "rel": "Rel",
100
+ "class": "Classe CSS"
101
+ },
102
+ "preview": {
103
+ "title": "Visualizar"
104
+ },
105
+ "source": {
106
+ "title": "Ver código fonte",
107
+ "prettify": "Formatar"
108
+ }
109
+ },
110
+ "misc": {
111
+ "source": "Ver código fonte",
112
+ "preview": "Visualizar"
113
+ },
114
+ "footer": {
115
+ "words": "palavras",
116
+ "chars": "caracteres"
117
+ }
118
+ }