mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-21 06:49:37 +00:00
Add current user message in settings dialog (#1740)
This commit is contained in:
@@ -88,6 +88,7 @@ export default {
|
||||
revertChanges: 'Revert Changes',
|
||||
restart: 'Restart'
|
||||
},
|
||||
currentUser: 'Current user',
|
||||
empty: 'Empty',
|
||||
noWorkflowsFound: 'No workflows found.',
|
||||
comingSoon: 'Coming Soon',
|
||||
|
||||
@@ -81,6 +81,7 @@ export default {
|
||||
revertChanges: '変更を元に戻す',
|
||||
restart: '再起動'
|
||||
},
|
||||
currentUser: '現在のユーザー',
|
||||
empty: '表示する項目がありません',
|
||||
noWorkflowsFound: 'ワークフローが見つかりませんでした。',
|
||||
comingSoon: '近日公開',
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
export default {
|
||||
currentUser: 'Текущий пользователь',
|
||||
empty: 'Пусто',
|
||||
noWorkflowsFound: 'Рабочие процессы не найдены.',
|
||||
download: 'Скачать',
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
export default {
|
||||
currentUser: '当前用户',
|
||||
empty: '空',
|
||||
noWorkflowsFound: '未找到工作流',
|
||||
firstTimeUIMessage:
|
||||
|
||||
Reference in New Issue
Block a user