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:
chamiakJ
2025-07-28 07:19:55 +05:30
parent fc88c14b94
commit 591d348ae5
315 changed files with 9956 additions and 6116 deletions

View File

@@ -93,4 +93,4 @@
"expiredDaysAgo": "{{days}}天前",
"continueWith": "继续使用{{plan}}",
"changeToPlan": "更改为{{plan}}"
}
}

View File

@@ -29,4 +29,4 @@
"calculationMethodTooltip": "此设置适用于您组织中的所有项目",
"calculationMethodUpdated": "组织计算方法更新成功",
"calculationMethodUpdateError": "更新计算方法失败"
}
}

View File

@@ -9,4 +9,4 @@
"confirm": "确认",
"cancel": "取消",
"delete": "删除项目"
}
}

View File

@@ -14,4 +14,4 @@
"saveButton": "保存",
"saved": "设置保存成功",
"errorSaving": "保存设置时出错"
}
}

View File

@@ -6,4 +6,4 @@
"projects": "项目",
"settings": "设置",
"adminCenter": "管理中心"
}
}

View File

@@ -30,4 +30,4 @@
"owner": "所有者",
"admin": "管理员",
"member": "成员"
}
}

View File

@@ -6,4 +6,4 @@
"email": "电子邮件",
"lastActivity": "最后活动",
"refresh": "刷新用户"
}
}