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

43 lines
1.0 KiB

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';
7 years ago
export default {
locale: 'bg',
7 years ago
Pagination,
DatePicker,
TimePicker,
Calendar,
Table: {
7 years ago
filterTitle: 'Филтриране',
filterConfirm: 'Добре',
filterReset: 'Нулриане',
selectAll: 'Избор на текуща страница',
selectInvert: 'Обръщане',
7 years ago
},
Modal: {
7 years ago
okText: 'Добре',
cancelText: 'Отказ',
justOkText: 'Добре',
7 years ago
},
Popconfirm: {
7 years ago
okText: 'Добре',
cancelText: 'Отказ',
7 years ago
},
Transfer: {
7 years ago
searchPlaceholder: 'Търсене',
itemUnit: 'избор',
itemsUnit: 'избори',
7 years ago
},
Upload: {
7 years ago
uploading: 'Качване...',
removeFile: 'Премахване',
uploadError: 'Грешка при качването',
previewFile: 'Преглед',
},
Empty: {
description: 'Няма данни',
},
};