You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design-vue/components/locale-provider/pt_PT.js

45 lines
1021 B

import Pagination from '../vc-pagination/locale/pt_PT';
import DatePicker from '../date-picker/locale/pt_PT';
import TimePicker from '../time-picker/locale/pt_PT';
import Calendar from '../calendar/locale/pt_PT';
7 years ago
export default {
locale: 'pt',
7 years ago
Pagination,
DatePicker,
TimePicker,
Calendar,
Table: {
7 years ago
filterTitle: 'Filtro',
filterConfirm: 'Aplicar',
filterReset: 'Reiniciar',
emptyText: 'Sem resultados',
selectAll: 'Selecionar página atual',
selectInvert: 'Inverter seleção',
7 years ago
},
Modal: {
7 years ago
okText: 'OK',
cancelText: 'Cancelar',
justOkText: 'OK',
7 years ago
},
Popconfirm: {
7 years ago
okText: 'OK',
cancelText: 'Cancelar',
7 years ago
},
Transfer: {
7 years ago
notFoundContent: 'Sem resultados',
searchPlaceholder: 'Procurar...',
itemUnit: 'item',
itemsUnit: 'itens',
7 years ago
},
Select: {
notFoundContent: 'Sem resultados',
7 years ago
},
Upload: {
7 years ago
uploading: 'A carregar...',
removeFile: 'Remover',
uploadError: 'Erro ao carregar',
previewFile: 'Pré-visualizar',
},
};