Add empty workflows placeholder (#1712)

This commit is contained in:
Chenlei Hu
2024-11-26 14:22:05 -08:00
committed by GitHub
parent 86fec820ac
commit 1ac6d6529f
4 changed files with 14 additions and 0 deletions

View File

@@ -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.',

View File

@@ -1,4 +1,6 @@
export default {
empty: 'Пусто',
noWorkflowsFound: 'Рабочие процессы не найдены.',
download: 'Скачать',
refresh: 'Обновить',
loadAllFolders: 'Загрузить все папки',

View File

@@ -1,4 +1,6 @@
export default {
empty: '空',
noWorkflowsFound: '未找到工作流',
firstTimeUIMessage:
'这是您第一次使用新界面。选择“Menu > Use New Menu > Disabled”以恢复旧界面。',
download: '下载',