From 4e278e5a6b9340ffeacec168611f41654d12065e Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 10 十月 2024 16:24:08 +0800
Subject: [PATCH] #
---
zy-acs-flow/src/i18n/en.js | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js
index e393bde..bb449e7 100644
--- a/zy-acs-flow/src/i18n/en.js
+++ b/zy-acs-flow/src/i18n/en.js
@@ -49,6 +49,7 @@
before: 'Time Before'
},
action: {
+ reset: 'Reset',
expand: 'Expand',
expandAll: 'Expand All',
collapse: 'Collapse',
@@ -630,6 +631,31 @@
},
settings: {
title: 'Settings',
+ map: {
+ title: 'Map Parameters',
+ base: {
+ position: 'Position',
+ scale: 'Scale',
+ rotation: 'Rotation',
+ },
+ copy: {
+ title: 'Copy',
+ direction: 'Direction',
+ left: 'Left',
+ right: 'Right',
+ up: 'Up',
+ down: 'Down',
+ count: 'Count',
+ execute: 'Execute',
+ reverse: 'Reverse',
+ },
+ more: {
+ title: 'More',
+ },
+ },
+ config: {
+ title: 'Config Parameters',
+ },
},
insight: {
title: 'Insight',
--
Gitblit v1.9.1