- 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.
35 lines
912 B
JSON
35 lines
912 B
JSON
{
|
|
"name": "名称",
|
|
"client": "客户",
|
|
"category": "类别",
|
|
"status": "状态",
|
|
"tasksProgress": "任务进度",
|
|
"updated_at": "最后更新",
|
|
"members": "成员",
|
|
"setting": "设置",
|
|
"projects": "项目",
|
|
"refreshProjects": "刷新项目",
|
|
"all": "全部",
|
|
"favorites": "收藏",
|
|
"archived": "已归档",
|
|
"placeholder": "按名称搜索",
|
|
"archive": "归档",
|
|
"unarchive": "取消归档",
|
|
"archiveConfirm": "您确定要归档此项目吗?",
|
|
"unarchiveConfirm": "您确定要取消归档此项目吗?",
|
|
"yes": "是",
|
|
"no": "否",
|
|
"clickToFilter": "点击筛选",
|
|
"noProjects": "未找到项目",
|
|
"addToFavourites": "添加到收藏",
|
|
"list": "列表",
|
|
"group": "分组",
|
|
"listView": "列表视图",
|
|
"groupView": "分组视图",
|
|
"groupBy": {
|
|
"category": "类别",
|
|
"client": "客户"
|
|
},
|
|
"noPermission": "您没有权限执行此操作"
|
|
}
|