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: '图片组',