diff --git a/docs.json b/docs.json
index d157c6ba9..18fc06f02 100644
--- a/docs.json
+++ b/docs.json
@@ -350,7 +350,8 @@
"fr/organize/settings",
"fr/organize/navigation",
"fr/organize/pages",
- "fr/organize/hidden-pages"
+ "fr/organize/hidden-pages",
+ "fr/organize/mintignore"
]
},
{
@@ -391,6 +392,7 @@
"fr/components/callouts",
"fr/components/cards",
"fr/components/code-groups",
+ "fr/components/color",
"fr/components/columns",
"fr/components/examples",
"fr/components/expandables",
@@ -531,6 +533,13 @@
{
"tab": "Guides",
"groups": [
+ {
+ "group": "Aperçu",
+ "icon": "book-open",
+ "pages": [
+ "fr/guides/index"
+ ]
+ },
{
"group": "IA",
"icon": "bot",
@@ -651,7 +660,8 @@
"es/organize/settings",
"es/organize/navigation",
"es/organize/pages",
- "es/organize/hidden-pages"
+ "es/organize/hidden-pages",
+ "es/organize/mintignore"
]
},
{
@@ -692,6 +702,7 @@
"es/components/callouts",
"es/components/cards",
"es/components/code-groups",
+ "es/components/color",
"es/components/columns",
"es/components/examples",
"es/components/expandables",
@@ -832,6 +843,13 @@
{
"tab": "Guías",
"groups": [
+ {
+ "group": "Descripción general",
+ "icon": "book-open",
+ "pages": [
+ "es/guides/index"
+ ]
+ },
{
"group": "IA",
"icon": "bot",
@@ -852,7 +870,7 @@
]
},
{
- "group": "Mejores prácticas",
+ "group": "Buenas prácticas",
"icon": "trophy",
"pages": [
"es/guides/accessibility",
@@ -952,7 +970,8 @@
"zh/organize/settings",
"zh/organize/navigation",
"zh/organize/pages",
- "zh/organize/hidden-pages"
+ "zh/organize/hidden-pages",
+ "zh/organize/mintignore"
]
},
{
@@ -993,6 +1012,7 @@
"zh/components/callouts",
"zh/components/cards",
"zh/components/code-groups",
+ "zh/components/color",
"zh/components/columns",
"zh/components/examples",
"zh/components/expandables",
@@ -1133,6 +1153,13 @@
{
"tab": "指南",
"groups": [
+ {
+ "group": "概览",
+ "icon": "book-open",
+ "pages": [
+ "zh/guides/index"
+ ]
+ },
{
"group": "人工智能",
"icon": "bot",
diff --git a/es/guides/index.mdx b/es/guides/index.mdx
new file mode 100644
index 000000000..83c375e38
--- /dev/null
+++ b/es/guides/index.mdx
@@ -0,0 +1,78 @@
+---
+title: "Guías"
+description: "Aprende a crear documentación eficaz con mejores prácticas y flujos de trabajo."
+---
+
+Las guías de esta sección contienen recomendaciones para crear documentación que ayude a tus usuarios a tener éxito. Tanto si estás empezando desde cero como si estás mejorando la documentación existente, estas guías te ayudan a planificar, redactar y mantener tu documentación.
+
+Ante todo, ten en cuenta las necesidades y objetivos de tus usuarios. Documenta aquello que les ayude a utilizar tu producto y volver a sus tareas.
+
+
+ ## Temas
+
+
+
+ ### Herramientas de IA
+
+
+Utiliza herramientas impulsadas por IA para acelerar tu flujo de trabajo de documentación.
+
+* [Automatizar actualizaciones de la documentación](/es/guides/automate-agent): Tutorial que enseña cómo configurar actualizaciones automatizadas de la documentación usando el agent.
+* [Crear un assistant dentro de tu aplicación](/es/guides/assistant-embed): Tutorial que enseña cómo agregar un chat bot de IA en una app de React para ayudar a los usuarios a encontrar respuestas en tu documentación.
+* [Claude Code](/es/guides/claude-code), [Cursor](/es/guides/cursor), [Windsurf](/es/guides/windsurf): Guías para usar asistentes de programación con IA para mantener la documentación.
+* [GEO](/es/guides/geo): Mejores prácticas para optimizar tu documentación para motores de búsqueda y respuesta basados en IA.
+
+
+ ### Documentación de la API
+
+
+Crea documentación de la API que permita a los usuarios probar y aprender a usar tu API, y que sea fácil de mantener.
+
+* [Migrar de MDX a OAS](/es/guides/migrating-from-mdx): Mueve tu documentación de la API de páginas MDX individuales a páginas generadas automáticamente a partir de especificaciones OpenAPI.
+
+
+ ### Mejores prácticas
+
+
+Haz que tu documentación sea de primer nivel.
+
+* [Accesibilidad](/es/guides/accessibility): Haz que tu documentación sea accesible para el mayor número posible de usuarios.
+* [Tipos de contenido](/es/guides/content-types): Elige el formato adecuado para tutoriales, guías prácticas, referencias y explicaciones.
+* [Mejora tu documentación](/es/guides/improving-docs): Usa datos y comentarios para mejorar tu documentación de forma continua.
+* [Mantenimiento](/es/guides/maintenance): Mantén tu documentación precisa y actualizada.
+* [Medios](/es/guides/media): Agrega imágenes, videos y otros medios de forma eficaz mientras gestionas la carga de mantenimiento.
+* [Organiza la navegación](/es/guides/navigation): Diseña una arquitectura de la información que funcione para tus usuarios.
+* [SEO](/es/guides/seo): Optimiza tu documentación para los motores de búsqueda.
+* [Estilo y tono](/es/guides/style-and-tone): Escribe con una voz consistente.
+* [Comprende a tu audiencia](/es/guides/understand-your-audience): Investiga y atiende las necesidades y objetivos de tus usuarios.
+
+
+ ### Flujos de trabajo con Git
+
+
+Entiende Git para sacar el máximo partido de Mintlify y de un enfoque de documentación como código (docs-as-code).
+
+* [Conceptos de Git](/es/guides/git-concepts): Aprende los fundamentos de Git para la documentación.
+* [Branches](/es/guides/branches): Usa branches para gestionar los cambios en la documentación.
+
+
+ ## Por dónde empezar
+
+
+
+
+ Aprende acerca de los tipos de contenido para entender cómo estructurar tu documentación.
+
+
+
+ Aprende a usar métricas y comentarios para mejorar tu documentación.
+
+
+
+ Automatiza las actualizaciones de la documentación con el agente.
+
+
+
+ Aprende flujos de trabajo de Git para documentación colaborativa.
+
+
\ No newline at end of file
diff --git a/es/organize/navigation.mdx b/es/organize/navigation.mdx
index 1fabbeee7..a1d3d6123 100644
--- a/es/organize/navigation.mdx
+++ b/es/organize/navigation.mdx
@@ -365,20 +365,28 @@ En el objeto `navigation`, `products` es un arreglo donde cada entrada es un obj
## OpenAPI
-Integra especificaciones de OpenAPI directamente en tu estructura de navegación para generar automáticamente la documentación de tu API. Crea secciones de API dedicadas o coloca páginas de endpoints dentro de otros componentes de la navegación.
+Integra especificaciones de OpenAPI directamente en la estructura de navegación para generar automáticamente la documentación de tu API. Crea secciones de API dedicadas o coloca páginas de endpoints dentro de otros componentes de navegación.
-Configura una especificación de OpenAPI predeterminada en cualquier nivel de tu jerarquía de navegación. Los elementos descendientes heredarán esta especificación a menos que definan la suya propia.
+Configura una especificación de OpenAPI predeterminada en cualquier nivel de tu jerarquía de navegación. Los elementos secundarios heredarán esta especificación a menos que definan la suya propia.
+
+
+ Cuando agregas la propiedad `openapi` a un elemento de navegación (como un anchor, tab o group) sin especificar ninguna página, Mintlify genera automáticamente páginas para **todos los endpoints** definidos en tu especificación de OpenAPI.
+
+ Para controlar qué endpoints aparecen, enumera explícitamente los endpoints deseados en un arreglo `pages`.
+
+
+Para obtener más información sobre cómo hacer referencia a endpoints de OpenAPI en tu documentación, consulta la sección [Configuración de OpenAPI](/es/api-playground/openapi-setup).
```json
{
"navigation": {
"groups": [
{
- "group": "Referencia de API",
+ "group": "Referencia de la API",
"openapi": "/path/to/openapi-v1.json",
"pages": [
- "overview",
- "authentication",
+ "descripción-general",
+ "autenticación",
"GET /users",
"POST /users",
{
@@ -396,8 +404,6 @@ Configura una especificación de OpenAPI predeterminada en cualquier nivel de tu
}
```
-Para obtener más información sobre cómo hacer referencia a endpoints de OpenAPI en tu documentación, consulta la [configuración de OpenAPI](/es/api-playground/openapi-setup).
-
## Versiones
diff --git a/fr/guides/index.mdx b/fr/guides/index.mdx
new file mode 100644
index 000000000..a338f64aa
--- /dev/null
+++ b/fr/guides/index.mdx
@@ -0,0 +1,74 @@
+---
+title: "Guides"
+description: "Apprenez à créer une documentation efficace grâce aux bonnes pratiques et aux workflows."
+---
+
+Les guides de cette section contiennent des conseils pour créer une documentation qui permet à vos utilisateurs de réussir. Que vous partiez de zéro ou que vous amélioriez une documentation existante, ces guides vous aident à planifier, rédiger et maintenir votre documentation.
+
+Par-dessus tout, prenez en compte les besoins et les objectifs de vos utilisateurs. Documentez ce qui les aide à utiliser votre produit et à reprendre rapidement leurs tâches.
+
+
+ ## Rubriques
+
+
+### Outils d'IA
+
+Utilisez des outils d'IA pour accélérer votre flux de travail de documentation.
+
+* [Automate documentation updates](/fr/guides/automate-agent) : tutoriel qui explique comment configurer des mises à jour automatisées de la documentation à l'aide de l'agent.
+* [Build an in-app assistant](/fr/guides/assistant-embed) : tutoriel qui explique comment ajouter un chatbot IA dans une application React pour aider les utilisateurs à trouver des réponses dans votre documentation.
+* [Claude Code](/fr/guides/claude-code), [Cursor](/fr/guides/cursor), [Windsurf](/fr/guides/windsurf) : guides pour utiliser des assistants de programmation IA afin de maintenir la documentation.
+* [GEO](/fr/guides/geo) : bonnes pratiques pour optimiser votre documentation pour les moteurs de recherche et de réponse basés sur l'IA.
+
+### Documentation d'API
+
+Créez une documentation d'API qui permet aux utilisateurs de tester votre API et d'apprendre à l'utiliser, tout en restant facile à maintenir.
+
+* [Migrer de MDX vers OAS](/fr/guides/migrating-from-mdx): Déplacez votre documentation d'API de pages MDX individuelles vers des pages générées automatiquement à partir d'une spécification OpenAPI.
+
+
+ ### Bonnes pratiques
+
+
+Faites de votre documentation une référence.
+
+* [Accessibilité](/fr/guides/accessibility): Rendez votre documentation accessible au plus grand nombre possible.
+* [Types de contenu](/fr/guides/content-types): Choisissez le bon format pour les tutoriels, guides pratiques, références et explications.
+* [Améliorer votre documentation](/fr/guides/improving-docs): Utilisez les données et les retours pour améliorer continuellement votre documentation.
+* [Maintenance](/fr/guides/maintenance): Gardez votre documentation précise et à jour.
+* [Médias](/fr/guides/media): Ajoutez des images, des vidéos et d'autres médias de manière efficace tout en maîtrisant la charge de maintenance.
+* [Organiser la navigation](/fr/guides/navigation): Concevez une architecture de l'information adaptée à vos utilisateurs.
+* [SEO](/fr/guides/seo): Optimisez votre documentation pour les moteurs de recherche.
+* [Style et ton](/fr/guides/style-and-tone): Écrivez avec un ton cohérent.
+* [Comprendre votre audience](/fr/guides/understand-your-audience): Étudiez les besoins et objectifs de vos utilisateurs et répondez-y.
+
+
+ ### Flux de travail Git
+
+
+Comprenez Git pour tirer le meilleur parti de Mintlify et d'une approche « docs-as-code » de la documentation.
+
+* [Concepts de Git](/fr/guides/git-concepts) : Apprenez les fondamentaux de Git pour la documentation.
+* [Branches](/fr/guides/branches) : Utilisez des branches pour gérer les modifications de la documentation.
+
+
+ ## Par où commencer
+
+
+
+
+ Découvrez les types de contenu pour comprendre comment structurer votre documentation.
+
+
+
+ Découvrez comment utiliser les indicateurs et les retours pour améliorer votre documentation.
+
+
+
+ Automatisez les mises à jour de la documentation avec l’agent.
+
+
+
+ Apprenez les workflows Git pour une documentation collaborative.
+
+
\ No newline at end of file
diff --git a/fr/organize/navigation.mdx b/fr/organize/navigation.mdx
index a40d6f6e0..db35ced60 100644
--- a/fr/organize/navigation.mdx
+++ b/fr/organize/navigation.mdx
@@ -365,20 +365,28 @@ Dans l’objet `navigation`, `products` est un tableau où chaque entrée est un
## OpenAPI
-Intégrez des spécifications OpenAPI directement dans votre structure de navigation pour générer automatiquement la documentation de votre API. Créez des sections API dédiées ou placez des pages d’endpoints au sein d’autres éléments de navigation.
+Intégrez des spécifications OpenAPI directement dans votre structure de navigation afin de générer automatiquement la documentation de votre API. Créez des sections d’API dédiées ou placez des pages d’endpoints au sein d’autres composants de navigation.
-Définissez une spécification OpenAPI par défaut à n’importe quel niveau de votre hiérarchie de navigation. Les éléments enfants hériteront de cette spécification, sauf s’ils définissent la leur.
+Définissez une spécification OpenAPI par défaut à n’importe quel niveau de votre hiérarchie de navigation. Les éléments enfants hériteront de cette spécification, sauf s’ils définissent leur propre spécification.
+
+
+ Lorsque vous ajoutez la propriété `openapi` à un élément de navigation (comme une ancre, un onglet ou un groupe) sans spécifier de pages, Mintlify génère automatiquement des pages pour **tous les endpoints** définis dans votre spécification OpenAPI.
+
+ Pour contrôler les endpoints qui apparaissent, énumérez explicitement les endpoints souhaités dans un tableau `pages`.
+
+
+Pour plus d’informations sur la manière de référencer des endpoints OpenAPI dans votre documentation, consultez la page [Configuration d’OpenAPI](/fr/api-playground/openapi-setup).
```json
{
"navigation": {
"groups": [
{
- "group": "Référence API",
+ "group": "Référence de l'API",
"openapi": "/path/to/openapi-v1.json",
"pages": [
- "overview",
- "authentication",
+ "apercu",
+ "authentification",
"GET /users",
"POST /users",
{
@@ -396,8 +404,6 @@ Définissez une spécification OpenAPI par défaut à n’importe quel niveau de
}
```
-Pour en savoir plus sur la façon de référencer des endpoints OpenAPI dans votre documentation, consultez la page [OpenAPI setup](/fr/api-playground/openapi-setup).
-
## Versions
diff --git a/gt-lock.json b/gt-lock.json
index eb24fbc08..b82648bda 100644
--- a/gt-lock.json
+++ b/gt-lock.json
@@ -2576,13 +2576,13 @@
},
"df76a0eb48f3969fa97c0b9cb3c3f66431ff507911c97129b5ae5a7848619c74": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.074Z"
+ "updatedAt": "2025-12-01T19:30:40.807Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.074Z"
+ "updatedAt": "2025-12-01T19:30:40.807Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.075Z"
+ "updatedAt": "2025-12-01T19:30:40.807Z"
}
}
},
@@ -2622,26 +2622,26 @@
},
"dc9e7de93e53f25ee5d183c55b1bc0950aee1a8137ad88b26869ffae0c0f7803": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.075Z"
+ "updatedAt": "2025-12-01T19:30:40.808Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.076Z"
+ "updatedAt": "2025-12-01T19:30:40.808Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.076Z"
+ "updatedAt": "2025-12-01T19:30:40.808Z"
}
}
},
"23468f0552fb3e6e3e07f5ccc3f3267c1f9e3dde0f865e866f185cb2947d3700": {
"cf671b42a22bf53b553d52737aa0ebd2832efeeb3c4329997d454109b44b2d0b": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.078Z"
+ "updatedAt": "2025-12-01T19:30:40.810Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.078Z"
+ "updatedAt": "2025-12-01T19:30:40.810Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.079Z"
+ "updatedAt": "2025-12-01T19:30:40.810Z"
}
}
},
@@ -2659,13 +2659,13 @@
},
"33b27f6424e49160a6a8f7ca639a6ecabe4ccb6c81e109c16357715ed5705d59": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.058Z"
+ "updatedAt": "2025-12-01T19:30:40.790Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.059Z"
+ "updatedAt": "2025-12-01T19:30:40.790Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.059Z"
+ "updatedAt": "2025-12-01T19:30:40.791Z"
}
}
},
@@ -2716,13 +2716,13 @@
},
"27f53cd80f1d9d96ab5f1d15c7d4143a1faa63b80e35b5f57fa79bf4da0eaea4": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.077Z"
+ "updatedAt": "2025-12-01T19:30:40.809Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.077Z"
+ "updatedAt": "2025-12-01T19:30:40.809Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.078Z"
+ "updatedAt": "2025-12-01T19:30:40.810Z"
}
}
},
@@ -2751,13 +2751,13 @@
},
"4bbec825257b2e44662cece56ea8f6d2a270af8295558ba8c49333d01f531512": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.065Z"
+ "updatedAt": "2025-12-01T19:30:40.799Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.065Z"
+ "updatedAt": "2025-12-01T19:30:40.799Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.066Z"
+ "updatedAt": "2025-12-01T19:30:40.799Z"
}
}
},
@@ -2786,13 +2786,13 @@
},
"64a3699238f7091a57f32a304d4d6ea95e7b276b252acad469433afd381059d3": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.062Z"
+ "updatedAt": "2025-12-01T19:30:40.792Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.088Z"
+ "updatedAt": "2025-12-01T19:30:40.818Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.089Z"
+ "updatedAt": "2025-12-01T19:30:40.819Z"
}
}
},
@@ -2821,13 +2821,13 @@
},
"91728bc6b9b8b6139a0dd62305e5baa3b279f2b75c5da5884361f1d6921cd5a0": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.061Z"
+ "updatedAt": "2025-12-01T19:30:40.792Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.063Z"
+ "updatedAt": "2025-12-01T19:30:40.797Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.063Z"
+ "updatedAt": "2025-12-01T19:30:40.797Z"
}
}
},
@@ -2867,13 +2867,13 @@
},
"e6a344d226f71ec9d74b139ad033dcf67bc7845e173faafb769737d5a53e20e0": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.069Z"
+ "updatedAt": "2025-12-01T19:30:40.802Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.070Z"
+ "updatedAt": "2025-12-01T19:30:40.803Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.070Z"
+ "updatedAt": "2025-12-01T19:30:40.804Z"
}
}
},
@@ -2913,13 +2913,13 @@
},
"9242b786b93718623d525ba9255744e28d36cba2b1a87db50bc7d4c700693c27": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.098Z"
+ "updatedAt": "2025-12-01T19:30:40.826Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.099Z"
+ "updatedAt": "2025-12-01T19:30:40.826Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.100Z"
+ "updatedAt": "2025-12-01T19:30:40.827Z"
}
}
},
@@ -2937,13 +2937,13 @@
},
"1b5192704d8c87b7157e3ffb37e67740bf4db60592047855671eaa0de99fce67": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.064Z"
+ "updatedAt": "2025-12-01T19:30:40.798Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.067Z"
+ "updatedAt": "2025-12-01T19:30:40.801Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.068Z"
+ "updatedAt": "2025-12-01T19:30:40.801Z"
}
}
},
@@ -2961,13 +2961,13 @@
},
"7df72a5c83b1558be5c0fa2deec46e528d5f4d2df119cca457c97ad94568dafd": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.062Z"
+ "updatedAt": "2025-12-01T19:30:40.796Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.063Z"
+ "updatedAt": "2025-12-01T19:30:40.797Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.064Z"
+ "updatedAt": "2025-12-01T19:30:40.798Z"
}
}
},
@@ -2996,13 +2996,13 @@
},
"e71844c012c9eba781ce344458c88e183151a3faef835f82596821c65ff82f74": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.061Z"
+ "updatedAt": "2025-12-01T19:30:40.791Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.064Z"
+ "updatedAt": "2025-12-01T19:30:40.798Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.065Z"
+ "updatedAt": "2025-12-01T19:30:40.799Z"
}
}
},
@@ -3020,13 +3020,13 @@
},
"4ba815c35fc1d6ae05c075a25e63c14bb4f99030f6269e2e624b6a6cf7b40e43": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.057Z"
+ "updatedAt": "2025-12-01T19:30:40.789Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.058Z"
+ "updatedAt": "2025-12-01T19:30:40.790Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.059Z"
+ "updatedAt": "2025-12-01T19:30:40.790Z"
}
}
},
@@ -3055,13 +3055,13 @@
},
"eb20f767427fb4ce5134a35c35949a707ee0443db110d0b9778a731d5cfc0e82": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.060Z"
+ "updatedAt": "2025-12-01T19:30:40.791Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.066Z"
+ "updatedAt": "2025-12-01T19:30:40.800Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.067Z"
+ "updatedAt": "2025-12-01T19:30:40.801Z"
}
}
},
@@ -3134,13 +3134,13 @@
},
"29fb23315f9e3215bfc4ac804995debfba1c795e84d34ac0d94521da01f6415b": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.227Z"
+ "updatedAt": "2025-12-01T19:30:40.768Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.227Z"
+ "updatedAt": "2025-12-01T19:30:40.781Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.228Z"
+ "updatedAt": "2025-12-01T19:30:40.782Z"
}
}
},
@@ -3188,6 +3188,17 @@
"zh": {
"updatedAt": "2025-11-25T21:48:46.644Z"
}
+ },
+ "77be2a5e52372aa55bb8431cc285ed658da52314aa3f6173fc42f76524dba55f": {
+ "zh": {
+ "updatedAt": "2025-12-01T19:30:40.775Z"
+ },
+ "es": {
+ "updatedAt": "2025-12-01T19:30:40.780Z"
+ },
+ "fr": {
+ "updatedAt": "2025-12-01T19:30:40.787Z"
+ }
}
},
"2f763384613f64463de3390f45e770ca871fe8c629809609a66a4f407ef6f8dd": {
@@ -3215,13 +3226,13 @@
},
"f2d2eba18f2d99a846a22e37f08013200d0d53bea29eed47e8ab65c63ea495d2": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.062Z"
+ "updatedAt": "2025-12-01T19:30:40.792Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.066Z"
+ "updatedAt": "2025-12-01T19:30:40.800Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.068Z"
+ "updatedAt": "2025-12-01T19:30:40.802Z"
}
}
},
@@ -3283,13 +3294,13 @@
},
"4b73e5b999837e785d4851e9a4713727aa81fdcf0df3810ce0200908c539c2e8": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.056Z"
+ "updatedAt": "2025-12-01T19:30:40.788Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.057Z"
+ "updatedAt": "2025-12-01T19:30:40.788Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.057Z"
+ "updatedAt": "2025-12-01T19:30:40.789Z"
}
}
},
@@ -3340,13 +3351,13 @@
},
"a1bd07d382165778edcabffa3686ed892ef439380ca48b8aebf9e4d4ec2cde92": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.071Z"
+ "updatedAt": "2025-12-01T19:30:40.804Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.072Z"
+ "updatedAt": "2025-12-01T19:30:40.805Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.074Z"
+ "updatedAt": "2025-12-01T19:30:40.806Z"
}
}
},
@@ -3408,13 +3419,13 @@
},
"acfd1336dcf680d032b0ef84cf77a43470b1dde210f0b38a1b958b5a1ee42592": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.054Z"
+ "updatedAt": "2025-12-01T19:30:40.766Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.055Z"
+ "updatedAt": "2025-12-01T19:30:40.767Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.056Z"
+ "updatedAt": "2025-12-01T19:30:40.768Z"
}
}
},
@@ -3465,13 +3476,13 @@
},
"6904efa9c49c5b4226e88b8dce7fa07fdf6e73618779f51eb37c002b666e5586": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.072Z"
+ "updatedAt": "2025-12-01T19:30:40.805Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.073Z"
+ "updatedAt": "2025-12-01T19:30:40.806Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.073Z"
+ "updatedAt": "2025-12-01T19:30:40.806Z"
}
}
},
@@ -3500,13 +3511,13 @@
},
"239feca6504164e8bcbd82b2524a752018ed7a39e7c99c5bd82283b05ad42419": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.111Z"
+ "updatedAt": "2025-12-01T19:30:40.838Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.113Z"
+ "updatedAt": "2025-12-01T19:30:40.840Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.116Z"
+ "updatedAt": "2025-12-01T19:30:40.843Z"
}
}
},
@@ -3535,13 +3546,13 @@
},
"6b6eb89e73eae4cff9d6413f91f2f4ce27e6b47013fb676bde0cdced959047d5": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.086Z"
+ "updatedAt": "2025-12-01T19:30:40.815Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.086Z"
+ "updatedAt": "2025-12-01T19:30:40.816Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.087Z"
+ "updatedAt": "2025-12-01T19:30:40.816Z"
}
}
},
@@ -3581,13 +3592,13 @@
},
"2142b34f605ba6b02fc694f8930d1d6a0068a69bd4e2f55d94bb3b33512bc21b": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.103Z"
+ "updatedAt": "2025-12-01T19:30:40.829Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.103Z"
+ "updatedAt": "2025-12-01T19:30:40.830Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.103Z"
+ "updatedAt": "2025-12-01T19:30:40.829Z"
}
}
},
@@ -3605,13 +3616,13 @@
},
"9b746c5834165dc199fdd794e1657e4116749bcc2ce014fa6bc5e7a59751e5e0": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.080Z"
+ "updatedAt": "2025-12-01T19:30:40.812Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.081Z"
+ "updatedAt": "2025-12-01T19:30:40.812Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.081Z"
+ "updatedAt": "2025-12-01T19:30:40.813Z"
}
}
},
@@ -3640,13 +3651,13 @@
},
"1579230cd266b076718d44b00c6f2b14c604bd1468d47abd65c5b3f284ee238b": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.085Z"
+ "updatedAt": "2025-12-01T19:30:40.815Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.086Z"
+ "updatedAt": "2025-12-01T19:30:40.815Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.089Z"
+ "updatedAt": "2025-12-01T19:30:40.819Z"
}
}
},
@@ -3664,13 +3675,13 @@
},
"84e1f1ee89d0e933d7883bd51c19cc1497abc66ebb4cfc68cb7f690d71de87f5": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.092Z"
+ "updatedAt": "2025-12-01T19:30:40.822Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.093Z"
+ "updatedAt": "2025-12-01T19:30:40.822Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.093Z"
+ "updatedAt": "2025-12-01T19:30:40.822Z"
}
}
},
@@ -3699,13 +3710,13 @@
},
"b0fc3fe18db44f5d5e3138970ce56042937cae027c36a20826e5e83b18448c2c": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.085Z"
+ "updatedAt": "2025-12-01T19:30:40.814Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.091Z"
+ "updatedAt": "2025-12-01T19:30:40.821Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.094Z"
+ "updatedAt": "2025-12-01T19:30:40.823Z"
}
}
},
@@ -3734,13 +3745,13 @@
},
"f6377bf2dbd5497b12e74eecdf1c1400c517c2aec35e1ac91f461cd4769214b4": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.114Z"
+ "updatedAt": "2025-12-01T19:30:40.841Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.123Z"
+ "updatedAt": "2025-12-01T19:30:40.852Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.124Z"
+ "updatedAt": "2025-12-01T19:30:40.853Z"
}
}
},
@@ -3769,13 +3780,13 @@
},
"bc8397cc9a6ce325952185bd403e7322c795c94318958e9c38b0cbea30872f53": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.084Z"
+ "updatedAt": "2025-12-01T19:30:40.814Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.087Z"
+ "updatedAt": "2025-12-01T19:30:40.817Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.092Z"
+ "updatedAt": "2025-12-01T19:30:40.821Z"
}
}
},
@@ -3793,13 +3804,13 @@
},
"53d7697aa5f590afda9685f76f9b36753da2903b860d4c937c9a58e10cac4877": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.085Z"
+ "updatedAt": "2025-12-01T19:30:40.814Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.088Z"
+ "updatedAt": "2025-12-01T19:30:40.818Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.094Z"
+ "updatedAt": "2025-12-01T19:30:40.823Z"
}
}
},
@@ -3828,13 +3839,13 @@
},
"6065a4c2de7e7a039acb75fd86ac55270b68e0a1c50cce78c38218d7e17332be": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.107Z"
+ "updatedAt": "2025-12-01T19:30:40.833Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.122Z"
+ "updatedAt": "2025-12-01T19:30:40.851Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.120Z"
+ "updatedAt": "2025-12-01T19:30:40.850Z"
}
}
},
@@ -3874,13 +3885,13 @@
},
"58530194580e1f232e86282b69ce2eca0690f31f7c0d6cace4af03fc68418734": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.051Z"
+ "updatedAt": "2025-12-01T19:30:40.811Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.053Z"
+ "updatedAt": "2025-12-01T19:30:40.811Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.053Z"
+ "updatedAt": "2025-12-01T19:30:40.812Z"
}
}
},
@@ -3898,13 +3909,13 @@
},
"fa529df5efd3bbc04a1b2491b1b102472a547fa0543ac8eb62229ff695e1e2b8": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.084Z"
+ "updatedAt": "2025-12-01T19:30:40.813Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.084Z"
+ "updatedAt": "2025-12-01T19:30:40.814Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.090Z"
+ "updatedAt": "2025-12-01T19:30:40.820Z"
}
}
},
@@ -3933,13 +3944,13 @@
},
"7af7098ed0591bb1b52aeda833b7c793c648c594ddc27001cc458732beb61d42": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.087Z"
+ "updatedAt": "2025-12-01T19:30:40.816Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.088Z"
+ "updatedAt": "2025-12-01T19:30:40.817Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.091Z"
+ "updatedAt": "2025-12-01T19:30:40.820Z"
}
}
},
@@ -3968,13 +3979,13 @@
},
"ff6db2e1d92370a81059bfc2de4d5a8e1f57d0325aba414f0579b5874c2f211c": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.113Z"
+ "updatedAt": "2025-12-01T19:30:40.840Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.122Z"
+ "updatedAt": "2025-12-01T19:30:40.851Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.121Z"
+ "updatedAt": "2025-12-01T19:30:40.850Z"
}
}
},
@@ -4003,13 +4014,13 @@
},
"d6a5a6940e86056dceb450ae7e7d83a0ff1ae53e967a7386f2ee6e1a51cb1919": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.112Z"
+ "updatedAt": "2025-12-01T19:30:40.838Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.112Z"
+ "updatedAt": "2025-12-01T19:30:40.840Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.124Z"
+ "updatedAt": "2025-12-01T19:30:40.852Z"
}
}
},
@@ -4049,13 +4060,13 @@
},
"7b5e31679e6dc64290dcbaf7ebdc38d509f113fac1106932fc5c382eae0f70f2": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.097Z"
+ "updatedAt": "2025-12-01T19:30:40.825Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.098Z"
+ "updatedAt": "2025-12-01T19:30:40.826Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.101Z"
+ "updatedAt": "2025-12-01T19:30:40.828Z"
}
}
},
@@ -4117,13 +4128,13 @@
},
"eb41c43939f88bd3938929ecf1ed929135f2aa5ad83f4775c2d2a29f1c9da37c": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.101Z"
+ "updatedAt": "2025-12-01T19:30:40.828Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.102Z"
+ "updatedAt": "2025-12-01T19:30:40.829Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.102Z"
+ "updatedAt": "2025-12-01T19:30:40.829Z"
}
}
},
@@ -4174,13 +4185,13 @@
},
"15dcc5bf8fe3a6cc2d7be853f5ea3001fbd0a4390995b0d89c4688a863d93554": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.099Z"
+ "updatedAt": "2025-12-01T19:30:40.827Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.100Z"
+ "updatedAt": "2025-12-01T19:30:40.827Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.101Z"
+ "updatedAt": "2025-12-01T19:30:40.828Z"
}
}
},
@@ -4209,13 +4220,13 @@
},
"4b669eac3d8af5dba744f7619f5f1d7a71791df3e93cb61cdd5f4efa1a49e7a8": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.089Z"
+ "updatedAt": "2025-12-01T19:30:40.818Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.090Z"
+ "updatedAt": "2025-12-01T19:30:40.819Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.093Z"
+ "updatedAt": "2025-12-01T19:30:40.822Z"
}
}
},
@@ -4255,13 +4266,13 @@
},
"a36886f4bb4adc67e3f0f6784b450b2375adaa18049fbf2130e009b7e3e6b136": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.091Z"
+ "updatedAt": "2025-12-01T19:30:40.820Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.119Z"
+ "updatedAt": "2025-12-01T19:30:40.849Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.092Z"
+ "updatedAt": "2025-12-01T19:30:40.821Z"
}
}
},
@@ -4301,13 +4312,13 @@
},
"3d8750f3f03847c95da6a8d5db91c3f2794f77900d3f5bbdb91dac2adf0a13e6": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.082Z"
+ "updatedAt": "2025-12-01T19:30:40.831Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.082Z"
+ "updatedAt": "2025-12-01T19:30:40.831Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.083Z"
+ "updatedAt": "2025-12-01T19:30:40.832Z"
}
}
},
@@ -4336,13 +4347,13 @@
},
"daac240f9481ada70f4ab82196cb275ec718d8c2d714eb60b5c567634c3e725a": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.146Z"
+ "updatedAt": "2025-12-01T19:30:40.865Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.188Z"
+ "updatedAt": "2025-12-01T19:30:40.903Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.189Z"
+ "updatedAt": "2025-12-01T19:30:40.904Z"
}
}
},
@@ -4382,13 +4393,13 @@
},
"5f164293a7b7d857847dd6724df827abe1235b34e02d3b3ff596ad6884d30fda": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.136Z"
+ "updatedAt": "2025-12-01T19:30:40.859Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.151Z"
+ "updatedAt": "2025-12-01T19:30:40.870Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.155Z"
+ "updatedAt": "2025-12-01T19:30:40.873Z"
}
}
},
@@ -4417,13 +4428,13 @@
},
"c0ecdfc77f161f9ec951eeea61e89d87be13c8dcbf63cc28240bc8e495f7e7f4": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.106Z"
+ "updatedAt": "2025-12-01T19:30:40.832Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.108Z"
+ "updatedAt": "2025-12-01T19:30:40.834Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.119Z"
+ "updatedAt": "2025-12-01T19:30:40.849Z"
}
}
},
@@ -4465,13 +4476,13 @@
},
"b40c60718a227589b2b21319224942654b402d349ebeb430217cefce50203dd1": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.111Z"
+ "updatedAt": "2025-12-01T19:30:40.838Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.118Z"
+ "updatedAt": "2025-12-01T19:30:40.847Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.118Z"
+ "updatedAt": "2025-12-01T19:30:40.848Z"
}
}
},
@@ -4500,13 +4511,13 @@
},
"1c0a8202856d2630d58fdd9440e8b59dc16e2e0d0df716f94c1c61506b0abf73": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.111Z"
+ "updatedAt": "2025-12-01T19:30:40.837Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.113Z"
+ "updatedAt": "2025-12-01T19:30:40.840Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.117Z"
+ "updatedAt": "2025-12-01T19:30:40.845Z"
}
}
},
@@ -4535,13 +4546,13 @@
},
"2a0f0b7a4c2e97c104841a7ca775cb7ea2d904d3c58797b4df16f21bed656cbf": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.147Z"
+ "updatedAt": "2025-12-01T19:30:40.867Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.148Z"
+ "updatedAt": "2025-12-01T19:30:40.868Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.151Z"
+ "updatedAt": "2025-12-01T19:30:40.870Z"
}
}
},
@@ -4570,13 +4581,13 @@
},
"cc2a087cfe19f368db8940e1369be0e2b08997d401eb3bafcb63ce4b0c545328": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.110Z"
+ "updatedAt": "2025-12-01T19:30:40.836Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.115Z"
+ "updatedAt": "2025-12-01T19:30:40.842Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.114Z"
+ "updatedAt": "2025-12-01T19:30:40.841Z"
}
}
},
@@ -4616,13 +4627,13 @@
},
"1e5e24c5831011296eb0d6e6dbb9c228554eb4545d985aa2aabfa4b2eb8010b6": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.148Z"
+ "updatedAt": "2025-12-01T19:30:40.867Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.153Z"
+ "updatedAt": "2025-12-01T19:30:40.872Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.155Z"
+ "updatedAt": "2025-12-01T19:30:40.873Z"
}
}
},
@@ -4662,13 +4673,13 @@
},
"2202aa02e9ae341447ee588b80ce34cf38f9e450be559627fb28845418cd4906": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.153Z"
+ "updatedAt": "2025-12-01T19:30:40.871Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.150Z"
+ "updatedAt": "2025-12-01T19:30:40.869Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.156Z"
+ "updatedAt": "2025-12-01T19:30:40.874Z"
}
}
},
@@ -4697,13 +4708,13 @@
},
"8b3eb4d91a03437fdb577ff828b7858bed1d4efbac277fcc00b6de4d73556b7a": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.116Z"
+ "updatedAt": "2025-12-01T19:30:40.843Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.118Z"
+ "updatedAt": "2025-12-01T19:30:40.848Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.123Z"
+ "updatedAt": "2025-12-01T19:30:40.852Z"
}
}
},
@@ -4732,13 +4743,13 @@
},
"717ba6ec955149d36b641a29e243d1a562bc0a4a45246ea8f00e97a12de033a2": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.148Z"
+ "updatedAt": "2025-12-01T19:30:40.868Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.157Z"
+ "updatedAt": "2025-12-01T19:30:40.875Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.157Z"
+ "updatedAt": "2025-12-01T19:30:40.876Z"
}
}
},
@@ -4778,13 +4789,13 @@
},
"4933445bff862f003961a7d56f1c800fc218b7e831b9c7182f9698938ea39796": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.125Z"
+ "updatedAt": "2025-12-01T19:30:40.853Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.126Z"
+ "updatedAt": "2025-12-01T19:30:40.854Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.127Z"
+ "updatedAt": "2025-12-01T19:30:40.855Z"
}
}
},
@@ -4813,13 +4824,13 @@
},
"490447ff6751bd36032615f87abdbbf88d8fbe2abb4e3a562a822148c6c24722": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.109Z"
+ "updatedAt": "2025-12-01T19:30:40.835Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.115Z"
+ "updatedAt": "2025-12-01T19:30:40.843Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.116Z"
+ "updatedAt": "2025-12-01T19:30:40.844Z"
}
}
},
@@ -4848,13 +4859,13 @@
},
"9e6bd9dddc84ee56ab61dd51d66778954d94835fa02e115422354fbc956a4a8d": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.107Z"
+ "updatedAt": "2025-12-01T19:30:40.833Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.107Z"
+ "updatedAt": "2025-12-01T19:30:40.833Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.114Z"
+ "updatedAt": "2025-12-01T19:30:40.842Z"
}
}
},
@@ -4894,13 +4905,13 @@
},
"ce6876fe5f22e2c6437a4d497bad2b008231a76eb534358aeec83c667205144a": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.129Z"
+ "updatedAt": "2025-12-01T19:30:40.856Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.129Z"
+ "updatedAt": "2025-12-01T19:30:40.856Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.130Z"
+ "updatedAt": "2025-12-01T19:30:40.857Z"
}
}
},
@@ -4929,13 +4940,13 @@
},
"f3c2f45fd08c00d6549d66c81c11f1b2851ec3db49e4c254e5b05f87b192bfa8": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.109Z"
+ "updatedAt": "2025-12-01T19:30:40.835Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.117Z"
+ "updatedAt": "2025-12-01T19:30:40.846Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.121Z"
+ "updatedAt": "2025-12-01T19:30:40.851Z"
}
}
},
@@ -4975,13 +4986,13 @@
},
"b256b87b867d66b2e8ce15ea04a50b663764eaa4205962c11ff9132e72c4daee": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.128Z"
+ "updatedAt": "2025-12-01T19:30:40.855Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.128Z"
+ "updatedAt": "2025-12-01T19:30:40.855Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.128Z"
+ "updatedAt": "2025-12-01T19:30:40.856Z"
}
}
},
@@ -5021,13 +5032,13 @@
},
"ecf8a04b3e44574002cf2d4e9de7760b9f518ea76315815e9bba74ebf4f3e229": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.125Z"
+ "updatedAt": "2025-12-01T19:30:40.853Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.126Z"
+ "updatedAt": "2025-12-01T19:30:40.854Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.127Z"
+ "updatedAt": "2025-12-01T19:30:40.855Z"
}
}
},
@@ -5056,13 +5067,13 @@
},
"f8b9a9d106b121e6ddbc9bb70445ad03bea3db43afdce8ba3db21e5f8bb27def": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.110Z"
+ "updatedAt": "2025-12-01T19:30:40.836Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.117Z"
+ "updatedAt": "2025-12-01T19:30:40.846Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.120Z"
+ "updatedAt": "2025-12-01T19:30:40.850Z"
}
}
},
@@ -5121,18 +5132,29 @@
"fr": {
"updatedAt": "2025-12-01T18:36:44.213Z"
}
+ },
+ "3e2d6ff2afcf96170a7f4d1fc6193149a9d669eeef11ad753364bb0f5f1d6b66": {
+ "fr": {
+ "updatedAt": "2025-12-01T19:30:40.937Z"
+ },
+ "es": {
+ "updatedAt": "2025-12-01T19:30:40.969Z"
+ },
+ "zh": {
+ "updatedAt": "2025-12-01T19:30:40.969Z"
+ }
}
},
"53c3b9e499ef5bd5e368aa05a9a2484ab2e83e086a848e4dc65f744f4303c18f": {
"fc7569e7101cf497720e212cf9526dfda81c1a7301c1866a84396fb6339961ed": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.217Z"
+ "updatedAt": "2025-12-01T19:30:40.932Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.218Z"
+ "updatedAt": "2025-12-01T19:30:40.933Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.218Z"
+ "updatedAt": "2025-12-01T19:30:40.933Z"
}
}
},
@@ -5161,13 +5183,13 @@
},
"9aae22f3f7200ef0bfedfcf0f68534a5899dfeca3533861b826b08df4f7c4601": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.139Z"
+ "updatedAt": "2025-12-01T19:30:40.861Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.140Z"
+ "updatedAt": "2025-12-01T19:30:40.862Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.136Z"
+ "updatedAt": "2025-12-01T19:30:40.858Z"
}
}
},
@@ -5196,13 +5218,13 @@
},
"0228942914d7754379a163a3e9fd8dbd1c314df31b406d2df877d274d0fb8282": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.148Z"
+ "updatedAt": "2025-12-01T19:30:40.867Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.155Z"
+ "updatedAt": "2025-12-01T19:30:40.873Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.158Z"
+ "updatedAt": "2025-12-01T19:30:40.877Z"
}
}
},
@@ -5231,13 +5253,13 @@
},
"fa3c99c7b63408c3050a1074fce5edf8c4b0f834acd9219844bb6b030cfb03fd": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.183Z"
+ "updatedAt": "2025-12-01T19:30:40.899Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.184Z"
+ "updatedAt": "2025-12-01T19:30:40.900Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.193Z"
+ "updatedAt": "2025-12-01T19:30:40.908Z"
}
}
},
@@ -5266,13 +5288,13 @@
},
"adbe9541002b1646c97b2808c84189ee9f023c72ad021051e865d9d5ef268ec9": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.139Z"
+ "updatedAt": "2025-12-01T19:30:40.860Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.141Z"
+ "updatedAt": "2025-12-01T19:30:40.863Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.150Z"
+ "updatedAt": "2025-12-01T19:30:40.869Z"
}
}
},
@@ -5334,13 +5356,13 @@
},
"2702dc29268a55216eb689e28babe1a4e0ec75fdf1c5bc35380277b1324fac22": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.164Z"
+ "updatedAt": "2025-12-01T19:30:40.885Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.166Z"
+ "updatedAt": "2025-12-01T19:30:40.886Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.166Z"
+ "updatedAt": "2025-12-01T19:30:40.886Z"
}
}
},
@@ -5369,13 +5391,13 @@
},
"79ce9a01a754dff7caa2815c273adb26f9fa5e7a21f6e8e07fc94d1f85cdba74": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.173Z"
+ "updatedAt": "2025-12-01T19:30:40.890Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.181Z"
+ "updatedAt": "2025-12-01T19:30:40.898Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.193Z"
+ "updatedAt": "2025-12-01T19:30:40.907Z"
}
}
},
@@ -5404,13 +5426,13 @@
},
"cb332adcfe09bedb087e499ecf60d6a233e8053ca49c78bb30ca1add261b4ea8": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.174Z"
+ "updatedAt": "2025-12-01T19:30:40.891Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.180Z"
+ "updatedAt": "2025-12-01T19:30:40.897Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.190Z"
+ "updatedAt": "2025-12-01T19:30:40.904Z"
}
}
},
@@ -5439,13 +5461,13 @@
},
"0d47285825c7ae55984e6f9c3d7528dd673f95650add2cbb567f8c29315f01d5": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.140Z"
+ "updatedAt": "2025-12-01T19:30:40.861Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.147Z"
+ "updatedAt": "2025-12-01T19:30:40.866Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.154Z"
+ "updatedAt": "2025-12-01T19:30:40.872Z"
}
}
},
@@ -5474,13 +5496,13 @@
},
"9277c5d065b05d3f338e148bb8b9a7359baa986e51127a488155faacbc3c3a72": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.173Z"
+ "updatedAt": "2025-12-01T19:30:40.891Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.177Z"
+ "updatedAt": "2025-12-01T19:30:40.894Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.192Z"
+ "updatedAt": "2025-12-01T19:30:40.906Z"
}
}
},
@@ -5520,13 +5542,13 @@
},
"c957730742bfb92e2dc7fb525f717a4437abf5f9440efbbac1db614a1b98a392": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.159Z"
+ "updatedAt": "2025-12-01T19:30:40.878Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.161Z"
+ "updatedAt": "2025-12-01T19:30:40.879Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.162Z"
+ "updatedAt": "2025-12-01T19:30:40.884Z"
}
}
},
@@ -5555,13 +5577,13 @@
},
"ede4781ac253b215e63e85bc6df9f6b663c66406f6357aa7af4eeffb8d1a98cf": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.183Z"
+ "updatedAt": "2025-12-01T19:30:40.899Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.186Z"
+ "updatedAt": "2025-12-01T19:30:40.901Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.192Z"
+ "updatedAt": "2025-12-01T19:30:40.907Z"
}
}
},
@@ -5590,13 +5612,13 @@
},
"077aa8e71ac9b1ad9784f1fdb2f0f2272d89aef4e499c387a943a032aa224732": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.142Z"
+ "updatedAt": "2025-12-01T19:30:40.864Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.152Z"
+ "updatedAt": "2025-12-01T19:30:40.870Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.157Z"
+ "updatedAt": "2025-12-01T19:30:40.876Z"
}
}
},
@@ -5625,13 +5647,13 @@
},
"da016517371e5e7db181469b550eca247e51f3bf4b86713715fc068a333414c0": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.144Z"
+ "updatedAt": "2025-12-01T19:30:40.864Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.146Z"
+ "updatedAt": "2025-12-01T19:30:40.865Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.149Z"
+ "updatedAt": "2025-12-01T19:30:40.869Z"
}
}
},
@@ -5660,13 +5682,13 @@
},
"09e6faacedcffff953e51c59a6092cbbe84f4d0578d592bc9decaa2ea769e610": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.140Z"
+ "updatedAt": "2025-12-01T19:30:40.861Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.153Z"
+ "updatedAt": "2025-12-01T19:30:40.871Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.156Z"
+ "updatedAt": "2025-12-01T19:30:40.874Z"
}
}
},
@@ -5695,13 +5717,13 @@
},
"920a037cf6ef3d11b598424d40e30e4fb7ed552c10735b7bd0019d1f3fec22ed": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.180Z"
+ "updatedAt": "2025-12-01T19:30:40.896Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.179Z"
+ "updatedAt": "2025-12-01T19:30:40.896Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.187Z"
+ "updatedAt": "2025-12-01T19:30:40.902Z"
}
}
},
@@ -5730,13 +5752,13 @@
},
"73e97e9550aca0ead247a8d29bb6dac2a50383ac82c0b2865048005b70d66c61": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.137Z"
+ "updatedAt": "2025-12-01T19:30:40.859Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.149Z"
+ "updatedAt": "2025-12-01T19:30:40.869Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.152Z"
+ "updatedAt": "2025-12-01T19:30:40.871Z"
}
}
},
@@ -5765,13 +5787,13 @@
},
"160f5f116c9fa308d3ec6a5259bbd3981661441ed3005e4cecde5805eb67d49f": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.141Z"
+ "updatedAt": "2025-12-01T19:30:40.863Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.141Z"
+ "updatedAt": "2025-12-01T19:30:40.863Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.146Z"
+ "updatedAt": "2025-12-01T19:30:40.866Z"
}
}
},
@@ -5811,13 +5833,13 @@
},
"3a6e4acbcd42d698efb48d6af496659276249a22773b9cb50fd36f7d928647d0": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.105Z"
+ "updatedAt": "2025-12-01T19:30:40.857Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.105Z"
+ "updatedAt": "2025-12-01T19:30:40.858Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.106Z"
+ "updatedAt": "2025-12-01T19:30:40.858Z"
}
}
},
@@ -5857,13 +5879,13 @@
},
"d5f72a1068546e50a8769f65162ffc337c9b76d937e24eaec2c75f7a648f9644": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.158Z"
+ "updatedAt": "2025-12-01T19:30:40.877Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.158Z"
+ "updatedAt": "2025-12-01T19:30:40.877Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.159Z"
+ "updatedAt": "2025-12-01T19:30:40.878Z"
}
}
},
@@ -5925,13 +5947,13 @@
},
"b2941acc9defbd3d9c3b300b73704cac0dd2fb86b77e667eb6cde4d0fa6c5495": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.160Z"
+ "updatedAt": "2025-12-01T19:30:40.878Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.160Z"
+ "updatedAt": "2025-12-01T19:30:40.879Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.161Z"
+ "updatedAt": "2025-12-01T19:30:40.879Z"
}
}
},
@@ -5971,13 +5993,13 @@
},
"8eb623e940a3abc55e0cc140c54772a2a4b80f55ad501dc7ccd26ebad8a88170": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.167Z"
+ "updatedAt": "2025-12-01T19:30:40.888Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.168Z"
+ "updatedAt": "2025-12-01T19:30:40.889Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.170Z"
+ "updatedAt": "2025-12-01T19:30:40.889Z"
}
}
},
@@ -6030,39 +6052,39 @@
},
"acfaa578e31469bba912c816947b7f178d4832f82c00d05c3e244edd94887e39": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.241Z"
+ "updatedAt": "2025-12-01T19:30:40.951Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.242Z"
+ "updatedAt": "2025-12-01T19:30:40.953Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.244Z"
+ "updatedAt": "2025-12-01T19:30:40.959Z"
}
}
},
"d94f062276e8ad0d42732979d06ce717dd7311616fe48748e00dba55829e49e7": {
"38383b08735a5cb0e05fd23251b27a3ee86198c1e15186670fc6283782cd16ac": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.223Z"
+ "updatedAt": "2025-12-01T19:30:40.934Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.224Z"
+ "updatedAt": "2025-12-01T19:30:40.935Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.223Z"
+ "updatedAt": "2025-12-01T19:30:40.934Z"
}
}
},
"b75acb2803501aae1bc445e5c4671f7a1cb79a55d21e1658ded84494ddd40dd7": {
"2d3ea0369c9e0a1cae4d532293d6570f21f57b514c73f999de5c56c3a56fa419": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.225Z"
+ "updatedAt": "2025-12-01T19:30:40.935Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.225Z"
+ "updatedAt": "2025-12-01T19:30:40.935Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.225Z"
+ "updatedAt": "2025-12-01T19:30:40.936Z"
}
}
},
@@ -6091,13 +6113,13 @@
},
"70ae68e58bd169fcaad5883e12866d9623dd08aeda647b33d080900e63da30ae": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.199Z"
+ "updatedAt": "2025-12-01T19:30:40.916Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.178Z"
+ "updatedAt": "2025-12-01T19:30:40.918Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.191Z"
+ "updatedAt": "2025-12-01T19:30:40.926Z"
}
}
},
@@ -6126,13 +6148,13 @@
},
"abd558ca5dff83fea0f652890cb390fbf5a7818d903e464a8407cbac75b6926b": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.201Z"
+ "updatedAt": "2025-12-01T19:30:40.918Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.204Z"
+ "updatedAt": "2025-12-01T19:30:40.920Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.209Z"
+ "updatedAt": "2025-12-01T19:30:40.927Z"
}
}
},
@@ -6150,13 +6172,13 @@
},
"14c735b1f5d231158fc82ee047c2c33adf31bf94b27796f516f1287a5bcec0be": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.170Z"
+ "updatedAt": "2025-12-01T19:30:40.913Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.172Z"
+ "updatedAt": "2025-12-01T19:30:40.914Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.171Z"
+ "updatedAt": "2025-12-01T19:30:40.914Z"
}
}
},
@@ -6185,13 +6207,13 @@
},
"6b0824d08f834f9a5d538b3b8632f9b239036b14491d42acebef6408dc7ec637": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.175Z"
+ "updatedAt": "2025-12-01T19:30:40.892Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.182Z"
+ "updatedAt": "2025-12-01T19:30:40.898Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.193Z"
+ "updatedAt": "2025-12-01T19:30:40.907Z"
}
}
},
@@ -6220,13 +6242,13 @@
},
"69541fe204b62627117cad380d521083fbbbf9f2aa883d6f7c32d9483e435d8a": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.182Z"
+ "updatedAt": "2025-12-01T19:30:40.899Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.188Z"
+ "updatedAt": "2025-12-01T19:30:40.903Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.190Z"
+ "updatedAt": "2025-12-01T19:30:40.904Z"
}
}
},
@@ -6266,13 +6288,13 @@
},
"a579b00d949d1eb971a0e0020a4684cc68ba269d7c6744518b1e9d92ca3b0d2e": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.213Z"
+ "updatedAt": "2025-12-01T19:30:40.929Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.214Z"
+ "updatedAt": "2025-12-01T19:30:40.929Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.214Z"
+ "updatedAt": "2025-12-01T19:30:40.929Z"
}
}
},
@@ -6301,13 +6323,13 @@
},
"be04206c1c53f3a25f69fae280dd277b9bde36158b2e9b21967acc980f632e3e": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.186Z"
+ "updatedAt": "2025-12-01T19:30:40.902Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.191Z"
+ "updatedAt": "2025-12-01T19:30:40.906Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.192Z"
+ "updatedAt": "2025-12-01T19:30:40.906Z"
}
}
},
@@ -6336,13 +6358,13 @@
},
"072b9eebedb71c24eff9121c4c3df35b97b1ed50e4d085469528c9d2de05859f": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.173Z"
+ "updatedAt": "2025-12-01T19:30:40.890Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.184Z"
+ "updatedAt": "2025-12-01T19:30:40.900Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.185Z"
+ "updatedAt": "2025-12-01T19:30:40.900Z"
}
}
},
@@ -6371,13 +6393,13 @@
},
"60410e8de452c7da325a02a1b113b5f41efda66701da3ba2c1c778a5bfcf1c6b": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.172Z"
+ "updatedAt": "2025-12-01T19:30:40.889Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.175Z"
+ "updatedAt": "2025-12-01T19:30:40.893Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.177Z"
+ "updatedAt": "2025-12-01T19:30:40.894Z"
}
}
},
@@ -6406,13 +6428,13 @@
},
"dde578357b2aa8dc9ec91b7416fd9f8749254ddcf457dc7de9da32aa6e56b9c8": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.185Z"
+ "updatedAt": "2025-12-01T19:30:40.901Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.187Z"
+ "updatedAt": "2025-12-01T19:30:40.902Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.187Z"
+ "updatedAt": "2025-12-01T19:30:40.902Z"
}
}
},
@@ -6441,13 +6463,13 @@
},
"d17d77e9a77034275d7299a408936de7d84a9217ba3d17dc5229aa6378688f5b": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.178Z"
+ "updatedAt": "2025-12-01T19:30:40.895Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.174Z"
+ "updatedAt": "2025-12-01T19:30:40.891Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.184Z"
+ "updatedAt": "2025-12-01T19:30:40.900Z"
}
}
},
@@ -6487,13 +6509,13 @@
},
"0fc1c97ac1271e56711c24a8e174f746e5aba365ae68c766dfc386de28b68758": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.194Z"
+ "updatedAt": "2025-12-01T19:30:40.908Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.194Z"
+ "updatedAt": "2025-12-01T19:30:40.909Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.194Z"
+ "updatedAt": "2025-12-01T19:30:40.909Z"
}
}
},
@@ -6522,13 +6544,13 @@
},
"61916a309506445f20e4979e2a04f18a825fc867a7af92e1e9f217840401ff61": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.181Z"
+ "updatedAt": "2025-12-01T19:30:40.898Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.189Z"
+ "updatedAt": "2025-12-01T19:30:40.903Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.191Z"
+ "updatedAt": "2025-12-01T19:30:40.905Z"
}
}
},
@@ -6557,13 +6579,13 @@
},
"2a73cd0326763c7348f44dc1cc2e1d20ce60a6c28804faf8200b562081183243": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.180Z"
+ "updatedAt": "2025-12-01T19:30:40.896Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.181Z"
+ "updatedAt": "2025-12-01T19:30:40.897Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.186Z"
+ "updatedAt": "2025-12-01T19:30:40.901Z"
}
}
},
@@ -6592,13 +6614,13 @@
},
"8868b228fc8a687b133035b70a0de2ce37b05bf402b2e01848c326ea1dea023f": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.176Z"
+ "updatedAt": "2025-12-01T19:30:40.893Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.179Z"
+ "updatedAt": "2025-12-01T19:30:40.895Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.190Z"
+ "updatedAt": "2025-12-01T19:30:40.905Z"
}
}
},
@@ -6638,13 +6660,13 @@
},
"bfac87d61aea2f8e15396ac217d71bbe13d58d2b1fb4788051f80b104c12dcfb": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.216Z"
+ "updatedAt": "2025-12-01T19:30:40.931Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.216Z"
+ "updatedAt": "2025-12-01T19:30:40.932Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.217Z"
+ "updatedAt": "2025-12-01T19:30:40.932Z"
}
}
},
@@ -6706,13 +6728,13 @@
},
"5008d1a3425b0c4ee959ccf61fcef8e8c18efd59ec14ab31165a388b5d9339e9": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.211Z"
+ "updatedAt": "2025-12-01T19:30:40.928Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.212Z"
+ "updatedAt": "2025-12-01T19:30:40.928Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.215Z"
+ "updatedAt": "2025-12-01T19:30:40.930Z"
}
}
},
@@ -6752,13 +6774,13 @@
},
"b45bae404e19ce4bf3d7eef53d482ed6ef014f4e3fa1a95ce29fa233498d3100": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.258Z"
+ "updatedAt": "2025-12-01T19:30:40.966Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.259Z"
+ "updatedAt": "2025-12-01T19:30:40.966Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.259Z"
+ "updatedAt": "2025-12-01T19:30:40.966Z"
}
}
},
@@ -6787,26 +6809,26 @@
},
"e5f66a275721a9cc17c973319dccecc1dac2ac8dee59f4ab039032125acac1a5": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.231Z"
+ "updatedAt": "2025-12-01T19:30:40.940Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.229Z"
+ "updatedAt": "2025-12-01T19:30:40.938Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.244Z"
+ "updatedAt": "2025-12-01T19:30:40.958Z"
}
}
},
"9f010ac20bb43e57e5a7e4090f5201d7cb2a2c159a75dcd9dc8c8fec762bdb2f": {
"ddf56b843c9eb02243bfeecfd91aaaa2ec31066e8332e46c84e6e2e13605c21f": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.218Z"
+ "updatedAt": "2025-12-01T19:30:40.933Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.222Z"
+ "updatedAt": "2025-12-01T19:30:40.934Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.222Z"
+ "updatedAt": "2025-12-01T19:30:40.934Z"
}
}
},
@@ -6883,13 +6905,13 @@
},
"ddeb7f2354190cbc31ab09c6f70e517fff11b85b0d95e50c7db0f94bb98f084b": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.237Z"
+ "updatedAt": "2025-12-01T19:30:40.946Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.240Z"
+ "updatedAt": "2025-12-01T19:30:40.951Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.248Z"
+ "updatedAt": "2025-12-01T19:30:40.963Z"
}
}
},
@@ -6918,13 +6940,13 @@
},
"f07a3c65b544b1b6c3631e472056dfd51f9fbc79e28fe7073271fa963f1355a2": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.199Z"
+ "updatedAt": "2025-12-01T19:30:40.916Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.205Z"
+ "updatedAt": "2025-12-01T19:30:40.921Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.210Z"
+ "updatedAt": "2025-12-01T19:30:40.928Z"
}
}
},
@@ -6953,13 +6975,13 @@
},
"9af3d645babdeca987fedca80aae0b76816b37e30bf3a25fc1db00ead3f1bca8": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.229Z"
+ "updatedAt": "2025-12-01T19:30:40.938Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.230Z"
+ "updatedAt": "2025-12-01T19:30:40.939Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.232Z"
+ "updatedAt": "2025-12-01T19:30:40.942Z"
}
}
},
@@ -6988,13 +7010,13 @@
},
"6958bd474f6a4553c34c8b0c0941dc296fda94522707820277c2a5d0c951d3d9": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.234Z"
+ "updatedAt": "2025-12-01T19:30:40.943Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.237Z"
+ "updatedAt": "2025-12-01T19:30:40.947Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.238Z"
+ "updatedAt": "2025-12-01T19:30:40.947Z"
}
}
},
@@ -7023,13 +7045,13 @@
},
"9a8eb49e54fa21c3ff613191e3d1b289989902d0fa2e4ba51397002c40e93870": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.240Z"
+ "updatedAt": "2025-12-01T19:30:40.950Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.247Z"
+ "updatedAt": "2025-12-01T19:30:40.962Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.248Z"
+ "updatedAt": "2025-12-01T19:30:40.963Z"
}
}
},
@@ -7058,13 +7080,13 @@
},
"1154edcbe3fdbda2eae42bc99ecc5bb63cae52c0474d507872da2f6dc8e7f297": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.243Z"
+ "updatedAt": "2025-12-01T19:30:40.954Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.239Z"
+ "updatedAt": "2025-12-01T19:30:40.949Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.246Z"
+ "updatedAt": "2025-12-01T19:30:40.961Z"
}
}
},
@@ -7117,13 +7139,13 @@
},
"0ea9b1d6e66497b1210bfe5724c2f7510c6e6d56377ada39d875c6fcfe0f87c8": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.242Z"
+ "updatedAt": "2025-12-01T19:30:40.952Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.243Z"
+ "updatedAt": "2025-12-01T19:30:40.953Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.247Z"
+ "updatedAt": "2025-12-01T19:30:40.962Z"
}
}
},
@@ -7141,13 +7163,13 @@
},
"a4977444f0f815bce050c7b0c40b95d2b90dad17b3590fe6a21f53bc81615877": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.198Z"
+ "updatedAt": "2025-12-01T19:30:40.915Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.204Z"
+ "updatedAt": "2025-12-01T19:30:40.920Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.208Z"
+ "updatedAt": "2025-12-01T19:30:40.925Z"
}
}
},
@@ -7165,13 +7187,13 @@
},
"431c7d877cd968680654f3ba3199018c65f3067f181556f6c17cb6fc23a09b95": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.203Z"
+ "updatedAt": "2025-12-01T19:30:40.920Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.207Z"
+ "updatedAt": "2025-12-01T19:30:40.922Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.207Z"
+ "updatedAt": "2025-12-01T19:30:40.924Z"
}
}
},
@@ -7189,13 +7211,13 @@
},
"6271866faf9d02d817186ae34b2d3eab2cf36cf06b76aef6099a4b150a1b7a29": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.207Z"
+ "updatedAt": "2025-12-01T19:30:40.923Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.208Z"
+ "updatedAt": "2025-12-01T19:30:40.925Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.208Z"
+ "updatedAt": "2025-12-01T19:30:40.926Z"
}
}
},
@@ -7213,13 +7235,13 @@
},
"2b5cfbd867ca905528ea813143cb7cd4d779ff3e6af7fc85478477cde375d7b4": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.200Z"
+ "updatedAt": "2025-12-01T19:30:40.917Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.200Z"
+ "updatedAt": "2025-12-01T19:30:40.917Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.206Z"
+ "updatedAt": "2025-12-01T19:30:40.921Z"
}
}
},
@@ -7237,13 +7259,13 @@
},
"81dc63a56ed47eb6d5074a9077653870c724bb93134e76ca204752ffda496a52": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.200Z"
+ "updatedAt": "2025-12-01T19:30:40.917Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.202Z"
+ "updatedAt": "2025-12-01T19:30:40.919Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.209Z"
+ "updatedAt": "2025-12-01T19:30:40.927Z"
}
}
},
@@ -7261,13 +7283,13 @@
},
"12bcbe0047512bda33bb98c07f650993bb355469a42885552917c1f1369c09a6": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.201Z"
+ "updatedAt": "2025-12-01T19:30:40.918Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.205Z"
+ "updatedAt": "2025-12-01T19:30:40.921Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.207Z"
+ "updatedAt": "2025-12-01T19:30:40.923Z"
}
}
},
@@ -7296,26 +7318,26 @@
},
"03347655354b5e353b408c7a4beb3218145489a16062547e3b6ae4ca52dab02f": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.201Z"
+ "updatedAt": "2025-12-01T19:30:40.919Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.206Z"
+ "updatedAt": "2025-12-01T19:30:40.921Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.206Z"
+ "updatedAt": "2025-12-01T19:30:40.922Z"
}
}
},
"dc269fa38a9f70dcc0dcdd446172ce680441082b0cba035e0d7d22453651fb4c": {
"841108bbf6e1733b36d68418b8096f6505ae3769ebe6bb0939b9862f7ee905ae": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.226Z"
+ "updatedAt": "2025-12-01T19:30:40.936Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.226Z"
+ "updatedAt": "2025-12-01T19:30:40.936Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.226Z"
+ "updatedAt": "2025-12-01T19:30:40.936Z"
}
}
},
@@ -7344,13 +7366,13 @@
},
"1a8ae0e522de475d50ceb2c3d930ab75e0a9c7cb448a33d5a9aafaa5717b2770": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.106Z"
+ "updatedAt": "2025-12-01T19:30:40.832Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.108Z"
+ "updatedAt": "2025-12-01T19:30:40.834Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.123Z"
+ "updatedAt": "2025-12-01T19:30:40.852Z"
}
}
},
@@ -7390,13 +7412,13 @@
},
"eaf3b675306027bf04595dca52e74dd1614edc320fafff007530df01cbb22259": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.261Z"
+ "updatedAt": "2025-12-01T19:30:40.967Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.262Z"
+ "updatedAt": "2025-12-01T19:30:40.968Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.263Z"
+ "updatedAt": "2025-12-01T19:30:40.969Z"
}
}
},
@@ -7425,13 +7447,13 @@
},
"df2826252d76bef142551e69ee162b565fd37e0e63cdd9159fb925f1f911f524": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.230Z"
+ "updatedAt": "2025-12-01T19:30:40.939Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.236Z"
+ "updatedAt": "2025-12-01T19:30:40.946Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.239Z"
+ "updatedAt": "2025-12-01T19:30:40.949Z"
}
}
},
@@ -7460,13 +7482,13 @@
},
"3db39b6f8aead15f7b8dbe6824e173913fabaf7b510406e0124e1b2be61ca3de": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.235Z"
+ "updatedAt": "2025-12-01T19:30:40.945Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.240Z"
+ "updatedAt": "2025-12-01T19:30:40.950Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.243Z"
+ "updatedAt": "2025-12-01T19:30:40.953Z"
}
}
},
@@ -7495,13 +7517,13 @@
},
"4bc387e1ff76fddd88238476d65b74ade4cc2f449ce36eb3bc8b85f770c3f490": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.232Z"
+ "updatedAt": "2025-12-01T19:30:40.941Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.233Z"
+ "updatedAt": "2025-12-01T19:30:40.942Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.233Z"
+ "updatedAt": "2025-12-01T19:30:40.943Z"
}
}
},
@@ -7541,13 +7563,13 @@
},
"2e6a80a1a0b8e8424f493d4c864eb475de15f72d6014090c74d48ecd2104428c": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.260Z"
+ "updatedAt": "2025-12-01T19:30:40.967Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.261Z"
+ "updatedAt": "2025-12-01T19:30:40.967Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.262Z"
+ "updatedAt": "2025-12-01T19:30:40.968Z"
}
}
},
@@ -7576,13 +7598,13 @@
},
"62faf6816da4cc899a87cf65d8cdedfb2984c52d91929ff74e1ff826d2f3edf2": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.231Z"
+ "updatedAt": "2025-12-01T19:30:40.940Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.238Z"
+ "updatedAt": "2025-12-01T19:30:40.948Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.248Z"
+ "updatedAt": "2025-12-01T19:30:40.962Z"
}
}
},
@@ -7611,13 +7633,13 @@
},
"ec813e998591f0d4114ebde9d66a49f01a39db4bc9c058a1340c41d38731a456": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.230Z"
+ "updatedAt": "2025-12-01T19:30:40.939Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.244Z"
+ "updatedAt": "2025-12-01T19:30:40.959Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.241Z"
+ "updatedAt": "2025-12-01T19:30:40.951Z"
}
}
},
@@ -7657,13 +7679,13 @@
},
"725c514c7f51a988e1a1f21ba6c44e514520aa57b3b2f7ba21b45751dcfac18d": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.254Z"
+ "updatedAt": "2025-12-01T19:30:40.964Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.254Z"
+ "updatedAt": "2025-12-01T19:30:40.965Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.254Z"
+ "updatedAt": "2025-12-01T19:30:40.965Z"
}
}
},
@@ -7692,13 +7714,13 @@
},
"02a3f8a9c2b7bed0ca12b135d6610f9dd0567e2045b9486068c3fcc46e5e7b9f": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.228Z"
+ "updatedAt": "2025-12-01T19:30:40.937Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.231Z"
+ "updatedAt": "2025-12-01T19:30:40.941Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.235Z"
+ "updatedAt": "2025-12-01T19:30:40.944Z"
}
}
},
@@ -7760,13 +7782,13 @@
},
"054f6571273d2558bdb64b68da5622eadbb8e039eb02cdf5f4f5e82f029dced1": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.196Z"
+ "updatedAt": "2025-12-01T19:30:40.911Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.197Z"
+ "updatedAt": "2025-12-01T19:30:40.912Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.197Z"
+ "updatedAt": "2025-12-01T19:30:40.913Z"
}
}
},
@@ -7795,13 +7817,13 @@
},
"da2fe203fd6263e2f728a6d0927c4acfae11b86bb47b86a53209988c7f12a9b8": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.234Z"
+ "updatedAt": "2025-12-01T19:30:40.943Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.237Z"
+ "updatedAt": "2025-12-01T19:30:40.947Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.253Z"
+ "updatedAt": "2025-12-01T19:30:40.964Z"
}
}
},
@@ -7830,13 +7852,13 @@
},
"d6087277997107007f0e8bb1fa131196a7db7e155e4fff201da51c38c12cdea4": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.236Z"
+ "updatedAt": "2025-12-01T19:30:40.945Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.245Z"
+ "updatedAt": "2025-12-01T19:30:40.960Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.245Z"
+ "updatedAt": "2025-12-01T19:30:40.960Z"
}
}
},
@@ -7865,13 +7887,13 @@
},
"83bea4f26ff686307b770bfaca74faddccd854e05ce6462eefc4c2832e6d3813": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.137Z"
+ "updatedAt": "2025-12-01T19:30:40.859Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.138Z"
+ "updatedAt": "2025-12-01T19:30:40.860Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.154Z"
+ "updatedAt": "2025-12-01T19:30:40.872Z"
}
}
},
@@ -7900,13 +7922,13 @@
},
"b72d2b9d9ef504cbfecd6422d202a23f54cb213b4a6c7fbe372d2fe6c315757d": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.204Z"
+ "updatedAt": "2025-12-01T19:30:40.944Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.210Z"
+ "updatedAt": "2025-12-01T19:30:40.961Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.210Z"
+ "updatedAt": "2025-12-01T19:30:40.961Z"
}
}
},
@@ -7924,52 +7946,52 @@
},
"63edc9f8eced556d538a11fa6698380e9a743ce1de62b85c73cccb6a91d3af3e": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.109Z"
+ "updatedAt": "2025-12-01T19:30:40.835Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.112Z"
+ "updatedAt": "2025-12-01T19:30:40.839Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.110Z"
+ "updatedAt": "2025-12-01T19:30:40.837Z"
}
}
},
"39825e960dc329e7e701846853ea8b2c69eccee5c036c82edfdf9a06020a9fbb": {
"c2e28964d6bf27dad509a1169a25e67dcb784e72bd2b52b810d9fba2f2c5a82b": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.094Z"
+ "updatedAt": "2025-12-01T19:30:40.823Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.095Z"
+ "updatedAt": "2025-12-01T19:30:40.824Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.095Z"
+ "updatedAt": "2025-12-01T19:30:40.824Z"
}
}
},
"5ee2c22c5f816bd2e9ccb18534d94c7d2d0d1fd48d15aea7d344871cc05d6b5d": {
"ab26030a2677e7aee15a1962ed36cc8690f9395c1234a20e05071c72dccaff07": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.097Z"
+ "updatedAt": "2025-12-01T19:30:40.825Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.098Z"
+ "updatedAt": "2025-12-01T19:30:40.826Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.099Z"
+ "updatedAt": "2025-12-01T19:30:40.827Z"
}
}
},
"fd46ee9a7c4d77ed4c1a2b9efb3f8f7f2964363b03115970bf43dd58e197f08c": {
"935322d7360b64d9326d5f92a1858bc47136cff17d63784a0d3cd82ba099c65a": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.069Z"
+ "updatedAt": "2025-12-01T19:30:40.802Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.070Z"
+ "updatedAt": "2025-12-01T19:30:40.803Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.071Z"
+ "updatedAt": "2025-12-01T19:30:40.804Z"
}
}
},
@@ -7987,13 +8009,13 @@
},
"ad85637acb660ea365744e7a0e4d5c9af14dd3d61d032245a55b39a025dc998b": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.104Z"
+ "updatedAt": "2025-12-01T19:30:40.830Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.104Z"
+ "updatedAt": "2025-12-01T19:30:40.830Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.104Z"
+ "updatedAt": "2025-12-01T19:30:40.830Z"
}
}
},
@@ -8011,65 +8033,78 @@
},
"6f7ef54468b886002503e049fe014aeecf19dbca85d972b5cc1aeb4f5cbcd259": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.130Z"
+ "updatedAt": "2025-12-01T19:30:40.911Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.134Z"
+ "updatedAt": "2025-12-01T19:30:40.886Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.135Z"
+ "updatedAt": "2025-12-01T19:30:40.887Z"
}
}
},
"be5e892f6c4f67bd81fe0cb2eb2c6926b3e1aed86319263030ba6de5aef81643": {
"2d45a98943adcf6323d8b9bd963e1a68b9c6d584fe97c7f01e9a6f37e4268f9c": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.195Z"
+ "updatedAt": "2025-12-01T19:30:40.910Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.195Z"
+ "updatedAt": "2025-12-01T19:30:40.910Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.195Z"
+ "updatedAt": "2025-12-01T19:30:40.910Z"
}
}
},
"77ea8b1235af73346c74a76d9c806e3bb004764d3a0d8aa467b0cd38785523c1": {
"11572668be0bfa5784f337f06ff8b84bd549b35ba8986840db7e54a31ffd864f": {
"zh": {
- "updatedAt": "2025-12-01T18:36:44.162Z"
+ "updatedAt": "2025-12-01T19:30:40.884Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.163Z"
+ "updatedAt": "2025-12-01T19:30:40.885Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.163Z"
+ "updatedAt": "2025-12-01T19:30:40.885Z"
}
}
},
"855860e7e2c378e03eeadd8be43d2e9195684a4803997d926d976b0ca4a456f3": {
"c8947be6ab36b3f78b0e6b92140f2cbbf957e4dda05b552df8d7a165e6c3943f": {
"fr": {
- "updatedAt": "2025-12-01T18:36:44.096Z"
+ "updatedAt": "2025-12-01T19:30:40.824Z"
},
"es": {
- "updatedAt": "2025-12-01T18:36:44.096Z"
+ "updatedAt": "2025-12-01T19:30:40.824Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.096Z"
+ "updatedAt": "2025-12-01T19:30:40.825Z"
}
}
},
"a5c468b6498da2c316c98668072c03efdbfa8272c08faa011785e3964a47d851": {
"5b118493330040eb4fa1e91872fc7151da0f61bd1dadf9ac789122823e0fb425": {
"es": {
- "updatedAt": "2025-12-01T18:36:44.215Z"
+ "updatedAt": "2025-12-01T19:30:40.930Z"
},
"fr": {
- "updatedAt": "2025-12-01T18:36:44.215Z"
+ "updatedAt": "2025-12-01T19:30:40.931Z"
},
"zh": {
- "updatedAt": "2025-12-01T18:36:44.216Z"
+ "updatedAt": "2025-12-01T19:30:40.931Z"
+ }
+ }
+ },
+ "16b84961a0a754c727f7526703032ff2a576e88ac75779ca1c059337db5858f5": {
+ "6c46d20ebba76a27c245d503282a32ae63ab6be259f5a5d9dda9633a7367cc70": {
+ "zh": {
+ "updatedAt": "2025-12-01T19:30:40.887Z"
+ },
+ "es": {
+ "updatedAt": "2025-12-01T19:30:40.888Z"
+ },
+ "fr": {
+ "updatedAt": "2025-12-01T19:30:40.888Z"
}
}
}
diff --git a/zh/guides/index.mdx b/zh/guides/index.mdx
new file mode 100644
index 000000000..8dfd79fd4
--- /dev/null
+++ b/zh/guides/index.mdx
@@ -0,0 +1,78 @@
+---
+title: "指南"
+description: "了解如何通过最佳实践和工作流程创建高效文档。"
+---
+
+本节中的指南提供了关于如何创建文档的建议,帮助你的用户取得成功。无论你是从零开始,还是在改进现有文档,这些指南都能帮助你规划、撰写和维护文档。
+
+最重要的是,要始终考虑用户的需求和目标。围绕能帮助他们使用你的产品并尽快回到自己任务的内容进行文档编写。
+
+
+ ## 主题
+
+
+
+ ### AI 工具
+
+
+使用 AI 驱动的工具加速你的文档工作流程。
+
+* [自动化文档更新](/zh/guides/automate-agent):教程,讲解如何使用 agent 设置文档的自动更新。
+* [构建应用内 AI 助手](/zh/guides/assistant-embed):教程,讲解如何在 React 应用中添加 AI 聊天机器人,帮助用户从你的文档中找到答案。
+* [Claude Code](/zh/guides/claude-code)、[Cursor](/zh/guides/cursor)、[Windsurf](/zh/guides/windsurf):使用 AI 编程助手维护文档的指南。
+* [GEO](/zh/guides/geo):为 AI 搜索和问答引擎优化文档的最佳实践。
+
+
+ ### API 文档
+
+
+创建 API 文档,让用户可以测试并学习如何使用你的 API,同时也易于维护。
+
+* [从 MDX 迁移到 OAS](/zh/guides/migrating-from-mdx): 将你的 API 文档从单独的 MDX 页面迁移到基于 OpenAPI 规范自动生成的页面。
+
+
+ ### 最佳实践
+
+
+让你的文档做到行业一流。
+
+* [Accessibility](/zh/guides/accessibility):让尽可能多的用户都能无障碍使用你的文档。
+* [Content types](/zh/guides/content-types):为教程、操作指南、参考文档和解释性文档选择合适的形式。
+* [Improve your docs](/zh/guides/improving-docs):利用数据和反馈持续改进你的文档。
+* [Maintenance](/zh/guides/maintenance):保持文档准确且始终是最新的。
+* [Media](/zh/guides/media):在控制维护成本的同时,高效地添加图片、视频和其他媒体。
+* [Organize navigation](/zh/guides/navigation):设计符合用户习惯的信息架构。
+* [SEO](/zh/guides/seo):为搜索引擎优化你的文档。
+* [Style and tone](/zh/guides/style-and-tone):保持一致的文风和语气进行写作。
+* [Understand your audience](/zh/guides/understand-your-audience):研究并满足用户的需求和目标。
+
+
+ ### Git 工作流
+
+
+了解 Git,以便在 Mintlify 中以及采用文档即代码(docs-as-code)的方法时发挥最大效用。
+
+* [Git 基本概念](/zh/guides/git-concepts):学习用于文档工作的 Git 基础知识。
+* [Branch](/zh/guides/branches):使用 branch 管理文档更改。
+
+
+ ## 从哪里开始
+
+
+
+
+ 了解内容类型,掌握如何设计文档结构。
+
+
+
+ 了解如何使用指标和反馈来优化文档。
+
+
+
+ 使用 agent 自动化更新文档。
+
+
+
+ 学习适用于团队协作文档的 Git 工作流。
+
+
\ No newline at end of file
diff --git a/zh/organize/navigation.mdx b/zh/organize/navigation.mdx
index 54f6ed546..88e1f84fa 100644
--- a/zh/organize/navigation.mdx
+++ b/zh/organize/navigation.mdx
@@ -365,9 +365,17 @@ keywords: ["导航结构", "侧边栏配置", "页面组织", "导航分组"]
## OpenAPI
-将 OpenAPI 规范直接集成到导航结构中,可自动生成 API 文档。可以创建专用的 API 区域,或将端点页面放入其他导航组件中。
+将 OpenAPI 规范直接集成到导航结构中,以自动生成 API 文档。你可以创建专门的 API 部分,或将端点(endpoint)页面放入其他导航组件中。
-可在导航层级的任意级别设置默认的 OpenAPI 规范。子元素将继承该规范,除非它们定义了自己的规范。
+可以在导航层级的任意级别设置一个默认的 OpenAPI 规范。子元素将继承该规范,除非它们定义了自己的规范。
+
+
+ 当你在某个导航元素(例如 anchor、tab 或 group)上添加 `openapi` 属性且未指定任何页面时,Mintlify 会自动为 OpenAPI 规范中定义的 **所有端点** 生成页面。
+
+ 若要控制显示哪些端点,请在 `pages` 数组中显式列出所需的端点。
+
+
+有关在文档中引用 OpenAPI 端点的更多信息,请参阅 [OpenAPI 设置](/zh/api-playground/openapi-setup)。
```json
{
@@ -377,8 +385,8 @@ keywords: ["导航结构", "侧边栏配置", "页面组织", "导航分组"]
"group": "API 参考",
"openapi": "/path/to/openapi-v1.json",
"pages": [
- "overview",
- "authentication",
+ "概述",
+ "认证",
"GET /users",
"POST /users",
{
@@ -396,8 +404,6 @@ keywords: ["导航结构", "侧边栏配置", "页面组织", "导航分组"]
}
```
-有关在文档中引用 OpenAPI 端点的更多信息,请参阅[OpenAPI 设置](/zh/api-playground/openapi-setup)。
-
## 版本