Files
worklenz/worklenz-frontend/public/locales/zh/project-view/save-as-template.json
chamiakJ 591d348ae5 feat(localization): update and enhance localization files for multiple languages
- 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.
2025-07-28 07:19:55 +05:30

28 lines
711 B
JSON

{
"title": "保存为模板",
"templateName": "模板名称",
"includes": "项目中应包含哪些内容到模板中?",
"includesOptions": {
"statuses": "状态",
"phases": "阶段",
"labels": "标签"
},
"taskIncludes": "任务中应包含哪些内容到模板中?",
"taskIncludesOptions": {
"statuses": "状态",
"phases": "阶段",
"labels": "标签",
"name": "名称",
"priority": "优先级",
"status": "状态",
"phase": "阶段",
"label": "标签",
"timeEstimate": "预计用时",
"description": "描述",
"subTasks": "子任务"
},
"cancel": "取消",
"save": "保存",
"templateNamePlaceholder": "输入模板名称"
}