Files
ComfyUI-Lora-Manager/locales/zh-CN.json
Will Miao b36fea002e Add localization support for new features and update existing translations
- Added "unknown" status to model states in English and Chinese locales.
- Introduced new actions for checking updates and support in both locales.
- Added settings for Civitai API key with help text in both locales.
- Updated context menus and control components to use localized strings.
- Enhanced help and support modals with localization.
- Updated update modal to reflect current and new version information in localized format.
- Refactored various templates to utilize the translation function for better internationalization.
2025-08-30 22:32:44 +08:00

492 lines
17 KiB
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.

{
"common": {
"file": "文件",
"folder": "文件夹",
"name": "名称",
"size": "大小",
"date": "日期",
"type": "类型",
"path": "路径",
"fileSize": {
"zero": "0 字节",
"bytes": "字节",
"kb": "KB",
"mb": "MB",
"gb": "GB",
"tb": "TB"
},
"actions": {
"save": "保存",
"cancel": "取消",
"delete": "删除",
"edit": "编辑",
"copy": "复制",
"move": "移动",
"refresh": "刷新",
"download": "下载",
"upload": "上传",
"search": "搜索",
"filter": "筛选",
"sort": "排序",
"select": "选择",
"selectAll": "全选",
"deselectAll": "取消全选",
"confirm": "确认",
"close": "关闭",
"back": "返回",
"next": "下一步",
"previous": "上一步",
"view": "查看",
"preview": "预览",
"details": "详情",
"backToTop": "返回顶部",
"settings": "设置",
"help": "帮助",
"about": "关于"
},
"status": {
"loading": "加载中...",
"saving": "保存中...",
"saved": "已保存",
"error": "错误",
"success": "成功",
"warning": "警告",
"info": "信息",
"processing": "处理中...",
"completed": "已完成",
"failed": "失败",
"cancelled": "已取消",
"pending": "等待中",
"ready": "就绪",
"unknown": "未知"
},
"language": {
"current": "语言",
"select": "选择语言",
"select_help": "选择您偏好的界面语言",
"english": "英语",
"chinese_simplified": "中文(简体)",
"chinese_traditional": "中文(繁体)",
"russian": "俄语",
"german": "德语",
"japanese": "日语",
"korean": "韩语",
"french": "法语",
"spanish": "西班牙语"
}
},
"header": {
"appTitle": "LoRA 管理器",
"navigation": {
"loras": "LoRA",
"recipes": "配方",
"checkpoints": "Checkpoint",
"embeddings": "Embedding",
"statistics": "统计"
},
"search": {
"placeholder": "搜索...",
"placeholders": {
"loras": "搜索 LoRA...",
"recipes": "搜索配方...",
"checkpoints": "搜索Checkpoint...",
"embeddings": "搜索 Embedding..."
},
"options": "搜索选项",
"searchIn": "搜索范围:",
"notAvailable": "统计页面不支持搜索",
"filters": {
"filename": "文件名",
"modelname": "模型名称",
"tags": "标签",
"creator": "创作者",
"title": "配方标题",
"loraName": "LoRA 文件名",
"loraModel": "LoRA 模型名称"
}
},
"filter": {
"title": "筛选模型",
"baseModel": "基础模型",
"modelTags": "标签前20个",
"clearAll": "清除所有筛选"
},
"theme": {
"toggle": "切换主题",
"switchToLight": "切换到浅色主题",
"switchToDark": "切换到深色主题",
"switchToAuto": "切换到自动主题"
},
"actions": {
"checkUpdates": "检查更新",
"support": "支持"
}
},
"settings": {
"civitaiApiKey": "Civitai API 密钥",
"civitaiApiKeyPlaceholder": "输入您的 Civitai API 密钥",
"civitaiApiKeyHelp": "用于从 Civitai 下载模型时的身份验证"
},
"loras": {
"title": "LoRA",
"controls": {
"sort": {
"title": "排序方式...",
"name": "名称",
"nameAsc": "A - Z",
"nameDesc": "Z - A",
"date": "添加日期",
"dateDesc": "最新",
"dateAsc": "最旧",
"size": "文件大小",
"sizeDesc": "最大",
"sizeAsc": "最小"
},
"refresh": {
"title": "刷新模型列表",
"quick": "快速刷新(增量)",
"full": "完全重建(完整)"
},
"fetch": "从 Civitai 获取",
"download": "从 URL 下载",
"bulk": "批量操作",
"duplicates": "查找重复项",
"favorites": "仅显示收藏",
"filterActive": "筛选器已激活"
},
"bulkOperations": {
"title": "批量操作",
"selected": "已选择{count}项",
"selectedSuffix": "已选择",
"viewSelected": "点击查看选中项目",
"sendToWorkflow": "发送到工作流",
"copyAll": "复制所有选中的LoRA语法",
"refreshAll": "刷新选中模型的Civitai元数据",
"moveAll": "移动选中模型到文件夹",
"deleteAll": "删除选中模型",
"clear": "清除选择"
},
"contextMenu": {
"refreshMetadata": "刷新 Civitai 数据",
"relinkCivitai": "重新链接到 Civitai",
"copySyntax": "复制 LoRA 语法",
"copyFilename": "复制模型文件名",
"copyRecipeSyntax": "复制配方语法",
"sendToWorkflowAppend": "发送到工作流(追加)",
"sendToWorkflowReplace": "发送到工作流(替换)",
"openExamples": "打开示例文件夹",
"downloadExamples": "下载示例图片",
"replacePreview": "替换预览图",
"setContentRating": "设置内容评级",
"moveToFolder": "移动到文件夹",
"excludeModel": "排除模型",
"deleteModel": "删除模型",
"shareRecipe": "分享配方",
"viewAllLoras": "查看所有 LoRA",
"downloadMissingLoras": "下载缺失的 LoRA",
"deleteRecipe": "删除配方"
},
"modal": {
"title": "LoRA 详情",
"tabs": {
"examples": "示例",
"description": "模型描述",
"recipes": "配方"
},
"info": {
"filename": "文件名",
"modelName": "模型名称",
"baseModel": "基础模型",
"fileSize": "文件大小",
"dateAdded": "添加日期",
"triggerWords": "触发词",
"description": "描述",
"tags": "标签",
"rating": "评分",
"downloads": "下载量",
"likes": "点赞数",
"version": "版本"
},
"actions": {
"copyTriggerWords": "复制触发词",
"copyLoraName": "复制 LoRA 名称",
"sendToWorkflow": "发送到工作流",
"viewOnCivitai": "在 Civitai 上查看",
"downloadExamples": "下载示例图片"
}
}
},
"recipes": {
"title": "LoRA 配方",
"controls": {
"import": "导入配方",
"refresh": {
"title": "刷新配方列表"
},
"duplicates": {
"title": "查找重复配方"
},
"filteredByLora": "按 LoRA 筛选",
"create": "创建配方",
"export": "导出选中",
"downloadMissing": "下载缺失的 LoRA"
},
"duplicates": {
"found": "发现 {count} 个重复组",
"keepLatest": "保留最新版本",
"deleteSelected": "删除选中"
},
"card": {
"author": "作者",
"loras": "{count} 个 LoRA",
"tags": "标签",
"actions": {
"sendToWorkflow": "发送到工作流",
"edit": "编辑配方",
"duplicate": "复制配方",
"export": "导出配方",
"delete": "删除配方"
}
}
},
"checkpoints": {
"title": "Checkpoint",
"info": {
"filename": "文件名",
"modelName": "模型名称",
"baseModel": "基础模型",
"fileSize": "文件大小",
"dateAdded": "添加日期"
}
},
"embeddings": {
"title": "Embedding",
"info": {
"filename": "文件名",
"modelName": "模型名称",
"triggerWords": "触发词",
"fileSize": "文件大小",
"dateAdded": "添加日期"
}
},
"sidebar": {
"modelRoot": "模型根目录",
"collapseAll": "折叠所有文件夹",
"pinToggle": "固定/取消固定侧边栏"
},
"statistics": {
"title": "统计信息",
"tabs": {
"overview": "概览",
"usage": "使用分析",
"collection": "收藏",
"storage": "存储",
"insights": "洞察"
},
"overview": {
"title": "概览",
"totalLoras": "LoRA 总数",
"totalCheckpoints": "Checkpoint总数",
"totalEmbeddings": "Embedding 总数",
"totalSize": "总大小",
"favoriteModels": "收藏模型"
},
"charts": {
"modelsByType": "按类型统计模型",
"modelsByBaseModel": "按基础模型统计",
"modelsBySize": "按文件大小统计",
"modelsAddedOverTime": "模型添加时间分布"
}
},
"modals": {
"delete": {
"title": "确认删除",
"message": "确定要删除这个模型吗?",
"warningMessage": "此操作无法撤销。",
"confirm": "删除",
"cancel": "取消"
},
"exclude": {
"title": "排除模型",
"message": "确定要从库中排除这个模型吗?",
"confirm": "排除",
"cancel": "取消"
},
"download": {
"title": "从 URL 下载模型",
"url": "Civitai URL",
"placeholder": "https://civitai.com/models/...",
"locationPreview": "下载位置预览",
"useDefaultPath": "使用默认路径",
"useDefaultPathTooltip": "启用时,文件会使用配置的路径模板自动组织",
"selectRootDirectory": "选择根目录",
"download": "下载",
"cancel": "取消"
},
"move": {
"title": "移动模型",
"selectFolder": "选择目标文件夹",
"createFolder": "创建新文件夹",
"folderName": "文件夹名称",
"move": "移动",
"cancel": "取消"
},
"contentRating": {
"title": "设置内容评级",
"current": "当前",
"levels": {
"pg": "普通级",
"pg13": "辅导级",
"r": "限制级",
"x": "成人级",
"xxx": "重口级"
}
}
},
"errors": {
"general": "发生错误",
"networkError": "网络错误,请检查您的连接。",
"serverError": "服务器错误,请稍后重试。",
"fileNotFound": "文件未找到",
"invalidFile": "无效的文件格式",
"uploadFailed": "上传失败",
"downloadFailed": "下载失败",
"saveFailed": "保存失败",
"loadFailed": "加载失败",
"deleteFailed": "删除失败",
"moveFailed": "移动失败",
"copyFailed": "复制失败",
"fetchFailed": "从 Civitai 获取数据失败",
"invalidUrl": "无效的 URL 格式",
"missingPermissions": "权限不足"
},
"success": {
"saved": "保存成功",
"deleted": "删除成功",
"moved": "移动成功",
"copied": "复制成功",
"downloaded": "下载成功",
"uploaded": "上传成功",
"refreshed": "刷新成功",
"exported": "导出成功",
"imported": "导入成功"
},
"keyboard": {
"navigation": "键盘导航:",
"shortcuts": {
"pageUp": "向上滚动一页",
"pageDown": "向下滚动一页",
"home": "跳转到顶部",
"end": "跳转到底部",
"bulkMode": "切换批量模式",
"search": "聚焦搜索框",
"escape": "关闭模态框/面板"
}
},
"initialization": {
"title": "正在初始化",
"message": "正在准备您的工作空间...",
"status": "初始化中...",
"estimatingTime": "正在估算时间...",
"loras": {
"title": "初始化 LoRA 管理器",
"message": "正在扫描并构建 LoRA 缓存,这可能需要几分钟时间..."
},
"checkpoints": {
"title": "初始化Checkpoint管理器",
"message": "正在扫描并构建Checkpoint缓存这可能需要几分钟时间..."
},
"embeddings": {
"title": "初始化 Embedding 管理器",
"message": "正在扫描并构建 Embedding 缓存,这可能需要几分钟时间..."
},
"recipes": {
"title": "初始化配方管理器",
"message": "正在加载和处理配方,这可能需要几分钟时间..."
},
"statistics": {
"title": "初始化统计信息",
"message": "正在处理模型数据以生成统计信息,这可能需要几分钟时间..."
},
"tips": {
"title": "提示与技巧",
"civitai": {
"title": "Civitai 集成",
"description": "连接您的 Civitai 账户:访问头像 → 设置 → API 密钥 → 添加 API 密钥,然后将其粘贴到 Lora 管理器设置中。",
"alt": "Civitai API 设置"
},
"download": {
"title": "轻松下载",
"description": "使用 Civitai URL 快速下载和安装新模型。",
"alt": "Civitai 下载"
},
"recipes": {
"title": "保存配方",
"description": "创建配方以保存您喜欢的模型组合供将来使用。",
"alt": "配方"
},
"filter": {
"title": "快速筛选",
"description": "使用标题中的筛选按钮按标签或基础模型类型筛选模型。",
"alt": "筛选模型"
},
"search": {
"title": "快速搜索",
"description": "按 Ctrl+FMac 上为 Cmd+F快速搜索当前视图中的内容。",
"alt": "快速搜索"
}
},
"steps": {
"scanning": "扫描模型文件...",
"processing": "处理元数据...",
"building": "构建缓存...",
"finalizing": "完成中..."
}
},
"duplicates": {
"found": "发现 {count} 个重复组",
"showNotification": "显示重复项通知",
"deleteSelected": "删除选中",
"exitMode": "退出模式",
"help": {
"identicalHashes": "相同的哈希值意味着相同的模型文件,即使它们的名称或预览图不同。",
"keepOne": "保留一个版本(最好是有更好元数据/预览图的版本),安全删除其他版本。"
}
},
"tooltips": {
"refresh": "刷新模型列表",
"bulkOperations": "选择多个模型进行批量操作",
"favorites": "仅显示收藏的模型",
"duplicates": "查找和管理重复的模型",
"search": "按名称、标签或其他条件搜索模型",
"filter": "按各种条件筛选模型",
"sort": "按不同属性排序模型",
"backToTop": "滚动回页面顶部"
},
"help": {
"title": "帮助与教程",
"tabs": {
"gettingStarted": "快速入门",
"updateVlogs": "更新日志",
"documentation": "文档"
},
"gettingStarted": {
"title": "LoRA 管理器快速入门"
}
},
"update": {
"title": "检查更新",
"currentVersion": "当前版本",
"newVersion": "新版本",
"commit": "提交"
},
"support": {
"title": "支持项目",
"message": "如果您觉得 LoRA 管理器有用,我会非常感谢您的支持!🙌",
"feedback": {
"title": "提供反馈",
"description": "您的反馈有助于塑造未来的更新!分享您的想法:"
}
}
}