@cat-factory/app 0.288.2 → 0.289.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -686,7 +686,11 @@
686
686
  "binary_generators_unreachable": "This deployment's generative integrations could not be read just now, so the run was not started. Nothing is misconfigured and no change is needed: try again once the connection recovers.",
687
687
  "foundational_builtins_unreachable": "This deployment's built-in foundational services could not be read just now. Nothing is misconfigured and no change is needed: try again once the connection recovers.",
688
688
  "connection_credentials_unreadable": "The stored credentials for this connection could not be read. If this deployment can reach the service holding its key, re-connect the source to replace them; otherwise try again once that connection recovers.",
689
- "vcs_capability_unsupported": "The source-control provider connected to this workspace does not offer this operation. Nothing is misconfigured and setting something up will not help: it is unavailable for this provider."
689
+ "vcs_capability_unsupported": "The source-control provider connected to this workspace does not offer this operation. Nothing is misconfigured and setting something up will not help: it is unavailable for this provider.",
690
+ "service_catalog_unreachable": "This workspace's developer portal did not answer, or answered with something this platform cannot read. Nothing here is misconfigured and no change will help: try again once the portal is reachable.",
691
+ "service_catalog_unauthorized": "The developer portal refused the stored credential. It has most likely been rotated or revoked: open the service-catalog settings and enter a current one.",
692
+ "service_catalog_filter_missing": "This connection's entity filter could not be read, so there is nothing to import. Re-save the service-catalog connection to restore it.",
693
+ "service_catalog_response_too_large": "The developer portal answered with more data than this platform will hold in one response. Open the service-catalog settings and lower the service cap, or turn off importing interface definitions, then import again."
690
694
  }
691
695
  },
