From 5ab75f02206dec65c280bfbaf42a986960a16afd Mon Sep 17 00:00:00 2001 From: Alex Netsch Date: Mon, 12 Jan 2026 12:16:52 +0000 Subject: [PATCH] Done. I've updated the agent install hints across all 6 locales: (#1960) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Changes made:** - `notFound`: Changed from "Not Found" → "Unknown" (and equivalent in other languages) - `notFoundTooltip`: Changed from "No previous usage detected. Agent may require installation and/or login." → "We couldn't verify this agent is set up, but go ahead and try it." **Files modified:** - `frontend/src/i18n/locales/en/settings.json` - `frontend/src/i18n/locales/es/settings.json` - `frontend/src/i18n/locales/ja/settings.json` - `frontend/src/i18n/locales/ko/settings.json` - `frontend/src/i18n/locales/zh-Hans/settings.json` - `frontend/src/i18n/locales/zh-Hant/settings.json` The new wording is softer and encourages users to just try the agent rather than assuming it's not installed. --- frontend/src/i18n/locales/en/settings.json | 4 ++-- frontend/src/i18n/locales/es/settings.json | 4 ++-- frontend/src/i18n/locales/ja/settings.json | 4 ++-- frontend/src/i18n/locales/ko/settings.json | 4 ++-- frontend/src/i18n/locales/zh-Hans/settings.json | 4 ++-- frontend/src/i18n/locales/zh-Hant/settings.json | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/frontend/src/i18n/locales/en/settings.json b/frontend/src/i18n/locales/en/settings.json index e417be7d..fd1aee2d 100644 --- a/frontend/src/i18n/locales/en/settings.json +++ b/frontend/src/i18n/locales/en/settings.json @@ -248,8 +248,8 @@ "loginDetectedTooltip": "Recent authentication credentials found for this agent", "installationFound": "Previous Usage Detected", "installationFoundTooltip": "Agent configuration found. You may need to log in to use it.", - "notFound": "Not Found", - "notFoundTooltip": "No previous usage detected. Agent may require installation and/or login." + "notFound": "Unknown", + "notFoundTooltip": "We couldn't verify this agent is set up, but go ahead and try it." }, "editor": { "formLabel": "Edit JSON", diff --git a/frontend/src/i18n/locales/es/settings.json b/frontend/src/i18n/locales/es/settings.json index 81ada940..687fcff4 100644 --- a/frontend/src/i18n/locales/es/settings.json +++ b/frontend/src/i18n/locales/es/settings.json @@ -248,8 +248,8 @@ "loginDetectedTooltip": "Se encontraron credenciales de autenticación recientes para este agente", "installationFound": "Uso previo detectado", "installationFoundTooltip": "Se encontró la configuración del agente. Es posible que debas iniciar sesión para usarlo.", - "notFound": "No encontrado", - "notFoundTooltip": "No se detectó uso previo. El agente puede requerir instalación y/o inicio de sesión." + "notFound": "Desconocido", + "notFoundTooltip": "No pudimos verificar que este agente esté configurado, pero pruébalo." }, "editor": { "formLabel": "Editar JSON", diff --git a/frontend/src/i18n/locales/ja/settings.json b/frontend/src/i18n/locales/ja/settings.json index 8c52b7e2..4af841d9 100644 --- a/frontend/src/i18n/locales/ja/settings.json +++ b/frontend/src/i18n/locales/ja/settings.json @@ -248,8 +248,8 @@ "loginDetectedTooltip": "このエージェントの最近の認証情報が見つかりました", "installationFound": "以前の使用を検出", "installationFoundTooltip": "エージェント設定が見つかりました。使用するにはログインが必要な場合があります。", - "notFound": "見つかりません", - "notFoundTooltip": "以前の使用が検出されませんでした。エージェントにはインストールやログインが必要な場合があります。" + "notFound": "不明", + "notFoundTooltip": "このエージェントが設定されているか確認できませんでしたが、試してみてください。" }, "editor": { "formLabel": "JSONを編集", diff --git a/frontend/src/i18n/locales/ko/settings.json b/frontend/src/i18n/locales/ko/settings.json index b639f54c..f1e84d99 100644 --- a/frontend/src/i18n/locales/ko/settings.json +++ b/frontend/src/i18n/locales/ko/settings.json @@ -248,8 +248,8 @@ "loginDetectedTooltip": "이 에이전트에 대한 최근 인증 자격 증명이 발견되었습니다", "installationFound": "이전 사용 감지됨", "installationFoundTooltip": "에이전트 구성이 발견되었습니다. 사용하려면 로그인해야 할 수 있습니다.", - "notFound": "찾을 수 없음", - "notFoundTooltip": "이전 사용이 감지되지 않았습니다. 에이전트에 설치 및/또는 로그인이 필요할 수 있습니다." + "notFound": "알 수 없음", + "notFoundTooltip": "이 에이전트가 설정되어 있는지 확인할 수 없지만, 시도해 보세요." }, "editor": { "formLabel": "JSON 편집", diff --git a/frontend/src/i18n/locales/zh-Hans/settings.json b/frontend/src/i18n/locales/zh-Hans/settings.json index 809c0c8a..45567fc2 100644 --- a/frontend/src/i18n/locales/zh-Hans/settings.json +++ b/frontend/src/i18n/locales/zh-Hans/settings.json @@ -248,8 +248,8 @@ "loginDetectedTooltip": "找到此代理的最近身份验证凭据", "installationFound": "检测到以前使用", "installationFoundTooltip": "找到代理配置。您可能需要登录才能使用它。", - "notFound": "未找到", - "notFoundTooltip": "未检测到以前的使用。代理可能需要安装和/或登录。" + "notFound": "未知", + "notFoundTooltip": "我们无法验证此代理是否已设置,但请继续尝试。" }, "editor": { "formLabel": "编辑 JSON", diff --git a/frontend/src/i18n/locales/zh-Hant/settings.json b/frontend/src/i18n/locales/zh-Hant/settings.json index 0c2e67d5..b266d7df 100644 --- a/frontend/src/i18n/locales/zh-Hant/settings.json +++ b/frontend/src/i18n/locales/zh-Hant/settings.json @@ -248,8 +248,8 @@ "loginDetectedTooltip": "找到此代理的最近驗證憑證", "installationFound": "偵測到曾使用", "installationFoundTooltip": "找到代理設定。您可能需要登入才能使用。", - "notFound": "未找到", - "notFoundTooltip": "未偵測到曾使用。代理可能需要安裝和/或登入。" + "notFound": "未知", + "notFoundTooltip": "我們無法驗證此代理是否已設定,但請繼續嘗試。" }, "editor": { "formLabel": "編輯 JSON",