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": "打开设置"
}