692
696
  "action": {
@@ -1894,6 +1898,8 @@
1894
1898
  "cacheRead": "{tokens} cache read",
1895
1899
  "cacheWrite": "{tokens} cache write",
1896
1900
  "total": "total {duration}",
1901
+ "viaUpstream": "via {upstream}",
1902
+ "reportedCost": "billed {cost}",
1897
1903
  "prompt": "Prompt",
1898
1904
  "promptPrefixOmitted": "(new messages only: {count} earlier omitted)",
1899
1905
  "response": "Response",
@@ -3897,6 +3903,7 @@
3897
3903
  "context": "{value} ctx",
3898
3904
  "contextThousands": "{value}K ctx",
3899
3905
  "price": "{input}/{output} per Mtok",
3906
+ "retiresOn": "Retires {date}",
3900
3907
  "toast": {
3901
3908
  "connected": "OpenRouter key connected",
3902
3909
  "connectFailed": "Could not connect key",
@@ -6852,7 +6859,8 @@
6852
6859
  },
6853
6860
  "tab": {
6854
6861
  "catalog": "Catalog",
6855
- "sources": "Repo sources"
6862
+ "sources": "Repo sources",
6863
+ "portal": "Developer portal"
6856
6864
  },
6857
6865
  "panel": {
6858
6866
  "title": "Foundational services",
@@ -6866,7 +6874,10 @@
6866
6874
  "format": {
6867
6875
  "openapi": "OpenAPI",
6868
6876
  "toadContract": "toad-contracts",
6869
- "lokaliseApiContract": "lokalise/api-contract"
6877
+ "lokaliseApiContract": "lokalise/api-contract",
6878
+ "asyncapi": "AsyncAPI",
6879
+ "graphql": "GraphQL",
6880
+ "grpc": "gRPC"
6870
6881
  },
6871
6882
  "contracts": {
6872
6883
  "omitted": "+{count} more not listed",
@@ -8387,5 +8398,79 @@
8387
8398
  "title": "Nothing to compare"
8388
8399
  },
8389
8400
  "loadFailed": "Could not load the generated candidates."
8401
+ },
8402
+ "serviceCatalog": {
8403
+ "unavailable": "Importing a service catalog is not configured for this deployment.",
8404
+ "intro": "Point the platform at the developer portal your organisation already runs, and its services are imported into the catalog above, with the identity, ownership and API definitions each one publishes. Agents that triage or investigate read them to work out which service a piece of work belongs to.",
8405
+ "summary": "Filter: {filter} · at most {max} services",
8406
+ "form": {
8407
+ "connect": "Connect a portal",
8408
+ "replace": "Replace this connection"
8409
+ },
8410
+ "field": {
8411
+ "baseUrl": "Portal URL",
8412
+ "authMode": "Authentication",
8413
+ "token": "Service token",
8414
+ "sharedSecret": "Shared secret",
8415
+ "tokenUrl": "Token endpoint",
8416
+ "clientId": "Client ID",
8417
+ "clientSecret": "Client secret",
8418
+ "scope": "Scope (optional)",
8419
+ "audience": "Audience (optional)",
8420
+ "username": "Username",
8421
+ "password": "Password",
8422
+ "headerName": "Header name",
8423
+ "headerValue": "Header value",
8424
+ "secondHeaderName": "Second header name (optional)",
8425
+ "secondHeaderValue": "Second header value",
8426
+ "entityFilter": "Entity filter",
8427
+ "maxServices": "Maximum services",
8428
+ "includeApis": "Import the API definitions each service publishes"
8429
+ },
8430
+ "help": {
8431
+ "baseUrl": "The base URL of your Backstage instance. A private or internal host is allowed only where the deployment permits it.",
8432
+ "token": "A service-to-service token from Backstage's external-access configuration.",
8433
+ "sharedSecret": "A base64 secret from `backend.auth.keys`. The platform signs a short-lived token with it per request.",
8434
+ "headers": "For a gateway that authenticates on its own header names, such as a Cloudflare Access service token.",
8435
+ "entityFilter": "One `key=value` term per line, all of which must match. Defaults to `kind=component`. Narrow it to the services you want offered as shared capabilities.",
8436
+ "maxServices": "An import that reaches this cap is reported as a prefix of the portal, not as the whole of it."
8437
+ },
8438
+ "auth": {
8439
+ "none": "None",
8440
+ "staticToken": "Static service token",
8441
+ "legacySharedSecret": "Shared secret (legacy token)",
8442
+ "oauth2": "OAuth2 client credentials",
8443
+ "basic": "HTTP Basic",
8444
+ "headers": "Custom headers"
8445
+ },
8446
+ "status": {
8447
+ "ok": "Imported",
8448
+ "partial": "Imported in part",
8449
+ "failed": "Import failed",
8450
+ "never": "Never imported"
8451
+ },
8452
+ "action": {
8453
+ "connect": "Connect",
8454
+ "replace": "Replace",
8455
+ "probe": "Test connection",
8456
+ "import": "Import now",
8457
+ "disconnect": "Disconnect"
8458
+ },
8459
+ "disconnect": {
8460
+ "title": "Disconnect the service catalog?",
8461
+ "body": "The services this portal imported are withdrawn from the catalog. Nothing you registered or uploaded by hand is touched.",
8462
+ "confirm": "Disconnect"
8463
+ },
8464
+ "toast": {
8465
+ "connected": "Service catalog connected",
8466
+ "connectFailed": "Could not connect the service catalog",
8467
+ "probeOk": "The portal answered",
8468
+ "probeFailed": "Could not reach the portal",
8469
+ "imported": "Service catalog imported",
8470
+ "importedDetail": "{upserted} updated, {unchanged} unchanged, {tombstoned} withdrawn",
8471
+ "importFailed": "Could not import the service catalog",
8472
+ "disconnected": "Service catalog disconnected",
8473
+ "disconnectFailed": "Could not disconnect the service catalog"
8474
+ }
8390
8475
  }
8391
8476
  }
@@ -617,7 +617,11 @@
617
617
  "binary_generators_unreachable": "No se han podido leer las integraciones generativas de esta instalación en este momento, así que no se ha iniciado la ejecución. No hay nada mal configurado ni hace falta ningún cambio: inténtalo de nuevo cuando se restablezca la conexión.",
618
618
  "foundational_builtins_unreachable": "No se han podido leer los servicios fundamentales integrados de esta instalación en este momento. No hay nada mal configurado ni hace falta ningún cambio: inténtalo de nuevo cuando se restablezca la conexión.",
619
619
  "connection_credentials_unreadable": "No se han podido leer las credenciales guardadas de esta conexión. Si esta instalación puede acceder al servicio que custodia su clave, vuelve a conectar la fuente para reemplazarlas; si no, inténtalo de nuevo cuando se restablezca esa conexión.",
