From 71594bd2dc9201834aa533099e9e49a9b84506cd Mon Sep 17 00:00:00 2001 From: wangfei <3597712270@qq.com> Date: 星期四, 12 六月 2025 15:32:25 +0800 Subject: [PATCH] 新增韩语 --- UI-Project/src/lang/en.js | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 43 insertions(+), 0 deletions(-) diff --git a/UI-Project/src/lang/en.js b/UI-Project/src/lang/en.js index 769dacd..9f7dd6b 100644 --- a/UI-Project/src/lang/en.js +++ b/UI-Project/src/lang/en.js @@ -232,6 +232,7 @@ startstatus: 'Start status', startstatusa: 'Start status锛�', instartstatus: 'Please enter the enabled status', + choicestartstatus:'Please select Enable status', glassgaps: 'Glass gap', glassgapsa: 'Glass gap锛�', inglassgaps: 'Please enter the glass gap', @@ -401,7 +402,9 @@ }, productStock: { configName: 'configure name', + configNamea:'configure name锛�', configCode: 'Configuration Code', + inconfigValue:'Please enter the configured values', configValue: 'Configuration value', addusers: 'Add user', username: 'User name', @@ -510,6 +513,46 @@ createTime: 'Return date', }, large: { + Productionsituation:'Production situation', + Productionandoperationstatus:'Production and operation status', + cuttingState:'Operation status on the day of cutting', + edgingState:'Operation status on the day of edge grinding', + temperingState:'Operation status of tempered steel on the day of tempering', + hollowState:'Production and operation status of hollow on the same day', + switch: 'Switch', + running: 'Running', + stopping:'Stopping', + diffMinutes:'diffMinutes', + loadstart:'Load start', + loadend:'Load end', + loadtotal: 'Load total', + loadfree: 'Load free', + loaddiff: 'Load diff', + loadnumber: 'Load number', + loadarea: 'Load area', + tempstart: 'Temp start', + tempend: 'Temp end', + temptotal: 'Temp total', + tempfree: 'Temp free', + tempdiff: 'Temp diff', + tempstove: 'temp stove', + tempnumber: 'Temp number', + temparea: 'Temp area', + hollowstart: 'Hollow start', + hollowend: 'Hollow end', + hollowtotal: 'Hollow total', + hollowfree: 'Hollow free', + hollowdiff: 'Hollow diff', + hollownumber: 'Hollow number', + hollowEngineer: 'Hollow engineer', + hollowtotal: 'Hollow total', + hollowarea: 'Hollow area', + engineerId: 'Engineer ID', + totalnumber: 'Total number', + tatalarea: 'Total area', + statistics: 'Statistics', + ExporttoExcel:'Export to Excel', + slice:'slice', load: 'load', edg: 'edg', temp: 'temp', -- Gitblit v1.8.0