diff --git a/frontend/src/i18n/en/es.ts b/frontend/src/i18n/en/es.ts index e171e2fa..da3cfa6d 100644 --- a/frontend/src/i18n/en/es.ts +++ b/frontend/src/i18n/en/es.ts @@ -59,7 +59,6 @@ export default { docJsonError: 'Document JSON Format Error', sortParams: 'Sort', otherParams: 'Other', - previewParams: 'Preview', closeIndexConfirm: 'This operation will close index [{name}]. Do you want to continue?', openIndexConfirm: 'This operation will open index [{name}]. Do you want to continue?', clearCacheConfirm: 'This operation will clear index [{name}] cache. Do you want to continue?', diff --git a/frontend/src/i18n/zh-cn/es.ts b/frontend/src/i18n/zh-cn/es.ts index b0ff288e..5d48b51e 100644 --- a/frontend/src/i18n/zh-cn/es.ts +++ b/frontend/src/i18n/zh-cn/es.ts @@ -58,7 +58,6 @@ export default { docJsonError: '文档JSON格式错误', sortParams: '排序', otherParams: '其他', - previewParams: '预览', closeIndexConfirm: '将会关闭索引:[{name}]。 确认继续吗?', openIndexConfirm: '将会打开索引:[{name}]。 确认继续吗?', clearCacheConfirm: '将会清除索引:[{name}]缓存。 确认继续吗?', diff --git a/frontend/src/views/ops/es/component/EsSearch.vue b/frontend/src/views/ops/es/component/EsSearch.vue index fbeb19b6..d7c34d2f 100644 --- a/frontend/src/views/ops/es/component/EsSearch.vue +++ b/frontend/src/views/ops/es/component/EsSearch.vue @@ -116,7 +116,6 @@