mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 03:02:19 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
fe4140342f
@ -136,107 +136,107 @@ export default class PluginWorkflowClient extends Plugin {
|
|||||||
{
|
{
|
||||||
key: 'yesterday',
|
key: 'yesterday',
|
||||||
value: 'yesterday',
|
value: 'yesterday',
|
||||||
label: `{{t("Yesterday", { ns: "${NAMESPACE}" })}}`,
|
label: `{{t("Yesterday")}}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'today',
|
key: 'today',
|
||||||
value: 'today',
|
value: 'today',
|
||||||
label: `{{t("Today", { ns: "${NAMESPACE}" })}}`,
|
label: `{{t("Today")}}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'tomorrow',
|
key: 'tomorrow',
|
||||||
value: 'tomorrow',
|
value: 'tomorrow',
|
||||||
label: `{{t("Tomorrow", { ns: "${NAMESPACE}" })}}`,
|
label: `{{t("Tomorrow")}}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'lastWeek',
|
key: 'lastWeek',
|
||||||
value: 'lastWeek',
|
value: 'lastWeek',
|
||||||
label: `{{t("Last week", { ns: "${NAMESPACE}" })}}`,
|
label: `{{t("Last week")}}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'thisWeek',
|
key: 'thisWeek',
|
||||||
value: 'thisWeek',
|
value: 'thisWeek',
|
||||||
label: `{{t("This week", { ns: "${NAMESPACE}" })}}`,
|
label: `{{t("This week")}}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'nextWeek',
|
key: 'nextWeek',
|
||||||
value: 'nextWeek',
|
value: 'nextWeek',
|
||||||
label: `{{t("Next week", { ns: "${NAMESPACE}" })}}`,
|
label: `{{t("Next week")}}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'lastMonth',
|
key: 'lastMonth',
|
||||||
value: 'lastMonth',
|
value: 'lastMonth',
|
||||||
label: `{{t("Last month", { ns: "${NAMESPACE}" })}}`,
|
label: `{{t("Last month")}}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'thisMonth',
|
key: 'thisMonth',
|
||||||
value: 'thisMonth',
|
value: 'thisMonth',
|
||||||
label: `{{t("This month", { ns: "${NAMESPACE}" })}}`,
|
label: `{{t("This month")}}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'nextMonth',
|
key: 'nextMonth',
|
||||||
value: 'nextMonth',
|
value: 'nextMonth',
|
||||||
label: `{{t("Next month", { ns: "${NAMESPACE}" })}}`,
|
label: `{{t("Next month")}}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'lastQuarter',
|
key: 'lastQuarter',
|
||||||
value: 'lastQuarter',
|
value: 'lastQuarter',
|
||||||
label: `{{t("Last quarter", { ns: "${NAMESPACE}" })}}`,
|
label: `{{t("Last quarter")}}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'thisQuarter',
|
key: 'thisQuarter',
|
||||||
value: 'thisQuarter',
|
value: 'thisQuarter',
|
||||||
label: `{{t("This quarter", { ns: "${NAMESPACE}" })}}`,
|
label: `{{t("This quarter")}}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'nextQuarter',
|
key: 'nextQuarter',
|
||||||
value: 'nextQuarter',
|
value: 'nextQuarter',
|
||||||
label: `{{t("Next quarter", { ns: "${NAMESPACE}" })}}`,
|
label: `{{t("Next quarter")}}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'lastYear',
|
key: 'lastYear',
|
||||||
value: 'lastYear',
|
value: 'lastYear',
|
||||||
label: `{{t("Last year", { ns: "${NAMESPACE}" })}}`,
|
label: `{{t("Last year")}}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'thisYear',
|
key: 'thisYear',
|
||||||
value: 'thisYear',
|
value: 'thisYear',
|
||||||
label: `{{t("This year", { ns: "${NAMESPACE}" })}}`,
|
label: `{{t("This year")}}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'nextYear',
|
key: 'nextYear',
|
||||||
value: 'nextYear',
|
value: 'nextYear',
|
||||||
label: `{{t("Next year", { ns: "${NAMESPACE}" })}}`,
|
label: `{{t("Next year")}}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'last7Days',
|
key: 'last7Days',
|
||||||
value: 'last7Days',
|
value: 'last7Days',
|
||||||
label: `{{t("Last 7 days", { ns: "${NAMESPACE}" })}}`,
|
label: `{{t("Last 7 days")}}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'next7Days',
|
key: 'next7Days',
|
||||||
value: 'next7Days',
|
value: 'next7Days',
|
||||||
label: `{{t("Next 7 days", { ns: "${NAMESPACE}" })}}`,
|
label: `{{t("Next 7 days")}}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'last30Days',
|
key: 'last30Days',
|
||||||
value: 'last30Days',
|
value: 'last30Days',
|
||||||
label: `{{t("Last 30 days", { ns: "${NAMESPACE}" })}}`,
|
label: `{{t("Last 30 days")}}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'next30Days',
|
key: 'next30Days',
|
||||||
value: 'next30Days',
|
value: 'next30Days',
|
||||||
label: `{{t("Next 30 days", { ns: "${NAMESPACE}" })}}`,
|
label: `{{t("Next 30 days")}}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'last90Days',
|
key: 'last90Days',
|
||||||
value: 'last90Days',
|
value: 'last90Days',
|
||||||
label: `{{t("Last 90 days", { ns: "${NAMESPACE}" })}}`,
|
label: `{{t("Last 90 days")}}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'next90Days',
|
key: 'next90Days',
|
||||||
value: 'next90Days',
|
value: 'next90Days',
|
||||||
label: `{{t("Next 90 days", { ns: "${NAMESPACE}" })}}`,
|
label: `{{t("Next 90 days")}}`,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user