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:
chamikaJ
2025-07-08 15:26:55 +05:30
parent e750023fdc
commit f06851fa37
53 changed files with 700 additions and 117 deletions

View File

@@ -9,5 +9,6 @@
"saveChanges": "保存更改",
"profileJoinedText": "一个月前加入",
"profileLastUpdatedText": "一个月前更新",
"avatarTooltip": "点击上传头像"
"avatarTooltip": "点击上传头像",
"title": "个人资料设置"
}

View File

@@ -1,5 +1,6 @@
{
"profile": "个人资料",
"appearance": "外观",
"notifications": "通知",
"clients": "客户",
"job-titles": "职位",

View File

@@ -1,4 +1,5 @@
{
"title": "团队成员",
"nameColumn": "名称",
"projectsColumn": "项目",
"emailColumn": "电子邮件",
@@ -40,5 +41,7 @@
"ownerText": "团队所有者",
"addedText": "已添加",
"updatedText": "已更新",
"noResultFound": "输入电子邮件地址并按回车键..."
"noResultFound": "输入电子邮件地址并按回车键...",
"jobTitlesFetchError": "获取职位失败",
"invitationResent": "邀请重新发送成功!"
}

View File

@@ -0,0 +1,16 @@
{
"title": "团队",
"team": "团队",
"teams": "团队",
"name": "名称",
"created": "创建时间",
"ownsBy": "所有者",
"edit": "编辑",
"editTeam": "编辑团队",
"pinTooltip": "点击将此项固定到主菜单",
"editTeamName": "编辑团队名称",
"updateName": "更新名称",
"namePlaceholder": "名称",
"nameRequired": "请输入名称",
"updateFailed": "团队名称更改失败!"
}