mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-26 15:38:52 -03:00
refactor(i18n): Remove server_i18n references from routes and update translations in zh-CN and zh-TW locales
This commit is contained in:
@@ -93,7 +93,7 @@ export const zhTW = {
|
||||
navigation: {
|
||||
loras: 'LoRA',
|
||||
recipes: '配方',
|
||||
checkpoints: '大模型',
|
||||
checkpoints: 'Checkpoint',
|
||||
embeddings: 'Embedding',
|
||||
statistics: '統計'
|
||||
},
|
||||
@@ -102,7 +102,7 @@ export const zhTW = {
|
||||
placeholders: {
|
||||
loras: '搜尋 LoRA...',
|
||||
recipes: '搜尋配方...',
|
||||
checkpoints: '搜尋大模型...',
|
||||
checkpoints: '搜尋Checkpoint...',
|
||||
embeddings: '搜尋 Embedding...'
|
||||
},
|
||||
options: '搜尋選項',
|
||||
@@ -241,9 +241,9 @@ export const zhTW = {
|
||||
}
|
||||
},
|
||||
|
||||
// 大模型頁面
|
||||
// Checkpoint頁面
|
||||
checkpoints: {
|
||||
title: '大模型',
|
||||
title: 'Checkpoint',
|
||||
info: {
|
||||
filename: '檔案名稱',
|
||||
modelName: '模型名稱',
|
||||
|
||||
Reference in New Issue
Block a user