This commit is contained in:
2025-08-27 18:30:43 +08:00
parent 9941ba41d6
commit 9816bf152a
4 changed files with 65 additions and 52 deletions

View File

@@ -100,5 +100,10 @@ module.exports = {
PicturesTexts: 'Illustration with Pictures and Texts',
VideoInstructions: 'Video Instructions',
Handmethod: 'Handling method',
stationnotcommas: 'The station name cannot contain English commas.'
stationnotcommas: 'The station name cannot contain English commas.',
ErrorPrompt: 'Error Prompt',
Aresuremap: 'Are you sure to synchronize the map?',
Mapbeencancel: 'Map synchronization has been cancelled',
Aresureshutrestart: 'Are you sure you want to shut down and restart?',
shutrestartcancel: 'The operation of shutting down and restarting has been cancelled.'
}

View File

@@ -100,5 +100,10 @@ module.exports = {
PicturesTexts: '图文说明',
VideoInstructions: '视频说明',
Handmethod: '处理方法',
stationnotcommas: '站点名称不能包含英文逗号'
stationnotcommas: '站点名称不能包含英文逗号',
ErrorPrompt: '错误提示',
Aresuremap: '是否确定同步地图?',
Mapbeencancel: '已取消同步地图',
Aresureshutrestart: '是否确定关机重启?',
shutrestartcancel: '已取消关机重启'
}