+
+ {language.t(
+ status()?.quotaExceeded
+ ? "dialog.websearch.body.exhausted.line1"
+ : "dialog.websearch.body.default.line1",
+ )}
+
+
+ {language.t(
+ status()?.quotaExceeded
+ ? "dialog.websearch.body.exhausted.line2"
+ : "dialog.websearch.body.default.line2",
+ )}
+
+
{
+ setApiKeyInput(v)
+ if (validationError()) setValidationError("")
+ }}
+ validationState={validationError() ? "invalid" : undefined}
+ error={validationError()}
+ autocomplete="off"
+ autocorrect="off"
+ autocapitalize="off"
+ spellcheck={false}
+ />
+
+ {language.t(
+ status()?.quotaExceeded ? "dialog.websearch.status.exhausted" : "dialog.websearch.status.bundled",
+ )}
+
+
+
+
+
+ {language.t("dialog.websearch.help.getKey")}
+
+
+
+
+