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.
This commit is contained in:
@@ -93,4 +93,4 @@
|
||||
"expiredDaysAgo": "{{days}}天前",
|
||||
"continueWith": "继续使用{{plan}}",
|
||||
"changeToPlan": "更改为{{plan}}"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,4 +29,4 @@
|
||||
"calculationMethodTooltip": "此设置适用于您组织中的所有项目",
|
||||
"calculationMethodUpdated": "组织计算方法更新成功",
|
||||
"calculationMethodUpdateError": "更新计算方法失败"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,4 +9,4 @@
|
||||
"confirm": "确认",
|
||||
"cancel": "取消",
|
||||
"delete": "删除项目"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
"saveButton": "保存",
|
||||
"saved": "设置保存成功",
|
||||
"errorSaving": "保存设置时出错"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
"projects": "项目",
|
||||
"settings": "设置",
|
||||
"adminCenter": "管理中心"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,4 +30,4 @@
|
||||
"owner": "所有者",
|
||||
"admin": "管理员",
|
||||
"member": "成员"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
"email": "电子邮件",
|
||||
"lastActivity": "最后活动",
|
||||
"refresh": "刷新用户"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user