diff --git a/nezha-fronted/src/App.vue b/nezha-fronted/src/App.vue index a12594375..793aee4c0 100644 --- a/nezha-fronted/src/App.vue +++ b/nezha-fronted/src/App.vue @@ -1,5 +1,6 @@ + + diff --git a/nezha-fronted/src/components/common/language/cn.js b/nezha-fronted/src/components/common/language/cn.js index 6127083e0..9a64442e4 100644 --- a/nezha-fronted/src/components/common/language/cn.js +++ b/nezha-fronted/src/components/common/language/cn.js @@ -570,6 +570,8 @@ const cn = { resetPrompt: '确认重置吗?', confirmBatchDelete: '确定删除这{0}条数据吗?', assetConfirmDelete: '关联的Endpoint和告警将会被删除,确认删除吗?', + zoomStatusPrompt: '您的浏览器目前处于缩放状态,页面可能会出现错位,建议100%大小。', + doNotAskAgain: '不再询问', yes: '是', no: '否', deleteSuccess: '删除成功', diff --git a/nezha-fronted/src/components/common/language/en.js b/nezha-fronted/src/components/common/language/en.js index 8df279458..d0a95db17 100644 --- a/nezha-fronted/src/components/common/language/en.js +++ b/nezha-fronted/src/components/common/language/en.js @@ -577,6 +577,8 @@ const en = { resetPrompt: 'Are you sure to reset?', confirmBatchDelete: 'Are you sure to delete these {0} pieces of data', assetConfirmDelete: 'Related endpoints and alerts will be removed, are you sure you want to delete this asset?', // Related endpoints and alerts will be removed, are you sure you want to delete this asset? + zoomStatusPrompt: 'Your browser is currently in zoom state, the page may appear dislocation, the proposed 100% size.', + doNotAskAgain: 'Do not ask again', yes: 'Yes', // "是" no: 'No', // No deleteSuccess: 'Delete success', // "删除成功"