mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-07-09 22:43:25 +08:00
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
This commit is contained in:
59
scripts/translations/ja/about.json
Normal file
59
scripts/translations/ja/about.json
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"title": "について",
|
||||
"desc": "ClawPanel バージョンとプロジェクト情報",
|
||||
"subtitle": "OpenClaw ビジュアル管理パネル",
|
||||
"sectionCommunity": "コミュニティ",
|
||||
"sectionProjects": "関連プロジェクト",
|
||||
"sectionContribute": "コントリビュート",
|
||||
"sectionLinks": "リンク",
|
||||
"sectionAboutUs": "私たちについて",
|
||||
"techStack": "ClawPanel は Tauri v2 で構築、フロントエンド Vanilla JS + Vite、バックエンド Rust。",
|
||||
"checkingUpdate": "更新を確認中...",
|
||||
"official": "公式",
|
||||
"chinese": "中国語版",
|
||||
"notInstalled": "未インストール",
|
||||
"recommendedStable": "推奨安定版: {ver}",
|
||||
"switchVersion": "バージョン切替",
|
||||
"installOpenclaw": "OpenClaw をインストール",
|
||||
"uninstall": "アンインストール",
|
||||
"installPath": "インストールパス",
|
||||
"configExists": "設定ファイルあり",
|
||||
"configNotFound": "設定ファイルが見つかりません",
|
||||
"versionLabel": "バージョン",
|
||||
"selectVersion": "バージョンを選択",
|
||||
"btnSwitch": "切替",
|
||||
"btnInstall": "インストール",
|
||||
"tagRecommended": "(推奨安定版)",
|
||||
"tagNeedTest": "(互換性要テスト)",
|
||||
"noVersions": "利用可能なバージョンが見つかりません",
|
||||
"recommended": "推奨",
|
||||
"current": "現在",
|
||||
"operationDone": "操作完了",
|
||||
"updateReady": "準備完了",
|
||||
"reloadApp": "アプリを再読み込み",
|
||||
"rollback": "ロールバック",
|
||||
"newVersion": "新バージョン",
|
||||
"hotUpdate": "ホットアップデート",
|
||||
"fullInstaller": "フルインストーラー",
|
||||
"downloading": "ダウンロード中...",
|
||||
"downloadDone": "更新ダウンロード完了、「アプリを再読み込み」をクリックして適用",
|
||||
"downloadFailed": "ダウンロード失敗: ",
|
||||
"retry": "再試行",
|
||||
"upToDate": "最新です",
|
||||
"checkUpdateFailed": "更新を確認できません",
|
||||
"joinDiscord": "Discord に参加",
|
||||
"discordDesc": "国際コミュニティ",
|
||||
"communityWelcome": "OpenClaw コミュニティへようこそ!問題があればいつでもフィードバックしてください。一緒に AI Agent をより使いやすくしましょう。",
|
||||
"communityWelcomeIntl": "Welcome to the OpenClaw community! Share ideas, get help, and build amazing AI agents together.",
|
||||
"communityDesc": "QR コードをスキャンまたはリンクをクリックしてコミュニティに参加",
|
||||
"contributeDesc": "ClawPanel はオープンソースプロジェクトです。Issue や PR を歓迎します!",
|
||||
"submitIssue": "Issue を提出",
|
||||
"submitPR": "PR を提出",
|
||||
"contributeGuide": "コントリビュートガイド",
|
||||
"viewIssues": "Issues を見る",
|
||||
"officialWebsite": "公式サイト",
|
||||
"productWebsite": "製品サイト",
|
||||
"openSourceRepo": "オープンソースリポジトリ",
|
||||
"businessCoop": "ビジネス連携",
|
||||
"contactViaWebsite": "公式サイトからお問い合わせください"
|
||||
}
|
||||
Reference in New Issue
Block a user