From 7b0d620dcacaeb5b1ee6c945fe7159c9b75432b0 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期五, 27 九月 2024 14:18:49 +0800 Subject: [PATCH] # --- zy-acs-flow/src/i18n/en.js | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js index 558db7c..127411e 100644 --- a/zy-acs-flow/src/i18n/en.js +++ b/zy-acs-flow/src/i18n/en.js @@ -146,6 +146,7 @@ segment: 'Segment', jam: 'Jam', action: 'Action', + mission: 'Mission', }, table: { field: { @@ -584,6 +585,15 @@ }, }, }, + route: { + enums: { + direction: { + forward: 'Forward', + reverse: 'Reverse', + unordered: 'Unordered', + }, + }, + }, } }; -- Gitblit v1.9.1