Latest updates from IceHrmPro
This commit is contained in:
47
web/node_modules/antd/es/locale/sv_SE.js
generated
vendored
Normal file
47
web/node_modules/antd/es/locale/sv_SE.js
generated
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
import Pagination from "rc-pagination/es/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';
|
||||
var localeValues = {
|
||||
locale: 'sv',
|
||||
Pagination: Pagination,
|
||||
DatePicker: DatePicker,
|
||||
TimePicker: TimePicker,
|
||||
Calendar: 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'
|
||||
}
|
||||
};
|
||||
export default localeValues;
|
||||
Reference in New Issue
Block a user