mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 07:05:43 -03:00
feat: Update Simplified Chinese translations for LoRA Manager to improve clarity and consistency
This commit is contained in:
@@ -73,12 +73,12 @@ export const zhCN = {
|
|||||||
|
|
||||||
// 头部和导航
|
// 头部和导航
|
||||||
header: {
|
header: {
|
||||||
appTitle: 'LoRA 管理器',
|
appTitle: 'LoRA',
|
||||||
navigation: {
|
navigation: {
|
||||||
loras: 'LoRA 模型',
|
loras: 'LoRA',
|
||||||
recipes: '配方',
|
recipes: '配方',
|
||||||
checkpoints: '检查点',
|
checkpoints: '大模型',
|
||||||
embeddings: '嵌入模型',
|
embeddings: 'Embedding',
|
||||||
statistics: '统计'
|
statistics: '统计'
|
||||||
},
|
},
|
||||||
search: {
|
search: {
|
||||||
@@ -86,8 +86,8 @@ export const zhCN = {
|
|||||||
placeholders: {
|
placeholders: {
|
||||||
loras: '搜索 LoRA...',
|
loras: '搜索 LoRA...',
|
||||||
recipes: '搜索配方...',
|
recipes: '搜索配方...',
|
||||||
checkpoints: '搜索检查点...',
|
checkpoints: '搜索大模型...',
|
||||||
embeddings: '搜索嵌入模型...'
|
embeddings: '搜索 Embedding...'
|
||||||
},
|
},
|
||||||
options: '搜索选项',
|
options: '搜索选项',
|
||||||
searchIn: '搜索范围:',
|
searchIn: '搜索范围:',
|
||||||
@@ -118,7 +118,7 @@ export const zhCN = {
|
|||||||
|
|
||||||
// LoRA 页面
|
// LoRA 页面
|
||||||
loras: {
|
loras: {
|
||||||
title: 'LoRA 模型',
|
title: 'LoRA',
|
||||||
controls: {
|
controls: {
|
||||||
sort: {
|
sort: {
|
||||||
title: '排序方式...',
|
title: '排序方式...',
|
||||||
@@ -145,12 +145,12 @@ export const zhCN = {
|
|||||||
},
|
},
|
||||||
bulkOperations: {
|
bulkOperations: {
|
||||||
title: '批量操作',
|
title: '批量操作',
|
||||||
selected: '已选择 {count} 项',
|
selected: '已选择{count}项',
|
||||||
sendToWorkflow: '将所有选中的 LoRA 发送到工作流',
|
sendToWorkflow: '发送到工作流',
|
||||||
copyAll: '复制所有选中 LoRA 的语法',
|
copyAll: '复制LoRA语法',
|
||||||
refreshAll: '刷新选中模型的 CivitAI 元数据',
|
refreshAll: '刷新元数据',
|
||||||
moveAll: '将选中模型移动到文件夹',
|
moveAll: '移动',
|
||||||
deleteAll: '删除选中的模型',
|
deleteAll: '删除',
|
||||||
clear: '清除选择'
|
clear: '清除选择'
|
||||||
},
|
},
|
||||||
contextMenu: {
|
contextMenu: {
|
||||||
@@ -221,9 +221,9 @@ export const zhCN = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
// 检查点页面
|
// 大模型页面
|
||||||
checkpoints: {
|
checkpoints: {
|
||||||
title: '检查点模型',
|
title: '大模型',
|
||||||
info: {
|
info: {
|
||||||
filename: '文件名',
|
filename: '文件名',
|
||||||
modelName: '模型名称',
|
modelName: '模型名称',
|
||||||
@@ -235,7 +235,7 @@ export const zhCN = {
|
|||||||
|
|
||||||
// 嵌入模型页面
|
// 嵌入模型页面
|
||||||
embeddings: {
|
embeddings: {
|
||||||
title: '嵌入模型',
|
title: 'Embedding',
|
||||||
info: {
|
info: {
|
||||||
filename: '文件名',
|
filename: '文件名',
|
||||||
modelName: '模型名称',
|
modelName: '模型名称',
|
||||||
@@ -251,8 +251,8 @@ export const zhCN = {
|
|||||||
overview: {
|
overview: {
|
||||||
title: '概览',
|
title: '概览',
|
||||||
totalLoras: 'LoRA 总数',
|
totalLoras: 'LoRA 总数',
|
||||||
totalCheckpoints: '检查点总数',
|
totalCheckpoints: '大模型总数',
|
||||||
totalEmbeddings: '嵌入模型总数',
|
totalEmbeddings: 'Embedding 总数',
|
||||||
totalSize: '总大小',
|
totalSize: '总大小',
|
||||||
favoriteModels: '收藏模型'
|
favoriteModels: '收藏模型'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user