@nocobase/plugin-workflow
Version:
A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.
43 lines (42 loc) • 1.22 kB
TypeScript
/**
* This file is part of the NocoBase (R) project.
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
* Authors: NocoBase Team.
*
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
* For more information, please refer to: https://www.nocobase.com/agreement.
*/
declare const _default: {
everyText: string;
emptyMonths: string;
emptyMonthDays: string;
emptyMonthDaysShort: string;
emptyWeekDays: string;
emptyWeekDaysShort: string;
emptyHours: string;
emptyMinutes: string;
emptyMinutesForHourPeriod: string;
yearOption: string;
monthOption: string;
weekOption: string;
dayOption: string;
hourOption: string;
minuteOption: string;
rebootOption: string;
prefixPeriod: string;
prefixMonths: string;
prefixMonthDays: string;
prefixWeekDays: string;
prefixWeekDaysForMonthAndYearPeriod: string;
prefixHours: string;
prefixMinutes: string;
prefixMinutesForHourPeriod: string;
suffixMinutesForHourPeriod: string;
errorInvalidCron: string;
clearButtonText: string;
weekDays: string[];
months: string[];
altWeekDays: string[];
altMonths: string[];
};
export default _default;