- 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.
23 lines
823 B
JSON
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": "客户更新失败!"
|
|
}
|