mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +00:00
Add color picker and image upload form items (#2031)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -63,7 +63,8 @@
|
||||
"enableAll": "Enable All",
|
||||
"disableAll": "Disable All",
|
||||
"command": "Command",
|
||||
"keybinding": "Keybinding"
|
||||
"keybinding": "Keybinding",
|
||||
"upload": "Upload"
|
||||
},
|
||||
"color": {
|
||||
"default": "Default",
|
||||
|
||||
@@ -126,6 +126,7 @@
|
||||
"showReport": "レポートを表示",
|
||||
"systemInfo": "システム情報",
|
||||
"terminal": "ターミナル",
|
||||
"upload": "アップロード",
|
||||
"videoFailedToLoad": "ビデオの読み込みに失敗しました"
|
||||
},
|
||||
"graphCanvasMenu": {
|
||||
|
||||
@@ -126,6 +126,7 @@
|
||||
"showReport": "보고서 보기",
|
||||
"systemInfo": "시스템 정보",
|
||||
"terminal": "터미널",
|
||||
"upload": "업로드",
|
||||
"videoFailedToLoad": "비디오를 로드하지 못했습니다."
|
||||
},
|
||||
"graphCanvasMenu": {
|
||||
|
||||
@@ -126,6 +126,7 @@
|
||||
"showReport": "Показать отчет",
|
||||
"systemInfo": "Информация о системе",
|
||||
"terminal": "Терминал",
|
||||
"upload": "Загрузить",
|
||||
"videoFailedToLoad": "Не удалось загрузить видео"
|
||||
},
|
||||
"graphCanvasMenu": {
|
||||
|
||||
@@ -126,6 +126,7 @@
|
||||
"showReport": "显示报告",
|
||||
"systemInfo": "系统信息",
|
||||
"terminal": "终端",
|
||||
"upload": "上传",
|
||||
"videoFailedToLoad": "视频加载失败"
|
||||
},
|
||||
"graphCanvasMenu": {
|
||||
|
||||
Reference in New Issue
Block a user