ngx-ntk-cron-editor
Version:
Angular cron editor
96 lines (95 loc) • 2.33 kB
TypeScript
export declare const fa: {
CRON: {
TABS: {
MINUTES: string;
HOURLY: string;
DAILY: string;
WEEKLY: string;
MONTHLY: string;
YEARLY: string;
ADVANCED: string;
};
MINUTES: {
EVERY: string;
MINUTES: string;
ON_SECOND: string;
};
HOURLY: {
EVERY: string;
HOURS: string;
ON_MINUTE: string;
ON_SECOND: string;
};
DAILY: {
EVERY: string;
DAYS: string;
WORKING_DAY: string;
};
WEEKLY: {
AT: string;
};
MONTHLY: {
ON: string;
OF_EVERY: string;
MONTHS: string;
NEAREST_WEEKDAY: string;
AT: string;
STARTING_IN: string;
};
YEARLY: {
EVERY: string;
ON: string;
AT: string;
OF: string;
NEAREST_WEEKDAY: string;
};
ADVANCED: {
CRON: string;
};
MONTH_DAY: {
LAST_DAY: string;
LAST_WEEKDAY: string;
FIRST_WEEKDAY: string;
DAY_N: string;
};
MONTH_WEEK: {
FIRST: string;
SECOND: string;
THIRD: string;
FOURTH: string;
FIFTH: string;
LAST: string;
};
MONTH: {
JANUARY: string;
FEBRUARY: string;
MARCH: string;
APRIL: string;
MAY: string;
JUNE: string;
JULY: string;
AUGUST: string;
SEPTEMBER: string;
OCTOBER: string;
NOVEMBER: string;
DECEMBER: string;
};
WEEK: {
MON: string;
TUE: string;
WED: string;
THU: string;
FRI: string;
SAT: string;
SUN: string;
};
HOUR_TYPES: {
AM: string;
PM: string;
};
VALIDATION_MESSAGE: {
NULL: string;
SEGMENTS: string;
};
};
};