Files
worklenz/worklenz-frontend/public/locales/zh/settings/profile.json
chamikaJ f06851fa37 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.
2025-07-08 15:26:55 +05:30

14 lines
481 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": "个人资料设置"
}