feat: Update week day representation and add localization support for weekdays

This commit is contained in:
2025-12-14 03:14:58 +09:00
parent 4d3bb6cfd8
commit 575d1a7008
4 changed files with 33 additions and 6 deletions
+9
View File
@@ -100,6 +100,15 @@ export const zh = {
cron: 'Cron',
daily: '每日',
weekly: '每周',
weekdaysNarrow: {
0: '日',
1: '一',
2: '二',
3: '三',
4: '四',
5: '五',
6: '六',
},
enableCron: '启用 Cron 计划',
enableDaily: '启用每日运行',
enableWeekly: '启用每周运行',