- Created new finance application based on Vue Vben Admin - Implemented transaction management, category management, and loan tracking - Added person management for tracking financial relationships - Integrated budget management and financial analytics - Added data import/export functionality - Implemented responsive design for mobile support - Added comprehensive testing with Playwright 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
62 lines
1.9 KiB
JSON
62 lines
1.9 KiB
JSON
{
|
|
"title": "系统工具",
|
|
"import": "数据导入",
|
|
"export": "数据导出",
|
|
"backup": "数据备份",
|
|
"budget": "预算管理",
|
|
"tags": "标签管理",
|
|
|
|
"import.title": "导入数据",
|
|
"import.selectFile": "选择文件",
|
|
"import.downloadTemplate": "下载模板",
|
|
"import.preview": "预览数据",
|
|
"import.mapping": "字段映射",
|
|
"import.start": "开始导入",
|
|
"import.success": "导入成功",
|
|
"import.failed": "导入失败",
|
|
"import.result": "导入结果",
|
|
"import.successCount": "成功条数",
|
|
"import.failedCount": "失败条数",
|
|
|
|
"export.title": "导出数据",
|
|
"export.selectType": "选择类型",
|
|
"export.selectFields": "选择字段",
|
|
"export.format": "导出格式",
|
|
"export.excel": "Excel文件",
|
|
"export.csv": "CSV文件",
|
|
"export.pdf": "PDF文件",
|
|
"export.dateRange": "日期范围",
|
|
"export.filters": "筛选条件",
|
|
|
|
"backup.title": "数据备份",
|
|
"backup.create": "创建备份",
|
|
"backup.restore": "恢复备份",
|
|
"backup.download": "下载备份",
|
|
"backup.delete": "删除备份",
|
|
"backup.auto": "自动备份",
|
|
"backup.manual": "手动备份",
|
|
"backup.schedule": "备份计划",
|
|
"backup.lastBackup": "最后备份",
|
|
|
|
"budget.title": "预算管理",
|
|
"budget.create": "创建预算",
|
|
"budget.edit": "编辑预算",
|
|
"budget.delete": "删除预算",
|
|
"budget.monthly": "月度预算",
|
|
"budget.yearly": "年度预算",
|
|
"budget.category": "分类预算",
|
|
"budget.amount": "预算金额",
|
|
"budget.used": "已使用",
|
|
"budget.remaining": "剩余",
|
|
"budget.progress": "执行进度",
|
|
"budget.alert": "预警设置",
|
|
|
|
"tags.title": "标签管理",
|
|
"tags.create": "创建标签",
|
|
"tags.edit": "编辑标签",
|
|
"tags.delete": "删除标签",
|
|
"tags.name": "标签名称",
|
|
"tags.color": "标签颜色",
|
|
"tags.description": "标签描述",
|
|
"tags.usage": "使用次数"
|
|
} |