620
- "vcs_capability_unsupported": "El proveedor de control de código conectado a este espacio de trabajo no ofrece esta operación. No hay nada mal configurado y configurar algo no servirá de nada: no está disponible para este proveedor."
620
+ "vcs_capability_unsupported": "El proveedor de control de código conectado a este espacio de trabajo no ofrece esta operación. No hay nada mal configurado y configurar algo no servirá de nada: no está disponible para este proveedor.",
621
+ "service_catalog_unreachable": "El portal de desarrollo de este espacio no respondió, o respondió con algo que esta plataforma no puede leer. Aquí no hay nada mal configurado y ningún cambio ayudará: vuelve a intentarlo cuando el portal esté accesible.",
622
+ "service_catalog_unauthorized": "El portal de desarrollo rechazó las credenciales guardadas. Lo más probable es que se hayan rotado o revocado: abre los ajustes del catálogo de servicios e introduce unas vigentes.",
623
+ "service_catalog_filter_missing": "No se pudo leer el filtro de entidades de esta conexión, así que no hay nada que importar. Vuelve a guardar la conexión del catálogo de servicios para restaurarlo.",
624
+ "service_catalog_response_too_large": "El portal de desarrollo respondió con más datos de los que esta plataforma admite en una sola respuesta. Abre la configuración del catálogo de servicios y reduce el límite de servicios, o desactiva la importación de definiciones de interfaz, y vuelve a importar."
621
625
  }
622
626
  },
623
627
  "action": {
@@ -1790,6 +1794,8 @@
1790
1794
  "cacheRead": "{tokens} leídos de caché",
1791
1795
  "cacheWrite": "{tokens} escritos en caché",
1792
1796
  "total": "total {duration}",
1797
+ "viaUpstream": "vía {upstream}",
1798
+ "reportedCost": "facturado {cost}",
1793
1799
  "prompt": "Prompt",
1794
1800
  "promptPrefixOmitted": "(solo mensajes nuevos: {count} anteriores omitidos)",
1795
1801
  "response": "Respuesta",
@@ -3612,6 +3618,7 @@
3612
3618
  "context": "{value} ctx",
3613
3619
  "contextThousands": "{value}K ctx",
3614
3620
  "price": "{input}/{output} por Mtok",
3621
+ "retiresOn": "Se retira el {date}",
3615
3622
  "toast": {
3616
3623
  "connected": "Clave de OpenRouter conectada",
3617
3624
  "connectFailed": "No se pudo conectar la clave",
@@ -6541,7 +6548,8 @@
6541
6548
  },
6542
6549
  "tab": {
6543
6550
  "catalog": "Catálogo",
6544
- "sources": "Repos vinculados"
6551
+ "sources": "Repos vinculados",
6552
+ "portal": "Portal de desarrollo"
6545
6553
  },
6546
6554
  "panel": {
6547
6555
  "title": "Servicios fundamentales",
@@ -6555,7 +6563,10 @@
6555
6563
  "format": {
6556
6564
  "openapi": "OpenAPI",
6557
6565
  "toadContract": "toad-contracts",
6558
- "lokaliseApiContract": "lokalise/api-contract"
6566
+ "lokaliseApiContract": "lokalise/api-contract",
6567
+ "asyncapi": "AsyncAPI",
6568
+ "graphql": "GraphQL",
6569
+ "grpc": "gRPC"
6559
6570
  },
6560
6571
  "contracts": {
6561
6572
  "omitted": "+{count} más sin listar",
@@ -8098,5 +8109,79 @@
8098
8109
  "title": "Nada que comparar"
8099
8110
  },
8100
8111
  "loadFailed": "No se pudieron cargar los candidatos generados."
8112
+ },
8113
+ "serviceCatalog": {
8114
+ "unavailable": "La importación de un catálogo de servicios no está configurada en esta instalación.",
8115
+ "intro": "Apunta la plataforma al portal de desarrollo que ya usa tu organización: sus servicios se importan al catálogo de arriba, con su identidad, su responsable y las definiciones de API que publica cada uno. Los agentes que clasifican o investigan incidencias los leen para deducir a qué servicio pertenece un trabajo.",
8116
+ "summary": "Filtro: {filter} · como máximo {max} servicios",
8117
+ "form": {
8118
+ "connect": "Conectar un portal",
8119
+ "replace": "Reemplazar esta conexión"
8120
+ },
8121
+ "field": {
8122
+ "baseUrl": "URL del portal",
8123
+ "authMode": "Autenticación",
8124
+ "token": "Token de servicio",
8125
+ "sharedSecret": "Secreto compartido",
8126
+ "tokenUrl": "Endpoint de token",
8127
+ "clientId": "ID de cliente",
8128
+ "clientSecret": "Secreto de cliente",
8129
+ "scope": "Scope (opcional)",
8130
+ "audience": "Audience (opcional)",
8131
+ "username": "Usuario",
8132
+ "password": "Contraseña",
8133
+ "headerName": "Nombre de la cabecera",
8134
+ "headerValue": "Valor de la cabecera",
8135
+ "secondHeaderName": "Segunda cabecera (opcional)",
8136
+ "secondHeaderValue": "Valor de la segunda cabecera",
8137
+ "entityFilter": "Filtro de entidades",
8138
+ "maxServices": "Máximo de servicios",
8139
+ "includeApis": "Importar las definiciones de API que publica cada servicio"
8140
+ },
8141
+ "help": {
8142
+ "baseUrl": "La URL base de tu instancia de Backstage. Un host privado o interno solo se admite si la instalación lo permite.",
8143
+ "token": "Un token de servicio a servicio de la configuración de acceso externo de Backstage.",
8144
+ "sharedSecret": "Un secreto en base64 de `backend.auth.keys`. La plataforma firma con él un token de vida corta en cada petición.",
8145
+ "headers": "Para una pasarela que autentica con sus propias cabeceras, como un token de servicio de Cloudflare Access.",
8146
+ "entityFilter": "Un término `key=value` por línea; todos deben coincidir. Por defecto `kind=component`. Redúcelo a los servicios que quieras ofrecer como capacidades compartidas.",
8147
+ "maxServices": "Una importación que alcanza este límite se informa como un extracto del portal, no como su totalidad."
8148
+ },
8149
+ "auth": {
8150
+ "none": "Ninguna",
8151
+ "staticToken": "Token de servicio estático",
8152
+ "legacySharedSecret": "Secreto compartido (token heredado)",
8153
+ "oauth2": "Credenciales de cliente OAuth2",
8154
+ "basic": "HTTP Basic",
8155
+ "headers": "Cabeceras personalizadas"
8156
+ },
8157
+ "status": {
8158
+ "ok": "Importado",
8159
+ "partial": "Importado en parte",
8160
+ "failed": "Importación fallida",
8161
+ "never": "Nunca importado"
8162
+ },
8163
+ "action": {
8164
+ "connect": "Conectar",
8165
+ "replace": "Reemplazar",
8166
+ "probe": "Probar conexión",
8167
+ "import": "Importar ahora",
8168
+ "disconnect": "Desconectar"
8169
+ },
8170
+ "disconnect": {
8171
+ "title": "¿Desconectar el catálogo de servicios?",
8172
+ "body": "Los servicios importados de este portal se retiran del catálogo. Nada de lo que registraste o subiste a mano se ve afectado.",
8173
+ "confirm": "Desconectar"
8174
+ },
8175
+ "toast": {
8176
+ "connected": "Catálogo de servicios conectado",
8177
+ "connectFailed": "No se pudo conectar el catálogo de servicios",
8178
+ "probeOk": "El portal respondió",
8179
+ "probeFailed": "No se pudo acceder al portal",
8180
+ "imported": "Catálogo de servicios importado",
8181
+ "importedDetail": "{upserted} actualizados, {unchanged} sin cambios, {tombstoned} retirados",
8182
+ "importFailed": "No se pudo importar el catálogo de servicios",
8183
+ "disconnected": "Catálogo de servicios desconectado",
8184
+ "disconnectFailed": "No se pudo desconectar el catálogo de servicios"
8185
+ }
8101
8186
  }
8102
8187
  }
