From cbd9fde3a2f8d4f5c45bea1a5215ad843e8dabc6 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 10 十月 2024 14:32:45 +0800 Subject: [PATCH] # --- zy-acs-flow/src/i18n/en.js | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js index 62cf589..299c12c 100644 --- a/zy-acs-flow/src/i18n/en.js +++ b/zy-acs-flow/src/i18n/en.js @@ -1,3 +1,4 @@ +import { settings } from 'pixi.js'; import englishMessages from 'ra-language-english'; const customEnglishMessages = { @@ -624,8 +625,21 @@ title: 'Icons', shelf: 'SHELF', charge: 'CHARGE', + station: 'STATION', direction: 'DIRECTION', }, + settings: { + title: 'Settings', + map: { + title: 'Map Parameters', + }, + config: { + title: 'Config Parameters', + }, + }, + insight: { + title: 'Insight', + }, }, } }; -- Gitblit v1.9.1