Files
clawpanel/scripts/translations/ja/skills.json
晴天 985d263dc6 feat: i18n 11 languages + website update + fix #139 #140 #141
i18n:
- Add 9 new locale files (ja/ko/de/es/fr/pt/ru/vi/zh-TW)
- Add multilingual README files for all 11 languages
- Add locale helper, index, and modular translation system
- Add translation generation scripts

Website (docs/index.html):
- Replace 公益AI接口 branding with 晴辰云AI接口
- Remove OpenClaw 独立安装包 promotion block
- Update SEO meta tags (description, keywords, OG, Twitter, JSON-LD)
- Add 11-language README links to footer
- Update 元宝派 link to new URL

Bug fixes:
- fix(cron): delivery format mode:'push' → mode:'announce', remove invalid 'to' field (fixes #141)
- fix(cron): allow single-channel users to select delivery channel
- fix(cron): preserve delivery field in job state for editing
- fix(models): add 'ollama' as recognized API type, prevent overwriting native ollama config (fixes #140)
- fix(models): skip /v1 append for ollama native API baseUrl
- fix(assistant): normalize 'google-generative-ai' consistently, add ollama hints
- fix(version): use CLI path classification for source detection on Windows (fixes #139)
- fix(version): default to 'official' instead of 'chinese' when source unknown
- fix(version): reorder npm global package check based on active CLI
2026-03-24 22:31:11 +08:00

63 lines
2.6 KiB
JSON

{
"title": "Skills",
"desc": "OpenClaw Skills の管理とインストール",
"installed": "インストール済み",
"available": "利用可能",
"noSkills": "Skills なし",
"skillName": "スキル名",
"version": "バージョン",
"author": "作者",
"install": "インストール",
"uninstall": "アンインストール",
"update": "更新",
"search": "Skills を検索...",
"searching": "検索中...",
"installing": "インストール中...",
"uninstalling": "アンインストール中...",
"updating": "更新中...",
"installSuccess": "スキルをインストールしました",
"installFailed": "インストール失敗",
"uninstallSuccess": "スキルをアンインストールしました",
"uninstallFailed": "アンインストール失敗",
"updateSuccess": "スキルを更新しました",
"updateFailed": "更新失敗",
"confirmUninstall": "スキル「{name}」をアンインストールしますか?",
"loadFailed": "Skills の読み込みに失敗",
"noResults": "一致するスキルなし",
"description": "説明",
"dependencies": "依存関係",
"readme": "README",
"homepage": "ホームページ",
"repository": "リポジトリ",
"license": "ライセンス",
"lastUpdated": "最終更新",
"downloads": "ダウンロード数",
"rating": "評価",
"tags": "タグ",
"category": "カテゴリ",
"allCategories": "すべてのカテゴリ",
"tools": "ツール",
"communication": "通信",
"utility": "ユーティリティ",
"searchHub": "ClawHub を検索",
"hubDesc": "ClawHub からスキルをインストール",
"hubSearchPlaceholder": "スキル名やキーワードで検索...",
"noHubResults": "一致するスキルが見つかりません",
"hubLoadFailed": "ClawHub の読み込みに失敗",
"installFromUrl": "URL からインストール",
"urlPlaceholder": "npm パッケージ名または GitHub URL",
"installUrlBtn": "インストール",
"refreshList": "リスト更新",
"checkUpdates": "更新を確認",
"noUpdates": "すべて最新です",
"updatesAvailable": "{count} 件の更新が利用可能",
"updateAll": "すべて更新",
"skillEnabled": "スキル有効化済み",
"skillDisabled": "スキル無効化済み",
"toggleFailed": "切替失敗",
"configTitle": "スキル設定 — {name}",
"noConfig": "このスキルには設定項目がありません",
"configSaved": "設定を保存しました",
"configSaveFailed": "設定の保存に失敗",
"restartRequired": "変更を反映するには Gateway の再起動が必要です"
}