mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-07 06:00:03 +00:00
Add empty workflows placeholder (#1712)
This commit is contained in:
@@ -71,6 +71,8 @@ export default {
|
||||
revertChanges: 'Revert Changes',
|
||||
restart: 'Restart'
|
||||
},
|
||||
empty: 'Empty',
|
||||
noWorkflowsFound: 'No workflows found.',
|
||||
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.',
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
export default {
|
||||
empty: 'Пусто',
|
||||
noWorkflowsFound: 'Рабочие процессы не найдены.',
|
||||
download: 'Скачать',
|
||||
refresh: 'Обновить',
|
||||
loadAllFolders: 'Загрузить все папки',
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
export default {
|
||||
empty: '空',
|
||||
noWorkflowsFound: '未找到工作流',
|
||||
firstTimeUIMessage:
|
||||
'这是您第一次使用新界面。选择“Menu > Use New Menu > Disabled”以恢复旧界面。',
|
||||
download: '下载',
|
||||
|
||||
Reference in New Issue
Block a user