feat(i18n): banner/separator/risk strings for fix4 (en + pt-BR)

This commit is contained in:
diegosouzapw
2026-05-28 12:58:44 -03:00
parent 72fd52db83
commit cd46090b75
2 changed files with 18 additions and 4 deletions

View File

@@ -7388,7 +7388,9 @@
"back": "Back",
"next": "Next",
"done": "Done",
"loading": "Loading…"
"loading": "Loading…",
"riskNoticeTitle": "Risk acknowledgment",
"riskNoticeBody": "AgentBridge will intercept HTTPS traffic from this agent by redirecting its API hosts via DNS. Only enable if you accept responsibility for compliance with the agent's terms of service and any applicable network policies."
},
"trafficInspector": {
"title": "Traffic Inspector",
@@ -7457,6 +7459,11 @@
"copy": "Copy",
"httpProxyTitle": "HTTP Proxy Snippet — port {port}",
"notRecording": "Not recording",
"anyStatus": "Any status"
"anyStatus": "Any status",
"viewingRecordedSession": "Viewing recorded session",
"backToLive": "Back to live",
"untitledSession": "Untitled session",
"contextHistory": "Context History",
"modelResponse": "Model Response"
}
}

View File

@@ -7378,7 +7378,9 @@
"back": "Voltar",
"next": "Próximo",
"done": "Concluído",
"loading": "Carregando…"
"loading": "Carregando…",
"riskNoticeTitle": "Reconhecimento de risco",
"riskNoticeBody": "O AgentBridge irá interceptar o tráfego HTTPS deste agente redirecionando seus hosts de API via DNS. Ative somente se você aceita a responsabilidade pelo cumprimento dos termos de serviço do agente e das políticas de rede aplicáveis."
},
"trafficInspector": {
"title": "Inspector de Tráfego",
@@ -7447,6 +7449,11 @@
"copy": "Copiar",
"httpProxyTitle": "Snippet de Proxy HTTP — porta {port}",
"notRecording": "Sem gravação",
"anyStatus": "Qualquer status"
"anyStatus": "Qualquer status",
"viewingRecordedSession": "Visualizando sessão gravada",
"backToLive": "Voltar ao live",
"untitledSession": "Sessão sem nome",
"contextHistory": "Histórico do Contexto",
"modelResponse": "Resposta do Modelo"
}
}