update multi lang in preview view

This commit is contained in:
duanfuxiang
2025-05-01 15:48:34 +08:00
parent cc8cc26e0b
commit 65d4ca33d2
4 changed files with 15 additions and 4 deletions

View File

@@ -81,7 +81,8 @@ export default {
collectedModels: "Collected Models",
loading: "Loading...",
image: "Image",
createCommand: "Create Command"
createCommand: "Create Command",
uploadNewImage: "Upload New Image"
}
},
inlineEdit: {
@@ -173,5 +174,8 @@ export default {
fileNotFound: 'File not found',
acceptLine: 'Accept line',
excludeLine: 'Exclude line',
},
previewView: {
close: 'Close',
}
}