- Added new components for filtering by billable status, categories, projects, members, and teams in the time reports overview. - Implemented a new header component to manage the layout and functionality of the time reports page. - Refactored existing components to improve organization and maintainability, including the removal of deprecated files. - Updated localization files to support new UI elements and ensure consistency across languages. - Adjusted the language selector to reflect the correct language codes for Chinese.
34 lines
901 B
JSON
34 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": "保存更改"
|
|
} |