Files
worklenz/worklenz-frontend/public/locales/zh/settings/profile.json
chamiakJ 591d348ae5 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.
2025-07-28 07:19:55 +05:30

15 lines
482 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"uploadError": "您只能上传JPG/PNG文件",
"uploadSizeError": "图片必须小于2MB",
"upload": "上传",
"nameLabel": "名称",
"nameRequiredError": "名称是必需的",
"emailLabel": "电子邮件",
"emailRequiredError": "电子邮件是必需的",
"saveChanges": "保存更改",
"profileJoinedText": "一个月前加入",
"profileLastUpdatedText": "一个月前更新",
"avatarTooltip": "点击上传头像",
"title": "个人资料设置"
}