feat: Add connection error message for Ollama in multiple locales

This commit is contained in:
n4ze3m
2024-05-12 23:59:51 +05:30
parent e94edf5c89
commit d902414872
4 changed files with 8 additions and 4 deletions

View File

@@ -2,7 +2,8 @@
"ollamaState": {
"searching": "Ollamaを検索中 🦙",
"running": "Ollamaが実行中 🦙",
"notRunning": "Ollamaに接続できません 🦙"
"notRunning": "Ollamaに接続できません 🦙",
"connectionError": "接続エラーが発生しているようです。トラブルシューティングについては<anchor>ドキュメント</anchor>をご覧ください。"
},
"formError": {
"noModel": "モデルを選択してください",