add all frontend files

This commit is contained in:
2026-01-17 15:16:36 -05:00
parent ff16ae7858
commit e40287e4aa
25704 changed files with 1935289 additions and 0 deletions

29
node_modules/rc-picker/es/locale/tk_TK.js generated vendored Normal file
View File

@@ -0,0 +1,29 @@
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;