From 04796fd3b6aa9a3a0b918499f47ce7f73ae48e2d Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期五, 11 十月 2024 14:54:22 +0800 Subject: [PATCH] # --- zy-acs-flow/src/i18n/en.js | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js index d2cedf4..461d795 100644 --- a/zy-acs-flow/src/i18n/en.js +++ b/zy-acs-flow/src/i18n/en.js @@ -646,6 +646,11 @@ up: 'Up', down: 'Down', count: 'Count', + execute: 'Execute', + reverse: 'Reverse', + field: { + gap: 'Gap', + }, }, more: { title: 'More', @@ -653,6 +658,13 @@ }, config: { title: 'Config Parameters', + base: { + no: 'No', + }, + shelf: { + row: 'Row', + bay: 'Bay', + }, }, }, insight: { -- Gitblit v1.9.1