@@ -617,7 +617,11 @@
617
617
  "binary_generators_unreachable": "Les intégrations génératives de ce déploiement n'ont pas pu être lues pour l'instant, l'exécution n'a donc pas démarré. Rien n'est mal configuré et aucune modification n'est nécessaire : réessayez une fois la connexion rétablie.",
618
618
  "foundational_builtins_unreachable": "Les services fondamentaux intégrés de ce déploiement n'ont pas pu être lus pour l'instant. Rien n'est mal configuré et aucune modification n'est nécessaire : réessayez une fois la connexion rétablie.",
619
619
  "connection_credentials_unreadable": "Les identifiants enregistrés pour cette connexion n'ont pas pu être lus. Si ce déploiement peut joindre le service qui détient sa clé, reconnectez la source pour les remplacer ; sinon, réessayez une fois cette connexion rétablie.",
620
- "vcs_capability_unsupported": "Le fournisseur de gestion de code source connecté à cet espace de travail ne propose pas cette opération. Rien n'est mal configuré et aucun réglage n'y changera quoi que ce soit : elle n'est pas disponible pour ce fournisseur."
620
+ "vcs_capability_unsupported": "Le fournisseur de gestion de code source connecté à cet espace de travail ne propose pas cette opération. Rien n'est mal configuré et aucun réglage n'y changera quoi que ce soit : elle n'est pas disponible pour ce fournisseur.",
621
+ "service_catalog_unreachable": "Le portail développeur de cet espace n'a pas répondu, ou a répondu quelque chose que cette plateforme ne sait pas lire. Rien n'est mal configuré ici et aucune modification n'aidera : réessayez dès que le portail est joignable.",
622
+ "service_catalog_unauthorized": "Le portail développeur a refusé les identifiants enregistrés. Ils ont très probablement été renouvelés ou révoqués : ouvrez les réglages du catalogue de services et saisissez-en des valides.",
623
+ "service_catalog_filter_missing": "Le filtre d'entités de cette connexion n'a pas pu être lu, il n'y a donc rien à importer. Enregistrez à nouveau la connexion au catalogue de services pour le rétablir.",
624
+ "service_catalog_response_too_large": "Le portail développeur a renvoyé plus de données que cette plateforme n'en accepte dans une seule réponse. Ouvrez les paramètres du catalogue de services et abaissez la limite de services, ou désactivez l'import des définitions d'interface, puis relancez l'import."
621
625
  }
