mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-22 20:20:29 +02:00
Compare commits
90 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 832e4427d9 | |||
| 177c149618 | |||
| 6e3a43570d | |||
| af8fad1c67 | |||
| 9508b2aca3 | |||
| 9c5872581a | |||
| c3b86c02bc | |||
| 7c95723950 | |||
| 412a26c790 | |||
| 1627f70ecf | |||
| a88f131367 | |||
| 53d6f9316b | |||
| faea2d87ba | |||
| d63af730dc | |||
| 8ec5299622 | |||
| 720525ce7c | |||
| a42636daa3 | |||
| 7aaafa9d4b | |||
| 733136e66b | |||
| c98ea4020a | |||
| 3f12a050df | |||
| 63d8750f31 | |||
| a4d70d9f79 | |||
| 3cc835cb23 | |||
| e9aa83b68d | |||
| fe26bc45c4 | |||
| 28c59db121 | |||
| 95de617b64 | |||
| 91d4a4dc3a | |||
| 46b70f549f | |||
| 9dd176d647 | |||
| 720c099995 | |||
| dd4d1acb31 | |||
| 72984134a9 | |||
| fc13d7bc2a | |||
| bab2f91e02 | |||
| 17c98a738e | |||
| 3860811eb4 | |||
| 6eba96d7c1 | |||
| 4c06fefb0a | |||
| 485399f7d3 | |||
| bf4c8248a4 | |||
| ad279ce4f7 | |||
| e54684b1b0 | |||
| b72cf0c5df | |||
| cdb0d09fb4 | |||
| b9560a031d | |||
| 82ab42a05f | |||
| 08e2ce26af | |||
| 14d6b4b982 | |||
| a1a4ed4a8a | |||
| 378741cc94 | |||
| 003bec8566 | |||
| bddc770fb9 | |||
| 96b01d1e3c | |||
| 85749c060a | |||
| e0bee14605 | |||
| 38235f6c2c | |||
| 9ccbe28eb8 | |||
| e88449e1b3 | |||
| 15473ecb2d | |||
| dc32bff262 | |||
| 2e42a1a0d9 | |||
| e15d6a0d91 | |||
| ddc0baed14 | |||
| 393166f39a | |||
| 07f78f9411 | |||
| 12026eae47 | |||
| b344668ea2 | |||
| 18c1fcaf44 | |||
| 7e254f9efc | |||
| 9ed6c71a6a | |||
| b4f6e71e9c | |||
| ed16ba884f | |||
| 0fa31c1029 | |||
| 5a64d08a08 | |||
| 492122ad0c | |||
| 73568c0199 | |||
| 966fcba885 | |||
| 48a749a0df | |||
| efd19df047 | |||
| 8ca8396fa2 | |||
| e610ed0d38 | |||
| 3e283619f0 | |||
| bf99d8f99f | |||
| 987bdf2012 | |||
| b1ae8d78da | |||
| caf3bcd87f | |||
| c71a1f08ee | |||
| 37ed82cad1 |
+9
-1
@@ -1785,7 +1785,7 @@
|
||||
"aiClientConfigDescriptionClaude": "Инструментът за кодиране на Anthropic за терминала.",
|
||||
"aiClientConfigDescriptionCodex": "Инструментът за кодиране на OpenAI за терминала.",
|
||||
"aiClientConfigDescriptionOpencode": "Отворен кодиращ агент за терминал.",
|
||||
"aiClientConfigDescriptionCursor": "AI редактор на код, базиран на VS Code.",
|
||||
"aiClientConfigDescriptionGemini": "Google's agentic coding tool for the terminal.",
|
||||
"aiClientConfigSetup": "Настройка",
|
||||
"aiClientConfigTabCli": "Автоматичен (CLI)",
|
||||
"aiClientConfigTabManual": "Ръчна конфигурация",
|
||||
@@ -1891,6 +1891,7 @@
|
||||
"aiProviderRoutingModeTargetDescription": "Маршрутиране чрез цели на вашите сайтове",
|
||||
"aiProviderRoutingModeTargetNote": "След създаването на този доставчик, конфигурирайте целите на сайта в раздела Настройки на мрежата.",
|
||||
"aiProviderTargetNoOne": "Този доставчик няма цели. Добавете цел за маршрутиране на заявки чрез вашите сайтове.",
|
||||
"aiProviderRemoteNodeTargetsWarning": "Sites connected to remote nodes are inaccessable to be routed to on AI Gateway providers.",
|
||||
"aiProviderSkipTlsVerification": "Пропуснете проверката на TLS",
|
||||
"aiProviderSkipTlsVerificationDescription": "Деактивирайте проверката на TLS сертификат за възходящото свързване",
|
||||
"aiProviderBudget": "Бюджет",
|
||||
@@ -1923,6 +1924,8 @@
|
||||
"aiCapabilityOpenaiResponsesDescription": "Поддържа /v1/responses",
|
||||
"aiCapabilityAnthropicMessages": "Anthropic Съобщения",
|
||||
"aiCapabilityAnthropicMessagesDescription": "Поддържа /v1/messages",
|
||||
"aiCapabilityV1Models": "Models List",
|
||||
"aiCapabilityV1ModelsDescription": "Supports /v1/models model discovery",
|
||||
"aiCapabilityGeminiGenerateContent": "Gemini Генериране на Съдържание",
|
||||
"aiCapabilityGeminiGenerateContentDescription": "Поддържа директния Gemini API",
|
||||
"aiCapabilityBedrockModelInvoke": "Бедрок Модел Активирай",
|
||||
@@ -3548,6 +3551,9 @@
|
||||
"sidebarLogsAction": "Дневници на действията",
|
||||
"logRetention": "Задържане на логове",
|
||||
"logRetentionDescription": "Управлявайте времето за задържане на различни видове логове за тази организация или ги деактивирайте",
|
||||
"logRetentionDisabledWarningTitle": "Log Retention Disabled",
|
||||
"logRetentionDisabledWarningDescription": "{logType} are not being retained for this organization, so new activity will not appear here. Enable retention in security settings to start collecting these logs.",
|
||||
"logRetentionDisabledWarningButton": "Go to Security Settings",
|
||||
"requestLogsDescription": "Прегледайте подробни логове на заявки за ресурси в тази организация",
|
||||
"aiSessionLogs": "Журнали на AI Портал Сесиите",
|
||||
"aiSessionLogsDescription": "Прегледайте подканянета и транскрипции на отговори за запитванията към AI портал в тази организация",
|
||||
@@ -4081,6 +4087,8 @@
|
||||
"httpDestConnectionLogsDescription": "Събития на свързване и прекъсване на сайта и тунела, включително свръзки и прекъсвания.",
|
||||
"httpDestRequestLogsTitle": "Логове за HTTP заявки",
|
||||
"httpDestRequestLogsDescription": "Регистри за HTTP заявките към проксирани ресурси, включително метод, път и код на отговор.",
|
||||
"httpDestAISessionLogsTitle": "AI Session Logs",
|
||||
"httpDestAISessionLogsDescription": "AI gateway request and response sessions, including prompts, model responses, and token usage.",
|
||||
"httpDestSaveChanges": "Запази промените",
|
||||
"httpDestCreateDestination": "Създаване на дестинация",
|
||||
"httpDestUpdatedSuccess": "Дестинацията беше актуализирана успешно",
|
||||
|
||||
+9
-1
@@ -1785,7 +1785,7 @@
|
||||
"aiClientConfigDescriptionClaude": "Antropický agentický kódovací nástroj pro terminál.",
|
||||
"aiClientConfigDescriptionCodex": "Agentický kódovací nástroj OpenAI pro terminál.",
|
||||
"aiClientConfigDescriptionOpencode": "Open source terminální kódovací agent.",
|
||||
"aiClientConfigDescriptionCursor": "AI editor kódu postavený na VS Code.",
|
||||
"aiClientConfigDescriptionGemini": "Google's agentic coding tool for the terminal.",
|
||||
"aiClientConfigSetup": "Nastavení",
|
||||
"aiClientConfigTabCli": "Automatické (CLI)",
|
||||
"aiClientConfigTabManual": "Ruční konfigurace",
|
||||
@@ -1891,6 +1891,7 @@
|
||||
"aiProviderRoutingModeTargetDescription": "Směrujte přes cíle na svých stránkách",
|
||||
"aiProviderRoutingModeTargetNote": "Po vytvoření tohoto poskytovatele, nakonfigurujte cíle stránek na záložce Nastavení sítě.",
|
||||
"aiProviderTargetNoOne": "Tento poskytovatel nemá žádné cíle. Přidejte cíl pro směrování požadavků přes vaše stránky.",
|
||||
"aiProviderRemoteNodeTargetsWarning": "Sites connected to remote nodes are inaccessable to be routed to on AI Gateway providers.",
|
||||
"aiProviderSkipTlsVerification": "Přeskočit ověření TLS",
|
||||
"aiProviderSkipTlsVerificationDescription": "Zakázat ověření certifikátu TLS pro upstream připojení",
|
||||
"aiProviderBudget": "Rozpočet",
|
||||
@@ -1923,6 +1924,8 @@
|
||||
"aiCapabilityOpenaiResponsesDescription": "Podporuje /v1/responses",
|
||||
"aiCapabilityAnthropicMessages": "Zprávy Anthropic",
|
||||
"aiCapabilityAnthropicMessagesDescription": "Podporuje /v1/messages",
|
||||
"aiCapabilityV1Models": "Models List",
|
||||
"aiCapabilityV1ModelsDescription": "Supports /v1/models model discovery",
|
||||
"aiCapabilityGeminiGenerateContent": "Generování obsahu Gemini",
|
||||
"aiCapabilityGeminiGenerateContentDescription": "Podporuje přímé API Gemini",
|
||||
"aiCapabilityBedrockModelInvoke": "Vyvolání modelu Bedrock",
|
||||
@@ -3548,6 +3551,9 @@
|
||||
"sidebarLogsAction": "Záznamy akcí",
|
||||
"logRetention": "Zaznamenávání záznamu",
|
||||
"logRetentionDescription": "Spravovat, jak dlouho jsou různé typy logů uloženy pro tuto organizaci nebo je zakázat",
|
||||
"logRetentionDisabledWarningTitle": "Log Retention Disabled",
|
||||
"logRetentionDisabledWarningDescription": "{logType} are not being retained for this organization, so new activity will not appear here. Enable retention in security settings to start collecting these logs.",
|
||||
"logRetentionDisabledWarningButton": "Go to Security Settings",
|
||||
"requestLogsDescription": "Zobrazit podrobné protokoly požadavků pro zdroje v této organizaci",
|
||||
"aiSessionLogs": "Protokoly AI Gateway Session",
|
||||
"aiSessionLogsDescription": "Zobrazit uložené výzvy a odpovědi na žádosti AI brány v této organizaci",
|
||||
@@ -4081,6 +4087,8 @@
|
||||
"httpDestConnectionLogsDescription": "Události týkající se připojení lokality a tunelu, včetně připojení a odpojení.",
|
||||
"httpDestRequestLogsTitle": "Záznamy HTTP požadavků",
|
||||
"httpDestRequestLogsDescription": "HTTP záznamy požadavků pro proxy zdroje, včetně metod, cesty a kódu odpovědi.",
|
||||
"httpDestAISessionLogsTitle": "AI Session Logs",
|
||||
"httpDestAISessionLogsDescription": "AI gateway request and response sessions, including prompts, model responses, and token usage.",
|
||||
"httpDestSaveChanges": "Uložit změny",
|
||||
"httpDestCreateDestination": "Vytvořit cíl",
|
||||
"httpDestUpdatedSuccess": "Cíl byl úspěšně aktualizován",
|
||||
|
||||
+9
-1
@@ -1785,7 +1785,7 @@
|
||||
"aiClientConfigDescriptionClaude": "Anthropics agentikodningsværktøj til terminalen.",
|
||||
"aiClientConfigDescriptionCodex": "OpenAIs agentikodningsværktøj til terminalen.",
|
||||
"aiClientConfigDescriptionOpencode": "Open source terminal kodningsagent.",
|
||||
"aiClientConfigDescriptionCursor": "AI-kodeeditor bygget på VS Code.",
|
||||
"aiClientConfigDescriptionGemini": "Google's agentic coding tool for the terminal.",
|
||||
"aiClientConfigSetup": "Opsætning",
|
||||
"aiClientConfigTabCli": "Automatisk (CLI)",
|
||||
"aiClientConfigTabManual": "Manuel Konfiguration",
|
||||
@@ -1891,6 +1891,7 @@
|
||||
"aiProviderRoutingModeTargetDescription": "Rute gennem mål på dine steder",
|
||||
"aiProviderRoutingModeTargetNote": "Efter oprettelse af denne udbyder, konfigurer mål på Netværksindstillinger fanen.",
|
||||
"aiProviderTargetNoOne": "Denne udbyder har ingen mål. Tilføj et mål for at rute forespørgsler gennem dine steder.",
|
||||
"aiProviderRemoteNodeTargetsWarning": "Sites connected to remote nodes are inaccessable to be routed to on AI Gateway providers.",
|
||||
"aiProviderSkipTlsVerification": "Spring TLS-verifikation over",
|
||||
"aiProviderSkipTlsVerificationDescription": "Deaktiver TLS-certifikat verifikation for opstrømsforbindelsen",
|
||||
"aiProviderBudget": "Budget",
|
||||
@@ -1923,6 +1924,8 @@
|
||||
"aiCapabilityOpenaiResponsesDescription": "Understøtter /v1/responses",
|
||||
"aiCapabilityAnthropicMessages": "Anthropic Beskeder",
|
||||
"aiCapabilityAnthropicMessagesDescription": "Understøtter /v1/messages",
|
||||
"aiCapabilityV1Models": "Models List",
|
||||
"aiCapabilityV1ModelsDescription": "Supports /v1/models model discovery",
|
||||
"aiCapabilityGeminiGenerateContent": "Gemini Generer Indhold",
|
||||
"aiCapabilityGeminiGenerateContentDescription": "Understøtter den direkte Gemini API",
|
||||
"aiCapabilityBedrockModelInvoke": "Bedrock Modeller Invoker",
|
||||
@@ -3548,6 +3551,9 @@
|
||||
"sidebarLogsAction": "Handlingsloger",
|
||||
"logRetention": "Logopbevaring",
|
||||
"logRetentionDescription": "Håndter hvor længe ulike typer logs beholdes for denne organisation, eller deaktivér dem",
|
||||
"logRetentionDisabledWarningTitle": "Log Retention Disabled",
|
||||
"logRetentionDisabledWarningDescription": "{logType} are not being retained for this organization, so new activity will not appear here. Enable retention in security settings to start collecting these logs.",
|
||||
"logRetentionDisabledWarningButton": "Go to Security Settings",
|
||||
"requestLogsDescription": "Se detaljerede forespørgselslogs for ressourcer i denne organisation",
|
||||
"aiSessionLogs": "AI Gateway Øktsprotokoller",
|
||||
"aiSessionLogsDescription": "Se prompt og svarudskrifter for AI gateway forespørgsler i denne organisation",
|
||||
@@ -4081,6 +4087,8 @@
|
||||
"httpDestConnectionLogsDescription": "Udstyrs- og tunnelforbindelseshændelser, inklusive forbindelser og frakobling.",
|
||||
"httpDestRequestLogsTitle": "HTTP-forespørgselslogs",
|
||||
"httpDestRequestLogsDescription": "HTTP-forespørgsel logs for bekræftede ressourcer, inklusive metode, sti og responskode.",
|
||||
"httpDestAISessionLogsTitle": "AI Session Logs",
|
||||
"httpDestAISessionLogsDescription": "AI gateway request and response sessions, including prompts, model responses, and token usage.",
|
||||
"httpDestSaveChanges": "Gem ændringer",
|
||||
"httpDestCreateDestination": "Opret mål",
|
||||
"httpDestUpdatedSuccess": "Målet er opdateret",
|
||||
|
||||
+9
-1
@@ -1785,7 +1785,7 @@
|
||||
"aiClientConfigDescriptionClaude": "Agentisches Codierwerkzeug von Anthropic für das Terminal.",
|
||||
"aiClientConfigDescriptionCodex": "Agentisches Codierwerkzeug von OpenAI für das Terminal.",
|
||||
"aiClientConfigDescriptionOpencode": "Open-Source-Coding-Agent für das Terminal.",
|
||||
"aiClientConfigDescriptionCursor": "KI-Code-Editor basierend auf VS Code.",
|
||||
"aiClientConfigDescriptionGemini": "Google's agentic coding tool for the terminal.",
|
||||
"aiClientConfigSetup": "Einrichtung",
|
||||
"aiClientConfigTabCli": "Automatisch (CLI)",
|
||||
"aiClientConfigTabManual": "Manuelle Konfiguration",
|
||||
@@ -1891,6 +1891,7 @@
|
||||
"aiProviderRoutingModeTargetDescription": "Über Ziele auf Ihren Sites routen",
|
||||
"aiProviderRoutingModeTargetNote": "Konfigurieren Sie nach der Erstellung dieses Anbieters Site-Ziele auf der Registerkarte 'Netzwerkeinstellungen'.",
|
||||
"aiProviderTargetNoOne": "Dieser Anbieter hat keine Ziele. Fügen Sie ein Ziel hinzu, um Anfragen über Ihre Sites zu leiten.",
|
||||
"aiProviderRemoteNodeTargetsWarning": "Sites connected to remote nodes are inaccessable to be routed to on AI Gateway providers.",
|
||||
"aiProviderSkipTlsVerification": "TLS-Überprüfung überspringen",
|
||||
"aiProviderSkipTlsVerificationDescription": "TLS-Zertifikatsüberprüfung für die Upstream-Verbindung deaktivieren",
|
||||
"aiProviderBudget": "Budget",
|
||||
@@ -1923,6 +1924,8 @@
|
||||
"aiCapabilityOpenaiResponsesDescription": "Unterstützt /v1/antworten",
|
||||
"aiCapabilityAnthropicMessages": "Anthropic Nachrichten",
|
||||
"aiCapabilityAnthropicMessagesDescription": "Unterstützt /v1/nachrichten",
|
||||
"aiCapabilityV1Models": "Models List",
|
||||
"aiCapabilityV1ModelsDescription": "Supports /v1/models model discovery",
|
||||
"aiCapabilityGeminiGenerateContent": "Gemini Inhalt erzeugen",
|
||||
"aiCapabilityGeminiGenerateContentDescription": "Unterstützt die direkte Gemini-API",
|
||||
"aiCapabilityBedrockModelInvoke": "Bedrock Modell Aufruf",
|
||||
@@ -3548,6 +3551,9 @@
|
||||
"sidebarLogsAction": "Aktionsprotokolle",
|
||||
"logRetention": "Log-Speicherung",
|
||||
"logRetentionDescription": "Verwalten, wie lange verschiedene Logs für diese Organisation gespeichert werden oder deaktivieren",
|
||||
"logRetentionDisabledWarningTitle": "Log Retention Disabled",
|
||||
"logRetentionDisabledWarningDescription": "{logType} are not being retained for this organization, so new activity will not appear here. Enable retention in security settings to start collecting these logs.",
|
||||
"logRetentionDisabledWarningButton": "Go to Security Settings",
|
||||
"requestLogsDescription": "Detaillierte Request-Logs für Ressourcen in dieser Organisation anzeigen",
|
||||
"aiSessionLogs": "AI-Gateway Sitzungsprotokolle",
|
||||
"aiSessionLogsDescription": "Zeigen Sie Aufforderungs- und Antwortprotokolle für Anfragen des KI-Gateways in dieser Organisation an",
|
||||
@@ -4081,6 +4087,8 @@
|
||||
"httpDestConnectionLogsDescription": "Site- und Tunnelverbindungen, einschließlich Verbindungen und Trennungen.",
|
||||
"httpDestRequestLogsTitle": "HTTP Anforderungsprotokolle",
|
||||
"httpDestRequestLogsDescription": "HTTP-Request-Protokolle für proxiierte Ressourcen, einschließlich Methode, Pfad und Antwort-Code.",
|
||||
"httpDestAISessionLogsTitle": "AI Session Logs",
|
||||
"httpDestAISessionLogsDescription": "AI gateway request and response sessions, including prompts, model responses, and token usage.",
|
||||
"httpDestSaveChanges": "Änderungen speichern",
|
||||
"httpDestCreateDestination": "Ziel erstellen",
|
||||
"httpDestUpdatedSuccess": "Ziel erfolgreich aktualisiert",
|
||||
|
||||
+9
-1
@@ -1785,7 +1785,7 @@
|
||||
"aiClientConfigDescriptionClaude": "Herramienta de codificación agentic de Anthropic para el terminal.",
|
||||
"aiClientConfigDescriptionCodex": "Herramienta de codificación agentic de OpenAI para el terminal.",
|
||||
"aiClientConfigDescriptionOpencode": "Agente de codificación de terminal de código abierto.",
|
||||
"aiClientConfigDescriptionCursor": "Editor de código AI construido sobre VS Code.",
|
||||
"aiClientConfigDescriptionGemini": "Google's agentic coding tool for the terminal.",
|
||||
"aiClientConfigSetup": "Configuración",
|
||||
"aiClientConfigTabCli": "Automático (CLI)",
|
||||
"aiClientConfigTabManual": "Configuración manual",
|
||||
@@ -1891,6 +1891,7 @@
|
||||
"aiProviderRoutingModeTargetDescription": "Ruta a través de objetivos en sus sitios",
|
||||
"aiProviderRoutingModeTargetNote": "Después de crear este proveedor, configure objetivos de sitio en la pestaña de Configuración de Red.",
|
||||
"aiProviderTargetNoOne": "Este proveedor no tiene objetivos. Agregue un objetivo para enrutar solicitudes a través de sus sitios.",
|
||||
"aiProviderRemoteNodeTargetsWarning": "Sites connected to remote nodes are inaccessable to be routed to on AI Gateway providers.",
|
||||
"aiProviderSkipTlsVerification": "Omitir verificación de TLS",
|
||||
"aiProviderSkipTlsVerificationDescription": "Deshabilitar la verificación del certificado TLS para la conexión de upstream",
|
||||
"aiProviderBudget": "Presupuesto",
|
||||
@@ -1923,6 +1924,8 @@
|
||||
"aiCapabilityOpenaiResponsesDescription": "Admite /v1/responses",
|
||||
"aiCapabilityAnthropicMessages": "Mensajes Antropicos",
|
||||
"aiCapabilityAnthropicMessagesDescription": "Admite /v1/messages",
|
||||
"aiCapabilityV1Models": "Models List",
|
||||
"aiCapabilityV1ModelsDescription": "Supports /v1/models model discovery",
|
||||
"aiCapabilityGeminiGenerateContent": "Generar contenido Gemini",
|
||||
"aiCapabilityGeminiGenerateContentDescription": "Admite la API directa de Gemini",
|
||||
"aiCapabilityBedrockModelInvoke": "Invocar modelo de Bedrock",
|
||||
@@ -3548,6 +3551,9 @@
|
||||
"sidebarLogsAction": "Registros de acción",
|
||||
"logRetention": "Retención de Log",
|
||||
"logRetentionDescription": "Administrar cuánto tiempo se conservan los diferentes tipos de registros para esta organización o desactivarlos",
|
||||
"logRetentionDisabledWarningTitle": "Log Retention Disabled",
|
||||
"logRetentionDisabledWarningDescription": "{logType} are not being retained for this organization, so new activity will not appear here. Enable retention in security settings to start collecting these logs.",
|
||||
"logRetentionDisabledWarningButton": "Go to Security Settings",
|
||||
"requestLogsDescription": "Ver registros de solicitudes detallados para los recursos de esta organización",
|
||||
"aiSessionLogs": "Registros de Sesiones del Portal de IA",
|
||||
"aiSessionLogsDescription": "Ver transcripciones de solicitud y respuesta para solicitudes del portal de IA en esta organización",
|
||||
@@ -4081,6 +4087,8 @@
|
||||
"httpDestConnectionLogsDescription": "Eventos de conexión de sitios y túneles, incluyendo conexiones y desconexiones.",
|
||||
"httpDestRequestLogsTitle": "Registros de Solicitud HTTP",
|
||||
"httpDestRequestLogsDescription": "Registros de peticiones HTTP para recursos proxyficados, incluyendo método, ruta y código de respuesta.",
|
||||
"httpDestAISessionLogsTitle": "AI Session Logs",
|
||||
"httpDestAISessionLogsDescription": "AI gateway request and response sessions, including prompts, model responses, and token usage.",
|
||||
"httpDestSaveChanges": "Guardar Cambios",
|
||||
"httpDestCreateDestination": "Crear destino",
|
||||
"httpDestUpdatedSuccess": "Destino actualizado correctamente",
|
||||
|
||||
+9
-1
@@ -1785,7 +1785,7 @@
|
||||
"aiClientConfigDescriptionClaude": "Outil de codage agentique d'Anthropic pour le terminal.",
|
||||
"aiClientConfigDescriptionCodex": "Outil de codage agentique d'OpenAI pour le terminal.",
|
||||
"aiClientConfigDescriptionOpencode": "Agent de codage terminal open source.",
|
||||
"aiClientConfigDescriptionCursor": "Éditeur de code IA basé sur VS Code.",
|
||||
"aiClientConfigDescriptionGemini": "Google's agentic coding tool for the terminal.",
|
||||
"aiClientConfigSetup": "Configuration",
|
||||
"aiClientConfigTabCli": "Automatique (CLI)",
|
||||
"aiClientConfigTabManual": "Configuration manuelle",
|
||||
@@ -1891,6 +1891,7 @@
|
||||
"aiProviderRoutingModeTargetDescription": "Route à travers les cibles sur vos sites",
|
||||
"aiProviderRoutingModeTargetNote": "Après avoir créé ce fournisseur, configurez les cibles du site dans l'onglet Paramètres du réseau.",
|
||||
"aiProviderTargetNoOne": "Ce fournisseur n'a aucune cible. Ajoutez une cible pour acheminer les requêtes via vos sites.",
|
||||
"aiProviderRemoteNodeTargetsWarning": "Sites connected to remote nodes are inaccessable to be routed to on AI Gateway providers.",
|
||||
"aiProviderSkipTlsVerification": "Ignorer la vérification TLS",
|
||||
"aiProviderSkipTlsVerificationDescription": "Désactiver la vérification du certificat TLS pour la connexion amont",
|
||||
"aiProviderBudget": "Budget",
|
||||
@@ -1923,6 +1924,8 @@
|
||||
"aiCapabilityOpenaiResponsesDescription": "Prend en charge /v1/responses",
|
||||
"aiCapabilityAnthropicMessages": "Messages Anthropiques",
|
||||
"aiCapabilityAnthropicMessagesDescription": "Prend en charge /v1/messages",
|
||||
"aiCapabilityV1Models": "Models List",
|
||||
"aiCapabilityV1ModelsDescription": "Supports /v1/models model discovery",
|
||||
"aiCapabilityGeminiGenerateContent": "Générer du Contenu Gemini",
|
||||
"aiCapabilityGeminiGenerateContentDescription": "Prend en charge l'API directe de Gemini",
|
||||
"aiCapabilityBedrockModelInvoke": "Invocation du Modèle Bedrock",
|
||||
@@ -3548,6 +3551,9 @@
|
||||
"sidebarLogsAction": "Journaux des actions",
|
||||
"logRetention": "Journaliser la rétention",
|
||||
"logRetentionDescription": "Gérer la durée de conservation des différents types de logs pour cette organisation ou les désactiver",
|
||||
"logRetentionDisabledWarningTitle": "Log Retention Disabled",
|
||||
"logRetentionDisabledWarningDescription": "{logType} are not being retained for this organization, so new activity will not appear here. Enable retention in security settings to start collecting these logs.",
|
||||
"logRetentionDisabledWarningButton": "Go to Security Settings",
|
||||
"requestLogsDescription": "Voir les journaux détaillés des requêtes pour les ressources de cette organisation",
|
||||
"aiSessionLogs": "Journaux de Session du Portail AI",
|
||||
"aiSessionLogsDescription": "Voir les transcriptions de l'invite et de la réponse pour les requêtes de portail AI dans cette organisation",
|
||||
@@ -4081,6 +4087,8 @@
|
||||
"httpDestConnectionLogsDescription": "Événements de connexion du site et du tunnel, y compris les connexions et les déconnexions.",
|
||||
"httpDestRequestLogsTitle": "Journal des Requêtes HTTP",
|
||||
"httpDestRequestLogsDescription": "Journaux des requêtes HTTP pour les ressources proxiées, y compris la méthode, le chemin et le code de réponse.",
|
||||
"httpDestAISessionLogsTitle": "AI Session Logs",
|
||||
"httpDestAISessionLogsDescription": "AI gateway request and response sessions, including prompts, model responses, and token usage.",
|
||||
"httpDestSaveChanges": "Enregistrer les modifications",
|
||||
"httpDestCreateDestination": "Créer une destination",
|
||||
"httpDestUpdatedSuccess": "Destination mise à jour avec succès",
|
||||
|
||||
+9
-1
@@ -1785,7 +1785,7 @@
|
||||
"aiClientConfigDescriptionClaude": "Strumento di coding agente di Anthropic per il terminale.",
|
||||
"aiClientConfigDescriptionCodex": "Strumento di coding agente di OpenAI per il terminale.",
|
||||
"aiClientConfigDescriptionOpencode": "Agente di coding open source per il terminale.",
|
||||
"aiClientConfigDescriptionCursor": "Editor di codice AI basato su VS Code.",
|
||||
"aiClientConfigDescriptionGemini": "Google's agentic coding tool for the terminal.",
|
||||
"aiClientConfigSetup": "Impostazione",
|
||||
"aiClientConfigTabCli": "Automatico (CLI)",
|
||||
"aiClientConfigTabManual": "Configurazione Manuale",
|
||||
@@ -1891,6 +1891,7 @@
|
||||
"aiProviderRoutingModeTargetDescription": "Instrada tramite target sui tuoi siti",
|
||||
"aiProviderRoutingModeTargetNote": "Dopo aver creato questo provider, configura i target del sito nella scheda Impostazioni di Rete.",
|
||||
"aiProviderTargetNoOne": "Questo provider non ha alcun target. Aggiungi un target per instradare le richieste attraverso i tuoi siti.",
|
||||
"aiProviderRemoteNodeTargetsWarning": "Sites connected to remote nodes are inaccessable to be routed to on AI Gateway providers.",
|
||||
"aiProviderSkipTlsVerification": "Salta la verifica TLS",
|
||||
"aiProviderSkipTlsVerificationDescription": "Disabilita la verifica del certificato TLS per la connessione a monte",
|
||||
"aiProviderBudget": "Budget",
|
||||
@@ -1923,6 +1924,8 @@
|
||||
"aiCapabilityOpenaiResponsesDescription": "Supporta /v1/responses",
|
||||
"aiCapabilityAnthropicMessages": "Messaggi Anthropic",
|
||||
"aiCapabilityAnthropicMessagesDescription": "Supporta /v1/messages",
|
||||
"aiCapabilityV1Models": "Models List",
|
||||
"aiCapabilityV1ModelsDescription": "Supports /v1/models model discovery",
|
||||
"aiCapabilityGeminiGenerateContent": "Generazione di Contenuti Gemini",
|
||||
"aiCapabilityGeminiGenerateContentDescription": "Supporta l'API diretta di Gemini",
|
||||
"aiCapabilityBedrockModelInvoke": "Invoca Modello Bedrock",
|
||||
@@ -3548,6 +3551,9 @@
|
||||
"sidebarLogsAction": "Log Azioni",
|
||||
"logRetention": "Ritenzione Registro",
|
||||
"logRetentionDescription": "Gestisci per quanto tempo i diversi tipi di log sono mantenuti per questa organizzazione o disabilitali",
|
||||
"logRetentionDisabledWarningTitle": "Log Retention Disabled",
|
||||
"logRetentionDisabledWarningDescription": "{logType} are not being retained for this organization, so new activity will not appear here. Enable retention in security settings to start collecting these logs.",
|
||||
"logRetentionDisabledWarningButton": "Go to Security Settings",
|
||||
"requestLogsDescription": "Visualizza i registri di richiesta dettagliati per le risorse in questa organizzazione",
|
||||
"aiSessionLogs": "Log delle Sessioni AI Gateway",
|
||||
"aiSessionLogsDescription": "Visualizza trascrizioni di prompt e risposte per le richieste del gateway AI in questa organizzazione",
|
||||
@@ -4081,6 +4087,8 @@
|
||||
"httpDestConnectionLogsDescription": "Eventi di connessione al sito e al tunnel, inclusi collegamenti e disconnessioni.",
|
||||
"httpDestRequestLogsTitle": "Log Richieste HTTP",
|
||||
"httpDestRequestLogsDescription": "Registri di richiesta HTTP per le risorse proxy, inclusi metodo, percorso e codice di risposta.",
|
||||
"httpDestAISessionLogsTitle": "AI Session Logs",
|
||||
"httpDestAISessionLogsDescription": "AI gateway request and response sessions, including prompts, model responses, and token usage.",
|
||||
"httpDestSaveChanges": "Salva Modifiche",
|
||||
"httpDestCreateDestination": "Crea Destinazione",
|
||||
"httpDestUpdatedSuccess": "Destinazione aggiornata con successo",
|
||||
|
||||
+9
-1
@@ -1785,7 +1785,7 @@
|
||||
"aiClientConfigDescriptionClaude": "Anthropic의 터미널 에이전트 코딩 도구입니다.",
|
||||
"aiClientConfigDescriptionCodex": "OpenAI의 터미널 에이전트 코딩 도구입니다.",
|
||||
"aiClientConfigDescriptionOpencode": "오픈 소스 터미널 코딩 에이전트.",
|
||||
"aiClientConfigDescriptionCursor": "VS Code를 기반으로 한 AI 코드 편집기.",
|
||||
"aiClientConfigDescriptionGemini": "Google's agentic coding tool for the terminal.",
|
||||
"aiClientConfigSetup": "설정",
|
||||
"aiClientConfigTabCli": "자동 (CLI)",
|
||||
"aiClientConfigTabManual": "수동 구성",
|
||||
@@ -1891,6 +1891,7 @@
|
||||
"aiProviderRoutingModeTargetDescription": "사이트의 타겟을 통해 라우트",
|
||||
"aiProviderRoutingModeTargetNote": "이 공급자를 생성한 후 네트워크 설정 탭에 사이트 타겟을 구성합니다.",
|
||||
"aiProviderTargetNoOne": "이 공급자에게 타겟이 없습니다. 사이트를 통해 요청을 라우트하기 위한 타겟을 추가하십시오.",
|
||||
"aiProviderRemoteNodeTargetsWarning": "Sites connected to remote nodes are inaccessable to be routed to on AI Gateway providers.",
|
||||
"aiProviderSkipTlsVerification": "TLS 검증 건너뛰기",
|
||||
"aiProviderSkipTlsVerificationDescription": "상류 연결에 대한 TLS 인증서 검증 비활성화",
|
||||
"aiProviderBudget": "예산",
|
||||
@@ -1923,6 +1924,8 @@
|
||||
"aiCapabilityOpenaiResponsesDescription": "/v1/responses 지원",
|
||||
"aiCapabilityAnthropicMessages": "Anthropic 메시지",
|
||||
"aiCapabilityAnthropicMessagesDescription": "/v1/messages 지원",
|
||||
"aiCapabilityV1Models": "Models List",
|
||||
"aiCapabilityV1ModelsDescription": "Supports /v1/models model discovery",
|
||||
"aiCapabilityGeminiGenerateContent": "Gemini 콘텐츠 생성",
|
||||
"aiCapabilityGeminiGenerateContentDescription": "직접 Gemini API 지원",
|
||||
"aiCapabilityBedrockModelInvoke": "Bedrock 모델 실행",
|
||||
@@ -3548,6 +3551,9 @@
|
||||
"sidebarLogsAction": "작업 로그",
|
||||
"logRetention": "로그 보관",
|
||||
"logRetentionDescription": "다양한 유형의 로그를 이 조직에 대해 얼마나 오래 보관할지 관리하거나 비활성화합니다",
|
||||
"logRetentionDisabledWarningTitle": "Log Retention Disabled",
|
||||
"logRetentionDisabledWarningDescription": "{logType} are not being retained for this organization, so new activity will not appear here. Enable retention in security settings to start collecting these logs.",
|
||||
"logRetentionDisabledWarningButton": "Go to Security Settings",
|
||||
"requestLogsDescription": "이 조직의 자원에 대한 상세한 요청 로그를 봅니다",
|
||||
"aiSessionLogs": "AI 게이트웨이 세션 로그",
|
||||
"aiSessionLogsDescription": "이 조직의 AI 게이트웨이 요청에 대한 프롬프트 및 응답 대본을 봅니다",
|
||||
@@ -4081,6 +4087,8 @@
|
||||
"httpDestConnectionLogsDescription": "사이트 및 터널 연결 이벤트, 연결 및 연결 끊기를 포함합니다.",
|
||||
"httpDestRequestLogsTitle": "HTTP 요청 로그",
|
||||
"httpDestRequestLogsDescription": "프록시된 리소스에 대한 HTTP 요청 로그, 메서드, 경로 및 응답 코드를 포함합니다.",
|
||||
"httpDestAISessionLogsTitle": "AI Session Logs",
|
||||
"httpDestAISessionLogsDescription": "AI gateway request and response sessions, including prompts, model responses, and token usage.",
|
||||
"httpDestSaveChanges": "변경 사항 저장",
|
||||
"httpDestCreateDestination": "대상지 생성",
|
||||
"httpDestUpdatedSuccess": "대상지가 성공적으로 업데이트되었습니다",
|
||||
|
||||
+9
-1
@@ -1785,7 +1785,7 @@
|
||||
"aiClientConfigDescriptionClaude": "Anthropics agentiske kodingsverktøy for terminalen.",
|
||||
"aiClientConfigDescriptionCodex": "OpenAIs agentiske kodingsverktøy for terminalen.",
|
||||
"aiClientConfigDescriptionOpencode": "Åpen kildekode terminal kodeagent.",
|
||||
"aiClientConfigDescriptionCursor": "AI-kodeeditor bygget på VS Code.",
|
||||
"aiClientConfigDescriptionGemini": "Google's agentic coding tool for the terminal.",
|
||||
"aiClientConfigSetup": "Oppsett",
|
||||
"aiClientConfigTabCli": "Automatisk (CLI)",
|
||||
"aiClientConfigTabManual": "Manuell konfigurasjon",
|
||||
@@ -1891,6 +1891,7 @@
|
||||
"aiProviderRoutingModeTargetDescription": "Rute gjennom mål på dine nettsteder",
|
||||
"aiProviderRoutingModeTargetNote": "Etter å ha opprettet denne leverandøren, konfigurer områdemål på fanen Nettverksinnstillinger.",
|
||||
"aiProviderTargetNoOne": "Denne leverandøren har ingen mål. Legg til et mål for å rute forespørsler gjennom dine nettsteder.",
|
||||
"aiProviderRemoteNodeTargetsWarning": "Sites connected to remote nodes are inaccessable to be routed to on AI Gateway providers.",
|
||||
"aiProviderSkipTlsVerification": "Hopp over TLS-verifisering",
|
||||
"aiProviderSkipTlsVerificationDescription": "Deaktiver TLS-sertifikatverifisering for oppstrøms tilkobling",
|
||||
"aiProviderBudget": "Budsjett",
|
||||
@@ -1923,6 +1924,8 @@
|
||||
"aiCapabilityOpenaiResponsesDescription": "Støtter /v1/responser",
|
||||
"aiCapabilityAnthropicMessages": "Anthropic Meldinger",
|
||||
"aiCapabilityAnthropicMessagesDescription": "Støtter /v1/meldinger",
|
||||
"aiCapabilityV1Models": "Models List",
|
||||
"aiCapabilityV1ModelsDescription": "Supports /v1/models model discovery",
|
||||
"aiCapabilityGeminiGenerateContent": "Gemini Generer Innhold",
|
||||
"aiCapabilityGeminiGenerateContentDescription": "Støtter direkte Gemini API",
|
||||
"aiCapabilityBedrockModelInvoke": "Bedrock Modell Påkalling",
|
||||
@@ -3548,6 +3551,9 @@
|
||||
"sidebarLogsAction": "Handlingslogger",
|
||||
"logRetention": "Logg tilbaketrekning",
|
||||
"logRetentionDescription": "Håndter hvor lenge ulike typer logger beholdes for denne organisasjonen, eller deaktiver dem",
|
||||
"logRetentionDisabledWarningTitle": "Log Retention Disabled",
|
||||
"logRetentionDisabledWarningDescription": "{logType} are not being retained for this organization, so new activity will not appear here. Enable retention in security settings to start collecting these logs.",
|
||||
"logRetentionDisabledWarningButton": "Go to Security Settings",
|
||||
"requestLogsDescription": "Se detaljerte forespørselslogger for ressurser i denne organisasjonen",
|
||||
"aiSessionLogs": "AI Portal Sesjonslogger",
|
||||
"aiSessionLogsDescription": "Vis stikkord- og responsutskrifter for AI-portal forespørsler i denne organisasjonen",
|
||||
@@ -4081,6 +4087,8 @@
|
||||
"httpDestConnectionLogsDescription": "Utstyrs- og tunneltilkoblingshendelser, inkludert forbindelser og frakobling.",
|
||||
"httpDestRequestLogsTitle": "HTTP-forespørselslogger",
|
||||
"httpDestRequestLogsDescription": "HTTP-forespørsel logger for bekreftede ressurser, inkludert metode, bane og responskode.",
|
||||
"httpDestAISessionLogsTitle": "AI Session Logs",
|
||||
"httpDestAISessionLogsDescription": "AI gateway request and response sessions, including prompts, model responses, and token usage.",
|
||||
"httpDestSaveChanges": "Lagre endringer",
|
||||
"httpDestCreateDestination": "Opprett mål",
|
||||
"httpDestUpdatedSuccess": "Målet er oppdatert",
|
||||
|
||||
+9
-1
@@ -1785,7 +1785,7 @@
|
||||
"aiClientConfigDescriptionClaude": "Anthropic's agentische coderingstool voor de terminal.",
|
||||
"aiClientConfigDescriptionCodex": "OpenAI's agentische coderingstool voor de terminal.",
|
||||
"aiClientConfigDescriptionOpencode": "Open source terminal coderingsagent.",
|
||||
"aiClientConfigDescriptionCursor": "AI-code-editor gebouwd op VS Code.",
|
||||
"aiClientConfigDescriptionGemini": "Google's agentic coding tool for the terminal.",
|
||||
"aiClientConfigSetup": "Instellen",
|
||||
"aiClientConfigTabCli": "Automatisch (CLI)",
|
||||
"aiClientConfigTabManual": "Handmatige configuratie",
|
||||
@@ -1891,6 +1891,7 @@
|
||||
"aiProviderRoutingModeTargetDescription": "Routeer door doelen op uw sites",
|
||||
"aiProviderRoutingModeTargetNote": "Nadat u deze provider hebt aangemaakt, configureert u site-doelen op het tabblad Netwerkinstellingen.",
|
||||
"aiProviderTargetNoOne": "Deze provider heeft geen doelen. Voeg een doel toe om verzoeken via uw sites te routeren.",
|
||||
"aiProviderRemoteNodeTargetsWarning": "Sites connected to remote nodes are inaccessable to be routed to on AI Gateway providers.",
|
||||
"aiProviderSkipTlsVerification": "Sla TLS-verificatie over",
|
||||
"aiProviderSkipTlsVerificationDescription": "Schakel TLS-certificaatverificatie voor de upstream-verbinding uit",
|
||||
"aiProviderBudget": "Budget",
|
||||
@@ -1923,6 +1924,8 @@
|
||||
"aiCapabilityOpenaiResponsesDescription": "Ondersteunt /v1/responses",
|
||||
"aiCapabilityAnthropicMessages": "Anthropic Berichten",
|
||||
"aiCapabilityAnthropicMessagesDescription": "Ondersteunt /v1/messages",
|
||||
"aiCapabilityV1Models": "Models List",
|
||||
"aiCapabilityV1ModelsDescription": "Supports /v1/models model discovery",
|
||||
"aiCapabilityGeminiGenerateContent": "Gemini Inhoud Genereren",
|
||||
"aiCapabilityGeminiGenerateContentDescription": "Ondersteunt de directe Gemini API",
|
||||
"aiCapabilityBedrockModelInvoke": "Bedrock Model Aanroep",
|
||||
@@ -3548,6 +3551,9 @@
|
||||
"sidebarLogsAction": "Actie logs",
|
||||
"logRetention": "Log bewaring",
|
||||
"logRetentionDescription": "Beheren hoe lang verschillende soorten logs bewaard worden voor deze organisatie of schakel ze uit",
|
||||
"logRetentionDisabledWarningTitle": "Log Retention Disabled",
|
||||
"logRetentionDisabledWarningDescription": "{logType} are not being retained for this organization, so new activity will not appear here. Enable retention in security settings to start collecting these logs.",
|
||||
"logRetentionDisabledWarningButton": "Go to Security Settings",
|
||||
"requestLogsDescription": "Bekijk gedetailleerde verzoeklogboeken voor resources in deze organisatie",
|
||||
"aiSessionLogs": "AI Gateway Sessie Logs",
|
||||
"aiSessionLogsDescription": "Bekijk prompt- en reactie-transcripten voor AI-gateway-aanvragen in deze organisatie",
|
||||
@@ -4081,6 +4087,8 @@
|
||||
"httpDestConnectionLogsDescription": "Verbinding met de Site en tunnel maken verbroken, inclusief verbindingen en verbindingen.",
|
||||
"httpDestRequestLogsTitle": "HTTP-aanvraaglogboeken",
|
||||
"httpDestRequestLogsDescription": "HTTP request logs voor proxied hulpmiddelen, waaronder methode, pad en response code.",
|
||||
"httpDestAISessionLogsTitle": "AI Session Logs",
|
||||
"httpDestAISessionLogsDescription": "AI gateway request and response sessions, including prompts, model responses, and token usage.",
|
||||
"httpDestSaveChanges": "Wijzigingen opslaan",
|
||||
"httpDestCreateDestination": "Maak bestemming aan",
|
||||
"httpDestUpdatedSuccess": "Bestemming succesvol bijgewerkt",
|
||||
|
||||
+9
-1
@@ -1785,7 +1785,7 @@
|
||||
"aiClientConfigDescriptionClaude": "Agent narzędzia kodującego Anthropic dla terminala.",
|
||||
"aiClientConfigDescriptionCodex": "Agent narzędzia kodującego OpenAI dla terminala.",
|
||||
"aiClientConfigDescriptionOpencode": "Agent open source do kodowania w terminalu.",
|
||||
"aiClientConfigDescriptionCursor": "Edytor kodu AI oparty na VS Code.",
|
||||
"aiClientConfigDescriptionGemini": "Google's agentic coding tool for the terminal.",
|
||||
"aiClientConfigSetup": "Ustawienie",
|
||||
"aiClientConfigTabCli": "Automatyczne (CLI)",
|
||||
"aiClientConfigTabManual": "Konfiguracja ręczna",
|
||||
@@ -1891,6 +1891,7 @@
|
||||
"aiProviderRoutingModeTargetDescription": "Trasa przez cele na Twoich witrynach",
|
||||
"aiProviderRoutingModeTargetNote": "Po utworzeniu tego dostawcy, skonfiguruj cele witryny na karcie Ustawienia sieci.",
|
||||
"aiProviderTargetNoOne": "Ten dostawca nie ma żadnych celów. Dodaj cel, aby trasować zapytania przez swoje witryny.",
|
||||
"aiProviderRemoteNodeTargetsWarning": "Sites connected to remote nodes are inaccessable to be routed to on AI Gateway providers.",
|
||||
"aiProviderSkipTlsVerification": "Pomiń weryfikację TLS",
|
||||
"aiProviderSkipTlsVerificationDescription": "Wyłącz weryfikację certyfikatu TLS dla połączenia w górę",
|
||||
"aiProviderBudget": "Budżet",
|
||||
@@ -1923,6 +1924,8 @@
|
||||
"aiCapabilityOpenaiResponsesDescription": "Obsługuje /v1/responses",
|
||||
"aiCapabilityAnthropicMessages": "Anthropic Wiadomości",
|
||||
"aiCapabilityAnthropicMessagesDescription": "Obsługuje /v1/messages",
|
||||
"aiCapabilityV1Models": "Models List",
|
||||
"aiCapabilityV1ModelsDescription": "Supports /v1/models model discovery",
|
||||
"aiCapabilityGeminiGenerateContent": "Gemini Generowanie Treści",
|
||||
"aiCapabilityGeminiGenerateContentDescription": "Obsługuje bezpośredni Gemini API",
|
||||
"aiCapabilityBedrockModelInvoke": "Model Bedrock Wywołanie",
|
||||
@@ -3548,6 +3551,9 @@
|
||||
"sidebarLogsAction": "Dzienniki działań",
|
||||
"logRetention": "Zachowanie dziennika",
|
||||
"logRetentionDescription": "Zarządzaj jak długo różne typy logów są zachowane dla tej organizacji lub wyłącz je",
|
||||
"logRetentionDisabledWarningTitle": "Log Retention Disabled",
|
||||
"logRetentionDisabledWarningDescription": "{logType} are not being retained for this organization, so new activity will not appear here. Enable retention in security settings to start collecting these logs.",
|
||||
"logRetentionDisabledWarningButton": "Go to Security Settings",
|
||||
"requestLogsDescription": "Zobacz szczegółowe dzienniki żądań zasobów w tej organizacji",
|
||||
"aiSessionLogs": "Dzienniki Sesji Bramy AI",
|
||||
"aiSessionLogsDescription": "Zobacz transkrypcje podpowiedzi i odpowiedzi dla żądań bramy AI w tej organizacji",
|
||||
@@ -4081,6 +4087,8 @@
|
||||
"httpDestConnectionLogsDescription": "Zdarzenia związane z miejscem i tunelem, w tym połączenia i rozłączenia.",
|
||||
"httpDestRequestLogsTitle": "Dzienniki żądań HTTP",
|
||||
"httpDestRequestLogsDescription": "Logi żądań HTTP dla zasobów proxy, w tym metody, ścieżki i kodu odpowiedzi.",
|
||||
"httpDestAISessionLogsTitle": "AI Session Logs",
|
||||
"httpDestAISessionLogsDescription": "AI gateway request and response sessions, including prompts, model responses, and token usage.",
|
||||
"httpDestSaveChanges": "Zapisz zmiany",
|
||||
"httpDestCreateDestination": "Utwórz cel",
|
||||
"httpDestUpdatedSuccess": "Cel został pomyślnie zaktualizowany",
|
||||
|
||||
+9
-1
@@ -1785,7 +1785,7 @@
|
||||
"aiClientConfigDescriptionClaude": "Ferramenta de codificação agentic de Anthropic para o terminal.",
|
||||
"aiClientConfigDescriptionCodex": "Ferramenta de codificação agentic da OpenAI para o terminal.",
|
||||
"aiClientConfigDescriptionOpencode": "Agente de codificação de terminal de código aberto.",
|
||||
"aiClientConfigDescriptionCursor": "Editor de código de IA baseado no VS Code.",
|
||||
"aiClientConfigDescriptionGemini": "Google's agentic coding tool for the terminal.",
|
||||
"aiClientConfigSetup": "Configuração",
|
||||
"aiClientConfigTabCli": "Automático (CLI)",
|
||||
"aiClientConfigTabManual": "Configuração Manual",
|
||||
@@ -1891,6 +1891,7 @@
|
||||
"aiProviderRoutingModeTargetDescription": "Roteie através de alvos em seus sites",
|
||||
"aiProviderRoutingModeTargetNote": "Após criar este provedor, configure alvos do site na aba Configurações de Rede.",
|
||||
"aiProviderTargetNoOne": "Este provedor não tem alvos. Adicione um alvo para rotear pedidos pelos seus sites.",
|
||||
"aiProviderRemoteNodeTargetsWarning": "Sites connected to remote nodes are inaccessable to be routed to on AI Gateway providers.",
|
||||
"aiProviderSkipTlsVerification": "Pular Verificação TLS",
|
||||
"aiProviderSkipTlsVerificationDescription": "Desativar a verificação de certificado TLS para a conexão upstream",
|
||||
"aiProviderBudget": "Orçamento",
|
||||
@@ -1923,6 +1924,8 @@
|
||||
"aiCapabilityOpenaiResponsesDescription": "Suporta /v1/responses",
|
||||
"aiCapabilityAnthropicMessages": "Mensagens Antropicas",
|
||||
"aiCapabilityAnthropicMessagesDescription": "Suporta /v1/messages",
|
||||
"aiCapabilityV1Models": "Models List",
|
||||
"aiCapabilityV1ModelsDescription": "Supports /v1/models model discovery",
|
||||
"aiCapabilityGeminiGenerateContent": "Gêmeos Gerar Conteúdo",
|
||||
"aiCapabilityGeminiGenerateContentDescription": "Suporta a API diretta do Gêmeos",
|
||||
"aiCapabilityBedrockModelInvoke": "Modelo Bedrock Invocar",
|
||||
@@ -3548,6 +3551,9 @@
|
||||
"sidebarLogsAction": "Logs de Ações",
|
||||
"logRetention": "Retenção de Log",
|
||||
"logRetentionDescription": "Gerenciar quanto tempo os diferentes tipos de logs são mantidos para esta organização ou desativá-los",
|
||||
"logRetentionDisabledWarningTitle": "Log Retention Disabled",
|
||||
"logRetentionDisabledWarningDescription": "{logType} are not being retained for this organization, so new activity will not appear here. Enable retention in security settings to start collecting these logs.",
|
||||
"logRetentionDisabledWarningButton": "Go to Security Settings",
|
||||
"requestLogsDescription": "Ver registros de pedidos detalhados de recursos nesta organização",
|
||||
"aiSessionLogs": "Registros de Sessão do Gateway de IA",
|
||||
"aiSessionLogsDescription": "Veja as transcrições de prompt e resposta para solicitações de gateway de IA nesta organização",
|
||||
@@ -4081,6 +4087,8 @@
|
||||
"httpDestConnectionLogsDescription": "Eventos de conexão de site e túnel, incluindo conexões e desconexões.",
|
||||
"httpDestRequestLogsTitle": "Registros de Pedidos HTTP",
|
||||
"httpDestRequestLogsDescription": "Logs de solicitação HTTP para recursos proxy incluindo o método, o caminho e o código de resposta.",
|
||||
"httpDestAISessionLogsTitle": "AI Session Logs",
|
||||
"httpDestAISessionLogsDescription": "AI gateway request and response sessions, including prompts, model responses, and token usage.",
|
||||
"httpDestSaveChanges": "Salvar as alterações",
|
||||
"httpDestCreateDestination": "Criar destino",
|
||||
"httpDestUpdatedSuccess": "Destino atualizado com sucesso",
|
||||
|
||||
+9
-1
@@ -1785,7 +1785,7 @@
|
||||
"aiClientConfigDescriptionClaude": "Агентивное кодирующее средство Anthropic для терминала.",
|
||||
"aiClientConfigDescriptionCodex": "Агентивное кодирующее средство OpenAI для терминала.",
|
||||
"aiClientConfigDescriptionOpencode": "Открытый исходный агент для кодирования в терминале.",
|
||||
"aiClientConfigDescriptionCursor": "AI редактор кода на основе VS Code.",
|
||||
"aiClientConfigDescriptionGemini": "Google's agentic coding tool for the terminal.",
|
||||
"aiClientConfigSetup": "Настройка",
|
||||
"aiClientConfigTabCli": "Автоматическое (CLI)",
|
||||
"aiClientConfigTabManual": "Ручная конфигурация",
|
||||
@@ -1891,6 +1891,7 @@
|
||||
"aiProviderRoutingModeTargetDescription": "Маршрутизация через цели на ваших сайтах",
|
||||
"aiProviderRoutingModeTargetNote": "После создания этого провайдера настройте целевые сайты на вкладке Сетевые настройки.",
|
||||
"aiProviderTargetNoOne": "У этого провайдера нет целей. Добавьте цель для маршрутизации запросов через ваши сайты.",
|
||||
"aiProviderRemoteNodeTargetsWarning": "Sites connected to remote nodes are inaccessable to be routed to on AI Gateway providers.",
|
||||
"aiProviderSkipTlsVerification": "Пропустить проверку TLS",
|
||||
"aiProviderSkipTlsVerificationDescription": "Отключить проверку сертификата TLS для исходного соединения",
|
||||
"aiProviderBudget": "Бюджет",
|
||||
@@ -1923,6 +1924,8 @@
|
||||
"aiCapabilityOpenaiResponsesDescription": "Поддерживает /v1/responses",
|
||||
"aiCapabilityAnthropicMessages": "Сообщения Anthropic",
|
||||
"aiCapabilityAnthropicMessagesDescription": "Поддерживает /v1/messages",
|
||||
"aiCapabilityV1Models": "Models List",
|
||||
"aiCapabilityV1ModelsDescription": "Supports /v1/models model discovery",
|
||||
"aiCapabilityGeminiGenerateContent": "Gemini Создание контента",
|
||||
"aiCapabilityGeminiGenerateContentDescription": "Поддерживает прямой API Gemini",
|
||||
"aiCapabilityBedrockModelInvoke": "Вызов модели Bedrock",
|
||||
@@ -3548,6 +3551,9 @@
|
||||
"sidebarLogsAction": "Журнал действий",
|
||||
"logRetention": "Сохранение журнала",
|
||||
"logRetentionDescription": "Управление сохранением различных типов журналов для этой организации или отключение их",
|
||||
"logRetentionDisabledWarningTitle": "Log Retention Disabled",
|
||||
"logRetentionDisabledWarningDescription": "{logType} are not being retained for this organization, so new activity will not appear here. Enable retention in security settings to start collecting these logs.",
|
||||
"logRetentionDisabledWarningButton": "Go to Security Settings",
|
||||
"requestLogsDescription": "Просмотреть подробные журналы запроса ресурсов в этой организации",
|
||||
"aiSessionLogs": "AI Логи сессии шлюза",
|
||||
"aiSessionLogsDescription": "Просмотр транскриптов запросов и ответов для шлюзов AI в этой организации",
|
||||
@@ -4081,6 +4087,8 @@
|
||||
"httpDestConnectionLogsDescription": "События связи с сайтами и туннелями, включая соединения и отключения.",
|
||||
"httpDestRequestLogsTitle": "HTTP Запросы Логи",
|
||||
"httpDestRequestLogsDescription": "Журналы запросов HTTP для проксируемых ресурсов, включая метод, путь и код ответа.",
|
||||
"httpDestAISessionLogsTitle": "AI Session Logs",
|
||||
"httpDestAISessionLogsDescription": "AI gateway request and response sessions, including prompts, model responses, and token usage.",
|
||||
"httpDestSaveChanges": "Сохранить изменения",
|
||||
"httpDestCreateDestination": "Создать адрес назначения",
|
||||
"httpDestUpdatedSuccess": "Адрес назначения успешно обновлен",
|
||||
|
||||
+9
-1
@@ -1785,7 +1785,7 @@
|
||||
"aiClientConfigDescriptionClaude": "Anthropic'in terminal için aracılık kodlama aracı.",
|
||||
"aiClientConfigDescriptionCodex": "OpenAI'nin terminal için aracılık kodlama aracı.",
|
||||
"aiClientConfigDescriptionOpencode": "Açık kaynak terminal kodlama aracı.",
|
||||
"aiClientConfigDescriptionCursor": "VS Code üzerine kurulu yapay zeka kod editörü.",
|
||||
"aiClientConfigDescriptionGemini": "Google's agentic coding tool for the terminal.",
|
||||
"aiClientConfigSetup": "Kurulum",
|
||||
"aiClientConfigTabCli": "Otomatik (CLI)",
|
||||
"aiClientConfigTabManual": "Manuel Yapılandırma",
|
||||
@@ -1891,6 +1891,7 @@
|
||||
"aiProviderRoutingModeTargetDescription": "Siteniz üzerindeki hedefler üzerinden yönlendirin",
|
||||
"aiProviderRoutingModeTargetNote": "Bu sağlayıcıyı oluşturduktan sonra, site hedeflerini Ağ Ayarları sekmesinde yapılandırın.",
|
||||
"aiProviderTargetNoOne": "Bu sağlayıcının herhangi bir hedefi yok. Sitemiz üzerinden istekleri yönlendirmek için bir hedef ekleyin.",
|
||||
"aiProviderRemoteNodeTargetsWarning": "Sites connected to remote nodes are inaccessable to be routed to on AI Gateway providers.",
|
||||
"aiProviderSkipTlsVerification": "TLS Doğrulamayı Atla",
|
||||
"aiProviderSkipTlsVerificationDescription": "Yukarı akış bağlantısı için TLS sertifika doğrulamasını devre dışı bırakın",
|
||||
"aiProviderBudget": "Bütçe",
|
||||
@@ -1923,6 +1924,8 @@
|
||||
"aiCapabilityOpenaiResponsesDescription": "/v1/yanıtlar desteği sağlar",
|
||||
"aiCapabilityAnthropicMessages": "Anthropic Mesajlar",
|
||||
"aiCapabilityAnthropicMessagesDescription": "/v1/mesajlar desteği sağlar",
|
||||
"aiCapabilityV1Models": "Models List",
|
||||
"aiCapabilityV1ModelsDescription": "Supports /v1/models model discovery",
|
||||
"aiCapabilityGeminiGenerateContent": "Gemini İçerik Üret",
|
||||
"aiCapabilityGeminiGenerateContentDescription": "Doğrudan Gemini API desteği sağlar",
|
||||
"aiCapabilityBedrockModelInvoke": "Bedrock Modeli Çağır",
|
||||
@@ -3548,6 +3551,9 @@
|
||||
"sidebarLogsAction": "Eylem Günlükleri",
|
||||
"logRetention": "Kayıt Saklama",
|
||||
"logRetentionDescription": "Bu organizasyon için farklı türdeki günlüklerin ne kadar süre saklanacağını yönetin veya devre dışı bırakın",
|
||||
"logRetentionDisabledWarningTitle": "Log Retention Disabled",
|
||||
"logRetentionDisabledWarningDescription": "{logType} are not being retained for this organization, so new activity will not appear here. Enable retention in security settings to start collecting these logs.",
|
||||
"logRetentionDisabledWarningButton": "Go to Security Settings",
|
||||
"requestLogsDescription": "Bu organizasyondaki kaynaklar için ayrıntılı istek günlüklerini görüntüleyin",
|
||||
"aiSessionLogs": "AI Ağ Geçidi Oturum Günlükleri",
|
||||
"aiSessionLogsDescription": "Bu organizasyondaki AI ağ geçidi isteklerinin istem ve yanıt transkriptlerini görüntüleyin",
|
||||
@@ -4081,6 +4087,8 @@
|
||||
"httpDestConnectionLogsDescription": "Site ve tünel bağlantı olayları, bağlantılar ve bağlantı kesilmeleri dahil.",
|
||||
"httpDestRequestLogsTitle": "HTTP İstek Günlükleri",
|
||||
"httpDestRequestLogsDescription": "Yönlendirilmiş kaynaklar için HTTP istek kayıtları, yöntem, yol ve yanıt kodu dahil.",
|
||||
"httpDestAISessionLogsTitle": "AI Session Logs",
|
||||
"httpDestAISessionLogsDescription": "AI gateway request and response sessions, including prompts, model responses, and token usage.",
|
||||
"httpDestSaveChanges": "Değişiklikleri Kaydet",
|
||||
"httpDestCreateDestination": "Hedef Oluştur",
|
||||
"httpDestUpdatedSuccess": "Hedef başarıyla güncellendi",
|
||||
|
||||
+9
-1
@@ -1785,7 +1785,7 @@
|
||||
"aiClientConfigDescriptionClaude": "Anthropic 的终端代理编码工具。",
|
||||
"aiClientConfigDescriptionCodex": "OpenAI 的终端代理编码工具。",
|
||||
"aiClientConfigDescriptionOpencode": "开源终端编码代理。",
|
||||
"aiClientConfigDescriptionCursor": "基于 VS Code 的 AI 代码编辑器。",
|
||||
"aiClientConfigDescriptionGemini": "Google's agentic coding tool for the terminal.",
|
||||
"aiClientConfigSetup": "设置",
|
||||
"aiClientConfigTabCli": "自动 (CLI)",
|
||||
"aiClientConfigTabManual": "手动配置",
|
||||
@@ -1891,6 +1891,7 @@
|
||||
"aiProviderRoutingModeTargetDescription": "通过您站点上的目标进行路由",
|
||||
"aiProviderRoutingModeTargetNote": "创建此提供商后,在“网络设置”选项卡中配置站点目标。",
|
||||
"aiProviderTargetNoOne": "该提供商没有任何目标。 添加目标以通过您的站点路由请求。",
|
||||
"aiProviderRemoteNodeTargetsWarning": "Sites connected to remote nodes are inaccessable to be routed to on AI Gateway providers.",
|
||||
"aiProviderSkipTlsVerification": "跳过TLS验证",
|
||||
"aiProviderSkipTlsVerificationDescription": "禁用上游连接的TLS证书验证",
|
||||
"aiProviderBudget": "预算",
|
||||
@@ -1923,6 +1924,8 @@
|
||||
"aiCapabilityOpenaiResponsesDescription": "支持 /v1/responses",
|
||||
"aiCapabilityAnthropicMessages": "Anthropic 消息",
|
||||
"aiCapabilityAnthropicMessagesDescription": "支持 /v1/messages",
|
||||
"aiCapabilityV1Models": "Models List",
|
||||
"aiCapabilityV1ModelsDescription": "Supports /v1/models model discovery",
|
||||
"aiCapabilityGeminiGenerateContent": "Gemini 生成内容",
|
||||
"aiCapabilityGeminiGenerateContentDescription": "支持直接Gemini API",
|
||||
"aiCapabilityBedrockModelInvoke": "Bedrock 模型调用",
|
||||
@@ -3548,6 +3551,9 @@
|
||||
"sidebarLogsAction": "操作日志",
|
||||
"logRetention": "日志保留",
|
||||
"logRetentionDescription": "管理不同类型的日志为这个机构保留多长时间或禁用这些日志",
|
||||
"logRetentionDisabledWarningTitle": "Log Retention Disabled",
|
||||
"logRetentionDisabledWarningDescription": "{logType} are not being retained for this organization, so new activity will not appear here. Enable retention in security settings to start collecting these logs.",
|
||||
"logRetentionDisabledWarningButton": "Go to Security Settings",
|
||||
"requestLogsDescription": "查看此机构资源的详细请求日志",
|
||||
"aiSessionLogs": "AI 网关会话日志",
|
||||
"aiSessionLogsDescription": "查看此组织中AI网关请求的提示和响应记录",
|
||||
@@ -4081,6 +4087,8 @@
|
||||
"httpDestConnectionLogsDescription": "站点和隧道连接事件,包括连接和断开连接。",
|
||||
"httpDestRequestLogsTitle": "请求日志",
|
||||
"httpDestRequestLogsDescription": "HTTP 请求代理资源日志,包括方法、路径和响应代码。",
|
||||
"httpDestAISessionLogsTitle": "AI Session Logs",
|
||||
"httpDestAISessionLogsDescription": "AI gateway request and response sessions, including prompts, model responses, and token usage.",
|
||||
"httpDestSaveChanges": "保存更改",
|
||||
"httpDestCreateDestination": "创建目标",
|
||||
"httpDestUpdatedSuccess": "目标已成功更新",
|
||||
|
||||
Reference in New Issue
Block a user