forked from WoozyMasta/codex-switch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.ja.json
More file actions
22 lines (22 loc) · 1.94 KB
/
package.nls.ja.json
File metadata and controls
22 lines (22 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"extension.displayName": "Codex Switch",
"extension.description": "複数のCodexアカウントを切り替え・管理します",
"configuration.title": "Codex Switch",
"configuration.debugLogging.description": "詳細ログを有効化します(トークンは出力しません)",
"configuration.activeProfileScope.description": "アクティブなプロファイル選択の保存先",
"command.login.title": "Codex Switch: ログインのヘルプ",
"command.profile.manage.title": "Codex Switch: プロファイル管理",
"command.profile.login.title": "Codex Switch: ログイン(Codex CLI)",
"command.profile.switch.title": "Codex Switch: プロファイル切り替え",
"command.profile.toggleLast.title": "Codex Switch: プロファイルを順番に切り替え",
"command.profile.addFromCodexAuthFile.title": "Codex Switch: 現在の auth.json から追加",
"command.profile.addFromFile.title": "Codex Switch: ファイルからインポート",
"command.profile.rename.title": "Codex Switch: プロファイル名を変更",
"command.profile.delete.title": "Codex Switch: プロファイルを削除",
"configuration.reloadWindowAfterProfileSwitch.description": "プロファイルの切り替え/インポート成功後に VS Code ウィンドウを再読み込みして、Codex 拡張機能が auth.json を再読込するようにします",
"configuration.statusBarClickBehavior.description": "ステータスバーのプロファイル項目をクリックしたときの動作",
"configuration.statusBarClickBehavior.cycle": "保存済みプロファイルを順番に切り替える",
"configuration.statusBarClickBehavior.toggleLast": "現在のプロファイルと前回のプロファイルを切り替える",
"command.profile.exportSettings.title": "Codex Switch: プロファイルをエクスポート",
"command.profile.importSettings.title": "Codex Switch: プロファイルをインポート"
}