From 7b795e545c265b80adacac55aafa4b7b7f084622 Mon Sep 17 00:00:00 2001 From: "locadex-agent[bot]" <217277504+locadex-agent[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 23:07:03 +0000 Subject: [PATCH] docs(locadex): add translations --- es/api-playground/overview.mdx | 55 +- es/deploy/authentication-setup.mdx | 32 +- fr/api-playground/overview.mdx | 15 +- fr/deploy/authentication-setup.mdx | 26 +- gt-lock.json | 1174 ++++++++++++++-------------- zh/api-playground/overview.mdx | 55 +- zh/deploy/authentication-setup.mdx | 28 +- 7 files changed, 726 insertions(+), 659 deletions(-) diff --git a/es/api-playground/overview.mdx b/es/api-playground/overview.mdx index 2df1c4cdf..a45681ed5 100644 --- a/es/api-playground/overview.mdx +++ b/es/api-playground/overview.mdx @@ -96,7 +96,9 @@ Personaliza tu área de pruebas de la API definiendo las siguientes propiedades - Indica si las solicitudes de API deben pasar por un servidor proxy. El valor predeterminado es `true`. + Indica si las solicitudes de API deben pasar por el servidor proxy de Mintlify. El valor predeterminado es `true`. + + Cuando es `true`, las solicitudes del área de pruebas se enrutan a través de los servidores de Mintlify. Cuando es `false`, el área de pruebas envía las solicitudes directamente desde el navegador a tu API. Establécelo en `false` cuando tu API acepte solicitudes directas desde el navegador y no necesites que Mintlify actúe como proxy del tráfico. Por ejemplo, cuando tu API requiere encabezados específicos que no pueden reenviarse a través del proxy o cuando necesitas que la solicitud se origine directamente desde el navegador del usuario con fines de autenticación. @@ -115,26 +117,26 @@ Personaliza tu área de pruebas de la API definiendo las siguientes propiedades Se muestran en el orden especificado. - | Nombre visible | Clave | Alias | - | --- | --- | --- | - | cURL | `bash` | `curl`, `sh`, `shell` | - | Python | `python` | `py` | - | JavaScript | `javascript` | `js` | - | Node.js | `node` | `nodejs`, `node.js` | - | PHP | `php` | | - | Go | `go` | `golang` | - | Java | `java` | | - | Ruby | `ruby` | `rb` | - | PowerShell | `powershell` | | - | Swift | `swift` | | - | C# | `csharp` | `c#` | - | .NET | `dotnet` | `.net`, `.NET`, `dot-net` | - | TypeScript | `typescript` | `ts` | - | C | `c` | | - | C++ | `c++` | `cpp` | - | Kotlin | `kotlin` | `kt` | - | Rust | `rust` | `rs` | - | Dart | `dart` | `flutter` | + | Nombre visible | Clave | Alias | + | -------------- | ------------ | ------------------------- | + | cURL | `bash` | `curl`, `sh`, `shell` | + | Python | `python` | `py` | + | JavaScript | `javascript` | `js` | + | Node.js | `node` | `nodejs`, `node.js` | + | PHP | `php` | | + | Go | `go` | `golang` | + | Java | `java` | | + | Ruby | `ruby` | `rb` | + | PowerShell | `powershell` | | + | Swift | `swift` | | + | C# | `csharp` | `c#` | + | .NET | `dotnet` | `.net`, `.NET`, `dot-net` | + | TypeScript | `typescript` | `ts` | + | C | `c` | | + | C++ | `c++` | `cpp` | + | Kotlin | `kotlin` | `kt` | + | Rust | `rust` | `rs` | + | Dart | `dart` | `flutter` | @@ -224,6 +226,17 @@ Se recomienda la extensión `x-mint` para que toda la documentación de tu API s Las páginas MDX individuales se recomiendan para APIs pequeñas o cuando quieras experimentar con cambios página por página. +
+ ## Visualización de respuestas +
+ +El playground renderiza automáticamente las respuestas según el encabezado `Content-Type` que devuelve tu API. + +* **Imágenes**: Se renderizan en línea (`image/*`). +* **Audio**: Se renderiza con un reproductor de audio integrado (`audio/*`). +* **Video**: Se renderiza con un reproductor de video integrado (`video/*`). Cualquier respuesta con un tipo de contenido `video/*`, como `video/mp4` o `video/webm`, se muestra como un video reproducible directamente en el playground. +* **Todas las demás respuestas**: Se muestran en un bloque de código. +
## Más información
diff --git a/es/deploy/authentication-setup.mdx b/es/deploy/authentication-setup.mdx index eea9aec29..557c0f9ef 100644 --- a/es/deploy/authentication-setup.mdx +++ b/es/deploy/authentication-setup.mdx @@ -11,12 +11,12 @@ keywords: ['authentication', 'auth', 'OAuth', 'JWT', 'password'] - La autenticación solo está disponible para documentación alojada en un dominio personalizado o subdominio de Mintlify (por ejemplo, `docs.ejemplo.com` o `ejemplo.mintlify.dev`). La autenticación **no es compatible** cuando se usa una [ruta base personalizada](/es/deploy/docs-subpath) (por ejemplo, `ejemplo.com/docs`). + La autenticación solo está disponible para documentación alojada en un dominio personalizado o subdominio de Mintlify (por ejemplo, `docs.example.com` o `example.mintlify.dev`). La autenticación **no es compatible** cuando se usa una [ruta base personalizada](/es/deploy/docs-subpath) (por ejemplo, `example.com/docs`). La autenticación exige que los usuarios inicien sesión antes de acceder a tu documentación. -Cuando habilites la autenticación, los usuarios deberán iniciar sesión para acceder a cualquier contenido. Puedes configurar páginas o grupos específicos como públicos mientras mantienes otras páginas protegidas. +Cuando habilites la autenticación, los usuarios deberán iniciar sesión para acceder a cualquier contenido. Puedes configurar páginas específicas o groups como públicos mientras mantienes otras páginas protegidas.
## Configurar la autenticación @@ -489,19 +489,19 @@ Cuando utilices autenticación OAuth o JWT, tu sistema devolverá datos de usuar
- ## Disponibilidad de funciones + ## Disponibilidad de funcionalidades
-Algunas funciones se comportan de manera diferente o no están disponibles cuando habilitas la autenticación. - -| Función | Público | Totalmente autenticado (todas las páginas protegidas) | Parcialmente autenticado (algunas páginas públicas) | -| :----------------------------------------------------------- | :---------------------- | :--------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------- | -| [llms.txt and llms-full.txt](/es/ai/llmstxt) | Compatibilidad completa | Disponible tras autenticación, por lo que es posible que las herramientas de IA no puedan acceder a los archivos | Disponible tras autenticación, por lo que es posible que las herramientas de IA no puedan acceder a los archivos | -| [Servidor MCP](/es/ai/model-context-protocol) | Compatibilidad completa | Requiere autenticación para conectarse | Disponible sin autenticación para páginas públicas y con autenticación para páginas protegidas | -| [Exportación a Markdown](/es/ai/markdown-export) | Compatibilidad completa | Compatibilidad completa, respeta los grupos de usuarios | Compatibilidad completa, respeta los grupos de usuarios | -| [Exportación a PDF](/es/optimize/pdf-exports) | Compatibilidad completa | No compatible | No compatible | -| [Búsqueda](/es/ai/assistant) | Compatibilidad completa | Compatibilidad completa, respeta los grupos de usuarios | Compatibilidad completa, respeta los grupos de usuarios | -| [Assistant](/es/ai/assistant) | Compatibilidad completa | Compatibilidad completa, respeta los grupos de usuarios | Compatibilidad completa, respeta los grupos de usuarios | -| [skill.md](/es/ai/skillmd) | Compatibilidad completa | No compatible | No compatible | -| [Mapa del sitio](/es/optimize/seo#sitemaps-and-robotstxt-files) | Compatibilidad completa | Disponible tras autenticación, pero excluye las páginas en groups | Disponible tras autenticación, pero excluye las páginas en groups | -| [robots.txt](/es/optimize/seo#sitemaps-and-robotstxt-files) | Compatibilidad completa | Disponible tras autenticación | Disponible tras autenticación | \ No newline at end of file +Algunas funcionalidades se comportan de forma distinta o no están disponibles cuando habilitas la autenticación. + +| Funcionalidad | Público | Autenticación completa (todas las páginas protegidas) | Autenticación parcial (algunas páginas públicas) | +| :----------------------------------------------------------- | :------------------- | :----------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------- | +| [llms.txt y llms-full.txt](/es/ai/llmstxt) | Compatibilidad total | Disponibles con autenticación, por lo que es posible que las herramientas de IA no puedan acceder a estos archivos | Disponibles con autenticación, por lo que es posible que las herramientas de IA no puedan acceder a estos archivos | +| [servidor MCP](/es/ai/model-context-protocol) | Compatibilidad total | Requiere autenticación para conectarse | Disponible sin autenticación para las páginas públicas y con autenticación para las páginas protegidas | +| [Exportación en Markdown](/es/ai/markdown-export) | Compatibilidad total | Compatibilidad total, respeta los grupos de usuarios | Compatibilidad total, respeta los grupos de usuarios | +| [Exportación a PDF](/es/optimize/pdf-exports) | Compatibilidad total | No compatible | No compatible | +| [Búsqueda](/es/ai/assistant) | Compatibilidad total | Compatibilidad total, respeta los grupos de usuarios | Compatibilidad total, respeta los grupos de usuarios | +| [Assistant](/es/ai/assistant) | Compatibilidad total | Compatibilidad total, respeta los grupos de usuarios | Compatibilidad total, respeta los grupos de usuarios | +| [skill.md](/es/ai/skillmd) | Compatibilidad total | No compatible | No compatible | +| [Mapa del sitio](/es/optimize/seo#sitemaps-and-robotstxt-files) | Compatibilidad total | Disponible con autenticación, pero excluye las páginas de los grupos | Disponible con autenticación, pero excluye las páginas de los grupos | +| [robots.txt](/es/optimize/seo#sitemaps-and-robotstxt-files) | Compatibilidad total | Disponible con autenticación | Disponible con autenticación | \ No newline at end of file diff --git a/fr/api-playground/overview.mdx b/fr/api-playground/overview.mdx index fbb23abd0..61a17854c 100644 --- a/fr/api-playground/overview.mdx +++ b/fr/api-playground/overview.mdx @@ -96,7 +96,9 @@ Personnalisez votre bac à sable d’API en définissant les propriétés suivan - Indique s’il faut faire passer les requêtes API via un serveur proxy. Valeur par défaut : `true`. + Indique s’il faut faire passer les requêtes API via le serveur proxy de Mintlify. Valeur par défaut : `true`. + + Lorsque `true`, les requêtes du bac à sable sont acheminées via les serveurs de Mintlify. Lorsque `false`, le bac à sable envoie les requêtes directement du navigateur vers votre API. Définissez cette valeur sur `false` lorsque votre API accepte les requêtes directes du navigateur et que vous n’avez pas besoin que Mintlify relaie le trafic. Par exemple, lorsque votre API nécessite des en-têtes spécifiques qui ne peuvent pas être transmis via le proxy ou lorsque vous avez besoin que la requête provienne directement du navigateur de l’utilisateur à des fins d’authentification. @@ -224,6 +226,17 @@ L’extension `x-mint` est recommandée afin que toute votre documentation d’A Les pages MDX individuelles sont recommandées pour les petites API ou lorsque vous souhaitez expérimenter des modifications page par page. +
+ ## Rendu des réponses +
+ +Le playground affiche automatiquement les réponses en fonction de l’en-tête `Content-Type` renvoyé par votre API. + +* **Images** : affichées directement dans la page (`image/*`). +* **Audio** : affiché avec un lecteur audio intégré (`audio/*`). +* **Vidéo** : affichée avec un lecteur vidéo intégré (`video/*`). Toute réponse avec un type de contenu `video/*`, comme `video/mp4` ou `video/webm`, s’affiche directement dans le playground sous forme de vidéo lisible. +* **Toutes les autres réponses** : affichées dans un code block. +
## Pour aller plus loin
diff --git a/fr/deploy/authentication-setup.mdx b/fr/deploy/authentication-setup.mdx index 8f62fc70b..1a011e1d8 100644 --- a/fr/deploy/authentication-setup.mdx +++ b/fr/deploy/authentication-setup.mdx @@ -11,12 +11,12 @@ keywords: ['authentication', 'auth', 'OAuth', 'JWT', 'password'] - L'authentification n'est disponible que pour la documentation hébergée sur un domaine personnalisé ou un sous-domaine Mintlify (par exemple, `docs.exemple.com` ou `exemple.mintlify.dev`). L'authentification **n'est pas prise en charge** lors de l'utilisation d'un [chemin de base personnalisé](/fr/deploy/docs-subpath) (par exemple, `exemple.com/docs`). + L'authentification n'est disponible que pour la documentation hébergée sur un domaine personnalisé ou un sous-domaine Mintlify (par exemple, `docs.example.com` ou `example.mintlify.dev`). L'authentification **n'est pas prise en charge** lors de l'utilisation d'un [chemin de base personnalisé](/fr/deploy/docs-subpath) (par exemple, `example.com/docs`). L’authentification exige que les utilisateurs se connectent avant d’accéder à votre documentation. -Lorsque vous activez l’authentification, les utilisateurs doivent se connecter pour accéder à l’ensemble du contenu. Vous pouvez définir certaines pages ou certains groupes comme publics tout en gardant les autres pages protégées. +Lorsque vous activez l’authentification, les utilisateurs doivent se connecter pour accéder à tout le contenu. Vous pouvez configurer des pages ou des groupes spécifiques comme publics tout en gardant les autres pages protégées.
## Configurer l’authentification @@ -494,14 +494,14 @@ Lorsque vous utilisez l’authentification OAuth ou JWT, votre système renvoie Certaines fonctionnalités se comportent différemment ou ne sont pas disponibles lorsque vous activez l’authentification. -| Fonctionnalité | Public | Entièrement authentifié (toutes les pages protégées) | Partiellement authentifié (certaines pages publiques) | -| :------------------------------------------------------- | :----------------------- | :--------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------- | -| [llms.txt and llms-full.txt](/fr/ai/llmstxt) | Prise en charge complète | Disponible derrière l’authentification, les outils d’IA peuvent donc ne pas avoir accès aux fichiers | Disponible derrière l’authentification, les outils d’IA peuvent donc ne pas avoir accès aux fichiers | -| [MCP server](/fr/ai/model-context-protocol) | Prise en charge complète | Nécessite une authentification pour se connecter | Disponible sans authentification pour les pages publiques et avec authentification pour les pages protégées | -| [Markdown export](/fr/ai/markdown-export) | Prise en charge complète | Prise en charge complète, respecte les groupes d’utilisateurs | Prise en charge complète, respecte les groupes d’utilisateurs | -| [Export PDF](/fr/optimize/pdf-exports) | Prise en charge complète | Non pris en charge | Non pris en charge | -| [Search](/fr/ai/assistant) | Prise en charge complète | Prise en charge complète, respecte les groupes d’utilisateurs | Prise en charge complète, respecte les groupes d’utilisateurs | -| [Assistant](/fr/ai/assistant) | Prise en charge complète | Prise en charge complète, respecte les groupes d’utilisateurs | Prise en charge complète, respecte les groupes d’utilisateurs | -| [skill.md](/fr/ai/skillmd) | Prise en charge complète | Non pris en charge | Non pris en charge | -| [Sitemap](/fr/optimize/seo#sitemaps-and-robotstxt-files) | Prise en charge complète | Disponible derrière l’authentification, mais exclut les pages dans des groupes | Disponible derrière l’authentification, mais exclut les pages dans des groupes | -| [robots.txt](/fr/optimize/seo#sitemaps-and-robotstxt-files) | Prise en charge complète | Disponible derrière l’authentification | Disponible derrière l’authentification | \ No newline at end of file +| Fonctionnalité | Public | Entièrement authentifié (toutes les pages protégées) | Partiellement authentifié (certaines pages publiques) | +| :--------------------------------------------------------- | :----------------------- | :--------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------- | +| [llms.txt et llms-full.txt](/fr/ai/llmstxt) | Prise en charge complète | Accessible après authentification ; les outils d’IA peuvent donc ne pas pouvoir accéder aux fichiers | Accessible après authentification ; les outils d’IA peuvent donc ne pas pouvoir accéder aux fichiers | +| [serveur MCP](/fr/ai/model-context-protocol) | Prise en charge complète | Nécessite une authentification pour se connecter | Disponible sans authentification pour les pages publiques et avec authentification pour les pages protégées | +| [Export Markdown](/fr/ai/markdown-export) | Prise en charge complète | Prise en charge complète, respecte les groupes d’utilisateurs | Prise en charge complète, respecte les groupes d’utilisateurs | +| [Export PDF](/fr/optimize/pdf-exports) | Prise en charge complète | Non pris en charge | Non pris en charge | +| [Recherche](/fr/ai/assistant) | Prise en charge complète | Prise en charge complète, respecte les groupes d’utilisateurs | Prise en charge complète, respecte les groupes d’utilisateurs | +| [Assistant](/fr/ai/assistant) | Prise en charge complète | Prise en charge complète, respecte les groupes d’utilisateurs | Prise en charge complète, respecte les groupes d’utilisateurs | +| [skill.md](/fr/ai/skillmd) | Prise en charge complète | Non pris en charge | Non pris en charge | +| [Plan du site](/fr/optimize/seo#sitemaps-and-robotstxt-files) | Prise en charge complète | Accessible après authentification, mais exclut les pages appartenant à des groupes | Accessible après authentification, mais exclut les pages appartenant à des groupes | +| [robots.txt](/fr/optimize/seo#sitemaps-and-robotstxt-files) | Prise en charge complète | Accessible après authentification | Accessible après authentification | \ No newline at end of file diff --git a/gt-lock.json b/gt-lock.json index 1eaaea4e3..83e8eb9cb 100644 --- a/gt-lock.json +++ b/gt-lock.json @@ -2688,15 +2688,15 @@ }, "d6c8901cb063f002e43574be8cc97f33468e2754983bbf892ef2bddca9babc3b": { "fr": { - "updatedAt": "2026-03-12T19:09:56.960Z", + "updatedAt": "2026-03-12T23:06:38.052Z", "postProcessHash": "571fd5a3c82ab53e4e785931a9177add2532d011559b15062b21b941e802e430" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.961Z", + "updatedAt": "2026-03-12T23:06:38.052Z", "postProcessHash": "f2bceae964c2437d42d8b14f3dd9e195e479c0ac66c4675a3106cb06d9b0cae5" }, "es": { - "updatedAt": "2026-03-12T19:09:56.962Z", + "updatedAt": "2026-03-12T23:06:38.053Z", "postProcessHash": "a63d2bb539109bb02a6c445dae10cdd3841c3457fb38c753a26bf4dc6b0a6e46" } } @@ -3028,15 +3028,15 @@ }, "0562e1fbf82ff136ba4ba36bf5c945ff082734c77bccdde4718ee69e9e414c31": { "fr": { - "updatedAt": "2026-03-12T19:09:56.939Z", + "updatedAt": "2026-03-12T23:06:38.042Z", "postProcessHash": "d05f25e69db3127781cb80b2afb3958ff67c287f1d1f7b293e0f9a5fc9a62df5" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.939Z", + "updatedAt": "2026-03-12T23:06:38.042Z", "postProcessHash": "64102ac297c9e21dbef26364a87936d7720a132305d9680efa1263387c03b260" }, "es": { - "updatedAt": "2026-03-12T19:09:56.939Z", + "updatedAt": "2026-03-12T23:06:38.043Z", "postProcessHash": "b79e0da6f7e1d47e7148e43eeb5ec68b74ae540b7108fe0e11a0a0abbea5356a" } } @@ -3099,15 +3099,15 @@ }, "5f07b2f8dcf554a1d38012610619caa8feeb055ee27735ed6d0fce7e24ee9f12": { "fr": { - "updatedAt": "2026-03-12T19:09:56.956Z", + "updatedAt": "2026-03-12T23:06:38.048Z", "postProcessHash": "1bcbf98aaa67cd31eff85b7708552fa34a1ba488c58ea7b89d03851d9901e153" }, "es": { - "updatedAt": "2026-03-12T19:09:56.957Z", + "updatedAt": "2026-03-12T23:06:38.048Z", "postProcessHash": "d43b0a239cb94d6f0966854c826dcdc42e611df7d470c88f0202287d6153544c" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.957Z", + "updatedAt": "2026-03-12T23:06:38.049Z", "postProcessHash": "8f3d0ec99f584395411d6f86cd21257760ddde5aa5669334d4f4a60d54deeae8" } } @@ -3327,15 +3327,15 @@ }, "3e2b7ed5399453421b8a73d2004f415a83064e12b6fcaf5660a693ecd13200e9": { "es": { - "updatedAt": "2026-03-12T19:09:57.024Z", + "updatedAt": "2026-03-12T23:06:38.106Z", "postProcessHash": "3715f8dc0707b49aab5b38def1d1b3411a23de9cd54a8b0a40e0dbeaa70b1570" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.024Z", + "updatedAt": "2026-03-12T23:06:38.107Z", "postProcessHash": "2689c05b6d3fe0a82ed671fa04b32f1eb639dcbb1dd1be5ef21a6bb034b368cf" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.025Z", + "updatedAt": "2026-03-12T23:06:38.107Z", "postProcessHash": "43f78ba7877c8f0057975ac2688d207a1f1fd3dad0a19a0f51b308832f23b48e" } } @@ -3365,15 +3365,15 @@ }, "4bbec825257b2e44662cece56ea8f6d2a270af8295558ba8c49333d01f531512": { "fr": { - "updatedAt": "2026-03-12T19:09:56.900Z", + "updatedAt": "2026-03-12T23:06:38.007Z", "postProcessHash": "e4ada9eb602ad5fdb51ee876050480b47fccc31953e905efe8f44011a48d5565" }, "es": { - "updatedAt": "2026-03-12T19:09:56.901Z", + "updatedAt": "2026-03-12T23:06:38.007Z", "postProcessHash": "ebc1a190db69005bf50e4f2c8752f264c20f759797c7656057b619bb924e6937" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.902Z", + "updatedAt": "2026-03-12T23:06:38.010Z", "postProcessHash": "73aad7b3e20eced796388977990b133e5e83bff0ac1873c62d3289b440d823d0" } } @@ -3403,15 +3403,15 @@ }, "64a3699238f7091a57f32a304d4d6ea95e7b276b252acad469433afd381059d3": { "fr": { - "updatedAt": "2026-03-12T19:09:56.913Z", + "updatedAt": "2026-03-12T23:06:38.019Z", "postProcessHash": "978df97f23c4f806289c979fd43e2fba15778522453710a70aae2b18d2e57cff" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.901Z", + "updatedAt": "2026-03-12T23:06:38.009Z", "postProcessHash": "f3064f57a2d2b4c212fdf58658bf9e4ca38fe7e5f74250630abfa517d17be1f3" }, "es": { - "updatedAt": "2026-03-12T19:09:56.902Z", + "updatedAt": "2026-03-12T23:06:38.009Z", "postProcessHash": "3f67b199792c8ebffc05370ede5870ebb5e3b0418ca6c2ef26cc564d8f25c918" } } @@ -3518,15 +3518,15 @@ }, "d6981951a39e89e7e114569390ff80f437b2051da7077d1947b027a0ac5c804a": { "es": { - "updatedAt": "2026-03-12T19:09:57.010Z", + "updatedAt": "2026-03-12T23:06:38.090Z", "postProcessHash": "65bb8b0df8c06de6702773b0b9dd6aae898a47a04c774067a470c4dae7df2e38" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.012Z", + "updatedAt": "2026-03-12T23:06:38.092Z", "postProcessHash": "caf561a53c106613b03ded5cb0c00d4f61688a6b56d48c3797da2fc484b051de" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.012Z", + "updatedAt": "2026-03-12T23:06:38.093Z", "postProcessHash": "b560a810636a58bea3527ae3746f1f2d29e82edd072311b8aebe825438890d3a" } } @@ -3581,15 +3581,15 @@ }, "31208fd7eb8499c2ca798ca6e3f74c8adcac6b115828fb88f54980683b0e69c9": { "es": { - "updatedAt": "2026-03-12T19:09:56.919Z", + "updatedAt": "2026-03-12T23:06:38.023Z", "postProcessHash": "6604c90d94a00eb7658f1880541bbb701925408fb507b7678d7f152c4caa09e7" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.919Z", + "updatedAt": "2026-03-12T23:06:38.024Z", "postProcessHash": "d0b16b527055840c4722821d48885910205c9ed74b3267134c44a286ca6c1c0f" }, "fr": { - "updatedAt": "2026-03-12T19:09:56.921Z", + "updatedAt": "2026-03-12T23:06:38.025Z", "postProcessHash": "d930f27dc1dd96e16b1a640b6ecf974829f81104f9571ed54ad263b6745e0592" } } @@ -3776,15 +3776,15 @@ }, "d65eb28fd926b44b4acc1737969b96d81f3b3e7c34bb93527019a4f2b62d3d4e": { "zh": { - "updatedAt": "2026-03-12T19:09:56.930Z", + "updatedAt": "2026-03-12T23:06:38.033Z", "postProcessHash": "cd8bae05021fa5c2684bc63ed51da45b615106f68cba9f8a0ff2711c6bcf70ad" }, "fr": { - "updatedAt": "2026-03-12T19:09:56.931Z", + "updatedAt": "2026-03-12T23:06:38.033Z", "postProcessHash": "81bb39e7cfe1ea03254d753788d873f860d80d89c013e2f08e6a5d2dc1b915f9" }, "es": { - "updatedAt": "2026-03-12T19:09:56.931Z", + "updatedAt": "2026-03-12T23:06:38.033Z", "postProcessHash": "11852df789359d446604f73eadf0d68e79a0a6170b32dbcb68bed7ca0020f2f9" } } @@ -3873,15 +3873,15 @@ }, "0cf28adbe17cdcfe3d427395d3cc9d1fc80c36d159416bb7dfe76aeceefd132b": { "fr": { - "updatedAt": "2026-03-12T19:09:56.916Z", + "updatedAt": "2026-03-12T23:06:38.021Z", "postProcessHash": "5e11aa901acf1c76fb626e03c612f1efbf3bd16eb797f15df5b8b7b9b6a514cd" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.917Z", + "updatedAt": "2026-03-12T23:06:38.022Z", "postProcessHash": "528f8e87118f0a10302bd5d7e139b20364340f1cb359a01cbc3819acb0fda0d8" }, "es": { - "updatedAt": "2026-03-12T19:09:56.917Z", + "updatedAt": "2026-03-12T23:06:38.022Z", "postProcessHash": "5b596f0a15ed441fb828d6ade656e860333072fc7bf75da1fb608a79c46f41c5" } } @@ -3947,15 +3947,15 @@ }, "0965ae28ece3d3c3d5e10a49890e4d424a7196e1cc325921cdee9f9d8775d554": { "es": { - "updatedAt": "2026-03-12T19:09:56.903Z", + "updatedAt": "2026-03-12T23:06:38.010Z", "postProcessHash": "e9079648372645beb581593ceb0ccf349132811088a022797123f24db8f8f028" }, "fr": { - "updatedAt": "2026-03-12T19:09:56.903Z", + "updatedAt": "2026-03-12T23:06:38.011Z", "postProcessHash": "fd8fa286ab5dc0f1c6f7034cf4f6fd87d3905e1adfe776a1967ff103526c2fcd" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.904Z", + "updatedAt": "2026-03-12T23:06:38.011Z", "postProcessHash": "8557a5fd4a396c44eca8dda9ea37a70bfdb667aa8a2e081afd1dc7b0d10ce3f9" } } @@ -3974,15 +3974,15 @@ }, "4ba815c35fc1d6ae05c075a25e63c14bb4f99030f6269e2e624b6a6cf7b40e43": { "es": { - "updatedAt": "2026-03-12T19:09:56.898Z", + "updatedAt": "2026-03-12T23:06:38.003Z", "postProcessHash": "5650fd1e5b54ca1f661e47670d18329aa1f7bffa14db3c976ac8c62b7d8f83db" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.899Z", + "updatedAt": "2026-03-12T23:06:38.005Z", "postProcessHash": "7335a32222b237a0727718dba49a451bab788d164964f432fb24439da285b365" }, "fr": { - "updatedAt": "2026-03-12T19:09:56.899Z", + "updatedAt": "2026-03-12T23:06:38.005Z", "postProcessHash": "9564fd4e27315a68427db20238bfd5b1ef80c3cc44a87580e41f928358511c6c" } } @@ -4096,15 +4096,15 @@ }, "fe4e22d00507a49bb6fe457772ab8d58ae31580fd8131f0dfe4a679ad9d66061": { "zh": { - "updatedAt": "2026-03-12T19:09:57.023Z", + "updatedAt": "2026-03-12T23:06:38.104Z", "postProcessHash": "0cfaec85e499cd6c28ecffaf9662c80f6552470d7ef109725294a02bef1a36dd" }, "es": { - "updatedAt": "2026-03-12T19:09:57.023Z", + "updatedAt": "2026-03-12T23:06:38.105Z", "postProcessHash": "3e55058a084ce4e1ba300aac39cb5aad2c6aea4ac5257dbc74d07e1bb3a3909a" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.023Z", + "updatedAt": "2026-03-12T23:06:38.106Z", "postProcessHash": "56bbc3af0cef4199a24aac4d246464842b87926f134f3ad22a1b7bbc6872116d" } } @@ -4598,15 +4598,15 @@ }, "c7e337e20282d4ca333fb2703d3cc4673d17436168be4d6b28388acfa8f3c770": { "zh": { - "updatedAt": "2026-03-12T19:09:57.025Z", + "updatedAt": "2026-03-12T23:06:38.108Z", "postProcessHash": "e18005790d041efca76ed3d2a892bb54118dc7a2af0b9636fa086a8a0eebbad4" }, "es": { - "updatedAt": "2026-03-12T19:09:57.025Z", + "updatedAt": "2026-03-12T23:06:38.108Z", "postProcessHash": "e141fc7f0b2c269cfdc20673ccc9c669530f3162ec5adb1bfcb424c9d5e161c0" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.026Z", + "updatedAt": "2026-03-12T23:06:38.108Z", "postProcessHash": "a857dc36b9c7e361359077a0780abdbbb0c2a9a96de93e8accdcd61a3b2a3b3e" } } @@ -4876,15 +4876,15 @@ }, "f44679d154d44aa7aabb1cb2c7a17d1f1a3735e5b37ff7407d83e965318fcf9b": { "zh": { - "updatedAt": "2026-03-12T19:09:56.937Z", + "updatedAt": "2026-03-12T23:06:38.040Z", "postProcessHash": "ccce01a4850b0a089ace8cc1424d3d90cc1fb81b5fdbcf9e10e73ff43beb0139" }, "es": { - "updatedAt": "2026-03-12T19:09:56.938Z", + "updatedAt": "2026-03-12T23:06:38.041Z", "postProcessHash": "ada9a9ed05d961218fbd79c323d5c5a9b577399bab0ce71ed5a40b4effb688b7" }, "fr": { - "updatedAt": "2026-03-12T19:09:56.938Z", + "updatedAt": "2026-03-12T23:06:38.041Z", "postProcessHash": "e323c176a93e98e45e9978c69726d269dd38859f41f4bab8df343f24488e63dc" } } @@ -5385,15 +5385,15 @@ }, "3d8e0d7f6428b40737d37119dffe17360fa743071f660b50893119134ad7941a": { "fr": { - "updatedAt": "2026-03-12T19:09:56.958Z", + "updatedAt": "2026-03-12T23:06:38.050Z", "postProcessHash": "96f1473b097476027124aa6e1179ebebce348199cdbcffe953bdc1f69e649fad" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.959Z", + "updatedAt": "2026-03-12T23:06:38.051Z", "postProcessHash": "7f2d4432f39d07ae9464d88d93ec8597bc9a2b3fad8b4c24f259800dd1000f3c" }, "es": { - "updatedAt": "2026-03-12T19:09:56.959Z", + "updatedAt": "2026-03-12T23:06:38.051Z", "postProcessHash": "04f78f89cdb48fe936fa3a0db5eebf25301c053f41ef633dfbbe4269781febc7" } } @@ -5711,15 +5711,15 @@ }, "abe5db6a1a208339f359aec5c4a99b44488f1aae4538a41ae46a5bd5bd78906c": { "es": { - "updatedAt": "2026-03-12T19:09:56.969Z", + "updatedAt": "2026-03-12T23:06:38.057Z", "postProcessHash": "bcf6d2f5c5e338ebdd4e72a2c57cb27e258fba48635a34adf463dbd5baf7dadd" }, "fr": { - "updatedAt": "2026-03-12T19:09:56.969Z", + "updatedAt": "2026-03-12T23:06:38.057Z", "postProcessHash": "0a5aba06c1ac6cb87d971bfe0baf860d5d005e4b578b3244a5f316c78ef54901" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.970Z", + "updatedAt": "2026-03-12T23:06:38.058Z", "postProcessHash": "b4f0b4f307e547e270cd86ce51552532b715cdad90b155ec5c6aecc3f21141d4" } } @@ -5777,15 +5777,15 @@ }, "46d99587945a98c7a4b031665731b68f8de3169f64362e8c504d1d31ed914e0e": { "es": { - "updatedAt": "2026-03-12T19:09:57.008Z", + "updatedAt": "2026-03-12T23:06:38.088Z", "postProcessHash": "c3ed4590d266e04dfa1ad4790e2e1da166c52ab7e740f10cfecbc9631f32d714" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.011Z", + "updatedAt": "2026-03-12T23:06:38.091Z", "postProcessHash": "1e6aa99eb123eb2c90071cb13e2e42552f7e2cb4921c54ba6dd2deb5cc5d5102" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.013Z", + "updatedAt": "2026-03-12T23:06:38.094Z", "postProcessHash": "414f9380bdb6578cd5b7fdcb08ac08c2032e7f4be9dd0023326b5e925ead02fc" } } @@ -5829,15 +5829,15 @@ }, "f4c17ce87dad801a9b8a117638e418692b12c152ed7451dfc0d5d9899288d99c": { "zh": { - "updatedAt": "2026-03-12T19:09:57.017Z", + "updatedAt": "2026-03-12T23:06:38.096Z", "postProcessHash": "9e01066a931a797e04ece7070c9d616e36648710e7146036eef7385b4f48cd11" }, "es": { - "updatedAt": "2026-03-12T19:09:57.017Z", + "updatedAt": "2026-03-12T23:06:38.096Z", "postProcessHash": "7ea6e6df1d4e281e146d99950bf5050614571566424425d68441d8d362b3e8c0" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.018Z", + "updatedAt": "2026-03-12T23:06:38.097Z", "postProcessHash": "6db547e68fcefd2304fbe4f78ff9c6f7a9f6624cd60ab093340be3ff3e934b17" } } @@ -5892,15 +5892,15 @@ }, "36ab4e016a4d55e0a939af5ca68231789efa259dfdc8da60d6372594276f5cbb": { "es": { - "updatedAt": "2026-03-12T19:09:56.991Z", + "updatedAt": "2026-03-12T23:06:38.070Z", "postProcessHash": "672cdc63fe64bf8aa4f62c52819fd8fabfcd006ea7cd8889ff3b45547131620f" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.991Z", + "updatedAt": "2026-03-12T23:06:38.071Z", "postProcessHash": "8ecde71d5b102ab00d805a6d968414c4e2fbab13141a944e7878fd3295ab9c3e" }, "fr": { - "updatedAt": "2026-03-12T19:09:56.992Z", + "updatedAt": "2026-03-12T23:06:38.071Z", "postProcessHash": "8b32aa49852538af3b2f12113d4cf70fee3c2e860d033430ce6240f66378005b" } } @@ -5971,15 +5971,15 @@ }, "0f98aa27de91c2ab51f51e253588c66b9e6efb3908d7b8b36433b3f1a7a09e40": { "zh": { - "updatedAt": "2026-03-12T19:09:57.010Z", + "updatedAt": "2026-03-12T23:06:38.090Z", "postProcessHash": "072ccb2d6137668f3b01d4e2c79e805f1e0e2b38b59a4d3a925c734897e5cb1a" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.013Z", + "updatedAt": "2026-03-12T23:06:38.093Z", "postProcessHash": "07fb9db89ea516446287b9cd79e0e663f67cdb94981d27384c41a2dff5234e69" }, "es": { - "updatedAt": "2026-03-12T19:09:57.015Z", + "updatedAt": "2026-03-12T23:06:38.095Z", "postProcessHash": "42fbf0ad16120486831300b5f14ee8a93ab29fb2c622cc0d6bc151986d944645" } } @@ -6026,15 +6026,15 @@ }, "2e0ceabd52567729afbcd81d1b3cb6ab52770ca952aca7efc493b3379c44cc1f": { "fr": { - "updatedAt": "2026-03-12T19:09:57.005Z", + "updatedAt": "2026-03-12T23:06:38.086Z", "postProcessHash": "6e94acb2fcef4c524ab579f70f502ba4170475443fe78353a5c91e1ff56ecd00" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.006Z", + "updatedAt": "2026-03-12T23:06:38.086Z", "postProcessHash": "1a06e5e4b384c1222f90b5f378384553c1ad0001c488b97fcb365846a6ae9714" }, "es": { - "updatedAt": "2026-03-12T19:09:57.008Z", + "updatedAt": "2026-03-12T23:06:38.088Z", "postProcessHash": "67af3d24cd00a24db0f60ea59e48730deb0e579db129de9ffd89e8cd3d8bb760" } } @@ -6092,15 +6092,15 @@ }, "fdc491981ad27e8a2869b04cbb6be6360e60a6076f8ffac174cabbaa66ec7c4f": { "es": { - "updatedAt": "2026-03-12T19:09:57.003Z", + "updatedAt": "2026-03-12T23:06:38.082Z", "postProcessHash": "097b803c0d628923d94357f23445fdc34201f669bb537937ead69b6ad4508a4d" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.005Z", + "updatedAt": "2026-03-12T23:06:38.085Z", "postProcessHash": "a5c3f67f2e248da4b257ed8c5378971f71d78c6c415532bf6774ec43bbb2745f" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.005Z", + "updatedAt": "2026-03-12T23:06:38.085Z", "postProcessHash": "3f5846f4036d4b0008ed1434621e80fb4de28caef77c17a926662bf7e4030a54" } } @@ -6172,15 +6172,15 @@ }, "8f5ca72463ca2ad2ba338a246aa396a3da9e7e666420907c4b610088849b22e2": { "zh": { - "updatedAt": "2026-03-12T19:09:57.002Z", + "updatedAt": "2026-03-12T23:06:38.081Z", "postProcessHash": "f12cf9a344f8027d27dc04a3c61d83a375626d3fa7254ac0ffe46912d2f08e76" }, "es": { - "updatedAt": "2026-03-12T19:09:57.002Z", + "updatedAt": "2026-03-12T23:06:38.082Z", "postProcessHash": "a6af898dc48a895012020da072501fba3b27e4193a31dd0f59ed00fd7a8d389d" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.003Z", + "updatedAt": "2026-03-12T23:06:38.082Z", "postProcessHash": "8cf7a6604a6ee8b811888e846ccfd9be715a6555ab9d82ca30604c3da6aa05ce" } } @@ -6210,15 +6210,15 @@ }, "bc8397cc9a6ce325952185bd403e7322c795c94318958e9c38b0cbea30872f53": { "es": { - "updatedAt": "2026-03-12T19:09:56.976Z", + "updatedAt": "2026-03-12T23:06:38.006Z", "postProcessHash": "3dfe0b3a8adea57098cf6a28353cf3c877a5085cbd41a6e0e78c119243fd9156" }, "fr": { - "updatedAt": "2026-03-12T19:09:56.986Z", + "updatedAt": "2026-03-12T23:06:38.008Z", "postProcessHash": "7c29ebf872683033685b8098cffab0e516dfcc75434a8dac6c025d8c5cee4a61" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.987Z", + "updatedAt": "2026-03-12T23:06:38.010Z", "postProcessHash": "8ba797a7b6f6ce48010f809e0f9c0a1d958f740c94e593f0b8cf0d296a6d44a5" } } @@ -6279,15 +6279,15 @@ }, "6a397a34591df905afcf4155cf301e392a70cadcc63d96749be10f7464e12372": { "zh": { - "updatedAt": "2026-03-12T19:09:57.011Z", + "updatedAt": "2026-03-12T23:06:38.091Z", "postProcessHash": "54edfe29e5a066c43c061ac2fb781e6b8424271eb258016a5befcf1c6e615b3c" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.011Z", + "updatedAt": "2026-03-12T23:06:38.091Z", "postProcessHash": "727094abaed6cd03e9d3282aecd4b828f1b690d27c70c242f50b45e44a23a0d3" }, "es": { - "updatedAt": "2026-03-12T19:09:57.012Z", + "updatedAt": "2026-03-12T23:06:38.092Z", "postProcessHash": "723aa87af415fca3e69c28644570a43450d1e27c6a3a21c3f01979b824e5c01f" } } @@ -6345,15 +6345,15 @@ }, "dfbe892e9933f71eaeb2d3e5944c1deb448e49e540e9d32187056b9b1943747a": { "fr": { - "updatedAt": "2026-03-12T19:09:57.001Z", + "updatedAt": "2026-03-12T23:06:38.080Z", "postProcessHash": "a3da1888ba0b1a06b13e2950304e32a1ffc26d4b365c7d9b3d803bf17d13a390" }, "es": { - "updatedAt": "2026-03-12T19:09:57.001Z", + "updatedAt": "2026-03-12T23:06:38.080Z", "postProcessHash": "361756d690e7a1ed16d6f2e41df283bdc18399c2516196d0c1eb663d56c86612" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.002Z", + "updatedAt": "2026-03-12T23:06:38.081Z", "postProcessHash": "e709a7a8189d69fa88ff87df3c443aa4ad01055da6b26f7ebe13a0d919dafb12" } } @@ -6408,15 +6408,15 @@ }, "f2df2e6e275d1ec9ca40bafa8486ed9db0ec685525e1f452c93cac5db9cc389a": { "es": { - "updatedAt": "2026-03-12T19:09:56.994Z", + "updatedAt": "2026-03-12T23:06:38.073Z", "postProcessHash": "31db317d07b08d998de29f672d3b8a6c11a93dd3527ccc82a835e8612454ea55" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.994Z", + "updatedAt": "2026-03-12T23:06:38.073Z", "postProcessHash": "197f2d56f6b9a71b77267b0cf82a22ac8846f2946a1c270ae26eecfe89c93083" }, "fr": { - "updatedAt": "2026-03-12T19:09:56.994Z", + "updatedAt": "2026-03-12T23:06:38.074Z", "postProcessHash": "c49ddca746710deee3c06650c0cfc43e6652067658dc7620f92db38d0aa248d5" } } @@ -6477,15 +6477,15 @@ }, "5d68c2bd672ddf7e080ba42337aa13b1d4298d5ac63500812deed217577180b6": { "fr": { - "updatedAt": "2026-03-12T19:09:57.004Z", + "updatedAt": "2026-03-12T23:06:38.083Z", "postProcessHash": "f95e4b30bc1a29f76f2779665ca06572411a3f956d5fd454d5c7408fc114e903" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.004Z", + "updatedAt": "2026-03-12T23:06:38.084Z", "postProcessHash": "4a118d80be8671e1095cb87431d17f22cffc04b9baf8bda44b6a2b353067c80a" }, "es": { - "updatedAt": "2026-03-12T19:09:57.004Z", + "updatedAt": "2026-03-12T23:06:38.084Z", "postProcessHash": "9d4db8425749cf63614b9529907f4fec07f642182e704ee73d8e545a8f8cfbc9" } } @@ -6557,15 +6557,15 @@ }, "5a3ff3745924ae0e90565a884cfd5cefa37dadb93ad90e4216932d64a9089ffc": { "es": { - "updatedAt": "2026-03-12T19:09:57.020Z", + "updatedAt": "2026-03-12T23:06:38.098Z", "postProcessHash": "e6dbd3915eb3065ae388f852a924baa0f8a22d7a15fc57439c41f9373b8c98b9" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.020Z", + "updatedAt": "2026-03-12T23:06:38.099Z", "postProcessHash": "b9d76cb27c0de9c459a664ecc4986dffbf87c8cbf13eec7a63852a770343132d" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.021Z", + "updatedAt": "2026-03-12T23:06:38.100Z", "postProcessHash": "e4eec23df3282aae267f130ca8b5a27989e4c95f96ba93c66d1aea4bab459d70" } } @@ -6623,15 +6623,15 @@ }, "bec68c8eb4242c09c7c96f53e90961914bd892ffa379ee82587186b884f42d7a": { "zh": { - "updatedAt": "2026-03-12T19:09:57.020Z", + "updatedAt": "2026-03-12T23:06:38.099Z", "postProcessHash": "a6fbd887ee2327e6484f0c7a4c13852ebef073d7ff1f44d510d4568252d862e1" }, "es": { - "updatedAt": "2026-03-12T19:09:57.021Z", + "updatedAt": "2026-03-12T23:06:38.100Z", "postProcessHash": "e3d3c9c15c1a949be8e0f3d844098859d35fb6af76855ded33c40a68be3d55e6" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.022Z", + "updatedAt": "2026-03-12T23:06:38.101Z", "postProcessHash": "ee27be734e7c5392b52567caa81ecf269ae110add1d969049164eb4676dad1d6" } } @@ -6717,15 +6717,15 @@ }, "46de939f2fd829f421abc4e697851e94f1369c1eef05eddf09141dee15165c92": { "fr": { - "updatedAt": "2026-03-12T19:09:57.019Z", + "updatedAt": "2026-03-12T23:06:38.098Z", "postProcessHash": "2f66331e112cb768e0cbc704e14426c89c30136b9fa36ebb4316608b0d2c39fe" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.022Z", + "updatedAt": "2026-03-12T23:06:38.101Z", "postProcessHash": "6eee87cd890ec51ae2488d6be37ae75445a07598130e14cdd7e8547b42b2fcb3" }, "es": { - "updatedAt": "2026-03-12T19:09:57.022Z", + "updatedAt": "2026-03-12T23:06:38.102Z", "postProcessHash": "b9b84229bf40a3eede9fc1c7d9ca2ad1c926ec998b3d4466cfb4a4fb268f6377" } } @@ -6808,15 +6808,15 @@ }, "04f97b24d8f32aef53891a1a33ab7db30f36538131dd0434af251796b5698daf": { "zh": { - "updatedAt": "2026-03-12T19:09:56.927Z", + "updatedAt": "2026-03-12T23:06:38.030Z", "postProcessHash": "694334affb6affcb16eeee6acd819715c84c8729aaff8225d8d808a649df2b1a" }, "fr": { - "updatedAt": "2026-03-12T19:09:56.927Z", + "updatedAt": "2026-03-12T23:06:38.031Z", "postProcessHash": "13671b69ce8922f66b3c622d62bae89c9e291f7b7322e53c62493c5fa4b89cd4" }, "es": { - "updatedAt": "2026-03-12T19:09:56.928Z", + "updatedAt": "2026-03-12T23:06:38.031Z", "postProcessHash": "505aea29b1bd786920af5522f285cbab58e55c4fca6c3df9657879c9d62f5652" } } @@ -7002,6 +7002,20 @@ "updatedAt": "2026-03-12T19:09:57.019Z", "postProcessHash": "cac84d83bf092c873cd01e5183b2800864923ef45bd17fae1170b14d5a244da6" } + }, + "1c0d9373bc19751d512bc3ab96039a671a424704e42830a1dc2db85e45f39fbe": { + "es": { + "updatedAt": "2026-03-12T23:06:38.273Z", + "postProcessHash": "cb4c74438438c3cb49371eaa1a9b15c328044c1428a48f9026e762b718ce9fc3" + }, + "zh": { + "updatedAt": "2026-03-12T23:06:38.274Z", + "postProcessHash": "70e6c6ce090da47e0c52e564a609418a5bbaae39a400c19333392044c994233f" + }, + "fr": { + "updatedAt": "2026-03-12T23:06:38.274Z", + "postProcessHash": "0c7dc92e7b65f832b90de221b475a75ea86acc58499f8528a35baeae300db1cd" + } } }, "ca839b3f595f7a416e82ce91662f6244daa9dbc8e3673da318c53a6bd7149492": { @@ -7177,15 +7191,15 @@ }, "6d3c6804356faace62935e0771564ca1b5877a4ee8cea7d1d8dbab674e276dae": { "zh": { - "updatedAt": "2026-03-12T19:09:56.954Z", + "updatedAt": "2026-03-12T23:06:38.086Z", "postProcessHash": "4a9c550dea2151b8cd494a131d3a1ff960af6a49fea09c6270e7ae2ab178a894" }, "es": { - "updatedAt": "2026-03-12T19:09:57.006Z", + "updatedAt": "2026-03-12T23:06:38.087Z", "postProcessHash": "c52fbc5776dcddb7021bcacb9d2836c198a94627c3363ad40acb16b9468d0bf0" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.007Z", + "updatedAt": "2026-03-12T23:06:38.087Z", "postProcessHash": "c04ffa66069c83600ed5f44cd25652a776d6a8e83d5e909909e07c202154f1f0" } } @@ -7257,15 +7271,15 @@ }, "1ca7b74ca7d6b3b41f91c0f8c270804b9d9c1435d3b317c1d5a08d56386ac7b4": { "es": { - "updatedAt": "2026-03-12T19:09:57.013Z", + "updatedAt": "2026-03-12T23:06:38.093Z", "postProcessHash": "3e6d002c138ab8346cdc401ac5347884b6555e8a1ca0c067f9fc655e0a34247e" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.016Z", + "updatedAt": "2026-03-12T23:06:38.095Z", "postProcessHash": "dee748f5570608666e98a2d597e98cc2aa9d7fa1d4ae3c41087a72b5edc9c29a" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.016Z", + "updatedAt": "2026-03-12T23:06:38.096Z", "postProcessHash": "6e9530d14e3bfc886a58380c5ac0300a29451b578aecff7f97d0348d522f9de7" } } @@ -7320,15 +7334,15 @@ }, "52b19024a144c7e0686c18d91e623665102d462a44cea462c8a002f9546d2274": { "es": { - "updatedAt": "2026-03-12T19:09:56.997Z", + "updatedAt": "2026-03-12T23:06:38.076Z", "postProcessHash": "d102219fd7a3848b30fad5258447ee9599eabe5416b2f93f716a1ddb410e7ecb" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.997Z", + "updatedAt": "2026-03-12T23:06:38.076Z", "postProcessHash": "4526eb4250544d150435170c6a901ee32933add749146f4ad6e72729e0746c32" }, "fr": { - "updatedAt": "2026-03-12T19:09:56.998Z", + "updatedAt": "2026-03-12T23:06:38.077Z", "postProcessHash": "9e3e009dfa507614ef3b8baa777cc0285a0c36906001b3f19e5ce7d103cf8d31" } } @@ -7422,15 +7436,15 @@ }, "43a0eb727a4aff8670edd72e4ca6084abc10a266ee7218adc6b43ed994d6406a": { "fr": { - "updatedAt": "2026-03-12T19:09:57.057Z", + "updatedAt": "2026-03-12T23:06:38.139Z", "postProcessHash": "66e390055e245713af55c1d73a337fab0609e9f12e6e8b38787c833514434540" }, "es": { - "updatedAt": "2026-03-12T19:09:57.058Z", + "updatedAt": "2026-03-12T23:06:38.140Z", "postProcessHash": "4dca9409bb0c577b3533b8f68e372442b7c40f50119abfb73c36e9c550eb9b86" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.058Z", + "updatedAt": "2026-03-12T23:06:38.141Z", "postProcessHash": "8f8e5b366f3cb5e2711b5a12883874e3e509d9d39efb4413b38bee67838c6f8d" } } @@ -7474,15 +7488,15 @@ }, "2bdf2ef85e8b544cca6075074a3bc7cae7ca06232bb8783e29c2ddfb27b3368d": { "zh": { - "updatedAt": "2026-03-12T19:09:57.085Z", + "updatedAt": "2026-03-12T23:06:38.168Z", "postProcessHash": "747a1a67ef6492bbff4d4659f4a1faa894e9830ee7b848803844019d038affe8" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.085Z", + "updatedAt": "2026-03-12T23:06:38.169Z", "postProcessHash": "d7ec3f4ea916056419cdfa2dbe18407df249b166464c51adcb6414e91ba9c747" }, "es": { - "updatedAt": "2026-03-12T19:09:57.086Z", + "updatedAt": "2026-03-12T23:06:38.169Z", "postProcessHash": "4a6c74b3320c81b1a7af5f22cc61baa03cd61bf5136b427cf8ff4f818782fb3e" } } @@ -7702,6 +7716,20 @@ "updatedAt": "2026-03-12T19:09:57.109Z", "postProcessHash": "94d8b8a18a1537ca1cee25571e0f4e69efc4abf87b97f4093ea2f86020b3b0ba" } + }, + "aad94973c6c9d276861cfae7351b34fba0c54ac5642888da51190a0db65a9769": { + "fr": { + "updatedAt": "2026-03-12T23:06:38.152Z", + "postProcessHash": "c2110261313aa8b00eb087a559e44e17c1022583b3cd7be6b1549ee00ee6eaf4" + }, + "es": { + "updatedAt": "2026-03-12T23:06:38.193Z", + "postProcessHash": "6d728d804b9fa705b13c18b856d64959e88911f6560a18fa2b1fb7da50658f46" + }, + "zh": { + "updatedAt": "2026-03-12T23:06:38.193Z", + "postProcessHash": "a78803afd0bb1b6c645e9fc62d445aa29a3079b5c122fee77427e56854367ce4" + } } }, "33775c95c053446d49c6e8a2b0c27be22ad08f20341627f800b1107de53d35d9": { @@ -7757,15 +7785,15 @@ }, "618f7df0569b227b97f62010e40dca52b5eeaab98708880982cb2b9062b4ea3a": { "zh": { - "updatedAt": "2026-03-12T19:09:57.054Z", + "updatedAt": "2026-03-12T23:06:38.136Z", "postProcessHash": "d194ff3ab3acd439512453acc1ee7d126003af9166812ecebc09adb7fc8eac23" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.055Z", + "updatedAt": "2026-03-12T23:06:38.137Z", "postProcessHash": "58a4c32f0e9dc1cd1ae98c182e610e05516dad868d8ac794427fd546496de144" }, "es": { - "updatedAt": "2026-03-12T19:09:57.057Z", + "updatedAt": "2026-03-12T23:06:38.140Z", "postProcessHash": "4eb4020e416f5d395df05036a152d9a455403d2931cd808b4de5ff10e8d5697c" } } @@ -7836,15 +7864,15 @@ }, "df814b0e0a68e3a140bf4bfe47b4f3aa21651a1198593aab4cf11e394ffed370": { "fr": { - "updatedAt": "2026-03-12T19:09:57.048Z", + "updatedAt": "2026-03-12T23:06:38.131Z", "postProcessHash": "e609e081823569b0674219c6348db5d75f758b70fb93239a20671e85b86175f7" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.049Z", + "updatedAt": "2026-03-12T23:06:38.131Z", "postProcessHash": "b019a197fff74cb12b3449b2794b378f3e99af15849d9c26e4371ddf7b71ca17" }, "es": { - "updatedAt": "2026-03-12T19:09:57.049Z", + "updatedAt": "2026-03-12T23:06:38.131Z", "postProcessHash": "694fb7e8556c8e4af0a3fd2985c76008fb41fdecd01c559b20993a626ef252a9" } } @@ -7888,15 +7916,15 @@ }, "86b8e097a9b0e46381251b330ee2994848fa61c2f11f64334905dbfc1ca8e17c": { "zh": { - "updatedAt": "2026-03-12T19:09:56.990Z", + "updatedAt": "2026-03-12T23:06:38.069Z", "postProcessHash": "11bae015734e64879e0d11a17f951f92c9b15f7dccbba52fba05be561836220d" }, "es": { - "updatedAt": "2026-03-12T19:09:56.990Z", + "updatedAt": "2026-03-12T23:06:38.069Z", "postProcessHash": "3e4f7108c4d0ecf5c5fddda1f03e971c3749a3376c5d9b686c3346ac98d9abdf" }, "fr": { - "updatedAt": "2026-03-12T19:09:56.991Z", + "updatedAt": "2026-03-12T23:06:38.070Z", "postProcessHash": "79cff003f9b18f62b1f0aa24cd6df20f42f8bcd8493c67ff57052d34b41e5e45" } } @@ -7940,15 +7968,15 @@ }, "3c3a0cd2e49916d3a78ea9c30ca15a9dac71b0c58cfd39f5996949538af427f6": { "zh": { - "updatedAt": "2026-03-12T19:09:57.036Z", + "updatedAt": "2026-03-12T23:06:38.118Z", "postProcessHash": "d05585aef1fe86fbbe8eadbdf7ae92906bc2f2e452944101aa12cccd58a2513b" }, "es": { - "updatedAt": "2026-03-12T19:09:57.038Z", + "updatedAt": "2026-03-12T23:06:38.120Z", "postProcessHash": "f062e11080231a67a92c250ed17120e4e984d743ba158cedcb07b9f279828087" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.038Z", + "updatedAt": "2026-03-12T23:06:38.120Z", "postProcessHash": "238d5c5023a1f00c966623b3bf24955cecddc48039d03b98ebbde4154f9ee431" } } @@ -8006,15 +8034,15 @@ }, "15c320c1993e6e3bddb2a87e9131521dfe086c70529878b79c528812b2728c11": { "zh": { - "updatedAt": "2026-03-12T19:09:56.995Z", + "updatedAt": "2026-03-12T23:06:38.074Z", "postProcessHash": "4a0e1d40b6ecdea29037677181688456523903dae07f42eb7873789758c0b852" }, "es": { - "updatedAt": "2026-03-12T19:09:56.995Z", + "updatedAt": "2026-03-12T23:06:38.074Z", "postProcessHash": "260d570f040a591d3c8a37b8a4b42e0fe3d17de85f10463cbdf7fa27eb0693b5" }, "fr": { - "updatedAt": "2026-03-12T19:09:56.995Z", + "updatedAt": "2026-03-12T23:06:38.075Z", "postProcessHash": "0d539fe5a95dffa17d2e23f694408643a638905749143a2aa027264da4ec69c4" } } @@ -8083,15 +8111,15 @@ }, "dc840019005efdf82cf09a2011702a45c02ba5bf5829e9d289536154327e953a": { "zh": { - "updatedAt": "2026-03-12T19:09:57.037Z", + "updatedAt": "2026-03-12T23:06:38.119Z", "postProcessHash": "6e5154ab531de4873d9041b20a7924609b748e796bc332ebd5d2415a2a6dc163" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.037Z", + "updatedAt": "2026-03-12T23:06:38.119Z", "postProcessHash": "813c6fe9ae6082430e11fe857037a0377f202d91a8040cd9f2ae0a7062ab0cf2" }, "es": { - "updatedAt": "2026-03-12T19:09:57.038Z", + "updatedAt": "2026-03-12T23:06:38.120Z", "postProcessHash": "5175e1044dfc4b651b074bcd0c5e246a39f20f71460bdfc52462fe1b4aa4ccad" } } @@ -8188,15 +8216,15 @@ }, "43be7fc62ddb4f7e0d9269f11e2cf2cf73e6f2cc68c8e96742a05a4e8e155aee": { "zh": { - "updatedAt": "2026-03-12T19:09:57.060Z", + "updatedAt": "2026-03-12T23:06:38.143Z", "postProcessHash": "432e6aba97c6d4a92f414451573eb4afe86198cee00f44da98927d6a22392bfb" }, "es": { - "updatedAt": "2026-03-12T19:09:57.062Z", + "updatedAt": "2026-03-12T23:06:38.145Z", "postProcessHash": "f76590c6eb1dcca18d047ff277e19edbee6252259f828fab1481fe7fe463c614" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.062Z", + "updatedAt": "2026-03-12T23:06:38.145Z", "postProcessHash": "1b0610e48c149b4494466dff6fff740deb685da1e06838b2c1ada45c08bad2c1" } } @@ -8240,15 +8268,15 @@ }, "16ffb9f1c23dab6f47df9381a23e5d7e91e36132221c0b7f111e766fcff1f50f": { "fr": { - "updatedAt": "2026-03-12T19:09:56.989Z", + "updatedAt": "2026-03-12T23:06:38.068Z", "postProcessHash": "b73cd584801252c7df5fdaa0f1340538b79a687b2478f2982a02d096b2eddaed" }, "es": { - "updatedAt": "2026-03-12T19:09:56.989Z", + "updatedAt": "2026-03-12T23:06:38.068Z", "postProcessHash": "416e947039ecb7f48b8538ca3767057e50ac1f8a71ced0dec8ced92b6e2056d6" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.990Z", + "updatedAt": "2026-03-12T23:06:38.069Z", "postProcessHash": "c1a3a89da04cb3e41c20b10019e39cc52710f4df1e6fe5c2211d77fabe368354" } } @@ -8348,15 +8376,15 @@ }, "035f3ca10a98bab35bb1c5106bd5157f681d0ca45134b47f0596bdbefaab3aa2": { "zh": { - "updatedAt": "2026-03-12T19:09:57.054Z", + "updatedAt": "2026-03-12T23:06:38.136Z", "postProcessHash": "bba921b34ffa633f63520bfe9b789b7763269e9eff904779d8d755148d07ad8b" }, "es": { - "updatedAt": "2026-03-12T19:09:57.059Z", + "updatedAt": "2026-03-12T23:06:38.141Z", "postProcessHash": "6da52b4eed47c76249171d3ed56f8f6bc7eef7d35293dffc3b6e0d4f77209c81" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.059Z", + "updatedAt": "2026-03-12T23:06:38.142Z", "postProcessHash": "9b98e6e3ec79050a2bfc1ea3575d72d3cd434a545a390877bdf4881221540b52" } } @@ -8439,15 +8467,15 @@ }, "72b278f094b7ea2fd15648a004a0c9b4182d51ef2e8f7f3f767c13ff4b06c5dd": { "zh": { - "updatedAt": "2026-03-12T19:09:57.035Z", + "updatedAt": "2026-03-12T23:06:38.116Z", "postProcessHash": "45552e7681290583409fd0638375f1c841eab621ffa007611ea2f5858c1af05b" }, "es": { - "updatedAt": "2026-03-12T19:09:57.035Z", + "updatedAt": "2026-03-12T23:06:38.117Z", "postProcessHash": "b58c5853ef7a32550470d65fd7d9f6fae0049611c327f95b9f33614a01fe7775" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.036Z", + "updatedAt": "2026-03-12T23:06:38.118Z", "postProcessHash": "1f2420f56bfeb6a227c955bcb5cbf6fe3ce84fdaaab10f2cb004282032f9224b" } } @@ -8533,15 +8561,15 @@ }, "06aa7d4453fb4d8977d0e0c3aeffd9e1b32aa9f2045e38b9b094613b6b446664": { "fr": { - "updatedAt": "2026-03-12T19:09:56.992Z", + "updatedAt": "2026-03-12T23:06:38.071Z", "postProcessHash": "3a955ec7658e1d1ee2f2098a00a1ac03aa3d6dfbbe567e37c44589120a8dbc6b" }, "es": { - "updatedAt": "2026-03-12T19:09:56.993Z", + "updatedAt": "2026-03-12T23:06:38.072Z", "postProcessHash": "492d0d2c9e2625af4c5cf0c13d6350f8336bda47c9bb5c7c579533082224ed91" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.993Z", + "updatedAt": "2026-03-12T23:06:38.072Z", "postProcessHash": "647228a90f03fd15e917c4a217d21c3f288e07d2ff0804954e9042666539ad26" } } @@ -8585,15 +8613,15 @@ }, "5b24493244d0710ac99f217f58a892434b35852b99d223ed615c968c942924d9": { "es": { - "updatedAt": "2026-03-12T19:09:57.064Z", + "updatedAt": "2026-03-12T23:06:38.148Z", "postProcessHash": "ac775f638e5cc784ac22f1cc82926812d23c3a07cc423c8a4c0e08d0d250f7d5" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.064Z", + "updatedAt": "2026-03-12T23:06:38.148Z", "postProcessHash": "4cf1fd9c97eb4825d667f8af374be13a1919d622048b1179f581c788bc16ca92" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.066Z", + "updatedAt": "2026-03-12T23:06:38.149Z", "postProcessHash": "3135c5e445af90b73ac8c38dee71526899a99a4f655e5b29fdd76e3cced188a5" } } @@ -8662,15 +8690,15 @@ }, "d86a9ecba8bf5a96bc39bea9794f6732c85c706caa36949aa0a4c0e6d4fbc74c": { "zh": { - "updatedAt": "2026-03-12T19:09:57.055Z", + "updatedAt": "2026-03-12T23:06:38.137Z", "postProcessHash": "7c4ac9cf3090fdad0b3ae5032cb15b37b540bd6e8d1d73dbdbbe942849bee304" }, "es": { - "updatedAt": "2026-03-12T19:09:57.056Z", + "updatedAt": "2026-03-12T23:06:38.138Z", "postProcessHash": "c872d858a4f7255cb5cec3332626d3446654d9169a40e04592e697a57c1b2d0b" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.056Z", + "updatedAt": "2026-03-12T23:06:38.138Z", "postProcessHash": "09d5a98792b8c8a0df22113ba988c48d2d2242415ceae451aba8b9d1c5d406cf" } } @@ -8770,15 +8798,15 @@ }, "64dd0af474976e1a6897664f948bacb071551402b35682bf26ed5450cecc7102": { "fr": { - "updatedAt": "2026-03-12T19:09:57.055Z", + "updatedAt": "2026-03-12T23:06:38.138Z", "postProcessHash": "076f80660b72de8338956172cc5be73a4de1772a2bcacd1f980f382bfe97e224" }, "es": { - "updatedAt": "2026-03-12T19:09:57.057Z", + "updatedAt": "2026-03-12T23:06:38.139Z", "postProcessHash": "c73ae46a907d08189289f418b56dc143952c279641e5eef8b1a5aaaa2ba5853d" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.058Z", + "updatedAt": "2026-03-12T23:06:38.141Z", "postProcessHash": "6e5f023bf6cfca7eed8d4a33c39027a809dcae0f8c6ac6ff8c2c5eda2516341c" } } @@ -8858,15 +8886,15 @@ }, "89f25a461000b4bbf13ee0f59fc30fdd1231590e5a603346f4ab56c0aa3ba9f4": { "fr": { - "updatedAt": "2026-03-12T19:09:57.060Z", + "updatedAt": "2026-03-12T23:06:38.143Z", "postProcessHash": "13e70933e35421d6d11ea7b963720af4bf1e9627d64ed05a3e1c846489516387" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.061Z", + "updatedAt": "2026-03-12T23:06:38.144Z", "postProcessHash": "b4fb1ac9b37a904b14cc5b17045265c48155a84dade5b3fc8f3df2f3af94bf45" }, "es": { - "updatedAt": "2026-03-12T19:09:57.063Z", + "updatedAt": "2026-03-12T23:06:38.147Z", "postProcessHash": "293034cf88109f22fc0ba94d5f1eaa87ad2b76f9c51179d90d986e67b9e0ce6a" } } @@ -8977,15 +9005,15 @@ }, "a29f97b7803eef659b6e80de93ddeb5d7c915130424c0c4f70eeaa60807fe35a": { "zh": { - "updatedAt": "2026-03-12T19:09:57.060Z", + "updatedAt": "2026-03-12T23:06:38.143Z", "postProcessHash": "2a5b3da2d72833df40590852a7fada712fecd55a74a7ad01c00048da795f27aa" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.061Z", + "updatedAt": "2026-03-12T23:06:38.144Z", "postProcessHash": "af264dab22044df11a14a6d83c9fa051a211601318d1184b8ae25bd21d0ba386" }, "es": { - "updatedAt": "2026-03-12T19:09:57.062Z", + "updatedAt": "2026-03-12T23:06:38.146Z", "postProcessHash": "21a514c35f23e3c16dc556714cfaf4477d8dc39ef3305ee0d9097fa6d099a181" } } @@ -9071,15 +9099,15 @@ }, "495c2e1296e22d57c3d47d06c7529e8b550155f25c86fc855737fdff65980f23": { "fr": { - "updatedAt": "2026-03-12T19:09:57.067Z", + "updatedAt": "2026-03-12T23:06:38.150Z", "postProcessHash": "5429504927a1ddfb06c4ab5a755c61adf91fb47fe5fef5f5f2c4accaf30319de" }, "es": { - "updatedAt": "2026-03-12T19:09:57.067Z", + "updatedAt": "2026-03-12T23:06:38.150Z", "postProcessHash": "7822b290f118f02a14179ccf624a47f009c557dd8c5d865ceb4c8a83ebb8c051" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.068Z", + "updatedAt": "2026-03-12T23:06:38.151Z", "postProcessHash": "932a3e04601cbd130094d6d8a5cc78d47311a4f5473c633b435698a2dbab489f" } } @@ -9360,15 +9388,15 @@ }, "1bc1b9ee4c3e0afe5798bb2a4aae4be4dbe661e54fbd30f73d007f436cdcebdb": { "fr": { - "updatedAt": "2026-03-12T19:09:57.152Z", + "updatedAt": "2026-03-12T23:06:38.241Z", "postProcessHash": "4e5f60492e97dbc9963142177c3190b0ec9f8774707264640f9d8d43be2367fa" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.184Z", + "updatedAt": "2026-03-12T23:06:38.272Z", "postProcessHash": "cd5b4771fc9af45fb5cc167a5c1d2886c73683792c9c42753ecbcb13ad4a2726" }, "es": { - "updatedAt": "2026-03-12T19:09:57.185Z", + "updatedAt": "2026-03-12T23:06:38.273Z", "postProcessHash": "cb5763aa0a780c03f4cee3bcd5c560a64fdc2a812d6f4a74a8dcfa8c92b0bff8" } } @@ -9376,15 +9404,15 @@ "53c3b9e499ef5bd5e368aa05a9a2484ab2e83e086a848e4dc65f744f4303c18f": { "fc7569e7101cf497720e212cf9526dfda81c1a7301c1866a84396fb6339961ed": { "zh": { - "updatedAt": "2026-03-12T19:09:57.118Z", + "updatedAt": "2026-03-12T23:06:38.200Z", "postProcessHash": "054bf9d6cb704aa2d953080de4788ec2f5a1e231bd8a86e7e2ca65b646063f48" }, "es": { - "updatedAt": "2026-03-12T19:09:57.118Z", + "updatedAt": "2026-03-12T23:06:38.200Z", "postProcessHash": "88f78075b2ed06ff0170d6d66bad542dfe18ee6a1d591937ca9de4233b4c8652" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.118Z", + "updatedAt": "2026-03-12T23:06:38.199Z", "postProcessHash": "baecd50b66903875691a139950151b911d09dda239e1f7cb1d39976cbbff674f" } } @@ -9467,15 +9495,15 @@ }, "6879f711d6801e13f4a0294947ec1f1b60192fb73f4ecbc7a5df453e739dd588": { "zh": { - "updatedAt": "2026-03-12T19:09:57.084Z", + "updatedAt": "2026-03-12T23:06:38.167Z", "postProcessHash": "409a7ad870aea23bccc57c3a62d4fd25cd5fdc903b933afe66c1dcad484b9792" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.084Z", + "updatedAt": "2026-03-12T23:06:38.167Z", "postProcessHash": "1479dd56030106597dec3abb3dc89c0e931bd2a5ff2c66e0e8bab4ceeae75ca3" }, "es": { - "updatedAt": "2026-03-12T19:09:57.085Z", + "updatedAt": "2026-03-12T23:06:38.168Z", "postProcessHash": "7cf5cb02e7cdf4d538557dae703fd007381a2ad7456108166fb108d3c227c129" } } @@ -9547,15 +9575,15 @@ }, "567f6409363f3d8372798d08bf4298683cc200e43b0d67900f902c440979f8a3": { "fr": { - "updatedAt": "2026-03-12T19:09:57.041Z", + "updatedAt": "2026-03-12T23:06:38.123Z", "postProcessHash": "702f2d9e31dbbbf255f485a76e5c5512c2bd44c6987144db5fddfdd4be49dbd2" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.041Z", + "updatedAt": "2026-03-12T23:06:38.124Z", "postProcessHash": "6e7c0d1b2c765c76c55d73902b4552f077bc6db0611e1f1f568af8f42eb5ca44" }, "es": { - "updatedAt": "2026-03-12T19:09:57.042Z", + "updatedAt": "2026-03-12T23:06:38.124Z", "postProcessHash": "196ca0559e69dd94c867140ed6e8be9f96f6a2aec66112838f7e587da504ede2" } } @@ -9613,15 +9641,15 @@ }, "21a0b2deabfbaf3dac32c33102696e7f1e7d7f3c06f9dfd11ba79361689e8523": { "zh": { - "updatedAt": "2026-03-12T19:09:57.074Z", + "updatedAt": "2026-03-12T23:06:38.110Z", "postProcessHash": "68a00808acfc77f5b20417d067f729eefa421a526ab40f860b2c2f5f5272da72" }, "es": { - "updatedAt": "2026-03-12T19:09:57.074Z", + "updatedAt": "2026-03-12T23:06:38.111Z", "postProcessHash": "ba05cd6a5756d951f89fddb02b38e30ff9ba5d43ebb537d384fc4675987a357f" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.074Z", + "updatedAt": "2026-03-12T23:06:38.111Z", "postProcessHash": "7379c5482c054de412421f901d3706f30b79d23a8b93ed69a78dc3e540e740ac" } } @@ -9651,15 +9679,15 @@ }, "adbe9541002b1646c97b2808c84189ee9f023c72ad021051e865d9d5ef268ec9": { "es": { - "updatedAt": "2026-03-12T19:09:57.026Z", + "updatedAt": "2026-03-12T23:06:38.065Z", "postProcessHash": "4b0acbfe6598a091275b0e8bb0e204956606e3250e939e46c796cc67719609c4" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.027Z", + "updatedAt": "2026-03-12T23:06:38.065Z", "postProcessHash": "9db8494b6a5fc6f8d035c978771fda3d0f622d7365996b5086201f7cea7ba409" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.028Z", + "updatedAt": "2026-03-12T23:06:38.110Z", "postProcessHash": "113a8f8013e81920fc3346eb087306aefbe82ef33b8bc0648c4d0acf9bb7ce97" } } @@ -9775,15 +9803,15 @@ }, "e82790c3849cc945326d64deaa58103dee138b606ce25e1b8bf5ab9f856e7e45": { "es": { - "updatedAt": "2026-03-12T19:09:57.046Z", + "updatedAt": "2026-03-12T23:06:38.128Z", "postProcessHash": "7b6306bce094cb6d0218e6b51dc9b19fe8f157a6bf9dee3f4c0fb3100697c799" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.046Z", + "updatedAt": "2026-03-12T23:06:38.129Z", "postProcessHash": "0d6aa088048cf1f695535a37c5df06c15984124dcc87f405e08909a292b8900c" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.047Z", + "updatedAt": "2026-03-12T23:06:38.129Z", "postProcessHash": "cc9de746565df57cbc0359a38ec056ffc29f06991a57b1b2725faf5eea6bdf77" } } @@ -9827,15 +9855,15 @@ }, "6d7be3ed6cf6cf73f9dd1ee0abc3410acd15f4d0a2a470488617ae408c442353": { "es": { - "updatedAt": "2026-03-12T19:09:57.096Z", + "updatedAt": "2026-03-12T23:06:38.178Z", "postProcessHash": "d62ced0603d05bc2c13799de191ff58a6b05610eb2e1842a2dc904f500edab45" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.096Z", + "updatedAt": "2026-03-12T23:06:38.179Z", "postProcessHash": "58eb308fc3e11af3d6fd10447760d6b5d4e58325fdee5f4f3431da7084771fe5" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.097Z", + "updatedAt": "2026-03-12T23:06:38.179Z", "postProcessHash": "96184caed94904990dd4c23d0a60a34ceb343db7858695ef91d27e61f038a2c3" } } @@ -9907,15 +9935,15 @@ }, "f3c88312a44c6f521f6212ad26b85b83bf162afb226276edd0cd36e7ce7b27c1": { "es": { - "updatedAt": "2026-03-12T19:09:57.090Z", + "updatedAt": "2026-03-12T23:06:38.173Z", "postProcessHash": "028862758fb98e17a4eb3e520fb6fc6ae56bc9e9f3eb5c38d1efdb27029f3f3c" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.092Z", + "updatedAt": "2026-03-12T23:06:38.174Z", "postProcessHash": "8de1b19273026513ff0d90a18fea8a01fcb8fb0f45de756d5980b89eea7e9103" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.092Z", + "updatedAt": "2026-03-12T23:06:38.174Z", "postProcessHash": "c3c3e818652cb3920206155de91e7eb45645c9a55d3d44a98df7c4381012123b" } } @@ -10015,15 +10043,15 @@ }, "6e8c592a9308620b4bd26d8a0693c79f3f4615661ac4decb072480ecf9ae837d": { "fr": { - "updatedAt": "2026-03-12T19:09:57.095Z", + "updatedAt": "2026-03-12T23:06:38.178Z", "postProcessHash": "621fc860da6f085a100bdd3483a34bb74ed16ed15f234beff5838bf4cc07a898" }, "es": { - "updatedAt": "2026-03-12T19:09:57.095Z", + "updatedAt": "2026-03-12T23:06:38.178Z", "postProcessHash": "b11b00cf7d37ca1bc0977c86d91b31276fc104855655e303c49f7292af3b619a" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.098Z", + "updatedAt": "2026-03-12T23:06:38.181Z", "postProcessHash": "5da1959aee65551c39116896bbe516f1b1d943487ac1a5f35ec5def199441976" } } @@ -10067,15 +10095,15 @@ }, "6e6dc4bf8a784178938fc8940b19d12840b4dfc0616cfcffd389c1dbf6b169cb": { "es": { - "updatedAt": "2026-03-12T19:09:57.083Z", + "updatedAt": "2026-03-12T23:06:38.166Z", "postProcessHash": "82c9ed346972417a9d7662ea34e3ac36db6755a80a947b37067fe61ae2000b28" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.084Z", + "updatedAt": "2026-03-12T23:06:38.167Z", "postProcessHash": "66084a8f055207dbb271ebc1e9c53b3e4eab4dd4375a4849ae86ed370c9b20e4" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.086Z", + "updatedAt": "2026-03-12T23:06:38.169Z", "postProcessHash": "a60b72007a91b910277cefb0cfa09e751a90eb2e5b663cb1a1047689c6c50cb4" } } @@ -10210,15 +10238,15 @@ }, "967d283ada886b039699066a3259866fe1aa25360575ec5040eda09930e2d8aa": { "fr": { - "updatedAt": "2026-03-12T19:09:57.075Z", + "updatedAt": "2026-03-12T23:06:38.158Z", "postProcessHash": "ef8621e9268023e8d7269a41ba7a99edf8b3ba85041ce046d96f58ac6eae5a22" }, "es": { - "updatedAt": "2026-03-12T19:09:57.075Z", + "updatedAt": "2026-03-12T23:06:38.158Z", "postProcessHash": "e6122f1b04ee460f1614c92390ced11f1e7d17ded163bc5289d2ca0980980fd9" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.076Z", + "updatedAt": "2026-03-12T23:06:38.159Z", "postProcessHash": "09be7d1d144a7e2e42d67867a5398f528ae7abfcb6a1e8a11a6d3af9c5b21ed3" } } @@ -10262,15 +10290,15 @@ }, "3bf53e657d302e66c328eb8569155aac8b14a0076046efd03ed57e78fefe0b98": { "es": { - "updatedAt": "2026-03-12T19:09:57.031Z", + "updatedAt": "2026-03-12T23:06:38.114Z", "postProcessHash": "b580c591bd87d7d3a1333410ef2c89df193538ab6b1039d206ff16ab2c619b1b" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.033Z", + "updatedAt": "2026-03-12T23:06:38.114Z", "postProcessHash": "644f39fac2d83222764f818828f154b69d949c7202c879416fbddbcdaff86609" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.033Z", + "updatedAt": "2026-03-12T23:06:38.114Z", "postProcessHash": "fb116c8c60ff1488474e46773aa7e0b2b106bd96e4c5c6a1aa9ada5fcf1ed206" } } @@ -10339,15 +10367,15 @@ }, "d6811b6275db22f4ea6eead8944fbe9131f97fd66fdf14b1a7bdf0c6c4e243ed": { "es": { - "updatedAt": "2026-03-12T19:09:57.092Z", + "updatedAt": "2026-03-12T23:06:38.174Z", "postProcessHash": "34f38dbc77cc61ce6224aff453ea3487fc9a49ab2b2d7854588f584fd5b470e8" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.093Z", + "updatedAt": "2026-03-12T23:06:38.175Z", "postProcessHash": "a1d26273bc3945c5d167a889312fb1700fee1912e52e4f4a1105ee75fbf05f22" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.095Z", + "updatedAt": "2026-03-12T23:06:38.177Z", "postProcessHash": "daea170594beebcf007e81aa8622d9d5b55287ce1fed0445b18444ed94d07e1c" } } @@ -10419,15 +10447,15 @@ }, "49456905e6ee7a0f99b1ac047e3c865e9474e2346312c549c24ca8224e0af576": { "fr": { - "updatedAt": "2026-03-12T19:09:57.049Z", + "updatedAt": "2026-03-12T23:06:38.132Z", "postProcessHash": "4a44f6e4a310b8d8c89d3f01caf5b19a041c3cf9bfc752c0c5f628c06f08a02d" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.050Z", + "updatedAt": "2026-03-12T23:06:38.132Z", "postProcessHash": "24428d8d1cb7af4208485c3878340841946bf2d15ec26fd7c4cc0a1070952afa" }, "es": { - "updatedAt": "2026-03-12T19:09:57.051Z", + "updatedAt": "2026-03-12T23:06:38.134Z", "postProcessHash": "731b1d3c8cb9f2576fd5ddb14add6dcb0178dfba9fc4b8f0db4a121039f4fdca" } } @@ -10510,15 +10538,15 @@ }, "aaac413d73c778b1c130dbf4991589b6f93c401a02a489098c86cb2ab6fdeda2": { "zh": { - "updatedAt": "2026-03-12T19:09:57.088Z", + "updatedAt": "2026-03-12T23:06:38.171Z", "postProcessHash": "b07c6eb592cef13834d68093eb5046e0d406e5eab7be20321d41f0ef10be6e24" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.088Z", + "updatedAt": "2026-03-12T23:06:38.171Z", "postProcessHash": "0c971ee7f1b337fafb311c32ff80ff109258f22f0986567fc5c124b48c527de9" }, "es": { - "updatedAt": "2026-03-12T19:09:57.088Z", + "updatedAt": "2026-03-12T23:06:38.172Z", "postProcessHash": "291b10cf877e4af5c871eb712f526a377783b86af10d0452ddbc4c2f13b8dcf5" } } @@ -10629,15 +10657,15 @@ }, "9790bd084157b01dd5f2a2091794237cc27e82b4bb48f760550baf3fb57f4756": { "es": { - "updatedAt": "2026-03-12T19:09:57.101Z", + "updatedAt": "2026-03-12T23:06:38.183Z", "postProcessHash": "bf150f0101d1109d5016a29dd78a9b8658b1ac882faf7324f74225a84cf78d8e" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.102Z", + "updatedAt": "2026-03-12T23:06:38.183Z", "postProcessHash": "ca029f7e15ef31199ce1da23284cc2f92d96590a0d18ffa295d1c18b4d1d9b5e" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.102Z", + "updatedAt": "2026-03-12T23:06:38.184Z", "postProcessHash": "cece8feae70ecff21efc8c129226fe8fe822a571698b7f141eed0bb8fe8b37e6" } } @@ -10667,15 +10695,15 @@ }, "160f5f116c9fa308d3ec6a5259bbd3981661441ed3005e4cecde5805eb67d49f": { "zh": { - "updatedAt": "2026-03-12T19:09:57.027Z", + "updatedAt": "2026-03-12T23:06:38.066Z", "postProcessHash": "b28d42a6f94c40653c2068e6658b348d192f91c3a4d711f865121c8cf9dd1130" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.028Z", + "updatedAt": "2026-03-12T23:06:38.109Z", "postProcessHash": "b296312f68f318d7230611776108eea87a4b53ed201c8aabe3ee79bfd290c562" }, "es": { - "updatedAt": "2026-03-12T19:09:57.028Z", + "updatedAt": "2026-03-12T23:06:38.109Z", "postProcessHash": "8510c54a3b69f2ef327f022a09fb5e0e960dbd13b0700a28548f682f8c98f3ec" } } @@ -10755,15 +10783,15 @@ }, "1e4dcdf85b5daa3b3c298126ffb69381238676ace895ac4afa0c773230b90989": { "zh": { - "updatedAt": "2026-03-12T19:09:57.098Z", + "updatedAt": "2026-03-12T23:06:38.180Z", "postProcessHash": "6f81c9d157da818503db2f1bf05fc04ede2247c13c5a00b10f6732a0940f1858" }, "es": { - "updatedAt": "2026-03-12T19:09:57.099Z", + "updatedAt": "2026-03-12T23:06:38.181Z", "postProcessHash": "f0a77d80b710084711e8b49528ed466d1b9d74da2be490bf0289e6e6decb97d4" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.102Z", + "updatedAt": "2026-03-12T23:06:38.184Z", "postProcessHash": "f5c7875b3d0944bfac2e4ef5196e9e9b7a3f5c3aee1741f938507913e544138d" } } @@ -10874,15 +10902,15 @@ }, "e6339ce35542c0a5015ec2d55de7321f2a4d7ede56e917a83707b0214744813f": { "fr": { - "updatedAt": "2026-03-12T19:09:57.029Z", + "updatedAt": "2026-03-12T23:06:38.112Z", "postProcessHash": "b5fa581694ecb201e289d13c1f059926e690969383c248805125350229253d42" }, "es": { - "updatedAt": "2026-03-12T19:09:57.030Z", + "updatedAt": "2026-03-12T23:06:38.112Z", "postProcessHash": "4420cd00d566ef5ab3e1e5b1eda860d15f9c5cfa48e37a087c9fa8e3be19b3ee" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.030Z", + "updatedAt": "2026-03-12T23:06:38.113Z", "postProcessHash": "770739c81b33d7b389ff8e5bbcd71fcd28d193e6ef7ada15010a72ac9174731d" } } @@ -11015,15 +11043,15 @@ }, "ff36ee39eb5293219d576c54a4c87bdef33a3e810bead20879934f255a24df2e": { "es": { - "updatedAt": "2026-03-12T19:09:57.103Z", + "updatedAt": "2026-03-12T23:06:38.185Z", "postProcessHash": "7a6bba2a474e40eca7dc74d371cab27d219fba7952c1eb65569b5975deee0d3b" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.103Z", + "updatedAt": "2026-03-12T23:06:38.185Z", "postProcessHash": "a76242e3aa298da11ab6697057cf21d5f68a007ce18e3fd085c6e2d74f99f7d9" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.104Z", + "updatedAt": "2026-03-12T23:06:38.185Z", "postProcessHash": "d19d3ca64cb249ee95a34862a0adc0ac4c04be8d9d804e0070a3ad83891c3fe4" } } @@ -11162,15 +11190,15 @@ }, "62434d86c9f82cb6600911a3ee1e2fbe8ab106ddcd9940e0c2b88266f4d47193": { "fr": { - "updatedAt": "2026-03-12T19:09:57.099Z", + "updatedAt": "2026-03-12T23:06:38.181Z", "postProcessHash": "adfa60d018ee9088a750397b46307135e41c3c14e4dd9d10eb1a825bbdd4f89f" }, "es": { - "updatedAt": "2026-03-12T19:09:57.100Z", + "updatedAt": "2026-03-12T23:06:38.182Z", "postProcessHash": "3f8e554a180c6b341ff6bb83c9219a6505e222142cef445c53f7ca5c2926f913" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.100Z", + "updatedAt": "2026-03-12T23:06:38.182Z", "postProcessHash": "0f0082995ae67f0b051fb5c3efd4e599ff84f96e941093966514af6e310b930f" } } @@ -11252,15 +11280,15 @@ }, "ed382700c5634bf039b12cd71259b200cc772f5008ba98928de302dc48f0e02b": { "es": { - "updatedAt": "2026-03-12T19:09:57.172Z", + "updatedAt": "2026-03-12T23:06:38.260Z", "postProcessHash": "e23c013bbc01481370d699048f6ca8b8a58372364593b2ea60a143914fd4103a" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.174Z", + "updatedAt": "2026-03-12T23:06:38.262Z", "postProcessHash": "7e8d2dac0233e6d2c824b8410b73b23416a22d338e54a21e8aaa6addcc84e77d" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.174Z", + "updatedAt": "2026-03-12T23:06:38.263Z", "postProcessHash": "cabd3beff9b6887c68de00f5c1a6ba30388c80dac238357609f9a59689f17734" } } @@ -11310,15 +11338,15 @@ }, "42b3b8e5f6df092aaed3104aae480cc47309e92cf65f63abfaab2dc4cf4110a5": { "zh": { - "updatedAt": "2026-03-12T19:09:57.119Z", + "updatedAt": "2026-03-12T23:06:38.202Z", "postProcessHash": "991760f30aa7e33b76cd6bc4eac27e0b96238e44396231230a65b52418bbcc0e" }, "es": { - "updatedAt": "2026-03-12T19:09:57.119Z", + "updatedAt": "2026-03-12T23:06:38.202Z", "postProcessHash": "88211209eb0d899c8625e6edb38fffaa13abc1882abe21f89669ed79778061fd" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.120Z", + "updatedAt": "2026-03-12T23:06:38.202Z", "postProcessHash": "d5ec3e46bab410f255ca0dc8499f3d0fdea710ff5293e44a601830294897e5a4" } } @@ -11326,15 +11354,15 @@ "b75acb2803501aae1bc445e5c4671f7a1cb79a55d21e1658ded84494ddd40dd7": { "2d3ea0369c9e0a1cae4d532293d6570f21f57b514c73f999de5c56c3a56fa419": { "fr": { - "updatedAt": "2026-03-12T19:09:57.117Z", + "updatedAt": "2026-03-12T23:06:38.198Z", "postProcessHash": "2d3ea0369c9e0a1cae4d532293d6570f21f57b514c73f999de5c56c3a56fa419" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.117Z", + "updatedAt": "2026-03-12T23:06:38.199Z", "postProcessHash": "2d3ea0369c9e0a1cae4d532293d6570f21f57b514c73f999de5c56c3a56fa419" }, "es": { - "updatedAt": "2026-03-12T19:09:57.117Z", + "updatedAt": "2026-03-12T23:06:38.199Z", "postProcessHash": "2d3ea0369c9e0a1cae4d532293d6570f21f57b514c73f999de5c56c3a56fa419" } } @@ -11434,15 +11462,15 @@ }, "b17b15a58a2e9f9bf086ae32d661d7b1911b0b5a29563eb33d8058fb4d83888f": { "fr": { - "updatedAt": "2026-03-12T19:09:57.145Z", + "updatedAt": "2026-03-12T23:06:38.234Z", "postProcessHash": "e244c38b10be95f8deb3e549dfde3c6727618fd7bb7b4b62108de074e9ee2002" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.145Z", + "updatedAt": "2026-03-12T23:06:38.234Z", "postProcessHash": "a33e75ed84f06a3824b8dff9acf4bb50f45bd1ab43fee1e43eadd6ea4b4dc369" }, "es": { - "updatedAt": "2026-03-12T19:09:57.145Z", + "updatedAt": "2026-03-12T23:06:38.234Z", "postProcessHash": "4b5c93bc6910c1ba7a9b9cb1b5262218630a11ed53ecb01268209f4e58094985" } } @@ -11542,15 +11570,15 @@ }, "789b4f37793f77c4abe5b2712c02238ad63817d56b173e2c9b91018fdcebb721": { "fr": { - "updatedAt": "2026-03-12T19:09:57.082Z", + "updatedAt": "2026-03-12T23:06:38.165Z", "postProcessHash": "f1f7efc214258b9cc8d40ffe9bd59f81ef83c40f74ea45a44c01f9e72ae4c5de" }, "es": { - "updatedAt": "2026-03-12T19:09:57.082Z", + "updatedAt": "2026-03-12T23:06:38.165Z", "postProcessHash": "9a6f28b0dd8a496aaaa7fa3445cee5cb7ed3a5477e0037e5963f719987b7285e" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.082Z", + "updatedAt": "2026-03-12T23:06:38.165Z", "postProcessHash": "fe431ffdf0542c5d8bcce2330390ccc473a793b20d7c49bc7fd938491db87f99" } } @@ -11597,15 +11625,15 @@ }, "043227150cb7efbeaa5527dae3048ba594a912b0a3b6fd998c8f97d8087d0ae3": { "es": { - "updatedAt": "2026-03-12T19:09:57.134Z", + "updatedAt": "2026-03-12T23:06:38.221Z", "postProcessHash": "4ac6a64495ce2d6d5f02a0d977ca9f1c496095648bbbbfb4f50a87697ad5ca24" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.136Z", + "updatedAt": "2026-03-12T23:06:38.223Z", "postProcessHash": "6accb6efb91830392215e72501ce43117aef51e485c1f6787248f2751667e44d" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.143Z", + "updatedAt": "2026-03-12T23:06:38.232Z", "postProcessHash": "0594365031d8b11386090d6193bb44bcff032721c6c3c3bd37b158f5f1789d39" } } @@ -11677,15 +11705,15 @@ }, "5b0d7529c38389d0a5fee2c0227c50e17b80f52605c935e8544411af4c70cec9": { "fr": { - "updatedAt": "2026-03-12T19:09:57.137Z", + "updatedAt": "2026-03-12T23:06:38.225Z", "postProcessHash": "7ef61ef0ac8af5d0491cff198e3e94589f24ce025ccb5b793078898e74a0dead" }, "es": { - "updatedAt": "2026-03-12T19:09:57.141Z", + "updatedAt": "2026-03-12T23:06:38.229Z", "postProcessHash": "aa13d622dac6388d4a256feaa732632916ca6b922d2b69ef6a7ff1d01a051aae" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.144Z", + "updatedAt": "2026-03-12T23:06:38.233Z", "postProcessHash": "cfccac69a646fb68446e077fd705b1135027a827bad5cdde541dfbaeb6c8c12c" } } @@ -11946,15 +11974,15 @@ }, "ea2997e614021d8bcfc60f9719eb523af9bfa4172477648ab37341a0deb926b7": { "zh": { - "updatedAt": "2026-03-12T19:09:57.182Z", + "updatedAt": "2026-03-12T23:06:38.270Z", "postProcessHash": "4d12c973efe7708444074a5c9f10f8f2c59485185ea7bd5750b7b3397d7c3250" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.183Z", + "updatedAt": "2026-03-12T23:06:38.270Z", "postProcessHash": "b88f029c40119fe2fd5741d97479568ce7ab485ba025c232a051cd4ae0af1749" }, "es": { - "updatedAt": "2026-03-12T19:09:57.183Z", + "updatedAt": "2026-03-12T23:06:38.270Z", "postProcessHash": "59ddbf900f4cf072b471df67898f3a7552be18bfdb066c7c950e92ed9f5af2e0" } } @@ -12064,15 +12092,15 @@ }, "5694ef7b8d52ae3b15cb65d6c4f1a56d28cf19bfa475241ca02f27202ec8ec5d": { "zh": { - "updatedAt": "2026-03-12T19:09:57.125Z", + "updatedAt": "2026-03-12T23:06:38.209Z", "postProcessHash": "568101b6034984ac536a422c484e63f12c22b2f7c85df293806c78024157215b" }, "es": { - "updatedAt": "2026-03-12T19:09:57.126Z", + "updatedAt": "2026-03-12T23:06:38.209Z", "postProcessHash": "188cdea9a69147614bc3eaa6a2b031cac6e5967bf692d2dca1b6a03ddf5ee312" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.126Z", + "updatedAt": "2026-03-12T23:06:38.210Z", "postProcessHash": "1b7200c17e4a1a70668709828b6960c49d796b2e48aca1217fc3202d7cc8cb8f" } } @@ -12116,15 +12144,15 @@ }, "c889b5cf6462e6a9e6b4ef3de28af6ce73aa33fa297f4923adc0c9fc3f347e5c": { "es": { - "updatedAt": "2026-03-12T19:09:57.122Z", + "updatedAt": "2026-03-12T23:06:38.205Z", "postProcessHash": "57f6be4d50de9a1b69d3c6fbdd935a54c91806d93fdcaf9f3e32f93a00fd55de" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.122Z", + "updatedAt": "2026-03-12T23:06:38.206Z", "postProcessHash": "e8d6f339a381143a0f4bdda97e7b5327947e4827b1395dc5d58b5f1cf2a5ae26" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.123Z", + "updatedAt": "2026-03-12T23:06:38.206Z", "postProcessHash": "2865c5a4d907fe77512ad9ca6f0c87933ff18542dd9d7cbf4aa1183d103cefb1" } } @@ -12176,15 +12204,15 @@ }, "4eae604426bf8aea4e211d29fbdb8293ad317b800322c61d893101024cdadff0": { "fr": { - "updatedAt": "2026-03-12T19:09:57.070Z", + "updatedAt": "2026-03-12T23:06:38.154Z", "postProcessHash": "d050cda4da0cd6807b3671ca7719f9e4a3d0592935b40fe0b6e5776c08314ac8" }, "es": { - "updatedAt": "2026-03-12T19:09:57.070Z", + "updatedAt": "2026-03-12T23:06:38.155Z", "postProcessHash": "74cd4f6452e34e9ff2ebedf20d2113f6b3e081a079084e5bc367a5a6ffc6d23a" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.072Z", + "updatedAt": "2026-03-12T23:06:38.156Z", "postProcessHash": "d181d20d3d4ad8e044f5e7ad78b356a816c999b73cd5a336403e87ceae9f02e8" } } @@ -12225,15 +12253,15 @@ }, "b50bec2f6fbc20f925edb6d286c9764aae8d9649421d2ee0556e6a4354954892": { "es": { - "updatedAt": "2026-03-12T19:09:57.071Z", + "updatedAt": "2026-03-12T23:06:38.155Z", "postProcessHash": "7c00710bb6230a11a5e4a58d7832cd1ac3a4880c965fc054693ba27f275a594d" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.071Z", + "updatedAt": "2026-03-12T23:06:38.155Z", "postProcessHash": "e3d8dc2fccf2b0e4df0e27bea8ed2f4158fad71db1bcc9f7f3fe9f9d896d6532" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.071Z", + "updatedAt": "2026-03-12T23:06:38.156Z", "postProcessHash": "268c9b1e68fd46219de27c7862aacdb2c2b9df92f8c7d05ecc8c5bfef95131e5" } } @@ -12302,15 +12330,15 @@ }, "20b7347758388583c203f0052281d7a6bdf78dc88359401240a1477a2f4815db": { "es": { - "updatedAt": "2026-03-12T19:09:57.123Z", + "updatedAt": "2026-03-12T23:06:38.207Z", "postProcessHash": "bd2f14232c7c825533dc429202a7353178b231a2ac4271747af673a1d2b1fe08" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.124Z", + "updatedAt": "2026-03-12T23:06:38.207Z", "postProcessHash": "f6ce4c36e3d5ba566a42b03a89f09e6b2897de42de570a80be655da2f83c3193" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.124Z", + "updatedAt": "2026-03-12T23:06:38.208Z", "postProcessHash": "5067a97b672278d9d409ef9b49730e22d1c06d5c1aefb5ce41a3322a59c12245" } } @@ -12368,15 +12396,15 @@ }, "3e5624c4db5f017e44ecc8f54c4cd49c8e131a33434b6766352cad02115167d0": { "es": { - "updatedAt": "2026-03-12T19:09:57.121Z", + "updatedAt": "2026-03-12T23:06:38.204Z", "postProcessHash": "dd9ea99bfe41b4f6ef150b2ccab717ee8f2a77a3b9cc5d1c0e63b472a9eceb56" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.121Z", + "updatedAt": "2026-03-12T23:06:38.205Z", "postProcessHash": "cb46b2a05f3b5821f1eb86d50386fa52ef26b7e704c6e999898aa1c667398eb2" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.123Z", + "updatedAt": "2026-03-12T23:06:38.206Z", "postProcessHash": "2dd3d34542780272abad73926a5ddfaa990c3fbcd4b03e1049b2ae376d40b5d2" } } @@ -12459,15 +12487,15 @@ }, "7931a0b5032dae2c5ebc4072b79335333578b62c35e36190d0b81f6fd890b50f": { "zh": { - "updatedAt": "2026-03-12T19:09:57.097Z", + "updatedAt": "2026-03-12T23:06:38.179Z", "postProcessHash": "6ab28e5d96a5152826a4c52da0381d63879917fe320e878633a22f749fc114f4" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.097Z", + "updatedAt": "2026-03-12T23:06:38.180Z", "postProcessHash": "84a2630e606efbe9cbee301ddbccd4477fdcc8dc9c4deeb1c8fefe97b416f55a" }, "es": { - "updatedAt": "2026-03-12T19:09:57.101Z", + "updatedAt": "2026-03-12T23:06:38.183Z", "postProcessHash": "75e3605e84e363ce269e8c1372dea3bd910df1fd1e8e1a6199fa89deb09575ab" } } @@ -12511,15 +12539,15 @@ }, "724ff97df7818051c4ba5adc9159a6df1beb18176377b5bd77809094fc55202f": { "es": { - "updatedAt": "2026-03-12T19:09:57.130Z", + "updatedAt": "2026-03-12T23:06:38.214Z", "postProcessHash": "15cd17e2ec537cafb081a4ef7d7dc769843a0815247a25db22c877b1a3bba11e" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.131Z", + "updatedAt": "2026-03-12T23:06:38.214Z", "postProcessHash": "2dfa29d17529516813e4f9d5cac8869f0e8443242aed5f9e9c371ff3ea3935ea" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.131Z", + "updatedAt": "2026-03-12T23:06:38.215Z", "postProcessHash": "0df0fb5ee9eaeaf7bcbfac87a0997d52db99c11792c7b09d1d7df76d5be6b301" } } @@ -12627,15 +12655,15 @@ }, "0db9b7a456ba4b8d78f21ef96eec4717f0605bb2b2c1e806c6584306a149c877": { "zh": { - "updatedAt": "2026-03-12T19:09:57.131Z", + "updatedAt": "2026-03-12T23:06:38.215Z", "postProcessHash": "5007c65f20d06554bdcf029f565f8c7a25cc9263c95e0d8c94722b1e85328588" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.132Z", + "updatedAt": "2026-03-12T23:06:38.216Z", "postProcessHash": "2f4c5b0ee81ea98df5ea05f5e8db9132a75741eb0a28c72502447e4376cc0a56" }, "es": { - "updatedAt": "2026-03-12T19:09:57.132Z", + "updatedAt": "2026-03-12T23:06:38.216Z", "postProcessHash": "990ba4f107a33b111681886ea177fa98e9715f9208e1a6ca377dceb1b825299d" } } @@ -13126,15 +13154,15 @@ }, "9ddefe86ff80b047de4ad88a43e8b320d31eee2109cf11705c8654a5e65f0601": { "es": { - "updatedAt": "2026-03-12T19:09:57.183Z", + "updatedAt": "2026-03-12T23:06:38.271Z", "postProcessHash": "71df67c8e96520a24c58cf79a6fa1ce8a2c7f1df59bf66b86f639918499701ec" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.184Z", + "updatedAt": "2026-03-12T23:06:38.272Z", "postProcessHash": "55a2ac285187ce70c0ba5b4b9fdb70e629b0d377cb64d2e2ea70f4e927688bc4" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.185Z", + "updatedAt": "2026-03-12T23:06:38.273Z", "postProcessHash": "6e680e5d88b7f9a7e56f009030a0a6434b0760c989f06fe8a6d613a34d9be218" } } @@ -13203,15 +13231,15 @@ }, "a356819e337851e5431e85c0a882277fa228f070d5d5c5d9a18e79ab0b50643f": { "zh": { - "updatedAt": "2026-03-12T19:09:57.162Z", + "updatedAt": "2026-03-12T23:06:38.250Z", "postProcessHash": "f6d64b08e5e627f16374c657a166bdcdac8b73b7abe14e6ef2422f47474e2d7d" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.162Z", + "updatedAt": "2026-03-12T23:06:38.250Z", "postProcessHash": "4ab55c43bd4fb8d90f9f5cc74a8fd09f606506caf443694681d66b9176da217d" }, "es": { - "updatedAt": "2026-03-12T19:09:57.162Z", + "updatedAt": "2026-03-12T23:06:38.251Z", "postProcessHash": "e87fa0da7243a8e25d9122541c9c2d96c083a6333f88b3bd01be63f6d66aca68" } } @@ -13255,15 +13283,15 @@ }, "55bf104d1720c6ecdf78ff46104d389cde1dd80ed29186153bcf312479363473": { "fr": { - "updatedAt": "2026-03-12T19:09:57.165Z", + "updatedAt": "2026-03-12T23:06:38.253Z", "postProcessHash": "94d3a1d1bb48ab490674b381024814c63ddc03ce48969861f3ee56e311559a5f" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.167Z", + "updatedAt": "2026-03-12T23:06:38.255Z", "postProcessHash": "f8a752e368236824f388a666922c91e7120d9fafb49866e7985a5817799e19cd" }, "es": { - "updatedAt": "2026-03-12T19:09:57.169Z", + "updatedAt": "2026-03-12T23:06:38.257Z", "postProcessHash": "f4150c35c7e041adf2b5761fd5af147083399a33e0b924414146bc73a196adc4" } } @@ -13299,15 +13327,15 @@ }, "86089fad9f70f2674372c36d94b197335c68fe998f576bc45be728743b351cb9": { "zh": { - "updatedAt": "2026-03-12T19:09:57.119Z", + "updatedAt": "2026-03-12T23:06:38.201Z", "postProcessHash": "29757b143089b41bd019314aaeed4bb973af055bc2931572b06589da7ef655be" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.119Z", + "updatedAt": "2026-03-12T23:06:38.201Z", "postProcessHash": "b188ade5a94905236c76e7d32671e07fd3164eefaf10cf062b69b9c3523840ad" }, "es": { - "updatedAt": "2026-03-12T19:09:57.120Z", + "updatedAt": "2026-03-12T23:06:38.203Z", "postProcessHash": "dcc5cc6056c9a2f1b8473cdb4906fb449f9754ef9d659dfe1365b5e58623ad53" } } @@ -13399,15 +13427,15 @@ }, "53f68b2e92c0ae32388bb12dd19f6f88ce5fe23ed21bae8de43f0646b762c647": { "zh": { - "updatedAt": "2026-03-12T19:09:57.168Z", + "updatedAt": "2026-03-12T23:06:38.256Z", "postProcessHash": "f2704e1fd2c11201f128997caaefe56e6bbdce171ebcc2a4ab3eb699fe1dfd6d" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.141Z", + "updatedAt": "2026-03-12T23:06:38.230Z", "postProcessHash": "90a8269c5cb1cb7c9405e8e73697d2d67a28da5dae464490fc068d5eb740fd45" }, "es": { - "updatedAt": "2026-03-12T19:09:57.142Z", + "updatedAt": "2026-03-12T23:06:38.230Z", "postProcessHash": "f84176e4a63e889c560a619d27e891ed590c09567bf00ee0b5b918360d710e7e" } } @@ -13437,15 +13465,15 @@ }, "f07a3c65b544b1b6c3631e472056dfd51f9fbc79e28fe7073271fa963f1355a2": { "zh": { - "updatedAt": "2026-03-12T19:09:57.112Z", + "updatedAt": "2026-03-12T23:06:38.153Z", "postProcessHash": "4496ca98a01e7502324d30bf0469b59ce40c1db2b03a86b44353ea82fd7ea120" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.113Z", + "updatedAt": "2026-03-12T23:06:38.154Z", "postProcessHash": "08ca06a1338ba7049b87366bddb334e923088a7206035d664245d22801820110" }, "es": { - "updatedAt": "2026-03-12T19:09:57.114Z", + "updatedAt": "2026-03-12T23:06:38.196Z", "postProcessHash": "b563eb2cea6afc1153afe426a3ac992bd028ce5fa354232e994b9a3a5d449291" } } @@ -13475,15 +13503,15 @@ }, "9af3d645babdeca987fedca80aae0b76816b37e30bf3a25fc1db00ead3f1bca8": { "es": { - "updatedAt": "2026-03-12T19:09:57.153Z", + "updatedAt": "2026-03-12T23:06:38.195Z", "postProcessHash": "33c20bd73a7a8748f16da13e403820f6f6966387d9cfea733ef5e68057ec6cc6" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.153Z", + "updatedAt": "2026-03-12T23:06:38.195Z", "postProcessHash": "c6c4a678806e221fab1713a0b18cf048bbf05300f7c6c9308b94c8c30c47d297" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.154Z", + "updatedAt": "2026-03-12T23:06:38.242Z", "postProcessHash": "fe0bdd6098714b57e215235c69b6041a271ff0bfd974868e95c18b57981c0836" } } @@ -13527,15 +13555,15 @@ }, "2b7a8bb5b3928990f1ebc283402e10832b939f4fd9e6b0cdb4b91279bf8e8ee0": { "fr": { - "updatedAt": "2026-03-12T19:09:57.165Z", + "updatedAt": "2026-03-12T23:06:38.253Z", "postProcessHash": "c15656b3c4f8b5f8a095c4a691628911c9411e5255bae0f5b47e7a19604a76f8" }, "es": { - "updatedAt": "2026-03-12T19:09:57.168Z", + "updatedAt": "2026-03-12T23:06:38.256Z", "postProcessHash": "a6465baf7e528021ebc5854703fa6c4e192e9e52079aa56f2de413edad6ce46e" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.170Z", + "updatedAt": "2026-03-12T23:06:38.258Z", "postProcessHash": "32e1edc8b631e72f8a24d95a7a5ec84213a865bc35d0b2c70a7c97fcf1f29b12" } } @@ -13579,15 +13607,15 @@ }, "1a17a7bba41507a621519edf2992bc919483aaee7ea0fb1d16f6abb5da38a2ed": { "fr": { - "updatedAt": "2026-03-12T19:09:57.163Z", + "updatedAt": "2026-03-12T23:06:38.251Z", "postProcessHash": "1dc87cafde7b50dc4bab2e80d4ac1366c0fcb7250f652db745e1972142228f0d" }, "es": { - "updatedAt": "2026-03-12T19:09:57.167Z", + "updatedAt": "2026-03-12T23:06:38.255Z", "postProcessHash": "017f1100538a0960ea70961f04cc89eb4f43e917aab331ce41cb625624d901d5" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.172Z", + "updatedAt": "2026-03-12T23:06:38.260Z", "postProcessHash": "d767977c91dd67984f74bc656d34ef70b1ba618e11434133e7a28d6f96ac5d9a" } } @@ -13631,15 +13659,15 @@ }, "5b130f85ca130631ef6025ea667ffc485ee9968aa3781e730db73034434cf3a9": { "zh": { - "updatedAt": "2026-03-12T19:09:57.163Z", + "updatedAt": "2026-03-12T23:06:38.252Z", "postProcessHash": "af6684820397686776b9f56ea3e62a7448b834e01ae69a285d94b1b181665bb9" }, "es": { - "updatedAt": "2026-03-12T19:09:57.164Z", + "updatedAt": "2026-03-12T23:06:38.252Z", "postProcessHash": "8afd82ee43ab20f9361e0b6f317bfb37577cdce94038f91aab28fb9659b33b3b" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.169Z", + "updatedAt": "2026-03-12T23:06:38.257Z", "postProcessHash": "39c22eee5babda457d92ec18aacb15658235540b39334e9f08a20173d8db483f" } } @@ -13763,15 +13791,15 @@ }, "056f782dbc9a5715d5037f87983eb03b48c7732f64186135e16e3ac23037bb9f": { "zh": { - "updatedAt": "2026-03-12T19:09:57.173Z", + "updatedAt": "2026-03-12T23:06:38.261Z", "postProcessHash": "5846095fd82ab355bb88c232e3ab4097e172ffc242d20c7b363384e32b0a19de" }, "es": { - "updatedAt": "2026-03-12T19:09:57.173Z", + "updatedAt": "2026-03-12T23:06:38.262Z", "postProcessHash": "a4d7ca34398216c41a85ade9a2bf7ab8408ac6780688c143652e5c13fa965cc8" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.174Z", + "updatedAt": "2026-03-12T23:06:38.262Z", "postProcessHash": "a7aee7f23a6ab42d7f985c31240c40e1a5909207f1a6e0a4df000c4ab5cffcd6" } } @@ -13832,15 +13860,15 @@ }, "3aa9481914f8fcd268324716d721454f34ca08bcac34564a2dd2da2d0011ff1d": { "fr": { - "updatedAt": "2026-03-12T19:09:57.136Z", + "updatedAt": "2026-03-12T23:06:38.224Z", "postProcessHash": "a6020899983c2d9c74174cbc259782260a7270d6c6395e8106e95907c5d01afb" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.139Z", + "updatedAt": "2026-03-12T23:06:38.227Z", "postProcessHash": "37a1af81c00fc3a571c0d59df71ddde840abd02e9a6617a541fec1d13a046277" }, "es": { - "updatedAt": "2026-03-12T19:09:57.144Z", + "updatedAt": "2026-03-12T23:06:38.232Z", "postProcessHash": "5c413a01078e9fcafb726e6fd67ee7059211c1266a3d5ac5180389acfae64480" } } @@ -13887,15 +13915,15 @@ }, "b0b65d65cea086b3620f765aca2c35d5df10ceaea2acacdd57ed4be16199374f": { "es": { - "updatedAt": "2026-03-12T19:09:57.138Z", + "updatedAt": "2026-03-12T23:06:38.226Z", "postProcessHash": "b81490b2865235ee3a4ef58e373b25a65e71dd1f9d404aa7a1b289ec75060515" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.139Z", + "updatedAt": "2026-03-12T23:06:38.227Z", "postProcessHash": "d57ad1609391ce025dc993d36828fe33376550ec249439d94e5ef9adbefd0094" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.143Z", + "updatedAt": "2026-03-12T23:06:38.232Z", "postProcessHash": "c34261803021a0d6c3df689586645b6c04d0cf46feacd4151e9f419bd0a84a2e" } } @@ -13942,15 +13970,15 @@ }, "56dcd46b9a2051ab1e53b266903defd9a38d1193ee0b1bc12883739e6954f21a": { "fr": { - "updatedAt": "2026-03-12T19:09:57.133Z", + "updatedAt": "2026-03-12T23:06:38.217Z", "postProcessHash": "18a8f4bebde626d80d0f7d2e7e7bbc08604ead7ef5dad94c0c2fa0290d5e5252" }, "es": { - "updatedAt": "2026-03-12T19:09:57.138Z", + "updatedAt": "2026-03-12T23:06:38.225Z", "postProcessHash": "48ab36474ce1079f9c7010e487fb4986d0b8328fed2677b40c499c59e0b4fa9a" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.141Z", + "updatedAt": "2026-03-12T23:06:38.229Z", "postProcessHash": "810ed99dc8c859f6548e3f259ef905b4b3209c4a84460beca3d8bc3d66fa56f9" } } @@ -14011,15 +14039,15 @@ }, "171b3f8af43ca82aca5127dd60ea986aadd37a96782901467fda66f496b4dc00": { "es": { - "updatedAt": "2026-03-12T19:09:57.149Z", + "updatedAt": "2026-03-12T23:06:38.238Z", "postProcessHash": "63c73e3d224a62fd2a70bb9db51870ec83e3347dc474c33d2777c5a68173f111" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.181Z", + "updatedAt": "2026-03-12T23:06:38.268Z", "postProcessHash": "3de147424c7705eee43cc9dfcd66d4bbcb761017c50e05935e747572774cf2dc" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.182Z", + "updatedAt": "2026-03-12T23:06:38.269Z", "postProcessHash": "73f170e67066888ca77b3112d58c7440a6c0ebe4cc84441737b2e72212cc668f" } } @@ -14080,15 +14108,15 @@ }, "8839b5096396f50bb26729d50008353d9518f981c30df536ac3618bc0b696a26": { "es": { - "updatedAt": "2026-03-12T19:09:57.148Z", + "updatedAt": "2026-03-12T23:06:38.237Z", "postProcessHash": "31d120fd7000f268cee4ec859b32267064dc0ab82f6bd272bbbec486913448af" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.181Z", + "updatedAt": "2026-03-12T23:06:38.269Z", "postProcessHash": "23ac3a4651d137cf5660636ae3fac81531ccaec26f44ade3f62afb5c4c943d84" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.182Z", + "updatedAt": "2026-03-12T23:06:38.269Z", "postProcessHash": "d9c0e5d54e0e0810012f2f1a4e49f126ae9167f542b176a2f4e4cc63af2326f8" } } @@ -14163,15 +14191,15 @@ }, "0c5b58dcdddc8bd3253bd765a95cd11020b992bc3dd21729e8831b0df2e8d071": { "es": { - "updatedAt": "2026-03-12T19:09:57.147Z", + "updatedAt": "2026-03-12T23:06:38.236Z", "postProcessHash": "4689849dccef348792b61d114f913f2776eeb5b8206cf3d72b716321c5d635ad" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.148Z", + "updatedAt": "2026-03-12T23:06:38.237Z", "postProcessHash": "99e63ac5eae3b7e9db5851fbaccf5bd3a4ff858d34e9392db687beb378ce7cc1" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.148Z", + "updatedAt": "2026-03-12T23:06:38.237Z", "postProcessHash": "b1ebd1ebc10164ca7d1aaa059536d77c1badcd711ee1385e41a69a27bc438fbd" } } @@ -14327,15 +14355,15 @@ }, "cb2d910293b767c34dd3fb539d6a668ab1f984670372e28dfaa9927963e29467": { "es": { - "updatedAt": "2026-03-12T19:09:57.142Z", + "updatedAt": "2026-03-12T23:06:38.230Z", "postProcessHash": "e2ca1ffb92ad9b0861aeeca1e900db240bad8fb146191521b1fd8e5214f8bc98" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.142Z", + "updatedAt": "2026-03-12T23:06:38.231Z", "postProcessHash": "5a61fb98c19575dd0b9a1ed7a968fac83930302ec6fe5a16df7aa291b70eadf7" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.144Z", + "updatedAt": "2026-03-12T23:06:38.233Z", "postProcessHash": "72bbaef66c7b3bd94ca719f3773de18aa214b82b56cc0f5968e83004f82f3034" } } @@ -14357,15 +14385,15 @@ }, "51bcf4d81ac47aad8b4d4d0ee489e8af7924906fc1ffbc68bc7543d1c360bfdd": { "fr": { - "updatedAt": "2026-03-12T19:09:57.115Z", + "updatedAt": "2026-03-12T23:06:38.197Z", "postProcessHash": "4a7fdbba23db103898b33138a2510ec97a20020fcf7c7a28701dfe98145ea486" }, "es": { - "updatedAt": "2026-03-12T19:09:57.116Z", + "updatedAt": "2026-03-12T23:06:38.197Z", "postProcessHash": "4a7fdbba23db103898b33138a2510ec97a20020fcf7c7a28701dfe98145ea486" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.116Z", + "updatedAt": "2026-03-12T23:06:38.198Z", "postProcessHash": "4a7fdbba23db103898b33138a2510ec97a20020fcf7c7a28701dfe98145ea486" } } @@ -14434,15 +14462,15 @@ }, "d105f05c082a3d197f6e5df69d51463c104e388b130286bf01f3a361621acdea": { "zh": { - "updatedAt": "2026-03-12T19:09:57.044Z", + "updatedAt": "2026-03-12T23:06:38.126Z", "postProcessHash": "0665f9a804cb1ba298ea6933f67bb07bdf9c92042f5671c26d0c604f06d82b06" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.044Z", + "updatedAt": "2026-03-12T23:06:38.126Z", "postProcessHash": "ffb5d7b69b4b53866f2b28a5429a4cd74e1a766f82545dafb482a26c880a4d73" }, "es": { - "updatedAt": "2026-03-12T19:09:57.044Z", + "updatedAt": "2026-03-12T23:06:38.127Z", "postProcessHash": "62297e67780ea8029278b720cbda340eafe167025138ea9bfa59eca38575979f" } } @@ -14483,15 +14511,15 @@ }, "eaf3b675306027bf04595dca52e74dd1614edc320fafff007530df01cbb22259": { "zh": { - "updatedAt": "2026-03-12T19:09:57.157Z", + "updatedAt": "2026-03-12T23:06:38.244Z", "postProcessHash": "a3587b20ebaaff884bc5a71b020088e7cef33d8b63b3bd39058bea7096fd54d8" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.157Z", + "updatedAt": "2026-03-12T23:06:38.245Z", "postProcessHash": "4171929429febde0247535e00c036a61f0a1d8975ce6750b115cb3065f6a98a5" }, "es": { - "updatedAt": "2026-03-12T19:09:57.158Z", + "updatedAt": "2026-03-12T23:06:38.245Z", "postProcessHash": "1a90247d6776c6905777a0fadee52f8e5ba0dadaf221f8ec6bb0fe865ca109bd" } } @@ -14549,15 +14577,15 @@ }, "54c5a0687c8b4934ef287d9a7adfb1329dd007e94be6f24a25b7e8a3c2b2600a": { "fr": { - "updatedAt": "2026-03-12T19:09:57.176Z", + "updatedAt": "2026-03-12T23:06:38.264Z", "postProcessHash": "427d54d2394f6d958fb551214cb37858d47d473fdf117b5f4bde4110deee3b60" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.177Z", + "updatedAt": "2026-03-12T23:06:38.264Z", "postProcessHash": "5d6d730282eaa3580b627675e96c5b13f33cbaf43b628c27b1298b0f062d799f" }, "es": { - "updatedAt": "2026-03-12T19:09:57.177Z", + "updatedAt": "2026-03-12T23:06:38.265Z", "postProcessHash": "ec7a44fd0348b94504352c76f9a8ce6fb60d2ccde10c4145d8b70ca71ed1c817" } } @@ -14643,15 +14671,15 @@ }, "90e1f598ed5de559a4f6cd40e245d2d43d7c98d9ce9ba78c0d69f1ec8193900f": { "es": { - "updatedAt": "2026-03-12T19:09:57.170Z", + "updatedAt": "2026-03-12T23:06:38.258Z", "postProcessHash": "3c5490a6871e390c7a9209400a7dea4a5efc13df61b88fcb783c66adc6dff7e9" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.171Z", + "updatedAt": "2026-03-12T23:06:38.259Z", "postProcessHash": "9a65b465a243f19b97e7620e1a7d9c614e8574d7429d75e8c5c4bbc0258d7d11" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.171Z", + "updatedAt": "2026-03-12T23:06:38.259Z", "postProcessHash": "b4aa468315331d6fa6cb52709c5e215e37367ac530d72a8606d1c6c34a89cb8f" } } @@ -14681,15 +14709,15 @@ }, "4bc387e1ff76fddd88238476d65b74ade4cc2f449ce36eb3bc8b85f770c3f490": { "es": { - "updatedAt": "2026-03-12T19:09:57.154Z", + "updatedAt": "2026-03-12T23:06:38.242Z", "postProcessHash": "052f957adbf550b514f0b00fb1c6ce4d1f05ee2a1e8c78c4450c7ef4515ce0c6" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.155Z", + "updatedAt": "2026-03-12T23:06:38.242Z", "postProcessHash": "890f0487febc4d3a384c1258113cff8ca9f4897a21aa5f02b498f09c3c436a91" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.155Z", + "updatedAt": "2026-03-12T23:06:38.243Z", "postProcessHash": "4c92ed5694ff42e4e0b3df5381b266d95cc2b19b95ff2b9ee323faed4f1b853b" } } @@ -14730,15 +14758,15 @@ }, "2e6a80a1a0b8e8424f493d4c864eb475de15f72d6014090c74d48ecd2104428c": { "zh": { - "updatedAt": "2026-03-12T19:09:57.156Z", + "updatedAt": "2026-03-12T23:06:38.244Z", "postProcessHash": "5ce156680db30f828548b0a9a8396e18e5a3af8bb9ff529252ac1fe1be223ce4" }, "es": { - "updatedAt": "2026-03-12T19:09:57.156Z", + "updatedAt": "2026-03-12T23:06:38.244Z", "postProcessHash": "ad231391fa7696cac3044bf4464023ffe8859f8bc46a24de55c6d25a4e495ce0" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.157Z", + "updatedAt": "2026-03-12T23:06:38.245Z", "postProcessHash": "e1ec1af3e9ff1ce8f3858e2cdb4ecba29883568556230feb2676ae4fbb4eb1b1" } } @@ -14782,15 +14810,15 @@ }, "a44008273723fd04ac7e69e086eb43dcc6b98999b351cf6bbb00c93d86950ebc": { "zh": { - "updatedAt": "2026-03-12T19:09:57.159Z", + "updatedAt": "2026-03-12T23:06:38.247Z", "postProcessHash": "15c687cde3d5141b8595af275d988a845142d38f96618c341c82a72cd00135df" }, "es": { - "updatedAt": "2026-03-12T19:09:57.160Z", + "updatedAt": "2026-03-12T23:06:38.248Z", "postProcessHash": "2c67744772576b049509851e7540269c273f4a4d4460f1d07f30b72c4cd252e8" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.160Z", + "updatedAt": "2026-03-12T23:06:38.248Z", "postProcessHash": "c85477b554dd59d278ac41e4c0d6643100a48b740b17f36e84c2f170504fec29" } } @@ -14834,15 +14862,15 @@ }, "3890a0f4b738917a541d60521dd484732c433fb64b01211e108581b3d085c568": { "fr": { - "updatedAt": "2026-03-12T19:09:57.166Z", + "updatedAt": "2026-03-12T23:06:38.254Z", "postProcessHash": "873a647d0b2a42f721c920e853df6a2d9413441c3fc9f5ef8f834c414ef43a88" }, "es": { - "updatedAt": "2026-03-12T19:09:57.166Z", + "updatedAt": "2026-03-12T23:06:38.255Z", "postProcessHash": "7a78bb2a5a73abd4a453870b0b7f04e486b22f24ca4157a2f96b04df735a13a5" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.169Z", + "updatedAt": "2026-03-12T23:06:38.257Z", "postProcessHash": "35a23c826f59b0a22637642dba64f31fb2e99ee99db62da2aa2b042e9395bc65" } } @@ -14897,15 +14925,15 @@ }, "d135e1d69e224e2731fbca8902563893f181f3127ab1d27fb91f593a8bbfd2da": { "zh": { - "updatedAt": "2026-03-12T19:09:57.163Z", + "updatedAt": "2026-03-12T23:06:38.251Z", "postProcessHash": "9fc1868f907d8274d0e209f7a78c58c9e8db235d2ad25d034f327ba13880a7b4" }, "es": { - "updatedAt": "2026-03-12T19:09:57.164Z", + "updatedAt": "2026-03-12T23:06:38.253Z", "postProcessHash": "ad0c08ca085f7ad7adf83c00d7599755e60b62447f1b18e59edd2f417e7ea3d5" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.166Z", + "updatedAt": "2026-03-12T23:06:38.254Z", "postProcessHash": "3d5c56df1340a88ed7e4a55ac3a760980fcbf3d61bffdf9311aa637e2039a9bd" } } @@ -14935,15 +14963,15 @@ }, "02a3f8a9c2b7bed0ca12b135d6610f9dd0567e2045b9486068c3fcc46e5e7b9f": { "fr": { - "updatedAt": "2026-03-12T19:09:57.152Z", + "updatedAt": "2026-03-12T23:06:38.194Z", "postProcessHash": "9a95b5516fce01f14489a297d66bbca47b91f015d8332ce935f6e3302a3fbcd1" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.153Z", + "updatedAt": "2026-03-12T23:06:38.241Z", "postProcessHash": "00e8294e32af03a56d151ca0fc87fd279d476d3bcca0ce5c26d509ecedf60ce3" }, "es": { - "updatedAt": "2026-03-12T19:09:57.155Z", + "updatedAt": "2026-03-12T23:06:38.243Z", "postProcessHash": "bd2e02bcf312fa532b075d1b76a9166b8815072855d47d9d2ed6f8c440ce2227" } } @@ -15160,15 +15188,15 @@ }, "f18e710800c1a7b41eac0997b53e76b5e17e9e63b7f51d97b012801b04355b1a": { "fr": { - "updatedAt": "2026-03-12T19:09:57.173Z", + "updatedAt": "2026-03-12T23:06:38.261Z", "postProcessHash": "2cee4f80f4ea7a156c8612feff8de20682541646af3d34ed8cd8b8ef6bad05c0" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.175Z", + "updatedAt": "2026-03-12T23:06:38.263Z", "postProcessHash": "efe6c3bc79a2b920d1839bd0f010764e866e6599ed31b36ea7d30d7fb9f6c5cb" }, "es": { - "updatedAt": "2026-03-12T19:09:57.176Z", + "updatedAt": "2026-03-12T23:06:38.263Z", "postProcessHash": "91b4465bb0f96e7f77edff302eca6aa68215df0717fec64cfac1aa1a68c646ed" } } @@ -15212,15 +15240,15 @@ }, "b85bb5007e7deb7865d5b813a2c0c5ec688641c4b13448a178740389da412283": { "zh": { - "updatedAt": "2026-03-12T19:09:57.158Z", + "updatedAt": "2026-03-12T23:06:38.246Z", "postProcessHash": "0c9882ea6d3ae01dc8e6353df56cccfc7e9f14c693b8f4b36faa7ff1e496a5ae" }, "es": { - "updatedAt": "2026-03-12T19:09:57.159Z", + "updatedAt": "2026-03-12T23:06:38.246Z", "postProcessHash": "fa94ce937193dabe077a20a3de4dc18090bc1aab03488207448b489737ebdab7" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.159Z", + "updatedAt": "2026-03-12T23:06:38.247Z", "postProcessHash": "9d1a036f1027d5108e7803529d3acd5348a1443ca061a4f7543a5d0479b66f40" } } @@ -15264,15 +15292,15 @@ }, "d097e9c152be02a891d440d5353f6d3c0ffb1f5c7ab6b0cfa7515ae743fefd67": { "fr": { - "updatedAt": "2026-03-12T19:09:57.161Z", + "updatedAt": "2026-03-12T23:06:38.249Z", "postProcessHash": "d8aced1839d5f060bb6febb1ecbcab8c26cd99ecf1a8938e972c23ad2799d55d" }, "es": { - "updatedAt": "2026-03-12T19:09:57.161Z", + "updatedAt": "2026-03-12T23:06:38.249Z", "postProcessHash": "ebbf6dbfe62e90eb6070c59f0fcd8a101d046bdca76bc76b033b73ce3c04b3e2" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.161Z", + "updatedAt": "2026-03-12T23:06:38.249Z", "postProcessHash": "4e3ba92a677942b11a77fb77e3638c86d7e8edaf8243776c6f148f7fcf3dc20c" } } @@ -15344,15 +15372,15 @@ }, "d1b86bd27a9b3d0d191ff79562832185f526786562290f658da1fac515090cba": { "fr": { - "updatedAt": "2026-03-12T19:09:57.078Z", + "updatedAt": "2026-03-12T23:06:38.161Z", "postProcessHash": "aba0d48f6a412996446421475acee49b420a75b36ac252edbcf23d1d6edee717" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.079Z", + "updatedAt": "2026-03-12T23:06:38.162Z", "postProcessHash": "b12d2c38e90249dba3768af01013b75da5607fbe5a4135fb5c02bfae6ad9169b" }, "es": { - "updatedAt": "2026-03-12T19:09:57.079Z", + "updatedAt": "2026-03-12T23:06:38.162Z", "postProcessHash": "33ee9ddd33ae51296497dc55bd4b54afe0d7c41fb72b982ba3e3476633a26aaa" } } @@ -15382,15 +15410,15 @@ }, "b72d2b9d9ef504cbfecd6422d202a23f54cb213b4a6c7fbe372d2fe6c315757d": { "fr": { - "updatedAt": "2026-03-12T19:09:57.113Z", + "updatedAt": "2026-03-12T23:06:38.153Z", "postProcessHash": "bbf4b3fc2fee65a6334d5b66c1603b7b6219e142b93e3db1fd55c60e81cc4fee" }, "es": { - "updatedAt": "2026-03-12T19:09:57.114Z", + "updatedAt": "2026-03-12T23:06:38.196Z", "postProcessHash": "a2d361d2756d7fe746e60b623d07c14d40ae7115aaed3744a6540574ec8c2427" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.114Z", + "updatedAt": "2026-03-12T23:06:38.195Z", "postProcessHash": "45babf5a62e66b6b4e205ccf73a62e99a96ed2c5c3062e56c1a45a8ec803e8b0" } } @@ -15507,15 +15535,15 @@ }, "ca65e1e72e1b8a001faf4301528bff474b80c9d40c335b68ff61fb59c56b5154": { "zh": { - "updatedAt": "2026-03-12T19:09:57.068Z", + "updatedAt": "2026-03-12T23:06:38.151Z", "postProcessHash": "80f574b44d54ead0bb664194d874169e3017b017e030ee71d9b3f761620e20c6" }, "es": { - "updatedAt": "2026-03-12T19:09:57.068Z", + "updatedAt": "2026-03-12T23:06:38.152Z", "postProcessHash": "7d6c5a9a3d25fd35a293e21c17704b938a549b0e373369d90211b256f969b6ef" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.069Z", + "updatedAt": "2026-03-12T23:06:38.152Z", "postProcessHash": "fdc9832c58db74d019ef7b28db77ff4f2e5eb346d4088a22b833e4cc2981ae46" } } @@ -15551,15 +15579,15 @@ }, "df7db1f2c49ee27aad070ec4e16b55670d14c7e0a7ff17045a272fa87faad5fe": { "zh": { - "updatedAt": "2026-03-12T19:09:57.009Z", + "updatedAt": "2026-03-12T23:06:38.089Z", "postProcessHash": "2086535f309a7d60ec931b7df6c5ada7cbc59cfbd91bf2177f73231b63b9d2d5" }, "es": { - "updatedAt": "2026-03-12T19:09:57.014Z", + "updatedAt": "2026-03-12T23:06:38.094Z", "postProcessHash": "b12e415fe2b87d988882e9c82b36764de70eb3b33d0c33e206a22763ab8e8009" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.015Z", + "updatedAt": "2026-03-12T23:06:38.095Z", "postProcessHash": "fac9cfc79d9a8b4090b34a3cc18837914c9ad7876b745abe9f79e6011f02db6a" } } @@ -15581,15 +15609,15 @@ }, "9164e060f2af0b5a66c5c1a0472aaa3e627141077af6025a130ac3bbc4e80179": { "es": { - "updatedAt": "2026-03-12T19:09:56.941Z", + "updatedAt": "2026-03-12T23:06:38.044Z", "postProcessHash": "da0f36431f1d7c6c20cb6efb2b54b1971e5a11ccd9f61bb4e919c146d39205fc" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.941Z", + "updatedAt": "2026-03-12T23:06:38.045Z", "postProcessHash": "421222b0f2e66fd85ab50ea8286c47f4676c26f04cfd4e90fb9af5e519137f3b" }, "fr": { - "updatedAt": "2026-03-12T19:09:56.943Z", + "updatedAt": "2026-03-12T23:06:38.083Z", "postProcessHash": "5676d6d012fcf80b7f33a66155cdae06ee06fa98d9b7e4ace21e26d3889ac531" } } @@ -15639,15 +15667,15 @@ }, "5a238f841df8b1dfb8f1a7960d5cb6521feed3e5d9b1365f0c90ad01991588a9": { "fr": { - "updatedAt": "2026-03-12T19:09:56.918Z", + "updatedAt": "2026-03-12T23:06:38.022Z", "postProcessHash": "cacaad41da0a1c985c98d24f55be2e1d39f1e2c8be5a901d58333d5629d95bbf" }, "es": { - "updatedAt": "2026-03-12T19:09:56.918Z", + "updatedAt": "2026-03-12T23:06:38.023Z", "postProcessHash": "d55489dc40ed86932350a0f8f79ea5f16e4536651e5e5230fd884ffc3868ce38" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.920Z", + "updatedAt": "2026-03-12T23:06:38.025Z", "postProcessHash": "d223c2103799456e869f173a15ff5049a337492d0f4a75a8c70ae9b9fcb6d363" } } @@ -15694,15 +15722,15 @@ }, "be6b871e134c07d764a2c5329aebc96a5528c0a7eaa720d39430b3530309adf1": { "es": { - "updatedAt": "2026-03-12T19:09:56.940Z", + "updatedAt": "2026-03-12T23:06:38.043Z", "postProcessHash": "188509b9f4fc6d61e366ac0400fba50a29d99bd1121bfa0f70bcc06ca78185aa" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.942Z", + "updatedAt": "2026-03-12T23:06:38.046Z", "postProcessHash": "54b89eb3b2bfb0a23c87b7f1331af091f7cc487f36a1d65390023ce839640f80" }, "fr": { - "updatedAt": "2026-03-12T19:09:56.943Z", + "updatedAt": "2026-03-12T23:06:38.083Z", "postProcessHash": "b00b76683fa4917a0905b1f5116bd20f4acb2f52896b7b4b90578a2bc0d13324" } } @@ -15749,15 +15777,15 @@ }, "f1424459f70c9ad23b7b04877e13591cd159d4e650a821d2ee908dd60721e9e6": { "zh": { - "updatedAt": "2026-03-12T19:09:57.083Z", + "updatedAt": "2026-03-12T23:06:38.166Z", "postProcessHash": "cc1a618e750e396eea46dddbdc1fadde4b205da857c2a44fc98549831adc1e9f" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.120Z", + "updatedAt": "2026-03-12T23:06:38.204Z", "postProcessHash": "a4c6749e0ec0bb3f0e891bba8e68736e18053ee17f6bed6e6b0622f4fcd2fa01" }, "es": { - "updatedAt": "2026-03-12T19:09:57.121Z", + "updatedAt": "2026-03-12T23:06:38.204Z", "postProcessHash": "e4d914ccb3409a650dc3252eb481557f07931e37ffe3d7d6950a401c5db50b5b" } } @@ -15823,15 +15851,15 @@ }, "602aff6bbfeb35200e97174f32af0bd9a4357dabca9516364cb7ca448451163a": { "es": { - "updatedAt": "2026-03-12T19:09:57.050Z", + "updatedAt": "2026-03-12T23:06:38.132Z", "postProcessHash": "7f5e13988a1eb0f4ab68f61757c22ba80e62955c68caacd86075fd4879b457df" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.051Z", + "updatedAt": "2026-03-12T23:06:38.133Z", "postProcessHash": "a768e922e0e07c329d92fa61e5c6b90580d21b7b4d223941e9299100a974d127" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.051Z", + "updatedAt": "2026-03-12T23:06:38.133Z", "postProcessHash": "d89f59ecec5a9fa914ec49d285da3ecd92ea9ef9752f92cc0428d614d3ac0a00" } } @@ -15867,15 +15895,15 @@ }, "33c130f04d60340b4d35dee4b11161a1f2dd3abb4bda92d403c9dacd1ad48c64": { "es": { - "updatedAt": "2026-03-12T19:09:57.007Z", + "updatedAt": "2026-03-12T23:06:38.088Z", "postProcessHash": "8c4efb15a0cc4cd34bb4d3dc2729d7238658fff19012b5f93002aa1bd22c150e" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.009Z", + "updatedAt": "2026-03-12T23:06:38.089Z", "postProcessHash": "b062f10fe270aea5c30c5c8fc44e4c97b8f31983a23c388cc31692e624b1478f" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.009Z", + "updatedAt": "2026-03-12T23:06:38.090Z", "postProcessHash": "7c959dbcf18a8346068c044b4190a334ab08e5d2c2ed56dc2b96ebe17f2abe24" } } @@ -15939,15 +15967,15 @@ }, "9b06c9240cfbf8fe66ef12cc3374de63c4b0e3cb3a8856eb6dc18d7836c56cad": { "zh": { - "updatedAt": "2026-03-12T19:09:57.072Z", + "updatedAt": "2026-03-12T23:06:38.156Z", "postProcessHash": "968cb8ebb229da50b550fbd534b193fc611f6cf37ff43b092a15256cf9a2321f" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.073Z", + "updatedAt": "2026-03-12T23:06:38.157Z", "postProcessHash": "f36b74d6b27c8ae5877f85e2d7f949546af67a183b05131c20fd708e81f817b3" }, "es": { - "updatedAt": "2026-03-12T19:09:57.073Z", + "updatedAt": "2026-03-12T23:06:38.157Z", "postProcessHash": "3dc7af1258d14c035f3b630d482acfb0c2479938ddbe52364ae14cbd15d70992" } } @@ -16050,15 +16078,15 @@ }, "69603a7b5bc59d76b2d81e0ad06f81c1fdb17fd82bcfc9af1fdb366e436d0cec": { "zh": { - "updatedAt": "2026-03-12T19:09:57.081Z", + "updatedAt": "2026-03-12T23:06:38.164Z", "postProcessHash": "30b33ac4826b930c194087aaa9ed3f876aeacbb675ead443221bdcaf0d5c5493" }, "es": { - "updatedAt": "2026-03-12T19:09:57.081Z", + "updatedAt": "2026-03-12T23:06:38.164Z", "postProcessHash": "f2dcffe800e1e7714be155d22c8d1cb0e406e57b9c17f71035dc470e34d4a9f2" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.081Z", + "updatedAt": "2026-03-12T23:06:38.164Z", "postProcessHash": "b7784428c6660bc0496234c515198f7a4a2f32ce32a21b013bfe76b1d18f4358" } } @@ -16080,15 +16108,15 @@ }, "53b5875c23ebd3fc6ab3e9fad6f660b34cf7874b97fd4d2abbceb0b7fe555999": { "es": { - "updatedAt": "2026-03-12T19:09:56.988Z", + "updatedAt": "2026-03-12T23:06:38.067Z", "postProcessHash": "1dd6e21695b6516e0355af6f151e9ccc72ffff811290a7a42d4fa998b95affcc" }, "fr": { - "updatedAt": "2026-03-12T19:09:56.988Z", + "updatedAt": "2026-03-12T23:06:38.067Z", "postProcessHash": "420c93371057865a79359c203f469080a820f68a3e262ce769826211d7566162" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.989Z", + "updatedAt": "2026-03-12T23:06:38.068Z", "postProcessHash": "8b6ecee2a69b91fa777ab51b93f9c0958763f7ecc95b901666c384c9364f8630" } } @@ -16110,15 +16138,15 @@ }, "0a476bb8a619c607ee41046b0d42be40f8b390711886b04394117bd059fddd41": { "es": { - "updatedAt": "2026-03-12T19:09:57.043Z", + "updatedAt": "2026-03-12T23:06:38.125Z", "postProcessHash": "bc37f8b005a1fa3f12c246a89bd17411eb4538486679197c8741ad3effb23b92" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.045Z", + "updatedAt": "2026-03-12T23:06:38.127Z", "postProcessHash": "4ca4d337d14bee11d080d9a151a1cfd61dea8e40156444e483f87c362b746df4" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.045Z", + "updatedAt": "2026-03-12T23:06:38.128Z", "postProcessHash": "8c40b4bbad8294898e38da83b400e2aa837485adff978e62c052583ec91e793b" } } @@ -16168,15 +16196,15 @@ }, "19751f1f0b8505dfd8795e2d1a4ff262e78d0e7b3c0355d44c2c7c3bd2589221": { "es": { - "updatedAt": "2026-03-12T19:09:57.040Z", + "updatedAt": "2026-03-12T23:06:38.122Z", "postProcessHash": "2eafdcca9485255a99ae211c2dd53e3340bb49020caeb3c20df800d1b9dc9ecf" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.040Z", + "updatedAt": "2026-03-12T23:06:38.122Z", "postProcessHash": "00f552fcf1134146205613edf1238178ebe342d491e72c33071d6f5bde659380" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.041Z", + "updatedAt": "2026-03-12T23:06:38.123Z", "postProcessHash": "da1aaac3cb5349f91306039640c3d007129d5b9b0bfc5ae1ec7ceb5ed58289f6" } } @@ -16282,15 +16310,15 @@ }, "719a7f032faf77ea167de830e266012494ca61f1da4f5d76017d0df4c8a295a7": { "es": { - "updatedAt": "2026-03-12T19:09:57.129Z", + "updatedAt": "2026-03-12T23:06:38.212Z", "postProcessHash": "8f95ceea4aa11817e9184ecb22ca7ad8a4275693d026b6846720062c812ec008" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.128Z", + "updatedAt": "2026-03-12T23:06:38.211Z", "postProcessHash": "3ae0948c2b92abd2e943bc5397344962fb3299da6286d4dc6ce5af7a93d064cb" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.128Z", + "updatedAt": "2026-03-12T23:06:38.212Z", "postProcessHash": "84abdce124960c0cd75bb8583a53c6e95db9b6877d95b797e549fdf561dd01a2" } } @@ -16312,17 +16340,17 @@ }, "cb36618c2336212a5cf8c13576286c10078aac018ea786b19adbcd4d4fefc8a6": { "es": { - "updatedAt": "2026-03-12T19:09:56.910Z", + "updatedAt": "2026-03-12T23:06:38.017Z", "sourceHash": "ea3c89909bf1219c83982572a3053112571d292bb30f235ad0f862f9060ba22f", "postProcessHash": "cc442a531a1644431cf1178f17b1b19e6b34006d9becf533706b14fed8fc201e" }, "fr": { - "updatedAt": "2026-03-12T19:09:56.911Z", + "updatedAt": "2026-03-12T23:06:38.018Z", "sourceHash": "ea3c89909bf1219c83982572a3053112571d292bb30f235ad0f862f9060ba22f", "postProcessHash": "f41be3530176f9ca4d1e6d2a4d7cada150f12f3aa1da69455239ff6fe3237ec4" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.913Z", + "updatedAt": "2026-03-12T23:06:38.019Z", "sourceHash": "ea3c89909bf1219c83982572a3053112571d292bb30f235ad0f862f9060ba22f", "postProcessHash": "040deea5703739636a9af62d924db1afcddcd87c1df43ad626c51426de4430f8" } @@ -16441,17 +16469,17 @@ }, "97cd904f280f8e7bbe5fbabee7b88dec608f8c4fc73ec1325c9d90cc48a53763": { "fr": { - "updatedAt": "2026-03-12T19:09:56.972Z", + "updatedAt": "2026-03-12T23:06:38.060Z", "sourceHash": "fe8388a0be800465ab8a098e84d630df1c2205048917f3e2a1c0268b1d335bf9", "postProcessHash": "6df8999f8e390a8fb0f982702dfaede00e3d8b28622af6a174b5edc9ac8932b3" }, "es": { - "updatedAt": "2026-03-12T19:09:56.974Z", + "updatedAt": "2026-03-12T23:06:38.062Z", "sourceHash": "fe8388a0be800465ab8a098e84d630df1c2205048917f3e2a1c0268b1d335bf9", "postProcessHash": "3c88b61cc9db04edfd20ea703a624b4e919a6bd1593d475b1d75ff649b750b78" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.976Z", + "updatedAt": "2026-03-12T23:06:38.064Z", "sourceHash": "fe8388a0be800465ab8a098e84d630df1c2205048917f3e2a1c0268b1d335bf9", "postProcessHash": "c8ca6cb2772cecadae0aab683330a4d2e532b229e62552004d3e0c167e10f321" } @@ -16547,17 +16575,17 @@ }, "3659c68ef916ed3ea11705c7aeb0b2c298f0ccf6176b611ad12a69d09f333a1c": { "fr": { - "updatedAt": "2026-03-12T19:09:56.933Z", + "updatedAt": "2026-03-12T23:06:38.035Z", "sourceHash": "2d31803f8e4bdbf057144beb38bba5cf5a69a2908b2480268fc78dc2a9b14743", "postProcessHash": "ad3654633c4fa54d72fd5d41c67ade7f1402cfb45290f94195a40bff3ea186e0" }, "es": { - "updatedAt": "2026-03-12T19:09:56.935Z", + "updatedAt": "2026-03-12T23:06:38.037Z", "sourceHash": "2d31803f8e4bdbf057144beb38bba5cf5a69a2908b2480268fc78dc2a9b14743", "postProcessHash": "dead1ff35b79fda46f07c1ac58b90bcf237250cd5b6a67ef8b53b5696b722ae9" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.937Z", + "updatedAt": "2026-03-12T23:06:38.040Z", "sourceHash": "2d31803f8e4bdbf057144beb38bba5cf5a69a2908b2480268fc78dc2a9b14743", "postProcessHash": "fd323bbccf701900ae5c6f0fc3b706dfac6685dbf3cbdfc5e03452379bbb57b0" } @@ -16752,15 +16780,15 @@ }, "0f8e22051637264211d79388f2597b5e56b3649d5737260426476243c3ccf445": { "es": { - "updatedAt": "2026-03-12T19:09:56.919Z", + "updatedAt": "2026-03-12T23:06:38.024Z", "postProcessHash": "35637738162e1d6abd94b1557d441a3297c4d000afba63d343c4a3546534a7c4" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.920Z", + "updatedAt": "2026-03-12T23:06:38.025Z", "postProcessHash": "7284a3e20774edf3b14e189bd7571142fadcbe8d439f619ca16d1e51afd80fa4" }, "fr": { - "updatedAt": "2026-03-12T19:09:56.921Z", + "updatedAt": "2026-03-12T23:06:38.026Z", "postProcessHash": "ea91962fcda925599540fc3d6c2ff0fae319af6dbd71fbb7b4f64272bc7d4ca9" } } @@ -16880,15 +16908,15 @@ }, "189646bdc0ed9d9022e7ef66baaa48306eb4400b654246299eec52b7be9a8775": { "fr": { - "updatedAt": "2026-03-12T19:09:56.906Z", + "updatedAt": "2026-03-12T23:06:38.013Z", "postProcessHash": "d041964f9726e9b5f58981772504d9bb8c152d9e265cfb9023e4e9b2174a3764" }, "es": { - "updatedAt": "2026-03-12T19:09:56.906Z", + "updatedAt": "2026-03-12T23:06:38.013Z", "postProcessHash": "1e313d62b27282fa727d38976d285fd3188d9dccdc17753817bc4e970c8aa1ff" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.906Z", + "updatedAt": "2026-03-12T23:06:38.014Z", "postProcessHash": "353a3f55dd963e1d3c33c4e4ed563ed4de1c4ec12f2ce488676152cf3354006e" } } @@ -16896,15 +16924,15 @@ "edb50f189db7d5bfeac8f5d547b43e347fde48c9ea7d5e24ad491e9ae61ab75b": { "00c09e65a79f72278711c9fb568e4e1f395e409f4598d44e32c21dc3116da422": { "zh": { - "updatedAt": "2026-03-12T19:09:56.987Z", + "updatedAt": "2026-03-12T23:06:38.066Z", "postProcessHash": "395acb5224ac7bb78ec6cebf58f580beb49730e83685f45b43ff1b6abe810917" }, "fr": { - "updatedAt": "2026-03-12T19:09:56.987Z", + "updatedAt": "2026-03-12T23:06:38.066Z", "postProcessHash": "ee86c7337fe5fd18652f517a6fd69df62058a3805a009a94e9e7a54d6473b32f" }, "es": { - "updatedAt": "2026-03-12T19:09:56.988Z", + "updatedAt": "2026-03-12T23:06:38.067Z", "postProcessHash": "2dbf13d1f2e674684e1ff5c412bfc3fd5e8937c9fe07114d6bc3849c70fd80c5" } } @@ -16940,15 +16968,15 @@ }, "a87217ae39ffeef6d529ce8b6c773c9cc08ace144e46705e3203317bae79173f": { "zh": { - "updatedAt": "2026-03-12T19:09:56.998Z", + "updatedAt": "2026-03-12T23:06:38.077Z", "postProcessHash": "7e33707027557a588477a791ec2e9e9a5b9bb89185f694cf01bd3067768cc33b" }, "fr": { - "updatedAt": "2026-03-12T19:09:56.998Z", + "updatedAt": "2026-03-12T23:06:38.078Z", "postProcessHash": "fe368bcd061be859a3a61be10aef79b6681c55381e1041b59ae65224533a7d51" }, "es": { - "updatedAt": "2026-03-12T19:09:56.999Z", + "updatedAt": "2026-03-12T23:06:38.079Z", "postProcessHash": "294c359d992b752ea5c08263bd2793f78361ef1c3faa45b6d07c537bb4fad9b9" } } @@ -17026,15 +17054,15 @@ }, "10940008136806aa4f377f09e68ff9dc883a7373e56e90389d6277d08f484d1f": { "fr": { - "updatedAt": "2026-03-12T19:09:57.053Z", + "updatedAt": "2026-03-12T23:06:38.135Z", "postProcessHash": "178a58c9ebe5e7033eee77e836ac4c77ebc34e47330838956a1f5f7a91b3ea47" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.053Z", + "updatedAt": "2026-03-12T23:06:38.135Z", "postProcessHash": "0eb9176474be46085ca888e383765b4e82d3fa76beae99ed45c6f8ae4696ffc0" }, "es": { - "updatedAt": "2026-03-12T19:09:57.053Z", + "updatedAt": "2026-03-12T23:06:38.136Z", "postProcessHash": "1afcf6235f9257a9114c88e9cdbde98e6ca4ba70ddd47b2617d674368549a558" } } @@ -17112,15 +17140,15 @@ }, "4b46acab3e3e441d3ddac0b82ef17734ab1e173eb405df0de3e8510fdab51b6d": { "zh": { - "updatedAt": "2026-03-12T19:09:57.105Z", + "updatedAt": "2026-03-12T23:06:38.187Z", "postProcessHash": "d011449d733502225a6b6b48eb5b4a40ba68ba853a2ca93821bc3b3c869cea9e" }, "es": { - "updatedAt": "2026-03-12T19:09:57.106Z", + "updatedAt": "2026-03-12T23:06:38.187Z", "postProcessHash": "c163b84f71cb3ba0c0957776faff2f2c5e0116ea3e0de181b4fcb54da05c04d9" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.106Z", + "updatedAt": "2026-03-12T23:06:38.188Z", "postProcessHash": "47d70cb0069821df4d79c6e8f5cc5d2393e9ffc3b55b5c2cdd18ebae1415a018" } } @@ -17184,15 +17212,15 @@ }, "fa24d088160120aed642667b2be3d4a80a37ccb04ef3ef3787cc9dacb3e685c3": { "es": { - "updatedAt": "2026-03-12T19:09:57.039Z", + "updatedAt": "2026-03-12T23:06:38.121Z", "postProcessHash": "d99ce203327d66db51343ed23dd4ffea3ee41620247fa1201bc329e0e886f1b6" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.039Z", + "updatedAt": "2026-03-12T23:06:38.121Z", "postProcessHash": "0e7d0027c0e46019b75d57e661bc255e90a0a16907df05cfce7e5cf32afa6a0d" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.040Z", + "updatedAt": "2026-03-12T23:06:38.122Z", "postProcessHash": "6d5025a2b2a829e6a592a26f7b14d978b36c3f427b1c7cdcaa63e1287c27fd38" } } @@ -17326,15 +17354,15 @@ }, "c55d4e9292619189b879c65be847a026eb904adff1319976e75e713faa8ede37": { "fr": { - "updatedAt": "2026-03-12T19:09:57.109Z", + "updatedAt": "2026-03-12T23:06:38.190Z", "postProcessHash": "be8e59b53fb72314cbf3409dbcd9d4ac9625c3b2a76cb7f413729540be039f2c" }, "es": { - "updatedAt": "2026-03-12T19:09:57.110Z", + "updatedAt": "2026-03-12T23:06:38.191Z", "postProcessHash": "cb90dbf247d372c0824fc1e35303a34e888826449276ee20be906da98f53da6f" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.110Z", + "updatedAt": "2026-03-12T23:06:38.191Z", "postProcessHash": "98add52c2c5c0ece52fa6386732b5708f4484fb8e45d5da2e105725b3e5dbaed" } } @@ -17552,15 +17580,15 @@ }, "47d7c27d65e43181a973fcc61f85c87da1bb9aecff3921e52254e57b9fb004b4": { "zh": { - "updatedAt": "2026-03-12T19:09:57.111Z", + "updatedAt": "2026-03-12T23:06:38.192Z", "postProcessHash": "a549abed5312695abd88c9402278bddd8054895e61130db06626f22f3660d503" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.111Z", + "updatedAt": "2026-03-12T23:06:38.192Z", "postProcessHash": "a9777eba7ed7f195c16e44c09618024ce3bb22a95fb561d444f70cd0ced6c7f6" }, "es": { - "updatedAt": "2026-03-12T19:09:57.111Z", + "updatedAt": "2026-03-12T23:06:38.193Z", "postProcessHash": "36591ef2ba5f09b76533f91a5f8962e740c9e6f6f251d1f1beb133549415eab3" } } @@ -17610,15 +17638,15 @@ }, "23ee0f50489578507b16a38d4602e8d190b5602f9ca3b67db8777cc8502aa651": { "fr": { - "updatedAt": "2026-03-12T19:09:57.089Z", + "updatedAt": "2026-03-12T23:06:38.172Z", "postProcessHash": "169518661c73b6749321026987018195cb619c6e16df41d149b0163dc3406e3f" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.089Z", + "updatedAt": "2026-03-12T23:06:38.173Z", "postProcessHash": "35b1c25fbfb0a5e47fdca044c1e396636f4a822d17f2bd5ecd2f6c3409851e66" }, "es": { - "updatedAt": "2026-03-12T19:09:57.093Z", + "updatedAt": "2026-03-12T23:06:38.176Z", "postProcessHash": "0897c291bdfdef759adfa589763f1012a4af153a474b6ba66442796ab8431588" } } @@ -17710,15 +17738,15 @@ }, "fe3aaade6508f425286df3d0d197dcdfe9f2c594594ff9fbf52483e1fa130c2c": { "fr": { - "updatedAt": "2026-03-12T19:09:57.052Z", + "updatedAt": "2026-03-12T23:06:38.134Z", "postProcessHash": "b21605aa5ae89c944e684d01291c6ad51635e4b941b58ed2ddf8d0f899a86666" }, "es": { - "updatedAt": "2026-03-12T19:09:57.052Z", + "updatedAt": "2026-03-12T23:06:38.134Z", "postProcessHash": "676a9c5e2bfe112aab5f69a642348f229ffddddea9a8204c8bcc20ded08c15ad" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.089Z", + "updatedAt": "2026-03-12T23:06:38.172Z", "postProcessHash": "938b963ef239d2e45663b1ddb3ae24a4a8f108b9461f2483f15f4a650afa3218" } } @@ -17810,15 +17838,15 @@ }, "c00b6ca7233e02e72247f333256495d514e614602d95243c73471473f45d6048": { "zh": { - "updatedAt": "2026-03-12T19:09:57.104Z", + "updatedAt": "2026-03-12T23:06:38.186Z", "postProcessHash": "018024ba9a3a4b8b5c1dd817d8d2009fba2876dfc170949e766c1c0fa474a005" }, "es": { - "updatedAt": "2026-03-12T19:09:57.104Z", + "updatedAt": "2026-03-12T23:06:38.186Z", "postProcessHash": "c30041456b2c5ff04a16389b82328b205e07615b0048ccb4babb0eeb046281dd" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.105Z", + "updatedAt": "2026-03-12T23:06:38.186Z", "postProcessHash": "23460b881c5390c475174f0254de4bf1060fd20d45ec8a490dec3f4d84dc87ca" } } @@ -17964,15 +17992,15 @@ }, "7bd8ad664990dda959bee54789645853c82ec6b5fcf79d9879dfa1b32495844c": { "fr": { - "updatedAt": "2026-03-12T19:09:57.093Z", + "updatedAt": "2026-03-12T23:06:38.175Z", "postProcessHash": "f796871f9140ab5ed210eccb7250d6ea314c3855e8ee5a6c33645a7077d3a4e0" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.094Z", + "updatedAt": "2026-03-12T23:06:38.176Z", "postProcessHash": "5fbe854045b106a89e763603684dfedba7e16b8662631898b9969e925a1e66c4" }, "es": { - "updatedAt": "2026-03-12T19:09:57.094Z", + "updatedAt": "2026-03-12T23:06:38.177Z", "postProcessHash": "7f50f873148268a5a0cbeded11e489a8d1940cf410e6359fe51c62e9c4c547ea" } } @@ -18078,15 +18106,15 @@ }, "b1788fc0b8a5da2991bc8d262434dc8ac31a9dc065cf9cc712df70561a10f290": { "zh": { - "updatedAt": "2026-03-12T19:09:57.151Z", + "updatedAt": "2026-03-12T23:06:38.239Z", "postProcessHash": "91d61df48ea8c3a3822bd15a10598a7d592158fcfb9809e838d798777c113a50" }, "es": { - "updatedAt": "2026-03-12T19:09:57.151Z", + "updatedAt": "2026-03-12T23:06:38.240Z", "postProcessHash": "bb5646cb658630bb913f1261ec51fc6edbc342ba887173766f0c9cc3904175b2" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.151Z", + "updatedAt": "2026-03-12T23:06:38.240Z", "postProcessHash": "3230fab87be7bb3b1474d56607d3b71d48d3e48266589f489ed4d780b74f1ca9" } } @@ -18122,15 +18150,15 @@ }, "f3ad9d6d459a2f296bb64e85960d79c64f616676161d1c8123e8b73485bbff5f": { "es": { - "updatedAt": "2026-03-12T19:09:56.907Z", + "updatedAt": "2026-03-12T23:06:38.014Z", "postProcessHash": "0a1c00568a257ace5443ac2b4dcbce56ea822cf2accaa7cfc6d89d24663419cf" }, "fr": { - "updatedAt": "2026-03-12T19:09:56.907Z", + "updatedAt": "2026-03-12T23:06:38.014Z", "postProcessHash": "7395dab23c68d9d20bad5f824b614772982a07b8a49d9f50dc970a1a8b045110" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.908Z", + "updatedAt": "2026-03-12T23:06:38.015Z", "postProcessHash": "c2aa5e073812e65f96de2f6b07d1bcb24bdd9003589c5dab4388bda280270e83" } } @@ -18278,15 +18306,15 @@ }, "0a2c4cef86ee3c589c3ce29f2dfa618b103b680fee6e4e04e09aac95d87de56a": { "zh": { - "updatedAt": "2026-03-12T19:09:56.954Z", + "updatedAt": "2026-03-12T23:06:38.046Z", "postProcessHash": "d8f5874c7b4d2c39e65417f1134f58e3468eac4152e70f8a4dc08237b04c696c" }, "fr": { - "updatedAt": "2026-03-12T19:09:56.955Z", + "updatedAt": "2026-03-12T23:06:38.047Z", "postProcessHash": "308b8ad51d5921ee93e69b18e5fe9a2a3d8ca46750789ac6691c89fe1c41f799" }, "es": { - "updatedAt": "2026-03-12T19:09:56.956Z", + "updatedAt": "2026-03-12T23:06:38.047Z", "postProcessHash": "88d0748920c6eec423278901a608ffd53a44ab23da0f3a80a667ad2cc4e13125" } } @@ -18324,15 +18352,15 @@ "70faccccd73a9dd61ce9b1bd9ff46301b2e624965165899ddeb0501dbfd990f9": { "afde3f3e70cc7a58266bc02ee0a53613165e4f4427689fc0f79f7e244fde053a": { "fr": { - "updatedAt": "2026-03-12T19:09:56.904Z", + "updatedAt": "2026-03-12T23:06:38.012Z", "postProcessHash": "f20c9920e15cc1ccc84f470fba7346c2acad1225611de1d1162b919566501ad8" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.905Z", + "updatedAt": "2026-03-12T23:06:38.012Z", "postProcessHash": "bd7acdef766e5bff3d7a97f9644a1d0d6b7a6cc41ce5298c2f64038e3ddd9a87" }, "es": { - "updatedAt": "2026-03-12T19:09:56.905Z", + "updatedAt": "2026-03-12T23:06:38.013Z", "postProcessHash": "37fa7464003cbfe5a6c6b467b57c80ddedbbc9615c94a61b1d032d84e97a8d69" } } @@ -18452,15 +18480,15 @@ }, "b6adc61f527c484734132a46337dc5dc3bd7e3348ce372b742960e0731220897": { "es": { - "updatedAt": "2026-03-12T19:09:56.962Z", + "updatedAt": "2026-03-12T23:06:38.053Z", "postProcessHash": "307fbe52ecdd22f26fe5e634cae840501c7a752acd7f9f46d7d31b81ef88ca52" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.963Z", + "updatedAt": "2026-03-12T23:06:38.053Z", "postProcessHash": "f55d3391ac0350072e5de97d106efcd33445a126afa56f66209b42d6152acfed" }, "fr": { - "updatedAt": "2026-03-12T19:09:56.965Z", + "updatedAt": "2026-03-12T23:06:38.054Z", "postProcessHash": "aa8a308bdfdbe2f1c4762831325de759d3d7ccb0b211634bf6ea03e3f5157c8e" } } @@ -18482,15 +18510,15 @@ }, "f2b440bda8d19f4dfea847c83bf37f2e1cbe8478268f093780630cbb5c6d8f8c": { "zh": { - "updatedAt": "2026-03-12T19:09:56.914Z", + "updatedAt": "2026-03-12T23:06:38.020Z", "postProcessHash": "f14695e1d9c3ad002ba390cdb53028314896306060f1fc381a00c119105a7a6e" }, "es": { - "updatedAt": "2026-03-12T19:09:56.915Z", + "updatedAt": "2026-03-12T23:06:38.020Z", "postProcessHash": "4f2e573c3e15e626754b20dd1e4aefa5c7688bdbe64dcb9da1fbb3c1b59d09a5" }, "fr": { - "updatedAt": "2026-03-12T19:09:56.915Z", + "updatedAt": "2026-03-12T23:06:38.021Z", "postProcessHash": "208424a7920d4d0cd8c8735f2310d574933697f14d3a607daf01a3e6af0917b3" } } @@ -18570,15 +18598,15 @@ }, "b525364b3ff1d37d5480c89b4dd875fcf738360dda0a3e4ff6c2a2e018ee997e": { "zh": { - "updatedAt": "2026-03-12T19:09:57.080Z", + "updatedAt": "2026-03-12T23:06:38.163Z", "postProcessHash": "8e3dfc4e0d63500d35c186527cf8491b0a3b03a0e3764b574616d4a3834fb878" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.080Z", + "updatedAt": "2026-03-12T23:06:38.163Z", "postProcessHash": "cc1bd823b0a4726c8276cba9c6d646c1c2d25a322c4f18775b9fa49843c8c4b5" }, "es": { - "updatedAt": "2026-03-12T19:09:57.080Z", + "updatedAt": "2026-03-12T23:06:38.163Z", "postProcessHash": "28e4a6203c3891641b964396f7a58352bef86276c63922ea821e8d2564f09e71" } } @@ -18616,15 +18644,15 @@ "67b2976cb91ee4f8480cfe85e9ec0895c34c6b8af068b38e824529a0a12ea668": { "38dedfae90f23be82c1679ffcf3dbe17731699d734dab8acf4bc6cb6335deaf8": { "zh": { - "updatedAt": "2026-03-12T19:09:57.076Z", + "updatedAt": "2026-03-12T23:06:38.159Z", "postProcessHash": "c86fa1f858be9bc0bc1b703dd4291d97365e609f4378d48e83d3b9ebb8aa070f" }, "es": { - "updatedAt": "2026-03-12T19:09:57.076Z", + "updatedAt": "2026-03-12T23:06:38.159Z", "postProcessHash": "99fef70bd5d12536fa5b7c73796905f7fd745206f0937122d8e1788de869f15d" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.077Z", + "updatedAt": "2026-03-12T23:06:38.160Z", "postProcessHash": "21a475f4091d276c5d0e333648fd18bfad610e1520f5210aad359551cc638013" } } @@ -18660,15 +18688,15 @@ }, "fd8d507980de996b568e5edcb47fcd3b9f92f242abcfd69ee693c999c4aef272": { "es": { - "updatedAt": "2026-03-12T19:09:57.077Z", + "updatedAt": "2026-03-12T23:06:38.160Z", "postProcessHash": "0d75ca3247d5ca8ca9a153bf0fdc136fde620eda6f7f1bee16507206cd242ad7" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.078Z", + "updatedAt": "2026-03-12T23:06:38.161Z", "postProcessHash": "63d4811365362f535d008aab9c1cf9626c2f3f1da09abc338f484ab9b1174be3" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.078Z", + "updatedAt": "2026-03-12T23:06:38.161Z", "postProcessHash": "3c8fa17952368b4b98506dcc06d859b4451171edacc66eeefa54d8bbe6289861" } } @@ -18746,15 +18774,15 @@ }, "2e8d16bf9fbbce41b68355535588b15df0513a1b104b19d9ea7d5c20ab98fe60": { "es": { - "updatedAt": "2026-03-12T19:09:57.063Z", + "updatedAt": "2026-03-12T23:06:38.147Z", "postProcessHash": "aa83efae856972c551c10c858f12651557133b818341463035d6f288834680b5" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.065Z", + "updatedAt": "2026-03-12T23:06:38.148Z", "postProcessHash": "908cf1653328605ebc4dad0fed54819e87e907563e88f9ecf64eaaa637e6648c" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.065Z", + "updatedAt": "2026-03-12T23:06:38.149Z", "postProcessHash": "78f2d10ea2820ed22862a1977bd22057e768014741a14fdbd4b4f695b6f3ca6b" } } @@ -18846,15 +18874,15 @@ }, "33b24d6404eb7ff2de045788279be5f864d744988eb5ede20ac4fefc45a0cd7e": { "es": { - "updatedAt": "2026-03-12T19:09:56.940Z", + "updatedAt": "2026-03-12T23:06:38.044Z", "postProcessHash": "b0107132163a5a1984b1d2cc811eab9b81156cb7a6f697b8c10ffe0d3ad0cae2" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.941Z", + "updatedAt": "2026-03-12T23:06:38.045Z", "postProcessHash": "e0c49799711d31224fce3002a501110c36cedf6a38cdf6e942d49baa24dc1187" }, "fr": { - "updatedAt": "2026-03-12T19:09:56.942Z", + "updatedAt": "2026-03-12T23:06:38.046Z", "postProcessHash": "9254fa5dc74c7124ec4b2c584156d7004ff3dad99dab0923c7e79b676151f7bf" } } @@ -18904,15 +18932,15 @@ }, "934524b3cce24965a951f3324e7b9aac101433cf6952252a2f571ac001192e60": { "fr": { - "updatedAt": "2026-03-12T19:09:57.124Z", + "updatedAt": "2026-03-12T23:06:38.208Z", "postProcessHash": "9bbcfbf9ad7edc91818084d23080b96030805351b08145219754eb7fb3a00622" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.125Z", + "updatedAt": "2026-03-12T23:06:38.208Z", "postProcessHash": "53593eb5aa02627bda77f81a4316211f8cd0ed4c574a584cdc0f1d445d233534" }, "es": { - "updatedAt": "2026-03-12T19:09:57.125Z", + "updatedAt": "2026-03-12T23:06:38.209Z", "postProcessHash": "96bc07a565889bc62e8ec2017c14d6912f85f7c4681a7d1ae341a84c7438d9b3" } } @@ -18976,15 +19004,15 @@ }, "c79f40359684d424ec1cee07f3ac96b69beb7439ab503280d24388b928267cb5": { "fr": { - "updatedAt": "2026-03-12T19:09:56.967Z", + "updatedAt": "2026-03-12T23:06:38.055Z", "postProcessHash": "1fe7ea1d1295d2b098b7aaf0a12774a2f288fbc9dd7e43062e9426cccb01b046" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.967Z", + "updatedAt": "2026-03-12T23:06:38.055Z", "postProcessHash": "37e080385737ebc532b6b7340b23c8b90941cb15fd2e8e0c88c7d77735768112" }, "es": { - "updatedAt": "2026-03-12T19:09:56.968Z", + "updatedAt": "2026-03-12T23:06:38.056Z", "postProcessHash": "b4d04641be5a551262f5394134ff9b0bc7913b2fcf65616890a09ec3f65319ac" } } @@ -19062,15 +19090,15 @@ }, "815cd45a71c5124cf55cb81532a391286ba3bab45a5dd87b6f2155fac8d81a0a": { "es": { - "updatedAt": "2026-03-12T19:09:57.149Z", + "updatedAt": "2026-03-12T23:06:38.238Z", "postProcessHash": "539f3278006a4b0cbb74769789dc4e2e95a7ef4530a2a82fc7d226f44db1658c" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.150Z", + "updatedAt": "2026-03-12T23:06:38.239Z", "postProcessHash": "6ecd9c9245179e58ad5a355cef493dc127e33c6333ae8b05757b56942500b531" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.150Z", + "updatedAt": "2026-03-12T23:06:38.239Z", "postProcessHash": "cf11e1247d4d859f14c0731bfa3eb41a549e5d97eec94d0ece2102f9a5d5f7f6" } } @@ -19148,15 +19176,15 @@ }, "015c5e1351e8f2d2f8b7064872c0d05379bd014fa7ea7781b6a4ba0479f5c2c5": { "es": { - "updatedAt": "2026-03-12T19:09:57.146Z", + "updatedAt": "2026-03-12T23:06:38.235Z", "postProcessHash": "70b109cf30bc518cd4479813fc7babc491e35c4b7e3cd9dd65bc61089c4a9815" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.146Z", + "updatedAt": "2026-03-12T23:06:38.235Z", "postProcessHash": "9e2e7d3ff8e6c1c1a64dc222ff0c32f6f40a4a11b05d1fa005b3ad5fa466ca32" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.147Z", + "updatedAt": "2026-03-12T23:06:38.236Z", "postProcessHash": "6f599df98e6e11054020e89630028723a82e34a6e2c193bbf6e632b547f8ede8" } } @@ -19192,15 +19220,15 @@ }, "b05be7570594af00135d04056c65075bdbe3cd580a6033a021e1328726f93bf1": { "fr": { - "updatedAt": "2026-03-12T19:09:57.137Z", + "updatedAt": "2026-03-12T23:06:38.224Z", "postProcessHash": "fde596aefcab875c0026298167f37e494b22446d16c2812845d81b425a566637" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.140Z", + "updatedAt": "2026-03-12T23:06:38.228Z", "postProcessHash": "8423dd4bf6e570c8b598782a6e81161e07ed43ee18e600f0080b4f0430a8d672" }, "es": { - "updatedAt": "2026-03-12T19:09:57.143Z", + "updatedAt": "2026-03-12T23:06:38.231Z", "postProcessHash": "f99a83957b43403a1c6c6724fb8a145fbb9395789da95f73d006361066daed8c" } } @@ -19236,15 +19264,15 @@ }, "4953dc63c030e27cc04fd3c09c2f5fa2f79477fe02a6094337c3f9adc92659ca": { "es": { - "updatedAt": "2026-03-12T19:09:57.135Z", + "updatedAt": "2026-03-12T23:06:38.222Z", "postProcessHash": "a3350934235092c0606a6072383091a96f54879376f851989a1161a80cc6608e" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.135Z", + "updatedAt": "2026-03-12T23:06:38.223Z", "postProcessHash": "a326a5ecf719261e9193e05be82c4c310bd3ec4cf1c9bffc4f5fb780f07a903e" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.140Z", + "updatedAt": "2026-03-12T23:06:38.228Z", "postProcessHash": "8912c40fbf709db22eedf452be72f6d27f88c3c7f11c859a7698d72f3e923a76" } } @@ -19297,17 +19325,17 @@ }, "8c3f100e3bd9fce5b5c713d02987071cb8332f9e0820ab5ebce9cd4b0a24e63a": { "zh": { - "updatedAt": "2026-03-12T19:09:56.923Z", + "updatedAt": "2026-03-12T23:06:38.027Z", "sourceHash": "18bbf29053f1595886bce9006159ef8219b026e8bf42cd137c26fd3030b1e11c", "postProcessHash": "88fa18bdcebbcecf813183f246b2efea6a1ba9a3545e7627aff3c933d98d3113" }, "es": { - "updatedAt": "2026-03-12T19:09:56.925Z", + "updatedAt": "2026-03-12T23:06:38.029Z", "sourceHash": "18bbf29053f1595886bce9006159ef8219b026e8bf42cd137c26fd3030b1e11c", "postProcessHash": "2dfc2c742efce9c1a8826b6e5aa933f754ce34915d5eda90ddb18e78b5c5b52b" }, "fr": { - "updatedAt": "2026-03-12T19:09:56.926Z", + "updatedAt": "2026-03-12T23:06:38.030Z", "sourceHash": "18bbf29053f1595886bce9006159ef8219b026e8bf42cd137c26fd3030b1e11c", "postProcessHash": "b8a6bd22cfbd41776600a578d5a8faa806d29cb304ff840c98811c4cbede9a8c" } @@ -19372,15 +19400,15 @@ }, "69a6edb4a45f1dca47eab93ac04417735dbbd5071643b10c4711235c69a565ae": { "es": { - "updatedAt": "2026-03-12T19:09:57.129Z", + "updatedAt": "2026-03-12T23:06:38.213Z", "postProcessHash": "ef5f4cd865a5443e4f70cec0aa3ae2d3501546dd8e2dd1dc9124611d0ef8ba2b" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.130Z", + "updatedAt": "2026-03-12T23:06:38.213Z", "postProcessHash": "0786d6f0a7a13c78216487f1dc733eb6c84054687226611db0bea8381e622b96" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.130Z", + "updatedAt": "2026-03-12T23:06:38.213Z", "postProcessHash": "c4f1a765916ce19d2ddf1d28282bba5b8d4afc6894c5087e3bde90170e7c88b9" } } @@ -19388,15 +19416,15 @@ "cd37325dcee18e9737492066e67e870b0f545631e7e5fcbda2abc86bf1e3a866": { "491eb17e87e32f09b57d2721e3f2c64355d6c845704e5e03b708cd6376cc93d4": { "fr": { - "updatedAt": "2026-03-12T19:09:56.996Z", + "updatedAt": "2026-03-12T23:06:38.075Z", "postProcessHash": "38564a502db95200d7caeb68ee4681c2955017959e522181a40c40daa4746edc" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.996Z", + "updatedAt": "2026-03-12T23:06:38.076Z", "postProcessHash": "515802465019b9b121301f05e1556039bf9c66c7583ade0a524a49ae5e5659dd" }, "es": { - "updatedAt": "2026-03-12T19:09:57.030Z", + "updatedAt": "2026-03-12T23:06:38.113Z", "postProcessHash": "af390aab86257905b34cfcf1711891e61d0a05745e9467a500231b5f93f3fbf5" } } @@ -19460,15 +19488,15 @@ }, "58ea4ac44d3420958e5602d96e51bc89d7cc794aef5b31089700760f6fa0fefe": { "zh": { - "updatedAt": "2026-03-12T19:09:57.133Z", + "updatedAt": "2026-03-12T23:06:38.217Z", "postProcessHash": "81070304b426909322b73de457bb4f64356854cd793deb324ed25376cf3f1bcb" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.139Z", + "updatedAt": "2026-03-12T23:06:38.226Z", "postProcessHash": "bbd840acd2ae6d1f3fb2d538178114572389689b693fc9203a4d85bedde54452" }, "es": { - "updatedAt": "2026-03-12T19:09:57.140Z", + "updatedAt": "2026-03-12T23:06:38.227Z", "postProcessHash": "15b417d7f007116530f47d0fa7beb269997b8b2a9bf65c6d6aa0e70c939f3dca" } } @@ -19490,15 +19518,15 @@ }, "b15e5dabb90b8449182e9c9f0d078094a4c991be094912bb2768000384e55981": { "es": { - "updatedAt": "2026-03-12T19:09:57.042Z", + "updatedAt": "2026-03-12T23:06:38.124Z", "postProcessHash": "c9561e4f91d8b66e9230243f7754bf4bccc2bfb7c1d125af4ca236509b34c4ff" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.042Z", + "updatedAt": "2026-03-12T23:06:38.125Z", "postProcessHash": "865bdfaf3c6e5a58d4b87fc1f6d6d7089ab476ba789484ced620b5c9ae61d26f" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.043Z", + "updatedAt": "2026-03-12T23:06:38.125Z", "postProcessHash": "7b6c959fe9e886365a3fb1f61b89609a5eb5047d4a8f00edd82c84e9412b9c28" } } @@ -19506,15 +19534,15 @@ "e3661f9d3d5acd4ab3cbfe59dd0badc71371b9067262486447f25332babc6cff": { "9b127d2057c14eddcfec193913024d1ffbf8d565c50a21d0abef939a667e7537": { "zh": { - "updatedAt": "2026-03-12T19:09:56.999Z", + "updatedAt": "2026-03-12T23:06:38.078Z", "postProcessHash": "49a9d92030d79b820888725f71a1c866909ec3b5b6c796d0e2ceabafbc303d10" }, "es": { - "updatedAt": "2026-03-12T19:09:57.000Z", + "updatedAt": "2026-03-12T23:06:38.079Z", "postProcessHash": "35becb2d7cd729783c3e4a5fd9bf375da54a13eb6df6802dc12d79a69d92f5e6" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.000Z", + "updatedAt": "2026-03-12T23:06:38.080Z", "postProcessHash": "3861c6e26d05e90d7584f26dea1f4ed8b465bccdf7a266d6b868eca143db28a0" } } @@ -19522,15 +19550,15 @@ "40596eae1a2a1dad10689b2421fc2f389ecf02fbf78656fe752301a420af56d3": { "e4fed848c6dd280df9a0c8d18df4115d0d23fd43e6a531ddaf33dbb4720ca2cd": { "fr": { - "updatedAt": "2026-03-12T19:09:57.034Z", + "updatedAt": "2026-03-12T23:06:38.115Z", "postProcessHash": "a8c05cc79783fa881b8eae2fbe8b8f0ed9c143c889fc5f3afb402c4bd868d4ba" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.034Z", + "updatedAt": "2026-03-12T23:06:38.115Z", "postProcessHash": "5de5a372fe3bf6302bab46123c4233c3bdb15470ca5abc72c7761b0f45f2a6e2" }, "es": { - "updatedAt": "2026-03-12T19:09:57.035Z", + "updatedAt": "2026-03-12T23:06:38.116Z", "postProcessHash": "4b53c78debe7b5f03195fe361cdff919d109fc378b38b984c305c5e40162a75f" } } @@ -19580,15 +19608,15 @@ }, "931a83e4fb3dac28263434b43a8d3f6acfe80060ce57adfc9d8db06aa8959a84": { "fr": { - "updatedAt": "2026-03-12T19:09:57.107Z", + "updatedAt": "2026-03-12T23:06:38.188Z", "postProcessHash": "ed8fd4cfd3e78ab91670cc0effb430acaab7a7dc462a2e48bba3903a1dca7ca3" }, "es": { - "updatedAt": "2026-03-12T19:09:57.107Z", + "updatedAt": "2026-03-12T23:06:38.189Z", "postProcessHash": "ad52153988ba607ec325ade2242a5662a8f370dcf88ff62512cec2ea2cd28246" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.108Z", + "updatedAt": "2026-03-12T23:06:38.190Z", "postProcessHash": "8d7417fe4cfa0aeeb589a02408e60e8311e4c56bc8d5beac305c24acec119931" } } @@ -19596,15 +19624,15 @@ "33b78ddcb669475fe5730abe069afeb8a101804826f137ad1c3a9f411275e48c": { "90baae772a98343f65c426eede4774f14c9224f73cf1e631e1c939d9d8efe9d5": { "es": { - "updatedAt": "2026-03-12T19:09:57.086Z", + "updatedAt": "2026-03-12T23:06:38.170Z", "postProcessHash": "26f564adf051b9e41278468972a0dc363b78cc6f97f33438da2defd13509d6c7" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.087Z", + "updatedAt": "2026-03-12T23:06:38.170Z", "postProcessHash": "cc30e302189917b334dc38e93cec49628949872073b310a9bd19c337a7b2551a" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.087Z", + "updatedAt": "2026-03-12T23:06:38.170Z", "postProcessHash": "c01eebcf5505c48f58fb727de06b2d211543e2743835540e2ce39edacf8f9ccc" } } @@ -19612,15 +19640,15 @@ "2bc3575c889bc3b9a5a6f43ec008f99c7ec03483e2231a2f6126017d18532c25": { "6e9d369a2e5e03319704f2b22738528e1681fb0ef4a2ccb38728dada5f08a360": { "es": { - "updatedAt": "2026-03-12T19:09:57.047Z", + "updatedAt": "2026-03-12T23:06:38.129Z", "postProcessHash": "c5990fb54f50fbfc3050b576f1a92dffe1aa32aae5aba312be804b623ed3bc69" }, "fr": { - "updatedAt": "2026-03-12T19:09:57.047Z", + "updatedAt": "2026-03-12T23:06:38.130Z", "postProcessHash": "27da59cbe9ed0eb403df6f45d2abd0f7ca807d5e1b866b2af1b0b9ecf14889de" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.048Z", + "updatedAt": "2026-03-12T23:06:38.130Z", "postProcessHash": "e233093e8ab1d0a978200f0201f301ee0930ee6ee552109d403c0bd43ae2ec21" } } @@ -19656,15 +19684,15 @@ }, "14819d11178c76c73679597ccbe40bb2cc4ab97f974c45097d725837ad3dac80": { "fr": { - "updatedAt": "2026-03-12T19:09:56.966Z", + "updatedAt": "2026-03-12T23:06:38.054Z", "postProcessHash": "8fff09b0bbce1f2a81da991639986c99978bc4dbd7762134af3ada394541dbe0" }, "zh": { - "updatedAt": "2026-03-12T19:09:56.968Z", + "updatedAt": "2026-03-12T23:06:38.055Z", "postProcessHash": "d9dce9ef55dec44fa0033ddb9bd5f8ced662f3128a03ac08ce80e59ab9894d4a" }, "es": { - "updatedAt": "2026-03-12T19:09:56.969Z", + "updatedAt": "2026-03-12T23:06:38.056Z", "postProcessHash": "78dc89741bbb39d32a04cad38e84959f87910c31d617f480e173f79ae7320e60" } } @@ -19672,15 +19700,15 @@ "e1a9142591f68cbf45b4493a42c720b92379126eab07472503491f565e2fb773": { "663f896c29a6c3bcf7df268b419eafd2d938f52c46336671ff0139bc0fc9e082": { "fr": { - "updatedAt": "2026-03-12T19:09:57.127Z", + "updatedAt": "2026-03-12T23:06:38.210Z", "postProcessHash": "8f64a018f92998a24d87504a5e13c1ee3a481c63aca2cc037708bafc95b21a41" }, "es": { - "updatedAt": "2026-03-12T19:09:57.127Z", + "updatedAt": "2026-03-12T23:06:38.210Z", "postProcessHash": "d87e1e576413b90c447fec7b87379c2674e0d96f3bc1f29797805968a809bac7" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.128Z", + "updatedAt": "2026-03-12T23:06:38.211Z", "postProcessHash": "a0207908adb2d79e47ed2c9f80161a36ee5f0ab07af7042130b33540e066a336" } } @@ -19688,15 +19716,15 @@ "f7f4f352b30d5baf00e6bdaa3a412cf512c33c2acf086b348cb4447275754f0e": { "029b6ddc9c87cfa4314ce7049d68b2fdcbffecfa3a31941140b3c41c4d79bdcb": { "zh": { - "updatedAt": "2026-03-12T19:09:56.928Z", + "updatedAt": "2026-03-12T23:06:38.031Z", "postProcessHash": "9b9ff16cf0b7b4be9d95a3e3f1862db9829d54cbf88d2eb4881cee947f9b5d54" }, "es": { - "updatedAt": "2026-03-12T19:09:56.929Z", + "updatedAt": "2026-03-12T23:06:38.032Z", "postProcessHash": "0ab2f34381be3f6c3102d37ed1bcef85b2c85698f5ce6cd9bee58e818c57bc5c" }, "fr": { - "updatedAt": "2026-03-12T19:09:56.930Z", + "updatedAt": "2026-03-12T23:06:38.032Z", "postProcessHash": "4f21ee27ea8d573489fa29686aa31a07d6d73513b399c5dfede6d3f0864e853c" } } @@ -19704,15 +19732,15 @@ "e0f7c89c6813c12e0699372985c3f41d6b225753e9edbe4c75b72485009dba9e": { "1934c063c2ef0b6008adc01c39edd76e6737c7bee56ba08a4f765bcff88d443d": { "fr": { - "updatedAt": "2026-03-12T19:09:57.178Z", + "updatedAt": "2026-03-12T23:06:38.265Z", "postProcessHash": "c38aecd848e5415f26797700f8c13c977faee50ea21ef22f783a4df794e309d4" }, "es": { - "updatedAt": "2026-03-12T19:09:57.180Z", + "updatedAt": "2026-03-12T23:06:38.267Z", "postProcessHash": "d19f4c467260e46501f3eb7d585d64ad4faad0974155124de17d192690e39539" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.180Z", + "updatedAt": "2026-03-12T23:06:38.267Z", "postProcessHash": "8354519b0e96c8fc1f21a570fa12053a3fcc8aec96ab5accccc604a199885d59" } } @@ -19720,15 +19748,15 @@ "b026cebd9ca897f4437f612808f33bf6e4d4fe1390f25a34508dfe9b0429ddb0": { "8c6518a9f639c93a45e921bb20e3a92cbe28cba035a4cef824438afba69666ee": { "fr": { - "updatedAt": "2026-03-12T19:09:57.178Z", + "updatedAt": "2026-03-12T23:06:38.265Z", "postProcessHash": "20c30d14f142add54529a0754d29abeb13b7e2adf1329af802e7e84776a0fa87" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.179Z", + "updatedAt": "2026-03-12T23:06:38.266Z", "postProcessHash": "a63e2212d99bd33d7754c663b0b168cb0911c4b72fa6c937ac8e5a84201e422a" }, "es": { - "updatedAt": "2026-03-12T19:09:57.181Z", + "updatedAt": "2026-03-12T23:06:38.268Z", "postProcessHash": "9b71493b31dbaea5765c74fd86438af68d89d57b9395d7b540c3a85e2aced871" } } @@ -19736,15 +19764,15 @@ "a85270e8e880dc07623b17f299f7bb8fae016ee283ea3a0539ecf6daff308043": { "9fb2eae5fcc97d1278d21bae087769a2b30d6f319b5a2c411ccc8773daa5754e": { "fr": { - "updatedAt": "2026-03-12T19:09:57.179Z", + "updatedAt": "2026-03-12T23:06:38.266Z", "postProcessHash": "bba13c575f29516de2134e3801ae25b2452af99573a444443570dc53ef28266e" }, "es": { - "updatedAt": "2026-03-12T19:09:57.180Z", + "updatedAt": "2026-03-12T23:06:38.266Z", "postProcessHash": "12580b3e5c94ae99cc5bf7cae8419a98632b0e4f42e5c34b0cc9b38bdc8eab8d" }, "zh": { - "updatedAt": "2026-03-12T19:09:57.181Z", + "updatedAt": "2026-03-12T23:06:38.268Z", "postProcessHash": "f5e933835423d416f5a8d7a8c0c4640f6a8465e368ff003302042d1aa8321cf7" } } diff --git a/zh/api-playground/overview.mdx b/zh/api-playground/overview.mdx index f6eee68ae..9023f744f 100644 --- a/zh/api-playground/overview.mdx +++ b/zh/api-playground/overview.mdx @@ -96,7 +96,9 @@ Playground 会基于你的 OpenAPI 规范或 AsyncAPI 模式为端点生成交 - 是否通过代理服务器转发 API 请求。默认为 `true`。 + 是否通过 Mintlify 的代理服务器转发 API 请求。默认为 `true`。 + + 当为 `true` 时,操作台请求会通过 Mintlify 的服务器路由。当为 `false` 时,API 操作台会将请求直接从浏览器发送到您的 API。当您的 API 接受来自浏览器的直接请求,且您不需要 Mintlify 代理流量时,请设置为 `false`。例如,当您的 API 需要某些无法通过代理转发的特定标头时,或者当出于认证目的,您需要请求直接从用户的浏览器发起时。 @@ -115,26 +117,26 @@ Playground 会基于你的 OpenAPI 规范或 AsyncAPI 模式为端点生成交 语言按指定顺序显示。 - | 显示名称 | Key | 别名 | - | --- | --- | --- | - | cURL | `bash` | `curl`, `sh`, `shell` | - | Python | `python` | `py` | - | JavaScript | `javascript` | `js` | - | Node.js | `node` | `nodejs`, `node.js` | - | PHP | `php` | | - | Go | `go` | `golang` | - | Java | `java` | | - | Ruby | `ruby` | `rb` | - | PowerShell | `powershell` | | - | Swift | `swift` | | - | C# | `csharp` | `c#` | - | .NET | `dotnet` | `.net`, `.NET`, `dot-net` | - | TypeScript | `typescript` | `ts` | - | C | `c` | | - | C++ | `c++` | `cpp` | - | Kotlin | `kotlin` | `kt` | - | Rust | `rust` | `rs` | - | Dart | `dart` | `flutter` | + | 显示名称 | Key | 别名 | + | ---------- | ------------ | ------------------------- | + | cURL | `bash` | `curl`, `sh`, `shell` | + | Python | `python` | `py` | + | JavaScript | `javascript` | `js` | + | Node.js | `node` | `nodejs`, `node.js` | + | PHP | `php` | | + | Go | `go` | `golang` | + | Java | `java` | | + | Ruby | `ruby` | `rb` | + | PowerShell | `powershell` | | + | Swift | `swift` | | + | C# | `csharp` | `c#` | + | .NET | `dotnet` | `.net`, `.NET`, `dot-net` | + | TypeScript | `typescript` | `ts` | + | C | `c` | | + | C++ | `c++` | `cpp` | + | Kotlin | `kotlin` | `kt` | + | Rust | `rust` | `rs` | + | Dart | `dart` | `flutter` | @@ -224,6 +226,17 @@ public: true 对于小型 API,或者当你希望在单个页面上逐页试验更改时,推荐使用单独的 MDX 页面。 +
+ ## 响应渲染 +
+ +操作台会根据你的 API 返回的 `Content-Type` 标头自动渲染响应。 + +* **图片**:内联渲染 (`image/*`) 。 +* **音频**:使用内置音频播放器渲染 (`audio/*`) 。 +* **视频**:使用内置视频播放器渲染 (`video/*`) 。任何内容类型为 `video/*` 的响应 (例如 `video/mp4` 或 `video/webm`) 都会直接在操作台中显示为可播放的视频。 +* **所有其他响应**:显示在代码块中。 +
## 延伸阅读
diff --git a/zh/deploy/authentication-setup.mdx b/zh/deploy/authentication-setup.mdx index 644440fbe..664605914 100644 --- a/zh/deploy/authentication-setup.mdx +++ b/zh/deploy/authentication-setup.mdx @@ -11,7 +11,7 @@ keywords: ['authentication', 'auth', 'OAuth', 'JWT', 'password'] - 认证仅适用于托管在自定义域名或 Mintlify 子域名上的文档(例如 `docs.example.com` 或 `example.mintlify.dev`)。使用[自定义基础路径](/zh/deploy/docs-subpath)(例如 `example.com/docs`)时**不支持**认证功能。 + 认证仅适用于托管在自定义域名或 Mintlify 子域名上的文档 (例如 `docs.example.com` 或 `example.mintlify.dev`) 。使用[自定义基础路径](/zh/deploy/docs-subpath) (例如 `example.com/docs`) 时**不支持**认证功能。 启用认证后,用户需先登录才能访问你的文档。 @@ -492,16 +492,16 @@ groups: ["admin"] ## 功能可用性
-启用认证后,部分功能的行为会有所不同,或可能不可用。 - -| 功能 | 公开 | 完全认证 (所有页面受保护) | 部分认证 (部分页面公开) | -| :------------------------------------------------------- | :--- | :----------------------------- | :----------------------------- | -| [llms.txt 和 llms-full.txt](/zh/ai/llmstxt) | 完全支持 | 需要通过认证后才能访问,因此 AI 工具可能无法访问这些文件 | 需要通过认证后才能访问,因此 AI 工具可能无法访问这些文件 | -| [MCP 服务器](/zh/ai/model-context-protocol) | 完全支持 | 连接时需要认证 | 公开页面无需认证即可使用,受保护页面则需要认证 | -| [Markdown 导出](/zh/ai/markdown-export) | 完全支持 | 完全支持,尊重用户分组 | 完全支持,尊重用户分组 | -| [PDF 导出](/zh/optimize/pdf-exports) | 完全支持 | 不支持 | 不支持 | -| [搜索](/zh/ai/assistant) | 完全支持 | 完全支持,尊重用户分组 | 完全支持,尊重用户分组 | -| [AI 助手](/zh/ai/assistant) | 完全支持 | 完全支持,尊重用户分组 | 完全支持,尊重用户分组 | -| [skill.md](/zh/ai/skillmd) | 完全支持 | 不支持 | 不支持 | -| [站点地图](/zh/optimize/seo#sitemaps-and-robotstxt-files) | 完全支持 | 需要通过认证后才能访问,但会排除 groups 中的页面 | 需要通过认证后才能访问,但会排除 groups 中的页面 | -| [robots.txt](/zh/optimize/seo#sitemaps-and-robotstxt-files) | 完全支持 | 需要通过认证后才能访问 | 需要通过认证后才能访问 | \ No newline at end of file +启用认证后,某些功能的行为会有所不同,或无法使用。 + +| 功能 | 公开 | 完全认证 (所有页面受保护) | 部分认证 (某些页面公开) | +| :------------------------------------------------------- | :--- | :------------------------- | :------------------------- | +| [llms.txt and llms-full.txt](/zh/ai/llmstxt) | 完全支持 | 可在认证后访问,因此 AI 工具可能无法访问这些文件 | 可在认证后访问,因此 AI 工具可能无法访问这些文件 | +| [MCP 服务器](/zh/ai/model-context-protocol) | 完全支持 | 连接时需要认证 | 公开页面无需认证即可访问,受保护页面则需要认证 | +| [Markdown 导出](/zh/ai/markdown-export) | 完全支持 | 完全支持,并遵循用户组设置 | 完全支持,并遵循用户组设置 | +| [PDF 导出](/zh/optimize/pdf-exports) | 完全支持 | 不支持 | 不支持 | +| [搜索](/zh/ai/assistant) | 完全支持 | 完全支持,并遵循用户组设置 | 完全支持,并遵循用户组设置 | +| [AI 助手](/zh/ai/assistant) | 完全支持 | 完全支持,并遵循用户组设置 | 完全支持,并遵循用户组设置 | +| [skill.md](/zh/ai/skillmd) | 完全支持 | 不支持 | 不支持 | +| [网站地图](/zh/optimize/seo#sitemaps-and-robotstxt-files) | 完全支持 | 可在认证后访问,但不包含 groups 中的页面 | 可在认证后访问,但不包含 groups 中的页面 | +| [robots.txt](/zh/optimize/seo#sitemaps-and-robotstxt-files) | 完全支持 | 可在认证后访问 | 可在认证后访问 | \ No newline at end of file