622
626
  },
623
627
  "action": {
@@ -1790,6 +1794,8 @@
1790
1794
  "cacheRead": "{tokens} lus depuis le cache",
1791
1795
  "cacheWrite": "{tokens} écrits dans le cache",
1792
1796
  "total": "total {duration}",
1797
+ "viaUpstream": "via {upstream}",
1798
+ "reportedCost": "facturé {cost}",
1793
1799
  "prompt": "Prompt",
1794
1800
  "promptPrefixOmitted": "(nouveaux messages uniquement : {count} antérieurs omis)",
1795
1801
  "response": "Réponse",
@@ -3612,6 +3618,7 @@
3612
3618
  "context": "{value} ctx",
3613
3619
  "contextThousands": "{value}K ctx",
3614
3620
  "price": "{input}/{output} par Mtok",
3621
+ "retiresOn": "Retiré le {date}",
3615
3622
  "toast": {
3616
3623
  "connected": "Clé OpenRouter connectée",
3617
3624
  "connectFailed": "Impossible de connecter la clé",
@@ -6541,7 +6548,8 @@
6541
6548
  },
6542
6549
  "tab": {
6543
6550
  "catalog": "Catalogue",
6544
- "sources": "Dépôts liés"
6551
+ "sources": "Dépôts liés",
6552
+ "portal": "Portail développeur"
6545
6553
  },
6546
6554
  "panel": {
6547
6555
  "title": "Services fondamentaux",
@@ -6555,7 +6563,10 @@
6555
6563
  "format": {
6556
6564
  "openapi": "OpenAPI",
6557
6565
  "toadContract": "toad-contracts",
6558
- "lokaliseApiContract": "lokalise/api-contract"
6566
+ "lokaliseApiContract": "lokalise/api-contract",
6567
+ "asyncapi": "AsyncAPI",
6568
+ "graphql": "GraphQL",
6569
+ "grpc": "gRPC"
6559
6570
  },
6560
6571
  "contracts": {
6561
6572
  "omitted": "+{count} autres non listées",
@@ -8098,5 +8109,79 @@
8098
8109
  "title": "Rien à comparer"
8099
8110
  },
8100
8111
  "loadFailed": "Impossible de charger les candidats générés."
8112
+ },
8113
+ "serviceCatalog": {
8114
+ "unavailable": "L'import d'un catalogue de services n'est pas configuré pour ce déploiement.",
8115
+ "intro": "Indiquez à la plateforme le portail développeur que votre organisation exploite déjà : ses services sont importés dans le catalogue ci-dessus, avec leur identité, leur responsable et les définitions d'API que chacun publie. Les agents qui trient ou instruisent un incident les lisent pour déterminer à quel service un travail appartient.",
8116
+ "summary": "Filtre : {filter} · au plus {max} services",
8117
+ "form": {
8118
+ "connect": "Connecter un portail",
8119
+ "replace": "Remplacer cette connexion"
8120
+ },
8121
+ "field": {
8122
+ "baseUrl": "URL du portail",
8123
+ "authMode": "Authentification",
8124
+ "token": "Jeton de service",
8125
+ "sharedSecret": "Secret partagé",
8126
+ "tokenUrl": "Point de terminaison du jeton",
8127
+ "clientId": "Identifiant client",
8128
+ "clientSecret": "Secret client",
8129
+ "scope": "Scope (facultatif)",
8130
+ "audience": "Audience (facultatif)",
8131
+ "username": "Nom d'utilisateur",
8132
+ "password": "Mot de passe",
8133
+ "headerName": "Nom de l'en-tête",
8134
+ "headerValue": "Valeur de l'en-tête",
8135
+ "secondHeaderName": "Second en-tête (facultatif)",
8136
+ "secondHeaderValue": "Valeur du second en-tête",
8137
+ "entityFilter": "Filtre d'entités",
8138
+ "maxServices": "Nombre maximal de services",
8139
+ "includeApis": "Importer les définitions d'API publiées par chaque service"
8140
+ },
8141
+ "help": {
8142
+ "baseUrl": "L'URL de base de votre instance Backstage. Un hôte privé ou interne n'est admis que si le déploiement l'autorise.",
8143
+ "token": "Un jeton de service à service issu de la configuration d'accès externe de Backstage.",
8144
+ "sharedSecret": "Un secret en base64 tiré de `backend.auth.keys`. La plateforme signe avec lui un jeton de courte durée à chaque requête.",
8145
+ "headers": "Pour une passerelle qui authentifie avec ses propres en-têtes, comme un jeton de service Cloudflare Access.",
8146
+ "entityFilter": "Un terme `key=value` par ligne, tous devant correspondre. Par défaut `kind=component`. Restreignez-le aux services que vous voulez proposer comme capacités partagées.",
8147
+ "maxServices": "Un import qui atteint ce plafond est signalé comme un extrait du portail, pas comme sa totalité."
8148
+ },
8149
+ "auth": {
8150
+ "none": "Aucune",
8151
+ "staticToken": "Jeton de service statique",
8152
+ "legacySharedSecret": "Secret partagé (jeton historique)",
8153
+ "oauth2": "Identifiants client OAuth2",
8154
+ "basic": "HTTP Basic",
8155
+ "headers": "En-têtes personnalisés"
8156
+ },
8157
+ "status": {
8158
+ "ok": "Importé",
8159
+ "partial": "Importé en partie",
8160
+ "failed": "Import échoué",
8161
+ "never": "Jamais importé"
8162
+ },
8163
+ "action": {
8164
+ "connect": "Connecter",
8165
+ "replace": "Remplacer",
8166
+ "probe": "Tester la connexion",
8167
+ "import": "Importer maintenant",
8168
+ "disconnect": "Déconnecter"
8169
+ },
8170
+ "disconnect": {
8171
+ "title": "Déconnecter le catalogue de services ?",
8172
+ "body": "Les services importés depuis ce portail sont retirés du catalogue. Rien de ce que vous avez enregistré ou téléversé à la main n'est touché.",
8173
+ "confirm": "Déconnecter"
8174
+ },
8175
+ "toast": {
8176
+ "connected": "Catalogue de services connecté",
8177
+ "connectFailed": "Impossible de connecter le catalogue de services",
8178
+ "probeOk": "Le portail a répondu",
8179
+ "probeFailed": "Impossible d'atteindre le portail",
8180
+ "imported": "Catalogue de services importé",
8181
+ "importedDetail": "{upserted} mis à jour, {unchanged} inchangés, {tombstoned} retirés",
8182
+ "importFailed": "Impossible d'importer le catalogue de services",
8183
+ "disconnected": "Catalogue de services déconnecté",
8184
+ "disconnectFailed": "Impossible de déconnecter le catalogue de services"
8185
+ }
8101
8186
  }
8102
8187
  }
