diff --git a/src/components/FusionSettingsDialog.vue b/src/components/FusionSettingsDialog.vue index b7fb86b..25eeaf7 100644 --- a/src/components/FusionSettingsDialog.vue +++ b/src/components/FusionSettingsDialog.vue @@ -116,9 +116,6 @@ - - - @@ -152,7 +149,7 @@ - + diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index 5aa1fcf..cd1bad2 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -170,6 +170,7 @@ export default { advanced: "Advanced", "revert and exit": "Revert And Exit", apply: "Apply", + load: "Load", "current real resolution": "Current Real Resolution", "output type": "Output Type", "target resolution": "Target Resolution", @@ -436,7 +437,7 @@ export default { "center line color": "center line color", "center circle color": "center circle color", "Whether to operate synchronously": "Whether to operate synchronously", - "Select saved configuration": "Load configuration", + "Select saved configuration": "Configuration list", "read saved configuration": "Configuration list", "please choose": "please choose", save: "Save", diff --git a/src/i18n/zh-CN/index.ts b/src/i18n/zh-CN/index.ts index c8a6d76..f01d07f 100644 --- a/src/i18n/zh-CN/index.ts +++ b/src/i18n/zh-CN/index.ts @@ -218,6 +218,7 @@ export default { disable: "禁用", enable: "启用", apply: "应用", + load: "加载", "apply and exit": "应用并退出", revert: "恢复", "revert and exit": "不保存退出", @@ -704,7 +705,7 @@ export default { "center line color": "中心线颜色", "center circle color": "中心圆颜色", "Whether to operate synchronously": "是否同步操作", - "Select saved configuration": "加载配置", + "Select saved configuration": "配置列表", "read saved configuration": "融合配置列表", "please choose": "请选择", save: "保存",