tk_TK.js 899 B

1234567891011121314151617181920212223242526272829
  1. import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
  2. import { commonLocale } from "./common";
  3. var locale = _objectSpread(_objectSpread({}, commonLocale), {}, {
  4. locale: 'tk_TK',
  5. today: 'Şugün',
  6. now: 'Şuwagt',
  7. backToToday: 'Şugüne gaýt',
  8. ok: 'Bolýar',
  9. clear: 'Arassala',
  10. month: 'Aý',
  11. week: 'Hepde',
  12. year: 'Ýyl',
  13. timeSelect: 'Wagt saýla',
  14. dateSelect: 'Gün saýla',
  15. monthSelect: 'Aý saýla',
  16. yearSelect: 'Ýyl saýla',
  17. decadeSelect: 'On ýyllygy saýla',
  18. dateFormat: 'D/M/YYYY',
  19. dateTimeFormat: 'D/M/YYYY HH:mm:ss',
  20. previousMonth: 'Öňki aý (PageUp)',
  21. nextMonth: 'Soňky aý (PageDown)',
  22. previousYear: 'Öňki ýyl (Control + çep)',
  23. nextYear: 'Soňky ýyl (Control + sag)',
  24. previousDecade: 'Öňki on ýyl',
  25. nextDecade: 'Soňky on ýyl',
  26. previousCentury: 'Öňki asyr',
  27. nextCentury: 'Soňky asyr'
  28. });
  29. export default locale;