@@ -617,7 +617,11 @@
617
617
  "binary_generators_unreachable": "לא ניתן היה לקרוא כרגע את האינטגרציות הגנרטיביות של הפריסה הזו, ולכן ההרצה לא התחילה. אין כאן תצורה שגויה ולא נדרש שום שינוי: נסו שוב כשהחיבור יחזור.",
618
618
  "foundational_builtins_unreachable": "לא ניתן היה לקרוא כרגע את שירותי הבסיס המובנים של הפריסה הזו. אין כאן תצורה שגויה ולא נדרש שום שינוי: נסו שוב כשהחיבור יחזור.",
619
619
  "connection_credentials_unreadable": "לא ניתן היה לקרוא את פרטי הגישה השמורים של החיבור הזה. אם הפריסה הזו מצליחה להגיע לשירות שמחזיק במפתח שלה, חברו מחדש את המקור כדי להחליף אותם; אחרת נסו שוב כשהחיבור הזה יחזור.",
620
- "vcs_capability_unsupported": "ספק ניהול קוד המקור המחובר למרחב העבודה הזה אינו תומך בפעולה הזו. אין כאן תצורה שגויה ושינוי הגדרות לא יעזור: הפעולה אינה זמינה עבור הספק הזה."
620
+ "vcs_capability_unsupported": "ספק ניהול קוד המקור המחובר למרחב העבודה הזה אינו תומך בפעולה הזו. אין כאן תצורה שגויה ושינוי הגדרות לא יעזור: הפעולה אינה זמינה עבור הספק הזה.",
621
+ "service_catalog_unreachable": "פורטל המפתחים של מרחב העבודה הזה לא ענה, או ענה במשהו שהפלטפורמה אינה יכולה לקרוא. אין כאן תקלת הגדרה ושום שינוי לא יעזור: נסו שוב כשהפורטל יהיה נגיש.",
622
+ "service_catalog_unauthorized": "פורטל המפתחים דחה את פרטי ההזדהות השמורים. סביר שהם הוחלפו או בוטלו: פתחו את הגדרות קטלוג השירותים והזינו פרטים בתוקף.",
623
+ "service_catalog_filter_missing": "לא ניתן לקרוא את מסנן הישויות של החיבור הזה, כך שאין מה לייבא. שמרו מחדש את חיבור קטלוג השירותים כדי לשחזר אותו.",
624
+ "service_catalog_response_too_large": "פורטל המפתחים החזיר יותר נתונים ממה שהפלטפורמה הזו מחזיקה בתשובה אחת. פתחו את הגדרות קטלוג השירותים והנמיכו את מגבלת השירותים, או כבו את ייבוא הגדרות הממשק, ואז ייבאו שוב."
621
625
  }
