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:
filtered
2024-12-07 14:18:19 +11:00
committed by GitHub
parent b7ddb47d2a
commit b0e37036d5
4 changed files with 15 additions and 3 deletions

View File

@@ -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"
}

View File

@@ -1148,7 +1148,10 @@
"openLogs": "ログを開く",
"process": {
"error": "ComfyUIデスクトップを起動できません",
"ready": "完了中..."
"initial-state": "読み込み中...",
"python-setup": "Python環境を設定中...",
"ready": "完了中...",
"starting-server": "ComfyUIサーバーを起動中..."
},
"reinstall": "再インストール",
"reportIssue": "問題を報告"

View File

@@ -1148,7 +1148,10 @@
"openLogs": "Открыть логи",
"process": {
"error": "Не удалось запустить ComfyUI Desktop",
"ready": "Завершение..."
"initial-state": "Загрузка...",
"python-setup": "Настройка окружения Python...",
"ready": "Завершение...",
"starting-server": "Запуск сервера ComfyUI..."
},
"reinstall": "Переустановить",
"reportIssue": "Сообщить о проблеме"

View File

@@ -1148,7 +1148,10 @@
"openLogs": "打开日志",
"process": {
"error": "无法启动 ComfyUI 桌面版",
"ready": "完成中..."
"initial-state": "加载中...",
"python-setup": "正在设置 Python 环境...",
"ready": "完成中...",
"starting-server": "正在启动 ComfyUI 服务器..."
},
"reinstall": "重新安装",
"reportIssue": "报告问题"