mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-02 05:12:11 +03:00
feat(i18n): add agentBridge.pageMoved + trafficInspector.{conversation,stats,timing} + agentBridge.cert keys (en+pt-BR)
- agentBridge.pageMoved.{title,message,goNow} for C4 redirect banner
- trafficInspector.{conversationNotAvailable,conversationNoMessages} for ConversationTab (M3)
- trafficInspector.{loadingCharts,statsStatusDistribution,statsLatency,statsTotalRequests,statsSuccessful,statsErrors,statsNoData} for StatsTab/StatsCharts (M4)
- trafficInspector.{timingProxyOverhead,timingUpstreamResponse} for TimingWaterfall (M3)
- agentBridge.{certTrusted,certNotTrusted} already present, no duplicate
This commit is contained in:
@@ -7390,7 +7390,12 @@
|
||||
"done": "Done",
|
||||
"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."
|
||||
"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.",
|
||||
"pageMoved": {
|
||||
"goNow": "Go now",
|
||||
"message": "The MITM Proxy now lives under AgentBridge.",
|
||||
"title": "This page has moved"
|
||||
}
|
||||
},
|
||||
"trafficInspector": {
|
||||
"title": "Traffic Inspector",
|
||||
@@ -7464,6 +7469,17 @@
|
||||
"backToLive": "Back to live",
|
||||
"untitledSession": "Untitled session",
|
||||
"contextHistory": "Context History",
|
||||
"modelResponse": "Model Response"
|
||||
"modelResponse": "Model Response",
|
||||
"conversationNoMessages": "No messages found in this request.",
|
||||
"conversationNotAvailable": "Conversation data not available. This may not be an LLM request or the body could not be parsed.",
|
||||
"loadingCharts": "Loading charts…",
|
||||
"statsErrors": "Errors",
|
||||
"statsLatency": "Latency (last 50 requests)",
|
||||
"statsNoData": "No requests yet. Start a session recording to capture data for stats.",
|
||||
"statsStatusDistribution": "Status distribution",
|
||||
"statsSuccessful": "Successful",
|
||||
"statsTotalRequests": "Total requests",
|
||||
"timingProxyOverhead": "Proxy overhead",
|
||||
"timingUpstreamResponse": "Upstream response"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7380,7 +7380,12 @@
|
||||
"done": "Concluído",
|
||||
"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."
|
||||
"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.",
|
||||
"pageMoved": {
|
||||
"goNow": "Ir agora",
|
||||
"message": "O MITM Proxy agora vive no AgentBridge.",
|
||||
"title": "Esta página foi movida"
|
||||
}
|
||||
},
|
||||
"trafficInspector": {
|
||||
"title": "Inspector de Tráfego",
|
||||
@@ -7454,6 +7459,17 @@
|
||||
"backToLive": "Voltar ao live",
|
||||
"untitledSession": "Sessão sem nome",
|
||||
"contextHistory": "Histórico do Contexto",
|
||||
"modelResponse": "Resposta do Modelo"
|
||||
"modelResponse": "Resposta do Modelo",
|
||||
"conversationNoMessages": "Nenhuma mensagem encontrada nesta requisição.",
|
||||
"conversationNotAvailable": "Dados de conversa indisponíveis. Pode não ser uma requisição LLM ou o body não pôde ser interpretado.",
|
||||
"loadingCharts": "Carregando gráficos…",
|
||||
"statsErrors": "Erros",
|
||||
"statsLatency": "Latência (últimas 50 requisições)",
|
||||
"statsNoData": "Sem requisições ainda. Inicie uma gravação de sessão para capturar dados para estatísticas.",
|
||||
"statsStatusDistribution": "Distribuição de status",
|
||||
"statsSuccessful": "Bem-sucedidas",
|
||||
"statsTotalRequests": "Total de requisições",
|
||||
"timingProxyOverhead": "Overhead do proxy",
|
||||
"timingUpstreamResponse": "Resposta upstream"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user