- 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.
15 lines
482 B
JSON
15 lines
482 B
JSON
{
|
||
"uploadError": "您只能上传JPG/PNG文件!",
|
||
"uploadSizeError": "图片必须小于2MB!",
|
||
"upload": "上传",
|
||
"nameLabel": "名称",
|
||
"nameRequiredError": "名称是必需的",
|
||
"emailLabel": "电子邮件",
|
||
"emailRequiredError": "电子邮件是必需的",
|
||
"saveChanges": "保存更改",
|
||
"profileJoinedText": "一个月前加入",
|
||
"profileLastUpdatedText": "一个月前更新",
|
||
"avatarTooltip": "点击上传头像",
|
||
"title": "个人资料设置"
|
||
}
|