@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.ca = e.ca || {};
3
+ a.dictionary = Object.assign(a.dictionary || {}, {
4
+ "%0 of %1": "%0 de %1",
5
+ "Align cell text to the bottom": "Alinear el text de la cel·la a la part inferior",
6
+ "Align cell text to the center": "Alinear el text de la cel·la al centre",
7
+ "Align cell text to the left": "Alinear el text de la cel·la a l'esquerra",
8
+ "Align cell text to the middle": "Alinear el text de la cel·la al centre",
9
+ "Align cell text to the right": "Alinear el text de la cel·la a la dreta",
10
+ "Align cell text to the top": "Alinear el text de la cel·la a la part superior",
11
+ "Align center": "Alineació centre",
12
+ "Align left": "Alineació esquerra",
13
+ "Align right": "Alineació dreta",
14
+ "Align table to the left": "Alinear la taula a l'esquerra",
15
+ "Align table to the right": "Alinear la taula a la dreta",
16
+ Alignment: "Alineació",
17
+ Aquamarine: "Aiguamarina",
18
+ Background: "Fons",
19
+ Big: "Gran",
20
+ Black: "Negre",
21
+ "Block quote": "Cita de bloc",
22
+ Blue: "Blau",
23
+ Bold: "Negreta",
24
+ Border: "Vora",
25
+ "Break text": "Partir el text",
26
+ "Bulleted List": "Llista amb vinyetes",
27
+ "Bulleted list styles toolbar": "Barra d'eines d'estils de llista amb vinyetes",
28
+ Cancel: "Cancel·lar",
29
+ "Cannot determine a category for the uploaded file.": "No es pot determinar una categoria per al fitxer penjat.",
30
+ "Cannot upload file:": "No es pot pujar l'arxiu:",
31
+ "Caption for image: %0": "Peu de foto: %0",
32
+ "Caption for the image": "Peu de foto",
33
+ "Cell properties": "Propietats de la cel·la",
34
+ "Center table": "Centrar la taula",
35
+ "Centered image": "Imatge centrada",
36
+ "Change image text alternative": "Canviar l'alternativa del text de la imatge",
37
+ "Choose heading": "Escull capçalera",
38
+ Circle: "Cercle",
39
+ Code: "Codi",
40
+ Color: "Color",
41
+ "Color picker": "Selector de colors",
42
+ Column: "Columna",
43
+ "Could not insert image at the current position.": "No s'ha pogut inserir la imatge a la posició actual.",
44
+ "Could not obtain resized image URL.": "No s'ha pogut obtenir l'URL de la imatge redimensionada.",
45
+ Dashed: "De guions",
46
+ Decimal: "Decimal",
47
+ "Decimal with leading zero": "Decimal amb un zero al davant",
48
+ "Decrease indent": "Reduir el sagnat",
49
+ Default: "Predeterminada",
50
+ "Delete column": "Suprimir la columna",
51
+ "Delete row": "Suprimir fila",
52
+ "Dim grey": "Gris fosc",
53
+ Dimensions: "Dimensions",
54
+ Disc: "Disc",
55
+ "Document colors": "Colors del document",
56
+ Dotted: "De punts",
57
+ Double: "Doble",
58
+ Downloadable: "Es pot descarregar",
59
+ "Dropdown toolbar": "Barra d'eines desplegable",
60
+ "Edit block": "Editar bloc",
61
+ "Edit link": "Editar enllaç",
62
+ "Editor block content toolbar": "Barra d'eines de contingut del bloc de l'editor",
63
+ "Editor contextual toolbar": "Barra d'eines contextual de l'editor",
64
+ "Editor editing area: %0": "Àrea d'edició d'editor: %0",
65
+ "Editor toolbar": "Barra d'eines de l'editor",
66
+ "Enter image caption": "Introduir el peu de foto de la imatge",
67
+ "Enter table caption": "Introduir el peu de foto de la taula",
68
+ "Font Background Color": "Color de fons del tipus de lletra",
69
+ "Font Color": "Color del tipus de lletra",
70
+ "Font Family": "Font",
71
+ "Font Size": "Mida de la font",
72
+ "Full size image": "Imatge a mida completa",
73
+ Green: "Verd",
74
+ Grey: "Gris",
75
+ Groove: "De solc",
76
+ "Header column": "Columna d'encapçalament",
77
+ "Header row": "Fila d'encapçalament",
78
+ Heading: "Capçalera",
79
+ "Heading 1": "Capçalera 1",
80
+ "Heading 2": "Capçalera 2",
81
+ "Heading 3": "Capçalera 3",
82
+ "Heading 4": "Encapçalament 4",
83
+ "Heading 5": "Encapçalament 5",
84
+ "Heading 6": "Encapçalament 6",
85
+ Height: "Alçada",
86
+ "Horizontal text alignment toolbar": "Barra d'eines d'alineació de text horitzontal",
87
+ Huge: "Molt gran",
88
+ "Image resize list": "Llista de redimensionament de la imatge",
89
+ "Image toolbar": "Barra d'eines d'imatge",
90
+ "image widget": "giny d'imatge",
91
+ "In line": "A la línia",
92
+ "Increase indent": "Augmentar el sagnat",
93
+ Insert: "Introduir",
94
+ "Insert column left": "Inserir columna a l'esquerra",
95
+ "Insert column right": "Inserir la columna a la dreta",
96
+ "Insert image": "Introduir la imatge",
97
+ "Insert image or file": "Introduir una imatge o un fitxer",
98
+ "Insert image via URL": "Introduir la imatge mitjançant l'URL",
99
+ "Insert media": "Introduir multimèdia",
100
+ "Insert paragraph after block": "Inserir un paràgraf després del bloc",
101
+ "Insert paragraph before block": "Inserir un paràgraf abans del bloc",
102
+ "Insert row above": "Inserir fila a sobre",
103
+ "Insert row below": "Inserir la fila a continuació",
104
+ "Insert table": "Introduir taula",
105
+ "Inserting image failed": "No s'ha pogut inserir la imatge",
106
+ Inset: "Entrant",
107
+ Italic: "Cursiva",
108
+ Justify: "Justificar",
109
+ "Justify cell text": "Justificar el text de la cel·la",
110
+ "Left aligned image": "Imatge alineada a l'esquerra",
111
+ "Light blue": "Blau clar",
112
+ "Light green": "Verd clar",
113
+ "Light grey": "Gris clar",
114
+ Link: "Enllaç",
115
+ "Link image": "Enllaçar imatge",
116
+ "Link URL": "Enllaçar URL",
117
+ "List properties": "Llista de propietats",
118
+ "Lower-latin": "Lletres llatines en minúscules",
119
+ "Lower–roman": "Numerals romans en minúscules",
120
+ "Media toolbar": "Barra d'eines multimèdia",
121
+ "Media URL": "URL dels mitjans",
122
+ "media widget": "giny multimèdia",
123
+ "Merge cell down": "Combinar la cel·la cap avall",
124
+ "Merge cell left": "Combinar la cel·la a l'esquerra",
125
+ "Merge cell right": "Combinar la cel·la a la dreta",
126
+ "Merge cell up": "Combinar la cel·la cap amunt",
127
+ "Merge cells": "Combinar cel·les",
128
+ Next: "Següent",
129
+ None: "Cap",
130
+ "Numbered List": "Llista numerada",
131
+ "Numbered list styles toolbar": "Barra d'eines d'estils de llista numerada",
132
+ "Open file manager": "Obrir el gestor de fitxers",
133
+ "Open in a new tab": "Obrir en una pestanya nova",
134
+ "Open link in new tab": "Obrir l'enllaç en una pestanya nova",
135
+ "Open media in new tab": "Obriu l'enllaç a una nova pestanya",
136
+ Orange: "Taronja",
137
+ Original: "Original",
138
+ Outset: "Sortint",
139
+ Padding: "Padding",
140
+ Paragraph: "Pàrraf",
141
+ "Paste the media URL in the input.": "Enganxar l'URL del contingut multimèdia a l'entrada.",
142
+ "Press Enter to type after or press Shift + Enter to type before the widget": "Premeu Retorn per escriure després o premeu Maj + Retorn per escriure abans del giny",
143
+ Previous: "Anterior",
144
+ Purple: "Lila",
145
+ Red: "Vermell",
146
+ Redo: "Refer",
147
+ "Remove color": "Eliminar el color",
148
+ "Resize image": "Redimensionar la imatge",
149
+ "Resize image to %0": "Redimensiona la imatge a %0",
150
+ "Resize image to the original size": "Redimensiona la imatge a la mida original",
151
+ "Restore default": "Restaurar el valor predeterminat",
152
+ "Reversed order": "Ordre invertit",
153
+ "Rich Text Editor": "Editor de text enriquit",
154
+ Ridge: "De cresta",
155
+ "Right aligned image": "Imatge alineada a la dreta",
156
+ Row: "Fila",
157
+ Save: "Desar",
158
+ "Select all": "Seleccionar-ho tot",
159
+ "Select column": "Seleccionar columna",
160
+ "Select row": "Seleccionar fila",
161
+ "Selecting resized image failed": "S'ha produït un error en seleccionar la imatge redimensionada",
162
+ "Show more items": "Mostrar més elements",
163
+ "Side image": "Imatge lateral",
164
+ Small: "Peita",
165
+ Solid: "Sòlid",
166
+ "Split cell horizontally": "Dividir la cel·la horitzontalment",
167
+ "Split cell vertically": "Dividir la cel·la verticalment",
168
+ Square: "Quadrat",
169
+ "Start at": "Començar a",
170
+ "Start index must be greater than 0.": "L'índex inicial ha de ser superior a 0.",
171
+ Strikethrough: "Marcat",
172
+ Style: "Estil",
173
+ Subscript: "Subíndex",
174
+ Superscript: "Superíndex",
175
+ "Table alignment toolbar": "Barra d'eines d'alineació de taules",
176
+ "Table cell text alignment": "Alineació del text de la cel·la de la taula",
177
+ "Table properties": "Propietats de la taula",
178
+ "Table toolbar": "Barra d'eines de taula",
179
+ "Text alignment": "Alineació text",
180
+ "Text alignment toolbar": "Barra d'eines d'alineació de text",
181
+ "Text alternative": "Alternativa de text",
182
+ 'The color is invalid. Try "#FF0000" or "rgb(255,0,0)" or "red".': 'El color és invàlid. Prova "#FF0000" o "rgb(255,0,0)" o "vermell".',
183
+ "The URL must not be empty.": "L'URL no pot estar buit.",
184
+ 'The value is invalid. Try "10px" or "2em" or simply "2".': 'El valor és invàlid. Prova "10px" o "2em" o simplement "2".',
185
+ "This link has no URL": "Aquest enllaç no té cap URL",
186
+ "This media URL is not supported.": "Aquest URL multimèdia no és compatible.",
187
+ Tiny: "Molt petita",
188
+ "Tip: Paste the URL into the content to embed faster.": "Consell: Enganxa l'URL al contingut per inserir-lo més ràpid.",
189
+ "To-do List": "Llista de tasques pendents",
190
+ "Toggle caption off": "Desactivar el peu de foto",
191
+ "Toggle caption on": "Activar el peu de foto",
192
+ "Toggle the circle list style": "Canviar l'estil de llista de cercles",
193
+ "Toggle the decimal list style": "Canviar l'estil de llista decimal",
194
+ "Toggle the decimal with leading zero list style": "Commutar l'estil de la llista de decimals amb un zero al davant",
195
+ "Toggle the disc list style": "Canviar l'estil de llista de discs",
196
+ "Toggle the lower–latin list style": "Canviar l'estil de la llista a lletres llatines en minúscules",
197
+ "Toggle the lower–roman list style": "Canviar l'estil de la llista a numerals romans en minúscules",
198
+ "Toggle the square list style": "Canviar l'estil de llista quadrada",
199
+ "Toggle the upper–latin list style": "Canviar l'estil de la llista a lletres llatines en majúscules",
200
+ "Toggle the upper–roman list style": "Canviar l'estil de la llista a numerals romans en majúscules",
201
+ Turquoise: "Turquesa",
202
+ "Type or paste your content here.": "Escriu o enganxa el teu contingut aquí.",
203
+ "Type your title": "Escriu el teu títol",
204
+ Underline: "Subrallat",
205
+ Undo: "Desfer",
206
+ Unlink: "Desenllaçar",
207
+ Update: "Actualitzar",
208
+ "Update image URL": "Actualitzar l'URL de la imatge",
209
+ "Upload failed": "No s'ha pogut carregar",
210
+ "Upload in progress": "Carrega en curs",
211
+ "Upper-latin": "Lletres llatines en majúscules",
212
+ "Upper-roman": "Numerals romans en majúscules",
213
+ "Vertical text alignment toolbar": "Barra d'eines d'alineació de text vertical",
214
+ White: "Blanc",
215
+ "Widget toolbar": "Barra d'eines de ginys",
216
+ Width: "Amplada",
217
+ "Wrap text": "Embolcallar el text",
218
+ Yellow: "Groc"
219
+ }), a.getPluralForm = function (e) {
220
+ return 1 != e;
221
+ };
222
+ }(window.CKEDITOR_TRANSLATIONS || (window.CKEDITOR_TRANSLATIONS = {}));
@@ -0,0 +1,222 @@
1
+ !function (e) {
2
+ var t = e.cs = e.cs || {};
3
+ t.dictionary = Object.assign(t.dictionary || {}, {
4
+ "%0 of %1": "%0 z %1",
5
+ "Align cell text to the bottom": "Zarovnat text buňky dolů",
6
+ "Align cell text to the center": "Zarovnat text buňky na střed",
7
+ "Align cell text to the left": "Zarovnat text buňky doleva",
8
+ "Align cell text to the middle": "Zarovnat text buňky na střed",
9
+ "Align cell text to the right": "Zarovnat text buňky doprava",
10
+ "Align cell text to the top": "Zarovnat text buňky nahoru",
11
+ "Align center": "Zarovnat na střed",
12
+ "Align left": "Zarovnat vlevo",
13
+ "Align right": "Zarovnat vpravo",
14
+ "Align table to the left": "Zarovnat tabulku doleva",
15
+ "Align table to the right": "Zarovnat tabulku doprava",
16
+ Alignment: "Zarovnání",
17
+ Aquamarine: "Akvamarínová",
18
+ Background: "Pozadí",
19
+ Big: "Velké",
20
+ Black: "Černá",
21
+ "Block quote": "Citace",
22
+ Blue: "Modrá",
23
+ Bold: "Tučné",
24
+ Border: "Okraj",
25
+ "Break text": "Obtékání textu",
26
+ "Bulleted List": "Odrážky",
27
+ "Bulleted list styles toolbar": "Panel seznamu s odrážkami",
28
+ Cancel: "Zrušit",
29
+ "Cannot determine a category for the uploaded file.": "Nelze určit kategorii pro nahraný soubor.",
30
+ "Cannot upload file:": "Soubor nelze nahrát:",
31
+ "Caption for image: %0": "Popisek k obrázku: %0",
32
+ "Caption for the image": "Popisek k obrázku",
33
+ "Cell properties": "Vlastnosti buňky",
34
+ "Center table": "Centrovat tabulku",
35
+ "Centered image": "Obrázek zarovnaný na střed",
36
+ "Change image text alternative": "Změnit alternativní text obrázku",
37
+ "Choose heading": "Zvolte nadpis",
38
+ Circle: "Kruh",
39
+ Code: "Kódový blok",
40
+ Color: "Barva",
41
+ "Color picker": "Vybrat barvu",
42
+ Column: "Sloupec",
43
+ "Could not insert image at the current position.": "Na současnou pozici nelze vložit obrázek.",
44
+ "Could not obtain resized image URL.": "Nelze získat URL obrázku se změněnou velikostí.",
45
+ Dashed: "Čárkovaná",
46
+ Decimal: "Čísla",
47
+ "Decimal with leading zero": "Čísla s nulou na začátku",
48
+ "Decrease indent": "Zmenšit odsazení",
49
+ Default: "Výchozí",
50
+ "Delete column": "Smazat sloupec",
51
+ "Delete row": "Smazat řádek",
52
+ "Dim grey": "Tmavě šedá",
53
+ Dimensions: "Rozměry",
54
+ Disc: "Plný kruh",
55
+ "Document colors": "Barvy dokumentu",
56
+ Dotted: "Tečkovaná",
57
+ Double: "Dvojitá",
58
+ Downloadable: "Ke stažení",
59
+ "Dropdown toolbar": "Rozbalovací panel nástrojů",
60
+ "Edit block": "Upravit blok",
61
+ "Edit link": "Upravit odkaz",
62
+ "Editor block content toolbar": "Panel nástrojů obsahu bloku editoru",
63
+ "Editor contextual toolbar": "Kontextový panel nástrojů editoru",
64
+ "Editor editing area: %0": "Editační oblast editoru: %0",
65
+ "Editor toolbar": "Panel nástrojů editoru",
66
+ "Enter image caption": "Zadejte popis obrázku",
67
+ "Enter table caption": "Zadejte titulek tabulky",
68
+ "Font Background Color": "Barva pozadí písma",
69
+ "Font Color": "Barva písma",
70
+ "Font Family": "Typ písma",
71
+ "Font Size": "Velikost písma",
72
+ "Full size image": "Obrázek v plné velikosti",
73
+ Green: "Zelená",
74
+ Grey: "Šedá",
75
+ Groove: "Drážkovaná",
76
+ "Header column": "Sloupec záhlaví",
77
+ "Header row": "Řádek záhlaví",
78
+ Heading: "Nadpis",
79
+ "Heading 1": "Nadpis 1",
80
+ "Heading 2": "Nadpis 2",
81
+ "Heading 3": "Nadpis 3",
82
+ "Heading 4": "Nadpis 4",
83
+ "Heading 5": "Nadpis 5",
84
+ "Heading 6": "Nadpis 6",
85
+ Height: "Výška",
86
+ "Horizontal text alignment toolbar": "Horizontální zarovnání textu v panelu",
87
+ Huge: "Obrovské",
88
+ "Image resize list": "Seznam možností změny velikosti",
89
+ "Image toolbar": "Panel nástrojů obrázku",
90
+ "image widget": "ovládací prvek obrázku",
91
+ "In line": "Rovnoběžně s textem",
92
+ "Increase indent": "Zvětšit odsazení",
93
+ Insert: "Vložit",
94
+ "Insert column left": "Vložit sloupec vlevo",
95
+ "Insert column right": "Vložit sloupec vpravo",
96
+ "Insert image": "Vložit obrázek",
97
+ "Insert image or file": "Vložit obrázek nebo soubor",
98
+ "Insert image via URL": "Vložit obrázek pomocí URL",
99
+ "Insert media": "Vložit média",
100
+ "Insert paragraph after block": "Vložte odstavec za blok",
101
+ "Insert paragraph before block": "Vložte odstavec před blok",
102
+ "Insert row above": "Vložit řádek před",
103
+ "Insert row below": "Vložit řádek pod",
104
+ "Insert table": "Vložit tabulku",
105
+ "Inserting image failed": "Vložení obrázku selhalo",
106
+ Inset: "Vložená zevnitř",
107
+ Italic: "Kurzíva",
108
+ Justify: "Zarovnat do bloku",
109
+ "Justify cell text": "Zarovnat text buňky z obou stran",
110
+ "Left aligned image": "Obrázek zarovnaný vlevo",
111
+ "Light blue": "Světle modrá",
112
+ "Light green": "Světle zelená",
113
+ "Light grey": "Světle šedá",
114
+ Link: "Odkaz",
115
+ "Link image": "Adresa obrázku",
116
+ "Link URL": "URL odkazu",
117
+ "List properties": "Vlastnosti seznamu",
118
+ "Lower-latin": "Malá písmena",
119
+ "Lower–roman": "Malé římské čísla",
120
+ "Media toolbar": "Panel nástrojů médií",
121
+ "Media URL": "URL adresa",
122
+ "media widget": "ovládací prvek médií",
123
+ "Merge cell down": "Sloučit s buňkou pod",
124
+ "Merge cell left": "Sloučit s buňkou vlevo",
125
+ "Merge cell right": "Sloučit s buňkou vpravo",
126
+ "Merge cell up": "Sloučit s buňkou nad",
127
+ "Merge cells": "Sloučit buňky",
128
+ Next: "Další",
129
+ None: "Žádná",
130
+ "Numbered List": "Číslování",
131
+ "Numbered list styles toolbar": "Panel se styly číslovaného seznamu",
132
+ "Open file manager": "Otevřít správce souborů",
133
+ "Open in a new tab": "Otevřít v nové kartě",
134
+ "Open link in new tab": "Otevřít odkaz v nové kartě",
135
+ "Open media in new tab": "Otevřete média na nové kartě",
136
+ Orange: "Oranžová",
137
+ Original: "Originální",
138
+ Outset: "Vložená zvenku",
139
+ Padding: "Vnitřní okraj",
140
+ Paragraph: "Odstavec",
141
+ "Paste the media URL in the input.": "Vložte URL média do vstupního pole.",
142
+ "Press Enter to type after or press Shift + Enter to type before the widget": "Stisknutím klávesy Enter můžete psát za widgetem a stisknutím Shift + Enter před ním",
143
+ Previous: "Předchozí",
144
+ Purple: "Fialová",
145
+ Red: "Červená",
146
+ Redo: "Znovu",
147
+ "Remove color": "Odstranit barvu",
148
+ "Resize image": "Změnit velikost",
149
+ "Resize image to %0": "Změnit velikost na %0",
150
+ "Resize image to the original size": "Změnit velikost na původní velikost",
151
+ "Restore default": "Obnovit výchozí",
152
+ "Reversed order": "Obrácené pořadí",
153
+ "Rich Text Editor": "Textový editor",
154
+ Ridge: "Rámovaná",
155
+ "Right aligned image": "Obrázek zarovnaný vpravo",
156
+ Row: "Řádek",
157
+ Save: "Uložit",
158
+ "Select all": "Vybrat vše",
159
+ "Select column": "Vybrat sloupec",
160
+ "Select row": "Vybrat řádek",
161
+ "Selecting resized image failed": "Výběr obrázku se změněnou velikostí selhal",
162
+ "Show more items": "Zobrazit další položky",
163
+ "Side image": "Postranní obrázek",
164
+ Small: "Malé",
165
+ Solid: "Plná",
166
+ "Split cell horizontally": "Rozdělit buňky horizontálně",
167
+ "Split cell vertically": "Rozdělit buňky vertikálně",
168
+ Square: "Čtverec",
169
+ "Start at": "Začít na",
170
+ "Start index must be greater than 0.": "Počátek musí být větší jak 0.",
171
+ Strikethrough: "Přeškrtnuté",
172
+ Style: "Styl",
173
+ Subscript: "Dolní index",
174
+ Superscript: "Horní index",
175
+ "Table alignment toolbar": "Panel zarovnání tabulky",
176
+ "Table cell text alignment": "Zarovnání textu buňky tabulky",
177
+ "Table properties": "Vlastnosti tabulky",
178
+ "Table toolbar": "Panel nástrojů tabulky",
179
+ "Text alignment": "Zarovnání textu",
180
+ "Text alignment toolbar": "Panel nástrojů zarovnání textu",
181
+ "Text alternative": "Alternativní text",
182
+ 'The color is invalid. Try "#FF0000" or "rgb(255,0,0)" or "red".': 'Barva má nesprávný formát. Zkuste "#FF0000", "rgb(255,0,0)" nebo "red".',
183
+ "The URL must not be empty.": "URL adresa musí být vyplněna.",
184
+ 'The value is invalid. Try "10px" or "2em" or simply "2".': 'Hodnota je nesprávná. Zkuste "10px", "2em" nebo jednoduše "2".',
185
+ "This link has no URL": "Tento odkaz nemá žádnou URL",
186
+ "This media URL is not supported.": "Tato adresa bohužel není podporována.",
187
+ Tiny: "Drobné",
188
+ "Tip: Paste the URL into the content to embed faster.": "Rada: Vložte URL přímo do editoru pro rychlejší vnoření.",
189
+ "To-do List": "Seznam úkolů",
190
+ "Toggle caption off": "Vypnout titulek",
191
+ "Toggle caption on": "Zapnout titulek",
192
+ "Toggle the circle list style": "Přepnout na seznam s kruhovým označením",
193
+ "Toggle the decimal list style": "Přepnout na číselný seznam",
194
+ "Toggle the decimal with leading zero list style": "Přepnout na číselný seznam s nulou na začátku",
195
+ "Toggle the disc list style": "Přepnout na seznam s označením plného kruhu",
196
+ "Toggle the lower–latin list style": "Přepnout na seznam s malými písmeny",
197
+ "Toggle the lower–roman list style": "Přepnout na seznam s malými římskými čísly",
198
+ "Toggle the square list style": "Přepnout na seznam se čtvercovým označením",
199
+ "Toggle the upper–latin list style": "Přepnout na seznam s velkými písmeny",
200
+ "Toggle the upper–roman list style": "Přepnout na seznam s velkými římskými čísly",
201
+ Turquoise: "Tyrkysová",
202
+ "Type or paste your content here.": "Zde zadejte nebo vložte obsah.",
203
+ "Type your title": "Sem zadejte název",
204
+ Underline: "Podtržené",
205
+ Undo: "Zpět",
206
+ Unlink: "Odstranit odkaz",
207
+ Update: "Aktualizovat",
208
+ "Update image URL": "Aktualizovat URL obrázku",
209
+ "Upload failed": "Nahrání selhalo",
210
+ "Upload in progress": "Probíhá nahrávání",
211
+ "Upper-latin": "Velká písmena",
212
+ "Upper-roman": "Velké římské čísla",
213
+ "Vertical text alignment toolbar": "Vertikální zarovnání textu v panelu",
214
+ White: "Bílá",
215
+ "Widget toolbar": "Panel nástrojů ovládacího prvku",
216
+ Width: "Šířka",
217
+ "Wrap text": "Text nahoře a dole",
218
+ Yellow: "Žlutá"
219
+ }), t.getPluralForm = function (e) {
220
+ return 1 == e && e % 1 == 0 ? 0 : e >= 2 && e <= 4 && e % 1 == 0 ? 1 : e % 1 != 0 ? 2 : 3;
221
+ };
222
+ }(window.CKEDITOR_TRANSLATIONS || (window.CKEDITOR_TRANSLATIONS = {}));