Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.9.2 #2429

Merged
merged 2 commits into from
Feb 5, 2025
Merged

1.9.2 #2429

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@comfyorg/comfyui-frontend",
"private": true,
"version": "1.9.1",
"version": "1.9.2",
"type": "module",
"repository": "https://github.com/Comfy-Org/ComfyUI_frontend",
"homepage": "https://comfy.org",
Expand Down
51 changes: 25 additions & 26 deletions src/locales/zh/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,38 +9,37 @@
"yellow": "黄色"
},
"contextMenu": {
"zoomOut": "缩小",
"Inputs": "输入",
"Outputs": "输出",
"Properties": "属性",
"Properties Panel": "属性面板",
"Title": "标题",
"Mode": "模式",
"Resize": "调整大小",
"Collapse": "折叠",
"Expand": "展开",
"Pin": "固定",
"Unpin": "取消固定",
" to input": " 为输入",
" to widget": " 为控件",
"Add Group": "添加组",
"Add Group For Selected Nodes": "为选定节点添加组",
"Add Node": "添加节点",
"Bypass": "绕过",
"Clone": "克隆",
"Remove": "删除",
"Collapse": "折叠",
"Colors": "颜色",
"Shapes": "形状",
"Bypass": "绕过",
"Copy (Clipspace)": "复制 (Clipspace)",
"Convert Widget to Input": "将控件转换为输入",
"Convert ": "转换 ",
"Convert Input to Widget": "将输入转换为控件",
"Add Node": "添加节点",
"Add Group": "添加组",
"Convert Widget to Input": "将控件转换为输入",
"Convert to Group Node": "转换为组节点",
"Copy (Clipspace)": "复制 (Clipspace)",
"Expand": "展开",
"Inputs": "输入",
"Manage": "管理",
"Manage Group Nodes": "管理组节点",
"Add Group For Selected Nodes": "为选定节点添加组",
"Save Selected as Template": "将选定节点另存为模板",
"Mode": "模式",
"Node Templates": "节点模板",
"Manage": "管理",
"Convert ": "转换 ",
" to input": " 为输入",
" to widget": " 为控件",
"Search": "搜索"
"Outputs": "输出",
"Pin": "固定",
"Properties": "属性",
"Properties Panel": "属性面板",
"Remove": "删除",
"Resize": "调整大小",
"Save Selected as Template": "将选定节点另存为模板",
"Search": "搜索",
"Shapes": "形状",
"Title": "标题",
"Unpin": "取消固定"
},
"dataTypes": {
"AUDIO": "音频",
Expand Down