chore(priority-tags): add newline terminator

This commit is contained in:
pixelpaws
2025-10-11 17:38:20 +08:00
parent 47da9949d9
commit 6120922204
26 changed files with 1079 additions and 99 deletions

View File

@@ -32,7 +32,7 @@
"korean": "한국어",
"french": "Français",
"spanish": "Español",
"Hebrew": "עברית"
"Hebrew": "עברית"
},
"fileSize": {
"zero": "0 位元組",
@@ -203,7 +203,8 @@
"exampleImages": "範例圖片",
"misc": "其他",
"metadataArchive": "中繼資料封存資料庫",
"proxySettings": "代理設定"
"proxySettings": "代理設定",
"priorityTags": "Priority Tags"
},
"contentFiltering": {
"blurNsfwContent": "模糊 NSFW 內容",
@@ -345,6 +346,27 @@
"proxyPassword": "密碼(選填)",
"proxyPasswordPlaceholder": "password",
"proxyPasswordHelp": "代理驗證所需的密碼(如有需要)"
},
"priorityTags": {
"title": "Priority Tags",
"description": "Customize the tag priority order for each model type. The first match becomes the folder name and powers tag suggestions.",
"placeholder": "celebrity(celeb|celebrity), stylized, character(char)",
"help": "Separate entries with commas. Add aliases inside parentheses using the | symbol.",
"aliasHint": "Tip: Keep canonical names short and meaningful. You can use new lines to group related entries.",
"modelTypes": {
"lora": "LoRA priority",
"checkpoint": "Checkpoint priority",
"embedding": "Embedding priority"
},
"saveSuccess": "Priority tags updated.",
"saveError": "Failed to update priority tags.",
"loadingSuggestions": "Loading suggestions…",
"validation": {
"missingClosingParen": "Entry {index} is missing a closing parenthesis.",
"missingCanonical": "Entry {index} must include a canonical tag name.",
"duplicateCanonical": "The canonical tag \"{tag}\" appears more than once.",
"unknown": "Invalid priority tag configuration."
}
}
},
"loras": {
@@ -1267,4 +1289,4 @@
"learnMore": "LM Civitai Extension Tutorial"
}
}
}
}