diff --git a/es/ai/model-context-protocol.mdx b/es/ai/model-context-protocol.mdx index 99533fe23..0a0b291d4 100644 --- a/es/ai/model-context-protocol.mdx +++ b/es/ai/model-context-protocol.mdx @@ -11,9 +11,21 @@ import { PreviewButton } from "/snippets/previewbutton.jsx" ## Acerca de los servidores MCP -El Model Context Protocol (MCP) es un protocolo abierto que establece conexiones estandarizadas entre aplicaciones de IA y servicios externos, como la documentación. Mintlify genera un servidor MCP a partir de tu documentación y especificaciones de OpenAPI, preparando tu contenido para el ecosistema de IA más amplio, donde cualquier cliente MCP (como Claude, Cursor, Goose y otros) puede conectarse a tu documentación y a tus APIs. +El Model Context Protocol (MCP) es un protocolo abierto que crea conexiones estandarizadas entre aplicaciones de IA y servicios externos, como la documentación. Mintlify genera un servidor MCP a partir de tu documentación y tus especificaciones OpenAPI, preparando tu contenido para el ecosistema de IA más amplio, donde cualquier cliente MCP (como Claude, Cursor, Goose y otros) puede conectarse a tu documentación y a tus API. -Tu servidor MCP expone herramientas para que las aplicaciones de IA puedan buscar en tu documentación e interactuar con tus APIs. +Tu servidor MCP expone herramientas para que las aplicaciones de IA puedan buscar en tu documentación e interactuar con tus API. + +
+ ### Cómo funcionan los servidores MCP +
+ +Cuando un servidor MCP está conectado a una herramienta de IA, el LLM puede decidir usar tu documentación y tus herramientas de API durante la generación de respuestas. + +- El LLM puede buscar de forma proactiva en tu documentación o llamar a tus endpoints de API mientras genera una respuesta, no solo cuando se le pide explícitamente. +- El LLM determina cuándo usar herramientas según el contexto de la conversación y la relevancia de tu documentación y tus APIs. +- Cada llamada a una herramienta se realiza durante el proceso de generación, lo que permite al LLM incorporar información en tiempo real de tu documentación y tus APIs en su respuesta. + +Por ejemplo, si un usuario hace una pregunta de programación y el LLM determina que tu documentación de API es relevante, puede buscar en tu documentación de API e incluir esa información en la respuesta sin que el usuario pregunte explícitamente por tu documentación.
## Acceder a tu servidor MCP diff --git a/es/deploy/preview-deployments.mdx b/es/deploy/preview-deployments.mdx index 6256c275c..82bb03058 100644 --- a/es/deploy/preview-deployments.mdx +++ b/es/deploy/preview-deployments.mdx @@ -68,4 +68,19 @@ De forma predeterminada, las implementaciones de vista previa son accesibles pú El interruptor de autenticación de vista previa en la página Add-ons El interruptor de autenticación de vista previa en la página Add-ons - \ No newline at end of file + + +
+ ## Solución de problemas de despliegues de vista previa +
+ +Si tu despliegue de vista previa falla, prueba estos pasos de solución de problemas. + +- **Ver los registros de compilación**: En tu [dashboard](https://dashboard.mintlify.com/), ve a **Previews** y haz clic en la vista previa fallida. Los registros del despliegue muestran los errores que provocaron el fallo. +- **Revisar tu configuración**: + - Sintaxis no válida en `docs.json` + - Rutas de archivos que faltan o son incorrectas en tu navegación + - Frontmatter no válido en archivos MDX + - Enlaces de imágenes rotos o archivos de imagen inexistentes +- **Validar localmente**: Ejecuta `mint dev` localmente para detectar errores de compilación antes de hacer push a tu repositorio. +- **Revisar cambios recientes**: Revisa los commits más recientes en tu rama para identificar qué cambios hicieron que la compilación fallara. \ No newline at end of file diff --git a/es/editor.mdx b/es/editor.mdx index b0539b5d7..acee71178 100644 --- a/es/editor.mdx +++ b/es/editor.mdx @@ -91,17 +91,9 @@ Modo Markdown proporciona acceso directo al código `MDX` subyacente de tu docum ### Navega por tus archivos
-Usa el explorador de archivos de la barra lateral para explorar tu documentación. Haz clic en cualquier archivo para abrirlo en el editor. +Usa el explorador de archivos de la barra lateral para explorar tus archivos de documentación. Haz clic en cualquier archivo para abrirlo en el editor. -Pulsa Command - -* P - -en macOS o Ctrl - -* P - -en Windows para buscar archivos por nombre. +Pulsa Command + P en macOS o Ctrl + P en Windows para buscar archivos por nombre.
### Crear páginas nuevas diff --git a/es/integrations/analytics/mixpanel.mdx b/es/integrations/analytics/mixpanel.mdx index f38cfa0f2..662038d3c 100644 --- a/es/integrations/analytics/mixpanel.mdx +++ b/es/integrations/analytics/mixpanel.mdx @@ -1,15 +1,32 @@ --- title: "Mixpanel" -description: "Haz seguimiento de la analítica de producto y del comportamiento de los usuarios con Mixpanel." -keywords: ["Mixpanel integration", "product analytics", "event tracking", "token"] +description: "Realiza el seguimiento de la analítica de producto y del comportamiento de los usuarios con Mixpanel." +keywords: ["integración con Mixpanel", "analítica de producto", "seguimiento de eventos", "token"] --- -Agrega lo siguiente a tu archivo `docs.json` para enviar Analytics a Mixpanel. +Agrega lo siguiente a tu archivo `docs.json` para enviar datos de analítica a Mixpanel. ```json Analytics options in docs.json "integrations": { "mixpanel": { - "projectToken": "required" + "projectToken": "YOUR_MIXPANEL_PROJECT_TOKEN" } } ``` + +Reemplaza `YOUR_MIXPANEL_PROJECT_TOKEN` por el token de tu proyecto de Mixpanel. Puedes encontrarlo en la [configuración de tu proyecto de Mixpanel](https://mixpanel.com/settings/project). + + +
+ ## Eventos registrados +
+ +Mintlify registra automáticamente las siguientes interacciones de usuario: + +- Vistas de página +- Búsquedas +- Envío de comentarios +- Interacciones con el menú contextual +- Clics de navegación + +Si no ves eventos en Mixpanel, asegúrate de que el token de tu proyecto sea correcto y de que ninguna política de seguridad de contenido esté bloqueando el script de Mixpanel. \ No newline at end of file diff --git a/es/integrations/support/overview.mdx b/es/integrations/support/overview.mdx index 5e50a0102..cc03560c4 100644 --- a/es/integrations/support/overview.mdx +++ b/es/integrations/support/overview.mdx @@ -34,11 +34,4 @@ keywords: ["plataformas de soporte al cliente", "integración con mesa de ayuda" ## Habilitar integraciones de soporte
-Integra widgets de atención al cliente en tu documentación. Añade el campo `integrations` a tu archivo `docs.json` con el ID de la aplicación correspondiente. - -```json - "integrations": { - "intercom": "APP_ID", - "frontchat": "CHAT_ID" - } -``` +Integra widgets de atención al cliente en tu documentación. Agrega el campo `integrations` a tu archivo `docs.json` con el ID de tu aplicación o el ID de chat correspondiente. Consulta la documentación de cada integración para obtener instrucciones sobre cómo encontrar tu ID. \ No newline at end of file diff --git a/es/optimize/seo.mdx b/es/optimize/seo.mdx index 0440bf22d..8f86d711f 100644 --- a/es/optimize/seo.mdx +++ b/es/optimize/seo.mdx @@ -42,22 +42,48 @@ Si utilizas un dominio personalizado, establece la metaetiqueta `canonical` para ```
- ## Metadatos meta específicos de la página + ## Metaetiquetas específicas de página
-Para definir metadatos meta específicos de la página, agréguelos al frontmatter de la página. +Para configurar metaetiquetas específicas de página, agrégalas al frontmatter de la página. + +Las siguientes metaetiquetas se admiten a nivel de página: + +* `title` - Título de la página +* `description` - La descripción de la página aparece debajo del título en la página y en algunos resultados de motores de búsqueda +* `keywords` - Palabras clave separadas por comas +* `og:title` - Título de Open Graph para compartir en redes sociales +* `og:description` - Descripción de Open Graph +* `og:image` - URL de la imagen de Open Graph +* `og:url` - URL de Open Graph +* `og:type` - Tipo de Open Graph como "article" o "website" +* `og:image:width` - Ancho de la imagen de Open Graph +* `og:image:height` - Altura de la imagen de Open Graph +* `twitter:title` - Título de la tarjeta de Twitter +* `twitter:description` - Descripción de la tarjeta de Twitter +* `twitter:image` - Imagen de la tarjeta de Twitter +* `twitter:card` - Tipo de tarjeta de Twitter como "summary" o "summary_large_image" +* `twitter:site` - Cuenta del sitio en Twitter +* `twitter:image:width` - Ancho de la imagen de Twitter +* `twitter:image:height` - Altura de la imagen de Twitter +* `noindex` - Establécelo en `true` para evitar que los motores de búsqueda indexen la página +* `robots` - Valor de la metaetiqueta robots ```mdx --- -title: "El título de tu página de ejemplo" -"og:image": "enlace a la imagen de tu etiqueta meta" +title: "Título de tu página de ejemplo" +description: "Descripción específica de la página" +"og:image": "enlace a tu imagen de meta tag" +"og:title": "Título para redes sociales" +keywords: ["keyword1", "keyword2"] --- ``` - Las metaetiquetas con dos puntos deben estar entre comillas. + Las metaetiquetas con dos puntos deben ir entre comillas. El campo `keywords` debe estar en formato de lista YAML. +
## Referencia de etiquetas meta comunes
diff --git a/es/organize/navigation.mdx b/es/organize/navigation.mdx index a0d105383..fdb13d649 100644 --- a/es/organize/navigation.mdx +++ b/es/organize/navigation.mdx @@ -81,14 +81,19 @@ En el objeto `navigation`, `groups` es un arreglo en el que cada entrada es un o ```
- ### Estado expandido por defecto + ### Estado expandido predeterminado
-Establece `expanded: true` en un grupo para que se muestre expandido por defecto en la barra lateral de navigation. Esto es útil para resaltar secciones importantes o mejorar el descubrimiento del contenido clave. +Usa la propiedad `expanded` para controlar el estado predeterminado de un grupo en la barra lateral de navegación. + +* `expanded: true`: El grupo aparece expandido de forma predeterminada. +* `expanded: false` u omitido: El grupo aparece contraído de forma predeterminada. + +Esto es útil para resaltar secciones importantes o mejorar la facilidad para descubrir contenido clave. ```json { - "group": "Comenzar", + "group": "Primeros pasos", "expanded": true, "pages": ["quickstart", "installation"] } diff --git a/fr/ai/model-context-protocol.mdx b/fr/ai/model-context-protocol.mdx index 6db90c89f..e7a8c64bd 100644 --- a/fr/ai/model-context-protocol.mdx +++ b/fr/ai/model-context-protocol.mdx @@ -11,10 +11,22 @@ import { PreviewButton } from "/snippets/previewbutton.jsx" ## À propos des serveurs MCP -Le Model Context Protocol (MCP) est un protocole ouvert qui standardise les connexions entre les applications d’IA et des services externes, comme la documentation. Mintlify génère un serveur MCP à partir de votre documentation et de vos spécifications OpenAPI, afin de préparer votre contenu pour l’écosystème plus large de l’IA, où n’importe quel client MCP (comme Claude, Cursor, Goose, etc.) peut se connecter à votre documentation et à vos API. +Le Model Context Protocol (MCP) est un protocole ouvert qui crée des connexions standardisées entre les applications d’IA et des services externes, comme la documentation. Mintlify génère un serveur MCP à partir de votre documentation et de vos spécifications OpenAPI, en préparant votre contenu pour un écosystème d’IA plus vaste dans lequel n’importe quel client MCP (comme Claude, Cursor, Goose et d’autres) peut se connecter à votre documentation et à vos API. Votre serveur MCP expose des outils permettant aux applications d’IA de rechercher dans votre documentation et d’interagir avec vos API. +
+ ### Fonctionnement des serveurs MCP +
+ +Lorsqu'un serveur MCP est connecté à un outil d'IA, le LLM peut décider d'utiliser votre documentation et vos outils d'API pendant la génération d'une réponse. + +- Le LLM peut rechercher de manière proactive dans votre documentation ou appeler vos endpoints d'API pendant la génération d'une réponse, et pas uniquement lorsqu'on le lui demande explicitement. +- Le LLM détermine quand utiliser les outils en fonction du contexte de la conversation et de la pertinence de votre documentation et de vos API. +- Chaque appel d'outil a lieu pendant le processus de génération, ce qui permet au LLM d'intégrer en temps réel des informations provenant de votre documentation et de vos API dans sa réponse. + +Par exemple, si un utilisateur pose une question de programmation et que le LLM détermine que la documentation de votre API est pertinente, il peut rechercher dans cette documentation et inclure ces informations dans la réponse sans que l'utilisateur ait à demander explicitement à consulter votre documentation. +
## Accéder à votre serveur MCP
diff --git a/fr/deploy/preview-deployments.mdx b/fr/deploy/preview-deployments.mdx index 9c2f76e27..6a30bf660 100644 --- a/fr/deploy/preview-deployments.mdx +++ b/fr/deploy/preview-deployments.mdx @@ -68,4 +68,19 @@ Par défaut, les déploiements de prévisualisation sont accessibles publiquemen L’interrupteur d’authentification des prévisualisations sur la page Modules complémentaires L’interrupteur d’authentification des prévisualisations sur la page Modules complémentaires - \ No newline at end of file + + +
+ ## Dépannage des déploiements de prévisualisation +
+ +Si votre déploiement de prévisualisation échoue, essayez les étapes de dépannage suivantes. + +- **Consultez les journaux de build** : Dans votre [dashboard](https://dashboard.mintlify.com/), allez dans **Previews** et cliquez sur la prévisualisation ayant échoué. Les journaux de déploiement affichent les erreurs qui ont provoqué l’échec du déploiement. +- **Vérifiez votre configuration** : + - Syntaxe `docs.json` invalide + - Chemins de fichiers manquants ou incorrects référencés dans votre navigation + - Frontmatter invalide dans les fichiers MDX + - Liens d’images cassés ou fichiers d’images manquants +- **Validez en local** : Exécutez `mint dev` en local pour détecter les erreurs de build avant de pousser sur le dépôt. +- **Vérifiez les modifications récentes** : Passez en revue les derniers commits dans votre branche pour identifier les modifications qui ont provoqué l’échec du build. \ No newline at end of file diff --git a/fr/editor.mdx b/fr/editor.mdx index 335684a31..b80402a2c 100644 --- a/fr/editor.mdx +++ b/fr/editor.mdx @@ -87,20 +87,12 @@ Le mode Markdown offre un accès direct au code `MDX` sous-jacent de votre docum -Utilisez l’explorateur de fichiers dans la barre latérale pour parcourir vos fichiers de documentation. Cliquez sur un fichier pour l’ouvrir dans l’éditeur. +Utilisez l’explorateur de fichiers dans la barre latérale pour parcourir vos fichiers de documentation. Cliquez sur n’importe quel fichier pour l’ouvrir dans l’éditeur. -Appuyez sur Command - -* P - -sur macOS, ou sur Ctrl - -* P - -sur Windows pour rechercher des fichiers par nom. +Appuyez sur Commande + P sur macOS ou Ctrl + P sur Windows pour rechercher des fichiers par nom.
### Créer de nouvelles pages diff --git a/fr/integrations/analytics/mixpanel.mdx b/fr/integrations/analytics/mixpanel.mdx index 22df59ca9..826157f75 100644 --- a/fr/integrations/analytics/mixpanel.mdx +++ b/fr/integrations/analytics/mixpanel.mdx @@ -1,15 +1,32 @@ --- title: "Mixpanel" -description: "Suivez l’analytics produit et le comportement des utilisateurs avec Mixpanel." -keywords: ["Mixpanel integration", "product analytics", "event tracking", "token"] +description: "Suivez les indicateurs produit et le comportement des utilisateurs avec Mixpanel." +keywords: ["intégration Mixpanel", "analyses produit", "suivi des événements", "jeton"] --- -Ajoutez ce qui suit à votre fichier `docs.json` pour envoyer des analytics à Mixpanel. +Ajoutez ce qui suit à votre fichier `docs.json` pour envoyer des données d'analyse à Mixpanel. ```json Analytics options in docs.json "integrations": { "mixpanel": { - "projectToken": "required" + "projectToken": "YOUR_MIXPANEL_PROJECT_TOKEN" } } ``` + +Remplacez `YOUR_MIXPANEL_PROJECT_TOKEN` par votre jeton de projet Mixpanel. Vous le trouverez dans les paramètres de votre projet Mixpanel : [Mixpanel project settings](https://mixpanel.com/settings/project). + + +
+ ## Événements suivis +
+ +Mintlify suit automatiquement les interactions utilisateur suivantes : + +- Pages vues +- Requêtes de recherche +- Envois de commentaires +- Interactions avec le menu contextuel +- Clics de navigation + +Si vous ne voyez pas d'événements dans Mixpanel, vérifiez que le jeton de votre projet est correct et qu'aucune politique de sécurité de contenu ne bloque le script Mixpanel. \ No newline at end of file diff --git a/fr/integrations/support/overview.mdx b/fr/integrations/support/overview.mdx index 4a5758706..27781a084 100644 --- a/fr/integrations/support/overview.mdx +++ b/fr/integrations/support/overview.mdx @@ -31,14 +31,7 @@ keywords: ["plateformes d’assistance client", "intégration au help desk", "wi
- ## Activer les intégrations d’assistance + ## Activer les intégrations de support
-Intégrez des widgets d’assistance client dans votre documentation. Ajoutez le champ `integrations` à votre fichier `docs.json` avec l’ID de votre application. - -```json - "integrations": { - "intercom": "APP_ID", - "frontchat": "CHAT_ID" - } -``` +Intégrez des widgets de support client dans votre documentation. Ajoutez le champ `integrations` à votre fichier `docs.json` avec l’ID de votre application ou l’ID de chat correspondant. Consultez la documentation de chaque intégration pour obtenir des instructions sur la manière de trouver votre ID. \ No newline at end of file diff --git a/fr/optimize/seo.mdx b/fr/optimize/seo.mdx index da5c4232e..8043b5091 100644 --- a/fr/optimize/seo.mdx +++ b/fr/optimize/seo.mdx @@ -42,22 +42,48 @@ Si vous utilisez un domaine personnalisé, définissez la balise meta `canonical ```
- ## Balises meta propres à une page + ## Balises méta spécifiques à une page
-Pour définir des balises meta spécifiques à une page, ajoutez-les au frontmatter de la page. +Pour définir des balises méta spécifiques à une page, ajoutez-les dans le frontmatter de la page. + +Les balises méta suivantes sont prises en charge au niveau de la page : + +* `title` - Titre de la page +* `description` - La description de la page apparaît sous le titre sur la page et dans certains résultats des moteurs de recherche +* `keywords` - Mots-clés séparés par des virgules +* `og:title` - Titre Open Graph pour le partage sur les réseaux sociaux +* `og:description` - Description Open Graph +* `og:image` - URL de l’image Open Graph +* `og:url` - URL Open Graph +* `og:type` - Type Open Graph comme "article" ou "website" +* `og:image:width` - Largeur de l’image Open Graph +* `og:image:height` - Hauteur de l’image Open Graph +* `twitter:title` - Titre de la carte Twitter +* `twitter:description` - Description de la carte Twitter +* `twitter:image` - Image de la carte Twitter +* `twitter:card` - Type de carte Twitter comme "summary" ou "summary_large_image" +* `twitter:site` - Handle du compte Twitter du site +* `twitter:image:width` - Largeur de l’image Twitter +* `twitter:image:height` - Hauteur de l’image Twitter +* `noindex` - À définir sur `true` pour empêcher l’indexation par les moteurs de recherche +* `robots` - Valeur de la balise méta robots ```mdx --- title: "Titre de votre page d'exemple" +description: "Description spécifique de la page" "og:image": "lien vers votre image de balise meta" +"og:title": "Titre pour les réseaux sociaux" +keywords: ["mot-clé1", "mot-clé2"] --- ``` - Les balises meta contenant des deux-points doivent être entre guillemets. + Les balises méta comportant des deux-points doivent être encadrées de guillemets. Le champ `keywords` doit être formaté comme un tableau YAML. +
## Référence des balises meta courantes
diff --git a/fr/organize/navigation.mdx b/fr/organize/navigation.mdx index 824f6c9b7..720c46bf4 100644 --- a/fr/organize/navigation.mdx +++ b/fr/organize/navigation.mdx @@ -81,14 +81,19 @@ Dans l’objet `navigation`, `groups` est un tableau où chaque entrée est un o ```
- ### État développé par défaut + ### État déployé par défaut
-Définissez `expanded: true` sur un groupe pour qu’il soit développé par défaut dans la barre latérale de navigation. Cela est utile pour mettre en avant des sections importantes ou améliorer la découverte du contenu clé. +Utilisez la propriété `expanded` pour contrôler l'état par défaut d'un groupe dans la barre latérale de navigation. + +* `expanded: true` : le groupe est déployé par défaut. +* `expanded: false` ou omis : le groupe est replié par défaut. + +Cela est utile pour mettre en avant des sections importantes ou faciliter la découverte du contenu clé. ```json { - "group": "Prise en main", + "group": "Premiers pas", "expanded": true, "pages": ["quickstart", "installation"] } diff --git a/gt-lock.json b/gt-lock.json index be15e3ee3..c4862b2c3 100644 --- a/gt-lock.json +++ b/gt-lock.json @@ -2565,13 +2565,13 @@ }, "e1245d1e4e59db779cbdcf29d3bb3fab791f1bcdc251feaa8d73f8bd2299d0f7": { "fr": { - "updatedAt": "2025-11-21T23:05:35.077Z" + "updatedAt": "2025-11-21T23:39:37.319Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.080Z" + "updatedAt": "2025-11-21T23:39:37.327Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.080Z" + "updatedAt": "2025-11-21T23:39:37.328Z" } } }, @@ -2600,26 +2600,26 @@ }, "d2c25bcfded41a5d23f177481940cde0a5f87bd602952ec47faf7deb1bbfdd7c": { "zh": { - "updatedAt": "2025-11-21T23:05:35.075Z" + "updatedAt": "2025-11-21T23:39:37.316Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.077Z" + "updatedAt": "2025-11-21T23:39:37.320Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.079Z" + "updatedAt": "2025-11-21T23:39:37.326Z" } } }, "23468f0552fb3e6e3e07f5ccc3f3267c1f9e3dde0f865e866f185cb2947d3700": { "cf671b42a22bf53b553d52737aa0ebd2832efeeb3c4329997d454109b44b2d0b": { "zh": { - "updatedAt": "2025-11-21T23:05:35.084Z" + "updatedAt": "2025-11-21T23:39:37.333Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.084Z" + "updatedAt": "2025-11-21T23:39:37.334Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.084Z" + "updatedAt": "2025-11-21T23:39:37.334Z" } } }, @@ -2637,13 +2637,13 @@ }, "33b27f6424e49160a6a8f7ca639a6ecabe4ccb6c81e109c16357715ed5705d59": { "zh": { - "updatedAt": "2025-11-21T23:05:35.073Z" + "updatedAt": "2025-11-21T23:39:37.313Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.074Z" + "updatedAt": "2025-11-21T23:39:37.314Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.074Z" + "updatedAt": "2025-11-21T23:39:37.314Z" } } }, @@ -2691,6 +2691,17 @@ "fr": { "updatedAt": "2025-11-21T23:05:35.080Z" } + }, + "27f53cd80f1d9d96ab5f1d15c7d4143a1faa63b80e35b5f57fa79bf4da0eaea4": { + "zh": { + "updatedAt": "2025-11-21T23:39:37.455Z" + }, + "es": { + "updatedAt": "2025-11-21T23:39:37.455Z" + }, + "fr": { + "updatedAt": "2025-11-21T23:39:37.458Z" + } } }, "2eff312a754f39287e73a56ca6ea5018f7ebb988ea6673235417e8f8d837b8a0": { @@ -2718,13 +2729,13 @@ }, "4bbec825257b2e44662cece56ea8f6d2a270af8295558ba8c49333d01f531512": { "fr": { - "updatedAt": "2025-11-21T23:05:35.078Z" + "updatedAt": "2025-11-21T23:39:37.325Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.078Z" + "updatedAt": "2025-11-21T23:39:37.325Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.079Z" + "updatedAt": "2025-11-21T23:39:37.325Z" } } }, @@ -2753,13 +2764,13 @@ }, "64a3699238f7091a57f32a304d4d6ea95e7b276b252acad469433afd381059d3": { "fr": { - "updatedAt": "2025-11-21T23:05:35.076Z" + "updatedAt": "2025-11-21T23:39:37.317Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.087Z" + "updatedAt": "2025-11-21T23:39:37.339Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.088Z" + "updatedAt": "2025-11-21T23:39:37.340Z" } } }, @@ -2788,13 +2799,13 @@ }, "91728bc6b9b8b6139a0dd62305e5baa3b279f2b75c5da5884361f1d6921cd5a0": { "zh": { - "updatedAt": "2025-11-21T23:05:35.075Z" + "updatedAt": "2025-11-21T23:39:37.317Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.077Z" + "updatedAt": "2025-11-21T23:39:37.318Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.077Z" + "updatedAt": "2025-11-21T23:39:37.320Z" } } }, @@ -2834,13 +2845,13 @@ }, "e6a344d226f71ec9d74b139ad033dcf67bc7845e173faafb769737d5a53e20e0": { "fr": { - "updatedAt": "2025-11-21T23:05:35.082Z" + "updatedAt": "2025-11-21T23:39:37.330Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.082Z" + "updatedAt": "2025-11-21T23:39:37.330Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.082Z" + "updatedAt": "2025-11-21T23:39:37.331Z" } } }, @@ -2880,13 +2891,13 @@ }, "9242b786b93718623d525ba9255744e28d36cba2b1a87db50bc7d4c700693c27": { "es": { - "updatedAt": "2025-11-21T23:05:35.092Z" + "updatedAt": "2025-11-21T23:39:37.347Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.092Z" + "updatedAt": "2025-11-21T23:39:37.347Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.093Z" + "updatedAt": "2025-11-21T23:39:37.349Z" } } }, @@ -2904,13 +2915,13 @@ }, "1b5192704d8c87b7157e3ffb37e67740bf4db60592047855671eaa0de99fce67": { "fr": { - "updatedAt": "2025-11-21T23:05:35.077Z" + "updatedAt": "2025-11-21T23:39:37.320Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.080Z" + "updatedAt": "2025-11-21T23:39:37.327Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.080Z" + "updatedAt": "2025-11-21T23:39:37.328Z" } } }, @@ -2928,13 +2939,13 @@ }, "7df72a5c83b1558be5c0fa2deec46e528d5f4d2df119cca457c97ad94568dafd": { "zh": { - "updatedAt": "2025-11-21T23:05:35.076Z" + "updatedAt": "2025-11-21T23:39:37.318Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.077Z" + "updatedAt": "2025-11-21T23:39:37.319Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.078Z" + "updatedAt": "2025-11-21T23:39:37.321Z" } } }, @@ -2963,13 +2974,13 @@ }, "e71844c012c9eba781ce344458c88e183151a3faef835f82596821c65ff82f74": { "zh": { - "updatedAt": "2025-11-21T23:05:35.075Z" + "updatedAt": "2025-11-21T23:39:37.317Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.078Z" + "updatedAt": "2025-11-21T23:39:37.324Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.078Z" + "updatedAt": "2025-11-21T23:39:37.325Z" } } }, @@ -2987,13 +2998,13 @@ }, "4ba815c35fc1d6ae05c075a25e63c14bb4f99030f6269e2e624b6a6cf7b40e43": { "es": { - "updatedAt": "2025-11-21T23:05:35.071Z" + "updatedAt": "2025-11-21T23:39:37.313Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.074Z" + "updatedAt": "2025-11-21T23:39:37.313Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.074Z" + "updatedAt": "2025-11-21T23:39:37.314Z" } } }, @@ -3022,13 +3033,13 @@ }, "eb20f767427fb4ce5134a35c35949a707ee0443db110d0b9778a731d5cfc0e82": { "es": { - "updatedAt": "2025-11-21T23:05:35.075Z" + "updatedAt": "2025-11-21T23:39:37.316Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.079Z" + "updatedAt": "2025-11-21T23:39:37.326Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.080Z" + "updatedAt": "2025-11-21T23:39:37.327Z" } } }, @@ -3057,13 +3068,13 @@ }, "de5065a1737f1067c1832f1b37ca40c6c25a0a37c373977577006c4ffadc26bd": { "zh": { - "updatedAt": "2025-11-21T23:05:35.078Z" + "updatedAt": "2025-11-21T23:39:37.320Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.078Z" + "updatedAt": "2025-11-21T23:39:37.324Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.079Z" + "updatedAt": "2025-11-21T23:39:37.326Z" } } }, @@ -3127,13 +3138,13 @@ }, "f2d2eba18f2d99a846a22e37f08013200d0d53bea29eed47e8ab65c63ea495d2": { "fr": { - "updatedAt": "2025-11-21T23:05:35.076Z" + "updatedAt": "2025-11-21T23:39:37.318Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.079Z" + "updatedAt": "2025-11-21T23:39:37.326Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.081Z" + "updatedAt": "2025-11-21T23:39:37.328Z" } } }, @@ -3184,13 +3195,13 @@ }, "d6db05f81e0faaa848f2c46938dd28f24cc1aeb134dcb8338838e803f9278f33": { "fr": { - "updatedAt": "2025-11-21T23:05:35.081Z" + "updatedAt": "2025-11-21T23:39:37.329Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.081Z" + "updatedAt": "2025-11-21T23:39:37.329Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.081Z" + "updatedAt": "2025-11-21T23:39:37.329Z" } } }, @@ -3227,6 +3238,17 @@ "fr": { "updatedAt": "2025-11-21T23:05:35.081Z" } + }, + "5a3ddc06ea2c383cda4a5676b6c1f6a0b9bb56f8c7869284740bcd8b011f472e": { + "fr": { + "updatedAt": "2025-11-21T23:39:37.456Z" + }, + "zh": { + "updatedAt": "2025-11-21T23:39:37.457Z" + }, + "es": { + "updatedAt": "2025-11-21T23:39:37.458Z" + } } }, "5687773031cb90c939a2c72af7153827a780a10a9a4ceadc77e0bcb10e78bf33": { @@ -3254,13 +3276,13 @@ }, "4fa69045ef9d801621b9eb9a2d685f2c9c538be914e6acaef19c7f342e1a8ee9": { "es": { - "updatedAt": "2025-11-21T23:05:35.083Z" + "updatedAt": "2025-11-21T23:39:37.332Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.084Z" + "updatedAt": "2025-11-21T23:39:37.333Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.084Z" + "updatedAt": "2025-11-21T23:39:37.333Z" } } }, @@ -3300,13 +3322,13 @@ }, "2ffaf84018cb11556557799aa88cbfa6bfd45b853412a098492763d087f46bc0": { "es": { - "updatedAt": "2025-11-21T23:05:35.083Z" + "updatedAt": "2025-11-21T23:39:37.331Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.083Z" + "updatedAt": "2025-11-21T23:39:37.331Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.083Z" + "updatedAt": "2025-11-21T23:39:37.332Z" } } }, @@ -3335,13 +3357,13 @@ }, "239feca6504164e8bcbd82b2524a752018ed7a39e7c99c5bd82283b05ad42419": { "es": { - "updatedAt": "2025-11-21T23:05:35.151Z" + "updatedAt": "2025-11-21T23:39:37.357Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.152Z" + "updatedAt": "2025-11-21T23:39:37.359Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.153Z" + "updatedAt": "2025-11-21T23:39:37.361Z" } } }, @@ -3370,13 +3392,13 @@ }, "6b6eb89e73eae4cff9d6413f91f2f4ce27e6b47013fb676bde0cdced959047d5": { "fr": { - "updatedAt": "2025-11-21T23:05:35.087Z" + "updatedAt": "2025-11-21T23:39:37.338Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.087Z" + "updatedAt": "2025-11-21T23:39:37.338Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.087Z" + "updatedAt": "2025-11-21T23:39:37.338Z" } } }, @@ -3416,13 +3438,13 @@ }, "2142b34f605ba6b02fc694f8930d1d6a0068a69bd4e2f55d94bb3b33512bc21b": { "zh": { - "updatedAt": "2025-11-21T23:05:35.094Z" + "updatedAt": "2025-11-21T23:39:37.351Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.094Z" + "updatedAt": "2025-11-21T23:39:37.352Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.094Z" + "updatedAt": "2025-11-21T23:39:37.351Z" } } }, @@ -3440,13 +3462,13 @@ }, "9b746c5834165dc199fdd794e1657e4116749bcc2ce014fa6bc5e7a59751e5e0": { "fr": { - "updatedAt": "2025-11-21T23:05:35.085Z" + "updatedAt": "2025-11-21T23:39:37.311Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.085Z" + "updatedAt": "2025-11-21T23:39:37.312Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.085Z" + "updatedAt": "2025-11-21T23:39:37.312Z" } } }, @@ -3475,13 +3497,13 @@ }, "1579230cd266b076718d44b00c6f2b14c604bd1468d47abd65c5b3f284ee238b": { "fr": { - "updatedAt": "2025-11-21T23:05:35.086Z" + "updatedAt": "2025-11-21T23:39:37.337Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.086Z" + "updatedAt": "2025-11-21T23:39:37.337Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.088Z" + "updatedAt": "2025-11-21T23:39:37.340Z" } } }, @@ -3499,13 +3521,13 @@ }, "84e1f1ee89d0e933d7883bd51c19cc1497abc66ebb4cfc68cb7f690d71de87f5": { "es": { - "updatedAt": "2025-11-21T23:05:35.089Z" + "updatedAt": "2025-11-21T23:39:37.343Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.090Z" + "updatedAt": "2025-11-21T23:39:37.343Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.090Z" + "updatedAt": "2025-11-21T23:39:37.344Z" } } }, @@ -3534,13 +3556,13 @@ }, "b0fc3fe18db44f5d5e3138970ce56042937cae027c36a20826e5e83b18448c2c": { "es": { - "updatedAt": "2025-11-21T23:05:35.086Z" + "updatedAt": "2025-11-21T23:39:37.337Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.089Z" + "updatedAt": "2025-11-21T23:39:37.342Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.090Z" + "updatedAt": "2025-11-21T23:39:37.344Z" } } }, @@ -3569,13 +3591,13 @@ }, "f6377bf2dbd5497b12e74eecdf1c1400c517c2aec35e1ac91f461cd4769214b4": { "fr": { - "updatedAt": "2025-11-21T23:05:35.088Z" + "updatedAt": "2025-11-21T23:39:37.339Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.090Z" + "updatedAt": "2025-11-21T23:39:37.344Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.156Z" + "updatedAt": "2025-11-21T23:39:37.367Z" } } }, @@ -3604,13 +3626,13 @@ }, "bc8397cc9a6ce325952185bd403e7322c795c94318958e9c38b0cbea30872f53": { "es": { - "updatedAt": "2025-11-21T23:05:35.086Z" + "updatedAt": "2025-11-21T23:39:37.336Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.087Z" + "updatedAt": "2025-11-21T23:39:37.339Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.089Z" + "updatedAt": "2025-11-21T23:39:37.342Z" } } }, @@ -3628,13 +3650,13 @@ }, "53d7697aa5f590afda9685f76f9b36753da2903b860d4c937c9a58e10cac4877": { "fr": { - "updatedAt": "2025-11-21T23:05:35.086Z" + "updatedAt": "2025-11-21T23:39:37.337Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.088Z" + "updatedAt": "2025-11-21T23:39:37.340Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.090Z" + "updatedAt": "2025-11-21T23:39:37.344Z" } } }, @@ -3663,13 +3685,13 @@ }, "6065a4c2de7e7a039acb75fd86ac55270b68e0a1c50cce78c38218d7e17332be": { "es": { - "updatedAt": "2025-11-21T23:05:35.148Z" + "updatedAt": "2025-11-21T23:39:37.336Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.155Z" + "updatedAt": "2025-11-21T23:39:37.365Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.155Z" + "updatedAt": "2025-11-21T23:39:37.365Z" } } }, @@ -3698,13 +3720,13 @@ }, "1a05c480b0ecc49cc9d7d80ebc9f7620461a9a3ddb7587f23f5f948bca5dea20": { "fr": { - "updatedAt": "2025-11-21T23:05:35.085Z" + "updatedAt": "2025-11-21T23:39:37.315Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.086Z" + "updatedAt": "2025-11-21T23:39:37.336Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.090Z" + "updatedAt": "2025-11-21T23:39:37.344Z" } } }, @@ -3722,13 +3744,13 @@ }, "fa529df5efd3bbc04a1b2491b1b102472a547fa0543ac8eb62229ff695e1e2b8": { "zh": { - "updatedAt": "2025-11-21T23:05:35.085Z" + "updatedAt": "2025-11-21T23:39:37.315Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.086Z" + "updatedAt": "2025-11-21T23:39:37.316Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.088Z" + "updatedAt": "2025-11-21T23:39:37.341Z" } } }, @@ -3757,13 +3779,13 @@ }, "7af7098ed0591bb1b52aeda833b7c793c648c594ddc27001cc458732beb61d42": { "fr": { - "updatedAt": "2025-11-21T23:05:35.087Z" + "updatedAt": "2025-11-21T23:39:37.338Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.087Z" + "updatedAt": "2025-11-21T23:39:37.339Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.089Z" + "updatedAt": "2025-11-21T23:39:37.341Z" } } }, @@ -3792,13 +3814,13 @@ }, "ff6db2e1d92370a81059bfc2de4d5a8e1f57d0325aba414f0579b5874c2f211c": { "fr": { - "updatedAt": "2025-11-21T23:05:35.152Z" + "updatedAt": "2025-11-21T23:39:37.359Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.155Z" + "updatedAt": "2025-11-21T23:39:37.366Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.155Z" + "updatedAt": "2025-11-21T23:39:37.365Z" } } }, @@ -3827,13 +3849,13 @@ }, "d6a5a6940e86056dceb450ae7e7d83a0ff1ae53e967a7386f2ee6e1a51cb1919": { "fr": { - "updatedAt": "2025-11-21T23:05:35.151Z" + "updatedAt": "2025-11-21T23:39:37.358Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.151Z" + "updatedAt": "2025-11-21T23:39:37.358Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.156Z" + "updatedAt": "2025-11-21T23:39:37.367Z" } } }, @@ -3873,13 +3895,13 @@ }, "7b5e31679e6dc64290dcbaf7ebdc38d509f113fac1106932fc5c382eae0f70f2": { "fr": { - "updatedAt": "2025-11-21T23:05:35.091Z" + "updatedAt": "2025-11-21T23:39:37.346Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.091Z" + "updatedAt": "2025-11-21T23:39:37.346Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.093Z" + "updatedAt": "2025-11-21T23:39:37.350Z" } } }, @@ -3930,13 +3952,13 @@ }, "c267f27f72ca38bf57a908e09cd9f0ebd44ae0a830ecedfa36f20cc1ebc8192a": { "es": { - "updatedAt": "2025-11-21T23:05:35.093Z" + "updatedAt": "2025-11-21T23:39:37.350Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.094Z" + "updatedAt": "2025-11-21T23:39:37.350Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.094Z" + "updatedAt": "2025-11-21T23:39:37.351Z" } } }, @@ -3987,13 +4009,13 @@ }, "15dcc5bf8fe3a6cc2d7be853f5ea3001fbd0a4390995b0d89c4688a863d93554": { "fr": { - "updatedAt": "2025-11-21T23:05:35.092Z" + "updatedAt": "2025-11-21T23:39:37.348Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.093Z" + "updatedAt": "2025-11-21T23:39:37.349Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.093Z" + "updatedAt": "2025-11-21T23:39:37.349Z" } } }, @@ -4022,13 +4044,13 @@ }, "4b669eac3d8af5dba744f7619f5f1d7a71791df3e93cb61cdd5f4efa1a49e7a8": { "fr": { - "updatedAt": "2025-11-21T23:05:35.088Z" + "updatedAt": "2025-11-21T23:39:37.340Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.088Z" + "updatedAt": "2025-11-21T23:39:37.341Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.090Z" + "updatedAt": "2025-11-21T23:39:37.343Z" } } }, @@ -4068,13 +4090,13 @@ }, "a36886f4bb4adc67e3f0f6784b450b2375adaa18049fbf2130e009b7e3e6b136": { "es": { - "updatedAt": "2025-11-21T23:05:35.089Z" + "updatedAt": "2025-11-21T23:39:37.341Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.089Z" + "updatedAt": "2025-11-21T23:39:37.342Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.089Z" + "updatedAt": "2025-11-21T23:39:37.342Z" } } }, @@ -4103,13 +4125,13 @@ }, "acb80de1656353a1bc614c6cc059ab5bcd69c112efd41ee1d2e7aa2b0e04726c": { "zh": { - "updatedAt": "2025-11-21T23:05:35.149Z" + "updatedAt": "2025-11-21T23:39:37.354Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.152Z" + "updatedAt": "2025-11-21T23:39:37.360Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.153Z" + "updatedAt": "2025-11-21T23:39:37.361Z" } } }, @@ -4138,13 +4160,13 @@ }, "daac240f9481ada70f4ab82196cb275ec718d8c2d714eb60b5c567634c3e725a": { "fr": { - "updatedAt": "2025-11-21T23:05:35.160Z" + "updatedAt": "2025-11-21T23:39:37.376Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.162Z" + "updatedAt": "2025-11-21T23:39:37.397Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.162Z" + "updatedAt": "2025-11-21T23:39:37.397Z" } } }, @@ -4184,13 +4206,13 @@ }, "5f164293a7b7d857847dd6724df827abe1235b34e02d3b3ff596ad6884d30fda": { "zh": { - "updatedAt": "2025-11-21T23:05:35.149Z" + "updatedAt": "2025-11-21T23:39:37.353Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.162Z" + "updatedAt": "2025-11-21T23:39:37.398Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.164Z" + "updatedAt": "2025-11-21T23:39:37.402Z" } } }, @@ -4219,13 +4241,13 @@ }, "c0ecdfc77f161f9ec951eeea61e89d87be13c8dcbf63cc28240bc8e495f7e7f4": { "es": { - "updatedAt": "2025-11-21T23:05:35.147Z" + "updatedAt": "2025-11-21T23:39:37.335Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.149Z" + "updatedAt": "2025-11-21T23:39:37.336Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.154Z" + "updatedAt": "2025-11-21T23:39:37.364Z" } } }, @@ -4267,13 +4289,13 @@ }, "b40c60718a227589b2b21319224942654b402d349ebeb430217cefce50203dd1": { "es": { - "updatedAt": "2025-11-21T23:05:35.151Z" + "updatedAt": "2025-11-21T23:39:37.357Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.154Z" + "updatedAt": "2025-11-21T23:39:37.363Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.154Z" + "updatedAt": "2025-11-21T23:39:37.363Z" } } }, @@ -4302,13 +4324,13 @@ }, "1c0a8202856d2630d58fdd9440e8b59dc16e2e0d0df716f94c1c61506b0abf73": { "fr": { - "updatedAt": "2025-11-21T23:05:35.151Z" + "updatedAt": "2025-11-21T23:39:37.357Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.151Z" + "updatedAt": "2025-11-21T23:39:37.358Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.153Z" + "updatedAt": "2025-11-21T23:39:37.362Z" } } }, @@ -4337,13 +4359,13 @@ }, "2a0f0b7a4c2e97c104841a7ca775cb7ea2d904d3c58797b4df16f21bed656cbf": { "zh": { - "updatedAt": "2025-11-21T23:05:35.160Z" + "updatedAt": "2025-11-21T23:39:37.394Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.161Z" + "updatedAt": "2025-11-21T23:39:37.395Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.162Z" + "updatedAt": "2025-11-21T23:39:37.398Z" } } }, @@ -4372,13 +4394,13 @@ }, "cc2a087cfe19f368db8940e1369be0e2b08997d401eb3bafcb63ce4b0c545328": { "zh": { - "updatedAt": "2025-11-21T23:05:35.150Z" + "updatedAt": "2025-11-21T23:39:37.356Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.153Z" + "updatedAt": "2025-11-21T23:39:37.361Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.152Z" + "updatedAt": "2025-11-21T23:39:37.360Z" } } }, @@ -4418,13 +4440,13 @@ }, "1e5e24c5831011296eb0d6e6dbb9c228554eb4545d985aa2aabfa4b2eb8010b6": { "es": { - "updatedAt": "2025-11-21T23:05:35.161Z" + "updatedAt": "2025-11-21T23:39:37.394Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.164Z" + "updatedAt": "2025-11-21T23:39:37.400Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.165Z" + "updatedAt": "2025-11-21T23:39:37.402Z" } } }, @@ -4464,13 +4486,13 @@ }, "2202aa02e9ae341447ee588b80ce34cf38f9e450be559627fb28845418cd4906": { "zh": { - "updatedAt": "2025-11-21T23:05:35.163Z" + "updatedAt": "2025-11-21T23:39:37.399Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.162Z" + "updatedAt": "2025-11-21T23:39:37.396Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.165Z" + "updatedAt": "2025-11-21T23:39:37.403Z" } } }, @@ -4499,13 +4521,13 @@ }, "8b3eb4d91a03437fdb577ff828b7858bed1d4efbac277fcc00b6de4d73556b7a": { "fr": { - "updatedAt": "2025-11-21T23:05:35.153Z" + "updatedAt": "2025-11-21T23:39:37.362Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.154Z" + "updatedAt": "2025-11-21T23:39:37.364Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.156Z" + "updatedAt": "2025-11-21T23:39:37.366Z" } } }, @@ -4534,13 +4556,13 @@ }, "717ba6ec955149d36b641a29e243d1a562bc0a4a45246ea8f00e97a12de033a2": { "es": { - "updatedAt": "2025-11-21T23:05:35.152Z" + "updatedAt": "2025-11-21T23:39:37.359Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.155Z" + "updatedAt": "2025-11-21T23:39:37.366Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.156Z" + "updatedAt": "2025-11-21T23:39:37.367Z" } } }, @@ -4569,13 +4591,13 @@ }, "0fa10cf016a982a519972a78c99929f4394257ce24c2e155eaefec0ef1e96c64": { "es": { - "updatedAt": "2025-11-21T23:05:35.150Z" + "updatedAt": "2025-11-21T23:39:37.355Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.150Z" + "updatedAt": "2025-11-21T23:39:37.356Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.154Z" + "updatedAt": "2025-11-21T23:39:37.363Z" } } }, @@ -4604,13 +4626,13 @@ }, "490447ff6751bd36032615f87abdbbf88d8fbe2abb4e3a562a822148c6c24722": { "es": { - "updatedAt": "2025-11-21T23:05:35.150Z" + "updatedAt": "2025-11-21T23:39:37.355Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.153Z" + "updatedAt": "2025-11-21T23:39:37.361Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.153Z" + "updatedAt": "2025-11-21T23:39:37.362Z" } } }, @@ -4639,13 +4661,13 @@ }, "9e6bd9dddc84ee56ab61dd51d66778954d94835fa02e115422354fbc956a4a8d": { "zh": { - "updatedAt": "2025-11-21T23:05:35.148Z" + "updatedAt": "2025-11-21T23:39:37.335Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.148Z" + "updatedAt": "2025-11-21T23:39:37.335Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.152Z" + "updatedAt": "2025-11-21T23:39:37.360Z" } } }, @@ -4685,13 +4707,13 @@ }, "ce6876fe5f22e2c6437a4d497bad2b008231a76eb534358aeec83c667205144a": { "es": { - "updatedAt": "2025-11-21T23:05:35.195Z" + "updatedAt": "2025-11-21T23:39:37.368Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.196Z" + "updatedAt": "2025-11-21T23:39:37.369Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.196Z" + "updatedAt": "2025-11-21T23:39:37.369Z" } } }, @@ -4720,13 +4742,13 @@ }, "f3c2f45fd08c00d6549d66c81c11f1b2851ec3db49e4c254e5b05f87b192bfa8": { "es": { - "updatedAt": "2025-11-21T23:05:35.149Z" + "updatedAt": "2025-11-21T23:39:37.355Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.154Z" + "updatedAt": "2025-11-21T23:39:37.363Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.155Z" + "updatedAt": "2025-11-21T23:39:37.365Z" } } }, @@ -4766,13 +4788,13 @@ }, "b256b87b867d66b2e8ce15ea04a50b663764eaa4205962c11ff9132e72c4daee": { "fr": { - "updatedAt": "2025-11-21T23:05:35.156Z" + "updatedAt": "2025-11-21T23:39:37.367Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.156Z" + "updatedAt": "2025-11-21T23:39:37.368Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.156Z" + "updatedAt": "2025-11-21T23:39:37.368Z" } } }, @@ -4801,13 +4823,13 @@ }, "077114eba2d6fea49eae5779c9f6728252b23400d3610ae1df75331aa21e6063": { "es": { - "updatedAt": "2025-11-21T23:05:35.149Z" + "updatedAt": "2025-11-21T23:39:37.353Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.152Z" + "updatedAt": "2025-11-21T23:39:37.359Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.152Z" + "updatedAt": "2025-11-21T23:39:37.360Z" } } }, @@ -4836,13 +4858,13 @@ }, "f8b9a9d106b121e6ddbc9bb70445ad03bea3db43afdce8ba3db21e5f8bb27def": { "zh": { - "updatedAt": "2025-11-21T23:05:35.150Z" + "updatedAt": "2025-11-21T23:39:37.356Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.154Z" + "updatedAt": "2025-11-21T23:39:37.362Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.155Z" + "updatedAt": "2025-11-21T23:39:37.364Z" } } }, @@ -4879,18 +4901,29 @@ "es": { "updatedAt": "2025-11-21T23:05:35.182Z" } + }, + "a6669a0b13b142f6e837b626982c42ed54f0044447985c7650aa239dec9fd968": { + "zh": { + "updatedAt": "2025-11-21T23:39:37.456Z" + }, + "fr": { + "updatedAt": "2025-11-21T23:39:37.457Z" + }, + "es": { + "updatedAt": "2025-11-21T23:39:37.458Z" + } } }, "53c3b9e499ef5bd5e368aa05a9a2484ab2e83e086a848e4dc65f744f4303c18f": { "fc7569e7101cf497720e212cf9526dfda81c1a7301c1866a84396fb6339961ed": { "zh": { - "updatedAt": "2025-11-21T23:05:35.184Z" + "updatedAt": "2025-11-21T23:39:37.440Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.184Z" + "updatedAt": "2025-11-21T23:39:37.440Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.185Z" + "updatedAt": "2025-11-21T23:39:37.441Z" } } }, @@ -4919,13 +4952,13 @@ }, "9aae22f3f7200ef0bfedfcf0f68534a5899dfeca3533861b826b08df4f7c4601": { "es": { - "updatedAt": "2025-11-21T23:05:35.158Z" + "updatedAt": "2025-11-21T23:39:37.373Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.159Z" + "updatedAt": "2025-11-21T23:39:37.374Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.148Z" + "updatedAt": "2025-11-21T23:39:37.352Z" } } }, @@ -4954,13 +4987,13 @@ }, "0228942914d7754379a163a3e9fd8dbd1c314df31b406d2df877d274d0fb8282": { "zh": { - "updatedAt": "2025-11-21T23:05:35.161Z" + "updatedAt": "2025-11-21T23:39:37.395Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.164Z" + "updatedAt": "2025-11-21T23:39:37.402Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.165Z" + "updatedAt": "2025-11-21T23:39:37.403Z" } } }, @@ -4989,13 +5022,13 @@ }, "fa3c99c7b63408c3050a1074fce5edf8c4b0f834acd9219844bb6b030cfb03fd": { "es": { - "updatedAt": "2025-11-21T23:05:35.171Z" + "updatedAt": "2025-11-21T23:39:37.415Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.171Z" + "updatedAt": "2025-11-21T23:39:37.416Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.175Z" + "updatedAt": "2025-11-21T23:39:37.422Z" } } }, @@ -5024,13 +5057,13 @@ }, "adbe9541002b1646c97b2808c84189ee9f023c72ad021051e865d9d5ef268ec9": { "es": { - "updatedAt": "2025-11-21T23:05:35.158Z" + "updatedAt": "2025-11-21T23:39:37.372Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.159Z" + "updatedAt": "2025-11-21T23:39:37.374Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.162Z" + "updatedAt": "2025-11-21T23:39:37.397Z" } } }, @@ -5089,6 +5122,17 @@ "fr": { "updatedAt": "2025-11-21T23:05:35.164Z" } + }, + "2702dc29268a55216eb689e28babe1a4e0ec75fdf1c5bc35380277b1324fac22": { + "zh": { + "updatedAt": "2025-11-21T23:39:37.455Z" + }, + "es": { + "updatedAt": "2025-11-21T23:39:37.456Z" + }, + "fr": { + "updatedAt": "2025-11-21T23:39:37.459Z" + } } }, "1ffd061e06bf8e34e163efee4624c4b1ca6f314f949b634c3f4abceba4c13c0f": { @@ -5116,13 +5160,13 @@ }, "79ce9a01a754dff7caa2815c273adb26f9fa5e7a21f6e8e07fc94d1f85cdba74": { "es": { - "updatedAt": "2025-11-21T23:05:35.157Z" + "updatedAt": "2025-11-21T23:39:37.370Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.170Z" + "updatedAt": "2025-11-21T23:39:37.414Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.175Z" + "updatedAt": "2025-11-21T23:39:37.422Z" } } }, @@ -5151,13 +5195,13 @@ }, "cb332adcfe09bedb087e499ecf60d6a233e8053ca49c78bb30ca1add261b4ea8": { "fr": { - "updatedAt": "2025-11-21T23:05:35.167Z" + "updatedAt": "2025-11-21T23:39:37.371Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.170Z" + "updatedAt": "2025-11-21T23:39:37.413Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.173Z" + "updatedAt": "2025-11-21T23:39:37.419Z" } } }, @@ -5186,13 +5230,13 @@ }, "0d47285825c7ae55984e6f9c3d7528dd673f95650add2cbb567f8c29315f01d5": { "es": { - "updatedAt": "2025-11-21T23:05:35.159Z" + "updatedAt": "2025-11-21T23:39:37.373Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.160Z" + "updatedAt": "2025-11-21T23:39:37.394Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.164Z" + "updatedAt": "2025-11-21T23:39:37.401Z" } } }, @@ -5221,13 +5265,13 @@ }, "9277c5d065b05d3f338e148bb8b9a7359baa986e51127a488155faacbc3c3a72": { "es": { - "updatedAt": "2025-11-21T23:05:35.167Z" + "updatedAt": "2025-11-21T23:39:37.371Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.168Z" + "updatedAt": "2025-11-21T23:39:37.408Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.175Z" + "updatedAt": "2025-11-21T23:39:37.421Z" } } }, @@ -5256,13 +5300,13 @@ }, "a3d9f36e26be8d1d749fa658d2834e0b0c0316225d4a12f6fe599f481eb68175": { "zh": { - "updatedAt": "2025-11-21T23:05:35.158Z" + "updatedAt": "2025-11-21T23:39:37.354Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.161Z" + "updatedAt": "2025-11-21T23:39:37.396Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.163Z" + "updatedAt": "2025-11-21T23:39:37.400Z" } } }, @@ -5291,13 +5335,13 @@ }, "ede4781ac253b215e63e85bc6df9f6b663c66406f6357aa7af4eeffb8d1a98cf": { "zh": { - "updatedAt": "2025-11-21T23:05:35.171Z" + "updatedAt": "2025-11-21T23:39:37.415Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.172Z" + "updatedAt": "2025-11-21T23:39:37.417Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.175Z" + "updatedAt": "2025-11-21T23:39:37.421Z" } } }, @@ -5326,13 +5370,13 @@ }, "077aa8e71ac9b1ad9784f1fdb2f0f2272d89aef4e499c387a943a032aa224732": { "zh": { - "updatedAt": "2025-11-21T23:05:35.159Z" + "updatedAt": "2025-11-21T23:39:37.375Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.163Z" + "updatedAt": "2025-11-21T23:39:37.398Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.165Z" + "updatedAt": "2025-11-21T23:39:37.403Z" } } }, @@ -5361,13 +5405,13 @@ }, "da016517371e5e7db181469b550eca247e51f3bf4b86713715fc068a333414c0": { "fr": { - "updatedAt": "2025-11-21T23:05:35.160Z" + "updatedAt": "2025-11-21T23:39:37.375Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.160Z" + "updatedAt": "2025-11-21T23:39:37.376Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.161Z" + "updatedAt": "2025-11-21T23:39:37.396Z" } } }, @@ -5396,13 +5440,13 @@ }, "09e6faacedcffff953e51c59a6092cbbe84f4d0578d592bc9decaa2ea769e610": { "es": { - "updatedAt": "2025-11-21T23:05:35.158Z" + "updatedAt": "2025-11-21T23:39:37.373Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.163Z" + "updatedAt": "2025-11-21T23:39:37.400Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.165Z" + "updatedAt": "2025-11-21T23:39:37.402Z" } } }, @@ -5431,13 +5475,13 @@ }, "920a037cf6ef3d11b598424d40e30e4fb7ed552c10735b7bd0019d1f3fec22ed": { "fr": { - "updatedAt": "2025-11-21T23:05:35.170Z" + "updatedAt": "2025-11-21T23:39:37.413Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.169Z" + "updatedAt": "2025-11-21T23:39:37.412Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.173Z" + "updatedAt": "2025-11-21T23:39:37.418Z" } } }, @@ -5466,13 +5510,13 @@ }, "73e97e9550aca0ead247a8d29bb6dac2a50383ac82c0b2865048005b70d66c61": { "fr": { - "updatedAt": "2025-11-21T23:05:35.157Z" + "updatedAt": "2025-11-21T23:39:37.354Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.161Z" + "updatedAt": "2025-11-21T23:39:37.395Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.163Z" + "updatedAt": "2025-11-21T23:39:37.399Z" } } }, @@ -5501,13 +5545,13 @@ }, "160f5f116c9fa308d3ec6a5259bbd3981661441ed3005e4cecde5805eb67d49f": { "zh": { - "updatedAt": "2025-11-21T23:05:35.159Z" + "updatedAt": "2025-11-21T23:39:37.374Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.159Z" + "updatedAt": "2025-11-21T23:39:37.374Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.160Z" + "updatedAt": "2025-11-21T23:39:37.393Z" } } }, @@ -5536,13 +5580,13 @@ }, "a1bf694f86c7f72fb10846dc37670a875e07de5a75e15426af1b93628b812848": { "es": { - "updatedAt": "2025-11-21T23:05:35.162Z" + "updatedAt": "2025-11-21T23:39:37.397Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.163Z" + "updatedAt": "2025-11-21T23:39:37.400Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.164Z" + "updatedAt": "2025-11-21T23:39:37.401Z" } } }, @@ -5582,13 +5626,13 @@ }, "d5f72a1068546e50a8769f65162ffc337c9b76d937e24eaec2c75f7a648f9644": { "es": { - "updatedAt": "2025-11-21T23:05:35.165Z" + "updatedAt": "2025-11-21T23:39:37.403Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.165Z" + "updatedAt": "2025-11-21T23:39:37.404Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.166Z" + "updatedAt": "2025-11-21T23:39:37.404Z" } } }, @@ -5639,13 +5683,13 @@ }, "bb192f14472c4d94ad880d1783a867313ae36201c60ff7aee4730510657347c2": { "zh": { - "updatedAt": "2025-11-21T23:05:35.148Z" + "updatedAt": "2025-11-21T23:39:37.352Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.160Z" + "updatedAt": "2025-11-21T23:39:37.376Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.163Z" + "updatedAt": "2025-11-21T23:39:37.399Z" } } }, @@ -5674,13 +5718,13 @@ }, "62db0957ed6711220fa49c7cf65df10040a251057650ab128ccfbc68bc8408cd": { "fr": { - "updatedAt": "2025-11-21T23:05:35.159Z" + "updatedAt": "2025-11-21T23:39:37.375Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.157Z" + "updatedAt": "2025-11-21T23:39:37.370Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.167Z" + "updatedAt": "2025-11-21T23:39:37.371Z" } } }, @@ -5733,39 +5777,39 @@ }, "acfaa578e31469bba912c816947b7f178d4832f82c00d05c3e244edd94887e39": { "es": { - "updatedAt": "2025-11-21T23:05:35.193Z" + "updatedAt": "2025-11-21T23:39:37.448Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.193Z" + "updatedAt": "2025-11-21T23:39:37.448Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.194Z" + "updatedAt": "2025-11-21T23:39:37.450Z" } } }, "d94f062276e8ad0d42732979d06ce717dd7311616fe48748e00dba55829e49e7": { "38383b08735a5cb0e05fd23251b27a3ee86198c1e15186670fc6283782cd16ac": { "fr": { - "updatedAt": "2025-11-21T23:05:35.185Z" + "updatedAt": "2025-11-21T23:39:37.442Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.185Z" + "updatedAt": "2025-11-21T23:39:37.442Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.185Z" + "updatedAt": "2025-11-21T23:39:37.442Z" } } }, "b75acb2803501aae1bc445e5c4671f7a1cb79a55d21e1658ded84494ddd40dd7": { "2d3ea0369c9e0a1cae4d532293d6570f21f57b514c73f999de5c56c3a56fa419": { "fr": { - "updatedAt": "2025-11-21T23:05:35.186Z" + "updatedAt": "2025-11-21T23:39:37.443Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.186Z" + "updatedAt": "2025-11-21T23:39:37.443Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.186Z" + "updatedAt": "2025-11-21T23:39:37.443Z" } } }, @@ -5794,13 +5838,13 @@ }, "70ae68e58bd169fcaad5883e12866d9623dd08aeda647b33d080900e63da30ae": { "zh": { - "updatedAt": "2025-11-21T23:05:35.168Z" + "updatedAt": "2025-11-21T23:39:37.407Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.169Z" + "updatedAt": "2025-11-21T23:39:37.410Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.174Z" + "updatedAt": "2025-11-21T23:39:37.420Z" } } }, @@ -5829,13 +5873,13 @@ }, "abd558ca5dff83fea0f652890cb390fbf5a7818d903e464a8407cbac75b6926b": { "fr": { - "updatedAt": "2025-11-21T23:05:35.178Z" + "updatedAt": "2025-11-21T23:39:37.410Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.179Z" + "updatedAt": "2025-11-21T23:39:37.432Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.182Z" + "updatedAt": "2025-11-21T23:39:37.437Z" } } }, @@ -5853,13 +5897,13 @@ }, "14c735b1f5d231158fc82ee047c2c33adf31bf94b27796f516f1287a5bcec0be": { "zh": { - "updatedAt": "2025-11-21T23:05:35.166Z" + "updatedAt": "2025-11-21T23:39:37.405Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.167Z" + "updatedAt": "2025-11-21T23:39:37.406Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.166Z" + "updatedAt": "2025-11-21T23:39:37.406Z" } } }, @@ -5888,13 +5932,13 @@ }, "6b0824d08f834f9a5d538b3b8632f9b239036b14491d42acebef6408dc7ec637": { "zh": { - "updatedAt": "2025-11-21T23:05:35.168Z" + "updatedAt": "2025-11-21T23:39:37.372Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.171Z" + "updatedAt": "2025-11-21T23:39:37.414Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.175Z" + "updatedAt": "2025-11-21T23:39:37.422Z" } } }, @@ -5923,13 +5967,13 @@ }, "69541fe204b62627117cad380d521083fbbbf9f2aa883d6f7c32d9483e435d8a": { "es": { - "updatedAt": "2025-11-21T23:05:35.171Z" + "updatedAt": "2025-11-21T23:39:37.415Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.173Z" + "updatedAt": "2025-11-21T23:39:37.418Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.174Z" + "updatedAt": "2025-11-21T23:39:37.419Z" } } }, @@ -5958,13 +6002,13 @@ }, "a9933108d32793185c40702c6218e974c4ccb76eabbe428ce3ea89856a73eaca": { "es": { - "updatedAt": "2025-11-21T23:05:35.180Z" + "updatedAt": "2025-11-21T23:39:37.434Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.182Z" + "updatedAt": "2025-11-21T23:39:37.436Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.182Z" + "updatedAt": "2025-11-21T23:39:37.437Z" } } }, @@ -5993,13 +6037,13 @@ }, "be04206c1c53f3a25f69fae280dd277b9bde36158b2e9b21967acc980f632e3e": { "es": { - "updatedAt": "2025-11-21T23:05:35.173Z" + "updatedAt": "2025-11-21T23:39:37.417Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.174Z" + "updatedAt": "2025-11-21T23:39:37.420Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.174Z" + "updatedAt": "2025-11-21T23:39:37.421Z" } } }, @@ -6028,13 +6072,13 @@ }, "072b9eebedb71c24eff9121c4c3df35b97b1ed50e4d085469528c9d2de05859f": { "es": { - "updatedAt": "2025-11-21T23:05:35.167Z" + "updatedAt": "2025-11-21T23:39:37.370Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.171Z" + "updatedAt": "2025-11-21T23:39:37.415Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.172Z" + "updatedAt": "2025-11-21T23:39:37.416Z" } } }, @@ -6063,13 +6107,13 @@ }, "60410e8de452c7da325a02a1b113b5f41efda66701da3ba2c1c778a5bfcf1c6b": { "fr": { - "updatedAt": "2025-11-21T23:05:35.157Z" + "updatedAt": "2025-11-21T23:39:37.369Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.168Z" + "updatedAt": "2025-11-21T23:39:37.407Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.168Z" + "updatedAt": "2025-11-21T23:39:37.409Z" } } }, @@ -6098,13 +6142,13 @@ }, "dde578357b2aa8dc9ec91b7416fd9f8749254ddcf457dc7de9da32aa6e56b9c8": { "es": { - "updatedAt": "2025-11-21T23:05:35.172Z" + "updatedAt": "2025-11-21T23:39:37.417Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.173Z" + "updatedAt": "2025-11-21T23:39:37.418Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.173Z" + "updatedAt": "2025-11-21T23:39:37.418Z" } } }, @@ -6133,13 +6177,13 @@ }, "d17d77e9a77034275d7299a408936de7d84a9217ba3d17dc5229aa6378688f5b": { "zh": { - "updatedAt": "2025-11-21T23:05:35.169Z" + "updatedAt": "2025-11-21T23:39:37.410Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.167Z" + "updatedAt": "2025-11-21T23:39:37.371Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.172Z" + "updatedAt": "2025-11-21T23:39:37.416Z" } } }, @@ -6168,13 +6212,13 @@ }, "ed94ad0529b64d45d1957c423606fe64b44d4d6e64b8c759f8c651e1eeeab6d2": { "es": { - "updatedAt": "2025-11-21T23:05:35.169Z" + "updatedAt": "2025-11-21T23:39:37.411Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.169Z" + "updatedAt": "2025-11-21T23:39:37.412Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.171Z" + "updatedAt": "2025-11-21T23:39:37.414Z" } } }, @@ -6203,13 +6247,13 @@ }, "61916a309506445f20e4979e2a04f18a825fc867a7af92e1e9f217840401ff61": { "es": { - "updatedAt": "2025-11-21T23:05:35.170Z" + "updatedAt": "2025-11-21T23:39:37.414Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.173Z" + "updatedAt": "2025-11-21T23:39:37.419Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.174Z" + "updatedAt": "2025-11-21T23:39:37.420Z" } } }, @@ -6238,13 +6282,13 @@ }, "2a73cd0326763c7348f44dc1cc2e1d20ce60a6c28804faf8200b562081183243": { "es": { - "updatedAt": "2025-11-21T23:05:35.170Z" + "updatedAt": "2025-11-21T23:39:37.412Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.170Z" + "updatedAt": "2025-11-21T23:39:37.413Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.172Z" + "updatedAt": "2025-11-21T23:39:37.417Z" } } }, @@ -6273,13 +6317,13 @@ }, "8868b228fc8a687b133035b70a0de2ce37b05bf402b2e01848c326ea1dea023f": { "fr": { - "updatedAt": "2025-11-21T23:05:35.168Z" + "updatedAt": "2025-11-21T23:39:37.408Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.169Z" + "updatedAt": "2025-11-21T23:39:37.411Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.174Z" + "updatedAt": "2025-11-21T23:39:37.420Z" } } }, @@ -6316,6 +6360,17 @@ "zh": { "updatedAt": "2025-11-21T23:05:35.182Z" } + }, + "bfac87d61aea2f8e15396ac217d71bbe13d58d2b1fb4788051f80b104c12dcfb": { + "fr": { + "updatedAt": "2025-11-21T23:39:37.459Z" + }, + "es": { + "updatedAt": "2025-11-21T23:39:37.459Z" + }, + "zh": { + "updatedAt": "2025-11-21T23:39:37.460Z" + } } }, "4b58a4742a086314c640194c24c481e0126d8113d4659c2c43ba3d04c13d082d": { @@ -6354,13 +6409,13 @@ }, "e2e86174125296cc6c41a0539f379098a9f64428817936d4ce29fb6108660bc2": { "fr": { - "updatedAt": "2025-11-21T23:05:35.184Z" + "updatedAt": "2025-11-21T23:39:37.439Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.184Z" + "updatedAt": "2025-11-21T23:39:37.439Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.184Z" + "updatedAt": "2025-11-21T23:39:37.440Z" } } }, @@ -6400,13 +6455,13 @@ }, "b45bae404e19ce4bf3d7eef53d482ed6ef014f4e3fa1a95ce29fa233498d3100": { "zh": { - "updatedAt": "2025-11-21T23:05:35.196Z" + "updatedAt": "2025-11-21T23:39:37.453Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.196Z" + "updatedAt": "2025-11-21T23:39:37.453Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.196Z" + "updatedAt": "2025-11-21T23:39:37.454Z" } } }, @@ -6435,26 +6490,26 @@ }, "e5f66a275721a9cc17c973319dccecc1dac2ac8dee59f4ab039032125acac1a5": { "zh": { - "updatedAt": "2025-11-21T23:05:35.187Z" + "updatedAt": "2025-11-21T23:39:37.429Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.177Z" + "updatedAt": "2025-11-21T23:39:37.425Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.194Z" + "updatedAt": "2025-11-21T23:39:37.449Z" } } }, "9f010ac20bb43e57e5a7e4090f5201d7cb2a2c159a75dcd9dc8c8fec762bdb2f": { "ddf56b843c9eb02243bfeecfd91aaaa2ec31066e8332e46c84e6e2e13605c21f": { "es": { - "updatedAt": "2025-11-21T23:05:35.185Z" + "updatedAt": "2025-11-21T23:39:37.441Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.185Z" + "updatedAt": "2025-11-21T23:39:37.441Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.185Z" + "updatedAt": "2025-11-21T23:39:37.442Z" } } }, @@ -6531,13 +6586,13 @@ }, "ddeb7f2354190cbc31ab09c6f70e517fff11b85b0d95e50c7db0f94bb98f084b": { "zh": { - "updatedAt": "2025-11-21T23:05:35.181Z" + "updatedAt": "2025-11-21T23:39:37.435Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.182Z" + "updatedAt": "2025-11-21T23:39:37.436Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.183Z" + "updatedAt": "2025-11-21T23:39:37.439Z" } } }, @@ -6566,13 +6621,13 @@ }, "f07a3c65b544b1b6c3631e472056dfd51f9fbc79e28fe7073271fa963f1355a2": { "zh": { - "updatedAt": "2025-11-21T23:05:35.177Z" + "updatedAt": "2025-11-21T23:39:37.407Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.179Z" + "updatedAt": "2025-11-21T23:39:37.433Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.183Z" + "updatedAt": "2025-11-21T23:39:37.438Z" } } }, @@ -6601,13 +6656,13 @@ }, "9af3d645babdeca987fedca80aae0b76816b37e30bf3a25fc1db00ead3f1bca8": { "es": { - "updatedAt": "2025-11-21T23:05:35.177Z" + "updatedAt": "2025-11-21T23:39:37.425Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.187Z" + "updatedAt": "2025-11-21T23:39:37.428Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.188Z" + "updatedAt": "2025-11-21T23:39:37.430Z" } } }, @@ -6636,13 +6691,13 @@ }, "6958bd474f6a4553c34c8b0c0941dc296fda94522707820277c2a5d0c951d3d9": { "fr": { - "updatedAt": "2025-11-21T23:05:35.188Z" + "updatedAt": "2025-11-21T23:39:37.432Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.190Z" + "updatedAt": "2025-11-21T23:39:37.445Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.190Z" + "updatedAt": "2025-11-21T23:39:37.446Z" } } }, @@ -6671,13 +6726,13 @@ }, "9a8eb49e54fa21c3ff613191e3d1b289989902d0fa2e4ba51397002c40e93870": { "zh": { - "updatedAt": "2025-11-21T23:05:35.192Z" + "updatedAt": "2025-11-21T23:39:37.447Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.194Z" + "updatedAt": "2025-11-21T23:39:37.451Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.195Z" + "updatedAt": "2025-11-21T23:39:37.452Z" } } }, @@ -6706,13 +6761,13 @@ }, "1154edcbe3fdbda2eae42bc99ecc5bb63cae52c0474d507872da2f6dc8e7f297": { "fr": { - "updatedAt": "2025-11-21T23:05:35.183Z" + "updatedAt": "2025-11-21T23:39:37.437Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.181Z" + "updatedAt": "2025-11-21T23:39:37.436Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.183Z" + "updatedAt": "2025-11-21T23:39:37.438Z" } } }, @@ -6765,13 +6820,13 @@ }, "0ea9b1d6e66497b1210bfe5724c2f7510c6e6d56377ada39d875c6fcfe0f87c8": { "zh": { - "updatedAt": "2025-11-21T23:05:35.193Z" + "updatedAt": "2025-11-21T23:39:37.448Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.193Z" + "updatedAt": "2025-11-21T23:39:37.449Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.194Z" + "updatedAt": "2025-11-21T23:39:37.451Z" } } }, @@ -6789,13 +6844,13 @@ }, "a4977444f0f815bce050c7b0c40b95d2b90dad17b3590fe6a21f53bc81615877": { "fr": { - "updatedAt": "2025-11-21T23:05:35.177Z" + "updatedAt": "2025-11-21T23:39:37.406Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.179Z" + "updatedAt": "2025-11-21T23:39:37.431Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.181Z" + "updatedAt": "2025-11-21T23:39:37.436Z" } } }, @@ -6813,13 +6868,13 @@ }, "431c7d877cd968680654f3ba3199018c65f3067f181556f6c17cb6fc23a09b95": { "es": { - "updatedAt": "2025-11-21T23:05:35.179Z" + "updatedAt": "2025-11-21T23:39:37.431Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.180Z" + "updatedAt": "2025-11-21T23:39:37.434Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.181Z" + "updatedAt": "2025-11-21T23:39:37.435Z" } } }, @@ -6837,13 +6892,13 @@ }, "6271866faf9d02d817186ae34b2d3eab2cf36cf06b76aef6099a4b150a1b7a29": { "fr": { - "updatedAt": "2025-11-21T23:05:35.181Z" + "updatedAt": "2025-11-21T23:39:37.435Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.181Z" + "updatedAt": "2025-11-21T23:39:37.435Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.182Z" + "updatedAt": "2025-11-21T23:39:37.436Z" } } }, @@ -6861,13 +6916,13 @@ }, "2b5cfbd867ca905528ea813143cb7cd4d779ff3e6af7fc85478477cde375d7b4": { "es": { - "updatedAt": "2025-11-21T23:05:35.177Z" + "updatedAt": "2025-11-21T23:39:37.408Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.178Z" + "updatedAt": "2025-11-21T23:39:37.409Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.180Z" + "updatedAt": "2025-11-21T23:39:37.433Z" } } }, @@ -6885,13 +6940,13 @@ }, "81dc63a56ed47eb6d5074a9077653870c724bb93134e76ca204752ffda496a52": { "fr": { - "updatedAt": "2025-11-21T23:05:35.178Z" + "updatedAt": "2025-11-21T23:39:37.409Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.178Z" + "updatedAt": "2025-11-21T23:39:37.429Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.183Z" + "updatedAt": "2025-11-21T23:39:37.437Z" } } }, @@ -6909,13 +6964,13 @@ }, "12bcbe0047512bda33bb98c07f650993bb355469a42885552917c1f1369c09a6": { "fr": { - "updatedAt": "2025-11-21T23:05:35.178Z" + "updatedAt": "2025-11-21T23:39:37.409Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.179Z" + "updatedAt": "2025-11-21T23:39:37.433Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.181Z" + "updatedAt": "2025-11-21T23:39:37.434Z" } } }, @@ -6944,26 +6999,26 @@ }, "03347655354b5e353b408c7a4beb3218145489a16062547e3b6ae4ca52dab02f": { "zh": { - "updatedAt": "2025-11-21T23:05:35.178Z" + "updatedAt": "2025-11-21T23:39:37.411Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.180Z" + "updatedAt": "2025-11-21T23:39:37.433Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.180Z" + "updatedAt": "2025-11-21T23:39:37.434Z" } } }, "dc269fa38a9f70dcc0dcdd446172ce680441082b0cba035e0d7d22453651fb4c": { "841108bbf6e1733b36d68418b8096f6505ae3769ebe6bb0939b9862f7ee905ae": { "es": { - "updatedAt": "2025-11-21T23:05:35.186Z" + "updatedAt": "2025-11-21T23:39:37.443Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.186Z" + "updatedAt": "2025-11-21T23:39:37.443Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.186Z" + "updatedAt": "2025-11-21T23:39:37.444Z" } } }, @@ -6992,13 +7047,13 @@ }, "1a8ae0e522de475d50ceb2c3d930ab75e0a9c7cb448a33d5a9aafaa5717b2770": { "zh": { - "updatedAt": "2025-11-21T23:05:35.147Z" + "updatedAt": "2025-11-21T23:39:37.334Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.149Z" + "updatedAt": "2025-11-21T23:39:37.353Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.155Z" + "updatedAt": "2025-11-21T23:39:37.366Z" } } }, @@ -7035,6 +7090,17 @@ "zh": { "updatedAt": "2025-11-21T23:05:35.193Z" } + }, + "eaf3b675306027bf04595dca52e74dd1614edc320fafff007530df01cbb22259": { + "zh": { + "updatedAt": "2025-11-21T23:39:37.456Z" + }, + "fr": { + "updatedAt": "2025-11-21T23:39:37.459Z" + }, + "es": { + "updatedAt": "2025-11-21T23:39:37.460Z" + } } }, "2cb0a1dfe02ae2cb21adee953eca05f41aa7078628f9a4b040fe3d504f2d87ae": { @@ -7062,13 +7128,13 @@ }, "df2826252d76bef142551e69ee162b565fd37e0e63cdd9159fb925f1f911f524": { "es": { - "updatedAt": "2025-11-21T23:05:35.187Z" + "updatedAt": "2025-11-21T23:39:37.428Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.189Z" + "updatedAt": "2025-11-21T23:39:37.445Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.190Z" + "updatedAt": "2025-11-21T23:39:37.447Z" } } }, @@ -7097,13 +7163,13 @@ }, "3db39b6f8aead15f7b8dbe6824e173913fabaf7b510406e0124e1b2be61ca3de": { "fr": { - "updatedAt": "2025-11-21T23:05:35.189Z" + "updatedAt": "2025-11-21T23:39:37.445Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.191Z" + "updatedAt": "2025-11-21T23:39:37.447Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.193Z" + "updatedAt": "2025-11-21T23:39:37.449Z" } } }, @@ -7132,13 +7198,13 @@ }, "4bc387e1ff76fddd88238476d65b74ade4cc2f449ce36eb3bc8b85f770c3f490": { "es": { - "updatedAt": "2025-11-21T23:05:35.188Z" + "updatedAt": "2025-11-21T23:39:37.430Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.188Z" + "updatedAt": "2025-11-21T23:39:37.430Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.188Z" + "updatedAt": "2025-11-21T23:39:37.431Z" } } }, @@ -7175,6 +7241,17 @@ "es": { "updatedAt": "2025-11-21T23:05:35.190Z" } + }, + "2e6a80a1a0b8e8424f493d4c864eb475de15f72d6014090c74d48ecd2104428c": { + "zh": { + "updatedAt": "2025-11-21T23:39:37.454Z" + }, + "es": { + "updatedAt": "2025-11-21T23:39:37.454Z" + }, + "fr": { + "updatedAt": "2025-11-21T23:39:37.457Z" + } } }, "5b401c0efa28903d4f1971ee23b5541f7b37987b2c73219dc01f5d54b551f1b9": { @@ -7202,13 +7279,13 @@ }, "62faf6816da4cc899a87cf65d8cdedfb2984c52d91929ff74e1ff826d2f3edf2": { "fr": { - "updatedAt": "2025-11-21T23:05:35.187Z" + "updatedAt": "2025-11-21T23:39:37.428Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.190Z" + "updatedAt": "2025-11-21T23:39:37.446Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.195Z" + "updatedAt": "2025-11-21T23:39:37.452Z" } } }, @@ -7237,13 +7314,13 @@ }, "ec813e998591f0d4114ebde9d66a49f01a39db4bc9c058a1340c41d38731a456": { "fr": { - "updatedAt": "2025-11-21T23:05:35.186Z" + "updatedAt": "2025-11-21T23:39:37.427Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.194Z" + "updatedAt": "2025-11-21T23:39:37.450Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.192Z" + "updatedAt": "2025-11-21T23:39:37.447Z" } } }, @@ -7283,13 +7360,13 @@ }, "725c514c7f51a988e1a1f21ba6c44e514520aa57b3b2f7ba21b45751dcfac18d": { "es": { - "updatedAt": "2025-11-21T23:05:35.195Z" + "updatedAt": "2025-11-21T23:39:37.452Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.195Z" + "updatedAt": "2025-11-21T23:39:37.453Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.195Z" + "updatedAt": "2025-11-21T23:39:37.453Z" } } }, @@ -7318,13 +7395,13 @@ }, "02a3f8a9c2b7bed0ca12b135d6610f9dd0567e2045b9486068c3fcc46e5e7b9f": { "fr": { - "updatedAt": "2025-11-21T23:05:35.176Z" + "updatedAt": "2025-11-21T23:39:37.424Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.187Z" + "updatedAt": "2025-11-21T23:39:37.429Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.189Z" + "updatedAt": "2025-11-21T23:39:37.444Z" } } }, @@ -7375,13 +7452,13 @@ }, "6c9af69e973b5a013910ef259a5a71e1aae045fac921a68550ae739aa1e0aaed": { "fr": { - "updatedAt": "2025-11-21T23:05:35.188Z" + "updatedAt": "2025-11-21T23:39:37.430Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.192Z" + "updatedAt": "2025-11-21T23:39:37.448Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.193Z" + "updatedAt": "2025-11-21T23:39:37.449Z" } } }, @@ -7410,13 +7487,13 @@ }, "da2fe203fd6263e2f728a6d0927c4acfae11b86bb47b86a53209988c7f12a9b8": { "fr": { - "updatedAt": "2025-11-21T23:05:35.189Z" + "updatedAt": "2025-11-21T23:39:37.444Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.190Z" + "updatedAt": "2025-11-21T23:39:37.446Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.195Z" + "updatedAt": "2025-11-21T23:39:37.452Z" } } }, @@ -7445,13 +7522,13 @@ }, "d6087277997107007f0e8bb1fa131196a7db7e155e4fff201da51c38c12cdea4": { "es": { - "updatedAt": "2025-11-21T23:05:35.189Z" + "updatedAt": "2025-11-21T23:39:37.445Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.194Z" + "updatedAt": "2025-11-21T23:39:37.450Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.194Z" + "updatedAt": "2025-11-21T23:39:37.451Z" } } }, @@ -7480,13 +7557,13 @@ }, "83bea4f26ff686307b770bfaca74faddccd854e05ce6462eefc4c2832e6d3813": { "zh": { - "updatedAt": "2025-11-21T23:05:35.157Z" + "updatedAt": "2025-11-21T23:39:37.353Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.158Z" + "updatedAt": "2025-11-21T23:39:37.372Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.164Z" + "updatedAt": "2025-11-21T23:39:37.401Z" } } }, @@ -7515,13 +7592,13 @@ }, "b72d2b9d9ef504cbfecd6422d202a23f54cb213b4a6c7fbe372d2fe6c315757d": { "fr": { - "updatedAt": "2025-11-21T23:05:35.179Z" + "updatedAt": "2025-11-21T23:39:37.432Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.183Z" + "updatedAt": "2025-11-21T23:39:37.438Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.183Z" + "updatedAt": "2025-11-21T23:39:37.438Z" } } }, @@ -7539,104 +7616,104 @@ }, "63edc9f8eced556d538a11fa6698380e9a743ce1de62b85c73cccb6a91d3af3e": { "fr": { - "updatedAt": "2025-11-21T23:05:35.150Z" + "updatedAt": "2025-11-21T23:39:37.355Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.151Z" + "updatedAt": "2025-11-21T23:39:37.358Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.150Z" + "updatedAt": "2025-11-21T23:39:37.357Z" } } }, "39825e960dc329e7e701846853ea8b2c69eccee5c036c82edfdf9a06020a9fbb": { "c2e28964d6bf27dad509a1169a25e67dcb784e72bd2b52b810d9fba2f2c5a82b": { "zh": { - "updatedAt": "2025-11-21T23:05:35.091Z" + "updatedAt": "2025-11-21T23:39:37.345Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.091Z" + "updatedAt": "2025-11-21T23:39:37.345Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.091Z" + "updatedAt": "2025-11-21T23:39:37.345Z" } } }, "5ee2c22c5f816bd2e9ccb18534d94c7d2d0d1fd48d15aea7d344871cc05d6b5d": { "ab26030a2677e7aee15a1962ed36cc8690f9395c1234a20e05071c72dccaff07": { "es": { - "updatedAt": "2025-11-21T23:05:35.091Z" + "updatedAt": "2025-11-21T23:39:37.346Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.091Z" + "updatedAt": "2025-11-21T23:39:37.346Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.092Z" + "updatedAt": "2025-11-21T23:39:37.348Z" } } }, "fd46ee9a7c4d77ed4c1a2b9efb3f8f7f2964363b03115970bf43dd58e197f08c": { "935322d7360b64d9326d5f92a1858bc47136cff17d63784a0d3cd82ba099c65a": { "zh": { - "updatedAt": "2025-11-21T23:05:35.082Z" + "updatedAt": "2025-11-21T23:39:37.330Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.082Z" + "updatedAt": "2025-11-21T23:39:37.330Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.083Z" + "updatedAt": "2025-11-21T23:39:37.331Z" } } }, "ae682ad0c390ee5d2a787779b0781d8ba9aa7e9facf958bd2d07b2d1e6a5a8fd": { "014f00ea40cd4b853d8f1d7402a3b61cd123492b45eaa0e06f5415df5b236234": { "es": { - "updatedAt": "2025-11-21T23:05:35.092Z" + "updatedAt": "2025-11-21T23:39:37.348Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.092Z" + "updatedAt": "2025-11-21T23:39:37.349Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.093Z" + "updatedAt": "2025-11-21T23:39:37.350Z" } } }, "f01b14e6cb9b0793859f39974057dccadb099e6923db2cd880d1405c42ea9f6d": { "d2c82f40d334439f08a63b79ddbe7185e0cc02ee88fb77fd5f7f3ca6c2899d6f": { "es": { - "updatedAt": "2025-11-21T23:05:35.175Z" + "updatedAt": "2025-11-21T23:39:37.423Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.176Z" + "updatedAt": "2025-11-21T23:39:37.423Z" }, "zh": { - "updatedAt": "2025-11-21T23:05:35.176Z" + "updatedAt": "2025-11-21T23:39:37.423Z" } } }, "be5e892f6c4f67bd81fe0cb2eb2c6926b3e1aed86319263030ba6de5aef81643": { "2d45a98943adcf6323d8b9bd963e1a68b9c6d584fe97c7f01e9a6f37e4268f9c": { "zh": { - "updatedAt": "2025-11-21T23:05:35.176Z" + "updatedAt": "2025-11-21T23:39:37.424Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.176Z" + "updatedAt": "2025-11-21T23:39:37.424Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.176Z" + "updatedAt": "2025-11-21T23:39:37.424Z" } } }, "77ea8b1235af73346c74a76d9c806e3bb004764d3a0d8aa467b0cd38785523c1": { "11572668be0bfa5784f337f06ff8b84bd549b35ba8986840db7e54a31ffd864f": { "zh": { - "updatedAt": "2025-11-21T23:05:35.166Z" + "updatedAt": "2025-11-21T23:39:37.404Z" }, "fr": { - "updatedAt": "2025-11-21T23:05:35.166Z" + "updatedAt": "2025-11-21T23:39:37.405Z" }, "es": { - "updatedAt": "2025-11-21T23:05:35.166Z" + "updatedAt": "2025-11-21T23:39:37.405Z" } } } diff --git a/zh/ai/model-context-protocol.mdx b/zh/ai/model-context-protocol.mdx index 0e6367438..688f5b680 100644 --- a/zh/ai/model-context-protocol.mdx +++ b/zh/ai/model-context-protocol.mdx @@ -11,9 +11,21 @@ import { PreviewButton } from "/snippets/previewbutton.jsx" ## 关于 MCP 服务器
-Model Context Protocol(MCP)是一种开放协议,可在 AI 应用与外部服务(如文档)之间建立标准化连接。Mintlify 会基于你的文档和 OpenAPI 规范生成一个 MCP 服务器,使你的内容为更广泛的 AI 生态做好准备,任何 MCP 客户端(如 Claude、Cursor、Goose 等)都可以连接到你的文档和 API。 +Model Context Protocol(MCP,模型上下文协议)是一个开放协议,用于在 AI 应用与外部服务(例如文档)之间建立标准化连接。Mintlify 会基于你的文档和 OpenAPI 规范生成一个 MCP 服务器,为更广泛的 AI 生态系统做好准备,让任何 MCP 客户端(例如 Claude、Cursor、Goose 等)都可以连接到你的文档和 API。 -你的 MCP 服务器会向 AI 应用提供工具,用于搜索你的文档并与 API 交互。 +你的 MCP 服务器会向 AI 应用提供工具,以便搜索你的文档并与你的 API 交互。 + +
+ ### MCP 服务器的工作方式 +
+ +当 MCP 服务器连接到某个 AI 工具时,LLM 可以在生成回复时决定使用你的文档和 API 工具。 + +- 在生成回复的过程中,LLM 可以主动搜索你的文档或调用你的 API 端点,而不仅仅是在被显式要求时才这样做。 +- LLM 会根据对话的上下文以及你的文档和 API 的相关性来决定何时使用这些工具。 +- 每次调用工具都发生在生成过程中,使 LLM 能够在回复中融入来自你的文档和 API 的实时信息。 + +例如,如果用户提出一个编程问题,而 LLM 判断你的 API 文档是相关的,它就可以搜索你的 API 文档,并在回复中包含这些信息,而无需用户明确要求使用你的文档。
## 访问你的 MCP 服务器 diff --git a/zh/deploy/preview-deployments.mdx b/zh/deploy/preview-deployments.mdx index 9e03851c8..ebc4aa83b 100644 --- a/zh/deploy/preview-deployments.mdx +++ b/zh/deploy/preview-deployments.mdx @@ -68,4 +68,19 @@ keywords: ["preview URLs", "pull request previews", "branch previews", "staging 附加组件页面中的预览认证开关 附加组件页面中的预览认证开关 - \ No newline at end of file + + +
+ ## 预览部署故障排查 +
+ +如果预览部署失败,请尝试以下排查步骤。 + +- **查看构建日志**:在你的[仪表盘](https://dashboard.mintlify.com/)中,进入 **Previews** 并点击失败的预览。部署日志会显示导致失败的错误。 +- **检查配置**: + - `docs.json` 语法无效 + - 导航中引用的文件路径缺失或不正确 + - MDX 文件中的 frontmatter 无效 + - 图片链接损坏或图片文件缺失 +- **本地验证**:在本地运行 `mint dev`,在推送到代码仓库之前先发现构建错误。 +- **检查最近变更**:查看分支中最近的提交,找出导致构建失败的变更。 \ No newline at end of file diff --git a/zh/editor.mdx b/zh/editor.mdx index 5506391ee..61188d6b4 100644 --- a/zh/editor.mdx +++ b/zh/editor.mdx @@ -90,17 +90,9 @@ Markdown 模式可直接访问文档底层的 `MDX` 代码。此模式非常适 ### 浏览文件
-使用侧边栏的文件浏览器查看文档。点击任意文件即可在编辑器中打开。 +使用侧边栏文件浏览器来查看文档文件。点击任意文件即可在编辑器中打开。 -在 macOS 上按 Command - -* P - -或在 Windows 上按 Ctrl - -* P - -即可按名称搜索文件。 +在 macOS 上按下 Command + P,或在 Windows 上按下 Ctrl + P,即可按名称搜索文件。
### 新建页面 diff --git a/zh/integrations/analytics/mixpanel.mdx b/zh/integrations/analytics/mixpanel.mdx index 2f6b919a5..44f7c3d21 100644 --- a/zh/integrations/analytics/mixpanel.mdx +++ b/zh/integrations/analytics/mixpanel.mdx @@ -1,15 +1,32 @@ --- title: "Mixpanel" -description: "使用 Mixpanel 跟踪产品分析与用户行为。" +description: "使用 Mixpanel 跟踪产品分析和用户行为。" keywords: ["Mixpanel 集成", "产品分析", "事件跟踪", "token"] --- -在你的 `docs.json` 文件中添加以下内容,以将分析数据发送到 Mixpanel。 +在你的 `docs.json` 文件中添加以下配置,将分析数据发送到 Mixpanel。 ```json Analytics options in docs.json "integrations": { "mixpanel": { - "projectToken": "必填" + "projectToken": "YOUR_MIXPANEL_PROJECT_TOKEN" } } ``` + +将 `YOUR_MIXPANEL_PROJECT_TOKEN` 替换为你的 Mixpanel 项目 token。你可以在 [Mixpanel 项目设置](https://mixpanel.com/settings/project) 中找到该值。 + + +
+ ## 跟踪的事件 +
+ +Mintlify 会自动跟踪以下用户交互: + +- 页面访问 +- 搜索查询 +- 反馈提交 +- 上下文菜单交互 +- 导航点击 + +如果你在 Mixpanel 中看不到事件,请确认你的项目 token 是否正确,并检查是否有内容安全策略(CSP)阻止 Mixpanel 脚本运行。 \ No newline at end of file diff --git a/zh/integrations/support/overview.mdx b/zh/integrations/support/overview.mdx index b0165d306..8f5f0a6fe 100644 --- a/zh/integrations/support/overview.mdx +++ b/zh/integrations/support/overview.mdx @@ -31,14 +31,7 @@ keywords: ["客户支持平台", "工单系统集成", "支持组件", "客户
- ## 启用客户支持集成 + ## 启用客服集成
-将客户支持挂件集成到你的文档中。在 `docs.json` 文件中添加 `integrations` 字段,并填入相应的应用 ID。 - -```json - "integrations": { - "intercom": "APP_ID", - "frontchat": "CHAT_ID" - } -``` +将客户支持小部件集成到你的文档中。向你的 `docs.json` 文件添加 `integrations` 字段,并填入对应的应用 ID 或聊天 ID。查阅各个集成的文档以了解如何找到你的 ID。 \ No newline at end of file diff --git a/zh/optimize/seo.mdx b/zh/optimize/seo.mdx index 668794cb8..04c4143aa 100644 --- a/zh/optimize/seo.mdx +++ b/zh/optimize/seo.mdx @@ -45,19 +45,45 @@ Mintlify 会自动处理许多 SEO 最佳实践,包括: ## 页面级元标签
-要设置页面级元标签,请将它们添加到页面的 frontmatter 中。 +要为特定页面设置元标签,可将它们添加到页面的 frontmatter 中。 + +页面级支持以下元标签: + +* `title` - 页面标题 +* `description` - 页面描述,会显示在页面标题下方以及部分搜索引擎结果中 +* `keywords` - 以逗号分隔的关键词 +* `og:title` - 用于社交分享的 Open Graph 标题 +* `og:description` - Open Graph 描述 +* `og:image` - Open Graph 图片 URL +* `og:url` - Open Graph URL +* `og:type` - Open Graph 类型,例如 "article" 或 "website" +* `og:image:width` - Open Graph 图片宽度 +* `og:image:height` - Open Graph 图片高度 +* `twitter:title` - Twitter 卡片标题 +* `twitter:description` - Twitter 卡片描述 +* `twitter:image` - Twitter 卡片图片 +* `twitter:card` - Twitter 卡片类型,例如 "summary" 或 "summary_large_image" +* `twitter:site` - Twitter 站点账号(handle) +* `twitter:image:width` - Twitter 图片宽度 +* `twitter:image:height` - Twitter 图片高度 +* `noindex` - 设为 `true` 以阻止搜索引擎收录 +* `robots` - Robots 元标签的取值 ```mdx --- title: "您的示例页面标题" -"og:image": "您的元标签图片链接" +description: "页面特定描述" +"og:image": "链接到您的元标签图片" +"og:title": "社交媒体标题" +keywords: ["关键词1", "关键词2"] --- ``` - 含有冒号的 meta 标签必须用引号括起来。 + 带有冒号的元标签必须用引号括起来。`keywords` 字段必须格式化为 YAML 数组。 +
## 常用 meta 标签参考
diff --git a/zh/organize/navigation.mdx b/zh/organize/navigation.mdx index 932351ef2..e1e915fc8 100644 --- a/zh/organize/navigation.mdx +++ b/zh/organize/navigation.mdx @@ -84,11 +84,16 @@ keywords: ["导航结构", "侧边栏配置", "页面组织", "导航分组"] ### 默认展开状态 -在某个组上设置 `expanded: true`,即可使其在导航侧边栏中默认展开。这有助于突出重要的章节,或提升关键内容的可发现性。 +使用 `expanded` 属性来控制导航侧边栏中某个分组的默认状态。 + +* `expanded: true`:分组默认展开。 +* `expanded: false` 或省略:分组默认收起。 + +这有助于突出重要章节,或提高关键内容的可发现性。 ```json { - "group": "快速入门", + "group": "开始使用", "expanded": true, "pages": ["quickstart", "installation"] }