Update locales

This commit is contained in:
github-actions
2025-10-30 23:55:55 +00:00
parent 8f20789fe0
commit a189e519f7
4 changed files with 79 additions and 11 deletions

View File

@@ -305,6 +305,10 @@
"Workspace_ToggleFocusMode": {
"label": "Toggle Focus Mode"
},
"Workspace_ToggleSidebarTab_assets": {
"label": "Toggle Assets Sidebar",
"tooltip": "Assets"
},
"Workspace_ToggleSidebarTab_model-library": {
"label": "Toggle Model Library Sidebar",
"tooltip": "Model Library"

View File

@@ -990,6 +990,7 @@
"Toggle Essential Bottom Panel": "Toggle Essential Bottom Panel",
"Toggle View Controls Bottom Panel": "Toggle View Controls Bottom Panel",
"Focus Mode": "Focus Mode",
"Assets": "Assets",
"Model Library": "Model Library",
"Node Library": "Node Library",
"Queue Panel": "Queue Panel",
@@ -1056,7 +1057,8 @@
"3DViewer": "3DViewer",
"Vue Nodes": "Vue Nodes",
"Canvas Navigation": "Canvas Navigation",
"PlanCredits": "Plan & Credits"
"PlanCredits": "Plan & Credits",
"VueNodes": "Vue Nodes"
},
"serverConfigItems": {
"listen": {
@@ -1828,4 +1830,4 @@
"message": "Nodes just got a new look and feel",
"tryItOut": "Try it out"
}
}
}

View File

@@ -5158,7 +5158,7 @@
},
"LumaConceptsNode": {
"display_name": "Luma Concepts",
"description": "Holds one or more Camera Concepts for use with Luma Text to Video and Luma Image to Video nodes.",
"description": "Camera Concepts for use with Luma Text to Video and Luma Image to Video nodes.",
"inputs": {
"concept1": {
"name": "concept1"
@@ -5462,7 +5462,7 @@
},
"MinimaxImageToVideoNode": {
"display_name": "MiniMax Image to Video",
"description": "Generates videos synchronously based on an image and prompt, and optional parameters using MiniMax's API.",
"description": "Generates videos synchronously based on an image and prompt, and optional parameters.",
"inputs": {
"image": {
"name": "image",
@@ -5492,7 +5492,7 @@
},
"MinimaxTextToVideoNode": {
"display_name": "MiniMax Text to Video",
"description": "Generates videos synchronously based on a prompt, and optional parameters using MiniMax's API.",
"description": "Generates videos synchronously based on a prompt, and optional parameters.",
"inputs": {
"prompt_text": {
"name": "prompt_text",
@@ -9027,7 +9027,8 @@
},
"outputs": {
"0": {
"name": "recraft_color"
"name": "recraft_color",
"tooltip": null
}
}
},
@@ -9044,7 +9045,8 @@
},
"outputs": {
"0": {
"name": "recraft_controls"
"name": "recraft_controls",
"tooltip": null
}
}
},
@@ -9055,6 +9057,11 @@
"image": {
"name": "image"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"RecraftCrispUpscaleNode": {
@@ -9064,6 +9071,11 @@
"image": {
"name": "image"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"RecraftImageInpaintingNode": {
@@ -9098,6 +9110,11 @@
"control_after_generate": {
"name": "control after generate"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"RecraftImageToImageNode": {
@@ -9137,6 +9154,11 @@
"control_after_generate": {
"name": "control after generate"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"RecraftRemoveBackgroundNode": {
@@ -9146,6 +9168,14 @@
"image": {
"name": "image"
}
},
"outputs": {
"0": {
"tooltip": null
},
"1": {
"tooltip": null
}
}
},
"RecraftReplaceBackgroundNode": {
@@ -9177,6 +9207,11 @@
"control_after_generate": {
"name": "control after generate"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"RecraftStyleV3DigitalIllustration": {
@@ -9189,7 +9224,8 @@
},
"outputs": {
"0": {
"name": "recraft_style"
"name": "recraft_style",
"tooltip": null
}
}
},
@@ -9204,7 +9240,8 @@
},
"outputs": {
"0": {
"name": "recraft_style"
"name": "recraft_style",
"tooltip": null
}
}
},
@@ -9218,7 +9255,8 @@
},
"outputs": {
"0": {
"name": "recraft_style"
"name": "recraft_style",
"tooltip": null
}
}
},
@@ -9232,7 +9270,8 @@
},
"outputs": {
"0": {
"name": "recraft_style"
"name": "recraft_style",
"tooltip": null
}
}
},
@@ -9270,6 +9309,11 @@
"control_after_generate": {
"name": "control after generate"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"RecraftTextToVectorNode": {
@@ -9306,6 +9350,11 @@
"control_after_generate": {
"name": "control after generate"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"RecraftVectorizeImageNode": {
@@ -9315,6 +9364,11 @@
"image": {
"name": "image"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"ReferenceLatent": {

View File

@@ -364,6 +364,14 @@
"Comfy_Validation_Workflows": {
"name": "Validate workflows"
},
"Comfy_VueNodes_AutoScaleLayout": {
"name": "Auto-scale layout (Vue nodes)",
"tooltip": "Automatically scale node positions when switching to Vue rendering to prevent overlap"
},
"Comfy_VueNodes_Enabled": {
"name": "Modern Node Design (Vue Nodes)",
"tooltip": "Modern: DOM-based rendering with enhanced interactivity, native browser features, and updated visual design. Classic: Traditional canvas rendering."
},
"Comfy_WidgetControlMode": {
"name": "Widget control mode",
"tooltip": "Controls when widget values are updated (randomize/increment/decrement), either before the prompt is queued or after.",