vxe-table 4.11.1 → 4.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/colgroup/style.css +0 -0
- package/es/colgroup/style.min.css +0 -0
- package/es/column/style.css +0 -0
- package/es/column/style.min.css +0 -0
- package/es/grid/style.css +83 -0
- package/es/grid/style.min.css +1 -0
- package/es/iconfont.1739871583820.ttf +0 -0
- package/es/iconfont.1739871583820.woff +0 -0
- package/es/iconfont.1739871583820.woff2 +0 -0
- package/es/index.css +1 -1
- package/es/index.min.css +1 -1
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/table/src/table.js +66 -27
- package/es/table/style.css +3476 -0
- package/es/table/style.min.css +1 -0
- package/es/toolbar/style.css +90 -0
- package/es/toolbar/style.min.css +1 -0
- package/es/ui/index.js +3 -3
- package/es/ui/src/log.js +1 -1
- package/es/ui/style.css +0 -0
- package/es/ui/style.min.css +0 -0
- package/es/v-x-e-table/style.css +0 -0
- package/es/v-x-e-table/style.min.css +0 -0
- package/es/vxe-colgroup/style.css +0 -0
- package/es/vxe-colgroup/style.min.css +0 -0
- package/es/vxe-column/style.css +0 -0
- package/es/vxe-column/style.min.css +0 -0
- package/es/vxe-grid/style.css +83 -0
- package/es/vxe-grid/style.min.css +1 -0
- package/es/vxe-table/style.css +3476 -0
- package/es/vxe-table/style.min.css +1 -0
- package/es/vxe-toolbar/style.css +90 -0
- package/es/vxe-toolbar/style.min.css +1 -0
- package/es/vxe-ui/style.css +0 -0
- package/es/vxe-ui/style.min.css +0 -0
- package/es/vxe-v-x-e-table/style.css +0 -0
- package/es/vxe-v-x-e-table/style.min.css +0 -0
- package/lib/colgroup/style/index.js +1 -0
- package/lib/colgroup/style/style.css +0 -0
- package/lib/colgroup/style/style.min.css +0 -0
- package/lib/column/style/index.js +1 -0
- package/lib/column/style/style.css +0 -0
- package/lib/column/style/style.min.css +0 -0
- package/lib/grid/style/index.js +1 -0
- package/lib/grid/style/style.css +83 -0
- package/lib/grid/style/style.min.css +1 -0
- package/lib/iconfont.1739871583820.ttf +0 -0
- package/lib/iconfont.1739871583820.woff +0 -0
- package/lib/iconfont.1739871583820.woff2 +0 -0
- package/lib/index.css +1 -1
- package/lib/index.min.css +1 -1
- package/lib/index.umd.js +68 -31
- package/lib/index.umd.min.js +1 -1
- package/lib/locale/lang/en-US.min.js +1 -1
- package/lib/locale/lang/en-US.umd.js +715 -0
- package/lib/locale/lang/es-ES.min.js +1 -1
- package/lib/locale/lang/es-ES.umd.js +722 -0
- package/lib/locale/lang/hu-HU.min.js +1 -1
- package/lib/locale/lang/hu-HU.umd.js +715 -0
- package/lib/locale/lang/ja-JP.min.js +1 -1
- package/lib/locale/lang/ja-JP.umd.js +715 -0
- package/lib/locale/lang/ko-KR.min.js +1 -1
- package/lib/locale/lang/ko-KR.umd.js +715 -0
- package/lib/locale/lang/pt-BR.min.js +1 -1
- package/lib/locale/lang/pt-BR.umd.js +715 -0
- package/lib/locale/lang/ru-RU.min.js +1 -1
- package/lib/locale/lang/ru-RU.umd.js +715 -0
- package/lib/locale/lang/uk-UA.min.js +1 -1
- package/lib/locale/lang/uk-UA.umd.js +715 -0
- package/lib/locale/lang/zh-CN.min.js +1 -1
- package/lib/locale/lang/zh-CN.umd.js +715 -0
- package/lib/locale/lang/zh-HK.min.js +1 -1
- package/lib/locale/lang/zh-HK.umd.js +23 -0
- package/lib/locale/lang/zh-MO.min.js +1 -1
- package/lib/locale/lang/zh-MO.umd.js +23 -0
- package/lib/locale/lang/zh-TC.min.js +1 -1
- package/lib/locale/lang/zh-TC.umd.js +23 -0
- package/lib/locale/lang/zh-TW.min.js +1 -1
- package/lib/locale/lang/zh-TW.umd.js +23 -0
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/table/src/table.js +65 -27
- package/lib/table/src/table.min.js +1 -1
- package/lib/table/style/index.js +1 -0
- package/lib/table/style/style.css +3476 -0
- package/lib/table/style/style.min.css +1 -0
- package/lib/toolbar/style/index.js +1 -0
- package/lib/toolbar/style/style.css +90 -0
- package/lib/toolbar/style/style.min.css +1 -0
- package/lib/ui/index.js +3 -3
- package/lib/ui/index.min.js +1 -1
- package/lib/ui/src/log.js +1 -1
- package/lib/ui/src/log.min.js +1 -1
- package/lib/ui/style/index.js +1 -0
- package/lib/ui/style/style.css +0 -0
- package/lib/ui/style/style.min.css +0 -0
- package/lib/v-x-e-table/style/index.js +1 -0
- package/lib/v-x-e-table/style/style.css +0 -0
- package/lib/v-x-e-table/style/style.min.css +0 -0
- package/lib/vxe-colgroup/style/index.js +1 -0
- package/lib/vxe-colgroup/style/style.css +0 -0
- package/lib/vxe-colgroup/style/style.min.css +0 -0
- package/lib/vxe-column/style/index.js +1 -0
- package/lib/vxe-column/style/style.css +0 -0
- package/lib/vxe-column/style/style.min.css +0 -0
- package/lib/vxe-grid/style/index.js +1 -0
- package/lib/vxe-grid/style/style.css +83 -0
- package/lib/vxe-grid/style/style.min.css +1 -0
- package/lib/vxe-table/style/index.js +1 -0
- package/lib/vxe-table/style/style.css +3476 -0
- package/lib/vxe-table/style/style.min.css +1 -0
- package/lib/vxe-toolbar/style/index.js +1 -0
- package/lib/vxe-toolbar/style/style.css +90 -0
- package/lib/vxe-toolbar/style/style.min.css +1 -0
- package/lib/vxe-ui/style/index.js +1 -0
- package/lib/vxe-ui/style/style.css +0 -0
- package/lib/vxe-ui/style/style.min.css +0 -0
- package/lib/vxe-v-x-e-table/style/index.js +1 -0
- package/lib/vxe-v-x-e-table/style/style.css +0 -0
- package/lib/vxe-v-x-e-table/style/style.min.css +0 -0
- package/package.json +1 -1
- package/packages/table/src/table.ts +69 -31
- package/packages/ui/index.ts +2 -2
- package/styles/components/table.scss +2 -0
|
@@ -0,0 +1,715 @@
|
|
|
1
|
+
(function (global, factory) {
|
|
2
|
+
if (typeof define === "function" && define.amd) {
|
|
3
|
+
define("vxe-table-lang.pt-BR", ["exports"], factory);
|
|
4
|
+
} else if (typeof exports !== "undefined") {
|
|
5
|
+
factory(exports);
|
|
6
|
+
} else {
|
|
7
|
+
var mod = {
|
|
8
|
+
exports: {}
|
|
9
|
+
};
|
|
10
|
+
factory(mod.exports);
|
|
11
|
+
global.vxeTableLangPtBR = mod.exports;
|
|
12
|
+
}
|
|
13
|
+
})(typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : this, function (_exports) {
|
|
14
|
+
"use strict";
|
|
15
|
+
|
|
16
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
17
|
+
value: true
|
|
18
|
+
});
|
|
19
|
+
_exports.default = void 0;
|
|
20
|
+
var _default = _exports.default = {
|
|
21
|
+
vxe: {
|
|
22
|
+
base: {
|
|
23
|
+
pleaseInput: 'Por favor, insira',
|
|
24
|
+
pleaseSelect: 'Selecione',
|
|
25
|
+
comma: ',',
|
|
26
|
+
fullStop: '.'
|
|
27
|
+
},
|
|
28
|
+
loading: {
|
|
29
|
+
text: 'Carregando...'
|
|
30
|
+
},
|
|
31
|
+
error: {
|
|
32
|
+
downErr: '下载失败',
|
|
33
|
+
errLargeData: '当绑定的数据量过大时,应该请使用 {0},否则可能会出现卡顿',
|
|
34
|
+
groupFixed: 'If you use group headers, the freeze columns must be set by group.',
|
|
35
|
+
groupMouseRange: 'Agrupar cabeçalhos e "{0}" não podem ser usados ao mesmo tempo, o que pode causar erros.',
|
|
36
|
+
groupTag: 'O cabeçalho da coluna de agrupamento deve usar "{0}" em vez de "{1}", o que pode causar erros.',
|
|
37
|
+
scrollErrProp: 'O parâmetro "{0}" não é suportado quando a rolagem virtual está habilitada.',
|
|
38
|
+
errConflicts: 'O argumento "{0}" entra em conflito com "{1}"',
|
|
39
|
+
unableInsert: 'Não é possível inserir na localização especificada.',
|
|
40
|
+
useErr: 'Erro ao instalar o módulo "{0}", possivelmente na ordem errada, os módulos dependentes precisam ser instalados antes da Tabela.',
|
|
41
|
+
barUnableLink: 'A barra de ferramentas não pode ser associada à tabela.',
|
|
42
|
+
expandContent: 'O slot de linha expandida deve ser "content", verifique se está correto.',
|
|
43
|
+
reqComp: 'Require "{0}" component, check whether the install is correct. https://vxeui.com/#/start/useGlobal',
|
|
44
|
+
reqModule: 'requerir o módulo "{0}".',
|
|
45
|
+
reqProp: 'Faltando o parâmetro necessário "{0}", o que pode causar um erro.',
|
|
46
|
+
emptyProp: 'A propriedade "{0}" não pode estar vazia.',
|
|
47
|
+
errProp: 'Parâmetro não suportado "{0}", possivelmente "{1}".',
|
|
48
|
+
colRepet: 'column.{0}="{0}" está duplicado, o que pode tornar algumas funcionalidades inutilizáveis.',
|
|
49
|
+
notFunc: 'método "{0}" não existe.',
|
|
50
|
+
errFunc: 'The argument "{0}" is not a method',
|
|
51
|
+
notValidators: 'Validadores globais "{0}" não existem.',
|
|
52
|
+
notFormats: 'Formatos globais "{0}" não existem.',
|
|
53
|
+
notCommands: 'Comandos globais "{0}" não existem.',
|
|
54
|
+
notSlot: 'slot "{0}" não existe',
|
|
55
|
+
noTree: 'A estrutura de árvore não suporta "{0}".',
|
|
56
|
+
notProp: 'Parâmetros não suportados "{0}"',
|
|
57
|
+
checkProp: 'A caixa de seleção pode travar quando a quantidade de dados é muito grande, é recomendado definir o parâmetro "{0}" para aumentar a velocidade de renderização ',
|
|
58
|
+
coverProp: 'The parameter "{1}" to "{0}" is repeatedly defined. This may cause an error',
|
|
59
|
+
uniField: '字段名 "{0}" 重复定义,这可能会出现错误',
|
|
60
|
+
repeatKey: '主键重复 {0}="{1}",这可能会出现错误',
|
|
61
|
+
delFunc: 'A função "{0}" está obsoleta, por favor, use "{1}".',
|
|
62
|
+
delProp: 'A propriedade "{0}" está obsoleta, por favor, use "{1}".',
|
|
63
|
+
delEvent: 'O evento "{0}" está obsoleto, por favor, use "{1}".',
|
|
64
|
+
removeProp: 'A propriedade "{0}" está obsoleta e não é recomendada, o que pode causar um erro.',
|
|
65
|
+
errFormat: 'O conteúdo formatado global deve ser definido com "VXETable.formats". Montar "formatter={0}" não é recomendado.',
|
|
66
|
+
notType: 'Tipos de arquivo não suportados "{0}"',
|
|
67
|
+
notExp: 'O navegador não suporta importação/exportação.',
|
|
68
|
+
impFields: 'Falha na importação, verifique se o nome do campo e o formato dos dados estão corretos.',
|
|
69
|
+
treeNotImp: 'A tabela de árvore não suporta importação.',
|
|
70
|
+
treeCrossDrag: '只能拖拽第一层级',
|
|
71
|
+
treeDragChild: '父级不能拖拽到自己的子级中',
|
|
72
|
+
reqPlugin: '可选扩展插件 "{1}" https://vxeui.com/other{0}/#/{1}/install'
|
|
73
|
+
},
|
|
74
|
+
table: {
|
|
75
|
+
emptyText: 'Sem dados',
|
|
76
|
+
allTitle: 'Selecionar todos / cancelar',
|
|
77
|
+
seqTitle: 'N/S',
|
|
78
|
+
actionTitle: 'Action',
|
|
79
|
+
confirmFilter: 'Confirmar',
|
|
80
|
+
resetFilter: 'Redefinir',
|
|
81
|
+
allFilter: 'Todos',
|
|
82
|
+
sortAsc: 'Ordenação ascendente: do menor para o maior',
|
|
83
|
+
sortDesc: 'Ordenação descendente: do maior para o menor',
|
|
84
|
+
filter: 'Habilitar filtro em colunas selecionadas',
|
|
85
|
+
impSuccess: 'Importado com sucesso {0} registros',
|
|
86
|
+
expLoading: 'Exportando',
|
|
87
|
+
expSuccess: 'Exportado com sucesso',
|
|
88
|
+
expError: 'Export failure',
|
|
89
|
+
expFilename: 'Exportar_{0}',
|
|
90
|
+
expOriginFilename: 'Exportar_original_{0}',
|
|
91
|
+
customTitle: 'Configurações de coluna',
|
|
92
|
+
customAll: 'Todos',
|
|
93
|
+
customConfirm: 'Confirm',
|
|
94
|
+
customClose: '关闭',
|
|
95
|
+
customCancel: 'Cancel',
|
|
96
|
+
customRestore: 'Restore',
|
|
97
|
+
maxFixedCol: 'The maximum number of Freeze columns cannot exceed {0}',
|
|
98
|
+
dragTip: '移动:{0}',
|
|
99
|
+
resizeColTip: '宽:{0} 像素',
|
|
100
|
+
resizeRowTip: '高:{0} 像素'
|
|
101
|
+
},
|
|
102
|
+
grid: {
|
|
103
|
+
selectOneRecord: 'Por favor, selecione pelo menos um registro!',
|
|
104
|
+
deleteSelectRecord: 'Tem certeza de que deseja excluir o registro selecionado?',
|
|
105
|
+
removeSelectRecord: 'Tem certeza de que deseja remover o registro selecionado?',
|
|
106
|
+
dataUnchanged: 'Dados inalterados!',
|
|
107
|
+
delSuccess: 'Registro selecionado excluído com sucesso!',
|
|
108
|
+
saveSuccess: 'Salvo com sucesso!',
|
|
109
|
+
operError: 'Ocorreu um erro, a operação falhou!'
|
|
110
|
+
},
|
|
111
|
+
select: {
|
|
112
|
+
search: 'Buscar',
|
|
113
|
+
loadingText: 'Carregando',
|
|
114
|
+
emptyText: 'Sem dados'
|
|
115
|
+
},
|
|
116
|
+
pager: {
|
|
117
|
+
goto: 'Ir para',
|
|
118
|
+
gotoTitle: 'Number',
|
|
119
|
+
pagesize: '{0}/página',
|
|
120
|
+
total: 'Total de {0} registros',
|
|
121
|
+
pageClassifier: '',
|
|
122
|
+
homePage: 'Home',
|
|
123
|
+
homePageTitle: 'Home page',
|
|
124
|
+
prevPage: 'Previous page',
|
|
125
|
+
prevPageTitle: 'Previous page',
|
|
126
|
+
nextPage: 'next page',
|
|
127
|
+
nextPageTitle: 'next page',
|
|
128
|
+
prevJump: 'Jump previous page',
|
|
129
|
+
prevJumpTitle: 'Jump previous page',
|
|
130
|
+
nextJump: 'Jump next page',
|
|
131
|
+
nextJumpTitle: 'Jump next page',
|
|
132
|
+
endPage: 'End page',
|
|
133
|
+
endPageTitle: 'End'
|
|
134
|
+
},
|
|
135
|
+
alert: {
|
|
136
|
+
title: 'System messages'
|
|
137
|
+
},
|
|
138
|
+
button: {
|
|
139
|
+
confirm: 'Confirmar',
|
|
140
|
+
cancel: 'Cancelar'
|
|
141
|
+
},
|
|
142
|
+
filter: {
|
|
143
|
+
search: 'Buscar'
|
|
144
|
+
},
|
|
145
|
+
custom: {
|
|
146
|
+
cstmTitle: 'Column Settings',
|
|
147
|
+
cstmRestore: 'Restore default',
|
|
148
|
+
cstmCancel: 'Cancelar',
|
|
149
|
+
cstmConfirm: 'Confirm',
|
|
150
|
+
cstmConfirmRestore: 'Please confirm whether to restore the default column configuration?',
|
|
151
|
+
cstmDragTarget: 'Moving: {0}',
|
|
152
|
+
setting: {
|
|
153
|
+
colSort: 'Sort',
|
|
154
|
+
sortHelpTip: 'Click and drag the icon to adjust the order of the columns.',
|
|
155
|
+
colTitle: '列标题',
|
|
156
|
+
colResizable: 'Column width (px)',
|
|
157
|
+
colVisible: 'Display',
|
|
158
|
+
colFixed: 'Freeze columns',
|
|
159
|
+
colFixedMax: 'Freeze columns (Max {0})',
|
|
160
|
+
fixedLeft: 'Left',
|
|
161
|
+
fixedUnset: 'Unset',
|
|
162
|
+
fixedRight: 'Right'
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
import: {
|
|
166
|
+
modes: {
|
|
167
|
+
covering: 'Overwrite mode (directly overwrite table data)',
|
|
168
|
+
insert: 'Bottom append (appends new data to the bottom of the table)',
|
|
169
|
+
insertTop: 'Top append (appends new data to the top of the table)',
|
|
170
|
+
insertBottom: 'Bottom append (appends new data to the bottom of the table)'
|
|
171
|
+
},
|
|
172
|
+
impTitle: 'Importar dados',
|
|
173
|
+
impFile: 'Nome do arquivo',
|
|
174
|
+
impSelect: 'Selecionar arquivo',
|
|
175
|
+
impType: 'Tipo de arquivo',
|
|
176
|
+
impOpts: 'Configurações',
|
|
177
|
+
impMode: 'Import mode',
|
|
178
|
+
impConfirm: 'Importar',
|
|
179
|
+
impCancel: 'Cancelar'
|
|
180
|
+
},
|
|
181
|
+
export: {
|
|
182
|
+
types: {
|
|
183
|
+
csv: 'CSV (Separado por vírgulas) (*.csv)',
|
|
184
|
+
html: 'Página da Web (*.html)',
|
|
185
|
+
xml: 'Dados XML (*.xml)',
|
|
186
|
+
txt: 'Texto (Separado por tabulação) (*.txt)',
|
|
187
|
+
xls: 'Pasta de trabalho do Excel 97-2003 (*.xls)',
|
|
188
|
+
xlsx: 'Pasta de trabalho do Excel (*.xlsx)',
|
|
189
|
+
pdf: 'PDF (*.pdf)'
|
|
190
|
+
},
|
|
191
|
+
modes: {
|
|
192
|
+
current: 'Dados atuais (dados da página atual)',
|
|
193
|
+
selected: 'Dados selecionados (dados selecionados na página atual)',
|
|
194
|
+
all: 'Todos os dados (incluindo todos os dados de paginação)'
|
|
195
|
+
},
|
|
196
|
+
printTitle: 'Imprimir dados',
|
|
197
|
+
expTitle: 'Exportar dados',
|
|
198
|
+
expName: 'Nome do arquivo',
|
|
199
|
+
expNamePlaceholder: 'Por favor, insira o nome do arquivo',
|
|
200
|
+
expSheetName: 'Título',
|
|
201
|
+
expSheetNamePlaceholder: 'Por favor, insira um título',
|
|
202
|
+
expType: 'Salvar o tipo',
|
|
203
|
+
expMode: 'Selecionar dados',
|
|
204
|
+
expCurrentColumn: 'Todos os campos',
|
|
205
|
+
expColumn: 'Selecionar campo',
|
|
206
|
+
expOpts: 'Configurações',
|
|
207
|
+
expOptHeader: 'Cabeçalho',
|
|
208
|
+
expHeaderTitle: 'Necessita de cabeçalho',
|
|
209
|
+
expOptFooter: 'Rodapé',
|
|
210
|
+
expFooterTitle: 'Necessita de tabela de rodapé',
|
|
211
|
+
expOptColgroup: 'Cabeçalho de grupo',
|
|
212
|
+
expColgroupTitle: 'Se existir, suporta cabeçalhos com estrutura de agrupamento',
|
|
213
|
+
expOptMerge: 'Mesclar',
|
|
214
|
+
expMergeTitle: 'Se existir, suporta células com estruturas mescladas',
|
|
215
|
+
expOptAllExpand: 'Expandir nós',
|
|
216
|
+
expAllExpandTitle: 'Se existir, todos os dados com estrutura de árvore podem ser expandidos',
|
|
217
|
+
expOptUseStyle: 'Estilos',
|
|
218
|
+
expUseStyleTitle: 'Se existir, suporta células com estilos',
|
|
219
|
+
expOptOriginal: 'Dados originais',
|
|
220
|
+
expOriginalTitle: 'Se for dados originais, é possível importá-los de volta para a tabela',
|
|
221
|
+
expPrint: 'Imprimir',
|
|
222
|
+
expConfirm: 'Exportar',
|
|
223
|
+
expCancel: 'Cancelar'
|
|
224
|
+
},
|
|
225
|
+
modal: {
|
|
226
|
+
errTitle: 'Error',
|
|
227
|
+
zoomMin: 'Minimize',
|
|
228
|
+
zoomIn: 'Maximize',
|
|
229
|
+
zoomOut: 'Restaurar',
|
|
230
|
+
close: 'Fechar',
|
|
231
|
+
miniMaxSize: 'The number of minimized Windows cannot exceed {0}.',
|
|
232
|
+
footPropErr: 'show-footer 仅用于启用表尾,需配合 show-confirm-button | show-cancel-button | 插槽使用'
|
|
233
|
+
},
|
|
234
|
+
drawer: {
|
|
235
|
+
close: 'Fechar'
|
|
236
|
+
},
|
|
237
|
+
form: {
|
|
238
|
+
folding: 'Ocultar',
|
|
239
|
+
unfolding: 'Mostrar'
|
|
240
|
+
},
|
|
241
|
+
toolbar: {
|
|
242
|
+
import: 'Importar',
|
|
243
|
+
export: 'Exportar',
|
|
244
|
+
print: 'Imprimir',
|
|
245
|
+
refresh: 'Atualizar',
|
|
246
|
+
zoomIn: 'Tela cheia',
|
|
247
|
+
zoomOut: 'Restaurar',
|
|
248
|
+
custom: 'Configurações de coluna',
|
|
249
|
+
customAll: 'Todos',
|
|
250
|
+
customConfirm: 'Confirmar',
|
|
251
|
+
customRestore: 'Redefinir',
|
|
252
|
+
fixedLeft: 'Freeze on the left',
|
|
253
|
+
fixedRight: 'Freeze on the right',
|
|
254
|
+
cancelFixed: 'Unfreeze column'
|
|
255
|
+
},
|
|
256
|
+
input: {
|
|
257
|
+
date: {
|
|
258
|
+
m1: 'Janeiro',
|
|
259
|
+
m2: 'Fevereiro',
|
|
260
|
+
m3: 'Março',
|
|
261
|
+
m4: 'Abril',
|
|
262
|
+
m5: 'Maio',
|
|
263
|
+
m6: 'Junho',
|
|
264
|
+
m7: 'Julho',
|
|
265
|
+
m8: 'Agosto',
|
|
266
|
+
m9: 'Setembro',
|
|
267
|
+
m10: 'Outubro',
|
|
268
|
+
m11: 'Novembro',
|
|
269
|
+
m12: 'Dezembro',
|
|
270
|
+
quarterLabel: '{0} trimestre',
|
|
271
|
+
monthLabel: '{0}',
|
|
272
|
+
dayLabel: '{1} {0}',
|
|
273
|
+
labelFormat: {
|
|
274
|
+
date: 'dd/MM/yyyy',
|
|
275
|
+
time: 'HH:mm:ss',
|
|
276
|
+
datetime: 'dd/MM/yyyy HH:mm:ss',
|
|
277
|
+
week: '[Semana] WW, yyyy',
|
|
278
|
+
month: 'MM/yyyy',
|
|
279
|
+
quarter: '[Trimestre] q, yyyy',
|
|
280
|
+
year: 'yyyy'
|
|
281
|
+
},
|
|
282
|
+
weeks: {
|
|
283
|
+
w: 'Semana',
|
|
284
|
+
w0: 'Dom',
|
|
285
|
+
w1: 'Seg',
|
|
286
|
+
w2: 'Ter',
|
|
287
|
+
w3: 'Qua',
|
|
288
|
+
w4: 'Qui',
|
|
289
|
+
w5: 'Sex',
|
|
290
|
+
w6: 'Sáb'
|
|
291
|
+
},
|
|
292
|
+
months: {
|
|
293
|
+
m0: 'Jan',
|
|
294
|
+
m1: 'Fev',
|
|
295
|
+
m2: 'Mar',
|
|
296
|
+
m3: 'Abr',
|
|
297
|
+
m4: 'Mai',
|
|
298
|
+
m5: 'Jun',
|
|
299
|
+
m6: 'Jul',
|
|
300
|
+
m7: 'Ago',
|
|
301
|
+
m8: 'Set',
|
|
302
|
+
m9: 'Out',
|
|
303
|
+
m10: 'Nov',
|
|
304
|
+
m11: 'Dez'
|
|
305
|
+
},
|
|
306
|
+
quarters: {
|
|
307
|
+
q1: '1º trimestre',
|
|
308
|
+
q2: '2º trimestre',
|
|
309
|
+
q3: '3º trimestre',
|
|
310
|
+
q4: '4º trimestre'
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
numberInput: {
|
|
315
|
+
currencySymbol: '$'
|
|
316
|
+
},
|
|
317
|
+
imagePreview: {
|
|
318
|
+
popupTitle: 'Preview',
|
|
319
|
+
operBtn: {
|
|
320
|
+
zoomOut: 'Reduce',
|
|
321
|
+
zoomIn: 'Enlarge',
|
|
322
|
+
pctFull: 'Proportional scaling',
|
|
323
|
+
pct11: 'Show original size',
|
|
324
|
+
rotateLeft: 'Rotate left',
|
|
325
|
+
rotateRight: 'Rotate right',
|
|
326
|
+
print: 'Click to print',
|
|
327
|
+
download: 'Click to download'
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
upload: {
|
|
331
|
+
fileBtnText: 'Click or drag',
|
|
332
|
+
imgBtnText: 'Click or drag',
|
|
333
|
+
dragPlaceholder: 'Please drag and drop the file into this area to upload it.',
|
|
334
|
+
imgSizeHint: 'Single {0}',
|
|
335
|
+
imgCountHint: 'Up to {0}',
|
|
336
|
+
fileTypeHint: 'Support {0} file types',
|
|
337
|
+
fileSizeHint: 'Single file size does not exceed {0}',
|
|
338
|
+
fileCountHint: 'Up to {0} file can be uploaded',
|
|
339
|
+
uploadTypeErr: '文件类型不匹配!',
|
|
340
|
+
overCountErr: 'You can only choose {0} file!',
|
|
341
|
+
overCountExtraErr: 'It has exceeded the maximum number {0}, and more than {0} file will be ignored!超出最大数量 1 个,超出的 1 个文件将被忽略!',
|
|
342
|
+
overSizeErr: 'The size of the file is not more than {0}}!',
|
|
343
|
+
reUpload: 'Re upload',
|
|
344
|
+
uploadProgress: 'Uploading {0}%',
|
|
345
|
+
uploadErr: 'Fail to upload',
|
|
346
|
+
uploadSuccess: 'Successfully upload',
|
|
347
|
+
moreBtnText: 'More ({0})',
|
|
348
|
+
viewItemTitle: 'click to view',
|
|
349
|
+
morePopup: {
|
|
350
|
+
readTitle: '查看列表',
|
|
351
|
+
imageTitle: '上传图片',
|
|
352
|
+
fileTitle: '上传文件'
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
empty: {
|
|
356
|
+
defText: '暂无数据'
|
|
357
|
+
},
|
|
358
|
+
colorPicker: {
|
|
359
|
+
clear: '清除',
|
|
360
|
+
confirm: '确认',
|
|
361
|
+
copySuccess: '已复制到剪贴板:{0}'
|
|
362
|
+
},
|
|
363
|
+
formDesign: {
|
|
364
|
+
formName: 'Form name',
|
|
365
|
+
defFormTitle: 'Unnamed form',
|
|
366
|
+
widgetPropTab: 'Field property',
|
|
367
|
+
widgetFormTab: 'Form property',
|
|
368
|
+
error: {
|
|
369
|
+
wdFormUni: '该类型的控件在表单中只允许添加一个',
|
|
370
|
+
wdSubUni: '该类型的控件在子表中只允许添加一个'
|
|
371
|
+
},
|
|
372
|
+
styleSetting: {
|
|
373
|
+
btn: 'Style setting',
|
|
374
|
+
title: 'Form style setting',
|
|
375
|
+
layoutTitle: 'Field layout',
|
|
376
|
+
verticalLayout: 'Vertical layout',
|
|
377
|
+
horizontalLayout: 'Horizontal layout',
|
|
378
|
+
styleTitle: 'Title style',
|
|
379
|
+
boldTitle: 'Bold title',
|
|
380
|
+
fontBold: 'Bold',
|
|
381
|
+
fontNormal: 'Normal',
|
|
382
|
+
colonTitle: 'Display colon',
|
|
383
|
+
colonVisible: 'Visible',
|
|
384
|
+
colonHidden: 'Hidden',
|
|
385
|
+
alignTitle: 'Title align',
|
|
386
|
+
widthTitle: 'Title width',
|
|
387
|
+
alignLeft: 'Left',
|
|
388
|
+
alignRight: 'Right',
|
|
389
|
+
unitPx: 'Px',
|
|
390
|
+
unitPct: 'Pct'
|
|
391
|
+
},
|
|
392
|
+
widget: {
|
|
393
|
+
group: {
|
|
394
|
+
base: 'Base control',
|
|
395
|
+
layout: 'Layout control',
|
|
396
|
+
system: 'System control',
|
|
397
|
+
module: 'Module control',
|
|
398
|
+
chart: 'Chart control',
|
|
399
|
+
advanced: 'Advanced control'
|
|
400
|
+
},
|
|
401
|
+
copyTitle: 'Copy_{0}',
|
|
402
|
+
component: {
|
|
403
|
+
input: 'Input',
|
|
404
|
+
textarea: 'Textarea',
|
|
405
|
+
select: 'Select',
|
|
406
|
+
row: 'Row/column',
|
|
407
|
+
title: 'Title',
|
|
408
|
+
text: 'Text',
|
|
409
|
+
subtable: 'Subtable',
|
|
410
|
+
VxeSwitch: 'Yes/no',
|
|
411
|
+
VxeInput: 'Input',
|
|
412
|
+
VxeNumberInput: 'Number',
|
|
413
|
+
VxeDatePicker: 'Date',
|
|
414
|
+
VxeTextarea: 'Textarea',
|
|
415
|
+
VxeSelect: 'Select',
|
|
416
|
+
VxeTreeSelect: 'Tree select',
|
|
417
|
+
VxeRadioGroup: 'Radio',
|
|
418
|
+
VxeCheckboxGroup: 'Checkbox',
|
|
419
|
+
VxeUploadFile: 'File',
|
|
420
|
+
VxeUploadImage: 'Image',
|
|
421
|
+
VxeRate: 'Rate',
|
|
422
|
+
VxeSlider: 'Slider'
|
|
423
|
+
}
|
|
424
|
+
},
|
|
425
|
+
widgetProp: {
|
|
426
|
+
name: 'Field name',
|
|
427
|
+
placeholder: 'Field placeholder',
|
|
428
|
+
required: 'Required',
|
|
429
|
+
multiple: 'Allow to select multiple',
|
|
430
|
+
displaySetting: {
|
|
431
|
+
name: 'Display setting',
|
|
432
|
+
pc: 'PC',
|
|
433
|
+
mobile: 'Mobile',
|
|
434
|
+
visible: 'Visible',
|
|
435
|
+
hidden: 'Hidden'
|
|
436
|
+
},
|
|
437
|
+
dataSource: {
|
|
438
|
+
name: 'Data source',
|
|
439
|
+
defValue: 'Option {0}',
|
|
440
|
+
addOption: 'Add option',
|
|
441
|
+
batchEditOption: 'Batch edit',
|
|
442
|
+
batchEditTip: 'Each row corresponds to an option, supporting direct copying and pasting from tables, Excel, and WPS.',
|
|
443
|
+
batchEditSubTip: 'Each row corresponds to an option. If grouped, the sub items can start with spaces or tab keys, and can be directly copied and pasted from tables, Excel, or WPS.',
|
|
444
|
+
buildOption: 'Build option'
|
|
445
|
+
},
|
|
446
|
+
rowProp: {
|
|
447
|
+
colSize: 'Number of columns',
|
|
448
|
+
col2: 'Two columns',
|
|
449
|
+
col3: 'Three columns',
|
|
450
|
+
col4: 'Four columns',
|
|
451
|
+
col6: 'Six columns',
|
|
452
|
+
layout: 'Layout'
|
|
453
|
+
},
|
|
454
|
+
textProp: {
|
|
455
|
+
name: 'Content',
|
|
456
|
+
alignTitle: 'Align',
|
|
457
|
+
alignLeft: 'Left',
|
|
458
|
+
alignCenter: 'Center',
|
|
459
|
+
alignRight: 'Right',
|
|
460
|
+
colorTitle: 'Color',
|
|
461
|
+
sizeTitle: 'Font size',
|
|
462
|
+
boldTitle: 'Font bold',
|
|
463
|
+
fontNormal: 'Normal',
|
|
464
|
+
fontBold: 'Bold'
|
|
465
|
+
},
|
|
466
|
+
subtableProp: {
|
|
467
|
+
seqTitle: 'S/N',
|
|
468
|
+
showSeq: 'Display serial number',
|
|
469
|
+
showCheckbox: 'Allow multiple selections',
|
|
470
|
+
errSubDrag: 'The sub table does not support this control. Please use another control.',
|
|
471
|
+
colPlace: '将控件拖拽进来'
|
|
472
|
+
},
|
|
473
|
+
uploadProp: {
|
|
474
|
+
limitFileCount: 'File quantity limitation',
|
|
475
|
+
limitFileSize: 'File size limitation',
|
|
476
|
+
multiFile: 'Allows multiple files',
|
|
477
|
+
limitImgCount: 'Image quantity limitation',
|
|
478
|
+
limitImgSize: 'Image size limitation',
|
|
479
|
+
multiImg: 'Allows multiple images'
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
},
|
|
483
|
+
listDesign: {
|
|
484
|
+
fieldSettingTab: 'Field setting',
|
|
485
|
+
listSettingTab: 'Parameter setting',
|
|
486
|
+
searchTitle: 'Search',
|
|
487
|
+
listTitle: 'List',
|
|
488
|
+
searchField: 'Search field',
|
|
489
|
+
listField: 'List field',
|
|
490
|
+
activeBtn: {
|
|
491
|
+
ActionButtonUpdate: 'Edit',
|
|
492
|
+
ActionButtonDelete: 'Delete'
|
|
493
|
+
},
|
|
494
|
+
search: {
|
|
495
|
+
addBtn: 'Edit',
|
|
496
|
+
emptyText: 'No filter condition is configured.',
|
|
497
|
+
editPopupTitle: '编辑查询字段'
|
|
498
|
+
},
|
|
499
|
+
searchPopup: {
|
|
500
|
+
colTitle: '标题',
|
|
501
|
+
saveBtn: '保存'
|
|
502
|
+
}
|
|
503
|
+
},
|
|
504
|
+
text: {
|
|
505
|
+
copySuccess: 'Successfully copied to clipboard.',
|
|
506
|
+
copyError: 'The current environment does not support this operation.'
|
|
507
|
+
},
|
|
508
|
+
countdown: {
|
|
509
|
+
formats: {
|
|
510
|
+
yyyy: '年',
|
|
511
|
+
MM: '月',
|
|
512
|
+
dd: '天',
|
|
513
|
+
HH: '时',
|
|
514
|
+
mm: '分',
|
|
515
|
+
ss: '秒'
|
|
516
|
+
}
|
|
517
|
+
},
|
|
518
|
+
plugins: {
|
|
519
|
+
extendCellArea: {
|
|
520
|
+
area: {
|
|
521
|
+
mergeErr: '无法对合并单元格进行该操作',
|
|
522
|
+
multiErr: '无法对多重选择区域进行该操作',
|
|
523
|
+
selectErr: '无法操作指定区域的单元格',
|
|
524
|
+
extendErr: '如果延伸的区域包含被合并的单元格,所有合并的单元格需大小相同',
|
|
525
|
+
pasteMultiErr: '无法粘贴,需要相同大小的复制的区域和粘贴的区域才能执行此操作',
|
|
526
|
+
cpInvalidErr: '该操作无法进行,您选择的区域中存在被禁止的列({0})'
|
|
527
|
+
},
|
|
528
|
+
fnr: {
|
|
529
|
+
title: '查找和替换',
|
|
530
|
+
findLabel: '查找',
|
|
531
|
+
replaceLabel: '替换',
|
|
532
|
+
findTitle: '查找内容:',
|
|
533
|
+
replaceTitle: '替换为:',
|
|
534
|
+
tabs: {
|
|
535
|
+
find: '查找',
|
|
536
|
+
replace: '替换'
|
|
537
|
+
},
|
|
538
|
+
filter: {
|
|
539
|
+
re: '正则表达式',
|
|
540
|
+
whole: '全词匹配',
|
|
541
|
+
sensitive: '区分大小写'
|
|
542
|
+
},
|
|
543
|
+
btns: {
|
|
544
|
+
findNext: '查找下一个',
|
|
545
|
+
findAll: '查找全部',
|
|
546
|
+
replace: '替换',
|
|
547
|
+
replaceAll: '替换全部',
|
|
548
|
+
cancel: '取消'
|
|
549
|
+
},
|
|
550
|
+
header: {
|
|
551
|
+
seq: '#',
|
|
552
|
+
cell: '单元格',
|
|
553
|
+
value: '值'
|
|
554
|
+
},
|
|
555
|
+
body: {
|
|
556
|
+
row: '行:{0}',
|
|
557
|
+
col: '列:{0}'
|
|
558
|
+
},
|
|
559
|
+
empty: '(空值)',
|
|
560
|
+
reError: '无效的正则表达式',
|
|
561
|
+
recordCount: '已找到 {0} 个单元格',
|
|
562
|
+
notCell: '找不到匹配的单元格',
|
|
563
|
+
replaceSuccess: '成功替换 {0} 个单元格'
|
|
564
|
+
}
|
|
565
|
+
},
|
|
566
|
+
filterComplexInput: {
|
|
567
|
+
menus: {
|
|
568
|
+
fixedColumn: '锁定列',
|
|
569
|
+
fixedGroup: '锁定组',
|
|
570
|
+
cancelFixed: '取消锁定',
|
|
571
|
+
fixedLeft: '锁定左侧',
|
|
572
|
+
fixedRight: '锁定右侧'
|
|
573
|
+
},
|
|
574
|
+
cases: {
|
|
575
|
+
equal: '等于',
|
|
576
|
+
gt: '大于',
|
|
577
|
+
lt: '小于',
|
|
578
|
+
begin: '开头是',
|
|
579
|
+
endin: '结尾是',
|
|
580
|
+
include: '包含',
|
|
581
|
+
isSensitive: '区分大小写'
|
|
582
|
+
}
|
|
583
|
+
},
|
|
584
|
+
filterCombination: {
|
|
585
|
+
menus: {
|
|
586
|
+
clearSort: '清除排序',
|
|
587
|
+
sortAsc: '升序',
|
|
588
|
+
sortDesc: '降序',
|
|
589
|
+
fixedColumn: '锁定列',
|
|
590
|
+
fixedGroup: '锁定组',
|
|
591
|
+
cancelFixed: '取消锁定',
|
|
592
|
+
fixedLeft: '锁定左侧',
|
|
593
|
+
fixedRight: '锁定右侧',
|
|
594
|
+
clearFilter: '清除筛选',
|
|
595
|
+
textOption: '文本筛选',
|
|
596
|
+
numberOption: '数值筛选'
|
|
597
|
+
},
|
|
598
|
+
popup: {
|
|
599
|
+
title: '自定义筛选的方式',
|
|
600
|
+
currColumnTitle: '当前列:',
|
|
601
|
+
and: '与',
|
|
602
|
+
or: '或',
|
|
603
|
+
describeHtml: '可用 ? 代表单个字符<br/>用 * 代表任意多个字符'
|
|
604
|
+
},
|
|
605
|
+
cases: {
|
|
606
|
+
equal: '等于',
|
|
607
|
+
unequal: '不等于',
|
|
608
|
+
gt: '大于',
|
|
609
|
+
ge: '大于或等于',
|
|
610
|
+
lt: '小于',
|
|
611
|
+
le: '小于或等于',
|
|
612
|
+
begin: '开头是',
|
|
613
|
+
notbegin: '开头不是',
|
|
614
|
+
endin: '结尾是',
|
|
615
|
+
notendin: '结尾不是',
|
|
616
|
+
include: '包含',
|
|
617
|
+
exclude: '不包含',
|
|
618
|
+
between: '介于',
|
|
619
|
+
custom: '自定义筛选',
|
|
620
|
+
insensitive: '不区分大小写',
|
|
621
|
+
isSensitive: '区分大小写'
|
|
622
|
+
},
|
|
623
|
+
empty: '(空白)',
|
|
624
|
+
notData: '无匹配项'
|
|
625
|
+
}
|
|
626
|
+
},
|
|
627
|
+
renderer: {
|
|
628
|
+
search: 'Buscar',
|
|
629
|
+
cases: {
|
|
630
|
+
equal: 'Igual',
|
|
631
|
+
unequal: 'Não igual',
|
|
632
|
+
gt: 'Maior que',
|
|
633
|
+
ge: 'Maior ou igual a',
|
|
634
|
+
lt: 'Menor que',
|
|
635
|
+
le: 'Menor ou igual a',
|
|
636
|
+
begin: 'Começa com',
|
|
637
|
+
notbegin: 'Não começa com',
|
|
638
|
+
endin: 'Termina com',
|
|
639
|
+
notendin: 'Não termina com',
|
|
640
|
+
include: 'Inclui',
|
|
641
|
+
exclude: 'Exclusivo',
|
|
642
|
+
between: 'Entre',
|
|
643
|
+
custom: 'Filtro personalizado',
|
|
644
|
+
insensitive: 'Sem diferenciação de maiúsculas e minúsculas',
|
|
645
|
+
isSensitive: 'Diferenciação de maiúsculas e minúsculas'
|
|
646
|
+
},
|
|
647
|
+
combination: {
|
|
648
|
+
menus: {
|
|
649
|
+
clearSort: 'Limpar ordenação',
|
|
650
|
+
sortAsc: 'Ordem ascendente',
|
|
651
|
+
sortDesc: 'Ordem descendente',
|
|
652
|
+
fixedColumn: 'Coluna fixa',
|
|
653
|
+
fixedGroup: 'Grupo fixo',
|
|
654
|
+
cancelFixed: 'Limpar fixação',
|
|
655
|
+
fixedLeft: 'Fixar à esquerda',
|
|
656
|
+
fixedRight: 'Fixar à direita',
|
|
657
|
+
clearFilter: 'Limpar filtro',
|
|
658
|
+
textOption: 'Filtro de texto',
|
|
659
|
+
numberOption: 'Filtro numérico'
|
|
660
|
+
},
|
|
661
|
+
popup: {
|
|
662
|
+
title: 'Filtragem personalizada',
|
|
663
|
+
currColumnTitle: 'Coluna atual:',
|
|
664
|
+
and: 'E',
|
|
665
|
+
or: 'Ou',
|
|
666
|
+
describeHtml: 'Use ? para representar um único caractere <br/> use * para representar qualquer número de caracteres'
|
|
667
|
+
},
|
|
668
|
+
empty: '(Vazio)',
|
|
669
|
+
notData: 'Sem dados'
|
|
670
|
+
}
|
|
671
|
+
},
|
|
672
|
+
pro: {
|
|
673
|
+
area: {
|
|
674
|
+
mergeErr: 'A operação não pode ser realizada em células mescladas',
|
|
675
|
+
multiErr: 'A operação não pode ser realizada em áreas de seleção múltipla',
|
|
676
|
+
extendErr: 'Se a área estendida contiver células mescladas, todas as células mescladas devem ter o mesmo tamanho',
|
|
677
|
+
pasteMultiErr: 'Não é possível colar, é necessário que a área copiada e a área colada tenham o mesmo tamanho para realizar esta operação'
|
|
678
|
+
},
|
|
679
|
+
fnr: {
|
|
680
|
+
title: 'Localizar e substituir',
|
|
681
|
+
findLabel: 'Localizar',
|
|
682
|
+
replaceLabel: 'Substituir',
|
|
683
|
+
findTitle: 'O que localizar:',
|
|
684
|
+
replaceTitle: 'Substituir por:',
|
|
685
|
+
tabs: {
|
|
686
|
+
find: 'Localizar',
|
|
687
|
+
replace: 'Substituir'
|
|
688
|
+
},
|
|
689
|
+
filter: {
|
|
690
|
+
re: 'Expressão Regular',
|
|
691
|
+
whole: 'Palavra inteira',
|
|
692
|
+
sensitive: 'Diferenciar maiúsculas e minúsculas'
|
|
693
|
+
},
|
|
694
|
+
btns: {
|
|
695
|
+
findNext: 'Localizar próximo',
|
|
696
|
+
findAll: 'Localizar todos',
|
|
697
|
+
replace: 'Substituir',
|
|
698
|
+
replaceAll: 'Substituir tudo',
|
|
699
|
+
cancel: 'Cancelar'
|
|
700
|
+
},
|
|
701
|
+
header: {
|
|
702
|
+
seq: '#',
|
|
703
|
+
cell: 'Célula',
|
|
704
|
+
value: 'Valor'
|
|
705
|
+
},
|
|
706
|
+
empty: '(Vazio)',
|
|
707
|
+
reError: 'Expressão regular inválida',
|
|
708
|
+
recordCount: 'Encontradas {0} células',
|
|
709
|
+
notCell: 'Não foram encontradas células correspondentes',
|
|
710
|
+
replaceSuccess: 'Substituído com sucesso {0} células'
|
|
711
|
+
}
|
|
712
|
+
}
|
|
713
|
+
}
|
|
714
|
+
};
|
|
715
|
+
});
|