+
diff --git a/frontend/src/lang/en.js b/frontend/src/lang/en.js
index f9363502e7..5241f202bc 100644
--- a/frontend/src/lang/en.js
+++ b/frontend/src/lang/en.js
@@ -395,6 +395,10 @@ export default {
cancel: 'Cancel',
confirm: 'Confirm'
},
+ detabs: {
+ eidttitle: 'Edit Title',
+ selectview: 'Select View'
+ },
example: {
warning: 'Creating and editing pages cannot be cached by keep-alive because keep-alive include does not currently support caching based on routes, so it is currently cached based on component name. If you want to achieve a similar caching effect, you can use a browser caching scheme such as localStorage. Or do not use keep-alive include to cache all pages directly. See details'
},
diff --git a/frontend/src/lang/tw.js b/frontend/src/lang/tw.js
index ec250734ff..eda115e0d0 100644
--- a/frontend/src/lang/tw.js
+++ b/frontend/src/lang/tw.js
@@ -395,6 +395,10 @@ export default {
cancel: '取 消',
confirm: '確 定'
},
+ detabs: {
+ eidttitle: '編輯標題',
+ selectview: '選擇視圖'
+ },
example: {
warning: '創建和編輯頁面是不能被 keep-alive 緩存的,因爲keep-alive 的 include 目前不支持根據路由來緩存,所以目前都是基于 component name 來進行緩存的。如果你想類似的實現緩存效果,可以使用 localStorage 等浏覽器緩存方案。或者不要使用 keep-alive 的 include,直接緩存所有頁面。詳情見'
},
diff --git a/frontend/src/lang/zh.js b/frontend/src/lang/zh.js
index 7afd884ebc..e8356d5761 100644
--- a/frontend/src/lang/zh.js
+++ b/frontend/src/lang/zh.js
@@ -395,6 +395,10 @@ export default {
cancel: '取 消',
confirm: '确 定'
},
+ detabs: {
+ eidttitle: '编辑标题',
+ selectview: '选择视图'
+ },
example: {
warning: '创建和编辑页面是不能被 keep-alive 缓存的,因为keep-alive 的 include 目前不支持根据路由来缓存,所以目前都是基于 component name 来进行缓存的。如果你想类似的实现缓存效果,可以使用 localStorage 等浏览器缓存方案。或者不要使用 keep-alive 的 include,直接缓存所有页面。详情见'
},