- 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.
30 lines
883 B
JSON
30 lines
883 B
JSON
{
|
|
"rename": "重命名",
|
|
"delete": "删除",
|
|
"addTask": "添加任务",
|
|
"addSectionButton": "添加部分",
|
|
"changeCategory": "更改类别",
|
|
"deleteTooltip": "删除",
|
|
"deleteConfirmationTitle": "您确定吗?",
|
|
"deleteConfirmationOk": "是",
|
|
"deleteConfirmationCancel": "取消",
|
|
"dueDate": "截止日期",
|
|
"cancel": "取消",
|
|
"today": "今天",
|
|
"tomorrow": "明天",
|
|
"assignToMe": "分配给我",
|
|
"archive": "归档",
|
|
"newTaskNamePlaceholder": "写一个任务名称",
|
|
"newSubtaskNamePlaceholder": "写一个子任务名称",
|
|
"untitledSection": "无标题部分",
|
|
"unmapped": "未映射",
|
|
"clickToChangeDate": "点击更改日期",
|
|
"noDueDate": "无截止日期",
|
|
"save": "保存",
|
|
"clear": "清除",
|
|
"nextWeek": "下周",
|
|
"noSubtasks": "无子任务",
|
|
"showSubtasks": "显示子任务",
|
|
"hideSubtasks": "隐藏子任务"
|
|
}
|