diff --git a/src/locales/lang/en.ts b/src/locales/lang/en.ts
index 9538a05..bf69d7a 100644
--- a/src/locales/lang/en.ts
+++ b/src/locales/lang/en.ts
@@ -341,6 +341,12 @@ export default {
"针数": "Stitches",
"压脚次数": "Presser foot times",
"能耗": "EC",
+ "次": " times",
+ "设备稼动率": "Equipment Utilization Rate",
+ "产出进度": "Output Progress",
+ "稼动率说明": "Utilization rate (actual working time/actual boot time)",
+ "已完成":"Completed",
+ "未完成":"Uncompleted",
},
"default":{
diff --git a/src/locales/lang/zh.ts b/src/locales/lang/zh.ts
index dc6248b..04448a9 100644
--- a/src/locales/lang/zh.ts
+++ b/src/locales/lang/zh.ts
@@ -339,6 +339,12 @@ export default {
"针数": "针数",
"压脚次数": "压脚次数",
"能耗": "能耗",
+ "次": "次",
+ "设备稼动率": "设备稼动率",
+ "产出进度": "产出进度",
+ "稼动率说明":"稼动率:实际工作时间/设备开机时间",
+ "已完成":"已完成",
+ "未完成":"未完成",
},
"default":{
'年': '年',
diff --git a/src/views/Exhibition/Germany/child.vue b/src/views/Exhibition/Germany/child.vue
index 828368b..514cea5 100644
--- a/src/views/Exhibition/Germany/child.vue
+++ b/src/views/Exhibition/Germany/child.vue
@@ -64,15 +64,15 @@
-
工作
+
{{tLang('default','工作')}}
-
待机
+
{{tLang('default','待机')}}
-
停机
+
{{tLang('default','停机')}}
diff --git a/src/views/Exhibition/Germany/components/BottomCBox.vue b/src/views/Exhibition/Germany/components/BottomCBox.vue
index 59dde25..dd76cc8 100644
--- a/src/views/Exhibition/Germany/components/BottomCBox.vue
+++ b/src/views/Exhibition/Germany/components/BottomCBox.vue
@@ -1,8 +1,8 @@
-
稼动率:实际工作时间/设备开机时间
-
+
+ {{ tLang('messages','稼动率说明') }}
@@ -20,7 +20,7 @@ watch(() => props.data, (val) => {
})
let bar_option = ref({
legend: {
- data:[proxy.tLang('messages','稼动率')],
+ data:[proxy.tLang('messages','UtilizationRate')],
},
xAxis: {
type: 'category',
@@ -35,7 +35,7 @@ let bar_option = ref({
type: 'value',
min: 0,
max: 100,
- name: proxy.tLang('messages','稼动率'),
+ name: proxy.tLang('messages','UtilizationRate'),
nameTextStyle: {
color: '#fff',
fontSize: 16,
diff --git a/src/views/Exhibition/Germany/components/BottomLBox.vue b/src/views/Exhibition/Germany/components/BottomLBox.vue
index d38063a..8fff8d9 100644
--- a/src/views/Exhibition/Germany/components/BottomLBox.vue
+++ b/src/views/Exhibition/Germany/components/BottomLBox.vue
@@ -7,7 +7,7 @@
-
{{ tLang('messages', '型号') }}:
+
{{ tLang('messages', 'model') }}:
RPSP-NM-I+K-1-1800-Ⅰ-WC2+K-RF-1P220
diff --git a/src/views/Exhibition/Germany/components/BottomRBox.vue b/src/views/Exhibition/Germany/components/BottomRBox.vue
index 4a64609..43d3296 100644
--- a/src/views/Exhibition/Germany/components/BottomRBox.vue
+++ b/src/views/Exhibition/Germany/components/BottomRBox.vue
@@ -3,11 +3,11 @@
-
{{ tLang('messages', '实际产量') }}:
{{ item.production }}
+
{{ tLang('default', '实际产量') }}:
{{ item.production }}
-
{{ tLang('messages', '计划产量') }}:
{{ item.planProduction }}
+
{{ tLang('default', '计划产量') }}:
{{ item.planProduction }}
-
{{ tLang('messages', '设备名称') }}:
{{ item.name }}
+
{{ tLang('default', '设备名称') }}:
{{ item.name }}
diff --git a/src/views/Exhibition/Germany/components/TopRBox.vue b/src/views/Exhibition/Germany/components/TopRBox.vue
index e4714a2..86f3b18 100644
--- a/src/views/Exhibition/Germany/components/TopRBox.vue
+++ b/src/views/Exhibition/Germany/components/TopRBox.vue
@@ -12,21 +12,21 @@
-
{{ props.data?.in3Count + tLang('messages','次') }}
+
{{ props.data?.in3Count + tLang('messages', '次') }}
{{ tLang('messages', '剪线次数') }}
-
{{ props.data?.in4Count + tLang('messages','次') }}
+
{{ props.data?.in4Count + tLang('messages', '次') }}
{{ tLang('messages', '针数') }}
-
{{ props.data?.in2Count + tLang('messages','次') }}
+
{{ props.data?.in2Count + tLang('messages', '次') }}
{{ tLang('messages', '压脚次数') }}
@@ -35,15 +35,15 @@
-
- {{ tLang('messages','能耗') }}(kW·h)
+
+ {{ tLang('messages', '能耗') }}(kW·h)