tiptapify 0.0.32 → 0.0.34
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.
- package/README.md +3 -1
- package/dist/tiptapify.css +1 -1
- package/dist/tiptapify.mjs +30192 -26595
- package/dist/tiptapify.umd.js +82 -46
- package/package.json +1 -1
- package/src/components/Toolbar/Index.vue +11 -1
- package/src/extensions/components/media/image/ImageDialog.vue +67 -5
- package/src/i18n/locales/ar.json +153 -0
- package/src/i18n/locales/ch.json +5 -1
- package/src/i18n/locales/cz.json +5 -1
- package/src/i18n/locales/de.json +5 -1
- package/src/i18n/locales/en.json +1 -0
- package/src/i18n/locales/es.json +5 -1
- package/src/i18n/locales/fi.json +153 -0
- package/src/i18n/locales/fr.json +5 -2
- package/src/i18n/locales/hu.json +153 -0
- package/src/i18n/locales/it.json +5 -1
- package/src/i18n/locales/ja.json +153 -0
- package/src/i18n/locales/ko.json +153 -0
- package/src/i18n/locales/la.json +104 -100
- package/src/i18n/locales/lt.json +5 -1
- package/src/i18n/locales/nl.json +5 -1
- package/src/i18n/locales/pl.json +5 -1
- package/src/i18n/locales/pt.json +5 -1
- package/src/i18n/locales/ru.json +1 -0
- package/src/i18n/locales/se.json +5 -1
- package/src/i18n/locales/th.json +153 -0
- package/src/i18n/locales/tr.json +153 -0
- package/src/i18n/locales/ua.json +1 -0
- package/src/i18n/locales/vi.json +153 -0
package/src/i18n/locales/la.json
CHANGED
|
@@ -1,100 +1,103 @@
|
|
|
1
1
|
{
|
|
2
|
-
"defaultValue": "
|
|
2
|
+
"defaultValue": "Noklusētā vērtība",
|
|
3
3
|
"content": {
|
|
4
|
-
"placeholder": "
|
|
4
|
+
"placeholder": "Ierakstiet kaut ko..."
|
|
5
5
|
},
|
|
6
6
|
"style": {
|
|
7
|
-
"paragraph": "
|
|
8
|
-
"heading": "
|
|
7
|
+
"paragraph": "Absolūts teksts",
|
|
8
|
+
"heading": "Virsraksts",
|
|
9
9
|
"headings": {
|
|
10
|
-
"h1": "
|
|
11
|
-
"h2": "
|
|
12
|
-
"h3": "
|
|
13
|
-
"h4": "
|
|
14
|
-
"h5": "
|
|
15
|
-
"h6": "
|
|
10
|
+
"h1": "1. līmeņa virsraksts",
|
|
11
|
+
"h2": "2. līmeņa virsraksts",
|
|
12
|
+
"h3": "3. līmeņa virsraksts",
|
|
13
|
+
"h4": "4. līmeņa virsraksts",
|
|
14
|
+
"h5": "5. līmeņa virsraksts",
|
|
15
|
+
"h6": "6. līmeņa virsraksts"
|
|
16
16
|
},
|
|
17
|
-
"fontFamily": "
|
|
18
|
-
"fontSize": "
|
|
19
|
-
"lineHeight": "
|
|
17
|
+
"fontFamily": "Fontu saime",
|
|
18
|
+
"fontSize": "Fonta izmērs",
|
|
19
|
+
"lineHeight": "Līnijas augstums",
|
|
20
20
|
"color": {
|
|
21
|
-
"highlight": "
|
|
22
|
-
"text": "
|
|
23
|
-
"unset": "
|
|
24
|
-
"custom": "
|
|
21
|
+
"highlight": "Iezīmējuma krāsa",
|
|
22
|
+
"text": "Teksta krāsa",
|
|
23
|
+
"unset": "Noņemt krāsu",
|
|
24
|
+
"custom": "Pielāgota izvēle"
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"format": {
|
|
28
|
-
"bold": "
|
|
29
|
-
"italic": "
|
|
30
|
-
"strike": "
|
|
31
|
-
"underline": "
|
|
32
|
-
"sup": "
|
|
33
|
-
"sub": "
|
|
34
|
-
"break": "
|
|
35
|
-
"line": "
|
|
36
|
-
"blockquote": "
|
|
37
|
-
"code": "
|
|
38
|
-
"codeblock": "
|
|
39
|
-
"formatClear": "
|
|
28
|
+
"bold": "Treknraksts",
|
|
29
|
+
"italic": "Kursīvs",
|
|
30
|
+
"strike": "Nosvītrots",
|
|
31
|
+
"underline": "Pasvītrots",
|
|
32
|
+
"sup": "Augšraksts",
|
|
33
|
+
"sub": "Apakšraksts",
|
|
34
|
+
"break": "Rindas pārraušana",
|
|
35
|
+
"line": "Horizontāla līnija",
|
|
36
|
+
"blockquote": "Citāts",
|
|
37
|
+
"code": "Kods",
|
|
38
|
+
"codeblock": "Koda bloks",
|
|
39
|
+
"formatClear": "Notīrīt formatējumu"
|
|
40
40
|
},
|
|
41
41
|
"media": {
|
|
42
|
-
"link": "
|
|
43
|
-
"
|
|
42
|
+
"link": "Ārējais saites",
|
|
43
|
+
"iframe": "iframe",
|
|
44
|
+
"image": "Attēls",
|
|
44
45
|
"emoji": {
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
46
|
+
"title": "Emocijzīmes",
|
|
47
|
+
"activities": "Aktivitātes",
|
|
48
|
+
"animals_and_nature": "Dzīvnieki un daba",
|
|
49
|
+
"component": "Komponents",
|
|
50
|
+
"flags": "Karogi",
|
|
51
|
+
"food_and_drink": "Pārtika un dzērieni",
|
|
52
|
+
"objects": "Objekti",
|
|
53
|
+
"people_and_body": "Cilvēki un ķermenis",
|
|
54
|
+
"smileys_and_emotion": "Sejītes un emocijas",
|
|
55
|
+
"symbols": "Simboli",
|
|
56
|
+
"travel_and_places": "Ceļojumi un vietas"
|
|
55
57
|
},
|
|
56
58
|
"tables": {
|
|
57
59
|
"table": "Tabula",
|
|
58
|
-
"insertTable": "
|
|
59
|
-
"deleteTable": "
|
|
60
|
-
"insertWithHeaderRow": "
|
|
61
|
-
"rows": "
|
|
62
|
-
"row": "
|
|
63
|
-
"insertRowBefore": "
|
|
64
|
-
"insertRowAfter": "
|
|
65
|
-
"deleteRow": "
|
|
66
|
-
"cols": "
|
|
67
|
-
"col": "
|
|
68
|
-
"insertColBefore": "
|
|
69
|
-
"insertColAfter": "
|
|
70
|
-
"deleteCol": "
|
|
71
|
-
"mergeCells": "
|
|
72
|
-
"splitCell": "
|
|
73
|
-
}
|
|
60
|
+
"insertTable": "Ievietot tabulu",
|
|
61
|
+
"deleteTable": "Dzēst tabulu",
|
|
62
|
+
"insertWithHeaderRow": "Ievietot tabulu ar galvenes rindu",
|
|
63
|
+
"rows": "Rindas",
|
|
64
|
+
"row": "Rinda",
|
|
65
|
+
"insertRowBefore": "Ievietot rindu pirms",
|
|
66
|
+
"insertRowAfter": "Ievietot rindu pēc",
|
|
67
|
+
"deleteRow": "Dzēst rindu",
|
|
68
|
+
"cols": "Kolonnas",
|
|
69
|
+
"col": "Kolonna",
|
|
70
|
+
"insertColBefore": "Ievietot kolonnu pirms",
|
|
71
|
+
"insertColAfter": "Ievietot kolonnu pēc",
|
|
72
|
+
"deleteCol": "Dzēst kolonnu",
|
|
73
|
+
"mergeCells": "Apvienot šūnas",
|
|
74
|
+
"splitCell": "Sadalīt šūnu"
|
|
75
|
+
},
|
|
76
|
+
"video": "Video"
|
|
74
77
|
},
|
|
75
78
|
"action": {
|
|
76
|
-
"undo": "
|
|
77
|
-
"redo": "
|
|
79
|
+
"undo": "Atsaukt",
|
|
80
|
+
"redo": "Atcelt atsaukšanu"
|
|
78
81
|
},
|
|
79
|
-
"alignment": "
|
|
82
|
+
"alignment": "Līdzināšana",
|
|
80
83
|
"alignments": {
|
|
81
|
-
"left": "
|
|
82
|
-
"center": "
|
|
83
|
-
"right": "
|
|
84
|
-
"justify": "
|
|
84
|
+
"left": "Līdzināt pa kreisi",
|
|
85
|
+
"center": "Līdzināt centrā",
|
|
86
|
+
"right": "Līdzināt pa labi",
|
|
87
|
+
"justify": "Izlīdzināt"
|
|
85
88
|
},
|
|
86
|
-
"list": "
|
|
89
|
+
"list": "Saraksts",
|
|
87
90
|
"lists": {
|
|
88
|
-
"bullet": "
|
|
89
|
-
"numbered": "
|
|
90
|
-
"task": "
|
|
91
|
-
"indent": "
|
|
92
|
-
"outdent": "
|
|
91
|
+
"bullet": "Nenumurēts saraksts",
|
|
92
|
+
"numbered": "Numurēts saraksts",
|
|
93
|
+
"task": "Uzdevumu saraksts",
|
|
94
|
+
"indent": "Palielināt atkāpi",
|
|
95
|
+
"outdent": "Samazināt atkāpi"
|
|
93
96
|
},
|
|
94
97
|
"dialog": {
|
|
95
|
-
"apply": "
|
|
96
|
-
"clear": "
|
|
97
|
-
"close": "
|
|
98
|
+
"apply": "Pielietot",
|
|
99
|
+
"clear": "Notīrīt",
|
|
100
|
+
"close": "Aizvērt",
|
|
98
101
|
"iframe": {
|
|
99
102
|
"dialog_title": "Pievienot/rediģēt iframe",
|
|
100
103
|
"src": "Avots",
|
|
@@ -102,48 +105,49 @@
|
|
|
102
105
|
"title": "Virsraksts",
|
|
103
106
|
"width": "Platums",
|
|
104
107
|
"height": "Augstums",
|
|
105
|
-
"frameborder": "
|
|
106
|
-
"src_invalid": "
|
|
108
|
+
"frameborder": "Rāmja robeža",
|
|
109
|
+
"src_invalid": "Ievadītais URL nav derīgs"
|
|
107
110
|
},
|
|
108
111
|
"image": {
|
|
109
|
-
"title": "
|
|
110
|
-
"src": "
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
112
|
+
"title": "Pievienot/mainīt attēlu",
|
|
113
|
+
"src": "Avots",
|
|
114
|
+
"keep_ratio": "Saglabāt attiecības",
|
|
115
|
+
"alt": "Alt",
|
|
116
|
+
"width": "Platums",
|
|
117
|
+
"height": "Augstums"
|
|
114
118
|
},
|
|
115
119
|
"link": {
|
|
116
|
-
"title": "
|
|
117
|
-
"href": "
|
|
118
|
-
"href_error": "
|
|
119
|
-
"target": "
|
|
120
|
-
"target_blank": "
|
|
121
|
-
"target_self": "
|
|
122
|
-
"rel": "
|
|
123
|
-
"class": "
|
|
120
|
+
"title": "Pievienot/mainīt saiti",
|
|
121
|
+
"href": "Saites adrese",
|
|
122
|
+
"href_error": "Nederīga saites adrese",
|
|
123
|
+
"target": "Atvērt...",
|
|
124
|
+
"target_blank": "Jaunā logā",
|
|
125
|
+
"target_self": "Pašreizējā logā",
|
|
126
|
+
"rel": "Rel",
|
|
127
|
+
"class": "CSS klase"
|
|
124
128
|
},
|
|
125
129
|
"preview": {
|
|
126
|
-
"title": "
|
|
130
|
+
"title": "Priekšskatījums"
|
|
127
131
|
},
|
|
128
132
|
"source": {
|
|
129
|
-
"title": "
|
|
130
|
-
"prettify": "
|
|
133
|
+
"title": "Skatīt avota kodu",
|
|
134
|
+
"prettify": "Prettify"
|
|
131
135
|
},
|
|
132
136
|
"video": {
|
|
133
|
-
"title": "
|
|
134
|
-
"src": "
|
|
135
|
-
"width": "
|
|
136
|
-
"height": "
|
|
137
|
+
"title": "Pievienot/rediģēt video",
|
|
138
|
+
"src": "Avots",
|
|
139
|
+
"width": "Platums",
|
|
140
|
+
"height": "Augstums"
|
|
137
141
|
}
|
|
138
142
|
},
|
|
139
143
|
"misc": {
|
|
140
144
|
"fullscreen": "Pilnekrāna režīms",
|
|
141
|
-
"preview": "
|
|
142
|
-
"source": "
|
|
143
|
-
"toggleInvisibleCharacters": "
|
|
145
|
+
"preview": "Priekšskatījums",
|
|
146
|
+
"source": "Skatīt avota kodu",
|
|
147
|
+
"toggleInvisibleCharacters": "Rādīt/slēpt neredzamās zīmes"
|
|
144
148
|
},
|
|
145
149
|
"footer": {
|
|
146
|
-
"words": "
|
|
147
|
-
"chars": "
|
|
150
|
+
"words": "vārdi",
|
|
151
|
+
"chars": "zīmes"
|
|
148
152
|
}
|
|
149
153
|
}
|
package/src/i18n/locales/lt.json
CHANGED
|
@@ -40,8 +40,10 @@
|
|
|
40
40
|
},
|
|
41
41
|
"media": {
|
|
42
42
|
"link": "Išorinė nuoroda",
|
|
43
|
+
"iframe": "iframe",
|
|
43
44
|
"image": "Paveikslas",
|
|
44
45
|
"emoji": {
|
|
46
|
+
"title": "Emoji",
|
|
45
47
|
"activities": "Veiklos",
|
|
46
48
|
"animals_and_nature": "Gyvūnai ir gamta",
|
|
47
49
|
"component": "Komponentas",
|
|
@@ -70,7 +72,8 @@
|
|
|
70
72
|
"deleteCol": "Ištrinti stulpelį",
|
|
71
73
|
"mergeCells": "Sujungti ląsteles",
|
|
72
74
|
"splitCell": "Padalinti ląstelę"
|
|
73
|
-
}
|
|
75
|
+
},
|
|
76
|
+
"video": "Video"
|
|
74
77
|
},
|
|
75
78
|
"action": {
|
|
76
79
|
"undo": "Atšaukti",
|
|
@@ -108,6 +111,7 @@
|
|
|
108
111
|
"image": {
|
|
109
112
|
"title": "Pridėti/keisti paveikslą",
|
|
110
113
|
"src": "Šaltinis",
|
|
114
|
+
"keep_ratio": "Išlaikyti proporciją",
|
|
111
115
|
"alt": "alt",
|
|
112
116
|
"width": "Plotis",
|
|
113
117
|
"height": "Aukštis"
|
package/src/i18n/locales/nl.json
CHANGED
|
@@ -40,8 +40,10 @@
|
|
|
40
40
|
},
|
|
41
41
|
"media": {
|
|
42
42
|
"link": "Externe link",
|
|
43
|
+
"iframe": "iframe",
|
|
43
44
|
"image": "Afbeelding",
|
|
44
45
|
"emoji": {
|
|
46
|
+
"title": "Emoji",
|
|
45
47
|
"activities": "Activiteiten",
|
|
46
48
|
"animals_and_nature": "Dieren en natuur",
|
|
47
49
|
"component": "Component",
|
|
@@ -70,7 +72,8 @@
|
|
|
70
72
|
"deleteCol": "Kolom verwijderen",
|
|
71
73
|
"mergeCells": "Cellen samenvoegen",
|
|
72
74
|
"splitCell": "Cel splitsen"
|
|
73
|
-
}
|
|
75
|
+
},
|
|
76
|
+
"video": "Video"
|
|
74
77
|
},
|
|
75
78
|
"action": {
|
|
76
79
|
"undo": "Ongedaan maken",
|
|
@@ -108,6 +111,7 @@
|
|
|
108
111
|
"image": {
|
|
109
112
|
"title": "Afbeelding toevoegen/wijzigen",
|
|
110
113
|
"src": "Bron",
|
|
114
|
+
"keep_ratio": "Verhouding behouden",
|
|
111
115
|
"alt": "alt",
|
|
112
116
|
"width": "Breedte",
|
|
113
117
|
"height": "Hoogte"
|
package/src/i18n/locales/pl.json
CHANGED
|
@@ -40,8 +40,10 @@
|
|
|
40
40
|
},
|
|
41
41
|
"media": {
|
|
42
42
|
"link": "Link zewnętrzny",
|
|
43
|
+
"iframe": "iframe",
|
|
43
44
|
"image": "Obraz",
|
|
44
45
|
"emoji": {
|
|
46
|
+
"title": "Emoji",
|
|
45
47
|
"activities": "Aktywności",
|
|
46
48
|
"animals_and_nature": "Zwierzęta i natura",
|
|
47
49
|
"component": "Komponent",
|
|
@@ -70,7 +72,8 @@
|
|
|
70
72
|
"deleteCol": "Usuń kolumnę",
|
|
71
73
|
"mergeCells": "Scal komórki",
|
|
72
74
|
"splitCell": "Podziel komórkę"
|
|
73
|
-
}
|
|
75
|
+
},
|
|
76
|
+
"video": "Wideo"
|
|
74
77
|
},
|
|
75
78
|
"action": {
|
|
76
79
|
"undo": "Cofnij",
|
|
@@ -108,6 +111,7 @@
|
|
|
108
111
|
"image": {
|
|
109
112
|
"title": "Dodaj/zmień obraz",
|
|
110
113
|
"src": "Źródło",
|
|
114
|
+
"keep_ratio": "Zachowaj proporcję",
|
|
111
115
|
"alt": "alt",
|
|
112
116
|
"width": "Szerokość",
|
|
113
117
|
"height": "Wysokość"
|
package/src/i18n/locales/pt.json
CHANGED
|
@@ -40,8 +40,10 @@
|
|
|
40
40
|
},
|
|
41
41
|
"media": {
|
|
42
42
|
"link": "Link externo",
|
|
43
|
+
"iframe": "iframe",
|
|
43
44
|
"image": "Imagem",
|
|
44
45
|
"emoji": {
|
|
46
|
+
"title": "Emoji",
|
|
45
47
|
"activities": "Atividades",
|
|
46
48
|
"animals_and_nature": "Animais e natureza",
|
|
47
49
|
"component": "Componente",
|
|
@@ -70,7 +72,8 @@
|
|
|
70
72
|
"deleteCol": "Excluir coluna",
|
|
71
73
|
"mergeCells": "Mesclar células",
|
|
72
74
|
"splitCell": "Dividir célula"
|
|
73
|
-
}
|
|
75
|
+
},
|
|
76
|
+
"video": "Vídeo"
|
|
74
77
|
},
|
|
75
78
|
"action": {
|
|
76
79
|
"undo": "Desfazer",
|
|
@@ -108,6 +111,7 @@
|
|
|
108
111
|
"image": {
|
|
109
112
|
"title": "Adicionar/modificar imagem",
|
|
110
113
|
"src": "Fonte",
|
|
114
|
+
"keep_ratio": "Manter proporção",
|
|
111
115
|
"alt": "alt",
|
|
112
116
|
"width": "Largura",
|
|
113
117
|
"height": "Altura"
|
package/src/i18n/locales/ru.json
CHANGED
package/src/i18n/locales/se.json
CHANGED
|
@@ -40,8 +40,10 @@
|
|
|
40
40
|
},
|
|
41
41
|
"media": {
|
|
42
42
|
"link": "Extern länk",
|
|
43
|
+
"iframe": "iframe",
|
|
43
44
|
"image": "Bild",
|
|
44
45
|
"emoji": {
|
|
46
|
+
"title": "Emoji",
|
|
45
47
|
"activities": "Aktiviteter",
|
|
46
48
|
"animals_and_nature": "Djur och natur",
|
|
47
49
|
"component": "Komponent",
|
|
@@ -70,7 +72,8 @@
|
|
|
70
72
|
"deleteCol": "Ta bort kolumn",
|
|
71
73
|
"mergeCells": "Sammanfoga celler",
|
|
72
74
|
"splitCell": "Dela cell"
|
|
73
|
-
}
|
|
75
|
+
},
|
|
76
|
+
"video": "Video"
|
|
74
77
|
},
|
|
75
78
|
"action": {
|
|
76
79
|
"undo": "Ångra",
|
|
@@ -108,6 +111,7 @@
|
|
|
108
111
|
"image": {
|
|
109
112
|
"title": "Lägg till/ändra bild",
|
|
110
113
|
"src": "Källa",
|
|
114
|
+
"keep_ratio": "Behåll proportioner",
|
|
111
115
|
"alt": "alt",
|
|
112
116
|
"width": "Bredd",
|
|
113
117
|
"height": "Höjd"
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
{
|
|
2
|
+
"defaultValue": "ค่าเริ่มต้น",
|
|
3
|
+
"content": {
|
|
4
|
+
"placeholder": "พิมพ์อะไรสักอย่าง..."
|
|
5
|
+
},
|
|
6
|
+
"style": {
|
|
7
|
+
"paragraph": "ย่อหน้า",
|
|
8
|
+
"heading": "หัวเรื่อง",
|
|
9
|
+
"headings": {
|
|
10
|
+
"h1": "หัวข้อระดับ 1",
|
|
11
|
+
"h2": "หัวข้อระดับ 2",
|
|
12
|
+
"h3": "หัวข้อระดับ 3",
|
|
13
|
+
"h4": "หัวข้อระดับ 4",
|
|
14
|
+
"h5": "หัวข้อระดับ 5",
|
|
15
|
+
"h6": "หัวข้อระดับ 6"
|
|
16
|
+
},
|
|
17
|
+
"fontFamily": "ตระกูลฟอนต์",
|
|
18
|
+
"fontSize": "ขนาดตัวอักษร",
|
|
19
|
+
"lineHeight": "ความสูงบรรทัด",
|
|
20
|
+
"color": {
|
|
21
|
+
"highlight": "สีเน้น",
|
|
22
|
+
"text": "สีข้อความ",
|
|
23
|
+
"unset": "ลบสี",
|
|
24
|
+
"custom": "เลือกเอง"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"format": {
|
|
28
|
+
"bold": "ตัวหนา",
|
|
29
|
+
"italic": "ตัวเอียง",
|
|
30
|
+
"strike": "ขีดฆ่า",
|
|
31
|
+
"underline": "ขีดเส้นใต้",
|
|
32
|
+
"sup": "ตัวยก",
|
|
33
|
+
"sub": "ตัวห้อย",
|
|
34
|
+
"break": "ขึ้นบรรทัดใหม่",
|
|
35
|
+
"line": "เส้นแนวนอน",
|
|
36
|
+
"blockquote": "คำ trích",
|
|
37
|
+
"code": "โค้ด",
|
|
38
|
+
"codeblock": "บล็อกโค้ด",
|
|
39
|
+
"formatClear": "ล้างรูปแบบ"
|
|
40
|
+
},
|
|
41
|
+
"media": {
|
|
42
|
+
"link": "ลิงก์ภายนอก",
|
|
43
|
+
"iframe": "กรอบฝังตัว",
|
|
44
|
+
"image": "รูปภาพ",
|
|
45
|
+
"emoji": {
|
|
46
|
+
"title": "อิโมจิ",
|
|
47
|
+
"activities": "กิจกรรม",
|
|
48
|
+
"animals_and_nature": "สัตว์และธรรมชาติ",
|
|
49
|
+
"component": "คอมโพเนนต์",
|
|
50
|
+
"flags": "ธง",
|
|
51
|
+
"food_and_drink": "อาหารและเครื่องดื่ม",
|
|
52
|
+
"objects": "วัตถุ",
|
|
53
|
+
"people_and_body": "คนและร่างกาย",
|
|
54
|
+
"smileys_and_emotion": "อิโมจิและอารมณ์",
|
|
55
|
+
"symbols": "สัญลักษณ์",
|
|
56
|
+
"travel_and_places": "การเดินทางและสถานที่"
|
|
57
|
+
},
|
|
58
|
+
"tables": {
|
|
59
|
+
"table": "ตาราง",
|
|
60
|
+
"insertTable": "แทรกตาราง",
|
|
61
|
+
"deleteTable": "ลบตาราง",
|
|
62
|
+
"insertWithHeaderRow": "แทรกตารางที่มีแถวหัวเรื่อง",
|
|
63
|
+
"rows": "แถว",
|
|
64
|
+
"row": "แถว",
|
|
65
|
+
"insertRowBefore": "แทรกแถวก่อนหน้า",
|
|
66
|
+
"insertRowAfter": "แทรกแถวถัดไป",
|
|
67
|
+
"deleteRow": "ลบแถว",
|
|
68
|
+
"cols": "คอลัมน์",
|
|
69
|
+
"col": "คอลัมน์",
|
|
70
|
+
"insertColBefore": "แทรกคอลัมน์ก่อนหน้า",
|
|
71
|
+
"insertColAfter": "แทรกคอลัมน์ถัดไป",
|
|
72
|
+
"deleteCol": "ลบคอลัมน์",
|
|
73
|
+
"mergeCells": "รวมเซลล์",
|
|
74
|
+
"splitCell": "แยกเซลล์"
|
|
75
|
+
},
|
|
76
|
+
"video": "วิดีโอ"
|
|
77
|
+
},
|
|
78
|
+
"action": {
|
|
79
|
+
"undo": "ยกเลิก",
|
|
80
|
+
"redo": "ทำซ้ำ"
|
|
81
|
+
},
|
|
82
|
+
"alignment": "การจัดแนว",
|
|
83
|
+
"alignments": {
|
|
84
|
+
"left": "จัดชิดซ้าย",
|
|
85
|
+
"center": "จัดกึ่งกลาง",
|
|
86
|
+
"right": "จัดชิดขวา",
|
|
87
|
+
"justify": "จัดเต็มบรรทัด"
|
|
88
|
+
},
|
|
89
|
+
"list": "รายการ",
|
|
90
|
+
"lists": {
|
|
91
|
+
"bullet": "รายการแบบไม่มีตัวเลข",
|
|
92
|
+
"numbered": "รายการแบบมีหมายเลข",
|
|
93
|
+
"task": "รายการงาน",
|
|
94
|
+
"indent": "เพิ่มการเยื้อง",
|
|
95
|
+
"outdent": "ลดการเยื้อง"
|
|
96
|
+
},
|
|
97
|
+
"dialog": {
|
|
98
|
+
"apply": "ใช้",
|
|
99
|
+
"clear": "ล้าง",
|
|
100
|
+
"close": "ปิด",
|
|
101
|
+
"iframe": {
|
|
102
|
+
"dialog_title": "เพิ่ม/แก้ไขกรอบฝังตัว",
|
|
103
|
+
"src": "แหล่งที่มา",
|
|
104
|
+
"name": "ชื่อ",
|
|
105
|
+
"title": "หัวข้อ",
|
|
106
|
+
"width": "ความกว้าง",
|
|
107
|
+
"height": "ความสูง",
|
|
108
|
+
"frameborder": "ขอบกรอบ",
|
|
109
|
+
"src_invalid": "URL ที่ป้อนไม่ถูกต้อง"
|
|
110
|
+
},
|
|
111
|
+
"image": {
|
|
112
|
+
"title": "เพิ่ม/แก้ไขรูปภาพ",
|
|
113
|
+
"src": "แหล่งที่มา",
|
|
114
|
+
"keep_ratio": "รักษาสัดส่วน",
|
|
115
|
+
"alt": "ข้อความทางเลือก",
|
|
116
|
+
"width": "ความกว้าง",
|
|
117
|
+
"height": "ความสูง"
|
|
118
|
+
},
|
|
119
|
+
"link": {
|
|
120
|
+
"title": "เพิ่ม/แก้ไขลิงก์",
|
|
121
|
+
"href": "ที่อยู่ลิงก์",
|
|
122
|
+
"href_error": "ที่อยู่ลิงก์ไม่ถูกต้อง",
|
|
123
|
+
"target": "เปิดที่...",
|
|
124
|
+
"target_blank": "หน้าต่างใหม่",
|
|
125
|
+
"target_self": "หน้าต่างปัจจุบัน",
|
|
126
|
+
"rel": "ความสัมพันธ์",
|
|
127
|
+
"class": "คลาส CSS"
|
|
128
|
+
},
|
|
129
|
+
"preview": {
|
|
130
|
+
"title": "ดูตัวอย่าง"
|
|
131
|
+
},
|
|
132
|
+
"source": {
|
|
133
|
+
"title": "ดูรหัสแหล่งที่มา",
|
|
134
|
+
"prettify": "ทำให้สวยงาม"
|
|
135
|
+
},
|
|
136
|
+
"video": {
|
|
137
|
+
"title": "เพิ่ม/แก้ไขวิดีโอ",
|
|
138
|
+
"src": "แหล่งที่มา",
|
|
139
|
+
"width": "ความกว้าง",
|
|
140
|
+
"height": "ความสูง"
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
"misc": {
|
|
144
|
+
"fullscreen": "โหมดเต็มหน้าจอ",
|
|
145
|
+
"preview": "ดูตัวอย่าง",
|
|
146
|
+
"source": "ดูรหัสแหล่งที่มา",
|
|
147
|
+
"toggleInvisibleCharacters": "แสดง/ซ่อนอักขระที่มองไม่เห็น"
|
|
148
|
+
},
|
|
149
|
+
"footer": {
|
|
150
|
+
"words": "คำ",
|
|
151
|
+
"chars": "ตัวอักษร"
|
|
152
|
+
}
|
|
153
|
+
}
|