misc: provider icons, tooltip in chat toolbar, conditionally display the "Open Skills Folder" button and update "Documentation" to "Website" in settings (#60)

This commit is contained in:
Felix
2026-02-12 11:11:28 +08:00
committed by GitHub
Unverified
parent 2ae4201639
commit 8ab1b3af36
26 changed files with 206 additions and 82 deletions

View File

@@ -9,5 +9,11 @@
"creativeTasks": "Creative Tasks",
"creativeTasksDesc": "Writing, brainstorming, ideas"
},
"noLogs": "(No logs available yet)"
"noLogs": "(No logs available yet)",
"toolbar": {
"newSession": "New session",
"refresh": "Refresh chat",
"showThinking": "Show thinking",
"hideThinking": "Hide thinking"
}
}

View File

@@ -128,7 +128,7 @@
"tagline": "Graphical AI Assistant",
"basedOn": "Based on OpenClaw",
"version": "Version {{version}}",
"docs": "Documentation",
"docs": "Website",
"github": "GitHub"
}
}

View File

@@ -56,7 +56,8 @@
"failedSave": "Failed to save configuration",
"failedOpenFolder": "Failed to open skills folder",
"failedInstall": "Failed to install",
"failedUninstall": "Failed to uninstall"
"failedUninstall": "Failed to uninstall",
"failedFolderNotFound": "Skills folder does not exist yet. Install a skill first."
},
"marketplace": {
"title": "Marketplace",

View File

@@ -9,5 +9,11 @@
"creativeTasks": "クリエイティブタスク",
"creativeTasksDesc": "ライティング、ブレスト、アイデア"
},
"noLogs": "(ログはまだありません)"
"noLogs": "(ログはまだありません)",
"toolbar": {
"newSession": "新しいセッション",
"refresh": "チャットを更新",
"showThinking": "思考を表示",
"hideThinking": "思考を非表示"
}
}

View File

@@ -107,7 +107,7 @@
"tagline": "グラフィカル AI アシスタント",
"basedOn": "OpenClaw ベース",
"version": "バージョン {{version}}",
"docs": "ドキュメント",
"docs": "公式サイト",
"github": "GitHub"
}
}

View File

@@ -56,7 +56,8 @@
"failedSave": "設定の保存に失敗しました",
"failedOpenFolder": "スキルフォルダを開けませんでした",
"failedInstall": "インストールに失敗しました",
"failedUninstall": "アンインストールに失敗しました"
"failedUninstall": "アンインストールに失敗しました",
"failedFolderNotFound": "スキルフォルダがまだ存在しません。先にスキルをインストールしてください。"
},
"marketplace": {
"title": "マーケットプレイス",

View File

@@ -9,5 +9,11 @@
"creativeTasks": "创意任务",
"creativeTasksDesc": "写作、头脑风暴、创意"
},
"noLogs": "(暂无日志)"
"noLogs": "(暂无日志)",
"toolbar": {
"newSession": "新会话",
"refresh": "刷新聊天",
"showThinking": "显示思考过程",
"hideThinking": "隐藏思考过程"
}
}

View File

@@ -128,7 +128,7 @@
"tagline": "图形化 AI 助手",
"basedOn": "基于 OpenClaw",
"version": "版本 {{version}}",
"docs": "文档",
"docs": "官网",
"github": "GitHub"
}
}

View File

@@ -56,7 +56,8 @@
"failedSave": "保存配置失败",
"failedOpenFolder": "无法打开技能文件夹",
"failedInstall": "安装失败",
"failedUninstall": "卸载失败"
"failedUninstall": "卸载失败",
"failedFolderNotFound": "技能文件夹尚不存在,请先安装一个技能。"
},
"marketplace": {
"title": "市场",