bg_BG.js 1022 B

1234567891011121314151617181920212223242526272829
  1. const locale = {
  2. locale: 'bg_BG',
  3. today: 'Днес',
  4. now: 'Сега',
  5. backToToday: 'Към днес',
  6. ok: 'Добре',
  7. clear: 'Изчистване',
  8. month: 'Месец',
  9. year: 'Година',
  10. timeSelect: 'Избор на час',
  11. dateSelect: 'Избор на дата',
  12. monthSelect: 'Избор на месец',
  13. yearSelect: 'Избор на година',
  14. decadeSelect: 'Десетилетие',
  15. yearFormat: 'YYYY',
  16. dateFormat: 'D M YYYY',
  17. dayFormat: 'D',
  18. dateTimeFormat: 'D M YYYY HH:mm:ss',
  19. monthBeforeYear: true,
  20. previousMonth: 'Предишен месец (PageUp)',
  21. nextMonth: 'Следващ месец (PageDown)',
  22. previousYear: 'Последна година (Control + left)',
  23. nextYear: 'Следваща година (Control + right)',
  24. previousDecade: 'Предишно десетилетие',
  25. nextDecade: 'Следващо десетилетие',
  26. previousCentury: 'Последен век',
  27. nextCentury: 'Следващ век'
  28. };
  29. export default locale;