my_MM.js 1.3 KB

123456789101112131415161718192021222324252627282930
  1. import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
  2. import { commonLocale } from "./common";
  3. var locale = _objectSpread(_objectSpread({}, commonLocale), {}, {
  4. locale: 'my_MM',
  5. today: 'ယနေ့',
  6. now: 'ယခု',
  7. backToToday: 'ယနေ့မတိုင်ခင်သို့',
  8. ok: 'OK',
  9. clear: 'ရှင်းမည်',
  10. week: 'အပတ်',
  11. month: 'လ',
  12. year: 'နှစ်',
  13. timeSelect: 'အချိန်ကိုရွေး',
  14. dateSelect: 'နေ့ကိုရွေး',
  15. weekSelect: 'သီတင်းပတ်ကိုရွေး',
  16. monthSelect: 'လကိုရွေး',
  17. yearSelect: 'နှစ်ကိုရွေး',
  18. decadeSelect: 'ဆယ်စုနှစ်ကိုရွေး',
  19. dateFormat: 'M/D/YYYY',
  20. dateTimeFormat: 'M/D/YYYY HH:mm:ss',
  21. previousMonth: 'ယခင်လ (PageUp)',
  22. nextMonth: 'နောက်လ (PageDown)',
  23. previousYear: 'ယခင်နှစ် (Control + left)',
  24. nextYear: 'နောက်နှစ် (Control + right)',
  25. previousDecade: 'ယခင်ဆယ်စုနှစ်',
  26. nextDecade: 'နောက်ဆယ်စုနှစ်',
  27. previousCentury: 'ယခင်ရာစုနှစ်',
  28. nextCentury: 'နောက်ရာစုနှစ်'
  29. });
  30. export default locale;