diff --git a/dashboard/src/components/shared/AstrBotConfig.vue b/dashboard/src/components/shared/AstrBotConfig.vue index 960fe3f38..104518d8c 100644 --- a/dashboard/src/components/shared/AstrBotConfig.vue +++ b/dashboard/src/components/shared/AstrBotConfig.vue @@ -107,7 +107,7 @@ function saveEditedContent() { color="primary" class="editor-fullscreen-btn" @click="openEditorDialog(key, iterable, metadata[metadataKey].items[key]?.editor_theme, metadata[metadataKey].items[key]?.editor_language)" - title="全屏编辑" + :title="t('core.common.editor.fullscreen')" > mdi-fullscreen @@ -288,10 +288,10 @@ function saveEditedContent() { mdi-close - 编辑内容 - {{ currentEditingKey }} + {{ t('core.common.editor.editingTitle') }} - {{ currentEditingKey }} - 保存 + {{ t('core.common.save') }} @@ -309,12 +309,17 @@ function saveEditedContent() {