622
626
  },
623
627
  "action": {
@@ -1790,6 +1794,8 @@
1790
1794
  "cacheRead": "{tokens} נקראו מהמטמון",
1791
1795
  "cacheWrite": "{tokens} נכתבו למטמון",
1792
1796
  "total": "סך הכל {duration}",
1797
+ "viaUpstream": "דרך {upstream}",
1798
+ "reportedCost": "חויב {cost}",
1793
1799
  "prompt": "פרומפט",
1794
1800
  "promptPrefixOmitted": "(הודעות חדשות בלבד: {count} מוקדמות יותר הושמטו)",
1795
1801
  "response": "תגובה",
@@ -3754,6 +3760,7 @@
3754
3760
  "context": "{value} ctx",
3755
3761
  "contextThousands": "{value}K ctx",
3756
3762
  "price": "{input}/{output} לכל Mtok",
3763
+ "retiresOn": "יוצא משימוש ב-{date}",
3757
3764
  "toast": {
3758
3765
  "connected": "מפתח OpenRouter מחובר",
3759
3766
  "connectFailed": "לא ניתן היה לחבר מפתח",
@@ -6541,7 +6548,8 @@
6541
6548
  },
6542
6549
  "tab": {
6543
6550
  "catalog": "קטלוג",
6544
- "sources": "מאגרים מקושרים"
6551
+ "sources": "מאגרים מקושרים",
6552
+ "portal": "פורטל מפתחים"
6545
6553
  },
6546
6554
  "panel": {
6547
6555
  "title": "שירותי תשתית",
@@ -6555,7 +6563,10 @@
6555
6563
  "format": {
6556
6564
  "openapi": "OpenAPI",
6557
6565
  "toadContract": "toad-contracts",
6558
- "lokaliseApiContract": "lokalise/api-contract"
6566
+ "lokaliseApiContract": "lokalise/api-contract",
6567
+ "asyncapi": "AsyncAPI",
6568
+ "graphql": "GraphQL",
6569
+ "grpc": "gRPC"
6559
6570
  },
6560
6571
  "contracts": {
6561
6572
  "omitted": "עוד {count} שאינם ברשימה",
@@ -8098,5 +8109,79 @@
8098
8109
  "title": "אין מה להשוות"
8099
8110
  },
8100
8111
  "loadFailed": "לא ניתן היה לטעון את המועמדים שנוצרו."
8112
+ },
8113
+ "serviceCatalog": {
8114
+ "unavailable": "ייבוא קטלוג שירותים אינו מוגדר בפריסה הזאת.",
8115
+ "intro": "הפנו את הפלטפורמה לפורטל המפתחים שהארגון שלכם כבר מפעיל: השירותים שבו ייובאו לקטלוג שלמעלה, יחד עם הזהות שלהם, האחראי עליהם והגדרות ה-API שכל אחד מפרסם. סוכנים שמסווגים או חוקרים תקלות קוראים אותם כדי להבין לאיזה שירות שייכת העבודה.",
8116
+ "summary": "מסנן: {filter} · עד {max} שירותים",
8117
+ "form": {
8118
+ "connect": "חיבור פורטל",
8119
+ "replace": "החלפת החיבור"
8120
+ },
8121
+ "field": {
8122
+ "baseUrl": "כתובת הפורטל",
8123
+ "authMode": "אימות",
8124
+ "token": "אסימון שירות",
8125
+ "sharedSecret": "סוד משותף",
8126
+ "tokenUrl": "נקודת קצה לאסימון",
8127
+ "clientId": "מזהה לקוח",
8128
+ "clientSecret": "סוד לקוח",
8129
+ "scope": "Scope (אופציונלי)",
8130
+ "audience": "Audience (אופציונלי)",
8131
+ "username": "שם משתמש",
8132
+ "password": "סיסמה",
8133
+ "headerName": "שם הכותרת",
8134
+ "headerValue": "ערך הכותרת",
8135
+ "secondHeaderName": "כותרת שנייה (אופציונלי)",
8136
+ "secondHeaderValue": "ערך הכותרת השנייה",
8137
+ "entityFilter": "מסנן ישויות",
8138
+ "maxServices": "מספר שירותים מרבי",
8139
+ "includeApis": "לייבא גם את הגדרות ה-API שכל שירות מפרסם"
8140
+ },
8141
+ "help": {
8142
+ "baseUrl": "כתובת הבסיס של מופע ה-Backstage שלכם. מאחסן פרטי או פנימי מותר רק אם הפריסה מאפשרת זאת.",
8143
+ "token": "אסימון בין שירותים מתוך הגדרות הגישה החיצונית של Backstage.",
8144
+ "sharedSecret": "סוד ב-base64 מתוך `backend.auth.keys`. הפלטפורמה חותמת בו אסימון קצר-מועד בכל בקשה.",
8145
+ "headers": "עבור שער שמאמת בכותרות משלו, למשל אסימון שירות של Cloudflare Access.",
8146
+ "entityFilter": "ביטוי `key=value` אחד בכל שורה, וכולם חייבים להתאים. ברירת המחדל היא `kind=component`. צמצמו אותו לשירותים שברצונכם להציע כיכולות משותפות.",
8147
+ "maxServices": "ייבוא שמגיע למגבלה הזאת מדווח כחלק מהפורטל ולא ככולו."
8148
+ },
8149
+ "auth": {
8150
+ "none": "ללא",
8151
+ "staticToken": "אסימון שירות קבוע",
8152
+ "legacySharedSecret": "סוד משותף (אסימון מדור קודם)",
8153
+ "oauth2": "פרטי לקוח OAuth2",
8154
+ "basic": "HTTP Basic",
8155
+ "headers": "כותרות מותאמות"
8156
+ },
8157
+ "status": {
8158
+ "ok": "יובא",
8159
+ "partial": "יובא חלקית",
8160
+ "failed": "הייבוא נכשל",
8161
+ "never": "לא יובא מעולם"
8162
+ },
8163
+ "action": {
8164
+ "connect": "חיבור",
8165
+ "replace": "החלפה",
8166
+ "probe": "בדיקת חיבור",
8167
+ "import": "ייבוא עכשיו",
8168
+ "disconnect": "ניתוק"
8169
+ },
8170
+ "disconnect": {
8171
+ "title": "לנתק את קטלוג השירותים?",
8172
+ "body": "השירותים שיובאו מהפורטל הזה יוסרו מהקטלוג. כל מה שרשמתם או העליתם ידנית לא ייפגע.",
8173
+ "confirm": "ניתוק"
8174
+ },
8175
+ "toast": {
8176
+ "connected": "קטלוג השירותים חובר",
8177
+ "connectFailed": "לא ניתן לחבר את קטלוג השירותים",
8178
+ "probeOk": "הפורטל השיב",
8179
+ "probeFailed": "לא ניתן להגיע לפורטל",
8180
+ "imported": "קטלוג השירותים יובא",
8181
+ "importedDetail": "{upserted} עודכנו, {unchanged} ללא שינוי, {tombstoned} הוסרו",
8182
+ "importFailed": "לא ניתן לייבא את קטלוג השירותים",
8183
+ "disconnected": "קטלוג השירותים נותק",
8184
+ "disconnectFailed": "לא ניתן לנתק את קטלוג השירותים"
8185
+ }
8101
8186
  }
8102
8187
  }