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": "成人向け(NSFW)コンテンツのプレビュー画像をぼかします",
|
||||
"showOnlySfw": "SFWコンテンツのみ表示",
|
||||
"showOnlySfwHelp": "閲覧と検索時にすべてのNSFWコンテンツを除外します",
|
||||
"matureBlurThreshold": "[TODO: Translate] Mature Blur Threshold",
|
||||
"matureBlurThresholdHelp": "[TODO: Translate] Set which rating level starts blur filtering when NSFW blur is enabled.",
|
||||
"matureBlurThreshold": "成人コンテンツぼかし閾値",
|
||||
"matureBlurThresholdHelp": "NSFWぼかしが有効な場合、どのレーティングレベルからぼかしフィルタリングを開始するかを設定します。",
|
||||
"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 以上",
|
||||
"r": "R 以上(デフォルト)",
|
||||
"x": "X 以上",
|
||||
"xxx": "XXX のみ"
|
||||
}
|
||||
},
|
||||
"videoSettings": {
|
||||
|
||||
Reference in New Issue
Block a user