lion/packages/ui/components/calendar/translations/bg.js

11 lines
677 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default {
nextMonth: 'Следващ месец',
previousMonth: 'Предишен месец',
nextFullYear: 'Следващ година',
previousFullYear: 'Предишен година',
defaultDisabledDate: 'Тази дата не е налична. Моля, изберете друга дата.',
beforeDisabledDate:
'Тази дата не е налична. Най-ранната налична да е {params}. Моля, изберете друга дата.',
afterDisabledDate:
'Тази дата не е налична. Най-късната налична дата е {params}. Моля, изберете друга дата.',
};