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": "Flouter les images d'aperçu de contenu pour adultes (NSFW)",
|
||||
"showOnlySfw": "Afficher uniquement les résultats SFW",
|
||||
"showOnlySfwHelp": "Filtrer tout le contenu NSFW lors de la navigation et de la recherche",
|
||||
"matureBlurThreshold": "[TODO: Translate] Mature Blur Threshold",
|
||||
"matureBlurThresholdHelp": "[TODO: Translate] Set which rating level starts blur filtering when NSFW blur is enabled.",
|
||||
"matureBlurThreshold": "Seuil de floutage pour contenu adulte",
|
||||
"matureBlurThresholdHelp": "Définir à partir de quel niveau de classification le floutage s'applique lorsque le floutage NSFW est activé.",
|
||||
"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 et plus",
|
||||
"r": "R et plus (par défaut)",
|
||||
"x": "X et plus",
|
||||
"xxx": "XXX uniquement"
|
||||
}
|
||||
},
|
||||
"videoSettings": {
|
||||
|
||||
Reference in New Issue
Block a user