@vtx/modals2 5.0.12 → 5.0.14

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 (144) hide show
  1. package/lib/_components/vm-card-statistics/index.less +27 -27
  2. package/lib/_components/vm-extra-tab/index.js +8 -0
  3. package/lib/_components/vm-extra-tab/style/index.less +1 -0
  4. package/lib/_components/vm-factor-list/index.less +11 -11
  5. package/lib/_components/vm-table/index.js +4 -4
  6. package/lib/_util/http.js +6 -0
  7. package/lib/index.js +2 -1
  8. package/lib/vtx-base-modal/Header/index.less +98 -98
  9. package/lib/vtx-base-modal/Tabs/index.less +31 -31
  10. package/lib/vtx-car-modal/components/Info/index.less +6 -6
  11. package/lib/vtx-car-modal/content/Common/OilConsumption/index.less +6 -6
  12. package/lib/vtx-car-modal/content/Common/WaterConsumption/index.less +6 -6
  13. package/lib/vtx-cc-unit-modal/components/BaseInfo/index.less +6 -6
  14. package/lib/vtx-cp-modal/components/ExeceptionInfo/AlarmRecord.js +5 -5
  15. package/lib/vtx-cp-modal/components/SyInfo/index.js +3 -0
  16. package/lib/vtx-device-modal/components/DataAnalysis/index.less +66 -66
  17. package/lib/vtx-restaurant-modal/components/Basic/index.less +16 -16
  18. package/lib/vtx-restaurant-modal/config.js +52 -52
  19. package/lib/vtx-road-modal/components/BaseInfo/index.less +34 -31
  20. package/lib/vtx-road-modal/components/Statistical/index.less +32 -32
  21. package/lib/vtx-wr-modal/components/Base/Ptss.js +0 -6
  22. package/lib/vtx-wr-modal/components/Base/Sjjg.js +2 -5
  23. package/lib/vtx-wr-modal/components/Base/index.less +5 -10
  24. package/lib/vtx-wr-modal/components/Build/index.js +3 -2
  25. package/lib/vtx-wr-modal/components/Score/index.js +4 -4
  26. package/lib/vtx-wr-modal/index.js +15 -2
  27. package/lib/vtx-zf-modal/components/Base/index.js +244 -0
  28. package/lib/vtx-zf-modal/components/Base/index.less +105 -0
  29. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/ckeditor.d.ts +109 -0
  30. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/ckeditor.js +5 -0
  31. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/ckeditor.js.map +1 -0
  32. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/af.js +33 -0
  33. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ar.js +222 -0
  34. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ast.js +109 -0
  35. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/az.js +221 -0
  36. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/bg.js +222 -0
  37. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/bn.js +222 -0
  38. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/bs.js +80 -0
  39. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ca.js +222 -0
  40. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/cs.js +222 -0
  41. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/da.js +222 -0
  42. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/de-ch.js +220 -0
  43. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/de.js +222 -0
  44. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/el.js +222 -0
  45. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/en-au.js +222 -0
  46. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/en-gb.js +215 -0
  47. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/en.js +92 -0
  48. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/eo.js +120 -0
  49. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/es-co.js +36 -0
  50. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/es.js +222 -0
  51. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/et.js +222 -0
  52. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/eu.js +121 -0
  53. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/fa.js +222 -0
  54. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/fi.js +222 -0
  55. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/fr.js +222 -0
  56. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/gl.js +222 -0
  57. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/gu.js +22 -0
  58. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/he.js +222 -0
  59. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/hi.js +222 -0
  60. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/hr.js +222 -0
  61. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/hu.js +222 -0
  62. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/id.js +222 -0
  63. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/it.js +222 -0
  64. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ja.js +222 -0
  65. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/jv.js +106 -0
  66. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/kk.js +13 -0
  67. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/km.js +127 -0
  68. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/kn.js +121 -0
  69. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ko.js +222 -0
  70. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ku.js +219 -0
  71. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/lt.js +222 -0
  72. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/lv.js +222 -0
  73. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ms.js +222 -0
  74. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/nb.js +199 -0
  75. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ne.js +215 -0
  76. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/nl.js +222 -0
  77. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/no.js +222 -0
  78. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/oc.js +21 -0
  79. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/pl.js +222 -0
  80. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/pt-br.js +222 -0
  81. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/pt.js +222 -0
  82. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ro.js +222 -0
  83. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ru.js +222 -0
  84. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/si.js +76 -0
  85. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/sk.js +222 -0
  86. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/sl.js +78 -0
  87. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/sq.js +208 -0
  88. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/sr-latn.js +222 -0
  89. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/sr.js +222 -0
  90. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/sv.js +222 -0
  91. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/th.js +222 -0
  92. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/tk.js +220 -0
  93. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/tr.js +222 -0
  94. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/tt.js +170 -0
  95. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ug.js +205 -0
  96. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/uk.js +222 -0
  97. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ur.js +222 -0
  98. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/uz.js +220 -0
  99. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/vi.js +222 -0
  100. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/zh-cn.js +222 -0
  101. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/zh.js +222 -0
  102. package/lib/vtx-zf-modal/components/CkEditorCustom/context/Event.js +42 -0
  103. package/lib/vtx-zf-modal/components/CkEditorCustom/context/context.js +98 -0
  104. package/lib/vtx-zf-modal/components/CkEditorCustom/context/index.js +3 -0
  105. package/lib/vtx-zf-modal/components/CkEditorCustom/context/useContextComponent.js +16 -0
  106. package/lib/vtx-zf-modal/components/CkEditorCustom/index.js +294 -0
  107. package/lib/vtx-zf-modal/components/CkEditorCustom/index.less +133 -0
  108. package/lib/vtx-zf-modal/components/CkEditorCustom/utils/util.js +67 -0
  109. package/lib/vtx-zf-modal/components/CkEditorCustom/view.js +216 -0
  110. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/CKModal.js +77 -0
  111. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/OpenPanelCommand.js +31 -0
  112. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/config.js +146 -0
  113. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/editableDiv/FormView.js +92 -0
  114. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/editableDiv/index.js +341 -0
  115. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/editableDiv/index.less +1 -0
  116. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/input/FormView.js +94 -0
  117. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/input/date.js +334 -0
  118. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/input/index.js +330 -0
  119. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/input/index.less +36 -0
  120. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/radio/FormView.js +93 -0
  121. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/radio/checkbox.js +335 -0
  122. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/radio/index.js +335 -0
  123. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/radio/index.less +35 -0
  124. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/sign/FormView.js +94 -0
  125. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/sign/index.js +338 -0
  126. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/sign/index.less +1 -0
  127. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/style.less +92 -0
  128. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/textarea/FormView.js +94 -0
  129. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/textarea/index.js +328 -0
  130. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/textarea/index.less +1 -0
  131. package/lib/vtx-zf-modal/components/Document/index.js +84 -0
  132. package/lib/vtx-zf-modal/components/Document/index.less +47 -0
  133. package/lib/vtx-zf-modal/components/File/index.js +192 -0
  134. package/lib/vtx-zf-modal/components/File/index.less +43 -0
  135. package/lib/vtx-zf-modal/components/Process/index.js +196 -0
  136. package/lib/vtx-zf-modal/components/Process/index.less +107 -0
  137. package/lib/vtx-zf-modal/components/Record/index.js +108 -0
  138. package/lib/vtx-zf-modal/components/Record/index.less +34 -0
  139. package/lib/vtx-zf-modal/components/Right/index.js +45 -0
  140. package/lib/vtx-zf-modal/components/index.js +6 -0
  141. package/lib/vtx-zf-modal/index.js +125 -0
  142. package/lib/vtx-zf-modal/style/index.js +7 -0
  143. package/lib/vtx-zf-modal/style/index.less +1 -0
  144. package/package.json +2 -1
