bg_BG.js 1.1 KB

1234567891011121314151617181920212223242526272829
  1. import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
  2. import { commonLocale } from "./common";
  3. var locale = _objectSpread(_objectSpread({}, commonLocale), {}, {
  4. locale: 'bg_BG',
  5. today: 'Днес',
  6. now: 'Сега',
  7. backToToday: 'Към днес',
  8. ok: 'Добре',
  9. clear: 'Изчистване',
  10. week: 'Седмица',
  11. month: 'Месец',
  12. year: 'Година',
  13. timeSelect: 'Избор на час',
  14. dateSelect: 'Избор на дата',
  15. monthSelect: 'Избор на месец',
  16. yearSelect: 'Избор на година',
  17. decadeSelect: 'Десетилетие',
  18. dateFormat: 'D M YYYY',
  19. dateTimeFormat: 'D M YYYY HH:mm:ss',
  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;