From c557aabf32134f5297833b4aafceb11db93c42e6 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 10 十月 2024 14:01:29 +0800 Subject: [PATCH] # --- zy-acs-flow/src/i18n/en.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js index 62cf589..e393bde 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,15 @@ title: 'Icons', shelf: 'SHELF', charge: 'CHARGE', + station: 'STATION', direction: 'DIRECTION', }, + settings: { + title: 'Settings', + }, + insight: { + title: 'Insight', + }, }, } }; -- Gitblit v1.9.1