mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 18:22:40 +00:00
Translate topbar command menu (#1784)
* Rename script * Translate menu labels * Update translations * Display translated menu items
This commit is contained in:
@@ -486,5 +486,10 @@
|
||||
"resume": "Resume Download",
|
||||
"cancel": "Cancel Download",
|
||||
"cancelled": "Cancelled"
|
||||
},
|
||||
"menuLabels": {
|
||||
"Workflow": "Workflow",
|
||||
"Edit": "Edit",
|
||||
"Help": "Help"
|
||||
}
|
||||
}
|
||||
@@ -120,6 +120,11 @@
|
||||
"showMenu": "メニューを表示",
|
||||
"toggleBottomPanel": "下部パネルを切り替え"
|
||||
},
|
||||
"menuLabels": {
|
||||
"Edit": "編集",
|
||||
"Help": "ヘルプ",
|
||||
"Workflow": "ワークフロー"
|
||||
},
|
||||
"newFolder": "新しいフォルダー",
|
||||
"noResultsFound": "結果が見つかりませんでした",
|
||||
"noTasksFound": "タスクが見つかりませんでした",
|
||||
|
||||
@@ -120,6 +120,11 @@
|
||||
"showMenu": "Показать меню",
|
||||
"toggleBottomPanel": "Переключить нижнюю панель"
|
||||
},
|
||||
"menuLabels": {
|
||||
"Edit": "Редактировать",
|
||||
"Help": "Помощь",
|
||||
"Workflow": "Рабочий процесс"
|
||||
},
|
||||
"newFolder": "Новая папка",
|
||||
"noResultsFound": "Ничего не найдено",
|
||||
"noTasksFound": "Задачи не найдены",
|
||||
|
||||
@@ -120,6 +120,11 @@
|
||||
"showMenu": "显示菜单",
|
||||
"toggleBottomPanel": "底部面板"
|
||||
},
|
||||
"menuLabels": {
|
||||
"Edit": "编辑",
|
||||
"Help": "帮助",
|
||||
"Workflow": "工作流"
|
||||
},
|
||||
"newFolder": "新建文件夹",
|
||||
"noResultsFound": "未找到结果",
|
||||
"noTasksFound": "未找到任务",
|
||||
|
||||
Reference in New Issue
Block a user