mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-09-21 03:01:27 -03:00
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:
+3
-3
@@ -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 Encoder、CLIP Vision の各ファイルをスキャン・管理し、CivitAI からダウンロードできます。",
|
||||
"description": "有効にすると VAE、Upscaler、Text Encoder、CLIP Vision、ControlNet の各ファイルをスキャン・管理し、CivitAI からダウンロードできます。",
|
||||
"enableButton": "その他のモデルを有効にする",
|
||||
"hint": "管理するモデルタイプは後で「設定 > ライブラリ」で変更できます。",
|
||||
"enableFailed": "その他のモデルの有効化に失敗しました",
|
||||
@@ -2636,7 +2636,7 @@
|
||||
},
|
||||
"otherModels": {
|
||||
"title": "その他のモデル管理が利用可能になりました",
|
||||
"content": "専用ページで VAE、Upscaler、Text Encoder、CLIP Vision の各ファイルをスキャン・管理し、CivitAI からダウンロードできます。",
|
||||
"content": "専用ページで VAE、Upscaler、Text Encoder、CLIP Vision、ControlNet の各ファイルをスキャン・管理し、CivitAI からダウンロードできます。",
|
||||
"enable": "その他のモデルを有効にする",
|
||||
"openSettings": "設定を開く"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user