@@ -0,0 +1,222 @@
1
+ !function (e) {
2
+ var a = e.gl = e.gl || {};
3
+ a.dictionary = Object.assign(a.dictionary || {}, {
4
+ "%0 of %1": "%0 de %1",
5
+ "Align cell text to the bottom": "Aliñar o texto da cela á base",
6
+ "Align cell text to the center": "Aliñar o texto da cela ao centro",
7
+ "Align cell text to the left": "Aliñar o texto da cela á esquerda",
8
+ "Align cell text to the middle": "Aliñar o texto da cela ao medio",
9
+ "Align cell text to the right": "Aliña o texto da cela á dereita",
10
+ "Align cell text to the top": "Aliñar o texto da cela á parte superior",
11
+ "Align center": "Centrar horizontalmente",
12
+ "Align left": "Aliñar á esquerda",
13
+ "Align right": "Aliñar á dereita",
14
+ "Align table to the left": "Aliñar a táboa á esquerda",
15
+ "Align table to the right": "Aliñar a táboa á dereita",
16
+ Alignment: "Aliñamento",
17
+ Aquamarine: "Augamariña",
18
+ Background: "Fondo",
19
+ Big: "Grande",
20
+ Black: "Negro",
21
+ "Block quote": "Cita de bloque",
22
+ Blue: "Azul",
23
+ Bold: "Negra",
24
+ Border: "Bordo",
25
+ "Break text": "Romper o texto",
26
+ "Bulleted List": "Lista con viñetas",
27
+ "Bulleted list styles toolbar": "Barra de ferramentas de estilos de lista con viñetas",
28
+ Cancel: "Cancelar",
29
+ "Cannot determine a category for the uploaded file.": "Non é posíbel determinar unha categoría para o ficheiro cargado.",
30
+ "Cannot upload file:": "Non é posíbel cargar o ficheiro:",
31
+ "Caption for image: %0": "Lenda da imaxe: %0",
32
+ "Caption for the image": "Lenda da imaxe",
33
+ "Cell properties": "Propiedades da cela",
34
+ "Center table": "Centrar a táboa",
35
+ "Centered image": "Imaxe centrada horizontalmente",
36
+ "Change image text alternative": "Cambiar o texto alternativo da imaxe",
37
+ "Choose heading": "Escolla o título",
38
+ Circle: "Círculos",
39
+ Code: "Código",
40
+ Color: "Cor",
41
+ "Color picker": "Selector de cores",
42
+ Column: "Columna",
43
+ "Could not insert image at the current position.": "Non foi posíbel inserir a imaxe na posición actual.",
44
+ "Could not obtain resized image URL.": "Non foi posíbel obter o URL da imaxe redimensionada.",
45
+ Dashed: "Raiado",
46
+ Decimal: "Decimais",
47
+ "Decimal with leading zero": "Decimais con cero á esquerda",
48
+ "Decrease indent": "Reducir sangrado",
49
+ Default: "Predeterminada",
50
+ "Delete column": "Eliminar columna",
51
+ "Delete row": "Eliminar fila",
52
+ "Dim grey": "Gris fume",
53
+ Dimensions: "Dimensións",
54
+ Disc: "Discos",
55
+ "Document colors": "Cores do documento",
56
+ Dotted: "Punteado",
57
+ Double: "Dobre",
58
+ Downloadable: "Descargábel",
59
+ "Dropdown toolbar": "Barra de ferramentas despregábel",
60
+ "Edit block": "Editar bloque",
61
+ "Edit link": "Editar a ligazón",
62
+ "Editor block content toolbar": "",
63
+ "Editor contextual toolbar": "",
64
+ "Editor editing area: %0": "Área de edición do editor: %0",
65
+ "Editor toolbar": "Barra de ferramentas do editor",
66
+ "Enter image caption": "Introduza o título da imaxe",
67
+ "Enter table caption": "Introduza o título da táboa",
68
+ "Font Background Color": "Cor do fondo da letra",
69
+ "Font Color": "Cor da letra",
70
+ "Font Family": "Familia tipográfica",
71
+ "Font Size": "Tamaño da letra",
72
+ "Full size image": "Imaxe a tamaño completo",
73
+ Green: "Verde",
74
+ Grey: "Gris",
75
+ Groove: "Rañura",
76
+ "Header column": "Cabeceira de columna",
77
+ "Header row": "Cabeceira de fila",
78
+ Heading: "Título",
79
+ "Heading 1": "Título 1",
80
+ "Heading 2": "Título 2",
81
+ "Heading 3": "Título 3",
82
+ "Heading 4": "Título 4",
83
+ "Heading 5": "Título 5",
84
+ "Heading 6": "Título 6",
85
+ Height: "Alto",
86
+ "Horizontal text alignment toolbar": "Barra de ferramentas de aliñamento de texto horizontal",
87
+ Huge: "Enorme",
88
+ "Image resize list": "Lista de tamaños de imaxe",
89
+ "Image toolbar": "Barra de ferramentas de imaxe",
90
+ "image widget": "Trebello de imaxe",
91
+ "In line": "En liña",
92
+ "Increase indent": "Aumentar sangrado",
93
+ Insert: "Inserir",
94
+ "Insert column left": "Inserir columna á esquerda",
95
+ "Insert column right": "Inserir columna á dereita",
96
+ "Insert image": "Inserir imaxe",
97
+ "Insert image or file": "Inserir imaxe ou ficheiro",
98
+ "Insert image via URL": "Inserir imaxe a través de URL",
99
+ "Insert media": "Inserir elemento multimedia",
100
+ "Insert paragraph after block": "Inserir parágrafo após o bloque",
101
+ "Insert paragraph before block": "Inserir parágrafo antes do bloque",
102
+ "Insert row above": "Inserir fila enriba",
103
+ "Insert row below": "Inserir fila embaixo",
104
+ "Insert table": "Inserir táboa",
105
+ "Inserting image failed": "Fallou a inserción da imaxe",
106
+ Inset: "Inserción",
107
+ Italic: "Itálica",
108
+ Justify: "Xustificado",
109
+ "Justify cell text": "Xustificar o texto da cela",
110
+ "Left aligned image": "Imaxe aliñada á esquerda",
111
+ "Light blue": "Azul claro",
112
+ "Light green": "Verde claro",
113
+ "Light grey": "Gris claro",
114
+ Link: "Ligar",
115
+ "Link image": "Ligazón da imaxe",
116
+ "Link URL": "URL de ligazón",
117
+ "List properties": "Lista de propiedades",
118
+ "Lower-latin": "Letras minúsculas",
119
+ "Lower–roman": "Núm, romanos en minúscula",
120
+ "Media toolbar": "Barra de ferramentas de multimedia",
121
+ "Media URL": "URL multimedia",
122
+ "media widget": "trebello multimedia",
123
+ "Merge cell down": "Combinar cela cara abaixo",
124
+ "Merge cell left": "Combinar cela cara a esquerda",
125
+ "Merge cell right": "Combinar cela cara a dereita",
126
+ "Merge cell up": "Combinar cela cara arriba",
127
+ "Merge cells": "Combinar celas",
128
+ Next: "Seguinte",
129
+ None: "Ningún",
130
+ "Numbered List": "Lista numerada",
131
+ "Numbered list styles toolbar": "Barra de ferramentas de estilos de lista numerada",
132
+ "Open file manager": "Abrir o xestor de ficheiros",
133
+ "Open in a new tab": "Abrir nunha nova lapela",
134
+ "Open link in new tab": "Abrir a ligazón nunha nova lapela",
135
+ "Open media in new tab": "",
136
+ Orange: "Laranxa",
137
+ Original: "Orixinal",
138
+ Outset: "Inicio",
139
+ Padding: "Recheo",
140
+ Paragraph: "Parágrafo",
141
+ "Paste the media URL in the input.": "Pegue o URL do medio na entrada.",
142
+ "Press Enter to type after or press Shift + Enter to type before the widget": "",
143
+ Previous: "Anterior",
144
+ Purple: "Púrpura",
145
+ Red: "Vermello",
146
+ Redo: "Refacer",
147
+ "Remove color": "Retirar a cor",
148
+ "Resize image": "Redimensionar a imaxe",
149
+ "Resize image to %0": "Redimensionar a imaxe ao %0",
150
+ "Resize image to the original size": "Aplicar o tamaño orixinal da imaxe",
151
+ "Restore default": "Restaurar valores predeterminados",
152
+ "Reversed order": "Orde inversa",
153
+ "Rich Text Editor": "Editor de texto mellorado",
154
+ Ridge: "Crista",
155
+ "Right aligned image": "Imaxe aliñada á dereita",
156
+ Row: "Fila",
157
+ Save: "Gardar",
158
+ "Select all": "Seleccionar todo",
159
+ "Select column": "Seleccionar columna",
160
+ "Select row": "Seleccionar fila",
161
+ "Selecting resized image failed": "Non foi posíbel seleccionar a imaxe redimensionada",
162
+ "Show more items": "Amosar máis elementos",
163
+ "Side image": "Lado da imaxe",
164
+ Small: "Pequena",
165
+ Solid: "Sólido",
166
+ "Split cell horizontally": "Dividir cela en horizontal",
167
+ "Split cell vertically": "Dividir cela en vertical",
168
+ Square: "Cadrados",
169
+ "Start at": "Comezar en",
170
+ "Start index must be greater than 0.": "O índice de inicio debe ser maior que 0.",
171
+ Strikethrough: "Riscado",
172
+ Style: "Estilo",
173
+ Subscript: "Subíndice",
174
+ Superscript: "Superíndice",
175
+ "Table alignment toolbar": "Barra de ferramentas de aliñamento da táboa",
176
+ "Table cell text alignment": "Aliñamento do texto das celas da táboa",
177
+ "Table properties": "Propiedades da táboa",
178
+ "Table toolbar": "Barra de ferramentas de táboas",
179
+ "Text alignment": "Aliñamento do texto",
180
+ "Text alignment toolbar": "Barra de ferramentas de aliñamento de textos",
181
+ "Text alternative": "Texto alternativo",
182
+ 'The color is invalid. Try "#FF0000" or "rgb(255,0,0)" or "red".': "A cor non é válida. Probe «#FF0000» ou «rgb(255,0,0)» ou «vermello».",
183
+ "The URL must not be empty.": "O URL non debe estar baleiro.",
184
+ 'The value is invalid. Try "10px" or "2em" or simply "2".': "O valor non é válido. Probe «10px» ou «2em» ou simplemente «2».",
185
+ "This link has no URL": "Esta ligazón non ten URL",
186
+ "This media URL is not supported.": "Este URL multimedia non é compatible.",
187
+ Tiny: "Diminuta",
188
+ "Tip: Paste the URL into the content to embed faster.": "Consello: Pegue o URL no contido para incrustalo máis rápido.",
189
+ "To-do List": "Lista de cousas por facer",
190
+ "Toggle caption off": "Desactivar os subtítulos",
191
+ "Toggle caption on": "Activar os subtítulos",
192
+ "Toggle the circle list style": "Alternar o estilo da lista «círculos»",
193
+ "Toggle the decimal list style": "Alternar o estilo da lista «decimais»",
194
+ "Toggle the decimal with leading zero list style": "Activar/desactivar o estilo «decimais con cero á esquerda»",
195
+ "Toggle the disc list style": "Alternar o estilo da lista «discos»",
196
+ "Toggle the lower–latin list style": "Activar/desactivar o estilo da lista «letras minúsculas»",
197
+ "Toggle the lower–roman list style": "Activar/desactivar o estilo da lista «núm. romanos en minúscula»",
198
+ "Toggle the square list style": "Alternar o estilo da lista «cadrados»",
199
+ "Toggle the upper–latin list style": "Activar/desactivar o estilo da lista «letras maiúsculas»",
200
+ "Toggle the upper–roman list style": "Activar/desactivar o estilo da lista «núm. romanos en maiúscula»",
201
+ Turquoise: "Turquesa",
202
+ "Type or paste your content here.": "Escriba ou pegue o seu contido aquí.",
203
+ "Type your title": "Escriba o seu título",
204
+ Underline: "Subliñado",
205
+ Undo: "Desfacer",
206
+ Unlink: "Desligar",
207
+ Update: "Actualizar",
208
+ "Update image URL": "Actualizar o URL da imaxe",
209
+ "Upload failed": "Fallou o envío",
210
+ "Upload in progress": "Envío en proceso",
211
+ "Upper-latin": "Letras maiúsculas",
212
+ "Upper-roman": "Núm, romanos en maiúscula",
213
+ "Vertical text alignment toolbar": "Barra de ferramentas de aliñamento de texto vertical",
214
+ White: "Branco",
215
+ "Widget toolbar": "Barra de ferramentas de trebellos",
216
+ Width: "Largo",
217
+ "Wrap text": "Envolver o texto",
218
+ Yellow: "Amarelo"
219
+ }), a.getPluralForm = function (e) {
220
+ return 1 != e;
221
+ };
222
+ }(window.CKEDITOR_TRANSLATIONS || (window.CKEDITOR_TRANSLATIONS = {}));
@@ -0,0 +1,22 @@
1
+ !function (o) {
2
+ var e = o.gu = o.gu || {};
3
+ e.dictionary = Object.assign(e.dictionary || {}, {
4
+ "%0 of %1": "",
5
+ "Block quote": " વિચાર ટાંકો",
6
+ Bold: "ઘાટુ - બોલ્ડ્",
7
+ Cancel: "",
8
+ "Cannot upload file:": "ફાઇલ અપલોડ ન થઇ શકી",
9
+ Code: "",
10
+ Italic: "ત્રાંસુ - ઇટલિક્",
11
+ "Remove color": "",
12
+ "Restore default": "",
13
+ Save: "",
14
+ "Show more items": "",
15
+ Strikethrough: "",
16
+ Subscript: "",
17
+ Superscript: "",
18
+ Underline: "નીચે લિટી - અન્ડરલાઇન્"
19
+ }), e.getPluralForm = function (o) {
20
+ return 1 != o;
21
+ };
22
+ }(window.CKEDITOR_TRANSLATIONS || (window.CKEDITOR_TRANSLATIONS = {}));
@@ -0,0 +1,222 @@
1
+ !function (e) {
2
+ var t = e.he = e.he || {};
3
+ t.dictionary = Object.assign(t.dictionary || {}, {
4
+ "%0 of %1": "%0 מתוך %1",
5
+ "Align cell text to the bottom": "יישר את טקסט התא לחלק התחתון",
6
+ "Align cell text to the center": "יישר את טקסט התא למרכז",
7
+ "Align cell text to the left": "יישר את טקסט התא לשמאל",
8
+ "Align cell text to the middle": "יישר את טקסט התא לאמצע",
9
+ "Align cell text to the right": "יישר את טקסט התא לימין",
10
+ "Align cell text to the top": "יישר את טקסט התא לחלק העליון",
11
+ "Align center": "יישור באמצע",
12
+ "Align left": "יישור לשמאל",
13
+ "Align right": "יישור לימין",
14
+ "Align table to the left": "יישור טבלה לשמאל",
15
+ "Align table to the right": "יישור טבלה לימין",
16
+ Alignment: "יישור",
17
+ Aquamarine: "ירוק-כחלחל",
18
+ Background: "רקע",
19
+ Big: "גדול",
20
+ Black: "שחור",
21
+ "Block quote": "בלוק ציטוט",
22
+ Blue: "כחול",
23
+ Bold: "מודגש",
24
+ Border: "גבול",
25
+ "Break text": "שבירת טקסט",
26
+ "Bulleted List": "רשימה מנוקדת",
27
+ "Bulleted list styles toolbar": "סרגל כלים של סגנונות רשימה עם תבליטים",
28
+ Cancel: "ביטול",
29
+ "Cannot determine a category for the uploaded file.": "לא ניתן לקבוע קטגוריה עבור הקובץ שהועלה.",
30
+ "Cannot upload file:": "לא ניתן להעלות את הקובץ הבא:",
31
+ "Caption for image: %0": "כותרת עבור תמונה: %0",
32
+ "Caption for the image": "כותרת עבור התמונה",
33
+ "Cell properties": "אפשרויות תא",
34
+ "Center table": "מירכוז טבלה",
35
+ "Centered image": "תמונה ממרוכזת",
36
+ "Change image text alternative": "שינוי טקסט אלטרנטיבי לתמונה",
37
+ "Choose heading": "בחר סוג כותרת",
38
+ Circle: "עיגול",
39
+ Code: "קוד",
40
+ Color: "צבע",
41
+ "Color picker": "בורר הצבעים",
42
+ Column: "עמודה",
43
+ "Could not insert image at the current position.": "לא ניתן להוסיף תמונה במיקום הנוכחי",
44
+ "Could not obtain resized image URL.": "לא ניתן להשיג תמונה מוקטנת",
45
+ Dashed: "מקווקו",
46
+ Decimal: "עשרונית",
47
+ "Decimal with leading zero": "עשרונית עם אפס מוביל",
48
+ "Decrease indent": "הקטנת הזחה",
49
+ Default: "ברירת מחדל",
50
+ "Delete column": "מחיקת עמודה",
51
+ "Delete row": "מחיקת שורה",
52
+ "Dim grey": "אפור עמום",
53
+ Dimensions: "ממדים",
54
+ Disc: "עיגול מלא",
55
+ "Document colors": "צבעי המסמך",
56
+ Dotted: "מנוקד",
57
+ Double: "כפול",
58
+ Downloadable: "ניתן להורדה",
59
+ "Dropdown toolbar": "סרגל כלים נפתח",
60
+ "Edit block": "הגדרות בלוק",
61
+ "Edit link": "עריכת קישור",
62
+ "Editor block content toolbar": "סרגל כלים של תוכן בלוק של העורך",
63
+ "Editor contextual toolbar": "סרגל כלים הקשרי של העורך",
64
+ "Editor editing area: %0": "אזור עריכה של העורך: %0",
65
+ "Editor toolbar": "סרגל הכלים",
66
+ "Enter image caption": "הזן כותרת תמונה",
67
+ "Enter table caption": "הזינו כיתוב טבלה",
68
+ "Font Background Color": "צבע הרקע של הגופן",
69
+ "Font Color": "צבע גופן",
70
+ "Font Family": "משפחת גופנים",
71
+ "Font Size": "גודל טקסט",
72
+ "Full size image": "תמונה בפריסה מלאה",
73
+ Green: "ירוק",
74
+ Grey: "אפור",
75
+ Groove: "Groove",
76
+ "Header column": "עמודת כותרת",
77
+ "Header row": "שורת כותרת",
78
+ Heading: "כותרת",
79
+ "Heading 1": "כותרת 1",
80
+ "Heading 2": "כותרת 2",
81
+ "Heading 3": "כותרת 3",
82
+ "Heading 4": "כותרת 4",
83
+ "Heading 5": "כותרת 5",
84
+ "Heading 6": "כותרת 6",
85
+ Height: "גובה",
86
+ "Horizontal text alignment toolbar": "סרגל כלים של יישור טקסט אופקי",
87
+ Huge: "ענק",
88
+ "Image resize list": "רשימת שינוי גודל תמונה",
89
+ "Image toolbar": "סרגל תמונה",
90
+ "image widget": "תמונה",
91
+ "In line": "בתוך השורה",
92
+ "Increase indent": "הגדלת הזחה",
93
+ Insert: "הכנס",
94
+ "Insert column left": "הכנסת עמודה משמאל",
95
+ "Insert column right": "הכנסת עמודה מימן",
96
+ "Insert image": "הוספת תמונה",
97
+ "Insert image or file": "הוסף תמונה או קובץ",
98
+ "Insert image via URL": "הכנסת תמונה באמצעות קישור",
99
+ "Insert media": "הכנס מדיה",
100
+ "Insert paragraph after block": "הוספת פסקה מתחת",
101
+ "Insert paragraph before block": "הוספת פסקה מעל",
102
+ "Insert row above": "הכנסת שורה מעל",
103
+ "Insert row below": "הכנה שורה מתחת",
104
+ "Insert table": "הכנס טבלה",
105
+ "Inserting image failed": "הוספת תמונה נכשלה",
106
+ Inset: "פנימי",
107
+ Italic: "נטוי",
108
+ Justify: "מרכוז גבולות",
109
+ "Justify cell text": "יישר את טקסט התא לשני הצדדים",
110
+ "Left aligned image": "תמונה מיושרת לשמאל",
111
+ "Light blue": "כחול בהיר",
112
+ "Light green": "ירוק בהיר",
113
+ "Light grey": "אפור בהיר",
114
+ Link: "קישור",
115
+ "Link image": "קישור תמונה",
116
+ "Link URL": "קישור כתובת אתר",
117
+ "List properties": "אפשרויות רשימה",
118
+ "Lower-latin": "אותיות לטיניות קטנות",
119
+ "Lower–roman": "אותיות רומיות קטנות",
120
+ "Media toolbar": "סרגל כלים של מדיה",
121
+ "Media URL": "כתובת URL של מדיה",
122
+ "media widget": "יישומון מדיה",
123
+ "Merge cell down": "מיזוג תא למטה",
124
+ "Merge cell left": "מיזוג תא שמאלה",
125
+ "Merge cell right": "מיזוג תא ימינה",
126
+ "Merge cell up": "מיזוג תא למעלה",
127
+ "Merge cells": "מיזוג תאים",
128
+ Next: "הבא",
129
+ None: "ללא",
130
+ "Numbered List": "רשימה ממוספרת",
131
+ "Numbered list styles toolbar": "סרגל כלים של סגנונות רשימה ממוספרת",
132
+ "Open file manager": "פתח את מנהל הקבצים",
133
+ "Open in a new tab": "פתח בכרטיסייה חדשה",
134
+ "Open link in new tab": "פתח קישור בכרטיסייה חדשה",
135
+ "Open media in new tab": "פתח מדיה בכרטיסיה חדשה",
136
+ Orange: "כתום",
137
+ Original: "גודל מקורי",
138
+ Outset: "חיצוני",
139
+ Padding: "מרווח",
140
+ Paragraph: "פיסקה",
141
+ "Paste the media URL in the input.": "הדביקו את כתובת ה-URL של המדיה בקלט.",
142
+ "Press Enter to type after or press Shift + Enter to type before the widget": "לחץ Enter כדי להקליד לפני היישומון או Shift + Enter כדי להקליד אחריו",
143
+ Previous: "הקודם",
144
+ Purple: "סגול",
145
+ Red: "אדום",
146
+ Redo: "ביצוע מחדש",
147
+ "Remove color": "מחיקת צבע",
148
+ "Resize image": "שנה גודל תמונה",
149
+ "Resize image to %0": "שנה את גודל התמונה ל-%0",
150
+ "Resize image to the original size": "שנה את גודל התמונה לגודל המקורי",
151
+ "Restore default": "שחזור ברירת מחדל",
152
+ "Reversed order": "סדר הפוך",
153
+ "Rich Text Editor": "עורך טקסט עשיר",
154
+ Ridge: "Ridge",
155
+ "Right aligned image": "תמונה מיושרת לימין",
156
+ Row: "שורה",
157
+ Save: "שמירה",
158
+ "Select all": "בחר הכל",
159
+ "Select column": "בחירת עמודה",
160
+ "Select row": "בחירת שורה",
161
+ "Selecting resized image failed": "בחירת תמונה מוקטנת נכשלה",
162
+ "Show more items": "הצג פריטים נוספים",
163
+ "Side image": "תמונת צד",
164
+ Small: "קטן",
165
+ Solid: "אחיד",
166
+ "Split cell horizontally": "פיצול תא אופקית",
167
+ "Split cell vertically": "פיצול תא אנכית",
168
+ Square: "ריבוע",
169
+ "Start at": "התחל ב-",
170
+ "Start index must be greater than 0.": "אינדקס ההתחלה חייב להיות גדול מ-0.",
171
+ Strikethrough: "קו חוצה",
172
+ Style: "עיצוב",
173
+ Subscript: "כתב תחתי",
174
+ Superscript: "כתב עילי",
175
+ "Table alignment toolbar": "סרגל כלים של יישור טבלה",
176
+ "Table cell text alignment": "יישור טקסט של תא טבלה",
177
+ "Table properties": "אפשרויות טבלה",
178
+ "Table toolbar": "סרגל כלים של טבלה",
179
+ "Text alignment": "יישור טקסט",
180
+ "Text alignment toolbar": "סרגל כלים יישור טקסט",
181
+ "Text alternative": "טקסט אלטרנטיבי",
182
+ 'The color is invalid. Try "#FF0000" or "rgb(255,0,0)" or "red".': 'הצבע לא חוקי. נסו "#FF0000" או "rgb(255,0,0)" או "אדום".',
183
+ "The URL must not be empty.": "כתובת URL לא יכולה להיות ריקה.",
184
+ 'The value is invalid. Try "10px" or "2em" or simply "2".': 'הערך לא חוקי. נסו "10px" או "2em" או פשוט "2".',
185
+ "This link has no URL": "לקישור זה אין כתובת אתר",
186
+ "This media URL is not supported.": "כתובת ה-URL של מדיה זו אינה נתמכת.",
187
+ Tiny: "זעיר",
188
+ "Tip: Paste the URL into the content to embed faster.": "טיפ: הדביקו את כתובת ה-URL לתוך התוכן כדי להטמיע מהר יותר.",
189
+ "To-do List": "רשימת מטלות",
190
+ "Toggle caption off": "כבה את הכיתוב",
191
+ "Toggle caption on": "הפעל את הכיתוב",
192
+ "Toggle the circle list style": "החלף מצב סגנון רשימת מעגלים",
193
+ "Toggle the decimal list style": "החלף מצב סגנון רשימה עשרונית",
194
+ "Toggle the decimal with leading zero list style": "החלף מצב סגנון רשימה עשרונית עם אפס מוביל",
195
+ "Toggle the disc list style": "החלף מצב סגנון רשימת דיסקות",
196
+ "Toggle the lower–latin list style": "החלף מצב סגנון רשימה עם אותיות לטיניות קטנות",
197
+ "Toggle the lower–roman list style": "החלף מצב סגנון רשימה עם ספרות רומיות קטנות",
198
+ "Toggle the square list style": "החלף מצב סגנון רשימת ריבועים",
199
+ "Toggle the upper–latin list style": "החלף מצב סגנון רשימה עם אותיות לטיניות גדולות",
200
+ "Toggle the upper–roman list style": "החלף מצב סגנון רשימה עם ספרות רומיות גדולות",
201
+ Turquoise: "טורקיז",
202
+ "Type or paste your content here.": "הזן או הדבק את התוכן כאן",
203
+ "Type your title": "הזן כותרת",
204
+ Underline: "קו תחתון",
205
+ Undo: "ביטול",
206
+ Unlink: "ביטול קישור",
207
+ Update: "עדכן",
208
+ "Update image URL": "עדכן את כתובת ה-URL של התמונה",
209
+ "Upload failed": "העלאה נכשלה",
210
+ "Upload in progress": "העלאה מתבצעת",
211
+ "Upper-latin": "אותיות לטיניות גדולות",
212
+ "Upper-roman": "אותיות רומיות גדולות",
213
+ "Vertical text alignment toolbar": "סרגל כלים של יישור טקסט אנכי",
214
+ White: "לבן",
215
+ "Widget toolbar": "סרגל יישומון",
216
+ Width: "רוחב",
217
+ "Wrap text": "גלישת טקסט",
218
+ Yellow: "צהוב"
219
+ }), t.getPluralForm = function (e) {
220
+ return 1 == e && e % 1 == 0 ? 0 : 2 == e && e % 1 == 0 ? 1 : e % 10 == 0 && e % 1 == 0 && e > 10 ? 2 : 3;
221
+ };
222
+ }(window.CKEDITOR_TRANSLATIONS || (window.CKEDITOR_TRANSLATIONS = {}));