From c01d9b053852b12e7d3ced66367babb4d499b14b Mon Sep 17 00:00:00 2001
From: vincentlu <t1341870251@gmail.com>
Date: 星期四, 26 二月 2026 11:44:15 +0800
Subject: [PATCH] #
---
zy-acs-flow/src/i18n/en.js | 40 ++++++++++++++++++++++++++++++++++++++++
1 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js
index 2fd3b41..ed46a89 100644
--- a/zy-acs-flow/src/i18n/en.js
+++ b/zy-acs-flow/src/i18n/en.js
@@ -708,6 +708,46 @@
},
},
},
+ guarantee: {
+ scope: {
+ helper: 'Select the scope for this plan; defaults to global coverage',
+ global: 'Global',
+ model: 'By model',
+ area: 'By area',
+ biz: 'By business type',
+ agv: 'Specific vehicles',
+ globalHelper: 'Applies to all vehicles',
+ globalTip: 'Select a scope type to limit the plan',
+ },
+ schedule: {
+ label: 'Capacity window',
+ type: 'Frequency',
+ daily: 'Daily',
+ weekly: 'Weekly',
+ monthly: 'Monthly',
+ time: 'Execution time',
+ weeklyLabel: 'Weekdays',
+ monthlyLabel: 'Days of month',
+ monthHelper: 'Select at least one day',
+ monthDay: 'Day %{day}',
+ preview: 'Cron expression',
+ descriptionPrefix: 'Runs as %{desc}',
+ description: {
+ daily: 'every day at %{time}',
+ weekly: 'every week on %{days} at %{time}',
+ monthly: 'every month on %{days} at %{time}',
+ },
+ },
+ week: {
+ mon: 'Mon',
+ tue: 'Tue',
+ wed: 'Wed',
+ thu: 'Thu',
+ fri: 'Fri',
+ sat: 'Sat',
+ sun: 'Sun',
+ },
+ },
sta: {
depthHint: 'Set depth to 0 to keep the default value.',
enums: {
--
Gitblit v1.9.1