style(extension): 文案修改
This commit is contained in:
@@ -176,8 +176,9 @@
|
||||
},
|
||||
"conflicts": {
|
||||
"title": "Command Conflicts Detected",
|
||||
"message": "This may cause some commands to not work properly. It is recommended to go to Command Management to resolve.",
|
||||
"message": "This will cause some commands to work abnormally. It is recommended to go to the [Command Management] panel to handle it.",
|
||||
"pairs": "command conflicts",
|
||||
"goToManage": "Go to Manage"
|
||||
"goToManage": "Go to Manage",
|
||||
"later": "Later"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -176,8 +176,9 @@
|
||||
},
|
||||
"conflicts": {
|
||||
"title": "检测到指令冲突",
|
||||
"message": "这可能导致部分指令无法正常工作,建议前往指令管理页面处理。",
|
||||
"message": "这会导致部分指令工作异常,建议前往【指令管理】面板进行处理。",
|
||||
"pairs": "对指令冲突",
|
||||
"goToManage": "前往处理"
|
||||
"goToManage": "前往处理",
|
||||
"later": "稍后处理"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1273,7 +1273,7 @@ watch(marketSearch, (newVal) => {
|
||||
</v-card-text>
|
||||
<v-card-actions class="pa-4 pt-2">
|
||||
<v-spacer></v-spacer>
|
||||
<v-btn variant="text" @click="conflictDialog.show = false">{{ tm('buttons.cancel') }}</v-btn>
|
||||
<v-btn variant="text" @click="conflictDialog.show = false">{{ tm('conflicts.later') }}</v-btn>
|
||||
<v-btn color="warning" variant="flat" @click="handleConflictConfirm">
|
||||
{{ tm('conflicts.goToManage') }}
|
||||
</v-btn>
|
||||
|
||||
Reference in New Issue
Block a user