From 69cc1caf508c10379a421c2f21e2333a2f8c23f0 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 18 Mar 2025 15:02:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):=20?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E7=BB=84=E4=BB=B6=E6=94=AF=E6=8C=81=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=98=9F=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../custom-component/de-time-clock/TimeClockFormat.vue | 8 ++++++++ core/core-frontend/src/locales/en.ts | 1 + core/core-frontend/src/locales/tw.ts | 1 + core/core-frontend/src/locales/zh-CN.ts | 1 + 4 files changed, 11 insertions(+) diff --git a/core/core-frontend/src/custom-component/de-time-clock/TimeClockFormat.vue b/core/core-frontend/src/custom-component/de-time-clock/TimeClockFormat.vue index a98e0061c6..e011ca79d8 100644 --- a/core/core-frontend/src/custom-component/de-time-clock/TimeClockFormat.vue +++ b/core/core-frontend/src/custom-component/de-time-clock/TimeClockFormat.vue @@ -35,6 +35,14 @@ /> + + + diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index 4c4bd1ed0f..f74ff270d6 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -3049,6 +3049,7 @@ export default { custom_sort: 'Custom Sort', show_date: 'Show Date', show_time: 'Show Time', + show_week: 'Show Week', link_info: 'Link Information', pic_upload_tips: 'Please upload an image...', pic_group: 'Image Group', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index 9cd81951cd..dcfc901fa6 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -2965,6 +2965,7 @@ export default { custom_sort: '自定義排序', show_date: '顯示日期', show_time: '顯示時間', + show_week: '顯示星期', link_info: '鏈接信息', pic_upload_tips: '請上傳圖片...', pic_group: '圖片組', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index 34ac124f9d..ec73bab151 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -2972,6 +2972,7 @@ export default { custom_sort: '自定义排序', show_date: '显示日期', show_time: '显示时间', + show_week: '显示星期', link_info: '链接信息', pic_upload_tips: '请上传图片...', pic_group: '图片组',