设置界面支持版本控制和github账号管理

This commit is contained in:
itpkcn@gmail.com
2026-03-21 11:33:48 +08:00
parent e801f041a0
commit 62fab2c3f2
22 changed files with 1595 additions and 4 deletions

View File

@@ -66,6 +66,7 @@
"mcp": "MCP",
"skills": "Skills",
"shortcuts": "ショートカット",
"version_control": "バージョン管理",
"system": "システム"
}
},
@@ -128,6 +129,55 @@
"unknown": "更新に失敗しました。しばらくしてから再試行してください。"
}
},
"VersionControlSettings": {
"loading": "読み込み中...",
"sectionTitle": "バージョン管理",
"sectionDescription": "Git 実行ファイルの設定と GitHub アカウントの管理。",
"gitTitle": "Git 設定",
"gitDescription": "アプリケーションで使用する Git 実行ファイルを設定します。",
"gitDetected": "Git が検出されました",
"gitNotFound": "システムに Git が見つかりません",
"gitVersion": "バージョン",
"gitPath": "パス",
"customGitPath": "カスタム Git パス",
"customGitPathPlaceholder": "/usr/bin/git",
"customGitPathHint": "空欄の場合、自動検出されたパスを使用します。",
"test": "テスト",
"testing": "テスト中...",
"testSuccess": "Git 実行ファイルは有効です。",
"testFailed": "Git テスト失敗:{message}",
"save": "保存",
"saving": "保存中...",
"saveSuccess": "Git 設定を保存しました。",
"saveFailed": "保存に失敗しました:{message}",
"githubTitle": "GitHub アカウント",
"githubDescription": "認証用の GitHub アカウントを管理します。トークンはローカルに保存されます。",
"noAccounts": "GitHub アカウントが設定されていません。",
"addAccount": "アカウントを追加",
"serverUrl": "サーバー URL",
"serverUrlPlaceholder": "https://github.com",
"token": "個人アクセストークン",
"tokenPlaceholder": "ghp_xxxxxxxxxxxx",
"tokenHint": "GitHub → Settings → Developer settings → Personal access tokens でトークンを生成してください。",
"validateAndAdd": "検証して追加",
"validating": "検証中...",
"addSuccess": "アカウント {username} を追加しました。",
"addFailed": "アカウントの追加に失敗しました:{message}",
"testConnection": "テスト",
"connectionSuccess": "接続成功。",
"connectionFailed": "接続失敗:{message}",
"setDefault": "デフォルトに設定",
"defaultLabel": "デフォルト",
"defaultSet": "デフォルトアカウントを更新しました。",
"removeAccount": "削除",
"removeConfirmTitle": "アカウントを削除",
"removeConfirmMessage": "アカウント「{username}」を削除してもよろしいですか?",
"removeConfirm": "削除",
"removeCancel": "キャンセル",
"removeSuccess": "アカウントを削除しました。",
"scopes": "スコープ",
"loadFailed": "設定の読み込みに失敗しました:{message}"
},
"ShortcutSettings": {
"sectionTitle": "ショートカット",
"resetDefault": "デフォルトに戻す",