- 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.
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"noTasksInGroup": "此组中没有任务",
|
|
"noTasksInGroupDescription": "添加任务开始使用",
|
|
"addFirstTask": "添加你的第一个任务",
|
|
"openTask": "打开",
|
|
"subtask": "子任务",
|
|
"subtasks": "子任务",
|
|
"comment": "评论",
|
|
"comments": "评论",
|
|
"attachment": "附件",
|
|
"attachments": "附件",
|
|
"enterSubtaskName": "输入子任务名称...",
|
|
"add": "添加",
|
|
"cancel": "取消",
|
|
"renameGroup": "重命名组",
|
|
"renameStatus": "重命名状态",
|
|
"renamePhase": "重命名阶段",
|
|
"changeCategory": "更改类别",
|
|
"clickToEditGroupName": "点击编辑组名称",
|
|
"enterGroupName": "输入组名称",
|
|
"todo": "待办",
|
|
"inProgress": "进行中",
|
|
"done": "已完成",
|
|
"defaultTaskName": "无标题任务",
|
|
|
|
"indicators": {
|
|
"tooltips": {
|
|
"subtasks": "{{count}} 个子任务",
|
|
"subtasks_plural": "{{count}} 个子任务",
|
|
"comments": "{{count}} 条评论",
|
|
"comments_plural": "{{count}} 条评论",
|
|
"attachments": "{{count}} 个附件",
|
|
"attachments_plural": "{{count}} 个附件",
|
|
"subscribers": "任务有订阅者",
|
|
"dependencies": "任务有依赖项",
|
|
"recurring": "重复任务"
|
|
}
|
|
}
|
|
}
|