Add current user message in settings dialog (#1740)

This commit is contained in:
Chenlei Hu
2024-11-29 08:24:21 -08:00
committed by GitHub
parent ec824579d6
commit 7f5b685c9f
7 changed files with 33 additions and 1 deletions

View File

@@ -88,6 +88,7 @@ export default {
revertChanges: 'Revert Changes',
restart: 'Restart'
},
currentUser: 'Current user',
empty: 'Empty',
noWorkflowsFound: 'No workflows found.',
comingSoon: 'Coming Soon',

View File

@@ -81,6 +81,7 @@ export default {
revertChanges: '変更を元に戻す',
restart: '再起動'
},
currentUser: '現在のユーザー',
empty: '表示する項目がありません',
noWorkflowsFound: 'ワークフローが見つかりませんでした。',
comingSoon: '近日公開',

View File

@@ -1,4 +1,5 @@
export default {
currentUser: 'Текущий пользователь',
empty: 'Пусто',
noWorkflowsFound: 'Рабочие процессы не найдены.',
download: 'Скачать',

View File

@@ -1,4 +1,5 @@
export default {
currentUser: '当前用户',
empty: '空',
noWorkflowsFound: '未找到工作流',
firstTimeUIMessage: