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/it_IT.js

45 lines
1021 B

import Pagination from '../vc-pagination/locale/it_IT'
import DatePicker from '../date-picker/locale/it_IT'
import TimePicker from '../time-picker/locale/it_IT'
import Calendar from '../calendar/locale/it_IT'
7 years ago
export default {
locale: 'it',
7 years ago
Pagination,
DatePicker,
TimePicker,
Calendar,
Table: {
7 years ago
filterTitle: 'Menu Filtro',
filterConfirm: 'OK',
filterReset: 'Reset',
emptyText: 'Nessun dato',
selectAll: 'Seleziona pagina corrente',
selectInvert: 'Selezionare Inverti',
7 years ago
},
Modal: {
7 years ago
okText: 'OK',
cancelText: 'Annulla',
justOkText: 'OK',
7 years ago
},
Popconfirm: {
7 years ago
okText: 'OK',
cancelText: 'Annulla',
7 years ago
},
Transfer: {
7 years ago
notFoundContent: 'Non trovato',
searchPlaceholder: 'Cerca qui',
itemUnit: 'articolo',
itemsUnit: 'elementi',
7 years ago
},
Select: {
notFoundContent: 'Non trovato',
7 years ago
},
Upload: {
7 years ago
uploading: 'Caricamento...',
removeFile: 'Rimuovi il file',
uploadError: 'Errore di caricamento',
previewFile: 'Anteprima file',
},
}