-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.nls.json
More file actions
76 lines (76 loc) · 6.14 KB
/
package.nls.json
File metadata and controls
76 lines (76 loc) · 6.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"antigravity.command.export": "Export Conversations",
"antigravity.command.import": "Import Conversations",
"antigravity.command.rename": "Rename Conversation",
"antigravity.command.backupAll": "Backup All Conversations",
"antigravity.command.triggerBackup": "Create Backup Now",
"antigravity.command.resolveConflicts": "Resolve Conflict Copies",
"antigravity.command.syncSetup": "Setup Google Drive Sync",
"antigravity.command.syncNow": "Sync Now",
"antigravity.command.forceSync": "Force Sync",
"antigravity.command.syncManage": "Manage Synced Conversations",
"antigravity.command.syncDisconnect": "Disconnect Google Drive Sync",
"antigravity.submenu.label": "Antigravity Storage",
"antigravity.config.title": "Antigravity Storage Manager",
"antigravity.config.autoSync": "Automatically sync conversations on startup and at regular intervals",
"antigravity.config.syncInterval": "Auto-sync interval in milliseconds (default: 5 minutes)",
"antigravity.config.showStatusBar": "Show sync status in the status bar",
"antigravity.config.silent": "Suppress success notifications for auto-sync",
"antigravity.config.machineName": "Custom name for this machine (defaults to hostname if empty)",
"antigravity.config.clientId": "Google Cloud OAuth2 Client ID (Desktop App)",
"antigravity.config.clientSecret": "Google Cloud OAuth2 Client Secret",
"antigravity.config.backupEnabled": "Enable scheduled local backups",
"antigravity.config.backupInterval": "Backup interval in hours (default: 24)",
"antigravity.config.backupPath": "Custom path for backups (leave empty for default)",
"antigravity.config.backupRetention": "Number of backups to keep",
"antigravity.config.language": "Language for the extension UI (auto = system language).",
"antigravity.config.concurrency": "Number of parallel uploads/downloads during sync.",
"antigravity.config.suggestSolutions": "Suggest solutions when sync errors occur (e.g., file not found in Drive)",
"antigravity.config.enableQuota": "Enable or disable fetching and displaying Antigravity quota usage.",
"antigravity.config.pinnedModels": "List of model IDs to always show in the status bar.",
"antigravity.command.showSyncStats": "Show Sync Statistics",
"antigravity.command.showQuota": "Show Antigravity Quota",
"antigravity.command.syncManageAuthorizedMachines": "Manage Authorized Deletion Machines",
"antigravity.config.authorizedRemoteDeleteMachineIds": "Authorized machine IDs for remote deletion (links to [Sync Menu](command:antigravity-storage-manager.syncManageAuthorizedMachines))",
"antigravity.config.useMetadataCache": "Use cached metadata for conversation status badges (faster, reduces Google Drive requests)",
"antigravity.config.quota.warningThreshold": "Percentage threshold for Warning (Yellow) quota level (0-100). Quota below this value is Yellow.",
"antigravity.config.quota.criticalThreshold": "Percentage threshold for Critical (Orange) quota level (0-100). Quota below this value is Orange.",
"antigravity.config.quota.dangerThreshold": "Percentage threshold for Danger (Red) quota level (0-100). Quota below this value is Red.",
"antigravity.config.showCreditsBalance": "Show Antigravity credits balance in dashboard and status bar",
"antigravity.config.quota.historyRetentionDays": "Number of days to keep quota history (1-30).",
"antigravity.command.switchProfile": "Switch Profile",
"antigravity.config.sync.enableCompression": "Enable compression (Gzip) before encryption to reduce data size on Google Drive.",
"antigravity.command.applyProxy": "Apply Proxy Settings",
"antigravity.config.proxy.url": "Proxy Server URL",
"antigravity.config.proxy.strictSSL": "Enable Strict SSL for Proxy (default: true)",
"antigravity.config.proxy.username": "Proxy Username (Optional)",
"antigravity.config.proxy.password": "Proxy Password (Optional)",
"antigravity.command.saveProfile": "Save Profile",
"antigravity.command.deleteProfile": "Delete Profile",
"antigravity.command.openCurrentConversation": "View Current Conversation",
"antigravity.config.profilesDirectory": "Custom directory for storing profiles",
"antigravity.config.profilesDirectory.md": "Absolute path to a custom directory for storing profiles. If empty, the default extension storage is used. Supports `~` for home directory.",
"antigravity.command.proxy.start": "Antigravity Proxy: Start",
"antigravity.command.proxy.stop": "Antigravity Proxy: Stop",
"antigravity.command.proxy.install": "Antigravity Proxy: Install",
"antigravity.config.proxy.enabled": "Enable Antigravity Local Proxy",
"antigravity.config.proxy.port": "Local Proxy Port",
"antigravity.config.proxy.autoConfig": "Automatically configure VS Code to use this proxy",
"antigravity.config.proxy.binaryPath": "Custom path to proxy binary",
"antigravity.command.proxyDashboard": "Antigravity Proxy Dashboard",
"antigravity.config.proxy.upstreamUrl": "Upstream Proxy URL (e.g. socks5://user:pass@host:port/)",
"antigravity.command.debugProfile": "Debug Profile Paths",
"antigravity.category.debug": "Antigravity (Debug)",
"antigravity.config.telegram.botToken": "Telegram Bot Token for notifications",
"antigravity.config.telegram.userIds": "Telegram User IDs to receive notifications",
"antigravity.config.telegram.usernames": "Telegram Usernames (without @) to allow. Bot must interact with user to resolve ID.",
"antigravity.config.telegram.statsIntervalCron": "Cron expression for periodic statistics notifications (default: every 12 hours)",
"antigravity.model.claudeSonnet46": "Claude Sonnet 4.6",
"antigravity.model.claudeSonnet46Thinking": "Claude Sonnet 4.6 (Thinking)",
"antigravity.model.claudeOpus46Thinking": "Claude Opus 4.6 (Thinking)",
"antigravity.model.gptOss120b": "GPT-OSS 120B (Medium)",
"antigravity.model.gemini3ProHigh": "Gemini 3.1 Pro (High)",
"antigravity.model.gemini3ProLow": "Gemini 3.1 Pro (Low)",
"antigravity.model.gemini3Flash": "Gemini 3.1 Flash",
"antigravity.config.ui.showExportImportStatusBarItems": "Show 'AG Export' and 'AG Import' buttons in the status bar"
}