ro_RO.js 987 B

123456789101112131415161718192021222324252627282930313233343536
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = void 0;
  6. const locale = {
  7. locale: 'ro_RO',
  8. today: 'Azi',
  9. now: 'Acum',
  10. backToToday: 'Înapoi la azi',
  11. ok: 'Ok',
  12. clear: 'Șterge',
  13. month: 'Lună',
  14. year: 'An',
  15. timeSelect: 'selectează timpul',
  16. dateSelect: 'selectează data',
  17. weekSelect: 'Alege o săptămână',
  18. monthSelect: 'Alege o lună',
  19. yearSelect: 'Alege un an',
  20. decadeSelect: 'Alege un deceniu',
  21. yearFormat: 'YYYY',
  22. dateFormat: 'D/M/YYYY',
  23. dayFormat: 'D',
  24. dateTimeFormat: 'D/M/YYYY HH:mm:ss',
  25. monthBeforeYear: true,
  26. previousMonth: 'Luna anterioară (PageUp)',
  27. nextMonth: 'Luna următoare (PageDown)',
  28. previousYear: 'Anul anterior (Control + stânga)',
  29. nextYear: 'Anul următor (Control + dreapta)',
  30. previousDecade: 'Deceniul anterior',
  31. nextDecade: 'Deceniul următor',
  32. previousCentury: 'Secolul anterior',
  33. nextCentury: 'Secolul următor'
  34. };
  35. var _default = exports.default = locale;