diff --git a/webview-ui/src/i18n/locales/en/settings.json b/webview-ui/src/i18n/locales/en/settings.json
index 9083d4a204..9107ee7580 100644
--- a/webview-ui/src/i18n/locales/en/settings.json
+++ b/webview-ui/src/i18n/locales/en/settings.json
@@ -313,6 +313,9 @@
"description": "This provider uses OAuth authentication from the Gemini CLI tool and does not require API keys.",
"oauthPath": "OAuth Credentials Path (optional)",
"oauthPathDescription": "Path to the OAuth credentials file. Leave empty to use the default location (~/.gemini/oauth_creds.json).",
+ "projectId": "Google Cloud Project ID (optional)",
+ "projectIdDescription": "Specify your Google Cloud Project ID for enterprise or non-free tier access. Leave empty for automatic project discovery with personal accounts.",
+ "projectIdPlaceholder": "e.g., my-project-id",
"instructions": "If you haven't authenticated yet, please run",
"instructionsContinued": "in your terminal first.",
"setupLink": "Gemini CLI Setup Instructions",