🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
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.
 
 
 
 

47 lines
1007 B

import Pagination from '../vc-pagination/locale/sv_SE';
import DatePicker from '../date-picker/locale/sv_SE';
import TimePicker from '../time-picker/locale/sv_SE';
import Calendar from '../calendar/locale/sv_SE';
export default {
locale: 'sv',
Pagination,
DatePicker,
TimePicker,
Calendar,
Table: {
filterTitle: 'Filtermeny',
filterConfirm: 'OK',
filterReset: 'Rensa',
},
Modal: {
okText: 'OK',
cancelText: 'Avbryt',
justOkText: 'OK',
},
Popconfirm: {
okText: 'OK',
cancelText: 'Avbryt',
},
Transfer: {
searchPlaceholder: 'Sök',
itemUnit: 'element',
itemsUnit: 'element',
},
Empty: {
description: 'Ingen information',
},
Text: {
edit: 'editera',
copy: 'kopiera',
copied: 'kopierad',
expand: 'expandera',
},
Upload: {
uploading: 'Uppladdning...',
removeFile: 'Ta bort fil',
uploadError: 'Uppladdningsfel',
previewFile: 'Förhandsgranska filen',
downloadFile: 'Nedladdning fil',
},
};