1234567891011121314151617181920212223242526272829 |
- import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
- import { commonLocale } from "./common";
- var locale = _objectSpread(_objectSpread({}, commonLocale), {}, {
- locale: 'tk_TK',
- today: 'Şugün',
- now: 'Şuwagt',
- backToToday: 'Şugüne gaýt',
- ok: 'Bolýar',
- clear: 'Arassala',
- month: 'Aý',
- week: 'Hepde',
- year: 'Ýyl',
- timeSelect: 'Wagt saýla',
- dateSelect: 'Gün saýla',
- monthSelect: 'Aý saýla',
- yearSelect: 'Ýyl saýla',
- decadeSelect: 'On ýyllygy saýla',
- dateFormat: 'D/M/YYYY',
- dateTimeFormat: 'D/M/YYYY HH:mm:ss',
- previousMonth: 'Öňki aý (PageUp)',
- nextMonth: 'Soňky aý (PageDown)',
- previousYear: 'Öňki ýyl (Control + çep)',
- nextYear: 'Soňky ýyl (Control + sag)',
- previousDecade: 'Öňki on ýyl',
- nextDecade: 'Soňky on ýyl',
- previousCentury: 'Öňki asyr',
- nextCentury: 'Soňky asyr'
- });
- export default locale;
|