@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.pt = e.pt || {};
3
+ a.dictionary = Object.assign(a.dictionary || {}, {
4
+ "%0 of %1": "%0 de %1",
5
+ "Align cell text to the bottom": "Alinhar texto da célula no fundo",
6
+ "Align cell text to the center": "Alinhar texto da célula ao centro",
7
+ "Align cell text to the left": "Alinhar texto da célula à esquerda",
8
+ "Align cell text to the middle": "Alinhar texto da célula ao meio",
9
+ "Align cell text to the right": "Alinhar texto da célula à direita",
10
+ "Align cell text to the top": "Alinhar texto da célula no topo",
11
+ "Align center": "Alinhar ao centro",
12
+ "Align left": "Alinhar à esquerda",
13
+ "Align right": "Alinhar à direita",
14
+ "Align table to the left": "Alinhar tabela à esquerda",
15
+ "Align table to the right": "Alinhar tabela à direita",
16
+ Alignment: "Alinhamento",
17
+ Aquamarine: "Verde-azulado",
18
+ Background: "Fundo",
19
+ Big: "Grande",
20
+ Black: "Preto",
21
+ "Block quote": "Bloco de citação",
22
+ Blue: "Azul",
23
+ Bold: "Negrito",
24
+ Border: "Limite",
25
+ "Break text": "Quebrar texto",
26
+ "Bulleted List": "Lista não ordenada",
27
+ "Bulleted list styles toolbar": "Barra de ferramentas de estilos de lista de itens",
28
+ Cancel: "Cancelar",
29
+ "Cannot determine a category for the uploaded file.": "Não é possível determinar a categoria do ficheiro carregado.",
30
+ "Cannot upload file:": "Não foi possível carregar o ficheiro:",
31
+ "Caption for image: %0": "Legenda da imagem: %0",
32
+ "Caption for the image": "Legenda da imagem",
33
+ "Cell properties": "Propriedades da célula",
34
+ "Center table": "Centrar tabela",
35
+ "Centered image": "Imagem centrada",
36
+ "Change image text alternative": "Alterar texto alternativo da imagem",
37
+ "Choose heading": "Escolher cabeçalho",
38
+ Circle: "Círculo",
39
+ Code: "Código",
40
+ Color: "Cor",
41
+ "Color picker": "Selecionador de cor",
42
+ Column: "Coluna",
43
+ "Could not insert image at the current position.": "Não é possível inserir a imagem na posição atual.",
44
+ "Could not obtain resized image URL.": "Não é possível obter o URL da imagem redimensionada.",
45
+ Dashed: "Tracejado",
46
+ Decimal: "Decimal",
47
+ "Decimal with leading zero": "Decimal com zero inicial",
48
+ "Decrease indent": "Diminuir indentação",
49
+ Default: "Padrão",
50
+ "Delete column": "Eliminar coluna",
51
+ "Delete row": "Eliminar fila",
52
+ "Dim grey": "Cinzento-escuro",
53
+ Dimensions: "Dimensões",
54
+ Disc: "Disco",
55
+ "Document colors": "Cores do documento",
56
+ Dotted: "Pontilhado",
57
+ Double: "Duplo",
58
+ Downloadable: "Descarregável",
59
+ "Dropdown toolbar": "Barra de ferramentas do dropdown",
60
+ "Edit block": "Editar bloco",
61
+ "Edit link": "Editar link",
62
+ "Editor block content toolbar": "Barra de ferramentas de edição do conteúdo de blocos",
63
+ "Editor contextual toolbar": "Barra de ferramentas contextual de edição",
64
+ "Editor editing area: %0": "Área de edição do editor: %0",
65
+ "Editor toolbar": "Barra de ferramentas do editor",
66
+ "Enter image caption": "Indicar legenda da imagem",
67
+ "Enter table caption": "Introduzir legenda da tabela",
68
+ "Font Background Color": "Cor de Fundo da Fonte",
69
+ "Font Color": "Cor da Fonte",
70
+ "Font Family": "Família de Fontes",
71
+ "Font Size": "Tamanho da Fonte",
72
+ "Full size image": "Imagem em tamanho completo",
73
+ Green: "Verde",
74
+ Grey: "Cinzento",
75
+ Groove: "Sulcos",
76
+ "Header column": "Coluna de cabeçalho",
77
+ "Header row": "Filha de cabeçalho",
78
+ Heading: "Cabeçalho",
79
+ "Heading 1": "Cabeçalho 1",
80
+ "Heading 2": "Cabeçalho 2",
81
+ "Heading 3": "Cabeçalho 3",
82
+ "Heading 4": "Cabeçalho 4",
83
+ "Heading 5": "Cabeçalho 5",
84
+ "Heading 6": "Cabeçalho 6",
85
+ Height: "Altura",
86
+ "Horizontal text alignment toolbar": "Barra de ferramentas do alinhamento horizontal de texto",
87
+ Huge: "Enorme",
88
+ "Image resize list": "Lista de redimensionamento de imagem",
89
+ "Image toolbar": "Barra de ferramentas de imagem",
90
+ "image widget": "módulo de imagem",
91
+ "In line": "Em linha",
92
+ "Increase indent": "Aumentar indentação",
93
+ Insert: "Inserir",
94
+ "Insert column left": "Inserir coluna à esquerda",
95
+ "Insert column right": "Inserir coluna à direita",
96
+ "Insert image": "Inserir imagem",
97
+ "Insert image or file": "Inserir imagem ou ficheiro",
98
+ "Insert image via URL": "Inserir imagem através de URL",
99
+ "Insert media": "Inserir média",
100
+ "Insert paragraph after block": "Inserir parágrafo após o bloco",
101
+ "Insert paragraph before block": "Inserir parágrafo antes do bloco",
102
+ "Insert row above": "Inserir fila acima",
103
+ "Insert row below": "Inserir fila abaixo",
104
+ "Insert table": "Inserir tabela",
105
+ "Inserting image failed": "A inserção da imagem falhou",
106
+ Inset: "Interior",
107
+ Italic: "Itálico",
108
+ Justify: "Justificar",
109
+ "Justify cell text": "Justificar texto da célula",
110
+ "Left aligned image": "Imagem alinhada à esquerda",
111
+ "Light blue": "Azul-claro",
112
+ "Light green": "Verde-claro",
113
+ "Light grey": "Cinzento-claro",
114
+ Link: "Hiperligação",
115
+ "Link image": "Adicionar link a imagem",
116
+ "Link URL": "URL da ligação",
117
+ "List properties": "Propriedades da lista",
118
+ "Lower-latin": "Latim minúsculo",
119
+ "Lower–roman": "Romano minúsculo",
120
+ "Media toolbar": "Barra de ferramentas de média",
121
+ "Media URL": "URL de média",
122
+ "media widget": "widget de média",
123
+ "Merge cell down": "Unir célula abaixo",
124
+ "Merge cell left": "Unir célula à esquerda",
125
+ "Merge cell right": "Unir célula à direita",
126
+ "Merge cell up": "Unir célula acima",
127
+ "Merge cells": "Fundir células",
128
+ Next: "Seguinte",
129
+ None: "Nenhum",
130
+ "Numbered List": "Lista ordenada",
131
+ "Numbered list styles toolbar": "Barra de ferramentas de estilos de lista numerada",
132
+ "Open file manager": "Abrir gestor de ficheiros",
133
+ "Open in a new tab": "Abrir num novo separador",
134
+ "Open link in new tab": "Abrir link num novo separador",
135
+ "Open media in new tab": "Abrir ficheiro multimédia em novo separador",
136
+ Orange: "Laranja",
137
+ Original: "Original",
138
+ Outset: "Exterior",
139
+ Padding: "Enchimento",
140
+ Paragraph: "Parágrafo",
141
+ "Paste the media URL in the input.": "Cole o URL de média no input.",
142
+ "Press Enter to type after or press Shift + Enter to type before the widget": "Prima Enter para escrever depois ou Shift + Enter para escrever antes do widget",
143
+ Previous: "Anterior",
144
+ Purple: "Roxo",
145
+ Red: "Vermelho",
146
+ Redo: "Refazer",
147
+ "Remove color": "Remover cor",
148
+ "Resize image": "Redimensionar imagem",
149
+ "Resize image to %0": "Redimensionar imagem para %0",
150
+ "Resize image to the original size": "Redimensionar imagem para tamanho original",
151
+ "Restore default": "Restaurar predefinição",
152
+ "Reversed order": "Ordem invertida",
153
+ "Rich Text Editor": "Editor de texto avançado",
154
+ Ridge: "Rebordo",
155
+ "Right aligned image": "Imagem alinhada à direita",
156
+ Row: "Fila",
157
+ Save: "Guardar",
158
+ "Select all": "Selecionar todos",
159
+ "Select column": "Selecionar coluna",
160
+ "Select row": "Selecionar fila",
161
+ "Selecting resized image failed": "A seleção da imagem redimensionada falhou",
162
+ "Show more items": "Mostrar mais itens",
163
+ "Side image": "Imagem lateral",
164
+ Small: "Pequena",
165
+ Solid: "Sólido",
166
+ "Split cell horizontally": "Dividir célula horizontalmente",
167
+ "Split cell vertically": "Dividir célula verticalmente",
168
+ Square: "Quadrado",
169
+ "Start at": "Começa em",
170
+ "Start index must be greater than 0.": "O índice inicial tem de ser superior a 0.",
171
+ Strikethrough: "Riscado",
172
+ Style: "Estilo",
173
+ Subscript: "Subscrito",
174
+ Superscript: "Sobrescrito",
175
+ "Table alignment toolbar": "Barra de ferramentas do alinhamento da tabela",
176
+ "Table cell text alignment": "Alinhamento de texto das células da tabela",
177
+ "Table properties": "Propriedades da tabela",
178
+ "Table toolbar": "Barra de ferramentas da tabela",
179
+ "Text alignment": "Alinhamento de texto",
180
+ "Text alignment toolbar": "Barra de alinhamento de texto",
181
+ "Text alternative": "Texto alternativo",
182
+ 'The color is invalid. Try "#FF0000" or "rgb(255,0,0)" or "red".': 'A cor é inválida. Tente "#FF0000" ou "rgb(255,0,0)" ou "vermelho".',
183
+ "The URL must not be empty.": "O URL não pode estar vazio.",
184
+ 'The value is invalid. Try "10px" or "2em" or simply "2".': 'O valor é inválido. Tente "10px" ou "2em" ou simplesmente "2".',
185
+ "This link has no URL": "Este link não tem URL",
186
+ "This media URL is not supported.": "Este URL de média não é suportado.",
187
+ Tiny: "Mínima",
188
+ "Tip: Paste the URL into the content to embed faster.": "Dica: Cole o URL no conteúdo para incorporar mais rapidamente.",
189
+ "To-do List": "Lista de Afazeres",
190
+ "Toggle caption off": "Desativar legenda",
191
+ "Toggle caption on": "Ativar legenda",
192
+ "Toggle the circle list style": "Ativar o estilo de lista de círculos",
193
+ "Toggle the decimal list style": "Ativar o estilo de lista decimal",
194
+ "Toggle the decimal with leading zero list style": "Ativar o estilo de lista decimal com zero inicial",
195
+ "Toggle the disc list style": "Ativar o estilo de lista de discos",
196
+ "Toggle the lower–latin list style": "Ativar o estilo de lista de latim minúsculo",
197
+ "Toggle the lower–roman list style": "Ativar o estilo de lista de números romanos minúsculos",
198
+ "Toggle the square list style": "Ativar o estilo de lista de quadrados",
199
+ "Toggle the upper–latin list style": "Ativar o estilo de lista de latim maiúsculo",
200
+ "Toggle the upper–roman list style": "Ativar o estilo de lista de números romanos maiúsculos",
201
+ Turquoise: "Turquesa",
202
+ "Type or paste your content here.": "Digite ou cole o seu conteúdo aqui.",
203
+ "Type your title": "Introduza o seu título",
204
+ Underline: "Sublinhado",
205
+ Undo: "Desfazer",
206
+ Unlink: "Desligar",
207
+ Update: "Atualizar",
208
+ "Update image URL": "Atualizar URL da imagem",
209
+ "Upload failed": "Falha ao carregar",
210
+ "Upload in progress": "Carregamento em progresso",
211
+ "Upper-latin": "Latim maiúsculo",
212
+ "Upper-roman": "Romano maiúsculo",
213
+ "Vertical text alignment toolbar": "Barra de ferramentas do alinhamento vertical de texto",
214
+ White: "Branco",
215
+ "Widget toolbar": "Barra de ferramentas do widget",
216
+ Width: "Largura",
217
+ "Wrap text": "Envolver texto",
218
+ Yellow: "Amarelo"
219
+ }), a.getPluralForm = function (e) {
220
+ return 0 == e || 1 == e ? 0 : 0 != e && e % 1e6 == 0 ? 1 : 2;
221
+ };
222
+ }(window.CKEDITOR_TRANSLATIONS || (window.CKEDITOR_TRANSLATIONS = {}));
@@ -0,0 +1,222 @@
1
+ !function (e) {
2
+ var i = e.ro = e.ro || {};
3
+ i.dictionary = Object.assign(i.dictionary || {}, {
4
+ "%0 of %1": "%0 din %1",
5
+ "Align cell text to the bottom": "Alinează textul celulei jos",
6
+ "Align cell text to the center": "Alinează textul celulei la centru",
7
+ "Align cell text to the left": "Alinează textul celulei la stânga",
8
+ "Align cell text to the middle": "Alinează textul celulei la mijloc",
9
+ "Align cell text to the right": "Alinează textul celulei la dreapta",
10
+ "Align cell text to the top": "Alinează textul celulei sus",
11
+ "Align center": "Aliniază la centru",
12
+ "Align left": "Aliniază la stânga",
13
+ "Align right": "Aliniază la dreapta",
14
+ "Align table to the left": "Alinează tabela la stânga",
15
+ "Align table to the right": "Alinează tabela la dreapta",
16
+ Alignment: "Aliniere",
17
+ Aquamarine: "Acvamarin",
18
+ Background: "Fundal",
19
+ Big: "Mare",
20
+ Black: "Negru",
21
+ "Block quote": "Bloc citat",
22
+ Blue: "Albastru",
23
+ Bold: "Îngroșat",
24
+ Border: "Bordură",
25
+ "Break text": "Segmentare text",
26
+ "Bulleted List": "Listă cu puncte",
27
+ "Bulleted list styles toolbar": "Toolbar Listă cu puncte",
28
+ Cancel: "Anulare",
29
+ "Cannot determine a category for the uploaded file.": "Categoria fișierului încărcat nu poate fi stabilită.",
30
+ "Cannot upload file:": "Nu se poate încărca fișierul:",
31
+ "Caption for image: %0": "Captură pentru imagine: %0",
32
+ "Caption for the image": "Captură pentru imagine",
33
+ "Cell properties": "Proprietățile celulei",
34
+ "Center table": "Tabelă centrată",
35
+ "Centered image": "Imagine aliniată pe centru",
36
+ "Change image text alternative": "Schimbă textul alternativ al imaginii",
37
+ "Choose heading": "Alege titlu",
38
+ Circle: "Cerc",
39
+ Code: "Cod",
40
+ Color: "Culoare",
41
+ "Color picker": "Alegere culoare",
42
+ Column: "Coloană",
43
+ "Could not insert image at the current position.": "Nu se poate insera imaginea la poziția curentă.",
44
+ "Could not obtain resized image URL.": "Nu se poate obtine URL-ul imaginii redimensionate.",
45
+ Dashed: "Linii întrerupte",
46
+ Decimal: "Număr",
47
+ "Decimal with leading zero": "Număr cu zero la început ",
48
+ "Decrease indent": "Micșorează indent",
49
+ Default: "Implicită",
50
+ "Delete column": "Șterge coloană",
51
+ "Delete row": "Șterge rând",
52
+ "Dim grey": "Gri slab",
53
+ Dimensions: "Dimensiuni",
54
+ Disc: "Disc",
55
+ "Document colors": "Culorile din document",
56
+ Dotted: "Punctată",
57
+ Double: "Dublă",
58
+ Downloadable: "Descărcabil",
59
+ "Dropdown toolbar": "Bară listă opțiuni",
60
+ "Edit block": "Editează bloc",
61
+ "Edit link": "Modifică link",
62
+ "Editor block content toolbar": "Bară de instrumente editor pentru blocuri de conținut",
63
+ "Editor contextual toolbar": "Bară contextuală de instrumente editor",
64
+ "Editor editing area: %0": "Zonă editare editor: %0",
65
+ "Editor toolbar": "Bară editor",
66
+ "Enter image caption": "Introdu titlul descriptiv al imaginii",
67
+ "Enter table caption": "Adaugă subtitlul tabelei",
68
+ "Font Background Color": "Culoarea de fundal a fontului",
69
+ "Font Color": "Culoare font",
70
+ "Font Family": "Familie font",
71
+ "Font Size": "Dimensiune font",
72
+ "Full size image": "Imagine mărime completă",
73
+ Green: "Verde",
74
+ Grey: "Gri",
75
+ Groove: "Groove",
76
+ "Header column": "Antet coloană",
77
+ "Header row": "Rând antet",
78
+ Heading: "Titlu",
79
+ "Heading 1": "Titlu 1",
80
+ "Heading 2": "Titlu 2",
81
+ "Heading 3": "Titlu 3",
82
+ "Heading 4": "Titlu 4",
83
+ "Heading 5": "Titlu 5",
84
+ "Heading 6": "Titlu 6",
85
+ Height: "Înălțime",
86
+ "Horizontal text alignment toolbar": "Toolbar aliniere text orizontală",
87
+ Huge: "Foarte mare",
88
+ "Image resize list": "Lista cu mărimi de redimensionare",
89
+ "Image toolbar": "Bară imagine",
90
+ "image widget": "widget imagine",
91
+ "In line": "În linie",
92
+ "Increase indent": "Mărește indent",
93
+ Insert: "Inserează",
94
+ "Insert column left": "Inserează coloană la stânga",
95
+ "Insert column right": "Inserează coloană la dreapta",
96
+ "Insert image": "Inserează imagine",
97
+ "Insert image or file": "Inserează imagine sau fișier",
98
+ "Insert image via URL": "Inserează o imagine via URL",
99
+ "Insert media": "Inserează media",
100
+ "Insert paragraph after block": "Inserează un paragraf după bloc",
101
+ "Insert paragraph before block": "Inserează un paragraf înaintea blocului",
102
+ "Insert row above": "Inserează rând deasupra",
103
+ "Insert row below": "Inserează rând dedesubt",
104
+ "Insert table": "Inserează tabel",
105
+ "Inserting image failed": "Inserție imagine eșuată",
106
+ Inset: "Inserează",
107
+ Italic: "Cursiv",
108
+ Justify: "Aliniază stânga-dreapta",
109
+ "Justify cell text": "Textul celulei justify",
110
+ "Left aligned image": "Imagine aliniată la stânga",
111
+ "Light blue": "Albastru deschis",
112
+ "Light green": "Verde deschis",
113
+ "Light grey": "Gri deschis",
114
+ Link: "Link",
115
+ "Link image": "Link imagine",
116
+ "Link URL": "Link URL",
117
+ "List properties": "Proprietăți listă",
118
+ "Lower-latin": "Litere mici latine",
119
+ "Lower–roman": "Litere mici romane",
120
+ "Media toolbar": "Bară media",
121
+ "Media URL": "Media URL",
122
+ "media widget": "widget media",
123
+ "Merge cell down": "Îmbină celula în jos",
124
+ "Merge cell left": "Îmbină celula la stânga",
125
+ "Merge cell right": "Îmbină celula la dreapta",
126
+ "Merge cell up": "Îmbină celula în sus",
127
+ "Merge cells": "Îmbină celulele",
128
+ Next: "Înainte",
129
+ None: "Nimic",
130
+ "Numbered List": "Listă numerotată",
131
+ "Numbered list styles toolbar": "Toolbar Listă numerotată",
132
+ "Open file manager": "Deschidere manager fișiere",
133
+ "Open in a new tab": "Deschide în tab nou",
134
+ "Open link in new tab": "Deschide link în tab nou",
135
+ "Open media in new tab": "Deschideți conținutul media într-o filă nouă",
136
+ Orange: "Portocaliu",
137
+ Original: "Original",
138
+ Outset: "Elimină",
139
+ Padding: "Spațiere",
140
+ Paragraph: "Paragraf",
141
+ "Paste the media URL in the input.": "Adaugă URL-ul media in input.",
142
+ "Press Enter to type after or press Shift + Enter to type before the widget": "Apăsați Enter pentru a scrie după widget sau Shift+Enter pentru a scrie înaintea acestuia",
143
+ Previous: "Înapoi",
144
+ Purple: "Violet",
145
+ Red: "Roșu",
146
+ Redo: "Revenire",
147
+ "Remove color": "Șterge culoare",
148
+ "Resize image": "Redimensionează imaginea",
149
+ "Resize image to %0": "Redimensionează imaginea la %0",
150
+ "Resize image to the original size": "Redimensionează imaginea la mărimea originală",
151
+ "Restore default": "Reface la default",
152
+ "Reversed order": "Ordine inversată",
153
+ "Rich Text Editor": "Editor de text",
154
+ Ridge: "Crestată",
155
+ "Right aligned image": "Imagine aliniată la dreapta",
156
+ Row: "Rând",
157
+ Save: "Salvare",
158
+ "Select all": "Selectează-le pe toate",
159
+ "Select column": "Selectează coloana",
160
+ "Select row": "Selectează linia",
161
+ "Selecting resized image failed": "Selecția imaginii redimensionate eșuată",
162
+ "Show more items": "Arată mai multe elemente",
163
+ "Side image": "Imagine laterală",
164
+ Small: "Mică",
165
+ Solid: "Solidă",
166
+ "Split cell horizontally": "Scindează celula pe orizontală",
167
+ "Split cell vertically": "Scindează celula pe verticală",
168
+ Square: "Pătrat",
169
+ "Start at": "Începe de la",
170
+ "Start index must be greater than 0.": "Indexul de pornire trebuie să fie mai mare de 0.",
171
+ Strikethrough: "Tăiere text cu o linie",
172
+ Style: "Stil",
173
+ Subscript: "Indice",
174
+ Superscript: "Exponent",
175
+ "Table alignment toolbar": "Toolbar aliniere tabelă",
176
+ "Table cell text alignment": "Alinierea textului celulei tabelei",
177
+ "Table properties": "Proprietățile tabelei",
178
+ "Table toolbar": "Bară tabel",
179
+ "Text alignment": "Aliniere text",
180
+ "Text alignment toolbar": "Bara aliniere text",
181
+ "Text alternative": "Text alternativ",
182
+ 'The color is invalid. Try "#FF0000" or "rgb(255,0,0)" or "red".': 'Culoarea este invalidă. Încearcă "#FF0000" sau "rgb(255,0,0)" sau "red".',
183
+ "The URL must not be empty.": "URL-ul nu trebuie să fie gol.",
184
+ 'The value is invalid. Try "10px" or "2em" or simply "2".': 'Valoarea este invalidă. Încearcă "10px" sau "2em" sau simplu "2".',
185
+ "This link has no URL": "Acest link nu are niciun URL",
186
+ "This media URL is not supported.": "Acest URL media nu este suportat.",
187
+ Tiny: "Foarte mică",
188
+ "Tip: Paste the URL into the content to embed faster.": "Sugestie: adaugă URL-ul în conținut pentru a fi adăugat mai rapid.",
189
+ "To-do List": "Listă cu activități",
190
+ "Toggle caption off": "Dezactivați subtitlul",
191
+ "Toggle caption on": "Activați subtitlul",
192
+ "Toggle the circle list style": "Comutați stilul la lista cu cercuri",
193
+ "Toggle the decimal list style": "Comutați stilul la lista cu numere",
194
+ "Toggle the decimal with leading zero list style": "Comutați stilul la lista cu numere cu zero la început",
195
+ "Toggle the disc list style": "Comutați stilul la lista cu discuri",
196
+ "Toggle the lower–latin list style": "Comutați stilul la lista cu litere mici latine",
197
+ "Toggle the lower–roman list style": "Comutați stilul la lista cu litere mici romane",
198
+ "Toggle the square list style": "Comutați stilul la lista cu pătrate",
199
+ "Toggle the upper–latin list style": "Comutați stilul la lista cu litere mari latine",
200
+ "Toggle the upper–roman list style": "Comutați stilul la lista cu litere mari romane",
201
+ Turquoise: "Turcoaz",
202
+ "Type or paste your content here.": "Scrie sau inserează aici conținutul tău",
203
+ "Type your title": "Scrie titlul tău",
204
+ Underline: "Subliniat",
205
+ Undo: "Anulare",
206
+ Unlink: "Șterge link",
207
+ Update: "Actualizează",
208
+ "Update image URL": "Actualizează o imagine via URL",
209
+ "Upload failed": "Încărcare eșuată",
210
+ "Upload in progress": "Încărcare în curs",
211
+ "Upper-latin": "Litere mari latine",
212
+ "Upper-roman": "Litere mari romane",
213
+ "Vertical text alignment toolbar": "Toolbar aliniere text verticală",
214
+ White: "Alb",
215
+ "Widget toolbar": "Bară widget",
216
+ Width: "Lungime",
217
+ "Wrap text": "Încadrare text",
218
+ Yellow: "Galben"
219
+ }), i.getPluralForm = function (e) {
220
+ return 1 == e ? 0 : e % 100 > 19 || e % 100 == 0 && 0 != e ? 2 : 1;
221
+ };
222
+ }(window.CKEDITOR_TRANSLATIONS || (window.CKEDITOR_TRANSLATIONS = {}));