- 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.
25 lines
784 B
JSON
25 lines
784 B
JSON
{
|
|
"configurePhases": "配置阶段",
|
|
"configure": "配置",
|
|
"phaseLabel": "阶段标签",
|
|
"enterPhaseName": "输入阶段名称",
|
|
"addOption": "添加选项",
|
|
"phaseOptions": "阶段选项",
|
|
"optionsText": "选项",
|
|
"dragToReorderPhases": "拖拽阶段来重新排序。每个阶段可以有不同的颜色。",
|
|
"enterNewPhaseName": "输入新阶段名称...",
|
|
"addPhase": "添加阶段",
|
|
"noPhasesFound": "未找到阶段",
|
|
"no": "没有",
|
|
"found": "找到",
|
|
"deletePhase": "删除阶段",
|
|
"deletePhaseConfirm": "您确定要删除此阶段吗?此操作无法撤消。",
|
|
"rename": "重命名",
|
|
"delete": "删除",
|
|
"create": "创建",
|
|
"cancel": "取消",
|
|
"selectColor": "选择颜色",
|
|
"managePhases": "管理阶段",
|
|
"close": "关闭"
|
|
}
|