mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-26 23:48:52 -03:00
feat(i18n): complete translations for mature blur threshold setting
Add translations for the new mature_blur_level setting across all supported languages: - zh-CN: 成人内容模糊阈值 - zh-TW: 成人內容模糊閾值 - ja: 成人コンテンツぼかし閾値 - ko: 성인 콘텐츠 블러 임계값 - de: Schwelle für Unschärfe bei jugendgefährdenden Inhalten - fr: Seuil de floutage pour contenu adulte - es: Umbral de difuminado para contenido adulto - ru: Порог размытия взрослого контента - he: סף טשטוש תוכן מבוגרים Completes TODOs from previous commit.
This commit is contained in:
@@ -292,13 +292,13 @@
|
||||
"blurNsfwContentHelp": "Nicht jugendfreie (NSFW) Vorschaubilder unscharf stellen",
|
||||
"showOnlySfw": "Nur SFW-Ergebnisse anzeigen",
|
||||
"showOnlySfwHelp": "Alle NSFW-Inhalte beim Durchsuchen und Suchen herausfiltern",
|
||||
"matureBlurThreshold": "[TODO: Translate] Mature Blur Threshold",
|
||||
"matureBlurThresholdHelp": "[TODO: Translate] Set which rating level starts blur filtering when NSFW blur is enabled.",
|
||||
"matureBlurThreshold": "Schwelle für Unschärfe bei jugendgefährdenden Inhalten",
|
||||
"matureBlurThresholdHelp": "Legen Sie fest, ab welcher Altersfreigabe die Unschärfe beginnt, wenn NSFW-Unschärfe aktiviert ist.",
|
||||
"matureBlurThresholdOptions": {
|
||||
"pg13": "[TODO: Translate] PG13 and above",
|
||||
"r": "[TODO: Translate] R and above (default)",
|
||||
"x": "[TODO: Translate] X and above",
|
||||
"xxx": "[TODO: Translate] XXX only"
|
||||
"pg13": "PG13 und höher",
|
||||
"r": "R und höher (Standard)",
|
||||
"x": "X und höher",
|
||||
"xxx": "Nur XXX"
|
||||
}
|
||||
},
|
||||
"videoSettings": {
|
||||
|
||||
Reference in New Issue
Block a user