Implement color palette in Vue (#2047)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Chenlei Hu
2024-12-25 21:41:48 -05:00
committed by GitHub
parent f1eee96ebc
commit db572a4085
29 changed files with 501 additions and 608 deletions

View File

@@ -6,6 +6,7 @@
"comingSoon": "Coming Soon",
"firstTimeUIMessage": "This is the first time you use the new UI. Choose \"Menu > Use New Menu > Disabled\" to restore the old UI.",
"download": "Download",
"import": "Import",
"loadAllFolders": "Load All Folders",
"refresh": "Refresh",
"terminal": "Terminal",
@@ -427,7 +428,8 @@
"Window": "Window",
"Server-Config": "Server-Config",
"About": "About",
"EditTokenWeight": "Edit Token Weight"
"EditTokenWeight": "Edit Token Weight",
"CustomColorPalettes": "Custom Color Palettes"
},
"serverConfigItems": {
"listen": {

View File

@@ -5,9 +5,6 @@
"Comfy-Desktop_SendStatistics": {
"name": "Send anonymous crash reports"
},
"Comfy_ColorPalette": {
"name": "Color Palette"
},
"Comfy_ConfirmClear": {
"name": "Require confirmation when clearing workflow"
},

View File

@@ -91,6 +91,7 @@
"goToNode": "ノードに移動",
"icon": "アイコン",
"imageFailedToLoad": "画像の読み込みに失敗しました",
"import": "インポート",
"insert": "挿入",
"install": "インストール",
"keybinding": "キーバインディング",
@@ -541,6 +542,7 @@
"ColorPalette": "カラーパレット",
"Comfy": "Comfy",
"Comfy-Desktop": "Comfyデスクトップ",
"CustomColorPalettes": "カスタムカラーパレット",
"DevMode": "開発モード",
"EditTokenWeight": "トークンの重みを編集",
"Extension": "拡張",

View File

@@ -5,9 +5,6 @@
"Comfy-Desktop_SendStatistics": {
"name": "匿名のクラッシュレポートを送信する"
},
"Comfy_ColorPalette": {
"name": "カラーパレット"
},
"Comfy_ConfirmClear": {
"name": "ワークフローをクリアする際に確認を要求する"
},

View File

@@ -91,6 +91,7 @@
"goToNode": "노드로 이동",
"icon": "아이콘",
"imageFailedToLoad": "이미지를 로드하지 못했습니다.",
"import": "가져오기",
"insert": "삽입",
"install": "설치",
"keybinding": "키 바인딩",
@@ -541,6 +542,7 @@
"ColorPalette": "색상 팔레트",
"Comfy": "Comfy",
"Comfy-Desktop": "Comfy-Desktop",
"CustomColorPalettes": "사용자 정의 색상 팔레트",
"DevMode": "개발자 모드",
"EditTokenWeight": "토큰 가중치 편집",
"Extension": "확장",

View File

@@ -5,9 +5,6 @@
"Comfy-Desktop_SendStatistics": {
"name": "익명으로 충돌 보고서 전송"
},
"Comfy_ColorPalette": {
"name": "색상 팔레트"
},
"Comfy_ConfirmClear": {
"name": "워크플로 비우기 시 확인 요구"
},

View File

@@ -91,6 +91,7 @@
"goToNode": "Перейти к узлу",
"icon": "Иконка",
"imageFailedToLoad": "Не удалось загрузить изображение",
"import": "Импорт",
"insert": "Вставить",
"install": "Установить",
"keybinding": "Привязка клавиш",
@@ -541,6 +542,7 @@
"ColorPalette": "Цветовая палитра",
"Comfy": "Comfy",
"Comfy-Desktop": "Comfy рабочий стол",
"CustomColorPalettes": "Пользовательские цветовые палитры",
"DevMode": "Режим разработчика",
"EditTokenWeight": "Редактировать вес токена",
"Extension": "Расширение",

View File

@@ -5,9 +5,6 @@
"Comfy-Desktop_SendStatistics": {
"name": "Отправлять анонимные отчеты о сбоях"
},
"Comfy_ColorPalette": {
"name": "Цветовая палитра"
},
"Comfy_ConfirmClear": {
"name": "Требовать подтверждение при очистке рабочего процесса"
},

View File

@@ -91,6 +91,7 @@
"goToNode": "转到节点",
"icon": "图标",
"imageFailedToLoad": "图像加载失败",
"import": "导入",
"insert": "插入",
"install": "安装",
"keybinding": "快捷键",
@@ -541,6 +542,7 @@
"ColorPalette": "调色板",
"Comfy": "Comfy",
"Comfy-Desktop": "Comfy桌面版",
"CustomColorPalettes": "自定义颜色调色板",
"DevMode": "开发模式",
"EditTokenWeight": "编辑令牌权重",
"Extension": "扩展",

View File

@@ -5,9 +5,6 @@
"Comfy-Desktop_SendStatistics": {
"name": "发送匿名崩溃报告"
},
"Comfy_ColorPalette": {
"name": "调色板"
},
"Comfy_ConfirmClear": {
"name": "清除工作流时需要确认"
},