-
Providers Overview
+
{t("providersOverview")}
{providerStats.filter((item) => item.total > 0).length} configured of{" "}
{providerStats.length} available providers
@@ -348,7 +350,7 @@ function ProviderOverviewCard({ item, metrics, onClick }) {
{item.total === 0
- ? "Not configured"
+ ? tc("notConfigured")
: `${item.connected} active · ${item.errors} error`}
{metrics && metrics.totalRequests > 0 && (
@@ -433,7 +435,7 @@ function ProviderModelsModal({ provider, models, onClose }) {
search_off
-
No models available for this provider.
+
{t("noModelsAvailable")}
Configure a connection first in{" "}