- 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.
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"importTasks": "导入任务",
|
|
"importTask": "导入任务",
|
|
"createTask": "创建任务",
|
|
"settings": "设置",
|
|
"subscribe": "订阅",
|
|
"unsubscribe": "取消订阅",
|
|
"deleteProject": "删除项目",
|
|
"startDate": "开始日期",
|
|
"endDate": "结束日期",
|
|
"projectSettings": "项目设置",
|
|
"projectSummary": "项目摘要",
|
|
"receiveProjectSummary": "每天晚上接收项目摘要。",
|
|
"refreshProject": "刷新项目",
|
|
"saveAsTemplate": "保存为模板",
|
|
"invite": "邀请",
|
|
"share": "分享",
|
|
"subscribeTooltip": "订阅项目通知",
|
|
"unsubscribeTooltip": "取消订阅项目通知",
|
|
"refreshTooltip": "刷新项目数据",
|
|
"settingsTooltip": "打开项目设置",
|
|
"saveAsTemplateTooltip": "将此项目保存为模板",
|
|
"inviteTooltip": "邀请团队成员加入此项目",
|
|
"createTaskTooltip": "创建新任务",
|
|
"importTaskTooltip": "从模板导入任务",
|
|
"navigateBackTooltip": "返回项目列表",
|
|
"projectStatusTooltip": "项目状态",
|
|
"projectDatesInfo": "项目时间线信息",
|
|
"projectCategoryTooltip": "项目类别",
|
|
"defaultTaskName": "无标题任务"
|
|
}
|