i18n: name all five sub_types in the Other Models opt-in copy

Three pre-enable strings listed exactly the old default set (VAE, upscaler,
text encoder, CLIP vision), so they read as "these are what enabling
manages" - now wrong twice over, since clip_vision became opt-in and
ControlNet was never named.

Point them at the capability instead: other.disabled.description and
banners.otherModels.content enumerate all five sub_types, and
settings.folderSettings.enableOtherModelsHelp names all five folder
categories the master switch gates. Model-type names stay in Latin per the
model-type rule; de compounds as CLIP-Vision- und ControlNet-Ordner and the
slash-list locales keep their existing VAE / Upscaler / Text Encoder / ...
casing. No placeholders or HTML are involved.

Editing en.json leaves the nine locales stale, and the sync script only adds
missing keys, so each locale is updated in the same pass by exact-literal
replacement of the one line - no JSON round-trip, no formatting churn (three
changed lines per file). Record the refreshed strings and the
"capability, not defaults" rule in the i18n guidelines.
This commit is contained in:
Will Miao
2026-09-13 20:12:52 +08:00
parent 3302147a43
commit 8a21837ca2
11 changed files with 39 additions and 30 deletions
+3 -3
View File
@@ -546,7 +546,7 @@
"defaultControlnetRoot": "ControlNet 根目錄",
"defaultControlnetRootHelp": "設定下載、匯入和移動時的預設 ControlNet 根目錄",
"enableOtherModels": "其他模型管理",
"enableOtherModelsHelp": "關閉後,不會掃描 VAE / Upscaler / Text Encoder / CLIP 資料夾,其他模型頁面會保持停用,且無法下載這些模型類型。",
"enableOtherModelsHelp": "關閉後,不會掃描 VAE / Upscaler / Text Encoder / CLIP Vision / ControlNet 資料夾,其他模型頁面會保持停用,且無法下載這些模型類型。",
"otherSubTypes": "管理的模型類型",
"otherSubTypesHelp": "選擇要在其他模型頁面中掃描和顯示的其他模型類別。",
"subTypeVae": "VAE",
@@ -1226,7 +1226,7 @@
"title": "其他模型",
"disabled": {
"title": "其他模型管理已關閉",
"description": "啟用後可掃描和管理 VAE、Upscaler、Text EncoderCLIP Vision 檔案,並從 CivitAI 下載。",
"description": "啟用後可掃描和管理 VAE、Upscaler、Text EncoderCLIP Vision 和 ControlNet 檔案,並從 CivitAI 下載。",
"enableButton": "啟用其他模型",
"hint": "您稍後可以在「設定 > 模型庫」中變更管理的模型類型。",
"enableFailed": "啟用其他模型失敗",
@@ -2636,7 +2636,7 @@
},
"otherModels": {
"title": "其他模型管理現已可用",
"content": "在專屬頁面中掃描和管理 VAE、Upscaler、Text EncoderCLIP Vision 檔案,並從 CivitAI 下載。",
"content": "在專屬頁面中掃描和管理 VAE、Upscaler、Text EncoderCLIP Vision 和 ControlNet 檔案,並從 CivitAI 下載。",
"enable": "啟用其他模型",
"openSettings": "開啟設定"
}