vuecssuiant-designantdreactantantd-vueenterprisefrontendui-designvue-antdvue-antd-uivue3vuecomponent
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.
44 lines
1.1 KiB
44 lines
1.1 KiB
5 years ago
|
import Pagination from '../vc-pagination/locale/bg_BG';
|
||
|
import DatePicker from '../date-picker/locale/bg_BG';
|
||
|
import TimePicker from '../time-picker/locale/bg_BG';
|
||
|
import Calendar from '../calendar/locale/bg_BG';
|
||
|
|
||
|
export default {
|
||
|
locale: 'bg',
|
||
|
Pagination,
|
||
|
DatePicker,
|
||
|
TimePicker,
|
||
|
Calendar,
|
||
|
Table: {
|
||
|
filterTitle: 'Филтриране',
|
||
|
filterConfirm: 'Добре',
|
||
|
filterReset: 'Нулиране',
|
||
|
selectAll: 'Избор на текуща страница',
|
||
|
selectInvert: 'Обръщане',
|
||
|
},
|
||
|
Modal: {
|
||
|
okText: 'Добре',
|
||
|
cancelText: 'Отказ',
|
||
|
justOkText: 'Добре',
|
||
|
},
|
||
|
Popconfirm: {
|
||
|
okText: 'Добре',
|
||
|
cancelText: 'Отказ',
|
||
|
},
|
||
|
Transfer: {
|
||
|
searchPlaceholder: 'Търсене',
|
||
|
itemUnit: 'избор',
|
||
|
itemsUnit: 'избори',
|
||
|
},
|
||
|
Upload: {
|
||
|
uploading: 'Качване...',
|
||
|
removeFile: 'Премахване',
|
||
|
uploadError: 'Грешка при качването',
|
||
|
previewFile: 'Преглед',
|
||
|
downloadFile: 'Свали файл',
|
||
|
},
|
||
|
Empty: {
|
||
|
description: 'Няма данни',
|
||
|
},
|
||
|
};
|