feat(localization): add and update translations for multiple languages
- Introduced new localization files for Albanian, German, Spanish, Portuguese, and Chinese, enhancing the application's multilingual support. - Added new keys and updated existing translations in project-view, task-list-table, and settings files to improve user experience across different languages. - Enhanced error handling and empty state messages in task management components to provide clearer feedback to users. - Updated tooltip texts and button labels for better clarity and consistency in the user interface.
This commit is contained in:
35
worklenz-frontend/public/locales/zh/task-management.json
Normal file
35
worklenz-frontend/public/locales/zh/task-management.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"noTasksInGroup": "此组中没有任务",
|
||||
"noTasksInGroupDescription": "添加任务开始使用",
|
||||
"addFirstTask": "添加你的第一个任务",
|
||||
"openTask": "打开",
|
||||
"subtask": "子任务",
|
||||
"subtasks": "子任务",
|
||||
"comment": "评论",
|
||||
"comments": "评论",
|
||||
"attachment": "附件",
|
||||
"attachments": "附件",
|
||||
"enterSubtaskName": "输入子任务名称...",
|
||||
"add": "添加",
|
||||
"cancel": "取消",
|
||||
"renameGroup": "重命名组",
|
||||
"renameStatus": "重命名状态",
|
||||
"renamePhase": "重命名阶段",
|
||||
"changeCategory": "更改类别",
|
||||
"clickToEditGroupName": "点击编辑组名称",
|
||||
"enterGroupName": "输入组名称",
|
||||
|
||||
"indicators": {
|
||||
"tooltips": {
|
||||
"subtasks": "{{count}} 个子任务",
|
||||
"subtasks_plural": "{{count}} 个子任务",
|
||||
"comments": "{{count}} 条评论",
|
||||
"comments_plural": "{{count}} 条评论",
|
||||
"attachments": "{{count}} 个附件",
|
||||
"attachments_plural": "{{count}} 个附件",
|
||||
"subscribers": "任务有订阅者",
|
||||
"dependencies": "任务有依赖项",
|
||||
"recurring": "重复任务"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user