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:
@@ -7,4 +7,4 @@
|
||||
"searchPlaceholder": "按名称搜索",
|
||||
"emptyText": "在更新或创建项目时可以创建类别。",
|
||||
"colorChangeTooltip": "点击更改颜色"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
"passwordMismatch": "密码不匹配!",
|
||||
"passwordRequirements": "新密码应至少包含8个字符,包括一个大写字母、一个数字和一个符号。",
|
||||
"updateButton": "更新密码"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
"createClientErrorMessage": "客户创建失败!",
|
||||
"updateClientSuccessMessage": "客户更新成功!",
|
||||
"updateClientErrorMessage": "客户更新失败!"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,4 +17,4 @@
|
||||
"createJobTitleErrorMessage": "职位创建失败!",
|
||||
"updateJobTitleSuccessMessage": "职位更新成功!",
|
||||
"updateJobTitleErrorMessage": "职位更新失败!"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
"emptyText": "标签可以在更新或创建任务时创建。",
|
||||
"pinTooltip": "点击将其固定到主菜单",
|
||||
"colorChangeTooltip": "点击更改颜色"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
"time_zone": "时区",
|
||||
"time_zone_required": "时区是必需的",
|
||||
"save_changes": "保存更改"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
"popupDescription": "弹出通知可能会被您的浏览器禁用。更改您的浏览器设置以允许它们。",
|
||||
"unreadItemsTitle": "显示未读项目的数量",
|
||||
"unreadItemsDescription": "您将看到每个通知的计数。"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
"profileLastUpdatedText": "一个月前更新",
|
||||
"avatarTooltip": "点击上传头像",
|
||||
"title": "个人资料设置"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
"confirmText": "您确定吗?",
|
||||
"okText": "是",
|
||||
"cancelText": "取消"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -49,4 +49,4 @@
|
||||
"jobTitleCreateError": "职位名称创建失败",
|
||||
"createButton": "创建",
|
||||
"cancelButton": "取消"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
"teams": "团队",
|
||||
"change-password": "更改密码",
|
||||
"language-and-region": "语言和地区"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
"confirmText": "您确定吗?",
|
||||
"okText": "是",
|
||||
"cancelText": "取消"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -44,4 +44,4 @@
|
||||
"noResultFound": "输入电子邮件地址并按回车键...",
|
||||
"jobTitlesFetchError": "获取职位失败",
|
||||
"invitationResent": "邀请重新发送成功!"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,4 +13,4 @@
|
||||
"namePlaceholder": "名称",
|
||||
"nameRequired": "请输入名称",
|
||||
"updateFailed": "团队名称更改失败!"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user