Files
worklenz/worklenz-frontend/public/locales/zh/task-drawer/task-drawer-recurring-config.json
chamiakJ 591d348ae5 feat(localization): update and enhance localization files for multiple languages
- Updated localization files for various languages, including English, German, Spanish, Portuguese, and Chinese, to ensure consistency and accuracy across the application.
- Added new keys and updated existing ones to support recent UI changes and features, particularly in project views, task lists, and admin center settings.
- Enhanced the structure of localization files to improve maintainability and facilitate future updates.
- Implemented performance optimizations in the frontend components to better handle localization data.
2025-07-28 07:19:55 +05:30

35 lines
901 B
JSON

{
"recurring": "重复",
"recurringTaskConfiguration": "重复任务配置",
"repeats": "重复",
"daily": "每日",
"weekly": "每周",
"everyXDays": "每X天",
"everyXWeeks": "每X周",
"everyXMonths": "每X月",
"monthly": "每月",
"selectDaysOfWeek": "选择星期几",
"mon": "周一",
"tue": "周二",
"wed": "周三",
"thu": "周四",
"fri": "周五",
"sat": "周六",
"sun": "周日",
"monthlyRepeatType": "每月重复类型",
"onSpecificDate": "在特定日期",
"onSpecificDay": "在特定星期几",
"dateOfMonth": "月份日期",
"weekOfMonth": "月份周数",
"dayOfWeek": "星期几",
"first": "第一",
"second": "第二",
"third": "第三",
"fourth": "第四",
"last": "最后",
"intervalDays": "间隔(天)",
"intervalWeeks": "间隔(周)",
"intervalMonths": "间隔(月)",
"saveChanges": "保存更改"
}