v1.0 with SW PWA enabled
This commit is contained in:
2
frontend/node_modules/date-fns/locale/kk/_lib/formatDistance.d.mts
generated
vendored
Normal file
2
frontend/node_modules/date-fns/locale/kk/_lib/formatDistance.d.mts
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
import type { FormatDistanceFn } from "../../types.js";
|
||||
export declare const formatDistance: FormatDistanceFn;
|
||||
2
frontend/node_modules/date-fns/locale/kk/_lib/formatDistance.d.ts
generated
vendored
Normal file
2
frontend/node_modules/date-fns/locale/kk/_lib/formatDistance.d.ts
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
import type { FormatDistanceFn } from "../../types.js";
|
||||
export declare const formatDistance: FormatDistanceFn;
|
||||
253
frontend/node_modules/date-fns/locale/kk/_lib/formatDistance.js
generated
vendored
Normal file
253
frontend/node_modules/date-fns/locale/kk/_lib/formatDistance.js
generated
vendored
Normal file
@ -0,0 +1,253 @@
|
||||
"use strict";
|
||||
exports.formatDistance = void 0;
|
||||
|
||||
const formatDistanceLocale = {
|
||||
lessThanXSeconds: {
|
||||
regular: {
|
||||
one: "1 секундтан аз",
|
||||
singularNominative: "{{count}} секундтан аз",
|
||||
singularGenitive: "{{count}} секундтан аз",
|
||||
pluralGenitive: "{{count}} секундтан аз",
|
||||
},
|
||||
future: {
|
||||
one: "бір секундтан кейін",
|
||||
singularNominative: "{{count}} секундтан кейін",
|
||||
singularGenitive: "{{count}} секундтан кейін",
|
||||
pluralGenitive: "{{count}} секундтан кейін",
|
||||
},
|
||||
},
|
||||
|
||||
xSeconds: {
|
||||
regular: {
|
||||
singularNominative: "{{count}} секунд",
|
||||
singularGenitive: "{{count}} секунд",
|
||||
pluralGenitive: "{{count}} секунд",
|
||||
},
|
||||
past: {
|
||||
singularNominative: "{{count}} секунд бұрын",
|
||||
singularGenitive: "{{count}} секунд бұрын",
|
||||
pluralGenitive: "{{count}} секунд бұрын",
|
||||
},
|
||||
future: {
|
||||
singularNominative: "{{count}} секундтан кейін",
|
||||
singularGenitive: "{{count}} секундтан кейін",
|
||||
pluralGenitive: "{{count}} секундтан кейін",
|
||||
},
|
||||
},
|
||||
|
||||
halfAMinute: (options) => {
|
||||
if (options?.addSuffix) {
|
||||
if (options.comparison && options.comparison > 0) {
|
||||
return "жарты минут ішінде";
|
||||
} else {
|
||||
return "жарты минут бұрын";
|
||||
}
|
||||
}
|
||||
|
||||
return "жарты минут";
|
||||
},
|
||||
|
||||
lessThanXMinutes: {
|
||||
regular: {
|
||||
one: "1 минуттан аз",
|
||||
singularNominative: "{{count}} минуттан аз",
|
||||
singularGenitive: "{{count}} минуттан аз",
|
||||
pluralGenitive: "{{count}} минуттан аз",
|
||||
},
|
||||
future: {
|
||||
one: "минуттан кем ",
|
||||
singularNominative: "{{count}} минуттан кем",
|
||||
singularGenitive: "{{count}} минуттан кем",
|
||||
pluralGenitive: "{{count}} минуттан кем",
|
||||
},
|
||||
},
|
||||
|
||||
xMinutes: {
|
||||
regular: {
|
||||
singularNominative: "{{count}} минут",
|
||||
singularGenitive: "{{count}} минут",
|
||||
pluralGenitive: "{{count}} минут",
|
||||
},
|
||||
past: {
|
||||
singularNominative: "{{count}} минут бұрын",
|
||||
singularGenitive: "{{count}} минут бұрын",
|
||||
pluralGenitive: "{{count}} минут бұрын",
|
||||
},
|
||||
future: {
|
||||
singularNominative: "{{count}} минуттан кейін",
|
||||
singularGenitive: "{{count}} минуттан кейін",
|
||||
pluralGenitive: "{{count}} минуттан кейін",
|
||||
},
|
||||
},
|
||||
|
||||
aboutXHours: {
|
||||
regular: {
|
||||
singularNominative: "шамамен {{count}} сағат",
|
||||
singularGenitive: "шамамен {{count}} сағат",
|
||||
pluralGenitive: "шамамен {{count}} сағат",
|
||||
},
|
||||
future: {
|
||||
singularNominative: "шамамен {{count}} сағаттан кейін",
|
||||
singularGenitive: "шамамен {{count}} сағаттан кейін",
|
||||
pluralGenitive: "шамамен {{count}} сағаттан кейін",
|
||||
},
|
||||
},
|
||||
|
||||
xHours: {
|
||||
regular: {
|
||||
singularNominative: "{{count}} сағат",
|
||||
singularGenitive: "{{count}} сағат",
|
||||
pluralGenitive: "{{count}} сағат",
|
||||
},
|
||||
},
|
||||
|
||||
xDays: {
|
||||
regular: {
|
||||
singularNominative: "{{count}} күн",
|
||||
singularGenitive: "{{count}} күн",
|
||||
pluralGenitive: "{{count}} күн",
|
||||
},
|
||||
future: {
|
||||
singularNominative: "{{count}} күннен кейін",
|
||||
singularGenitive: "{{count}} күннен кейін",
|
||||
pluralGenitive: "{{count}} күннен кейін",
|
||||
},
|
||||
},
|
||||
|
||||
aboutXWeeks: {
|
||||
type: "weeks",
|
||||
one: "шамамен 1 апта",
|
||||
other: "шамамен {{count}} апта",
|
||||
},
|
||||
|
||||
xWeeks: {
|
||||
type: "weeks",
|
||||
one: "1 апта",
|
||||
other: "{{count}} апта",
|
||||
},
|
||||
|
||||
aboutXMonths: {
|
||||
regular: {
|
||||
singularNominative: "шамамен {{count}} ай",
|
||||
singularGenitive: "шамамен {{count}} ай",
|
||||
pluralGenitive: "шамамен {{count}} ай",
|
||||
},
|
||||
future: {
|
||||
singularNominative: "шамамен {{count}} айдан кейін",
|
||||
singularGenitive: "шамамен {{count}} айдан кейін",
|
||||
pluralGenitive: "шамамен {{count}} айдан кейін",
|
||||
},
|
||||
},
|
||||
|
||||
xMonths: {
|
||||
regular: {
|
||||
singularNominative: "{{count}} ай",
|
||||
singularGenitive: "{{count}} ай",
|
||||
pluralGenitive: "{{count}} ай",
|
||||
},
|
||||
},
|
||||
|
||||
aboutXYears: {
|
||||
regular: {
|
||||
singularNominative: "шамамен {{count}} жыл",
|
||||
singularGenitive: "шамамен {{count}} жыл",
|
||||
pluralGenitive: "шамамен {{count}} жыл",
|
||||
},
|
||||
future: {
|
||||
singularNominative: "шамамен {{count}} жылдан кейін",
|
||||
singularGenitive: "шамамен {{count}} жылдан кейін",
|
||||
pluralGenitive: "шамамен {{count}} жылдан кейін",
|
||||
},
|
||||
},
|
||||
|
||||
xYears: {
|
||||
regular: {
|
||||
singularNominative: "{{count}} жыл",
|
||||
singularGenitive: "{{count}} жыл",
|
||||
pluralGenitive: "{{count}} жыл",
|
||||
},
|
||||
future: {
|
||||
singularNominative: "{{count}} жылдан кейін",
|
||||
singularGenitive: "{{count}} жылдан кейін",
|
||||
pluralGenitive: "{{count}} жылдан кейін",
|
||||
},
|
||||
},
|
||||
|
||||
overXYears: {
|
||||
regular: {
|
||||
singularNominative: "{{count}} жылдан астам",
|
||||
singularGenitive: "{{count}} жылдан астам",
|
||||
pluralGenitive: "{{count}} жылдан астам",
|
||||
},
|
||||
future: {
|
||||
singularNominative: "{{count}} жылдан астам",
|
||||
singularGenitive: "{{count}} жылдан астам",
|
||||
pluralGenitive: "{{count}} жылдан астам",
|
||||
},
|
||||
},
|
||||
|
||||
almostXYears: {
|
||||
regular: {
|
||||
singularNominative: "{{count}} жылға жақын",
|
||||
singularGenitive: "{{count}} жылға жақын",
|
||||
pluralGenitive: "{{count}} жылға жақын",
|
||||
},
|
||||
future: {
|
||||
singularNominative: "{{count}} жылдан кейін",
|
||||
singularGenitive: "{{count}} жылдан кейін",
|
||||
pluralGenitive: "{{count}} жылдан кейін",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
function declension(scheme, count) {
|
||||
// scheme for count=1 exists
|
||||
if (scheme.one && count === 1) return scheme.one;
|
||||
|
||||
const rem10 = count % 10;
|
||||
const rem100 = count % 100;
|
||||
|
||||
// 1, 21, 31, ...
|
||||
if (rem10 === 1 && rem100 !== 11) {
|
||||
return scheme.singularNominative.replace("{{count}}", String(count));
|
||||
|
||||
// 2, 3, 4, 22, 23, 24, 32 ...
|
||||
} else if (rem10 >= 2 && rem10 <= 4 && (rem100 < 10 || rem100 > 20)) {
|
||||
return scheme.singularGenitive.replace("{{count}}", String(count));
|
||||
|
||||
// 5, 6, 7, 8, 9, 10, 11, ...
|
||||
} else {
|
||||
return scheme.pluralGenitive.replace("{{count}}", String(count));
|
||||
}
|
||||
}
|
||||
|
||||
const formatDistance = (token, count, options) => {
|
||||
const tokenValue = formatDistanceLocale[token];
|
||||
|
||||
if (typeof tokenValue === "function") return tokenValue(options);
|
||||
|
||||
if (tokenValue.type === "weeks") {
|
||||
return count === 1
|
||||
? tokenValue.one
|
||||
: tokenValue.other.replace("{{count}}", String(count));
|
||||
}
|
||||
|
||||
if (options?.addSuffix) {
|
||||
if (options.comparison && options.comparison > 0) {
|
||||
if (tokenValue.future) {
|
||||
return declension(tokenValue.future, count);
|
||||
} else {
|
||||
return declension(tokenValue.regular, count) + " кейін";
|
||||
}
|
||||
} else {
|
||||
if (tokenValue.past) {
|
||||
return declension(tokenValue.past, count);
|
||||
} else {
|
||||
return declension(tokenValue.regular, count) + " бұрын";
|
||||
}
|
||||
}
|
||||
} else {
|
||||
return declension(tokenValue.regular, count);
|
||||
}
|
||||
};
|
||||
exports.formatDistance = formatDistance;
|
||||
249
frontend/node_modules/date-fns/locale/kk/_lib/formatDistance.mjs
generated
vendored
Normal file
249
frontend/node_modules/date-fns/locale/kk/_lib/formatDistance.mjs
generated
vendored
Normal file
@ -0,0 +1,249 @@
|
||||
const formatDistanceLocale = {
|
||||
lessThanXSeconds: {
|
||||
regular: {
|
||||
one: "1 секундтан аз",
|
||||
singularNominative: "{{count}} секундтан аз",
|
||||
singularGenitive: "{{count}} секундтан аз",
|
||||
pluralGenitive: "{{count}} секундтан аз",
|
||||
},
|
||||
future: {
|
||||
one: "бір секундтан кейін",
|
||||
singularNominative: "{{count}} секундтан кейін",
|
||||
singularGenitive: "{{count}} секундтан кейін",
|
||||
pluralGenitive: "{{count}} секундтан кейін",
|
||||
},
|
||||
},
|
||||
|
||||
xSeconds: {
|
||||
regular: {
|
||||
singularNominative: "{{count}} секунд",
|
||||
singularGenitive: "{{count}} секунд",
|
||||
pluralGenitive: "{{count}} секунд",
|
||||
},
|
||||
past: {
|
||||
singularNominative: "{{count}} секунд бұрын",
|
||||
singularGenitive: "{{count}} секунд бұрын",
|
||||
pluralGenitive: "{{count}} секунд бұрын",
|
||||
},
|
||||
future: {
|
||||
singularNominative: "{{count}} секундтан кейін",
|
||||
singularGenitive: "{{count}} секундтан кейін",
|
||||
pluralGenitive: "{{count}} секундтан кейін",
|
||||
},
|
||||
},
|
||||
|
||||
halfAMinute: (options) => {
|
||||
if (options?.addSuffix) {
|
||||
if (options.comparison && options.comparison > 0) {
|
||||
return "жарты минут ішінде";
|
||||
} else {
|
||||
return "жарты минут бұрын";
|
||||
}
|
||||
}
|
||||
|
||||
return "жарты минут";
|
||||
},
|
||||
|
||||
lessThanXMinutes: {
|
||||
regular: {
|
||||
one: "1 минуттан аз",
|
||||
singularNominative: "{{count}} минуттан аз",
|
||||
singularGenitive: "{{count}} минуттан аз",
|
||||
pluralGenitive: "{{count}} минуттан аз",
|
||||
},
|
||||
future: {
|
||||
one: "минуттан кем ",
|
||||
singularNominative: "{{count}} минуттан кем",
|
||||
singularGenitive: "{{count}} минуттан кем",
|
||||
pluralGenitive: "{{count}} минуттан кем",
|
||||
},
|
||||
},
|
||||
|
||||
xMinutes: {
|
||||
regular: {
|
||||
singularNominative: "{{count}} минут",
|
||||
singularGenitive: "{{count}} минут",
|
||||
pluralGenitive: "{{count}} минут",
|
||||
},
|
||||
past: {
|
||||
singularNominative: "{{count}} минут бұрын",
|
||||
singularGenitive: "{{count}} минут бұрын",
|
||||
pluralGenitive: "{{count}} минут бұрын",
|
||||
},
|
||||
future: {
|
||||
singularNominative: "{{count}} минуттан кейін",
|
||||
singularGenitive: "{{count}} минуттан кейін",
|
||||
pluralGenitive: "{{count}} минуттан кейін",
|
||||
},
|
||||
},
|
||||
|
||||
aboutXHours: {
|
||||
regular: {
|
||||
singularNominative: "шамамен {{count}} сағат",
|
||||
singularGenitive: "шамамен {{count}} сағат",
|
||||
pluralGenitive: "шамамен {{count}} сағат",
|
||||
},
|
||||
future: {
|
||||
singularNominative: "шамамен {{count}} сағаттан кейін",
|
||||
singularGenitive: "шамамен {{count}} сағаттан кейін",
|
||||
pluralGenitive: "шамамен {{count}} сағаттан кейін",
|
||||
},
|
||||
},
|
||||
|
||||
xHours: {
|
||||
regular: {
|
||||
singularNominative: "{{count}} сағат",
|
||||
singularGenitive: "{{count}} сағат",
|
||||
pluralGenitive: "{{count}} сағат",
|
||||
},
|
||||
},
|
||||
|
||||
xDays: {
|
||||
regular: {
|
||||
singularNominative: "{{count}} күн",
|
||||
singularGenitive: "{{count}} күн",
|
||||
pluralGenitive: "{{count}} күн",
|
||||
},
|
||||
future: {
|
||||
singularNominative: "{{count}} күннен кейін",
|
||||
singularGenitive: "{{count}} күннен кейін",
|
||||
pluralGenitive: "{{count}} күннен кейін",
|
||||
},
|
||||
},
|
||||
|
||||
aboutXWeeks: {
|
||||
type: "weeks",
|
||||
one: "шамамен 1 апта",
|
||||
other: "шамамен {{count}} апта",
|
||||
},
|
||||
|
||||
xWeeks: {
|
||||
type: "weeks",
|
||||
one: "1 апта",
|
||||
other: "{{count}} апта",
|
||||
},
|
||||
|
||||
aboutXMonths: {
|
||||
regular: {
|
||||
singularNominative: "шамамен {{count}} ай",
|
||||
singularGenitive: "шамамен {{count}} ай",
|
||||
pluralGenitive: "шамамен {{count}} ай",
|
||||
},
|
||||
future: {
|
||||
singularNominative: "шамамен {{count}} айдан кейін",
|
||||
singularGenitive: "шамамен {{count}} айдан кейін",
|
||||
pluralGenitive: "шамамен {{count}} айдан кейін",
|
||||
},
|
||||
},
|
||||
|
||||
xMonths: {
|
||||
regular: {
|
||||
singularNominative: "{{count}} ай",
|
||||
singularGenitive: "{{count}} ай",
|
||||
pluralGenitive: "{{count}} ай",
|
||||
},
|
||||
},
|
||||
|
||||
aboutXYears: {
|
||||
regular: {
|
||||
singularNominative: "шамамен {{count}} жыл",
|
||||
singularGenitive: "шамамен {{count}} жыл",
|
||||
pluralGenitive: "шамамен {{count}} жыл",
|
||||
},
|
||||
future: {
|
||||
singularNominative: "шамамен {{count}} жылдан кейін",
|
||||
singularGenitive: "шамамен {{count}} жылдан кейін",
|
||||
pluralGenitive: "шамамен {{count}} жылдан кейін",
|
||||
},
|
||||
},
|
||||
|
||||
xYears: {
|
||||
regular: {
|
||||
singularNominative: "{{count}} жыл",
|
||||
singularGenitive: "{{count}} жыл",
|
||||
pluralGenitive: "{{count}} жыл",
|
||||
},
|
||||
future: {
|
||||
singularNominative: "{{count}} жылдан кейін",
|
||||
singularGenitive: "{{count}} жылдан кейін",
|
||||
pluralGenitive: "{{count}} жылдан кейін",
|
||||
},
|
||||
},
|
||||
|
||||
overXYears: {
|
||||
regular: {
|
||||
singularNominative: "{{count}} жылдан астам",
|
||||
singularGenitive: "{{count}} жылдан астам",
|
||||
pluralGenitive: "{{count}} жылдан астам",
|
||||
},
|
||||
future: {
|
||||
singularNominative: "{{count}} жылдан астам",
|
||||
singularGenitive: "{{count}} жылдан астам",
|
||||
pluralGenitive: "{{count}} жылдан астам",
|
||||
},
|
||||
},
|
||||
|
||||
almostXYears: {
|
||||
regular: {
|
||||
singularNominative: "{{count}} жылға жақын",
|
||||
singularGenitive: "{{count}} жылға жақын",
|
||||
pluralGenitive: "{{count}} жылға жақын",
|
||||
},
|
||||
future: {
|
||||
singularNominative: "{{count}} жылдан кейін",
|
||||
singularGenitive: "{{count}} жылдан кейін",
|
||||
pluralGenitive: "{{count}} жылдан кейін",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
function declension(scheme, count) {
|
||||
// scheme for count=1 exists
|
||||
if (scheme.one && count === 1) return scheme.one;
|
||||
|
||||
const rem10 = count % 10;
|
||||
const rem100 = count % 100;
|
||||
|
||||
// 1, 21, 31, ...
|
||||
if (rem10 === 1 && rem100 !== 11) {
|
||||
return scheme.singularNominative.replace("{{count}}", String(count));
|
||||
|
||||
// 2, 3, 4, 22, 23, 24, 32 ...
|
||||
} else if (rem10 >= 2 && rem10 <= 4 && (rem100 < 10 || rem100 > 20)) {
|
||||
return scheme.singularGenitive.replace("{{count}}", String(count));
|
||||
|
||||
// 5, 6, 7, 8, 9, 10, 11, ...
|
||||
} else {
|
||||
return scheme.pluralGenitive.replace("{{count}}", String(count));
|
||||
}
|
||||
}
|
||||
|
||||
export const formatDistance = (token, count, options) => {
|
||||
const tokenValue = formatDistanceLocale[token];
|
||||
|
||||
if (typeof tokenValue === "function") return tokenValue(options);
|
||||
|
||||
if (tokenValue.type === "weeks") {
|
||||
return count === 1
|
||||
? tokenValue.one
|
||||
: tokenValue.other.replace("{{count}}", String(count));
|
||||
}
|
||||
|
||||
if (options?.addSuffix) {
|
||||
if (options.comparison && options.comparison > 0) {
|
||||
if (tokenValue.future) {
|
||||
return declension(tokenValue.future, count);
|
||||
} else {
|
||||
return declension(tokenValue.regular, count) + " кейін";
|
||||
}
|
||||
} else {
|
||||
if (tokenValue.past) {
|
||||
return declension(tokenValue.past, count);
|
||||
} else {
|
||||
return declension(tokenValue.regular, count) + " бұрын";
|
||||
}
|
||||
}
|
||||
} else {
|
||||
return declension(tokenValue.regular, count);
|
||||
}
|
||||
};
|
||||
2
frontend/node_modules/date-fns/locale/kk/_lib/formatLong.d.mts
generated
vendored
Normal file
2
frontend/node_modules/date-fns/locale/kk/_lib/formatLong.d.mts
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
import type { FormatLong } from "../../types.js";
|
||||
export declare const formatLong: FormatLong;
|
||||
2
frontend/node_modules/date-fns/locale/kk/_lib/formatLong.d.ts
generated
vendored
Normal file
2
frontend/node_modules/date-fns/locale/kk/_lib/formatLong.d.ts
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
import type { FormatLong } from "../../types.js";
|
||||
export declare const formatLong: FormatLong;
|
||||
38
frontend/node_modules/date-fns/locale/kk/_lib/formatLong.js
generated
vendored
Normal file
38
frontend/node_modules/date-fns/locale/kk/_lib/formatLong.js
generated
vendored
Normal file
@ -0,0 +1,38 @@
|
||||
"use strict";
|
||||
exports.formatLong = void 0;
|
||||
var _index = require("../../_lib/buildFormatLongFn.js");
|
||||
|
||||
const dateFormats = {
|
||||
full: "EEEE, do MMMM y 'ж.'",
|
||||
long: "do MMMM y 'ж.'",
|
||||
medium: "d MMM y 'ж.'",
|
||||
short: "dd.MM.yyyy",
|
||||
};
|
||||
|
||||
const timeFormats = {
|
||||
full: "H:mm:ss zzzz",
|
||||
long: "H:mm:ss z",
|
||||
medium: "H:mm:ss",
|
||||
short: "H:mm",
|
||||
};
|
||||
|
||||
const dateTimeFormats = {
|
||||
any: "{{date}}, {{time}}",
|
||||
};
|
||||
|
||||
const formatLong = (exports.formatLong = {
|
||||
date: (0, _index.buildFormatLongFn)({
|
||||
formats: dateFormats,
|
||||
defaultWidth: "full",
|
||||
}),
|
||||
|
||||
time: (0, _index.buildFormatLongFn)({
|
||||
formats: timeFormats,
|
||||
defaultWidth: "full",
|
||||
}),
|
||||
|
||||
dateTime: (0, _index.buildFormatLongFn)({
|
||||
formats: dateTimeFormats,
|
||||
defaultWidth: "any",
|
||||
}),
|
||||
});
|
||||
36
frontend/node_modules/date-fns/locale/kk/_lib/formatLong.mjs
generated
vendored
Normal file
36
frontend/node_modules/date-fns/locale/kk/_lib/formatLong.mjs
generated
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
import { buildFormatLongFn } from "../../_lib/buildFormatLongFn.mjs";
|
||||
|
||||
const dateFormats = {
|
||||
full: "EEEE, do MMMM y 'ж.'",
|
||||
long: "do MMMM y 'ж.'",
|
||||
medium: "d MMM y 'ж.'",
|
||||
short: "dd.MM.yyyy",
|
||||
};
|
||||
|
||||
const timeFormats = {
|
||||
full: "H:mm:ss zzzz",
|
||||
long: "H:mm:ss z",
|
||||
medium: "H:mm:ss",
|
||||
short: "H:mm",
|
||||
};
|
||||
|
||||
const dateTimeFormats = {
|
||||
any: "{{date}}, {{time}}",
|
||||
};
|
||||
|
||||
export const formatLong = {
|
||||
date: buildFormatLongFn({
|
||||
formats: dateFormats,
|
||||
defaultWidth: "full",
|
||||
}),
|
||||
|
||||
time: buildFormatLongFn({
|
||||
formats: timeFormats,
|
||||
defaultWidth: "full",
|
||||
}),
|
||||
|
||||
dateTime: buildFormatLongFn({
|
||||
formats: dateTimeFormats,
|
||||
defaultWidth: "any",
|
||||
}),
|
||||
};
|
||||
2
frontend/node_modules/date-fns/locale/kk/_lib/formatRelative.d.mts
generated
vendored
Normal file
2
frontend/node_modules/date-fns/locale/kk/_lib/formatRelative.d.mts
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
import type { FormatRelativeFn } from "../../types.js";
|
||||
export declare const formatRelative: FormatRelativeFn;
|
||||
2
frontend/node_modules/date-fns/locale/kk/_lib/formatRelative.d.ts
generated
vendored
Normal file
2
frontend/node_modules/date-fns/locale/kk/_lib/formatRelative.d.ts
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
import type { FormatRelativeFn } from "../../types.js";
|
||||
export declare const formatRelative: FormatRelativeFn;
|
||||
65
frontend/node_modules/date-fns/locale/kk/_lib/formatRelative.js
generated
vendored
Normal file
65
frontend/node_modules/date-fns/locale/kk/_lib/formatRelative.js
generated
vendored
Normal file
@ -0,0 +1,65 @@
|
||||
"use strict";
|
||||
exports.formatRelative = void 0;
|
||||
var _index = require("../../../isSameWeek.js");
|
||||
|
||||
const accusativeWeekdays = [
|
||||
"жексенбіде",
|
||||
"дүйсенбіде",
|
||||
"сейсенбіде",
|
||||
"сәрсенбіде",
|
||||
"бейсенбіде",
|
||||
"жұмада",
|
||||
"сенбіде",
|
||||
];
|
||||
|
||||
function lastWeek(day) {
|
||||
const weekday = accusativeWeekdays[day];
|
||||
|
||||
return "'өткен " + weekday + " сағат' p'-де'";
|
||||
}
|
||||
|
||||
function thisWeek(day) {
|
||||
const weekday = accusativeWeekdays[day];
|
||||
|
||||
return "'" + weekday + " сағат' p'-де'";
|
||||
}
|
||||
|
||||
function nextWeek(day) {
|
||||
const weekday = accusativeWeekdays[day];
|
||||
|
||||
return "'келесі " + weekday + " сағат' p'-де'";
|
||||
}
|
||||
|
||||
const formatRelativeLocale = {
|
||||
lastWeek: (date, baseDate, options) => {
|
||||
const day = date.getDay();
|
||||
if ((0, _index.isSameWeek)(date, baseDate, options)) {
|
||||
return thisWeek(day);
|
||||
} else {
|
||||
return lastWeek(day);
|
||||
}
|
||||
},
|
||||
yesterday: "'кеше сағат' p'-де'",
|
||||
today: "'бүгін сағат' p'-де'",
|
||||
tomorrow: "'ертең сағат' p'-де'",
|
||||
nextWeek: (date, baseDate, options) => {
|
||||
const day = date.getDay();
|
||||
if ((0, _index.isSameWeek)(date, baseDate, options)) {
|
||||
return thisWeek(day);
|
||||
} else {
|
||||
return nextWeek(day);
|
||||
}
|
||||
},
|
||||
other: "P",
|
||||
};
|
||||
|
||||
const formatRelative = (token, date, baseDate, options) => {
|
||||
const format = formatRelativeLocale[token];
|
||||
|
||||
if (typeof format === "function") {
|
||||
return format(date, baseDate, options);
|
||||
}
|
||||
|
||||
return format;
|
||||
};
|
||||
exports.formatRelative = formatRelative;
|
||||
62
frontend/node_modules/date-fns/locale/kk/_lib/formatRelative.mjs
generated
vendored
Normal file
62
frontend/node_modules/date-fns/locale/kk/_lib/formatRelative.mjs
generated
vendored
Normal file
@ -0,0 +1,62 @@
|
||||
import { isSameWeek } from "../../../isSameWeek.mjs";
|
||||
|
||||
const accusativeWeekdays = [
|
||||
"жексенбіде",
|
||||
"дүйсенбіде",
|
||||
"сейсенбіде",
|
||||
"сәрсенбіде",
|
||||
"бейсенбіде",
|
||||
"жұмада",
|
||||
"сенбіде",
|
||||
];
|
||||
|
||||
function lastWeek(day) {
|
||||
const weekday = accusativeWeekdays[day];
|
||||
|
||||
return "'өткен " + weekday + " сағат' p'-де'";
|
||||
}
|
||||
|
||||
function thisWeek(day) {
|
||||
const weekday = accusativeWeekdays[day];
|
||||
|
||||
return "'" + weekday + " сағат' p'-де'";
|
||||
}
|
||||
|
||||
function nextWeek(day) {
|
||||
const weekday = accusativeWeekdays[day];
|
||||
|
||||
return "'келесі " + weekday + " сағат' p'-де'";
|
||||
}
|
||||
|
||||
const formatRelativeLocale = {
|
||||
lastWeek: (date, baseDate, options) => {
|
||||
const day = date.getDay();
|
||||
if (isSameWeek(date, baseDate, options)) {
|
||||
return thisWeek(day);
|
||||
} else {
|
||||
return lastWeek(day);
|
||||
}
|
||||
},
|
||||
yesterday: "'кеше сағат' p'-де'",
|
||||
today: "'бүгін сағат' p'-де'",
|
||||
tomorrow: "'ертең сағат' p'-де'",
|
||||
nextWeek: (date, baseDate, options) => {
|
||||
const day = date.getDay();
|
||||
if (isSameWeek(date, baseDate, options)) {
|
||||
return thisWeek(day);
|
||||
} else {
|
||||
return nextWeek(day);
|
||||
}
|
||||
},
|
||||
other: "P",
|
||||
};
|
||||
|
||||
export const formatRelative = (token, date, baseDate, options) => {
|
||||
const format = formatRelativeLocale[token];
|
||||
|
||||
if (typeof format === "function") {
|
||||
return format(date, baseDate, options);
|
||||
}
|
||||
|
||||
return format;
|
||||
};
|
||||
2
frontend/node_modules/date-fns/locale/kk/_lib/localize.d.mts
generated
vendored
Normal file
2
frontend/node_modules/date-fns/locale/kk/_lib/localize.d.mts
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
import type { Localize } from "../../types.js";
|
||||
export declare const localize: Localize;
|
||||
2
frontend/node_modules/date-fns/locale/kk/_lib/localize.d.ts
generated
vendored
Normal file
2
frontend/node_modules/date-fns/locale/kk/_lib/localize.d.ts
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
import type { Localize } from "../../types.js";
|
||||
export declare const localize: Localize;
|
||||
208
frontend/node_modules/date-fns/locale/kk/_lib/localize.js
generated
vendored
Normal file
208
frontend/node_modules/date-fns/locale/kk/_lib/localize.js
generated
vendored
Normal file
@ -0,0 +1,208 @@
|
||||
"use strict";
|
||||
exports.localize = void 0;
|
||||
var _index = require("../../_lib/buildLocalizeFn.js");
|
||||
|
||||
const eraValues = {
|
||||
narrow: ["б.з.д.", "б.з."],
|
||||
abbreviated: ["б.з.д.", "б.з."],
|
||||
wide: ["біздің заманымызға дейін", "біздің заманымыз"],
|
||||
};
|
||||
|
||||
const quarterValues = {
|
||||
narrow: ["1", "2", "3", "4"],
|
||||
abbreviated: ["1-ші тоқ.", "2-ші тоқ.", "3-ші тоқ.", "4-ші тоқ."],
|
||||
wide: ["1-ші тоқсан", "2-ші тоқсан", "3-ші тоқсан", "4-ші тоқсан"],
|
||||
};
|
||||
|
||||
const monthValues = {
|
||||
narrow: ["Қ", "А", "Н", "С", "М", "М", "Ш", "Т", "Қ", "Қ", "Қ", "Ж"],
|
||||
abbreviated: [
|
||||
"қаң",
|
||||
"ақп",
|
||||
"нау",
|
||||
"сәу",
|
||||
"мам",
|
||||
"мау",
|
||||
"шіл",
|
||||
"там",
|
||||
"қыр",
|
||||
"қаз",
|
||||
"қар",
|
||||
"жел",
|
||||
],
|
||||
|
||||
wide: [
|
||||
"қаңтар",
|
||||
"ақпан",
|
||||
"наурыз",
|
||||
"сәуір",
|
||||
"мамыр",
|
||||
"маусым",
|
||||
"шілде",
|
||||
"тамыз",
|
||||
"қыркүйек",
|
||||
"қазан",
|
||||
"қараша",
|
||||
"желтоқсан",
|
||||
],
|
||||
};
|
||||
const formattingMonthValues = {
|
||||
narrow: ["Қ", "А", "Н", "С", "М", "М", "Ш", "Т", "Қ", "Қ", "Қ", "Ж"],
|
||||
abbreviated: [
|
||||
"қаң",
|
||||
"ақп",
|
||||
"нау",
|
||||
"сәу",
|
||||
"мам",
|
||||
"мау",
|
||||
"шіл",
|
||||
"там",
|
||||
"қыр",
|
||||
"қаз",
|
||||
"қар",
|
||||
"жел",
|
||||
],
|
||||
|
||||
wide: [
|
||||
"қаңтар",
|
||||
"ақпан",
|
||||
"наурыз",
|
||||
"сәуір",
|
||||
"мамыр",
|
||||
"маусым",
|
||||
"шілде",
|
||||
"тамыз",
|
||||
"қыркүйек",
|
||||
"қазан",
|
||||
"қараша",
|
||||
"желтоқсан",
|
||||
],
|
||||
};
|
||||
|
||||
const dayValues = {
|
||||
narrow: ["Ж", "Д", "С", "С", "Б", "Ж", "С"],
|
||||
short: ["жс", "дс", "сс", "ср", "бс", "жм", "сб"],
|
||||
abbreviated: ["жс", "дс", "сс", "ср", "бс", "жм", "сб"],
|
||||
wide: [
|
||||
"жексенбі",
|
||||
"дүйсенбі",
|
||||
"сейсенбі",
|
||||
"сәрсенбі",
|
||||
"бейсенбі",
|
||||
"жұма",
|
||||
"сенбі",
|
||||
],
|
||||
};
|
||||
|
||||
const dayPeriodValues = {
|
||||
narrow: {
|
||||
am: "ТД",
|
||||
pm: "ТК",
|
||||
midnight: "түн ортасы",
|
||||
noon: "түс",
|
||||
morning: "таң",
|
||||
afternoon: "күндіз",
|
||||
evening: "кеш",
|
||||
night: "түн",
|
||||
},
|
||||
wide: {
|
||||
am: "ТД",
|
||||
pm: "ТК",
|
||||
midnight: "түн ортасы",
|
||||
noon: "түс",
|
||||
morning: "таң",
|
||||
afternoon: "күндіз",
|
||||
evening: "кеш",
|
||||
night: "түн",
|
||||
},
|
||||
};
|
||||
|
||||
const formattingDayPeriodValues = {
|
||||
narrow: {
|
||||
am: "ТД",
|
||||
pm: "ТК",
|
||||
midnight: "түн ортасында",
|
||||
noon: "түс",
|
||||
morning: "таң",
|
||||
afternoon: "күн",
|
||||
evening: "кеш",
|
||||
night: "түн",
|
||||
},
|
||||
wide: {
|
||||
am: "ТД",
|
||||
pm: "ТК",
|
||||
midnight: "түн ортасында",
|
||||
noon: "түсте",
|
||||
morning: "таңертең",
|
||||
afternoon: "күндіз",
|
||||
evening: "кеште",
|
||||
night: "түнде",
|
||||
},
|
||||
};
|
||||
|
||||
const suffixes = {
|
||||
0: "-ші",
|
||||
1: "-ші",
|
||||
2: "-ші",
|
||||
3: "-ші",
|
||||
4: "-ші",
|
||||
5: "-ші",
|
||||
6: "-шы",
|
||||
7: "-ші",
|
||||
8: "-ші",
|
||||
9: "-шы",
|
||||
10: "-шы",
|
||||
20: "-шы",
|
||||
30: "-шы",
|
||||
40: "-шы",
|
||||
50: "-ші",
|
||||
60: "-шы",
|
||||
70: "-ші",
|
||||
80: "-ші",
|
||||
90: "-шы",
|
||||
100: "-ші",
|
||||
};
|
||||
|
||||
const ordinalNumber = (dirtyNumber, _options) => {
|
||||
const number = Number(dirtyNumber);
|
||||
const mod10 = number % 10;
|
||||
const b = number >= 100 ? 100 : null;
|
||||
const suffix =
|
||||
suffixes[number] || suffixes[mod10] || (b && suffixes[b]) || "";
|
||||
|
||||
return number + suffix;
|
||||
};
|
||||
|
||||
const localize = (exports.localize = {
|
||||
ordinalNumber,
|
||||
|
||||
era: (0, _index.buildLocalizeFn)({
|
||||
values: eraValues,
|
||||
defaultWidth: "wide",
|
||||
}),
|
||||
|
||||
quarter: (0, _index.buildLocalizeFn)({
|
||||
values: quarterValues,
|
||||
defaultWidth: "wide",
|
||||
argumentCallback: (quarter) => quarter - 1,
|
||||
}),
|
||||
|
||||
month: (0, _index.buildLocalizeFn)({
|
||||
values: monthValues,
|
||||
defaultWidth: "wide",
|
||||
formattingValues: formattingMonthValues,
|
||||
defaultFormattingWidth: "wide",
|
||||
}),
|
||||
|
||||
day: (0, _index.buildLocalizeFn)({
|
||||
values: dayValues,
|
||||
defaultWidth: "wide",
|
||||
}),
|
||||
|
||||
dayPeriod: (0, _index.buildLocalizeFn)({
|
||||
values: dayPeriodValues,
|
||||
defaultWidth: "any",
|
||||
formattingValues: formattingDayPeriodValues,
|
||||
defaultFormattingWidth: "wide",
|
||||
}),
|
||||
});
|
||||
206
frontend/node_modules/date-fns/locale/kk/_lib/localize.mjs
generated
vendored
Normal file
206
frontend/node_modules/date-fns/locale/kk/_lib/localize.mjs
generated
vendored
Normal file
@ -0,0 +1,206 @@
|
||||
import { buildLocalizeFn } from "../../_lib/buildLocalizeFn.mjs";
|
||||
|
||||
const eraValues = {
|
||||
narrow: ["б.з.д.", "б.з."],
|
||||
abbreviated: ["б.з.д.", "б.з."],
|
||||
wide: ["біздің заманымызға дейін", "біздің заманымыз"],
|
||||
};
|
||||
|
||||
const quarterValues = {
|
||||
narrow: ["1", "2", "3", "4"],
|
||||
abbreviated: ["1-ші тоқ.", "2-ші тоқ.", "3-ші тоқ.", "4-ші тоқ."],
|
||||
wide: ["1-ші тоқсан", "2-ші тоқсан", "3-ші тоқсан", "4-ші тоқсан"],
|
||||
};
|
||||
|
||||
const monthValues = {
|
||||
narrow: ["Қ", "А", "Н", "С", "М", "М", "Ш", "Т", "Қ", "Қ", "Қ", "Ж"],
|
||||
abbreviated: [
|
||||
"қаң",
|
||||
"ақп",
|
||||
"нау",
|
||||
"сәу",
|
||||
"мам",
|
||||
"мау",
|
||||
"шіл",
|
||||
"там",
|
||||
"қыр",
|
||||
"қаз",
|
||||
"қар",
|
||||
"жел",
|
||||
],
|
||||
|
||||
wide: [
|
||||
"қаңтар",
|
||||
"ақпан",
|
||||
"наурыз",
|
||||
"сәуір",
|
||||
"мамыр",
|
||||
"маусым",
|
||||
"шілде",
|
||||
"тамыз",
|
||||
"қыркүйек",
|
||||
"қазан",
|
||||
"қараша",
|
||||
"желтоқсан",
|
||||
],
|
||||
};
|
||||
const formattingMonthValues = {
|
||||
narrow: ["Қ", "А", "Н", "С", "М", "М", "Ш", "Т", "Қ", "Қ", "Қ", "Ж"],
|
||||
abbreviated: [
|
||||
"қаң",
|
||||
"ақп",
|
||||
"нау",
|
||||
"сәу",
|
||||
"мам",
|
||||
"мау",
|
||||
"шіл",
|
||||
"там",
|
||||
"қыр",
|
||||
"қаз",
|
||||
"қар",
|
||||
"жел",
|
||||
],
|
||||
|
||||
wide: [
|
||||
"қаңтар",
|
||||
"ақпан",
|
||||
"наурыз",
|
||||
"сәуір",
|
||||
"мамыр",
|
||||
"маусым",
|
||||
"шілде",
|
||||
"тамыз",
|
||||
"қыркүйек",
|
||||
"қазан",
|
||||
"қараша",
|
||||
"желтоқсан",
|
||||
],
|
||||
};
|
||||
|
||||
const dayValues = {
|
||||
narrow: ["Ж", "Д", "С", "С", "Б", "Ж", "С"],
|
||||
short: ["жс", "дс", "сс", "ср", "бс", "жм", "сб"],
|
||||
abbreviated: ["жс", "дс", "сс", "ср", "бс", "жм", "сб"],
|
||||
wide: [
|
||||
"жексенбі",
|
||||
"дүйсенбі",
|
||||
"сейсенбі",
|
||||
"сәрсенбі",
|
||||
"бейсенбі",
|
||||
"жұма",
|
||||
"сенбі",
|
||||
],
|
||||
};
|
||||
|
||||
const dayPeriodValues = {
|
||||
narrow: {
|
||||
am: "ТД",
|
||||
pm: "ТК",
|
||||
midnight: "түн ортасы",
|
||||
noon: "түс",
|
||||
morning: "таң",
|
||||
afternoon: "күндіз",
|
||||
evening: "кеш",
|
||||
night: "түн",
|
||||
},
|
||||
wide: {
|
||||
am: "ТД",
|
||||
pm: "ТК",
|
||||
midnight: "түн ортасы",
|
||||
noon: "түс",
|
||||
morning: "таң",
|
||||
afternoon: "күндіз",
|
||||
evening: "кеш",
|
||||
night: "түн",
|
||||
},
|
||||
};
|
||||
|
||||
const formattingDayPeriodValues = {
|
||||
narrow: {
|
||||
am: "ТД",
|
||||
pm: "ТК",
|
||||
midnight: "түн ортасында",
|
||||
noon: "түс",
|
||||
morning: "таң",
|
||||
afternoon: "күн",
|
||||
evening: "кеш",
|
||||
night: "түн",
|
||||
},
|
||||
wide: {
|
||||
am: "ТД",
|
||||
pm: "ТК",
|
||||
midnight: "түн ортасында",
|
||||
noon: "түсте",
|
||||
morning: "таңертең",
|
||||
afternoon: "күндіз",
|
||||
evening: "кеште",
|
||||
night: "түнде",
|
||||
},
|
||||
};
|
||||
|
||||
const suffixes = {
|
||||
0: "-ші",
|
||||
1: "-ші",
|
||||
2: "-ші",
|
||||
3: "-ші",
|
||||
4: "-ші",
|
||||
5: "-ші",
|
||||
6: "-шы",
|
||||
7: "-ші",
|
||||
8: "-ші",
|
||||
9: "-шы",
|
||||
10: "-шы",
|
||||
20: "-шы",
|
||||
30: "-шы",
|
||||
40: "-шы",
|
||||
50: "-ші",
|
||||
60: "-шы",
|
||||
70: "-ші",
|
||||
80: "-ші",
|
||||
90: "-шы",
|
||||
100: "-ші",
|
||||
};
|
||||
|
||||
const ordinalNumber = (dirtyNumber, _options) => {
|
||||
const number = Number(dirtyNumber);
|
||||
const mod10 = number % 10;
|
||||
const b = number >= 100 ? 100 : null;
|
||||
const suffix =
|
||||
suffixes[number] || suffixes[mod10] || (b && suffixes[b]) || "";
|
||||
|
||||
return number + suffix;
|
||||
};
|
||||
|
||||
export const localize = {
|
||||
ordinalNumber,
|
||||
|
||||
era: buildLocalizeFn({
|
||||
values: eraValues,
|
||||
defaultWidth: "wide",
|
||||
}),
|
||||
|
||||
quarter: buildLocalizeFn({
|
||||
values: quarterValues,
|
||||
defaultWidth: "wide",
|
||||
argumentCallback: (quarter) => quarter - 1,
|
||||
}),
|
||||
|
||||
month: buildLocalizeFn({
|
||||
values: monthValues,
|
||||
defaultWidth: "wide",
|
||||
formattingValues: formattingMonthValues,
|
||||
defaultFormattingWidth: "wide",
|
||||
}),
|
||||
|
||||
day: buildLocalizeFn({
|
||||
values: dayValues,
|
||||
defaultWidth: "wide",
|
||||
}),
|
||||
|
||||
dayPeriod: buildLocalizeFn({
|
||||
values: dayPeriodValues,
|
||||
defaultWidth: "any",
|
||||
formattingValues: formattingDayPeriodValues,
|
||||
defaultFormattingWidth: "wide",
|
||||
}),
|
||||
};
|
||||
2
frontend/node_modules/date-fns/locale/kk/_lib/match.d.mts
generated
vendored
Normal file
2
frontend/node_modules/date-fns/locale/kk/_lib/match.d.mts
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
import type { Match } from "../../types.js";
|
||||
export declare const match: Match;
|
||||
2
frontend/node_modules/date-fns/locale/kk/_lib/match.d.ts
generated
vendored
Normal file
2
frontend/node_modules/date-fns/locale/kk/_lib/match.d.ts
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
import type { Match } from "../../types.js";
|
||||
export declare const match: Match;
|
||||
160
frontend/node_modules/date-fns/locale/kk/_lib/match.js
generated
vendored
Normal file
160
frontend/node_modules/date-fns/locale/kk/_lib/match.js
generated
vendored
Normal file
@ -0,0 +1,160 @@
|
||||
"use strict";
|
||||
exports.match = void 0;
|
||||
|
||||
var _index = require("../../_lib/buildMatchFn.js");
|
||||
var _index2 = require("../../_lib/buildMatchPatternFn.js");
|
||||
|
||||
const matchOrdinalNumberPattern = /^(\d+)(-?(ші|шы))?/i;
|
||||
const parseOrdinalNumberPattern = /\d+/i;
|
||||
|
||||
const matchEraPatterns = {
|
||||
narrow: /^((б )?з\.?\s?д\.?)/i,
|
||||
abbreviated: /^((б )?з\.?\s?д\.?)/i,
|
||||
wide: /^(біздің заманымызға дейін|біздің заманымыз|біздің заманымыздан)/i,
|
||||
};
|
||||
const parseEraPatterns = {
|
||||
any: [/^б/i, /^з/i],
|
||||
};
|
||||
|
||||
const matchQuarterPatterns = {
|
||||
narrow: /^[1234]/i,
|
||||
abbreviated: /^[1234](-?ші)? тоқ.?/i,
|
||||
wide: /^[1234](-?ші)? тоқсан/i,
|
||||
};
|
||||
const parseQuarterPatterns = {
|
||||
any: [/1/i, /2/i, /3/i, /4/i],
|
||||
};
|
||||
|
||||
const matchMonthPatterns = {
|
||||
narrow: /^(қ|а|н|с|м|мау|ш|т|қыр|қаз|қар|ж)/i,
|
||||
abbreviated: /^(қаң|ақп|нау|сәу|мам|мау|шіл|там|қыр|қаз|қар|жел)/i,
|
||||
wide: /^(қаңтар|ақпан|наурыз|сәуір|мамыр|маусым|шілде|тамыз|қыркүйек|қазан|қараша|желтоқсан)/i,
|
||||
};
|
||||
const parseMonthPatterns = {
|
||||
narrow: [
|
||||
/^қ/i,
|
||||
/^а/i,
|
||||
/^н/i,
|
||||
/^с/i,
|
||||
/^м/i,
|
||||
/^м/i,
|
||||
/^ш/i,
|
||||
/^т/i,
|
||||
/^қ/i,
|
||||
/^қ/i,
|
||||
/^қ/i,
|
||||
/^ж/i,
|
||||
],
|
||||
|
||||
abbreviated: [
|
||||
/^қаң/i,
|
||||
/^ақп/i,
|
||||
/^нау/i,
|
||||
/^сәу/i,
|
||||
/^мам/i,
|
||||
/^мау/i,
|
||||
/^шіл/i,
|
||||
/^там/i,
|
||||
/^қыр/i,
|
||||
/^қаз/i,
|
||||
/^қар/i,
|
||||
/^жел/i,
|
||||
],
|
||||
|
||||
any: [
|
||||
/^қ/i,
|
||||
/^а/i,
|
||||
/^н/i,
|
||||
/^с/i,
|
||||
/^м/i,
|
||||
/^м/i,
|
||||
/^ш/i,
|
||||
/^т/i,
|
||||
/^қ/i,
|
||||
/^қ/i,
|
||||
/^қ/i,
|
||||
/^ж/i,
|
||||
],
|
||||
};
|
||||
|
||||
const matchDayPatterns = {
|
||||
narrow: /^(ж|д|с|с|б|ж|с)/i,
|
||||
short: /^(жс|дс|сс|ср|бс|жм|сб)/i,
|
||||
wide: /^(жексенбі|дүйсенбі|сейсенбі|сәрсенбі|бейсенбі|жұма|сенбі)/i,
|
||||
};
|
||||
const parseDayPatterns = {
|
||||
narrow: [/^ж/i, /^д/i, /^с/i, /^с/i, /^б/i, /^ж/i, /^с/i],
|
||||
short: [/^жс/i, /^дс/i, /^сс/i, /^ср/i, /^бс/i, /^жм/i, /^сб/i],
|
||||
any: [
|
||||
/^ж[ек]/i,
|
||||
/^д[үй]/i,
|
||||
/^сe[й]/i,
|
||||
/^сә[р]/i,
|
||||
/^б[ей]/i,
|
||||
/^ж[ұм]/i,
|
||||
/^се[н]/i,
|
||||
],
|
||||
};
|
||||
|
||||
const matchDayPeriodPatterns = {
|
||||
narrow:
|
||||
/^Т\.?\s?[ДК]\.?|түн ортасында|((түсте|таңертең|таңда|таңертең|таңмен|таң|күндіз|күн|кеште|кеш|түнде|түн)\.?)/i,
|
||||
wide: /^Т\.?\s?[ДК]\.?|түн ортасында|((түсте|таңертең|таңда|таңертең|таңмен|таң|күндіз|күн|кеште|кеш|түнде|түн)\.?)/i,
|
||||
any: /^Т\.?\s?[ДК]\.?|түн ортасында|((түсте|таңертең|таңда|таңертең|таңмен|таң|күндіз|күн|кеште|кеш|түнде|түн)\.?)/i,
|
||||
};
|
||||
const parseDayPeriodPatterns = {
|
||||
any: {
|
||||
am: /^ТД/i,
|
||||
pm: /^ТК/i,
|
||||
midnight: /^түн орта/i,
|
||||
noon: /^күндіз/i,
|
||||
morning: /таң/i,
|
||||
afternoon: /түс/i,
|
||||
evening: /кеш/i,
|
||||
night: /түн/i,
|
||||
},
|
||||
};
|
||||
|
||||
const match = (exports.match = {
|
||||
ordinalNumber: (0, _index2.buildMatchPatternFn)({
|
||||
matchPattern: matchOrdinalNumberPattern,
|
||||
parsePattern: parseOrdinalNumberPattern,
|
||||
valueCallback: (value) => parseInt(value, 10),
|
||||
}),
|
||||
|
||||
era: (0, _index.buildMatchFn)({
|
||||
matchPatterns: matchEraPatterns,
|
||||
defaultMatchWidth: "wide",
|
||||
parsePatterns: parseEraPatterns,
|
||||
defaultParseWidth: "any",
|
||||
}),
|
||||
|
||||
quarter: (0, _index.buildMatchFn)({
|
||||
matchPatterns: matchQuarterPatterns,
|
||||
defaultMatchWidth: "wide",
|
||||
parsePatterns: parseQuarterPatterns,
|
||||
defaultParseWidth: "any",
|
||||
valueCallback: (index) => index + 1,
|
||||
}),
|
||||
|
||||
month: (0, _index.buildMatchFn)({
|
||||
matchPatterns: matchMonthPatterns,
|
||||
defaultMatchWidth: "wide",
|
||||
parsePatterns: parseMonthPatterns,
|
||||
defaultParseWidth: "any",
|
||||
}),
|
||||
|
||||
day: (0, _index.buildMatchFn)({
|
||||
matchPatterns: matchDayPatterns,
|
||||
defaultMatchWidth: "wide",
|
||||
parsePatterns: parseDayPatterns,
|
||||
defaultParseWidth: "any",
|
||||
}),
|
||||
|
||||
dayPeriod: (0, _index.buildMatchFn)({
|
||||
matchPatterns: matchDayPeriodPatterns,
|
||||
defaultMatchWidth: "wide",
|
||||
parsePatterns: parseDayPeriodPatterns,
|
||||
defaultParseWidth: "any",
|
||||
}),
|
||||
});
|
||||
157
frontend/node_modules/date-fns/locale/kk/_lib/match.mjs
generated
vendored
Normal file
157
frontend/node_modules/date-fns/locale/kk/_lib/match.mjs
generated
vendored
Normal file
@ -0,0 +1,157 @@
|
||||
import { buildMatchFn } from "../../_lib/buildMatchFn.mjs";
|
||||
import { buildMatchPatternFn } from "../../_lib/buildMatchPatternFn.mjs";
|
||||
|
||||
const matchOrdinalNumberPattern = /^(\d+)(-?(ші|шы))?/i;
|
||||
const parseOrdinalNumberPattern = /\d+/i;
|
||||
|
||||
const matchEraPatterns = {
|
||||
narrow: /^((б )?з\.?\s?д\.?)/i,
|
||||
abbreviated: /^((б )?з\.?\s?д\.?)/i,
|
||||
wide: /^(біздің заманымызға дейін|біздің заманымыз|біздің заманымыздан)/i,
|
||||
};
|
||||
const parseEraPatterns = {
|
||||
any: [/^б/i, /^з/i],
|
||||
};
|
||||
|
||||
const matchQuarterPatterns = {
|
||||
narrow: /^[1234]/i,
|
||||
abbreviated: /^[1234](-?ші)? тоқ.?/i,
|
||||
wide: /^[1234](-?ші)? тоқсан/i,
|
||||
};
|
||||
const parseQuarterPatterns = {
|
||||
any: [/1/i, /2/i, /3/i, /4/i],
|
||||
};
|
||||
|
||||
const matchMonthPatterns = {
|
||||
narrow: /^(қ|а|н|с|м|мау|ш|т|қыр|қаз|қар|ж)/i,
|
||||
abbreviated: /^(қаң|ақп|нау|сәу|мам|мау|шіл|там|қыр|қаз|қар|жел)/i,
|
||||
wide: /^(қаңтар|ақпан|наурыз|сәуір|мамыр|маусым|шілде|тамыз|қыркүйек|қазан|қараша|желтоқсан)/i,
|
||||
};
|
||||
const parseMonthPatterns = {
|
||||
narrow: [
|
||||
/^қ/i,
|
||||
/^а/i,
|
||||
/^н/i,
|
||||
/^с/i,
|
||||
/^м/i,
|
||||
/^м/i,
|
||||
/^ш/i,
|
||||
/^т/i,
|
||||
/^қ/i,
|
||||
/^қ/i,
|
||||
/^қ/i,
|
||||
/^ж/i,
|
||||
],
|
||||
|
||||
abbreviated: [
|
||||
/^қаң/i,
|
||||
/^ақп/i,
|
||||
/^нау/i,
|
||||
/^сәу/i,
|
||||
/^мам/i,
|
||||
/^мау/i,
|
||||
/^шіл/i,
|
||||
/^там/i,
|
||||
/^қыр/i,
|
||||
/^қаз/i,
|
||||
/^қар/i,
|
||||
/^жел/i,
|
||||
],
|
||||
|
||||
any: [
|
||||
/^қ/i,
|
||||
/^а/i,
|
||||
/^н/i,
|
||||
/^с/i,
|
||||
/^м/i,
|
||||
/^м/i,
|
||||
/^ш/i,
|
||||
/^т/i,
|
||||
/^қ/i,
|
||||
/^қ/i,
|
||||
/^қ/i,
|
||||
/^ж/i,
|
||||
],
|
||||
};
|
||||
|
||||
const matchDayPatterns = {
|
||||
narrow: /^(ж|д|с|с|б|ж|с)/i,
|
||||
short: /^(жс|дс|сс|ср|бс|жм|сб)/i,
|
||||
wide: /^(жексенбі|дүйсенбі|сейсенбі|сәрсенбі|бейсенбі|жұма|сенбі)/i,
|
||||
};
|
||||
const parseDayPatterns = {
|
||||
narrow: [/^ж/i, /^д/i, /^с/i, /^с/i, /^б/i, /^ж/i, /^с/i],
|
||||
short: [/^жс/i, /^дс/i, /^сс/i, /^ср/i, /^бс/i, /^жм/i, /^сб/i],
|
||||
any: [
|
||||
/^ж[ек]/i,
|
||||
/^д[үй]/i,
|
||||
/^сe[й]/i,
|
||||
/^сә[р]/i,
|
||||
/^б[ей]/i,
|
||||
/^ж[ұм]/i,
|
||||
/^се[н]/i,
|
||||
],
|
||||
};
|
||||
|
||||
const matchDayPeriodPatterns = {
|
||||
narrow:
|
||||
/^Т\.?\s?[ДК]\.?|түн ортасында|((түсте|таңертең|таңда|таңертең|таңмен|таң|күндіз|күн|кеште|кеш|түнде|түн)\.?)/i,
|
||||
wide: /^Т\.?\s?[ДК]\.?|түн ортасында|((түсте|таңертең|таңда|таңертең|таңмен|таң|күндіз|күн|кеште|кеш|түнде|түн)\.?)/i,
|
||||
any: /^Т\.?\s?[ДК]\.?|түн ортасында|((түсте|таңертең|таңда|таңертең|таңмен|таң|күндіз|күн|кеште|кеш|түнде|түн)\.?)/i,
|
||||
};
|
||||
const parseDayPeriodPatterns = {
|
||||
any: {
|
||||
am: /^ТД/i,
|
||||
pm: /^ТК/i,
|
||||
midnight: /^түн орта/i,
|
||||
noon: /^күндіз/i,
|
||||
morning: /таң/i,
|
||||
afternoon: /түс/i,
|
||||
evening: /кеш/i,
|
||||
night: /түн/i,
|
||||
},
|
||||
};
|
||||
|
||||
export const match = {
|
||||
ordinalNumber: buildMatchPatternFn({
|
||||
matchPattern: matchOrdinalNumberPattern,
|
||||
parsePattern: parseOrdinalNumberPattern,
|
||||
valueCallback: (value) => parseInt(value, 10),
|
||||
}),
|
||||
|
||||
era: buildMatchFn({
|
||||
matchPatterns: matchEraPatterns,
|
||||
defaultMatchWidth: "wide",
|
||||
parsePatterns: parseEraPatterns,
|
||||
defaultParseWidth: "any",
|
||||
}),
|
||||
|
||||
quarter: buildMatchFn({
|
||||
matchPatterns: matchQuarterPatterns,
|
||||
defaultMatchWidth: "wide",
|
||||
parsePatterns: parseQuarterPatterns,
|
||||
defaultParseWidth: "any",
|
||||
valueCallback: (index) => index + 1,
|
||||
}),
|
||||
|
||||
month: buildMatchFn({
|
||||
matchPatterns: matchMonthPatterns,
|
||||
defaultMatchWidth: "wide",
|
||||
parsePatterns: parseMonthPatterns,
|
||||
defaultParseWidth: "any",
|
||||
}),
|
||||
|
||||
day: buildMatchFn({
|
||||
matchPatterns: matchDayPatterns,
|
||||
defaultMatchWidth: "wide",
|
||||
parsePatterns: parseDayPatterns,
|
||||
defaultParseWidth: "any",
|
||||
}),
|
||||
|
||||
dayPeriod: buildMatchFn({
|
||||
matchPatterns: matchDayPeriodPatterns,
|
||||
defaultMatchWidth: "wide",
|
||||
parsePatterns: parseDayPeriodPatterns,
|
||||
defaultParseWidth: "any",
|
||||
}),
|
||||
};
|
||||
Reference in New Issue
Block a user