- 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.
15 lines
538 B
JSON
15 lines
538 B
JSON
{
|
|
"nameColumn": "名称",
|
|
"attachedTaskColumn": "附加任务",
|
|
"sizeColumn": "大小",
|
|
"uploadedByColumn": "上传者",
|
|
"uploadedAtColumn": "上传时间",
|
|
"fileIconAlt": "文件图标",
|
|
"titleDescriptionText": "此项目中任务的所有附件将显示在这里。",
|
|
"deleteConfirmationTitle": "您确定吗?",
|
|
"deleteConfirmationOk": "是",
|
|
"deleteConfirmationCancel": "取消",
|
|
"segmentedTooltip": "即将推出!在列表视图和缩略图视图之间切换。",
|
|
"emptyText": "项目中没有附件。"
|
|
}
|