mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
Fix missing titles during desktop installation (#1831)
* Add missing desktop translation keys * Update locales [skip ci] --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -75,6 +75,9 @@
|
||||
"reportIssue": "Report Issue",
|
||||
"openLogs": "Open Logs",
|
||||
"process": {
|
||||
"initial-state": "Loading...",
|
||||
"python-setup": "Setting up Python Environment...",
|
||||
"starting-server": "Starting ComfyUI server...",
|
||||
"ready": "Finishing...",
|
||||
"error": "Unable to start ComfyUI Desktop"
|
||||
}
|
||||
|
||||
@@ -1148,7 +1148,10 @@
|
||||
"openLogs": "ログを開く",
|
||||
"process": {
|
||||
"error": "ComfyUIデスクトップを起動できません",
|
||||
"ready": "完了中..."
|
||||
"initial-state": "読み込み中...",
|
||||
"python-setup": "Python環境を設定中...",
|
||||
"ready": "完了中...",
|
||||
"starting-server": "ComfyUIサーバーを起動中..."
|
||||
},
|
||||
"reinstall": "再インストール",
|
||||
"reportIssue": "問題を報告"
|
||||
|
||||
@@ -1148,7 +1148,10 @@
|
||||
"openLogs": "Открыть логи",
|
||||
"process": {
|
||||
"error": "Не удалось запустить ComfyUI Desktop",
|
||||
"ready": "Завершение..."
|
||||
"initial-state": "Загрузка...",
|
||||
"python-setup": "Настройка окружения Python...",
|
||||
"ready": "Завершение...",
|
||||
"starting-server": "Запуск сервера ComfyUI..."
|
||||
},
|
||||
"reinstall": "Переустановить",
|
||||
"reportIssue": "Сообщить о проблеме"
|
||||
|
||||
@@ -1148,7 +1148,10 @@
|
||||
"openLogs": "打开日志",
|
||||
"process": {
|
||||
"error": "无法启动 ComfyUI 桌面版",
|
||||
"ready": "完成中..."
|
||||
"initial-state": "加载中...",
|
||||
"python-setup": "正在设置 Python 环境...",
|
||||
"ready": "完成中...",
|
||||
"starting-server": "正在启动 ComfyUI 服务器..."
|
||||
},
|
||||
"reinstall": "重新安装",
|
||||
"reportIssue": "报告问题"
|
||||
|
||||
Reference in New Issue
Block a user