diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts
index ced90ee42f..cea0ca1cc8 100644
--- a/core/core-frontend/src/locales/en.ts
+++ b/core/core-frontend/src/locales/en.ts
@@ -3702,7 +3702,15 @@ export default {
'Unit: minutes, range: [0-1440], 0 means no time limit, starting from the first access using the ticket',
arg_val_tips: 'Please enter parameter values',
arg_format_tips:
- 'Please use JSON format string, example single valued [argVal], multi valued [argVal1, argVal2]'
+ 'Please use JSON format string, example single valued [argVal], multi valued [argVal1, argVal2]',
+ param_error: 'Ticket parameter error!',
+ exp_error: 'Ticket has expired!',
+ disable_error: 'Sharing feature has been disabled, please contact administrator!',
+ pe_require_error: 'Expiration password is required, current link is invalid!',
+ iframe_error:
+ 'Only embedded version and enterprise version support iframe embedding of public links!',
+ link_error: 'Link does not exist!',
+ link_exp_error: 'Link has expired!'
},
pblink: {
key_pwd: 'Please enter the password to open the link',
diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts
index 2fef773516..5171defaed 100644
--- a/core/core-frontend/src/locales/tw.ts
+++ b/core/core-frontend/src/locales/tw.ts
@@ -3595,7 +3595,14 @@ export default {
refresh: '刷新',
time_tips: '單位: 分鐘,範圍: [0-1440],0代表無期限,自首次使用ticket訪問開始',
arg_val_tips: '請輸入參數值',
- arg_format_tips: '請使用JSON格式字符串,示例單值[argVal],多值[argVal1, argVal2]'
+ arg_format_tips: '請使用JSON格式字符串,示例單值[argVal],多值[argVal1, argVal2]',
+ param_error: 'Ticket 參數錯誤!',
+ exp_error: 'Ticket 已過期!',
+ disable_error: '已禁用分享功能,請聯系管理員!',
+ pe_require_error: '已設置有效期密碼必填,當前鏈接無效!',
+ iframe_error: '僅嵌入式版和企業版支持iframe方式內嵌公共鏈接!',
+ link_error: '鏈接不存在!',
+ link_exp_error: '鏈接已過期!'
},
pblink: {
key_pwd: '請輸入密碼開啟連結',
diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts
index 76e11ced05..3eb66cc4cd 100644
--- a/core/core-frontend/src/locales/zh-CN.ts
+++ b/core/core-frontend/src/locales/zh-CN.ts
@@ -3601,7 +3601,14 @@ export default {
refresh: '刷新',
time_tips: '单位: 分钟,范围: [0-1440],0代表无期限,自首次使用ticket访问开始',
arg_val_tips: '请输入参数值',
- arg_format_tips: '请使用JSON格式字符串,示例单值[argVal],多值[argVal1, argVal2]'
+ arg_format_tips: '请使用JSON格式字符串,示例单值[argVal],多值[argVal1, argVal2]',
+ param_error: 'Ticket 参数错误!',
+ exp_error: 'Ticket 已过期!',
+ disable_error: '已禁用分享功能,请联系管理员!',
+ pe_require_error: '已设置有效期密码必填,当前链接无效!',
+ iframe_error: '仅嵌入式版和企业版支持iframe方式内嵌公共链接!',
+ link_error: '链接不存在!',
+ link_exp_error: '链接已过期!'
},
pblink: {
key_pwd: '请输入密码打开链接',
diff --git a/core/core-frontend/src/views/share/link/IframeError.vue b/core/core-frontend/src/views/share/link/IframeError.vue
deleted file mode 100644
index dc6373fc89..0000000000
--- a/core/core-frontend/src/views/share/link/IframeError.vue
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
diff --git a/core/core-frontend/src/views/share/link/TicketError.vue b/core/core-frontend/src/views/share/link/TicketError.vue
deleted file mode 100644
index 28170d443b..0000000000
--- a/core/core-frontend/src/views/share/link/TicketError.vue
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
diff --git a/core/core-frontend/src/views/share/link/error.vue b/core/core-frontend/src/views/share/link/error.vue
deleted file mode 100644
index dad318a8d5..0000000000
--- a/core/core-frontend/src/views/share/link/error.vue
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
diff --git a/core/core-frontend/src/views/share/link/exp.vue b/core/core-frontend/src/views/share/link/exp.vue
deleted file mode 100644
index 4fbda75f88..0000000000
--- a/core/core-frontend/src/views/share/link/exp.vue
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
diff --git a/core/core-frontend/src/views/share/link/index.vue b/core/core-frontend/src/views/share/link/index.vue
index f813dd7b06..e64e4ba096 100644
--- a/core/core-frontend/src/views/share/link/index.vue
+++ b/core/core-frontend/src/views/share/link/index.vue
@@ -3,17 +3,22 @@
class="link-container"
v-loading="loading || requestStore.loadingMap[permissionStore.currentPath]"
>
-
-
+
+
-
-
+
+
-
+