Files
worklenz/worklenz-frontend/public/locales/zh/settings/clients.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

23 lines
823 B
JSON

{
"nameColumn": "名称",
"projectColumn": "项目",
"noProjectsAvailable": "没有可用的项目",
"deleteConfirmationTitle": "您确定吗?",
"deleteConfirmationOk": "是",
"deleteConfirmationCancel": "取消",
"searchPlaceholder": "按名称搜索",
"createClient": "创建客户",
"pinTooltip": "点击将其固定到主菜单",
"createClientDrawerTitle": "创建客户",
"updateClientDrawerTitle": "更新客户",
"nameLabel": "名称",
"namePlaceholder": "名称",
"nameRequiredError": "请输入名称",
"createButton": "创建",
"updateButton": "更新",
"createClientSuccessMessage": "客户创建成功!",
"createClientErrorMessage": "客户创建失败!",
"updateClientSuccessMessage": "客户更新成功!",
"updateClientErrorMessage": "客户更新失败!"
}