From aae5f0711d6ebc999ea2a613955a17f36837ab33 Mon Sep 17 00:00:00 2001 From: "locadex-agent[bot]" <217277504+locadex-agent[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 19:22:58 +0000 Subject: [PATCH] docs(locadex): update translations --- docs.json | 35 +- es/guides/index.mdx | 78 ++++ fr/guides/index.mdx | 74 ++++ gt-lock.json | 912 +++++++++++++++++++++++--------------------- zh/guides/index.mdx | 78 ++++ 5 files changed, 729 insertions(+), 448 deletions(-) create mode 100644 es/guides/index.mdx create mode 100644 fr/guides/index.mdx create mode 100644 zh/guides/index.mdx 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/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/gt-lock.json b/gt-lock.json index eb24fbc08..8a4dd2d3c 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:22:41.112Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.074Z" + "updatedAt": "2025-12-01T19:22:41.114Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.075Z" + "updatedAt": "2025-12-01T19:22:41.115Z" } } }, @@ -2622,26 +2622,26 @@ }, "dc9e7de93e53f25ee5d183c55b1bc0950aee1a8137ad88b26869ffae0c0f7803": { "zh": { - "updatedAt": "2025-12-01T18:36:44.075Z" + "updatedAt": "2025-12-01T19:22:41.116Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.076Z" + "updatedAt": "2025-12-01T19:22:41.117Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.076Z" + "updatedAt": "2025-12-01T19:22:41.118Z" } } }, "23468f0552fb3e6e3e07f5ccc3f3267c1f9e3dde0f865e866f185cb2947d3700": { "cf671b42a22bf53b553d52737aa0ebd2832efeeb3c4329997d454109b44b2d0b": { "zh": { - "updatedAt": "2025-12-01T18:36:44.078Z" + "updatedAt": "2025-12-01T19:22:41.122Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.078Z" + "updatedAt": "2025-12-01T19:22:41.123Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.079Z" + "updatedAt": "2025-12-01T19:22:41.124Z" } } }, @@ -2659,13 +2659,13 @@ }, "33b27f6424e49160a6a8f7ca639a6ecabe4ccb6c81e109c16357715ed5705d59": { "zh": { - "updatedAt": "2025-12-01T18:36:44.058Z" + "updatedAt": "2025-12-01T19:22:41.083Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.059Z" + "updatedAt": "2025-12-01T19:22:41.085Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.059Z" + "updatedAt": "2025-12-01T19:22:41.086Z" } } }, @@ -2716,13 +2716,13 @@ }, "27f53cd80f1d9d96ab5f1d15c7d4143a1faa63b80e35b5f57fa79bf4da0eaea4": { "zh": { - "updatedAt": "2025-12-01T18:36:44.077Z" + "updatedAt": "2025-12-01T19:22:41.119Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.077Z" + "updatedAt": "2025-12-01T19:22:41.120Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.078Z" + "updatedAt": "2025-12-01T19:22:41.121Z" } } }, @@ -2751,13 +2751,13 @@ }, "4bbec825257b2e44662cece56ea8f6d2a270af8295558ba8c49333d01f531512": { "fr": { - "updatedAt": "2025-12-01T18:36:44.065Z" + "updatedAt": "2025-12-01T19:22:41.095Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.065Z" + "updatedAt": "2025-12-01T19:22:41.096Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.066Z" + "updatedAt": "2025-12-01T19:22:41.097Z" } } }, @@ -2786,13 +2786,13 @@ }, "64a3699238f7091a57f32a304d4d6ea95e7b276b252acad469433afd381059d3": { "fr": { - "updatedAt": "2025-12-01T18:36:44.062Z" + "updatedAt": "2025-12-01T19:22:41.088Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.088Z" + "updatedAt": "2025-12-01T19:22:41.159Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.089Z" + "updatedAt": "2025-12-01T19:22:41.161Z" } } }, @@ -2821,13 +2821,13 @@ }, "91728bc6b9b8b6139a0dd62305e5baa3b279f2b75c5da5884361f1d6921cd5a0": { "zh": { - "updatedAt": "2025-12-01T18:36:44.061Z" + "updatedAt": "2025-12-01T19:22:41.088Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.063Z" + "updatedAt": "2025-12-01T19:22:41.091Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.063Z" + "updatedAt": "2025-12-01T19:22:41.092Z" } } }, @@ -2867,13 +2867,13 @@ }, "e6a344d226f71ec9d74b139ad033dcf67bc7845e173faafb769737d5a53e20e0": { "fr": { - "updatedAt": "2025-12-01T18:36:44.069Z" + "updatedAt": "2025-12-01T19:22:41.104Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.070Z" + "updatedAt": "2025-12-01T19:22:41.105Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.070Z" + "updatedAt": "2025-12-01T19:22:41.106Z" } } }, @@ -2913,13 +2913,13 @@ }, "9242b786b93718623d525ba9255744e28d36cba2b1a87db50bc7d4c700693c27": { "es": { - "updatedAt": "2025-12-01T18:36:44.098Z" + "updatedAt": "2025-12-01T19:22:41.183Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.099Z" + "updatedAt": "2025-12-01T19:22:41.184Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.100Z" + "updatedAt": "2025-12-01T19:22:41.187Z" } } }, @@ -2937,13 +2937,13 @@ }, "1b5192704d8c87b7157e3ffb37e67740bf4db60592047855671eaa0de99fce67": { "fr": { - "updatedAt": "2025-12-01T18:36:44.064Z" + "updatedAt": "2025-12-01T19:22:41.093Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.067Z" + "updatedAt": "2025-12-01T19:22:41.099Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.068Z" + "updatedAt": "2025-12-01T19:22:41.100Z" } } }, @@ -2961,13 +2961,13 @@ }, "7df72a5c83b1558be5c0fa2deec46e528d5f4d2df119cca457c97ad94568dafd": { "zh": { - "updatedAt": "2025-12-01T18:36:44.062Z" + "updatedAt": "2025-12-01T19:22:41.090Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.063Z" + "updatedAt": "2025-12-01T19:22:41.091Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.064Z" + "updatedAt": "2025-12-01T19:22:41.093Z" } } }, @@ -2996,13 +2996,13 @@ }, "e71844c012c9eba781ce344458c88e183151a3faef835f82596821c65ff82f74": { "zh": { - "updatedAt": "2025-12-01T18:36:44.061Z" + "updatedAt": "2025-12-01T19:22:41.087Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.064Z" + "updatedAt": "2025-12-01T19:22:41.094Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.065Z" + "updatedAt": "2025-12-01T19:22:41.096Z" } } }, @@ -3020,13 +3020,13 @@ }, "4ba815c35fc1d6ae05c075a25e63c14bb4f99030f6269e2e624b6a6cf7b40e43": { "es": { - "updatedAt": "2025-12-01T18:36:44.057Z" + "updatedAt": "2025-12-01T19:22:41.082Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.058Z" + "updatedAt": "2025-12-01T19:22:41.084Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.059Z" + "updatedAt": "2025-12-01T19:22:41.085Z" } } }, @@ -3055,13 +3055,13 @@ }, "eb20f767427fb4ce5134a35c35949a707ee0443db110d0b9778a731d5cfc0e82": { "es": { - "updatedAt": "2025-12-01T18:36:44.060Z" + "updatedAt": "2025-12-01T19:22:41.086Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.066Z" + "updatedAt": "2025-12-01T19:22:41.098Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.067Z" + "updatedAt": "2025-12-01T19:22:41.099Z" } } }, @@ -3134,13 +3134,13 @@ }, "29fb23315f9e3215bfc4ac804995debfba1c795e84d34ac0d94521da01f6415b": { "zh": { - "updatedAt": "2025-12-01T18:36:44.227Z" + "updatedAt": "2025-12-01T19:22:41.076Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.227Z" + "updatedAt": "2025-12-01T19:22:41.078Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.228Z" + "updatedAt": "2025-12-01T19:22:41.079Z" } } }, @@ -3188,6 +3188,17 @@ "zh": { "updatedAt": "2025-11-25T21:48:46.644Z" } + }, + "77be2a5e52372aa55bb8431cc285ed658da52314aa3f6173fc42f76524dba55f": { + "zh": { + "updatedAt": "2025-12-01T19:22:41.483Z" + }, + "es": { + "updatedAt": "2025-12-01T19:22:41.500Z" + }, + "fr": { + "updatedAt": "2025-12-01T19:22:41.510Z" + } } }, "2f763384613f64463de3390f45e770ca871fe8c629809609a66a4f407ef6f8dd": { @@ -3215,13 +3226,13 @@ }, "f2d2eba18f2d99a846a22e37f08013200d0d53bea29eed47e8ab65c63ea495d2": { "fr": { - "updatedAt": "2025-12-01T18:36:44.062Z" + "updatedAt": "2025-12-01T19:22:41.089Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.066Z" + "updatedAt": "2025-12-01T19:22:41.097Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.068Z" + "updatedAt": "2025-12-01T19:22:41.101Z" } } }, @@ -3283,13 +3294,13 @@ }, "4b73e5b999837e785d4851e9a4713727aa81fdcf0df3810ce0200908c539c2e8": { "es": { - "updatedAt": "2025-12-01T18:36:44.056Z" + "updatedAt": "2025-12-01T19:22:41.080Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.057Z" + "updatedAt": "2025-12-01T19:22:41.081Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.057Z" + "updatedAt": "2025-12-01T19:22:41.082Z" } } }, @@ -3340,13 +3351,13 @@ }, "a1bd07d382165778edcabffa3686ed892ef439380ca48b8aebf9e4d4ec2cde92": { "fr": { - "updatedAt": "2025-12-01T18:36:44.071Z" + "updatedAt": "2025-12-01T19:22:41.107Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.072Z" + "updatedAt": "2025-12-01T19:22:41.108Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.074Z" + "updatedAt": "2025-12-01T19:22:41.111Z" } } }, @@ -3408,13 +3419,13 @@ }, "acfd1336dcf680d032b0ef84cf77a43470b1dde210f0b38a1b958b5a1ee42592": { "zh": { - "updatedAt": "2025-12-01T18:36:44.054Z" + "updatedAt": "2025-12-01T19:22:41.030Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.055Z" + "updatedAt": "2025-12-01T19:22:41.032Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.056Z" + "updatedAt": "2025-12-01T19:22:41.033Z" } } }, @@ -3465,13 +3476,13 @@ }, "6904efa9c49c5b4226e88b8dce7fa07fdf6e73618779f51eb37c002b666e5586": { "es": { - "updatedAt": "2025-12-01T18:36:44.072Z" + "updatedAt": "2025-12-01T19:22:41.108Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.073Z" + "updatedAt": "2025-12-01T19:22:41.109Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.073Z" + "updatedAt": "2025-12-01T19:22:41.110Z" } } }, @@ -3500,13 +3511,13 @@ }, "239feca6504164e8bcbd82b2524a752018ed7a39e7c99c5bd82283b05ad42419": { "es": { - "updatedAt": "2025-12-01T18:36:44.111Z" + "updatedAt": "2025-12-01T19:22:41.206Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.113Z" + "updatedAt": "2025-12-01T19:22:41.210Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.116Z" + "updatedAt": "2025-12-01T19:22:41.215Z" } } }, @@ -3535,13 +3546,13 @@ }, "6b6eb89e73eae4cff9d6413f91f2f4ce27e6b47013fb676bde0cdced959047d5": { "fr": { - "updatedAt": "2025-12-01T18:36:44.086Z" + "updatedAt": "2025-12-01T19:22:41.137Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.086Z" + "updatedAt": "2025-12-01T19:22:41.138Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.087Z" + "updatedAt": "2025-12-01T19:22:41.155Z" } } }, @@ -3581,13 +3592,13 @@ }, "2142b34f605ba6b02fc694f8930d1d6a0068a69bd4e2f55d94bb3b33512bc21b": { "zh": { - "updatedAt": "2025-12-01T18:36:44.103Z" + "updatedAt": "2025-12-01T19:22:41.191Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.103Z" + "updatedAt": "2025-12-01T19:22:41.192Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.103Z" + "updatedAt": "2025-12-01T19:22:41.191Z" } } }, @@ -3605,13 +3616,13 @@ }, "9b746c5834165dc199fdd794e1657e4116749bcc2ce014fa6bc5e7a59751e5e0": { "fr": { - "updatedAt": "2025-12-01T18:36:44.080Z" + "updatedAt": "2025-12-01T19:22:41.124Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.081Z" + "updatedAt": "2025-12-01T19:22:41.126Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.081Z" + "updatedAt": "2025-12-01T19:22:41.127Z" } } }, @@ -3640,13 +3651,13 @@ }, "1579230cd266b076718d44b00c6f2b14c604bd1468d47abd65c5b3f284ee238b": { "fr": { - "updatedAt": "2025-12-01T18:36:44.085Z" + "updatedAt": "2025-12-01T19:22:41.136Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.086Z" + "updatedAt": "2025-12-01T19:22:41.137Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.089Z" + "updatedAt": "2025-12-01T19:22:41.160Z" } } }, @@ -3664,13 +3675,13 @@ }, "84e1f1ee89d0e933d7883bd51c19cc1497abc66ebb4cfc68cb7f690d71de87f5": { "es": { - "updatedAt": "2025-12-01T18:36:44.092Z" + "updatedAt": "2025-12-01T19:22:41.170Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.093Z" + "updatedAt": "2025-12-01T19:22:41.171Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.093Z" + "updatedAt": "2025-12-01T19:22:41.172Z" } } }, @@ -3699,13 +3710,13 @@ }, "b0fc3fe18db44f5d5e3138970ce56042937cae027c36a20826e5e83b18448c2c": { "es": { - "updatedAt": "2025-12-01T18:36:44.085Z" + "updatedAt": "2025-12-01T19:22:41.136Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.091Z" + "updatedAt": "2025-12-01T19:22:41.167Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.094Z" + "updatedAt": "2025-12-01T19:22:41.173Z" } } }, @@ -3734,13 +3745,13 @@ }, "f6377bf2dbd5497b12e74eecdf1c1400c517c2aec35e1ac91f461cd4769214b4": { "fr": { - "updatedAt": "2025-12-01T18:36:44.114Z" + "updatedAt": "2025-12-01T19:22:41.212Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.123Z" + "updatedAt": "2025-12-01T19:22:41.233Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.124Z" + "updatedAt": "2025-12-01T19:22:41.236Z" } } }, @@ -3769,13 +3780,13 @@ }, "bc8397cc9a6ce325952185bd403e7322c795c94318958e9c38b0cbea30872f53": { "es": { - "updatedAt": "2025-12-01T18:36:44.084Z" + "updatedAt": "2025-12-01T19:22:41.135Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.087Z" + "updatedAt": "2025-12-01T19:22:41.157Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.092Z" + "updatedAt": "2025-12-01T19:22:41.168Z" } } }, @@ -3793,13 +3804,13 @@ }, "53d7697aa5f590afda9685f76f9b36753da2903b860d4c937c9a58e10cac4877": { "fr": { - "updatedAt": "2025-12-01T18:36:44.085Z" + "updatedAt": "2025-12-01T19:22:41.135Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.088Z" + "updatedAt": "2025-12-01T19:22:41.159Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.094Z" + "updatedAt": "2025-12-01T19:22:41.172Z" } } }, @@ -3828,13 +3839,13 @@ }, "6065a4c2de7e7a039acb75fd86ac55270b68e0a1c50cce78c38218d7e17332be": { "es": { - "updatedAt": "2025-12-01T18:36:44.107Z" + "updatedAt": "2025-12-01T19:22:41.199Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.122Z" + "updatedAt": "2025-12-01T19:22:41.229Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.120Z" + "updatedAt": "2025-12-01T19:22:41.227Z" } } }, @@ -3874,13 +3885,13 @@ }, "58530194580e1f232e86282b69ce2eca0690f31f7c0d6cace4af03fc68418734": { "zh": { - "updatedAt": "2025-12-01T18:36:44.051Z" + "updatedAt": "2025-12-01T19:22:41.026Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.053Z" + "updatedAt": "2025-12-01T19:22:41.028Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.053Z" + "updatedAt": "2025-12-01T19:22:41.029Z" } } }, @@ -3898,13 +3909,13 @@ }, "fa529df5efd3bbc04a1b2491b1b102472a547fa0543ac8eb62229ff695e1e2b8": { "zh": { - "updatedAt": "2025-12-01T18:36:44.084Z" + "updatedAt": "2025-12-01T19:22:41.133Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.084Z" + "updatedAt": "2025-12-01T19:22:41.134Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.090Z" + "updatedAt": "2025-12-01T19:22:41.163Z" } } }, @@ -3933,13 +3944,13 @@ }, "7af7098ed0591bb1b52aeda833b7c793c648c594ddc27001cc458732beb61d42": { "fr": { - "updatedAt": "2025-12-01T18:36:44.087Z" + "updatedAt": "2025-12-01T19:22:41.156Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.088Z" + "updatedAt": "2025-12-01T19:22:41.158Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.091Z" + "updatedAt": "2025-12-01T19:22:41.165Z" } } }, @@ -3968,13 +3979,13 @@ }, "ff6db2e1d92370a81059bfc2de4d5a8e1f57d0325aba414f0579b5874c2f211c": { "fr": { - "updatedAt": "2025-12-01T18:36:44.113Z" + "updatedAt": "2025-12-01T19:22:41.211Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.122Z" + "updatedAt": "2025-12-01T19:22:41.230Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.121Z" + "updatedAt": "2025-12-01T19:22:41.227Z" } } }, @@ -4003,13 +4014,13 @@ }, "d6a5a6940e86056dceb450ae7e7d83a0ff1ae53e967a7386f2ee6e1a51cb1919": { "fr": { - "updatedAt": "2025-12-01T18:36:44.112Z" + "updatedAt": "2025-12-01T19:22:41.208Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.112Z" + "updatedAt": "2025-12-01T19:22:41.209Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.124Z" + "updatedAt": "2025-12-01T19:22:41.235Z" } } }, @@ -4049,13 +4060,13 @@ }, "7b5e31679e6dc64290dcbaf7ebdc38d509f113fac1106932fc5c382eae0f70f2": { "fr": { - "updatedAt": "2025-12-01T18:36:44.097Z" + "updatedAt": "2025-12-01T19:22:41.180Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.098Z" + "updatedAt": "2025-12-01T19:22:41.182Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.101Z" + "updatedAt": "2025-12-01T19:22:41.188Z" } } }, @@ -4117,13 +4128,13 @@ }, "eb41c43939f88bd3938929ecf1ed929135f2aa5ad83f4775c2d2a29f1c9da37c": { "zh": { - "updatedAt": "2025-12-01T18:36:44.101Z" + "updatedAt": "2025-12-01T19:22:41.189Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.102Z" + "updatedAt": "2025-12-01T19:22:41.190Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.102Z" + "updatedAt": "2025-12-01T19:22:41.190Z" } } }, @@ -4174,13 +4185,13 @@ }, "15dcc5bf8fe3a6cc2d7be853f5ea3001fbd0a4390995b0d89c4688a863d93554": { "fr": { - "updatedAt": "2025-12-01T18:36:44.099Z" + "updatedAt": "2025-12-01T19:22:41.185Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.100Z" + "updatedAt": "2025-12-01T19:22:41.186Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.101Z" + "updatedAt": "2025-12-01T19:22:41.188Z" } } }, @@ -4209,13 +4220,13 @@ }, "4b669eac3d8af5dba744f7619f5f1d7a71791df3e93cb61cdd5f4efa1a49e7a8": { "fr": { - "updatedAt": "2025-12-01T18:36:44.089Z" + "updatedAt": "2025-12-01T19:22:41.160Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.090Z" + "updatedAt": "2025-12-01T19:22:41.162Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.093Z" + "updatedAt": "2025-12-01T19:22:41.170Z" } } }, @@ -4255,13 +4266,13 @@ }, "a36886f4bb4adc67e3f0f6784b450b2375adaa18049fbf2130e009b7e3e6b136": { "es": { - "updatedAt": "2025-12-01T18:36:44.091Z" + "updatedAt": "2025-12-01T19:22:41.166Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.119Z" + "updatedAt": "2025-12-01T19:22:41.225Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.092Z" + "updatedAt": "2025-12-01T19:22:41.169Z" } } }, @@ -4301,13 +4312,13 @@ }, "3d8750f3f03847c95da6a8d5db91c3f2794f77900d3f5bbdb91dac2adf0a13e6": { "es": { - "updatedAt": "2025-12-01T18:36:44.082Z" + "updatedAt": "2025-12-01T19:22:41.128Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.082Z" + "updatedAt": "2025-12-01T19:22:41.130Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.083Z" + "updatedAt": "2025-12-01T19:22:41.132Z" } } }, @@ -4336,13 +4347,13 @@ }, "daac240f9481ada70f4ab82196cb275ec718d8c2d714eb60b5c567634c3e725a": { "fr": { - "updatedAt": "2025-12-01T18:36:44.146Z" + "updatedAt": "2025-12-01T19:22:41.284Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.188Z" + "updatedAt": "2025-12-01T19:22:41.371Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.189Z" + "updatedAt": "2025-12-01T19:22:41.373Z" } } }, @@ -4382,13 +4393,13 @@ }, "5f164293a7b7d857847dd6724df827abe1235b34e02d3b3ff596ad6884d30fda": { "zh": { - "updatedAt": "2025-12-01T18:36:44.136Z" + "updatedAt": "2025-12-01T19:22:41.267Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.151Z" + "updatedAt": "2025-12-01T19:22:41.296Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.155Z" + "updatedAt": "2025-12-01T19:22:41.309Z" } } }, @@ -4417,13 +4428,13 @@ }, "c0ecdfc77f161f9ec951eeea61e89d87be13c8dcbf63cc28240bc8e495f7e7f4": { "es": { - "updatedAt": "2025-12-01T18:36:44.106Z" + "updatedAt": "2025-12-01T19:22:41.197Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.108Z" + "updatedAt": "2025-12-01T19:22:41.200Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.119Z" + "updatedAt": "2025-12-01T19:22:41.224Z" } } }, @@ -4465,13 +4476,13 @@ }, "b40c60718a227589b2b21319224942654b402d349ebeb430217cefce50203dd1": { "es": { - "updatedAt": "2025-12-01T18:36:44.111Z" + "updatedAt": "2025-12-01T19:22:41.207Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.118Z" + "updatedAt": "2025-12-01T19:22:41.220Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.118Z" + "updatedAt": "2025-12-01T19:22:41.221Z" } } }, @@ -4500,13 +4511,13 @@ }, "1c0a8202856d2630d58fdd9440e8b59dc16e2e0d0df716f94c1c61506b0abf73": { "fr": { - "updatedAt": "2025-12-01T18:36:44.111Z" + "updatedAt": "2025-12-01T19:22:41.206Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.113Z" + "updatedAt": "2025-12-01T19:22:41.210Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.117Z" + "updatedAt": "2025-12-01T19:22:41.217Z" } } }, @@ -4535,13 +4546,13 @@ }, "2a0f0b7a4c2e97c104841a7ca775cb7ea2d904d3c58797b4df16f21bed656cbf": { "zh": { - "updatedAt": "2025-12-01T18:36:44.147Z" + "updatedAt": "2025-12-01T19:22:41.287Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.148Z" + "updatedAt": "2025-12-01T19:22:41.290Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.151Z" + "updatedAt": "2025-12-01T19:22:41.297Z" } } }, @@ -4570,13 +4581,13 @@ }, "cc2a087cfe19f368db8940e1369be0e2b08997d401eb3bafcb63ce4b0c545328": { "zh": { - "updatedAt": "2025-12-01T18:36:44.110Z" + "updatedAt": "2025-12-01T19:22:41.204Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.115Z" + "updatedAt": "2025-12-01T19:22:41.213Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.114Z" + "updatedAt": "2025-12-01T19:22:41.211Z" } } }, @@ -4616,13 +4627,13 @@ }, "1e5e24c5831011296eb0d6e6dbb9c228554eb4545d985aa2aabfa4b2eb8010b6": { "es": { - "updatedAt": "2025-12-01T18:36:44.148Z" + "updatedAt": "2025-12-01T19:22:41.288Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.153Z" + "updatedAt": "2025-12-01T19:22:41.303Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.155Z" + "updatedAt": "2025-12-01T19:22:41.310Z" } } }, @@ -4662,13 +4673,13 @@ }, "2202aa02e9ae341447ee588b80ce34cf38f9e450be559627fb28845418cd4906": { "zh": { - "updatedAt": "2025-12-01T18:36:44.153Z" + "updatedAt": "2025-12-01T19:22:41.301Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.150Z" + "updatedAt": "2025-12-01T19:22:41.293Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.156Z" + "updatedAt": "2025-12-01T19:22:41.312Z" } } }, @@ -4697,13 +4708,13 @@ }, "8b3eb4d91a03437fdb577ff828b7858bed1d4efbac277fcc00b6de4d73556b7a": { "fr": { - "updatedAt": "2025-12-01T18:36:44.116Z" + "updatedAt": "2025-12-01T19:22:41.216Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.118Z" + "updatedAt": "2025-12-01T19:22:41.222Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.123Z" + "updatedAt": "2025-12-01T19:22:41.234Z" } } }, @@ -4732,13 +4743,13 @@ }, "717ba6ec955149d36b641a29e243d1a562bc0a4a45246ea8f00e97a12de033a2": { "es": { - "updatedAt": "2025-12-01T18:36:44.148Z" + "updatedAt": "2025-12-01T19:22:41.290Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.157Z" + "updatedAt": "2025-12-01T19:22:41.313Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.157Z" + "updatedAt": "2025-12-01T19:22:41.313Z" } } }, @@ -4778,13 +4789,13 @@ }, "4933445bff862f003961a7d56f1c800fc218b7e831b9c7182f9698938ea39796": { "zh": { - "updatedAt": "2025-12-01T18:36:44.125Z" + "updatedAt": "2025-12-01T19:22:41.237Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.126Z" + "updatedAt": "2025-12-01T19:22:41.239Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.127Z" + "updatedAt": "2025-12-01T19:22:41.240Z" } } }, @@ -4813,13 +4824,13 @@ }, "490447ff6751bd36032615f87abdbbf88d8fbe2abb4e3a562a822148c6c24722": { "es": { - "updatedAt": "2025-12-01T18:36:44.109Z" + "updatedAt": "2025-12-01T19:22:41.203Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.115Z" + "updatedAt": "2025-12-01T19:22:41.214Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.116Z" + "updatedAt": "2025-12-01T19:22:41.217Z" } } }, @@ -4848,13 +4859,13 @@ }, "9e6bd9dddc84ee56ab61dd51d66778954d94835fa02e115422354fbc956a4a8d": { "zh": { - "updatedAt": "2025-12-01T18:36:44.107Z" + "updatedAt": "2025-12-01T19:22:41.198Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.107Z" + "updatedAt": "2025-12-01T19:22:41.199Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.114Z" + "updatedAt": "2025-12-01T19:22:41.213Z" } } }, @@ -4894,13 +4905,13 @@ }, "ce6876fe5f22e2c6437a4d497bad2b008231a76eb534358aeec83c667205144a": { "es": { - "updatedAt": "2025-12-01T18:36:44.129Z" + "updatedAt": "2025-12-01T19:22:41.261Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.129Z" + "updatedAt": "2025-12-01T19:22:41.262Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.130Z" + "updatedAt": "2025-12-01T19:22:41.263Z" } } }, @@ -4929,13 +4940,13 @@ }, "f3c2f45fd08c00d6549d66c81c11f1b2851ec3db49e4c254e5b05f87b192bfa8": { "es": { - "updatedAt": "2025-12-01T18:36:44.109Z" + "updatedAt": "2025-12-01T19:22:41.201Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.117Z" + "updatedAt": "2025-12-01T19:22:41.219Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.121Z" + "updatedAt": "2025-12-01T19:22:41.228Z" } } }, @@ -4975,13 +4986,13 @@ }, "b256b87b867d66b2e8ce15ea04a50b663764eaa4205962c11ff9132e72c4daee": { "fr": { - "updatedAt": "2025-12-01T18:36:44.128Z" + "updatedAt": "2025-12-01T19:22:41.259Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.128Z" + "updatedAt": "2025-12-01T19:22:41.260Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.128Z" + "updatedAt": "2025-12-01T19:22:41.261Z" } } }, @@ -5021,13 +5032,13 @@ }, "ecf8a04b3e44574002cf2d4e9de7760b9f518ea76315815e9bba74ebf4f3e229": { "es": { - "updatedAt": "2025-12-01T18:36:44.125Z" + "updatedAt": "2025-12-01T19:22:41.237Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.126Z" + "updatedAt": "2025-12-01T19:22:41.238Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.127Z" + "updatedAt": "2025-12-01T19:22:41.241Z" } } }, @@ -5056,13 +5067,13 @@ }, "f8b9a9d106b121e6ddbc9bb70445ad03bea3db43afdce8ba3db21e5f8bb27def": { "zh": { - "updatedAt": "2025-12-01T18:36:44.110Z" + "updatedAt": "2025-12-01T19:22:41.204Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.117Z" + "updatedAt": "2025-12-01T19:22:41.218Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.120Z" + "updatedAt": "2025-12-01T19:22:41.226Z" } } }, @@ -5113,26 +5124,26 @@ }, "78b47c0965b22e8bd31980b54294ea8b532a60fd9db20877275c199cf6bd7e9d": { "es": { - "updatedAt": "2025-12-01T18:36:44.212Z" + "updatedAt": "2025-12-01T19:22:41.441Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.213Z" + "updatedAt": "2025-12-01T19:22:41.442Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.213Z" + "updatedAt": "2025-12-01T19:22:41.443Z" } } }, "53c3b9e499ef5bd5e368aa05a9a2484ab2e83e086a848e4dc65f744f4303c18f": { "fc7569e7101cf497720e212cf9526dfda81c1a7301c1866a84396fb6339961ed": { "zh": { - "updatedAt": "2025-12-01T18:36:44.217Z" + "updatedAt": "2025-12-01T19:22:41.458Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.218Z" + "updatedAt": "2025-12-01T19:22:41.459Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.218Z" + "updatedAt": "2025-12-01T19:22:41.461Z" } } }, @@ -5161,13 +5172,13 @@ }, "9aae22f3f7200ef0bfedfcf0f68534a5899dfeca3533861b826b08df4f7c4601": { "es": { - "updatedAt": "2025-12-01T18:36:44.139Z" + "updatedAt": "2025-12-01T19:22:41.276Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.140Z" + "updatedAt": "2025-12-01T19:22:41.280Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.136Z" + "updatedAt": "2025-12-01T19:22:41.266Z" } } }, @@ -5196,13 +5207,13 @@ }, "0228942914d7754379a163a3e9fd8dbd1c314df31b406d2df877d274d0fb8282": { "zh": { - "updatedAt": "2025-12-01T18:36:44.148Z" + "updatedAt": "2025-12-01T19:22:41.289Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.155Z" + "updatedAt": "2025-12-01T19:22:41.307Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.158Z" + "updatedAt": "2025-12-01T19:22:41.315Z" } } }, @@ -5231,13 +5242,13 @@ }, "fa3c99c7b63408c3050a1074fce5edf8c4b0f834acd9219844bb6b030cfb03fd": { "es": { - "updatedAt": "2025-12-01T18:36:44.183Z" + "updatedAt": "2025-12-01T19:22:41.355Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.184Z" + "updatedAt": "2025-12-01T19:22:41.357Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.193Z" + "updatedAt": "2025-12-01T19:22:41.388Z" } } }, @@ -5266,13 +5277,13 @@ }, "adbe9541002b1646c97b2808c84189ee9f023c72ad021051e865d9d5ef268ec9": { "es": { - "updatedAt": "2025-12-01T18:36:44.139Z" + "updatedAt": "2025-12-01T19:22:41.274Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.141Z" + "updatedAt": "2025-12-01T19:22:41.280Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.150Z" + "updatedAt": "2025-12-01T19:22:41.294Z" } } }, @@ -5334,13 +5345,13 @@ }, "2702dc29268a55216eb689e28babe1a4e0ec75fdf1c5bc35380277b1324fac22": { "zh": { - "updatedAt": "2025-12-01T18:36:44.164Z" + "updatedAt": "2025-12-01T19:22:41.328Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.166Z" + "updatedAt": "2025-12-01T19:22:41.328Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.166Z" + "updatedAt": "2025-12-01T19:22:41.329Z" } } }, @@ -5369,13 +5380,13 @@ }, "79ce9a01a754dff7caa2815c273adb26f9fa5e7a21f6e8e07fc94d1f85cdba74": { "es": { - "updatedAt": "2025-12-01T18:36:44.173Z" + "updatedAt": "2025-12-01T19:22:41.337Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.181Z" + "updatedAt": "2025-12-01T19:22:41.352Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.193Z" + "updatedAt": "2025-12-01T19:22:41.387Z" } } }, @@ -5404,13 +5415,13 @@ }, "cb332adcfe09bedb087e499ecf60d6a233e8053ca49c78bb30ca1add261b4ea8": { "fr": { - "updatedAt": "2025-12-01T18:36:44.174Z" + "updatedAt": "2025-12-01T19:22:41.341Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.180Z" + "updatedAt": "2025-12-01T19:22:41.350Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.190Z" + "updatedAt": "2025-12-01T19:22:41.373Z" } } }, @@ -5439,13 +5450,13 @@ }, "0d47285825c7ae55984e6f9c3d7528dd673f95650add2cbb567f8c29315f01d5": { "es": { - "updatedAt": "2025-12-01T18:36:44.140Z" + "updatedAt": "2025-12-01T19:22:41.278Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.147Z" + "updatedAt": "2025-12-01T19:22:41.286Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.154Z" + "updatedAt": "2025-12-01T19:22:41.306Z" } } }, @@ -5474,13 +5485,13 @@ }, "9277c5d065b05d3f338e148bb8b9a7359baa986e51127a488155faacbc3c3a72": { "es": { - "updatedAt": "2025-12-01T18:36:44.173Z" + "updatedAt": "2025-12-01T19:22:41.338Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.177Z" + "updatedAt": "2025-12-01T19:22:41.345Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.192Z" + "updatedAt": "2025-12-01T19:22:41.380Z" } } }, @@ -5520,13 +5531,13 @@ }, "c957730742bfb92e2dc7fb525f717a4437abf5f9440efbbac1db614a1b98a392": { "es": { - "updatedAt": "2025-12-01T18:36:44.159Z" + "updatedAt": "2025-12-01T19:22:41.319Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.161Z" + "updatedAt": "2025-12-01T19:22:41.323Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.162Z" + "updatedAt": "2025-12-01T19:22:41.324Z" } } }, @@ -5555,13 +5566,13 @@ }, "ede4781ac253b215e63e85bc6df9f6b663c66406f6357aa7af4eeffb8d1a98cf": { "zh": { - "updatedAt": "2025-12-01T18:36:44.183Z" + "updatedAt": "2025-12-01T19:22:41.354Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.186Z" + "updatedAt": "2025-12-01T19:22:41.362Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.192Z" + "updatedAt": "2025-12-01T19:22:41.383Z" } } }, @@ -5590,13 +5601,13 @@ }, "077aa8e71ac9b1ad9784f1fdb2f0f2272d89aef4e499c387a943a032aa224732": { "zh": { - "updatedAt": "2025-12-01T18:36:44.142Z" + "updatedAt": "2025-12-01T19:22:41.283Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.152Z" + "updatedAt": "2025-12-01T19:22:41.299Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.157Z" + "updatedAt": "2025-12-01T19:22:41.314Z" } } }, @@ -5625,13 +5636,13 @@ }, "da016517371e5e7db181469b550eca247e51f3bf4b86713715fc068a333414c0": { "fr": { - "updatedAt": "2025-12-01T18:36:44.144Z" + "updatedAt": "2025-12-01T19:22:41.283Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.146Z" + "updatedAt": "2025-12-01T19:22:41.284Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.149Z" + "updatedAt": "2025-12-01T19:22:41.292Z" } } }, @@ -5660,13 +5671,13 @@ }, "09e6faacedcffff953e51c59a6092cbbe84f4d0578d592bc9decaa2ea769e610": { "es": { - "updatedAt": "2025-12-01T18:36:44.140Z" + "updatedAt": "2025-12-01T19:22:41.277Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.153Z" + "updatedAt": "2025-12-01T19:22:41.302Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.156Z" + "updatedAt": "2025-12-01T19:22:41.311Z" } } }, @@ -5695,13 +5706,13 @@ }, "920a037cf6ef3d11b598424d40e30e4fb7ed552c10735b7bd0019d1f3fec22ed": { "fr": { - "updatedAt": "2025-12-01T18:36:44.180Z" + "updatedAt": "2025-12-01T19:22:41.349Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.179Z" + "updatedAt": "2025-12-01T19:22:41.347Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.187Z" + "updatedAt": "2025-12-01T19:22:41.367Z" } } }, @@ -5730,13 +5741,13 @@ }, "73e97e9550aca0ead247a8d29bb6dac2a50383ac82c0b2865048005b70d66c61": { "fr": { - "updatedAt": "2025-12-01T18:36:44.137Z" + "updatedAt": "2025-12-01T19:22:41.271Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.149Z" + "updatedAt": "2025-12-01T19:22:41.291Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.152Z" + "updatedAt": "2025-12-01T19:22:41.299Z" } } }, @@ -5765,13 +5776,13 @@ }, "160f5f116c9fa308d3ec6a5259bbd3981661441ed3005e4cecde5805eb67d49f": { "zh": { - "updatedAt": "2025-12-01T18:36:44.141Z" + "updatedAt": "2025-12-01T19:22:41.281Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.141Z" + "updatedAt": "2025-12-01T19:22:41.282Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.146Z" + "updatedAt": "2025-12-01T19:22:41.285Z" } } }, @@ -5811,13 +5822,13 @@ }, "3a6e4acbcd42d698efb48d6af496659276249a22773b9cb50fd36f7d928647d0": { "zh": { - "updatedAt": "2025-12-01T18:36:44.105Z" + "updatedAt": "2025-12-01T19:22:41.194Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.105Z" + "updatedAt": "2025-12-01T19:22:41.195Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.106Z" + "updatedAt": "2025-12-01T19:22:41.196Z" } } }, @@ -5857,13 +5868,13 @@ }, "d5f72a1068546e50a8769f65162ffc337c9b76d937e24eaec2c75f7a648f9644": { "es": { - "updatedAt": "2025-12-01T18:36:44.158Z" + "updatedAt": "2025-12-01T19:22:41.316Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.158Z" + "updatedAt": "2025-12-01T19:22:41.317Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.159Z" + "updatedAt": "2025-12-01T19:22:41.318Z" } } }, @@ -5925,13 +5936,13 @@ }, "b2941acc9defbd3d9c3b300b73704cac0dd2fb86b77e667eb6cde4d0fa6c5495": { "es": { - "updatedAt": "2025-12-01T18:36:44.160Z" + "updatedAt": "2025-12-01T19:22:41.320Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.160Z" + "updatedAt": "2025-12-01T19:22:41.321Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.161Z" + "updatedAt": "2025-12-01T19:22:41.322Z" } } }, @@ -5971,13 +5982,13 @@ }, "8eb623e940a3abc55e0cc140c54772a2a4b80f55ad501dc7ccd26ebad8a88170": { "es": { - "updatedAt": "2025-12-01T18:36:44.167Z" + "updatedAt": "2025-12-01T19:22:41.265Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.168Z" + "updatedAt": "2025-12-01T19:22:41.331Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.170Z" + "updatedAt": "2025-12-01T19:22:41.332Z" } } }, @@ -6030,39 +6041,39 @@ }, "acfaa578e31469bba912c816947b7f178d4832f82c00d05c3e244edd94887e39": { "es": { - "updatedAt": "2025-12-01T18:36:44.241Z" + "updatedAt": "2025-12-01T19:22:41.552Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.242Z" + "updatedAt": "2025-12-01T19:22:41.554Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.244Z" + "updatedAt": "2025-12-01T19:22:41.561Z" } } }, "d94f062276e8ad0d42732979d06ce717dd7311616fe48748e00dba55829e49e7": { "38383b08735a5cb0e05fd23251b27a3ee86198c1e15186670fc6283782cd16ac": { "fr": { - "updatedAt": "2025-12-01T18:36:44.223Z" + "updatedAt": "2025-12-01T19:22:41.464Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.224Z" + "updatedAt": "2025-12-01T19:22:41.466Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.223Z" + "updatedAt": "2025-12-01T19:22:41.465Z" } } }, "b75acb2803501aae1bc445e5c4671f7a1cb79a55d21e1658ded84494ddd40dd7": { "2d3ea0369c9e0a1cae4d532293d6570f21f57b514c73f999de5c56c3a56fa419": { "fr": { - "updatedAt": "2025-12-01T18:36:44.225Z" + "updatedAt": "2025-12-01T19:22:41.467Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.225Z" + "updatedAt": "2025-12-01T19:22:41.468Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.225Z" + "updatedAt": "2025-12-01T19:22:41.468Z" } } }, @@ -6091,13 +6102,13 @@ }, "70ae68e58bd169fcaad5883e12866d9623dd08aeda647b33d080900e63da30ae": { "zh": { - "updatedAt": "2025-12-01T18:36:44.199Z" + "updatedAt": "2025-12-01T19:22:41.401Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.178Z" + "updatedAt": "2025-12-01T19:22:41.406Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.191Z" + "updatedAt": "2025-12-01T19:22:41.431Z" } } }, @@ -6126,13 +6137,13 @@ }, "abd558ca5dff83fea0f652890cb390fbf5a7818d903e464a8407cbac75b6926b": { "fr": { - "updatedAt": "2025-12-01T18:36:44.201Z" + "updatedAt": "2025-12-01T19:22:41.406Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.204Z" + "updatedAt": "2025-12-01T19:22:41.417Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.209Z" + "updatedAt": "2025-12-01T19:22:41.432Z" } } }, @@ -6150,13 +6161,13 @@ }, "14c735b1f5d231158fc82ee047c2c33adf31bf94b27796f516f1287a5bcec0be": { "zh": { - "updatedAt": "2025-12-01T18:36:44.170Z" + "updatedAt": "2025-12-01T19:22:41.333Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.172Z" + "updatedAt": "2025-12-01T19:22:41.335Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.171Z" + "updatedAt": "2025-12-01T19:22:41.334Z" } } }, @@ -6185,13 +6196,13 @@ }, "6b0824d08f834f9a5d538b3b8632f9b239036b14491d42acebef6408dc7ec637": { "zh": { - "updatedAt": "2025-12-01T18:36:44.175Z" + "updatedAt": "2025-12-01T19:22:41.342Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.182Z" + "updatedAt": "2025-12-01T19:22:41.352Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.193Z" + "updatedAt": "2025-12-01T19:22:41.384Z" } } }, @@ -6220,13 +6231,13 @@ }, "69541fe204b62627117cad380d521083fbbbf9f2aa883d6f7c32d9483e435d8a": { "es": { - "updatedAt": "2025-12-01T18:36:44.182Z" + "updatedAt": "2025-12-01T19:22:41.353Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.188Z" + "updatedAt": "2025-12-01T19:22:41.370Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.190Z" + "updatedAt": "2025-12-01T19:22:41.375Z" } } }, @@ -6266,13 +6277,13 @@ }, "a579b00d949d1eb971a0e0020a4684cc68ba269d7c6744518b1e9d92ca3b0d2e": { "es": { - "updatedAt": "2025-12-01T18:36:44.213Z" + "updatedAt": "2025-12-01T19:22:41.444Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.214Z" + "updatedAt": "2025-12-01T19:22:41.448Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.214Z" + "updatedAt": "2025-12-01T19:22:41.449Z" } } }, @@ -6301,13 +6312,13 @@ }, "be04206c1c53f3a25f69fae280dd277b9bde36158b2e9b21967acc980f632e3e": { "es": { - "updatedAt": "2025-12-01T18:36:44.186Z" + "updatedAt": "2025-12-01T19:22:41.364Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.191Z" + "updatedAt": "2025-12-01T19:22:41.378Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.192Z" + "updatedAt": "2025-12-01T19:22:41.379Z" } } }, @@ -6336,13 +6347,13 @@ }, "072b9eebedb71c24eff9121c4c3df35b97b1ed50e4d085469528c9d2de05859f": { "es": { - "updatedAt": "2025-12-01T18:36:44.173Z" + "updatedAt": "2025-12-01T19:22:41.338Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.184Z" + "updatedAt": "2025-12-01T19:22:41.356Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.185Z" + "updatedAt": "2025-12-01T19:22:41.359Z" } } }, @@ -6371,13 +6382,13 @@ }, "60410e8de452c7da325a02a1b113b5f41efda66701da3ba2c1c778a5bfcf1c6b": { "fr": { - "updatedAt": "2025-12-01T18:36:44.172Z" + "updatedAt": "2025-12-01T19:22:41.336Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.175Z" + "updatedAt": "2025-12-01T19:22:41.342Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.177Z" + "updatedAt": "2025-12-01T19:22:41.345Z" } } }, @@ -6406,13 +6417,13 @@ }, "dde578357b2aa8dc9ec91b7416fd9f8749254ddcf457dc7de9da32aa6e56b9c8": { "es": { - "updatedAt": "2025-12-01T18:36:44.185Z" + "updatedAt": "2025-12-01T19:22:41.361Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.187Z" + "updatedAt": "2025-12-01T19:22:41.368Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.187Z" + "updatedAt": "2025-12-01T19:22:41.369Z" } } }, @@ -6441,13 +6452,13 @@ }, "d17d77e9a77034275d7299a408936de7d84a9217ba3d17dc5229aa6378688f5b": { "zh": { - "updatedAt": "2025-12-01T18:36:44.178Z" + "updatedAt": "2025-12-01T19:22:41.346Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.174Z" + "updatedAt": "2025-12-01T19:22:41.339Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.184Z" + "updatedAt": "2025-12-01T19:22:41.358Z" } } }, @@ -6487,13 +6498,13 @@ }, "0fc1c97ac1271e56711c24a8e174f746e5aba365ae68c766dfc386de28b68758": { "es": { - "updatedAt": "2025-12-01T18:36:44.194Z" + "updatedAt": "2025-12-01T19:22:41.390Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.194Z" + "updatedAt": "2025-12-01T19:22:41.391Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.194Z" + "updatedAt": "2025-12-01T19:22:41.392Z" } } }, @@ -6522,13 +6533,13 @@ }, "61916a309506445f20e4979e2a04f18a825fc867a7af92e1e9f217840401ff61": { "es": { - "updatedAt": "2025-12-01T18:36:44.181Z" + "updatedAt": "2025-12-01T19:22:41.351Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.189Z" + "updatedAt": "2025-12-01T19:22:41.372Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.191Z" + "updatedAt": "2025-12-01T19:22:41.377Z" } } }, @@ -6557,13 +6568,13 @@ }, "2a73cd0326763c7348f44dc1cc2e1d20ce60a6c28804faf8200b562081183243": { "es": { - "updatedAt": "2025-12-01T18:36:44.180Z" + "updatedAt": "2025-12-01T19:22:41.348Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.181Z" + "updatedAt": "2025-12-01T19:22:41.350Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.186Z" + "updatedAt": "2025-12-01T19:22:41.361Z" } } }, @@ -6592,13 +6603,13 @@ }, "8868b228fc8a687b133035b70a0de2ce37b05bf402b2e01848c326ea1dea023f": { "fr": { - "updatedAt": "2025-12-01T18:36:44.176Z" + "updatedAt": "2025-12-01T19:22:41.344Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.179Z" + "updatedAt": "2025-12-01T19:22:41.346Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.190Z" + "updatedAt": "2025-12-01T19:22:41.376Z" } } }, @@ -6638,13 +6649,13 @@ }, "bfac87d61aea2f8e15396ac217d71bbe13d58d2b1fb4788051f80b104c12dcfb": { "fr": { - "updatedAt": "2025-12-01T18:36:44.216Z" + "updatedAt": "2025-12-01T19:22:41.454Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.216Z" + "updatedAt": "2025-12-01T19:22:41.455Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.217Z" + "updatedAt": "2025-12-01T19:22:41.456Z" } } }, @@ -6706,13 +6717,13 @@ }, "5008d1a3425b0c4ee959ccf61fcef8e8c18efd59ec14ab31165a388b5d9339e9": { "fr": { - "updatedAt": "2025-12-01T18:36:44.211Z" + "updatedAt": "2025-12-01T19:22:41.438Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.212Z" + "updatedAt": "2025-12-01T19:22:41.439Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.215Z" + "updatedAt": "2025-12-01T19:22:41.450Z" } } }, @@ -6752,13 +6763,13 @@ }, "b45bae404e19ce4bf3d7eef53d482ed6ef014f4e3fa1a95ce29fa233498d3100": { "zh": { - "updatedAt": "2025-12-01T18:36:44.258Z" + "updatedAt": "2025-12-01T19:22:41.582Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.259Z" + "updatedAt": "2025-12-01T19:22:41.583Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.259Z" + "updatedAt": "2025-12-01T19:22:41.584Z" } } }, @@ -6787,26 +6798,26 @@ }, "e5f66a275721a9cc17c973319dccecc1dac2ac8dee59f4ab039032125acac1a5": { "zh": { - "updatedAt": "2025-12-01T18:36:44.231Z" + "updatedAt": "2025-12-01T19:22:41.520Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.229Z" + "updatedAt": "2025-12-01T19:22:41.401Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.244Z" + "updatedAt": "2025-12-01T19:22:41.558Z" } } }, "9f010ac20bb43e57e5a7e4090f5201d7cb2a2c159a75dcd9dc8c8fec762bdb2f": { "ddf56b843c9eb02243bfeecfd91aaaa2ec31066e8332e46c84e6e2e13605c21f": { "es": { - "updatedAt": "2025-12-01T18:36:44.218Z" + "updatedAt": "2025-12-01T19:22:41.462Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.222Z" + "updatedAt": "2025-12-01T19:22:41.463Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.222Z" + "updatedAt": "2025-12-01T19:22:41.464Z" } } }, @@ -6883,13 +6894,13 @@ }, "ddeb7f2354190cbc31ab09c6f70e517fff11b85b0d95e50c7db0f94bb98f084b": { "zh": { - "updatedAt": "2025-12-01T18:36:44.237Z" + "updatedAt": "2025-12-01T19:22:41.535Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.240Z" + "updatedAt": "2025-12-01T19:22:41.551Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.248Z" + "updatedAt": "2025-12-01T19:22:41.575Z" } } }, @@ -6918,13 +6929,13 @@ }, "f07a3c65b544b1b6c3631e472056dfd51f9fbc79e28fe7073271fa963f1355a2": { "zh": { - "updatedAt": "2025-12-01T18:36:44.199Z" + "updatedAt": "2025-12-01T19:22:41.343Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.205Z" + "updatedAt": "2025-12-01T19:22:41.418Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.210Z" + "updatedAt": "2025-12-01T19:22:41.435Z" } } }, @@ -6953,13 +6964,13 @@ }, "9af3d645babdeca987fedca80aae0b76816b37e30bf3a25fc1db00ead3f1bca8": { "es": { - "updatedAt": "2025-12-01T18:36:44.229Z" + "updatedAt": "2025-12-01T19:22:41.400Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.230Z" + "updatedAt": "2025-12-01T19:22:41.516Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.232Z" + "updatedAt": "2025-12-01T19:22:41.525Z" } } }, @@ -6988,13 +6999,13 @@ }, "6958bd474f6a4553c34c8b0c0941dc296fda94522707820277c2a5d0c951d3d9": { "fr": { - "updatedAt": "2025-12-01T18:36:44.234Z" + "updatedAt": "2025-12-01T19:22:41.529Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.237Z" + "updatedAt": "2025-12-01T19:22:41.536Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.238Z" + "updatedAt": "2025-12-01T19:22:41.541Z" } } }, @@ -7023,13 +7034,13 @@ }, "9a8eb49e54fa21c3ff613191e3d1b289989902d0fa2e4ba51397002c40e93870": { "zh": { - "updatedAt": "2025-12-01T18:36:44.240Z" + "updatedAt": "2025-12-01T19:22:41.550Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.247Z" + "updatedAt": "2025-12-01T19:22:41.568Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.248Z" + "updatedAt": "2025-12-01T19:22:41.572Z" } } }, @@ -7058,13 +7069,13 @@ }, "1154edcbe3fdbda2eae42bc99ecc5bb63cae52c0474d507872da2f6dc8e7f297": { "fr": { - "updatedAt": "2025-12-01T18:36:44.243Z" + "updatedAt": "2025-12-01T19:22:41.557Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.239Z" + "updatedAt": "2025-12-01T19:22:41.547Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.246Z" + "updatedAt": "2025-12-01T19:22:41.566Z" } } }, @@ -7117,13 +7128,13 @@ }, "0ea9b1d6e66497b1210bfe5724c2f7510c6e6d56377ada39d875c6fcfe0f87c8": { "zh": { - "updatedAt": "2025-12-01T18:36:44.242Z" + "updatedAt": "2025-12-01T19:22:41.553Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.243Z" + "updatedAt": "2025-12-01T19:22:41.557Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.247Z" + "updatedAt": "2025-12-01T19:22:41.567Z" } } }, @@ -7141,13 +7152,13 @@ }, "a4977444f0f815bce050c7b0c40b95d2b90dad17b3590fe6a21f53bc81615877": { "fr": { - "updatedAt": "2025-12-01T18:36:44.198Z" + "updatedAt": "2025-12-01T19:22:41.340Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.204Z" + "updatedAt": "2025-12-01T19:22:41.416Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.208Z" + "updatedAt": "2025-12-01T19:22:41.428Z" } } }, @@ -7165,13 +7176,13 @@ }, "431c7d877cd968680654f3ba3199018c65f3067f181556f6c17cb6fc23a09b95": { "es": { - "updatedAt": "2025-12-01T18:36:44.203Z" + "updatedAt": "2025-12-01T19:22:41.413Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.207Z" + "updatedAt": "2025-12-01T19:22:41.424Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.207Z" + "updatedAt": "2025-12-01T19:22:41.427Z" } } }, @@ -7189,13 +7200,13 @@ }, "6271866faf9d02d817186ae34b2d3eab2cf36cf06b76aef6099a4b150a1b7a29": { "fr": { - "updatedAt": "2025-12-01T18:36:44.207Z" + "updatedAt": "2025-12-01T19:22:41.426Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.208Z" + "updatedAt": "2025-12-01T19:22:41.428Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.208Z" + "updatedAt": "2025-12-01T19:22:41.430Z" } } }, @@ -7213,13 +7224,13 @@ }, "2b5cfbd867ca905528ea813143cb7cd4d779ff3e6af7fc85478477cde375d7b4": { "es": { - "updatedAt": "2025-12-01T18:36:44.200Z" + "updatedAt": "2025-12-01T19:22:41.402Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.200Z" + "updatedAt": "2025-12-01T19:22:41.404Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.206Z" + "updatedAt": "2025-12-01T19:22:41.420Z" } } }, @@ -7237,13 +7248,13 @@ }, "81dc63a56ed47eb6d5074a9077653870c724bb93134e76ca204752ffda496a52": { "fr": { - "updatedAt": "2025-12-01T18:36:44.200Z" + "updatedAt": "2025-12-01T19:22:41.403Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.202Z" + "updatedAt": "2025-12-01T19:22:41.411Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.209Z" + "updatedAt": "2025-12-01T19:22:41.434Z" } } }, @@ -7261,13 +7272,13 @@ }, "12bcbe0047512bda33bb98c07f650993bb355469a42885552917c1f1369c09a6": { "fr": { - "updatedAt": "2025-12-01T18:36:44.201Z" + "updatedAt": "2025-12-01T19:22:41.405Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.205Z" + "updatedAt": "2025-12-01T19:22:41.419Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.207Z" + "updatedAt": "2025-12-01T19:22:41.425Z" } } }, @@ -7296,26 +7307,26 @@ }, "03347655354b5e353b408c7a4beb3218145489a16062547e3b6ae4ca52dab02f": { "zh": { - "updatedAt": "2025-12-01T18:36:44.201Z" + "updatedAt": "2025-12-01T19:22:41.408Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.206Z" + "updatedAt": "2025-12-01T19:22:41.420Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.206Z" + "updatedAt": "2025-12-01T19:22:41.422Z" } } }, "dc269fa38a9f70dcc0dcdd446172ce680441082b0cba035e0d7d22453651fb4c": { "841108bbf6e1733b36d68418b8096f6505ae3769ebe6bb0939b9862f7ee905ae": { "es": { - "updatedAt": "2025-12-01T18:36:44.226Z" + "updatedAt": "2025-12-01T19:22:41.470Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.226Z" + "updatedAt": "2025-12-01T19:22:41.470Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.226Z" + "updatedAt": "2025-12-01T19:22:41.471Z" } } }, @@ -7344,13 +7355,13 @@ }, "1a8ae0e522de475d50ceb2c3d930ab75e0a9c7cb448a33d5a9aafaa5717b2770": { "zh": { - "updatedAt": "2025-12-01T18:36:44.106Z" + "updatedAt": "2025-12-01T19:22:41.197Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.108Z" + "updatedAt": "2025-12-01T19:22:41.201Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.123Z" + "updatedAt": "2025-12-01T19:22:41.233Z" } } }, @@ -7390,13 +7401,13 @@ }, "eaf3b675306027bf04595dca52e74dd1614edc320fafff007530df01cbb22259": { "zh": { - "updatedAt": "2025-12-01T18:36:44.261Z" + "updatedAt": "2025-12-01T19:22:41.587Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.262Z" + "updatedAt": "2025-12-01T19:22:41.588Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.263Z" + "updatedAt": "2025-12-01T19:22:41.589Z" } } }, @@ -7425,13 +7436,13 @@ }, "df2826252d76bef142551e69ee162b565fd37e0e63cdd9159fb925f1f911f524": { "es": { - "updatedAt": "2025-12-01T18:36:44.230Z" + "updatedAt": "2025-12-01T19:22:41.515Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.236Z" + "updatedAt": "2025-12-01T19:22:41.535Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.239Z" + "updatedAt": "2025-12-01T19:22:41.546Z" } } }, @@ -7460,13 +7471,13 @@ }, "3db39b6f8aead15f7b8dbe6824e173913fabaf7b510406e0124e1b2be61ca3de": { "fr": { - "updatedAt": "2025-12-01T18:36:44.235Z" + "updatedAt": "2025-12-01T19:22:41.533Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.240Z" + "updatedAt": "2025-12-01T19:22:41.549Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.243Z" + "updatedAt": "2025-12-01T19:22:41.555Z" } } }, @@ -7495,13 +7506,13 @@ }, "4bc387e1ff76fddd88238476d65b74ade4cc2f449ce36eb3bc8b85f770c3f490": { "es": { - "updatedAt": "2025-12-01T18:36:44.232Z" + "updatedAt": "2025-12-01T19:22:41.524Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.233Z" + "updatedAt": "2025-12-01T19:22:41.526Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.233Z" + "updatedAt": "2025-12-01T19:22:41.528Z" } } }, @@ -7541,13 +7552,13 @@ }, "2e6a80a1a0b8e8424f493d4c864eb475de15f72d6014090c74d48ecd2104428c": { "zh": { - "updatedAt": "2025-12-01T18:36:44.260Z" + "updatedAt": "2025-12-01T19:22:41.585Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.261Z" + "updatedAt": "2025-12-01T19:22:41.586Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.262Z" + "updatedAt": "2025-12-01T19:22:41.587Z" } } }, @@ -7576,13 +7587,13 @@ }, "62faf6816da4cc899a87cf65d8cdedfb2984c52d91929ff74e1ff826d2f3edf2": { "fr": { - "updatedAt": "2025-12-01T18:36:44.231Z" + "updatedAt": "2025-12-01T19:22:41.518Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.238Z" + "updatedAt": "2025-12-01T19:22:41.543Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.248Z" + "updatedAt": "2025-12-01T19:22:41.570Z" } } }, @@ -7611,13 +7622,13 @@ }, "ec813e998591f0d4114ebde9d66a49f01a39db4bc9c058a1340c41d38731a456": { "fr": { - "updatedAt": "2025-12-01T18:36:44.230Z" + "updatedAt": "2025-12-01T19:22:41.514Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.244Z" + "updatedAt": "2025-12-01T19:22:41.559Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.241Z" + "updatedAt": "2025-12-01T19:22:41.552Z" } } }, @@ -7657,13 +7668,13 @@ }, "725c514c7f51a988e1a1f21ba6c44e514520aa57b3b2f7ba21b45751dcfac18d": { "es": { - "updatedAt": "2025-12-01T18:36:44.254Z" + "updatedAt": "2025-12-01T19:22:41.579Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.254Z" + "updatedAt": "2025-12-01T19:22:41.581Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.254Z" + "updatedAt": "2025-12-01T19:22:41.582Z" } } }, @@ -7692,13 +7703,13 @@ }, "02a3f8a9c2b7bed0ca12b135d6610f9dd0567e2045b9486068c3fcc46e5e7b9f": { "fr": { - "updatedAt": "2025-12-01T18:36:44.228Z" + "updatedAt": "2025-12-01T19:22:41.399Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.231Z" + "updatedAt": "2025-12-01T19:22:41.522Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.235Z" + "updatedAt": "2025-12-01T19:22:41.532Z" } } }, @@ -7760,13 +7771,13 @@ }, "054f6571273d2558bdb64b68da5622eadbb8e039eb02cdf5f4f5e82f029dced1": { "fr": { - "updatedAt": "2025-12-01T18:36:44.196Z" + "updatedAt": "2025-12-01T19:22:41.396Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.197Z" + "updatedAt": "2025-12-01T19:22:41.397Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.197Z" + "updatedAt": "2025-12-01T19:22:41.398Z" } } }, @@ -7795,13 +7806,13 @@ }, "da2fe203fd6263e2f728a6d0927c4acfae11b86bb47b86a53209988c7f12a9b8": { "fr": { - "updatedAt": "2025-12-01T18:36:44.234Z" + "updatedAt": "2025-12-01T19:22:41.531Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.237Z" + "updatedAt": "2025-12-01T19:22:41.538Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.253Z" + "updatedAt": "2025-12-01T19:22:41.577Z" } } }, @@ -7830,13 +7841,13 @@ }, "d6087277997107007f0e8bb1fa131196a7db7e155e4fff201da51c38c12cdea4": { "es": { - "updatedAt": "2025-12-01T18:36:44.236Z" + "updatedAt": "2025-12-01T19:22:41.534Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.245Z" + "updatedAt": "2025-12-01T19:22:41.562Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.245Z" + "updatedAt": "2025-12-01T19:22:41.563Z" } } }, @@ -7865,13 +7876,13 @@ }, "83bea4f26ff686307b770bfaca74faddccd854e05ce6462eefc4c2832e6d3813": { "zh": { - "updatedAt": "2025-12-01T18:36:44.137Z" + "updatedAt": "2025-12-01T19:22:41.269Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.138Z" + "updatedAt": "2025-12-01T19:22:41.273Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.154Z" + "updatedAt": "2025-12-01T19:22:41.305Z" } } }, @@ -7900,13 +7911,13 @@ }, "b72d2b9d9ef504cbfecd6422d202a23f54cb213b4a6c7fbe372d2fe6c315757d": { "fr": { - "updatedAt": "2025-12-01T18:36:44.204Z" + "updatedAt": "2025-12-01T19:22:41.532Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.210Z" + "updatedAt": "2025-12-01T19:22:41.565Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.210Z" + "updatedAt": "2025-12-01T19:22:41.564Z" } } }, @@ -7924,52 +7935,52 @@ }, "63edc9f8eced556d538a11fa6698380e9a743ce1de62b85c73cccb6a91d3af3e": { "fr": { - "updatedAt": "2025-12-01T18:36:44.109Z" + "updatedAt": "2025-12-01T19:22:41.202Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.112Z" + "updatedAt": "2025-12-01T19:22:41.208Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.110Z" + "updatedAt": "2025-12-01T19:22:41.205Z" } } }, "39825e960dc329e7e701846853ea8b2c69eccee5c036c82edfdf9a06020a9fbb": { "c2e28964d6bf27dad509a1169a25e67dcb784e72bd2b52b810d9fba2f2c5a82b": { "zh": { - "updatedAt": "2025-12-01T18:36:44.094Z" + "updatedAt": "2025-12-01T19:22:41.174Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.095Z" + "updatedAt": "2025-12-01T19:22:41.175Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.095Z" + "updatedAt": "2025-12-01T19:22:41.176Z" } } }, "5ee2c22c5f816bd2e9ccb18534d94c7d2d0d1fd48d15aea7d344871cc05d6b5d": { "ab26030a2677e7aee15a1962ed36cc8690f9395c1234a20e05071c72dccaff07": { "es": { - "updatedAt": "2025-12-01T18:36:44.097Z" + "updatedAt": "2025-12-01T19:22:41.179Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.098Z" + "updatedAt": "2025-12-01T19:22:41.181Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.099Z" + "updatedAt": "2025-12-01T19:22:41.184Z" } } }, "fd46ee9a7c4d77ed4c1a2b9efb3f8f7f2964363b03115970bf43dd58e197f08c": { "935322d7360b64d9326d5f92a1858bc47136cff17d63784a0d3cd82ba099c65a": { "zh": { - "updatedAt": "2025-12-01T18:36:44.069Z" + "updatedAt": "2025-12-01T19:22:41.103Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.070Z" + "updatedAt": "2025-12-01T19:22:41.105Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.071Z" + "updatedAt": "2025-12-01T19:22:41.107Z" } } }, @@ -7987,13 +7998,13 @@ }, "ad85637acb660ea365744e7a0e4d5c9af14dd3d61d032245a55b39a025dc998b": { "fr": { - "updatedAt": "2025-12-01T18:36:44.104Z" + "updatedAt": "2025-12-01T19:22:41.193Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.104Z" + "updatedAt": "2025-12-01T19:22:41.193Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.104Z" + "updatedAt": "2025-12-01T19:22:41.194Z" } } }, @@ -8011,65 +8022,78 @@ }, "6f7ef54468b886002503e049fe014aeecf19dbca85d972b5cc1aeb4f5cbcd259": { "zh": { - "updatedAt": "2025-12-01T18:36:44.130Z" + "updatedAt": "2025-12-01T19:22:41.330Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.134Z" + "updatedAt": "2025-12-01T19:22:41.264Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.135Z" + "updatedAt": "2025-12-01T19:22:41.265Z" } } }, "be5e892f6c4f67bd81fe0cb2eb2c6926b3e1aed86319263030ba6de5aef81643": { "2d45a98943adcf6323d8b9bd963e1a68b9c6d584fe97c7f01e9a6f37e4268f9c": { "zh": { - "updatedAt": "2025-12-01T18:36:44.195Z" + "updatedAt": "2025-12-01T19:22:41.393Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.195Z" + "updatedAt": "2025-12-01T19:22:41.394Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.195Z" + "updatedAt": "2025-12-01T19:22:41.395Z" } } }, "77ea8b1235af73346c74a76d9c806e3bb004764d3a0d8aa467b0cd38785523c1": { "11572668be0bfa5784f337f06ff8b84bd549b35ba8986840db7e54a31ffd864f": { "zh": { - "updatedAt": "2025-12-01T18:36:44.162Z" + "updatedAt": "2025-12-01T19:22:41.325Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.163Z" + "updatedAt": "2025-12-01T19:22:41.326Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.163Z" + "updatedAt": "2025-12-01T19:22:41.327Z" } } }, "855860e7e2c378e03eeadd8be43d2e9195684a4803997d926d976b0ca4a456f3": { "c8947be6ab36b3f78b0e6b92140f2cbbf957e4dda05b552df8d7a165e6c3943f": { "fr": { - "updatedAt": "2025-12-01T18:36:44.096Z" + "updatedAt": "2025-12-01T19:22:41.177Z" }, "es": { - "updatedAt": "2025-12-01T18:36:44.096Z" + "updatedAt": "2025-12-01T19:22:41.178Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.096Z" + "updatedAt": "2025-12-01T19:22:41.179Z" } } }, "a5c468b6498da2c316c98668072c03efdbfa8272c08faa011785e3964a47d851": { "5b118493330040eb4fa1e91872fc7151da0f61bd1dadf9ac789122823e0fb425": { "es": { - "updatedAt": "2025-12-01T18:36:44.215Z" + "updatedAt": "2025-12-01T19:22:41.451Z" }, "fr": { - "updatedAt": "2025-12-01T18:36:44.215Z" + "updatedAt": "2025-12-01T19:22:41.452Z" }, "zh": { - "updatedAt": "2025-12-01T18:36:44.216Z" + "updatedAt": "2025-12-01T19:22:41.453Z" + } + } + }, + "16b84961a0a754c727f7526703032ff2a576e88ac75779ca1c059337db5858f5": { + "6c46d20ebba76a27c245d503282a32ae63ab6be259f5a5d9dda9633a7367cc70": { + "zh": { + "updatedAt": "2025-12-01T19:22:41.512Z" + }, + "es": { + "updatedAt": "2025-12-01T19:22:41.590Z" + }, + "fr": { + "updatedAt": "2025-12-01T19:22:41.590Z" } } } 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