diff --git a/es/ai/model-context-protocol.mdx b/es/ai/model-context-protocol.mdx index ec8e9c2e8..99ea8dbe3 100644 --- a/es/ai/model-context-protocol.mdx +++ b/es/ai/model-context-protocol.mdx @@ -34,24 +34,22 @@ La ruta `/mcp` está reservada para servidores MCP alojados y no se puede usar p Todos los servidores MCP incluyen la herramienta `search` de forma predeterminada, lo que permite a los usuarios consultar información de tu documentación desde otras herramientas. -Si cuentas con un [plan Pro o Enterprise](https://mintlify.com/pricing?ref=mcp), puedes exponer endpoints de tu especificación OpenAPI como herramientas MCP. +Si tienes un [plan Pro o Custom](https://mintlify.com/pricing?ref=mcp), puedes exponer endpoints de tu especificación OpenAPI como herramientas MCP. -Para exponer endpoints como herramientas MCP, utiliza el objeto `mcp` dentro de la extensión `x-mint`, ya sea a nivel de archivo o de endpoint. Por ejemplo, el servidor MCP de Mintlify incluye herramientas para crear chats del assistant, obtener actualizaciones de estado y activar actualizaciones. +Para exponer endpoints como herramientas MCP, usa el objeto `mcp` dentro de la extensión `x-mint` a nivel de archivo o de endpoint. Por ejemplo, el servidor MCP de Mintlify incluye herramientas para crear chats del assistant, obtener actualizaciones de estado y desencadenar actualizaciones. -Los servidores MCP siguen un enfoque de seguridad primero en el que los endpoints de la API no se exponen de forma predeterminada. Debes habilitar explícitamente los endpoints para que estén disponibles como herramientas MCP. Expón únicamente endpoints que sean seguros para el acceso público a través de herramientas de IA. +Los servidores MCP siguen un enfoque de seguridad prioritaria, donde los endpoints de la API no se exponen de forma predeterminada. Debes habilitar explícitamente los endpoints para que estén disponibles como herramientas MCP. Expón únicamente endpoints que sean seguros para el acceso público a través de herramientas de IA. La configuración de MCP para el endpoint. - Indica si se debe exponer el endpoint como una herramienta MCP. Tiene prioridad sobre la configuración a nivel de archivo. + Indica si se expone el endpoint como una herramienta MCP. Tiene prioridad sobre la configuración a nivel de archivo. - El nombre de la herramienta MCP. - La descripción de la herramienta MCP. diff --git a/es/authentication-personalization/overview.mdx b/es/authentication-personalization/overview.mdx index f91df4c5e..85c6baa46 100644 --- a/es/authentication-personalization/overview.mdx +++ b/es/authentication-personalization/overview.mdx @@ -1,5 +1,5 @@ --- -title: "Overview" +title: "Descripción general" description: "Controla quién ve tu documentación y personaliza su experiencia" keywords: ["auth"] --- @@ -7,14 +7,14 @@ keywords: ["auth"] Los [planes Pro](https://mintlify.com/pricing?ref=authentication) incluyen autenticación con contraseña. - Los [planes Enterprise](https://mintlify.com/pricing?ref=authentication) incluyen todos los métodos de autenticación. + Los [planes Custom](https://mintlify.com/pricing?ref=authentication) incluyen todos los métodos de autenticación. Elige entre tres enfoques para gestionar el acceso y personalizar tu documentación según la información del usuario y tus necesidades de seguridad: -* **Autenticación completa**: Privacidad total para todo el contenido, con personalización completa. +* **Autenticación completa**: Protección total de la privacidad de todo el contenido, con personalización completa. * **Autenticación parcial**: Control de acceso página por página, con personalización completa. -* **Personalización**: Personalización de contenido sin **garantías de seguridad**. Todo el contenido sigue siendo de acceso público. +* **Personalización**: Personalización del contenido, **sin garantías de seguridad**. Todo el contenido permanece accesible públicamente.
### Ejemplos de casos de uso @@ -69,4 +69,4 @@ Elige el método que mejor se adapte a tu infraestructura actual y a tus requisi ## Personalización del contenido
-Los tres enfoques admiten funciones de personalización del contenido, como contenido MDX dinámico, autocompletado de API key y controles de visibilidad de páginas. Para obtener instrucciones de implementación detalladas, consulta [Configuración de personalización](/es/deploy/personalization-setup). \ No newline at end of file +Los tres enfoques admiten funciones de personalización del contenido, como contenido MDX dinámico, prerellenado de API key y controles de visibilidad de páginas. Para obtener instrucciones de implementación detalladas, consulta [Configuración de la personalización](/es/deploy/personalization-setup). \ No newline at end of file diff --git a/es/dashboard/roles.mdx b/es/dashboard/roles.mdx index a98f09918..d7c052f10 100644 --- a/es/dashboard/roles.mdx +++ b/es/dashboard/roles.mdx @@ -4,23 +4,23 @@ description: "Controla el acceso a tu dashboard con roles." --- - La funcionalidad RBAC está disponible en el [plan Enterprise](https://mintlify.com/pricing?ref=rbac). + La funcionalidad RBAC está disponible en los [Custom plans](https://mintlify.com/pricing?ref=rbac). Mintlify ofrece dos niveles de acceso al dashboard: Editor y Admin. -A continuación se describen las acciones restringidas al rol de Admin: +A continuación se describen las acciones limitadas al rol de Admin: | | Editor | Admin | | ----------------------- | :----: | :---: | | Actualizar roles de usuario | ❌ | ✅ | | Eliminar usuarios | ❌ | ✅ | | Invitar usuarios admin | ❌ | ✅ | -| Administrar y actualizar la facturación | ❌ | ✅ | -| Actualizar domain personalizado | ❌ | ✅ | -| Actualizar source de Git | ❌ | ✅ | -| Eliminar organización | ❌ | ✅ | +| Gestionar y actualizar la facturación | ❌ | ✅ | +| Actualizar el domain personalizado | ❌ | ✅ | +| Actualizar el source de Git | ❌ | ✅ | +| Eliminar la org | ❌ | ✅ | -Las demás acciones del dashboard están disponibles para ambos roles. +Otras acciones en el dashboard están disponibles para ambos roles. -Puedes invitar a tantos admins como quieras, pero recomendamos limitar el acceso de admin a quienes realmente lo necesiten. \ No newline at end of file +Puedes invitar a tantos admins como quieras, pero recomendamos limitar el acceso de admin a los usuarios que lo necesiten. \ No newline at end of file diff --git a/es/dashboard/sso.mdx b/es/dashboard/sso.mdx index 075a468d1..971109cc9 100644 --- a/es/dashboard/sso.mdx +++ b/es/dashboard/sso.mdx @@ -4,10 +4,10 @@ description: "Personaliza cómo tu equipo puede iniciar sesión en tu dashboard --- - La funcionalidad de SSO está disponible en el [plan Enterprise](https://mintlify.com/pricing?ref=sso). + La funcionalidad de SSO está disponible en los [planes Custom](https://mintlify.com/pricing?ref=sso). -Usa el inicio de sesión único en tu dashboard mediante SAML y OIDC. Si usas Okta, Google Workspace o Microsoft Entra, contamos con documentación específica por proveedor para configurar SSO. Si usas otro proveedor, [contáctanos](mailto:support@mintlify.com). +Usa el inicio de sesión único en tu dashboard mediante SAML y OIDC. Si usas Okta, Google Workspace o Microsoft Entra, tenemos documentación específica por proveedor para configurar SSO. Si usas otro proveedor, [contáctanos](mailto:support@mintlify.com).
## Okta diff --git a/es/deploy/ci.mdx b/es/deploy/ci.mdx index ecfdb028b..2add3583d 100644 --- a/es/deploy/ci.mdx +++ b/es/deploy/ci.mdx @@ -1,13 +1,13 @@ --- title: "Verificaciones de CI" -description: "Agrega verificaciones para enlaces rotos, linting y gramática al proceso de actualización" +description: "Agrega comprobaciones de enlaces rotos, linting y gramática al proceso de actualización" --- - Los [planes Pro y Enterprise](https://mintlify.com/pricing?ref=docs-ci) incluyen verificaciones de CI para repositorios de GitHub. + Los [planes Pro y Custom](https://mintlify.com/pricing?ref=docs-ci) incluyen verificaciones de CI para repositorios de GitHub. -Usa verificaciones de CI para analizar tu documentación en busca de errores y mostrar advertencias antes de implementar. Las verificaciones de CI de Mintlify se ejecutan en solicitudes de extracción contra una rama de implementación configurada. +Usa las verificaciones de CI para revisar tu documentación en busca de errores y mostrar advertencias antes de la implementación. Las verificaciones de CI de Mintlify se ejecutan en solicitudes de extracción contra una rama de implementación configurada.
## Instalación diff --git a/es/deploy/preview-deployments.mdx b/es/deploy/preview-deployments.mdx index 15a7d4d29..b7d4a6057 100644 --- a/es/deploy/preview-deployments.mdx +++ b/es/deploy/preview-deployments.mdx @@ -1,13 +1,13 @@ --- title: "Implementaciones de vista previa" -description: "Previsualiza cambios en tu documentación en una implementación en vivo" +description: "Previsualiza los cambios en tu documentación en una implementación en vivo" --- - Las implementaciones de vista previa están disponibles en los [planes Pro y Enterprise](https://mintlify.com/pricing?ref=preview-deployments). + Las implementaciones de vista previa están disponibles en los [planes Pro y Custom](https://mintlify.com/pricing?ref=preview-deployments). -Las implementaciones de vista previa te permiten ver cómo se verán los cambios en tu documentación antes de fusionarlos en producción. Cada vista previa crea una URL para compartir que se actualiza automáticamente a medida que haces push de nuevos cambios. +Las implementaciones de vista previa te permiten ver cómo se mostrarán los cambios en tu documentación antes de integrarlos en producción. Cada vista previa genera una URL para compartir que se actualiza automáticamente a medida que envías nuevos cambios.
## Creación de implementaciones de vista previa @@ -60,6 +60,6 @@ Vuelve a implementar una vista previa para actualizar el contenido o volver a in Las implementaciones de vista previa pueden ser de acceso público o estar restringidas a usuarios autenticados. -**Acceso público**: Las URL de vista previa son públicas de forma predeterminada. Comparte un enlace de vista previa con cualquiera que necesite revisar tus cambios. +**Acceso público**: Las URL de vista previa son visibles públicamente de forma predeterminada. Comparte un enlace de vista previa con cualquiera que necesite revisar tus cambios. -**Acceso restringido**: Activa la autenticación para implementaciones de vista previa para limitar el acceso únicamente a usuarios autenticados de Mintlify. Consulta [Configuración de Autenticación](/es/deploy/authentication-setup) para obtener más información. \ No newline at end of file +**Acceso restringido**: Habilita la autenticación de implementaciones de vista previa para limitar el acceso únicamente a usuarios autenticados de Mintlify. Consulta [Configuración de Autenticación](/es/deploy/authentication-setup) para obtener más información. \ No newline at end of file diff --git a/fr/ai/model-context-protocol.mdx b/fr/ai/model-context-protocol.mdx index f69d0db92..c854dd8fb 100644 --- a/fr/ai/model-context-protocol.mdx +++ b/fr/ai/model-context-protocol.mdx @@ -29,16 +29,16 @@ Vous pouvez afficher et copier l’URL de votre serveur MCP dans votre [Dashboar Le chemin `/mcp` est réservé aux serveurs MCP hébergés et ne peut pas être utilisé pour d’autres éléments de navigation.
- ## Configuration de votre serveur MCP + ## Configurer votre serveur MCP
Tous les serveurs MCP incluent par défaut l’outil `search`, qui permet aux utilisateurs d’interroger les informations de votre documentation depuis d’autres outils. -Si vous avez un [forfait Pro ou Enterprise](https://mintlify.com/pricing?ref=mcp), vous pouvez exposer des points de terminaison depuis votre spécification OpenAPI en tant qu’outils MCP. +Si vous avez un [forfait Pro ou Custom](https://mintlify.com/pricing?ref=mcp), vous pouvez exposer des points de terminaison de votre spécification OpenAPI en tant qu’outils MCP. -Pour exposer des points de terminaison en tant qu’outils MCP, utilisez l’objet `mcp` dans l’extension `x-mint` au niveau du fichier ou du point de terminaison. Par exemple, le serveur MCP de Mintlify inclut des outils pour créer des conversations avec l’Assistant, obtenir des mises à jour d’état et déclencher des mises à jour. +Pour exposer des points de terminaison en tant qu’outils MCP, utilisez l’objet `mcp` dans l’extension `x-mint`, au niveau du fichier ou du point de terminaison. Par exemple, le serveur MCP de Mintlify inclut des outils pour créer des conversations avec l’Assistant, obtenir des mises à jour d’état et déclencher des mises à jour. -Les serveurs MCP adoptent une approche axée sur la sécurité où les points de terminaison d’API ne sont pas exposés par défaut. Vous devez activer explicitement les points de terminaison pour les rendre disponibles en tant qu’outils MCP. N’exposez que ceux qui sont sûrs pour un accès public via des outils d’IA. +Les serveurs MCP adoptent une approche axée sur la sécurité, où les points de terminaison d’API ne sont pas exposés par défaut. Vous devez explicitement activer les points de terminaison pour les rendre disponibles en tant qu’outils MCP. N’exposez que les points de terminaison sûrs pour un accès public via des outils d’IA. La configuration MCP pour le point de terminaison. @@ -47,11 +47,9 @@ Les serveurs MCP adoptent une approche axée sur la sécurité où les points de Indique s’il faut exposer le point de terminaison en tant qu’outil MCP. Prend le pas sur la configuration au niveau du fichier. - Le nom de l’outil MCP. - La description de l’outil MCP. diff --git a/fr/authentication-personalization/overview.mdx b/fr/authentication-personalization/overview.mdx index 73e175f10..c1250e42f 100644 --- a/fr/authentication-personalization/overview.mdx +++ b/fr/authentication-personalization/overview.mdx @@ -1,5 +1,5 @@ --- -title: "Vue d’ensemble" +title: "Aperçu" description: "Contrôlez qui peut voir votre documentation et personnalisez son expérience" keywords: ["auth"] --- @@ -7,12 +7,12 @@ keywords: ["auth"] Les [offres Pro](https://mintlify.com/pricing?ref=authentication) incluent l’authentification par mot de passe. - Les [offres Enterprise](https://mintlify.com/pricing?ref=authentication) incluent toutes les méthodes d’authentification. + Les [offres Custom](https://mintlify.com/pricing?ref=authentication) incluent toutes les méthodes d’authentification. -Choisissez l’une des trois approches pour gérer l’accès et personnaliser votre documentation en fonction des informations sur les utilisateurs et de vos besoins en matière de sécurité : +Choisissez parmi trois approches pour gérer l’accès et personnaliser votre documentation en fonction des informations des utilisateurs et de vos besoins en matière de sécurité : -* **Authentification complète** : confidentialité totale de l’ensemble du contenu, avec personnalisation complète. +* **Authentification complète** : protection totale de la confidentialité pour l’ensemble du contenu, avec personnalisation complète. * **Authentification partielle** : contrôle d’accès page par page, avec personnalisation complète. * **Personnalisation** : personnalisation du contenu sans **aucune garantie de sécurité**. Tout le contenu reste accessible publiquement. @@ -69,4 +69,4 @@ Choisissez la méthode qui correspond le mieux à votre infrastructure existante ## Personnalisation du contenu
-Les trois approches prennent en charge des fonctionnalités de personnalisation, notamment du contenu MDX dynamique, le préremplissage de l’API key et des contrôles de visibilité des pages. Pour des instructions de mise en œuvre détaillées, consultez [Configuration de la personnalisation](/fr/deploy/personalization-setup). \ No newline at end of file +Les trois approches prennent en charge des fonctionnalités de personnalisation du contenu, notamment le contenu MDX dynamique, le préremplissage de la clé d’API et les contrôles de visibilité des pages. Pour des conseils de mise en œuvre détaillés, voir [Configuration de la personnalisation](/fr/deploy/personalization-setup). \ No newline at end of file diff --git a/fr/dashboard/roles.mdx b/fr/dashboard/roles.mdx index c7dd59774..37c558f01 100644 --- a/fr/dashboard/roles.mdx +++ b/fr/dashboard/roles.mdx @@ -4,7 +4,7 @@ description: "Contrôlez l’accès à votre Dashboard avec des rôles." --- - La fonctionnalité RBAC est disponible avec l’[offre Enterprise](https://mintlify.com/pricing?ref=rbac). + La fonctionnalité RBAC est disponible avec les [Custom plans](https://mintlify.com/pricing?ref=rbac). Mintlify propose deux niveaux d’accès au Dashboard : Éditeur et Admin. @@ -15,12 +15,12 @@ Voici les actions réservées au rôle Admin : | ----------------------- | :-----: | :---: | | Mettre à jour les rôles des utilisateurs | ❌ | ✅ | | Supprimer des utilisateurs | ❌ | ✅ | -| Inviter des utilisateurs admin | ❌ | ✅ | +| Inviter des administrateurs | ❌ | ✅ | | Gérer et mettre à jour la facturation | ❌ | ✅ | -| Mettre à jour le domaine personnalisé | ❌ | ✅ | +| Mettre à jour le domain personnalisé | ❌ | ✅ | | Mettre à jour la source Git | ❌ | ✅ | | Supprimer l’organisation | ❌ | ✅ | Les autres actions sur le Dashboard sont disponibles pour les deux rôles. -Vous pouvez inviter autant d’admins que vous le souhaitez, mais nous recommandons de limiter l’accès admin aux utilisateurs qui en ont besoin. \ No newline at end of file +Vous pouvez inviter autant d’administrateurs que vous le souhaitez, mais nous recommandons de limiter l’accès administrateur aux utilisateurs qui en ont besoin. \ No newline at end of file diff --git a/fr/dashboard/sso.mdx b/fr/dashboard/sso.mdx index 92dabf1cf..73cc63fd7 100644 --- a/fr/dashboard/sso.mdx +++ b/fr/dashboard/sso.mdx @@ -4,10 +4,10 @@ description: "Personnalisez la manière dont votre équipe se connecte à votre --- - La fonctionnalité SSO est disponible avec l’offre [Enterprise plan](https://mintlify.com/pricing?ref=sso). + La fonctionnalité SSO est disponible avec les [Custom plans](https://mintlify.com/pricing?ref=sso). -Utilisez l’authentification unique pour accéder à votre Dashboard via SAML et OIDC. Si vous utilisez Okta, Google Workspace ou Microsoft Entra, nous proposons une documentation spécifique au fournisseur pour configurer le SSO. Si vous utilisez un autre fournisseur, veuillez [nous contacter](mailto:support@mintlify.com). +Utilisez l’authentification unique sur votre Dashboard via SAML et OIDC. Si vous utilisez Okta, Google Workspace ou Microsoft Entra, nous proposons une documentation spécifique au fournisseur pour configurer le SSO. Si vous utilisez un autre fournisseur, veuillez [nous contacter](mailto:support@mintlify.com).
## Okta diff --git a/fr/deploy/ci.mdx b/fr/deploy/ci.mdx index 45de6509f..6bbffb47d 100644 --- a/fr/deploy/ci.mdx +++ b/fr/deploy/ci.mdx @@ -1,13 +1,13 @@ --- title: "Vérifications CI" -description: "Ajoutez des contrôles de liens brisés, de linting et de grammaire au processus de mise à jour" +description: "Ajoutez des vérifications pour les liens cassés, le linting et la grammaire au processus de mise à jour" --- - Les [offres Pro et Enterprise](https://mintlify.com/pricing?ref=docs-ci) incluent des vérifications CI pour les dépôts GitHub. + Les [offres Pro et Custom](https://mintlify.com/pricing?ref=docs-ci) incluent des vérifications CI pour les dépôts GitHub. -Utilisez les vérifications CI pour analyser votre documentation, détecter les erreurs et afficher des avertissements avant le déploiement. Les vérifications CI de Mintlify s’exécutent sur les pull requests (demandes de fusion) visant une branche de déploiement configurée. +Utilisez les vérifications CI pour analyser votre documentation afin de détecter les erreurs et afficher des avertissements avant le déploiement. Les vérifications CI de Mintlify s’exécutent sur les pull requests (demandes de fusion) visant une branche de déploiement configurée.
## Installation diff --git a/fr/deploy/preview-deployments.mdx b/fr/deploy/preview-deployments.mdx index ca8b6ed90..2c9656e15 100644 --- a/fr/deploy/preview-deployments.mdx +++ b/fr/deploy/preview-deployments.mdx @@ -1,13 +1,13 @@ --- -title: "Déploiements de prévisualisation" +title: "Aperçus de déploiement" description: "Prévisualisez les modifications de votre documentation dans un déploiement en direct" --- - Les déploiements de prévisualisation sont disponibles avec les [offres Pro et Enterprise](https://mintlify.com/pricing?ref=preview-deployments). + Les aperçus de déploiement sont disponibles avec les [offres Pro et Custom](https://mintlify.com/pricing?ref=preview-deployments). -Les déploiements de prévisualisation vous permettent de voir l’apparence des modifications apportées à votre documentation avant leur fusion en production. Chaque aperçu génère une URL partageable qui se met automatiquement à jour lorsque vous poussez de nouvelles modifications. +Les aperçus de déploiement vous permettent de voir à quoi ressembleront les modifications de votre documentation avant de les fusionner en production. Chaque aperçu crée une URL partageable qui se met automatiquement à jour lorsque vous poussez de nouvelles modifications.
## Créer des déploiements de prévisualisation @@ -58,8 +58,8 @@ Redéployez un aperçu pour actualiser le contenu ou réessayer après un échec ## Partage des déploiements de prévisualisation
-Les déploiements de prévisualisation peuvent être accessibles au public ou réservés aux utilisateurs authentifiés. +Les déploiements de prévisualisation peuvent être accessibles publiquement ou réservés aux utilisateurs authentifiés. -**Accès public** : Les URL de prévisualisation sont visibles publiquement par défaut. Partagez un lien de prévisualisation avec toute personne devant examiner vos modifications. +**Accès public** : Les URL de prévisualisation sont publiques par défaut. Partagez un lien de prévisualisation avec toute personne qui doit revoir vos modifications. -**Accès restreint** : Activez l’authentification des déploiements de prévisualisation pour limiter l’accès aux seuls utilisateurs Mintlify authentifiés. Consultez [Configuration de l’authentification](/fr/deploy/authentication-setup) pour plus d’informations. \ No newline at end of file +**Accès restreint** : Activez l’authentification des déploiements de prévisualisation pour limiter l’accès aux seuls utilisateurs Mintlify authentifiés. Consultez [Configuration de l’Authentification](/fr/deploy/authentication-setup) pour plus d’informations. \ No newline at end of file diff --git a/gt-lock.json b/gt-lock.json index 28f61156a..22f4bee81 100644 --- a/gt-lock.json +++ b/gt-lock.json @@ -2543,52 +2543,52 @@ "1a80dac52389ae3627322268c4704210dce59320383c383f8637edb6123c0961": { "bd46bda04f4ba005d2e9f4d9da337156912e7cdabc2da6e9ca92008116244445": { "zh": { - "updatedAt": "2025-11-12T01:23:20.667Z" + "updatedAt": "2025-11-12T01:40:07.782Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.685Z" + "updatedAt": "2025-11-12T01:40:07.795Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.686Z" + "updatedAt": "2025-11-12T01:40:07.796Z" } } }, "81118738c5d7fab1713879d91f93434094b017434f140969e2a01548b1f8d8b4": { "60ab302c073163fc53e653884224d1f4ce94ec318c42a646fd302189291e4bac": { "fr": { - "updatedAt": "2025-11-12T01:23:20.668Z" + "updatedAt": "2025-11-12T01:40:07.783Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.668Z" + "updatedAt": "2025-11-12T01:40:07.783Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.669Z" + "updatedAt": "2025-11-12T01:40:07.784Z" } } }, "23468f0552fb3e6e3e07f5ccc3f3267c1f9e3dde0f865e866f185cb2947d3700": { "cf671b42a22bf53b553d52737aa0ebd2832efeeb3c4329997d454109b44b2d0b": { "zh": { - "updatedAt": "2025-11-12T01:23:20.669Z" + "updatedAt": "2025-11-12T01:40:07.784Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.670Z" + "updatedAt": "2025-11-12T01:40:07.785Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.670Z" + "updatedAt": "2025-11-12T01:40:07.785Z" } } }, "50707071d9bd0319eee911a5574d916bc4b4544d2b9257e8919dd9727a66df85": { "9b41ed39f37c67271b0a38f52e2d2d770e4a17d31c8d6d91c3cd9ff35c66e819": { "zh": { - "updatedAt": "2025-11-12T01:23:20.671Z" + "updatedAt": "2025-11-12T01:40:07.785Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.672Z" + "updatedAt": "2025-11-12T01:40:07.786Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.672Z" + "updatedAt": "2025-11-12T01:40:07.786Z" } } }, @@ -2603,96 +2603,107 @@ "fr": { "updatedAt": "2025-11-12T01:23:20.708Z" } + }, + "ae3a3f1186a3639daa6af688a1b63a44b04adbc625c842215de9dcc7637ec781": { + "zh": { + "updatedAt": "2025-11-12T01:40:07.970Z" + }, + "es": { + "updatedAt": "2025-11-12T01:40:07.973Z" + }, + "fr": { + "updatedAt": "2025-11-12T01:40:07.973Z" + } } }, "2eff312a754f39287e73a56ca6ea5018f7ebb988ea6673235417e8f8d837b8a0": { "d6df15c5e798c04bfeb899ba27aed8742b2441316049a6ec90a54700c5f74d7b": { "zh": { - "updatedAt": "2025-11-12T01:23:20.673Z" + "updatedAt": "2025-11-12T01:40:07.786Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.674Z" + "updatedAt": "2025-11-12T01:40:07.787Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.674Z" + "updatedAt": "2025-11-12T01:40:07.787Z" } } }, "701500bcb5fb307cfe046626f608159699daaab941405a85c254d11ffe35d6ad": { "5d92e8ec0d7bb2bb18448428bb26310eca4bd06184a66fbba57077c07e3a4d6b": { "fr": { - "updatedAt": "2025-11-12T01:23:20.673Z" + "updatedAt": "2025-11-12T01:40:07.787Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.677Z" + "updatedAt": "2025-11-12T01:40:07.790Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.681Z" + "updatedAt": "2025-11-12T01:40:07.791Z" } } }, "198de74bb0247f5d48bd8e03d893105557f9d5f5e8c8689778023ff9a9d1e687": { "da673dfd94bb155467299c67fd8251a443d290ed820711874ed63248d5e52542": { "zh": { - "updatedAt": "2025-11-12T01:23:20.675Z" + "updatedAt": "2025-11-12T01:40:07.788Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.675Z" + "updatedAt": "2025-11-12T01:40:07.788Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.675Z" + "updatedAt": "2025-11-12T01:40:07.788Z" } } }, "016ea11b234531dd407b69fce201cd22f3424c1b0130631b67e708eeff922b7a": { "cc05b3a31cafd77606bb89f9a9775a1943a349cef9589822c3f26f58f59ce7e8": { "zh": { - "updatedAt": "2025-11-12T01:23:20.676Z" + "updatedAt": "2025-11-12T01:40:07.789Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.676Z" + "updatedAt": "2025-11-12T01:40:07.789Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.680Z" + "updatedAt": "2025-11-12T01:40:07.790Z" } } }, "8cb7c6b29690d5118a357661a6f3b4d14cf8b5008ece306669ff0e3f1c09aec9": { "3adce37e0f86775f6c799f39da92a02ecc33cfb102ecf2bb7fe2ffce224199a0": { "fr": { - "updatedAt": "2025-11-12T01:23:20.677Z" + "updatedAt": "2025-11-12T01:40:07.790Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.719Z" + "updatedAt": "2025-11-12T01:40:07.809Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.719Z" + "updatedAt": "2025-11-12T01:40:07.809Z" } } }, "b33021b4d7ccc2381fb9698455b77d4ece2155a221d6b0ff18fc59e6b72bcc03": { "4ef4cfb49732400e09787044732605c08513fb8f98c9dd5b10f157347122d661": { "zh": { - "updatedAt": "2025-11-12T01:23:20.680Z" + "updatedAt": "2025-11-12T01:40:07.791Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.706Z" + "updatedAt": "2025-11-12T01:40:07.801Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.706Z" + "updatedAt": "2025-11-12T01:40:07.801Z" } } }, "ae63f12571c529bb9ce620f4d196d1be8161ba1d277246a35096a9f04a94d5f0": { "1595a8e6a99098a9e43947aa40d28b5f23c73a5e0bbaafca7a7da7de5efd692d": { "zh": { - "updatedAt": "2025-11-12T01:23:20.682Z" + "updatedAt": "2025-11-12T01:40:07.791Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.682Z" + "updatedAt": "2025-11-12T01:40:07.792Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.707Z" + "updatedAt": "2025-11-12T01:40:07.802Z" } } }, @@ -2710,52 +2721,52 @@ }, "fd3a83712ed0d468e01eb5fffaed73b79db6cb4fc5c1b40585823cc782df6582": { "es": { - "updatedAt": "2025-11-12T01:23:20.665Z" + "updatedAt": "2025-11-12T01:40:07.779Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.666Z" + "updatedAt": "2025-11-12T01:40:07.780Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.666Z" + "updatedAt": "2025-11-12T01:40:07.780Z" } } }, "1fa6539875f2c30de3e71cf42441fc370d7f9eeb53c9a53b2981551f5415d9e9": { "4af84a72401be5a789086e2cc6e5e50df20d55e4876e8b9732f364bfbc0ad3df": { "es": { - "updatedAt": "2025-11-12T01:23:20.682Z" + "updatedAt": "2025-11-12T01:40:07.792Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.683Z" + "updatedAt": "2025-11-12T01:40:07.793Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.683Z" + "updatedAt": "2025-11-12T01:40:07.793Z" } } }, "caa19be159226271d5f3c495be53fe66ec90d1039aa66053c3c2530e36b7ea19": { "82bb6cbdca1f5cb95c8dc761feb13137e1a009bcca29999be7b851123f2d0fa9": { "es": { - "updatedAt": "2025-11-12T01:23:20.683Z" + "updatedAt": "2025-11-12T01:40:07.793Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.684Z" + "updatedAt": "2025-11-12T01:40:07.793Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.684Z" + "updatedAt": "2025-11-12T01:40:07.794Z" } } }, "89f21442fa6156973b3c12f064136cd87ab812683107417b0080572426eb10d6": { "efda0e76f4edba28be7a11a0b155344eaa89ce1384b15ca175463162f1dfc5a7": { "fr": { - "updatedAt": "2025-11-12T01:23:20.684Z" + "updatedAt": "2025-11-12T01:40:07.794Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.685Z" + "updatedAt": "2025-11-12T01:40:07.795Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.685Z" + "updatedAt": "2025-11-12T01:40:07.795Z" } } }, @@ -2786,104 +2797,104 @@ "2f763384613f64463de3390f45e770ca871fe8c629809609a66a4f407ef6f8dd": { "2755eaf79bb99ddd0a3116e7629864eab65ebb712feb0be47d8b299c5f461b96": { "fr": { - "updatedAt": "2025-11-12T01:23:20.686Z" + "updatedAt": "2025-11-12T01:40:07.796Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.686Z" + "updatedAt": "2025-11-12T01:40:07.796Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.687Z" + "updatedAt": "2025-11-12T01:40:07.797Z" } } }, "3c10419c1599dbac4204b3ed274e3d2e9d25d6dffa3b3720fba7abcc52a6a66f": { "b0be94b61f5a7bbb249f935200afddf0acc2af57fa44c22810f13694526e6eab": { "es": { - "updatedAt": "2025-11-12T01:23:20.687Z" + "updatedAt": "2025-11-12T01:40:07.797Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.688Z" + "updatedAt": "2025-11-12T01:40:07.797Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.688Z" + "updatedAt": "2025-11-12T01:40:07.798Z" } } }, "13df85c2d87a00401a996d811be672622538adc32707ae60f67a771611c8feef": { "1e7165acf0be1b9410d4d0a09be38b7f11551027a8d639c3e604b7b6502b146e": { "fr": { - "updatedAt": "2025-11-12T01:23:20.688Z" + "updatedAt": "2025-11-12T01:40:07.798Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.689Z" + "updatedAt": "2025-11-12T01:40:07.798Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.689Z" + "updatedAt": "2025-11-12T01:40:07.799Z" } } }, "5687773031cb90c939a2c72af7153827a780a10a9a4ceadc77e0bcb10e78bf33": { "77c52f98a312b4f035c54fc5651cec9f4e4f9d251c5e3c8dbe5fa5ff4eead680": { "es": { - "updatedAt": "2025-11-12T01:23:20.690Z" + "updatedAt": "2025-11-12T01:40:07.800Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.702Z" + "updatedAt": "2025-11-12T01:40:07.800Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.705Z" + "updatedAt": "2025-11-12T01:40:07.801Z" } } }, "7979622e86719d2c7c310c9141ca233d9ad266a4fb8b7130bafbf0e147008774": { "15e53f02c146480ebf2c13389a2d5319b6684ec4a997744b21d9df46bf7f8f23": { "zh": { - "updatedAt": "2025-11-12T01:23:20.708Z" + "updatedAt": "2025-11-12T01:40:07.802Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.709Z" + "updatedAt": "2025-11-12T01:40:07.803Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.709Z" + "updatedAt": "2025-11-12T01:40:07.803Z" } } }, "511ba05a8dcd13c5ae861dd48857749e6d6e5c2ea7eb06f03f375e62d0c5507b": { "0a719d1503b4ad592fd7f3068aa89bb06989e6e85d8afbcd59a69eec4404a3f6": { "es": { - "updatedAt": "2025-11-12T01:23:20.711Z" + "updatedAt": "2025-11-12T01:40:07.805Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.711Z" + "updatedAt": "2025-11-12T01:40:07.805Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.712Z" + "updatedAt": "2025-11-12T01:40:07.806Z" } } }, "a0955a141a08a1c34816271d210f8e8dbebe3c4c2b6c215914947b94d7d4672d": { "5c787286c325ea19c4587c03e3224a30be7e39d4ddde5467009a6aea5a271904": { "es": { - "updatedAt": "2025-11-12T01:23:20.712Z" + "updatedAt": "2025-11-12T01:40:07.807Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.713Z" + "updatedAt": "2025-11-12T01:40:07.807Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.718Z" + "updatedAt": "2025-11-12T01:40:07.809Z" } } }, "a773a6aac2d6ccb7a194e9555329cb3106f6aa3335be6e9f855dd45c321f2adf": { "81c875ca26c892b16563eeb774cd18044a30647cf04e775158d1256f298b556a": { "zh": { - "updatedAt": "2025-11-12T01:23:20.713Z" + "updatedAt": "2025-11-12T01:40:07.808Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.713Z" + "updatedAt": "2025-11-12T01:40:07.808Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.714Z" + "updatedAt": "2025-11-12T01:40:07.808Z" } } }, @@ -2898,31 +2909,42 @@ "zh": { "updatedAt": "2025-11-12T01:23:20.727Z" } + }, + "9b746c5834165dc199fdd794e1657e4116749bcc2ce014fa6bc5e7a59751e5e0": { + "fr": { + "updatedAt": "2025-11-12T01:40:07.968Z" + }, + "zh": { + "updatedAt": "2025-11-12T01:40:07.969Z" + }, + "es": { + "updatedAt": "2025-11-12T01:40:07.970Z" + } } }, "555e18cd703357bcdee6092db7d04a8d0d9d5885e941bf7292621167a14adcb4": { "fc2a8539a1a86e12be364e03e46dc4f85514a853ccefd96a88fc75c47fcc4b9f": { "fr": { - "updatedAt": "2025-11-12T01:23:20.720Z" + "updatedAt": "2025-11-12T01:40:07.810Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.722Z" + "updatedAt": "2025-11-12T01:40:07.812Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.729Z" + "updatedAt": "2025-11-12T01:40:07.818Z" } } }, "83c10e04ed40489721943c2c2a167c4e71092fc42e9149d51454a6301c47f7c0": { "f7dd1b68743b5f32ecbdd741087df4bfd4a18aab84a50e88676b4b1c9b9edd1f": { "fr": { - "updatedAt": "2025-11-12T01:23:20.720Z" + "updatedAt": "2025-11-12T01:40:07.810Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.722Z" + "updatedAt": "2025-11-12T01:40:07.812Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.731Z" + "updatedAt": "2025-11-12T01:40:07.820Z" } } }, @@ -2940,312 +2962,312 @@ }, "ff86cb6ba72cba5496e2bac1f46ba099d2b0140ef39479cd209342d07d2ce872": { "fr": { - "updatedAt": "2025-11-12T01:23:20.850Z" + "updatedAt": "2025-11-12T01:40:07.781Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.850Z" + "updatedAt": "2025-11-12T01:40:07.781Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.850Z" + "updatedAt": "2025-11-12T01:40:07.782Z" } } }, "e188678a85390b00f8967d960cf57233ab29ccce8bb191f71cfc446f7318ca4a": { "990dbb80047c4cb5a23b0ac03ebf757a1d6363f254042633fb33d2e1baa66ac3": { "fr": { - "updatedAt": "2025-11-12T01:23:20.721Z" + "updatedAt": "2025-11-12T01:40:07.810Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.728Z" + "updatedAt": "2025-11-12T01:40:07.817Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.730Z" + "updatedAt": "2025-11-12T01:40:07.819Z" } } }, "44c8c7cbb0e955bd90a62287ee0a5a4928ef5a7f5516cd08d274f5782960d569": { "99b71d49822d59198597a4f5e56e97daffb0a665823e87b7bef8680c3a1973b6": { "es": { - "updatedAt": "2025-11-12T01:23:20.721Z" + "updatedAt": "2025-11-12T01:40:07.811Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.727Z" + "updatedAt": "2025-11-12T01:40:07.816Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.727Z" + "updatedAt": "2025-11-12T01:40:07.816Z" } } }, "0709a5a1563422ef6ad8bf91b34e0ea3918555d56e8a202c75dfe2683b1bc09a": { "22807367e7d938e4a00542e25c81989a5197d5786b2f8d42d6d1e2547084d4a1": { "es": { - "updatedAt": "2025-11-12T01:23:20.721Z" + "updatedAt": "2025-11-12T01:40:07.811Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.726Z" + "updatedAt": "2025-11-12T01:40:07.815Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.731Z" + "updatedAt": "2025-11-12T01:40:07.820Z" } } }, "f4fed5d463666341055f4b0b327ba40da4937b44fe09749f2700bf9cb25ff58b": { "9d65b6515624a2e969a881b884a43cef16e48a8ebd947addd8d77fb580eb5173": { "fr": { - "updatedAt": "2025-11-12T01:23:20.722Z" + "updatedAt": "2025-11-12T01:40:07.811Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.727Z" + "updatedAt": "2025-11-12T01:40:07.815Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.730Z" + "updatedAt": "2025-11-12T01:40:07.818Z" } } }, "d436d9fe2ed823beb0785890f3e4d0a9e764bcf7bd83f65feb5bb1b6eef05d75": { "97d2ffd6015ffd5a1c2b2e8020337a1e5d30f1f01acb973bbde1fa9ee30a0cda": { "fr": { - "updatedAt": "2025-11-12T01:23:20.723Z" + "updatedAt": "2025-11-12T01:40:07.813Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.726Z" + "updatedAt": "2025-11-12T01:40:07.815Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.728Z" + "updatedAt": "2025-11-12T01:40:07.816Z" } } }, "14f0d3effac649e8eb5b005c2c03d8a61c76a8686922d301cf6f547f5631f852": { "e527f6aac55d167cfc16a865992448fc908ed47ceec900d92ea469ab8bf63bdc": { "fr": { - "updatedAt": "2025-11-12T01:23:20.723Z" + "updatedAt": "2025-11-12T01:40:07.813Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.725Z" + "updatedAt": "2025-11-12T01:40:07.814Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.735Z" + "updatedAt": "2025-11-12T01:40:07.824Z" } } }, "de5a645bdfd59ba10ecedd8bd889d84f3a653e205a10c3c2b175a4164ee2cd88": { "9d18bcf104653c6469e6e6c0f85d278dbb0bd45ff59afd87d87fc8372e2c4207": { "zh": { - "updatedAt": "2025-11-12T01:23:20.724Z" + "updatedAt": "2025-11-12T01:40:07.813Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.724Z" + "updatedAt": "2025-11-12T01:40:07.814Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.725Z" + "updatedAt": "2025-11-12T01:40:07.814Z" } } }, "bac2fdfa1e8ddbf21fdb2ce659cfa896427008911ac55d8736f98bb8de42772b": { "79ae9a59c915a6366d91d02e8d7eaa17f08c01decfe35d9936fca167d87c3483": { "es": { - "updatedAt": "2025-11-12T01:23:20.729Z" + "updatedAt": "2025-11-12T01:40:07.817Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.730Z" + "updatedAt": "2025-11-12T01:40:07.818Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.736Z" + "updatedAt": "2025-11-12T01:40:07.825Z" } } }, "dfc19f72acfc5bc22d854cc6ab7c87eb15adc84281348b07c41c09e625134fa4": { "45324de3f4747518e5e5035660626ef5b8d4cd7041689ed803ab1924e61724fd": { "es": { - "updatedAt": "2025-11-12T01:23:20.731Z" + "updatedAt": "2025-11-12T01:40:07.819Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.731Z" + "updatedAt": "2025-11-12T01:40:07.819Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.745Z" + "updatedAt": "2025-11-12T01:40:07.848Z" } } }, "b6dc099b9bd93de8f8b506e9ca7d81993b3356113ad4815111de86696f83f53c": { "7bc1a3ec168d0e5b467b4099671c6d5e1eda9557a4b82379be695fa01fea1e7e": { "fr": { - "updatedAt": "2025-11-12T01:23:20.732Z" + "updatedAt": "2025-11-12T01:40:07.820Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.732Z" + "updatedAt": "2025-11-12T01:40:07.821Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.732Z" + "updatedAt": "2025-11-12T01:40:07.821Z" } } }, "46f13b608210e15deb0231e567c1824571c666b8b594a4cb63adefb7369e9936": { "88aedd1b4d86b30686c6d8f5dc1c567c27a2574a1a7f207aa30fd07baef3b56f": { "zh": { - "updatedAt": "2025-11-12T01:23:20.733Z" + "updatedAt": "2025-11-12T01:40:07.821Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.733Z" + "updatedAt": "2025-11-12T01:40:07.822Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.735Z" + "updatedAt": "2025-11-12T01:40:07.825Z" } } }, "ca839b3f595f7a416e82ce91662f6244daa9dbc8e3673da318c53a6bd7149492": { "6cd5933e24c9613ea8c3c741cb0cf428484ff435325cf123251e953c17756957": { "fr": { - "updatedAt": "2025-11-12T01:23:20.733Z" + "updatedAt": "2025-11-12T01:40:07.822Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.734Z" + "updatedAt": "2025-11-12T01:40:07.823Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.734Z" + "updatedAt": "2025-11-12T01:40:07.823Z" } } }, "ff3e597d0b4dcd6d5faba13ef6dd360dc7ae6b349ccba9579e5347da7d0b4db4": { "d782e9c6309f65240baae1451af28f8a9d51788bbfec81c6c2d2154d87819d72": { "zh": { - "updatedAt": "2025-11-12T01:23:20.734Z" + "updatedAt": "2025-11-12T01:40:07.823Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.735Z" + "updatedAt": "2025-11-12T01:40:07.824Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.735Z" + "updatedAt": "2025-11-12T01:40:07.824Z" } } }, "093c2cbc85e891dcf9101fac496b5468252bb7a45e0930028235e76816720841": { "23f66084d71b3a5ab279991dc6891ca70f304ec40da49b769c2c4e7f229e8500": { "es": { - "updatedAt": "2025-11-12T01:23:20.736Z" + "updatedAt": "2025-11-12T01:40:07.826Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.736Z" + "updatedAt": "2025-11-12T01:40:07.826Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.736Z" + "updatedAt": "2025-11-12T01:40:07.826Z" } } }, "552cddd8527249f67384c778ead37fb536a3fecae69519d43ac2780f8c2e4a5f": { "c91ba46cf211aee3f45e3e580726e0eb2b7a1bddbd648504e3dd1d1c78d53dba": { "zh": { - "updatedAt": "2025-11-12T01:23:20.738Z" + "updatedAt": "2025-11-12T01:40:07.805Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.740Z" + "updatedAt": "2025-11-12T01:40:07.829Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.740Z" + "updatedAt": "2025-11-12T01:40:07.830Z" } } }, "89ebc6e885f05eb55583c35e5b48d3c45b5843ebb67ae923584300cfe4f94898": { "2b7aa2597ef1f4a7448b017bf769bd09935b5d213a3bd88b0000c94418f7014c": { "fr": { - "updatedAt": "2025-11-12T01:23:20.768Z" + "updatedAt": "2025-11-12T01:40:07.828Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.769Z" + "updatedAt": "2025-11-12T01:40:07.830Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.769Z" + "updatedAt": "2025-11-12T01:40:07.830Z" } } }, "edf7ff1df4366ce2ef34df94e4a9c8e140eef361c509a22192dcea72bb650af2": { "44e3e642529b8fd06268f63e80e420ca604fcaa881eb41ec91ea3d2966493846": { "zh": { - "updatedAt": "2025-11-12T01:23:20.738Z" + "updatedAt": "2025-11-12T01:40:07.806Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.739Z" + "updatedAt": "2025-11-12T01:40:07.807Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.739Z" + "updatedAt": "2025-11-12T01:40:07.829Z" } } }, "33775c95c053446d49c6e8a2b0c27be22ad08f20341627f800b1107de53d35d9": { "36d2b1bc48fc46ef6537b93f316a37a5962d40cd8eece47321c1516f25ff7792": { "es": { - "updatedAt": "2025-11-12T01:23:20.741Z" + "updatedAt": "2025-11-12T01:40:07.832Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.742Z" + "updatedAt": "2025-11-12T01:40:07.833Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.746Z" + "updatedAt": "2025-11-12T01:40:07.849Z" } } }, "4950dd77418766d51eb2b27713f5d0fd9820449daade1cc7f6d4bbb8b6ec58b0": { "f9ad1e4d91b95500b1405bb539615696d522d9c5a7e8028bacb3b9bd981ef6c2": { "es": { - "updatedAt": "2025-11-12T01:23:20.741Z" + "updatedAt": "2025-11-12T01:40:07.832Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.745Z" + "updatedAt": "2025-11-12T01:40:07.849Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.747Z" + "updatedAt": "2025-11-12T01:40:07.850Z" } } }, "777c9336ed0c211ffd0b24cd68896d29a7ce94947d65b86fe968766d734976ec": { "936b9e3d6c85c1911808d1ed68055ec5d423526bc92a81daa93a9c57291671b1": { "es": { - "updatedAt": "2025-11-12T01:23:20.742Z" + "updatedAt": "2025-11-12T01:40:07.833Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.744Z" + "updatedAt": "2025-11-12T01:40:07.835Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.744Z" + "updatedAt": "2025-11-12T01:40:07.847Z" } } }, "d32641232ad7907fa97816d907b77277a4eeca30b4509a55e981bb9d1fa7aa8f": { "3d035513f424e375a79c12277d8a889c6d4b05feb9b4c52164aa517f39225896": { "zh": { - "updatedAt": "2025-11-12T01:23:20.742Z" + "updatedAt": "2025-11-12T01:40:07.834Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.743Z" + "updatedAt": "2025-11-12T01:40:07.834Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.744Z" + "updatedAt": "2025-11-12T01:40:07.836Z" } } }, "8d7742a132d15a9af00b810c519f0d19be4987a55fd6fc5cabac5d6b41068319": { "920cd1ba9b8c9fc57c8f5259d840b80666ff437796ab48cb2aa70db6e224ef5a": { "fr": { - "updatedAt": "2025-11-12T01:23:20.743Z" + "updatedAt": "2025-11-12T01:40:07.834Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.743Z" + "updatedAt": "2025-11-12T01:40:07.835Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.746Z" + "updatedAt": "2025-11-12T01:40:07.850Z" } } }, "49419b09b27fb2c5be1b64bbee65080fa9c9894b81d8a49cc8241e94c42601ea": { "bb3b9f83c11a9ce6b88adaedb77028c959b62c8e7007be1c76ee0a498bee3211": { "fr": { - "updatedAt": "2025-11-12T01:23:20.745Z" + "updatedAt": "2025-11-12T01:40:07.848Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.747Z" + "updatedAt": "2025-11-12T01:40:07.851Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.757Z" + "updatedAt": "2025-11-12T01:40:07.858Z" } } }, @@ -3260,6 +3282,17 @@ "es": { "updatedAt": "2025-11-12T01:23:20.748Z" } + }, + "c8ac6e803a8c3a4a26f386ca29ea4fe7aff77d7d6cf313b3d0c92411ee0a5291": { + "zh": { + "updatedAt": "2025-11-12T01:40:07.967Z" + }, + "es": { + "updatedAt": "2025-11-12T01:40:07.968Z" + }, + "fr": { + "updatedAt": "2025-11-12T01:40:07.971Z" + } } }, "d28257b80abce6144262325e48b4cd41a06d18f42d0dd7918d4ee479ca31566b": { @@ -3273,213 +3306,224 @@ "es": { "updatedAt": "2025-11-12T01:23:20.748Z" } + }, + "3a6d73c10fdb1512b7b22c23c8f54bfa940f6be30ea3a6363d4347aa7bca5c12": { + "zh": { + "updatedAt": "2025-11-12T01:40:07.967Z" + }, + "fr": { + "updatedAt": "2025-11-12T01:40:07.969Z" + }, + "es": { + "updatedAt": "2025-11-12T01:40:07.973Z" + } } }, "7c6cbcb18b84cb13440b760fedceb0b9462eab4562310978c77a54272fa17b8c": { "8b6b1b38449f29b69a329efe709163ff8606dce6d815ea05bb87896c4a58aa04": { "fr": { - "updatedAt": "2025-11-12T01:23:20.749Z" + "updatedAt": "2025-11-12T01:40:07.851Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.749Z" + "updatedAt": "2025-11-12T01:40:07.852Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.756Z" + "updatedAt": "2025-11-12T01:40:07.857Z" } } }, "9c6595f8205fecb5ea242813c75584645b4dd847233f11a489da5f99f259f523": { "d2a9e1e695c5e8f8df02e2aba7a0073f839d72e69beea6cf639b4edfc6738678": { "zh": { - "updatedAt": "2025-11-12T01:23:20.749Z" + "updatedAt": "2025-11-12T01:40:07.852Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.750Z" + "updatedAt": "2025-11-12T01:40:07.853Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.755Z" + "updatedAt": "2025-11-12T01:40:07.857Z" } } }, "c20383d463defe31056041622db734bf2c0645cd1c44c4b1381d94f3a7236da0": { "a8f8022572f19b505629e459dbd2459e3952de56126ab0f5e736bada6dfc1dd4": { "fr": { - "updatedAt": "2025-11-12T01:23:20.750Z" + "updatedAt": "2025-11-12T01:40:07.853Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.750Z" + "updatedAt": "2025-11-12T01:40:07.853Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.751Z" + "updatedAt": "2025-11-12T01:40:07.854Z" } } }, "579422a16c05e3266d37a58d7851a862d7d6e73586bd4e1b5fa74470de668352": { "4894096b3e61ee5cb00228e483acf8abd15816c24f53da0306eae4d3f54f6159": { "es": { - "updatedAt": "2025-11-12T01:23:20.751Z" + "updatedAt": "2025-11-12T01:40:07.854Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.752Z" + "updatedAt": "2025-11-12T01:40:07.855Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.759Z" + "updatedAt": "2025-11-12T01:40:07.861Z" } } }, "fc4665ec40681612a08b07aeaffedcee2e9037755fec2a0460d05684f46038c8": { "7264a4e0d3b86a9c8e5106c5783536c5d765a54f5ba1e673dea72747e95707a2": { "zh": { - "updatedAt": "2025-11-12T01:23:20.752Z" + "updatedAt": "2025-11-12T01:40:07.855Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.752Z" + "updatedAt": "2025-11-12T01:40:07.855Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.754Z" + "updatedAt": "2025-11-12T01:40:07.856Z" } } }, "625e963ab2f58bde33b33b57cacf31a7b31e62523ba9340c2d8343fdd4b624a6": { "68c09f4df94a3bd4a115a0301fd4ccceaa89e008da5da2e9f422f6d83d09fff3": { "fr": { - "updatedAt": "2025-11-12T01:23:20.755Z" + "updatedAt": "2025-11-12T01:40:07.856Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.755Z" + "updatedAt": "2025-11-12T01:40:07.857Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.757Z" + "updatedAt": "2025-11-12T01:40:07.858Z" } } }, "1403de6cbaa762a47d31203d84260d5a9e9eb60991b879be091169ad181750aa": { "78939fe1aaa3c22fd71bdaa22216f6b9cbfaf8453684f9b4b2b257adec05fc5e": { "es": { - "updatedAt": "2025-11-12T01:23:20.757Z" + "updatedAt": "2025-11-12T01:40:07.858Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.758Z" + "updatedAt": "2025-11-12T01:40:07.859Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.758Z" + "updatedAt": "2025-11-12T01:40:07.859Z" } } }, "2386d36944a34176088ce60e184cc1b770a233ea1a8a1917e1fc0f73ff91e979": { "23c74c598dc42208e729a5303934a783995745c6054ef761bf9787fe861d5268": { "fr": { - "updatedAt": "2025-11-12T01:23:20.758Z" + "updatedAt": "2025-11-12T01:40:07.860Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.759Z" + "updatedAt": "2025-11-12T01:40:07.860Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.759Z" + "updatedAt": "2025-11-12T01:40:07.860Z" } } }, "c935017af33c0faeb9b633434d755076daf5ded4eb65a5f5a3e2dde0873ee48a": { "8d26d84e5c860d9c6d4974d00a796d697fb0abb06d2d10171b4e393a74d01cc8": { "zh": { - "updatedAt": "2025-11-12T01:23:20.759Z" + "updatedAt": "2025-11-12T01:40:07.861Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.765Z" + "updatedAt": "2025-11-12T01:40:07.862Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.766Z" + "updatedAt": "2025-11-12T01:40:07.862Z" } } }, "d0b680f9743bbb085b6629795a1760e1842250e268fb54853a1d604b73843e56": { "b4dc22e3e2ea521e95ea06acfc0c0b9d77bb0d973ed2fc4c769b65238b69eaa3": { "zh": { - "updatedAt": "2025-11-12T01:23:20.766Z" + "updatedAt": "2025-11-12T01:40:07.863Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.766Z" + "updatedAt": "2025-11-12T01:40:07.863Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.767Z" + "updatedAt": "2025-11-12T01:40:07.864Z" } } }, "17217fc866631221f42384f643f45a313c9bbf6b19e54956cf6c0b69da30a3f9": { "d5cbf7abe7d1a6392b7d8727df6d6a524f7a927cf1f023242e4cedd5981d39ba": { "fr": { - "updatedAt": "2025-11-12T01:23:20.767Z" + "updatedAt": "2025-11-12T01:40:07.864Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.794Z" + "updatedAt": "2025-11-12T01:40:07.867Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.806Z" + "updatedAt": "2025-11-12T01:40:07.923Z" } } }, "53c3b9e499ef5bd5e368aa05a9a2484ab2e83e086a848e4dc65f744f4303c18f": { "fc7569e7101cf497720e212cf9526dfda81c1a7301c1866a84396fb6339961ed": { "zh": { - "updatedAt": "2025-11-12T01:23:20.824Z" + "updatedAt": "2025-11-12T01:40:07.913Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.768Z" + "updatedAt": "2025-11-12T01:40:07.865Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.768Z" + "updatedAt": "2025-11-12T01:40:07.865Z" } } }, "fcc7cc53ed8602f51e16265324c0193e8b0b1320d03249cb3d1339e6f307aab7": { "6002af39b8cd7de3f6193623c96d20b353b2fc96e0328f8d0a9e9c070dbd57dc": { "fr": { - "updatedAt": "2025-11-12T01:23:20.769Z" + "updatedAt": "2025-11-12T01:40:07.831Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.770Z" + "updatedAt": "2025-11-12T01:40:07.831Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.770Z" + "updatedAt": "2025-11-12T01:40:07.832Z" } } }, "648f12b93fbb2d274ebecaa55cde9443a4533e064f01e00213a60467c40f73f3": { "b38f97f0b6fc2c41bd27f2fff2a713f4c32ebcdb1f584f2a9a85304b42e64fbd": { "es": { - "updatedAt": "2025-11-12T01:23:20.771Z" + "updatedAt": "2025-11-12T01:40:07.836Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.772Z" + "updatedAt": "2025-11-12T01:40:07.868Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.783Z" + "updatedAt": "2025-11-12T01:40:07.897Z" } } }, "5c7b784ee1ee4be031c1372d9205e0730473669be06772dfe0516a111cd97bfd": { "72bd53dd6d0484044d59fbc2a79ca49642eedc95d8fad76d17692bb1426be7fb": { "es": { - "updatedAt": "2025-11-12T01:23:20.771Z" + "updatedAt": "2025-11-12T01:40:07.848Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.773Z" + "updatedAt": "2025-11-12T01:40:07.870Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.778Z" + "updatedAt": "2025-11-12T01:40:07.883Z" } } }, "f5f8b108cf3c69c1894c09529de2c89ab8a0a4683958dc74070508e7bd5b9dda": { "d4604a7abd6bff3af961303f8235fb119171d959f1e371d6f24fb0472d8635e3": { "es": { - "updatedAt": "2025-11-12T01:23:20.771Z" + "updatedAt": "2025-11-12T01:40:07.851Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.772Z" + "updatedAt": "2025-11-12T01:40:07.868Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.772Z" + "updatedAt": "2025-11-12T01:40:07.869Z" } } }, @@ -3494,187 +3538,198 @@ "zh": { "updatedAt": "2025-11-12T01:23:20.775Z" } + }, + "1b0d74a9d7e93d1e296e8e2c74ac568e536be8ce2e82130aee71447b5e03ca84": { + "es": { + "updatedAt": "2025-11-12T01:40:07.971Z" + }, + "fr": { + "updatedAt": "2025-11-12T01:40:07.971Z" + }, + "zh": { + "updatedAt": "2025-11-12T01:40:07.972Z" + } } }, "1ffd061e06bf8e34e163efee4624c4b1ca6f314f949b634c3f4abceba4c13c0f": { "979dca29f4263dbc7bd4fc01ff7465d7bf4334b41b395cd83e25b780686d145d": { "fr": { - "updatedAt": "2025-11-12T01:23:20.773Z" + "updatedAt": "2025-11-12T01:40:07.869Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.773Z" + "updatedAt": "2025-11-12T01:40:07.870Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.777Z" + "updatedAt": "2025-11-12T01:40:07.882Z" } } }, "ed3cac003b47b999c8e4d94bf684763a1c517c8c997037faa2d41bdeb6c00dff": { "b6401c759dcbd3e0760df29e13a705a5f6e1099c7fd8a40a13ba80d98a43e408": { "fr": { - "updatedAt": "2025-11-12T01:23:20.774Z" + "updatedAt": "2025-11-12T01:40:07.870Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.775Z" + "updatedAt": "2025-11-12T01:40:07.873Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.777Z" + "updatedAt": "2025-11-12T01:40:07.882Z" } } }, "26e432603b8f0ca85d356899a0da0eb5572aa1eba8749a9ba8d719d5d8297efc": { "418f390c5386d196a228082860387b6c0b0e4d96b97220ac1be0227357a6b608": { "es": { - "updatedAt": "2025-11-12T01:23:20.774Z" + "updatedAt": "2025-11-12T01:40:07.871Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.776Z" + "updatedAt": "2025-11-12T01:40:07.873Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.776Z" + "updatedAt": "2025-11-12T01:40:07.879Z" } } }, "10565169844a49dc99a418af9aee18d6a1fba70d760a57d3422b4aa57995a8df": { "70927e6430126ea40ab806fd866b103b1313b2cfaf946ed924a23308280e15b8": { "es": { - "updatedAt": "2025-11-12T01:23:20.795Z" + "updatedAt": "2025-11-12T01:40:07.871Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.795Z" + "updatedAt": "2025-11-12T01:40:07.872Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.778Z" + "updatedAt": "2025-11-12T01:40:07.885Z" } } }, "27464e14c683084cf711c13515b9ce1fa2431e1a23b5239420c9cebdbc6d7b54": { "8cb0225a99a43da8d8786b2875b4f4d61a04b57ad2a079c424b9e4052662e8ee": { "es": { - "updatedAt": "2025-11-12T01:23:20.778Z" + "updatedAt": "2025-11-12T01:40:07.884Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.779Z" + "updatedAt": "2025-11-12T01:40:07.886Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.779Z" + "updatedAt": "2025-11-12T01:40:07.886Z" } } }, "ae5cf925f9bf76e88846715ff148fac2666421718fbe59ad79ea447259ea7093": { "979b03fe60c61d8781ea0d47a9804bfc47b028525e7e92ac4525e106c7656e9f": { "fr": { - "updatedAt": "2025-11-12T01:23:20.801Z" + "updatedAt": "2025-11-12T01:40:07.918Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.796Z" + "updatedAt": "2025-11-12T01:40:07.872Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.802Z" + "updatedAt": "2025-11-12T01:40:07.919Z" } } }, "d7bc6952fe271844afbfaffadb59a6071be7e9958d5cde38d9c19b3967369395": { "ec48cde7855e51975a487f9625b39ea2b05f70a00f00d8e7a782de8c68e003eb": { "zh": { - "updatedAt": "2025-11-12T01:23:20.780Z" + "updatedAt": "2025-11-12T01:40:07.887Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.780Z" + "updatedAt": "2025-11-12T01:40:07.887Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.780Z" + "updatedAt": "2025-11-12T01:40:07.888Z" } } }, "ec6e96eb90618dcafc306d20fae90465d26105287b10200c0fdba00ee3cea3d6": { "9160d13aba66b5fa1199b6a7e9abd595c45da3fdc59bd819c9667ef122fae8ba": { "es": { - "updatedAt": "2025-11-12T01:23:20.781Z" + "updatedAt": "2025-11-12T01:40:07.889Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.784Z" + "updatedAt": "2025-11-12T01:40:07.899Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.784Z" + "updatedAt": "2025-11-12T01:40:07.905Z" } } }, "8a87794dd5fccd9fd718235eedf58be93bb367081982f5263d84966715d0c198": { "16bbd90d827c3cd33f12314fb1b3b881cef377303d82c80aecdc5856306817fa": { "fr": { - "updatedAt": "2025-11-12T01:23:20.781Z" + "updatedAt": "2025-11-12T01:40:07.890Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.781Z" + "updatedAt": "2025-11-12T01:40:07.891Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.782Z" + "updatedAt": "2025-11-12T01:40:07.892Z" } } }, "4a4352cf649fe3672307339bce0f4d357421717556d17e30fc6fa30355eec59e": { "8e34a6a7a9f5b1271ca5a9ce42767ba1a648c131d821df43a3ab8a3a8868287c": { "zh": { - "updatedAt": "2025-11-12T01:23:20.782Z" + "updatedAt": "2025-11-12T01:40:07.893Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.782Z" + "updatedAt": "2025-11-12T01:40:07.894Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.784Z" + "updatedAt": "2025-11-12T01:40:07.899Z" } } }, "3aa12abac44a9228ca9e9abd3f208e367dd021952b567ea60dd0698b0d6f47a3": { "2c7cec6fb598233ba0f2e458ceea1767db2503f855fd2361f6e1fcfe8da20f36": { "fr": { - "updatedAt": "2025-11-12T01:23:20.783Z" + "updatedAt": "2025-11-12T01:40:07.895Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.783Z" + "updatedAt": "2025-11-12T01:40:07.896Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.784Z" + "updatedAt": "2025-11-12T01:40:07.898Z" } } }, "bfcd1b88a667442c0a72291ee797c28020282a0386ea06772c44d6bdf5027dca": { "3ab7d581655ef3df6edf6ae36a365ca6a792e4bdefe3de16255f6e019e072d01": { "zh": { - "updatedAt": "2025-11-12T01:23:20.785Z" + "updatedAt": "2025-11-12T01:40:07.905Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.785Z" + "updatedAt": "2025-11-12T01:40:07.906Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.785Z" + "updatedAt": "2025-11-12T01:40:07.906Z" } } }, "678dbaf2f3a685274611b18dd5d3fa4c5ad3b45f3a0fc46d46f1e53b4d23887c": { "ff61c6049850cf5d7151c32bc36287f2783768425ad910da570fd1c64f2b3524": { "fr": { - "updatedAt": "2025-11-12T01:23:20.786Z" + "updatedAt": "2025-11-12T01:40:07.907Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.786Z" + "updatedAt": "2025-11-12T01:40:07.907Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.786Z" + "updatedAt": "2025-11-12T01:40:07.908Z" } } }, "1c905ed148a9c1b3f2dd4284c938c1b7d0df2e5ae5dcf9cdf31e1dd639ea8cba": { "1fb8656291f0f3a1ce590b6ba6867dee42989955816d3045dd2dee019ba2802f": { "es": { - "updatedAt": "2025-11-12T01:23:20.787Z" + "updatedAt": "2025-11-12T01:40:07.908Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.787Z" + "updatedAt": "2025-11-12T01:40:07.909Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.787Z" + "updatedAt": "2025-11-12T01:40:07.909Z" } } }, @@ -3689,538 +3744,549 @@ "es": { "updatedAt": "2025-11-12T01:23:20.789Z" } + }, + "e1dde4c6cab8914df08efad0db900e6346f561ffc967314bec83f1c9c121163f": { + "fr": { + "updatedAt": "2025-11-12T01:40:07.969Z" + }, + "zh": { + "updatedAt": "2025-11-12T01:40:07.972Z" + }, + "es": { + "updatedAt": "2025-11-12T01:40:07.974Z" + } } }, "44c31b0e87eb3f5827bc84bcb16d57dfc76423a199c8e786dde38ca3a8827006": { "961f6293e21894caabca4f7389d6cb5b601e4648af13379a224e4d40c57f1b60": { "zh": { - "updatedAt": "2025-11-12T01:23:20.789Z" + "updatedAt": "2025-11-12T01:40:07.910Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.790Z" + "updatedAt": "2025-11-12T01:40:07.910Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.791Z" + "updatedAt": "2025-11-12T01:40:07.911Z" } } }, "b9df778e751a5b2990aa8fdc202eadabdf693bab1b2264eba99e5642b3aee316": { "184e9f92cd444a5230ddf4989f3133740e75b93feec701894417df65d7dd66e1": { "es": { - "updatedAt": "2025-11-12T01:23:20.823Z" + "updatedAt": "2025-11-12T01:40:07.912Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.828Z" + "updatedAt": "2025-11-12T01:40:07.916Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.840Z" + "updatedAt": "2025-11-12T01:40:07.956Z" } } }, "50fd8503cf2237e0a71bd484b3f85e1a920b30f2e72049d5a9d9975dc7806787": { "dd6169a35a6fc46925bd904150c049ca05adfe3daa76ea08733f9bfdfe7ad843": { "zh": { - "updatedAt": "2025-11-12T01:23:20.825Z" + "updatedAt": "2025-11-12T01:40:07.944Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.851Z" + "updatedAt": "2025-11-12T01:40:07.944Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.856Z" + "updatedAt": "2025-11-12T01:40:07.951Z" } } }, "d94f062276e8ad0d42732979d06ce717dd7311616fe48748e00dba55829e49e7": { "38383b08735a5cb0e05fd23251b27a3ee86198c1e15186670fc6283782cd16ac": { "fr": { - "updatedAt": "2025-11-12T01:23:20.827Z" + "updatedAt": "2025-11-12T01:40:07.915Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.829Z" + "updatedAt": "2025-11-12T01:40:07.916Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.829Z" + "updatedAt": "2025-11-12T01:40:07.916Z" } } }, "b75acb2803501aae1bc445e5c4671f7a1cb79a55d21e1658ded84494ddd40dd7": { "2d3ea0369c9e0a1cae4d532293d6570f21f57b514c73f999de5c56c3a56fa419": { "fr": { - "updatedAt": "2025-11-12T01:23:20.793Z" + "updatedAt": "2025-11-12T01:40:07.866Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.793Z" + "updatedAt": "2025-11-12T01:40:07.866Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.794Z" + "updatedAt": "2025-11-12T01:40:07.866Z" } } }, "9a023c50bc39889785ce28d10b6297c1fbc98e6af97cf1c504323fdba2610267": { "1d7888fc55d3fe89cc72fc412f280d9e500b28b75fc3fa3c568f81ea5bce92fd": { "es": { - "updatedAt": "2025-11-12T01:23:20.794Z" + "updatedAt": "2025-11-12T01:40:07.867Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.797Z" + "updatedAt": "2025-11-12T01:40:07.880Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.801Z" + "updatedAt": "2025-11-12T01:40:07.918Z" } } }, "8a0947d629b074e8ac1e4037f8cd70053df9c51a58f1db9148399344a13c2da7": { "6bebc20ab5b6c7347efb817796d0b7dc6c063a82564a8206e899a42b645f5686": { "fr": { - "updatedAt": "2025-11-12T01:23:20.796Z" + "updatedAt": "2025-11-12T01:40:07.873Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.798Z" + "updatedAt": "2025-11-12T01:40:07.880Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.800Z" + "updatedAt": "2025-11-12T01:40:07.885Z" } } }, "db71c331df33e138ebbf6b06834bc906968c4e96e3167bbadef64b99d64fa71b": { "f4baef4b1c0d50773a32ac88428df8d8397c3363611739144dde2038dc92603d": { "fr": { - "updatedAt": "2025-11-12T01:23:20.798Z" + "updatedAt": "2025-11-12T01:40:07.881Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.802Z" + "updatedAt": "2025-11-12T01:40:07.919Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.803Z" + "updatedAt": "2025-11-12T01:40:07.920Z" } } }, "7e883f117f625dba8537487c956807baf02b0f7146906a4958cfe127828b3e0a": { "a17efe72bedc36810a0da116cc2be9986184f17491db63e7a616293c33367b84": { "fr": { - "updatedAt": "2025-11-12T01:23:20.799Z" + "updatedAt": "2025-11-12T01:40:07.883Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.800Z" + "updatedAt": "2025-11-12T01:40:07.884Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.803Z" + "updatedAt": "2025-11-12T01:40:07.920Z" } } }, "81ac5f2b69baef8cd4fd44c2689f9e3f7706a240ec69bdb9fdf435cf454291d7": { "bf89a3e11ecec4aab20bdcb5cba2434fe029e56fb68933cdc9a7960adc540972": { "es": { - "updatedAt": "2025-11-12T01:23:20.804Z" + "updatedAt": "2025-11-12T01:40:07.921Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.804Z" + "updatedAt": "2025-11-12T01:40:07.921Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.805Z" + "updatedAt": "2025-11-12T01:40:07.922Z" } } }, "99cdfac90d32f13c6fc13568b28240f5eef04cd116681be3920346a4a4ead6ec": { "fd749bf4c55ce4974087ac6a1c9dda637fff134db2209a4916f1fca33b6c5aa0": { "fr": { - "updatedAt": "2025-11-12T01:23:20.805Z" + "updatedAt": "2025-11-12T01:40:07.922Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.805Z" + "updatedAt": "2025-11-12T01:40:07.923Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.818Z" + "updatedAt": "2025-11-12T01:40:07.939Z" } } }, "5af79c39d71a50d0e2da421584ef1fef607068e75adfe2d1b2067d5f86795436": { "6f58c5e05db88ca52c607e257af345656bd5dff867c6b87fc2956553dbaf0180": { "es": { - "updatedAt": "2025-11-12T01:23:20.806Z" + "updatedAt": "2025-11-12T01:40:07.923Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.807Z" + "updatedAt": "2025-11-12T01:40:07.924Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.809Z" + "updatedAt": "2025-11-12T01:40:07.926Z" } } }, "041cb62accf52e7e7555cf4898da1c66dabcabd04c111a8a239cdff889dcd2e3": { "ebbabe4e62be1e7c0486616adf6af67053d18879d2610acd006b647d62a44919": { "fr": { - "updatedAt": "2025-11-12T01:23:20.807Z" + "updatedAt": "2025-11-12T01:40:07.924Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.808Z" + "updatedAt": "2025-11-12T01:40:07.925Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.815Z" + "updatedAt": "2025-11-12T01:40:07.930Z" } } }, "2d1d6b2b8d4aec332b453117f55f18188ee094a264055732a15f29a2a954dd56": { "fe754759e35f88b558e50f5b2ad7a51b12939b00d4108199c09347012b9fc2af": { "es": { - "updatedAt": "2025-11-12T01:23:20.808Z" + "updatedAt": "2025-11-12T01:40:07.925Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.813Z" + "updatedAt": "2025-11-12T01:40:07.929Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.814Z" + "updatedAt": "2025-11-12T01:40:07.930Z" } } }, "2420f074bf4d3821fb1afc0d9da8e79da878e65381b8674d4b3ede4ce2ec4351": { "079f8ebed2d799e9b81022576a4f7a71c78442631f8725936e9a271746c5612a": { "zh": { - "updatedAt": "2025-11-12T01:23:20.809Z" + "updatedAt": "2025-11-12T01:40:07.926Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.810Z" + "updatedAt": "2025-11-12T01:40:07.927Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.817Z" + "updatedAt": "2025-11-12T01:40:07.938Z" } } }, "f3234df1b454217c8fe385120ab9ca61b74bf9fd543e763b5d45a9a35f073d75": { "4ee842ce40878da8ae4e1e890c419ce4c639631106a6d780feae7ca1443de4c9": { "es": { - "updatedAt": "2025-11-12T01:23:20.809Z" + "updatedAt": "2025-11-12T01:40:07.926Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.813Z" + "updatedAt": "2025-11-12T01:40:07.929Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.814Z" + "updatedAt": "2025-11-12T01:40:07.929Z" } } }, "108081a24cee6fe5681000fcf59692639420a9aa34988d7ff6487fc2b91bf1ee": { "7a9e81704f85606969b49e4ff5cc097599e3c3e5e835319510c7c3f16be7a1dc": { "es": { - "updatedAt": "2025-11-12T01:23:20.810Z" + "updatedAt": "2025-11-12T01:40:07.926Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.811Z" + "updatedAt": "2025-11-12T01:40:07.928Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.818Z" + "updatedAt": "2025-11-12T01:40:07.939Z" } } }, "12f9d3bcf9d3311faa62a1bee88fca64b443e92b9c1190f5adde538cff2ad2f2": { "bdb25e460d1499a19c409145434f7b33af08b9c6e66efce805e9a79430c9b65d": { "zh": { - "updatedAt": "2025-11-12T01:23:20.811Z" + "updatedAt": "2025-11-12T01:40:07.927Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.815Z" + "updatedAt": "2025-11-12T01:40:07.930Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.818Z" + "updatedAt": "2025-11-12T01:40:07.939Z" } } }, "c6d63f4059ef0eee693e23f40619fbbbb83a170fef0be27caca543ef30d13dff": { "fa7627f3d9cc4e726b4a16f71f8f14e7415dba2ca004dd998daaaf2cdfb35a96": { "zh": { - "updatedAt": "2025-11-12T01:23:20.812Z" + "updatedAt": "2025-11-12T01:40:07.928Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.816Z" + "updatedAt": "2025-11-12T01:40:07.937Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.817Z" + "updatedAt": "2025-11-12T01:40:07.938Z" } } }, "59a14680b4d93df21b04893045e2829875b5bdc28e19249891d150cc7c073984": { "efc009a715d0dbcf8a1d87a65009917ae8db2bd791445b3b0162e0ba42096578": { "zh": { - "updatedAt": "2025-11-12T01:23:20.815Z" + "updatedAt": "2025-11-12T01:40:07.930Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.816Z" + "updatedAt": "2025-11-12T01:40:07.937Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.819Z" + "updatedAt": "2025-11-12T01:40:07.940Z" } } }, "ba2b00502a016710b487d3622b81ec57f85d6c0bd7cf996d9d7ead64ec692104": { "9844b23b02ff18def490ec342c5161dcc6a20889e5c1047861313ee6bb019c4f": { "zh": { - "updatedAt": "2025-11-12T01:23:20.819Z" + "updatedAt": "2025-11-12T01:40:07.940Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.820Z" + "updatedAt": "2025-11-12T01:40:07.940Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.820Z" + "updatedAt": "2025-11-12T01:40:07.941Z" } } }, "4b58a4742a086314c640194c24c481e0126d8113d4659c2c43ba3d04c13d082d": { "a089afab244f202399161b9733350a7b53dae2ed4177887534957bd0c2d3bc81": { "es": { - "updatedAt": "2025-11-12T01:23:20.821Z" + "updatedAt": "2025-11-12T01:40:07.941Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.822Z" + "updatedAt": "2025-11-12T01:40:07.942Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.822Z" + "updatedAt": "2025-11-12T01:40:07.942Z" } } }, "06cb030b3ffd741cf54d6e45d012198a88112770614d9f4e2d32906dc7d49280": { "452e93936b72aa1efa7dda911d50b0f2bc80ee2d7317c605c26331d775f401b9": { "zh": { - "updatedAt": "2025-11-12T01:23:20.823Z" + "updatedAt": "2025-11-12T01:40:07.943Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.851Z" + "updatedAt": "2025-11-12T01:40:07.944Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.856Z" + "updatedAt": "2025-11-12T01:40:07.950Z" } } }, "7c22d261916db6f9ac1c277f3b1a92fdc3a1d1011483ca9a74c8eb13ca78a50c": { "e6fcc043a0807dfd8610f4028904de3c47cf19c2d0738874a452c786d7fd5828": { "fr": { - "updatedAt": "2025-11-12T01:23:20.824Z" + "updatedAt": "2025-11-12T01:40:07.943Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.857Z" + "updatedAt": "2025-11-12T01:40:07.974Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.860Z" + "updatedAt": "2025-11-12T01:40:07.976Z" } } }, "9f010ac20bb43e57e5a7e4090f5201d7cb2a2c159a75dcd9dc8c8fec762bdb2f": { "ddf56b843c9eb02243bfeecfd91aaaa2ec31066e8332e46c84e6e2e13605c21f": { "es": { - "updatedAt": "2025-11-12T01:23:20.825Z" + "updatedAt": "2025-11-12T01:40:07.913Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.826Z" + "updatedAt": "2025-11-12T01:40:07.913Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.826Z" + "updatedAt": "2025-11-12T01:40:07.914Z" } } }, "9a43d0e0a5786bfac5e70220c957506743d3d5cbb3e8b160bd0318c50a16e083": { "db86c95a3ce9b2127dba624dc55b4f7625de2c025679196bd3487aac726661c3": { "es": { - "updatedAt": "2025-11-12T01:23:20.826Z" + "updatedAt": "2025-11-12T01:40:07.914Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.827Z" + "updatedAt": "2025-11-12T01:40:07.914Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.828Z" + "updatedAt": "2025-11-12T01:40:07.915Z" } } }, "de04d5a853635a12cf0bce068cf1c336b2a881349eb426df891bf761c7f54b6c": { "5b17ef93ba494178519fc5146c4fa7178f9795591be8f9863b08c502901430d8": { "fr": { - "updatedAt": "2025-11-12T01:23:20.830Z" + "updatedAt": "2025-11-12T01:40:07.917Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.832Z" + "updatedAt": "2025-11-12T01:40:07.948Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.833Z" + "updatedAt": "2025-11-12T01:40:07.948Z" } } }, "b0857bfaafdf9ae8fd4bb9c0c8334eb83246a918d256cf25eae5f401dd29b033": { "e56cecf43e567bfa48a67d7b57a7d5e34bb66d5dd8dd16177d6ec30c69210d3c": { "fr": { - "updatedAt": "2025-11-12T01:23:20.830Z" + "updatedAt": "2025-11-12T01:40:07.917Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.834Z" + "updatedAt": "2025-11-12T01:40:07.950Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.834Z" + "updatedAt": "2025-11-12T01:40:07.951Z" } } }, "15d17e10811f4fe585271614daf67e34c0b93e5b88410424f1ebf632a8b8cad0": { "69194dc2bd10ce64ce524a263f85ab658d396cd983f4da4c9e5dfd40b0b4333c": { "es": { - "updatedAt": "2025-11-12T01:23:20.831Z" + "updatedAt": "2025-11-12T01:40:07.917Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.831Z" + "updatedAt": "2025-11-12T01:40:07.947Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.832Z" + "updatedAt": "2025-11-12T01:40:07.947Z" } } }, "d36408becf9130e9ca2d686604baf2170188770adf7e51e93286a0c4638af65d": { "f2fce862095c8be740c08d00815c146ab5800780148b938c2e675c0a7e533413": { "zh": { - "updatedAt": "2025-11-12T01:23:20.835Z" + "updatedAt": "2025-11-12T01:40:07.951Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.835Z" + "updatedAt": "2025-11-12T01:40:07.952Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.840Z" + "updatedAt": "2025-11-12T01:40:07.957Z" } } }, "6e233f737e7692cae44954422f59ee9a01f28f2fb13862f788088df3abfa3fc2": { "d0fd92aa255f8048ad15df4fb72c1511433e50699764ed207b8c4a35984e5202": { "fr": { - "updatedAt": "2025-11-12T01:23:20.835Z" + "updatedAt": "2025-11-12T01:40:07.952Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.836Z" + "updatedAt": "2025-11-12T01:40:07.953Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.836Z" + "updatedAt": "2025-11-12T01:40:07.953Z" } } }, "783e1b1d749c53d3761edd311f4c65eae5302808011fea62486ff79838c0d334": { "77a2ceabba71a82f1a0d11c30701d624469cb5eac2acad74674bfbc2a4e19ca1": { "es": { - "updatedAt": "2025-11-12T01:23:20.837Z" + "updatedAt": "2025-11-12T01:40:07.954Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.839Z" + "updatedAt": "2025-11-12T01:40:07.955Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.839Z" + "updatedAt": "2025-11-12T01:40:07.955Z" } } }, "d4cb6b1326202066b98f605bc8a271bbf5c04eacad32a1e978645bee96b06869": { "a5ede5dfa8e9fdd848d24b2802929eeba90e748a811bf0b075277b4229456577": { "zh": { - "updatedAt": "2025-11-12T01:23:20.838Z" + "updatedAt": "2025-11-12T01:40:07.954Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.838Z" + "updatedAt": "2025-11-12T01:40:07.955Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.840Z" + "updatedAt": "2025-11-12T01:40:07.956Z" } } }, "ef1b549a29059d382beb672dfa58fcff2227a8f75ffe08784f3fe64c7dfbe901": { "8fd11294e924e8adeaf5dd03c017768a7b7863a5f7135654ad8c603b64b61859": { "fr": { - "updatedAt": "2025-11-12T01:23:20.841Z" + "updatedAt": "2025-11-12T01:40:07.957Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.849Z" + "updatedAt": "2025-11-12T01:40:07.966Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.850Z" + "updatedAt": "2025-11-12T01:40:07.967Z" } } }, "72c81406f74701411d4cc81ba32690a9bd106fdb1cb793f441510997bc7deb69": { "4eaf655232edcbabe6e7f9aabdb1f117a718c55edf46b3174a532f937e70ad18": { "fr": { - "updatedAt": "2025-11-12T01:23:20.841Z" + "updatedAt": "2025-11-12T01:40:07.957Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.842Z" + "updatedAt": "2025-11-12T01:40:07.958Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.842Z" + "updatedAt": "2025-11-12T01:40:07.958Z" } } }, "42629c414f361b9276d0b2f1cdc5dcd31ee3b54c10cd6d33fc1d0a1054a00f44": { "768663e70cef2c51a6f48235516092c1b652412ea3b74ba5e15760d3870a2d27": { "zh": { - "updatedAt": "2025-11-12T01:23:20.843Z" + "updatedAt": "2025-11-12T01:40:07.958Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.843Z" + "updatedAt": "2025-11-12T01:40:07.959Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.847Z" + "updatedAt": "2025-11-12T01:40:07.963Z" } } }, "75a8aca8877151461eb8dd5080e382ef2627bbe40e1723c59d6efd36df98981f": { "f7be0d049f3a98d4c505dbd0d0d9f45762362a4071e36046373bdc4b35184195": { "fr": { - "updatedAt": "2025-11-12T01:23:20.843Z" + "updatedAt": "2025-11-12T01:40:07.959Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.844Z" + "updatedAt": "2025-11-12T01:40:07.960Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.845Z" + "updatedAt": "2025-11-12T01:40:07.961Z" } } }, "9782df54c86da949c11459a1d47a8332be80eebc416dfcd2bd7590e3a4a292b5": { "14fe9694bd77c056267131a855fd674e3e29f323e27c57d694272f8730fddce6": { "zh": { - "updatedAt": "2025-11-12T01:23:20.844Z" + "updatedAt": "2025-11-12T01:40:07.960Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.846Z" + "updatedAt": "2025-11-12T01:40:07.962Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.847Z" + "updatedAt": "2025-11-12T01:40:07.964Z" } } }, "a178317f8a21f32934a9b453aefce36c84587f79c9f46e918bdfba0046e21559": { "25305b9c7487d771e43093d8a78449eff6070fcf7754845c9f4460655f4f37ce": { "fr": { - "updatedAt": "2025-11-12T01:23:20.844Z" + "updatedAt": "2025-11-12T01:40:07.961Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.846Z" + "updatedAt": "2025-11-12T01:40:07.962Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.846Z" + "updatedAt": "2025-11-12T01:40:07.963Z" } } }, "72ea8fdc0791e3c2091b8283e651af6084cbbd350ab02ddd9762b260e10349d8": { "15af36e45c4f6f44b86b6a5bae5f7615b2fccbfbad551a224fa218082191de62": { "zh": { - "updatedAt": "2025-11-12T01:23:20.845Z" + "updatedAt": "2025-11-12T01:40:07.961Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.847Z" + "updatedAt": "2025-11-12T01:40:07.963Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.847Z" + "updatedAt": "2025-11-12T01:40:07.964Z" } } }, "7db5883334d74d8c471058b37692b7ac0dbfb791ed596a9c5d61c9d609a87494": { "ec58bb7742e984e0dfdf9ca63c9e260f171c4c59848266029d658e969ca6b28e": { "fr": { - "updatedAt": "2025-11-12T01:23:20.845Z" + "updatedAt": "2025-11-12T01:40:07.961Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.848Z" + "updatedAt": "2025-11-12T01:40:07.964Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.848Z" + "updatedAt": "2025-11-12T01:40:07.965Z" } } }, @@ -4238,208 +4304,208 @@ }, "7cdb4d183c1707686e18d63e2f9567e3fb75c8d9ed9802a11b42a1522e9b6049": { "zh": { - "updatedAt": "2025-11-12T01:23:20.791Z" + "updatedAt": "2025-11-12T01:40:07.911Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.792Z" + "updatedAt": "2025-11-12T01:40:07.911Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.792Z" + "updatedAt": "2025-11-12T01:40:07.912Z" } } }, "dc269fa38a9f70dcc0dcdd446172ce680441082b0cba035e0d7d22453651fb4c": { "841108bbf6e1733b36d68418b8096f6505ae3769ebe6bb0939b9862f7ee905ae": { "es": { - "updatedAt": "2025-11-12T01:23:20.848Z" + "updatedAt": "2025-11-12T01:40:07.965Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.849Z" + "updatedAt": "2025-11-12T01:40:07.965Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.849Z" + "updatedAt": "2025-11-12T01:40:07.966Z" } } }, "c0c2621beddaaf548a3320768960504e6bafc0e7be0c493dba8e61c4c9e19d27": { "6f56cacedf8718d659fc459df586152f212e4195de65e3c6c8f265d02d283ddb": { "zh": { - "updatedAt": "2025-11-12T01:23:20.710Z" + "updatedAt": "2025-11-12T01:40:07.803Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.710Z" + "updatedAt": "2025-11-12T01:40:07.804Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.711Z" + "updatedAt": "2025-11-12T01:40:07.804Z" } } }, "776943ef33886c1e421be73d1646b99ba5ad68cba385429292f983ea55f44f64": { "c0384fb996ed6ccab9926689ebb47cc58260bae57f47d152d439f20c02c8bc9b": { "es": { - "updatedAt": "2025-11-12T01:23:20.852Z" + "updatedAt": "2025-11-12T01:40:07.945Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.857Z" + "updatedAt": "2025-11-12T01:40:07.954Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.861Z" + "updatedAt": "2025-11-12T01:40:07.977Z" } } }, "2cb0a1dfe02ae2cb21adee953eca05f41aa7078628f9a4b040fe3d504f2d87ae": { "c6ba1bf502b591b623b69a9ccefda456fee20ed3a6bddfe0876d34aa3859324a": { "fr": { - "updatedAt": "2025-11-12T01:23:20.852Z" + "updatedAt": "2025-11-12T01:40:07.945Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.867Z" + "updatedAt": "2025-11-12T01:40:07.983Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.867Z" + "updatedAt": "2025-11-12T01:40:07.983Z" } } }, "043a36c8db234bc4fff53a64ddbbc62994b6624f8d946abf941324416ecc8475": { "c74e93e60d1778677bb30dc9ed16ea69e8ea7607a754e07418287aa43857e753": { "fr": { - "updatedAt": "2025-11-12T01:23:20.852Z" + "updatedAt": "2025-11-12T01:40:07.945Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.862Z" + "updatedAt": "2025-11-12T01:40:07.978Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.868Z" + "updatedAt": "2025-11-12T01:40:07.983Z" } } }, "ce05b4d5e5ef4cfa0eceaa768aa9c709fe0c35c6503a1130ee46599071e76b86": { "7b668562e4adabd40e7fe406ac39b7ce950a65228cbb343f4caf32342ba8c438": { "fr": { - "updatedAt": "2025-11-12T01:23:20.853Z" + "updatedAt": "2025-11-12T01:40:07.946Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.855Z" + "updatedAt": "2025-11-12T01:40:07.949Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.862Z" + "updatedAt": "2025-11-12T01:40:07.978Z" } } }, "2f85f7c4b9a197fab29bc3d0a00acb6198ed6971f1c8b3bf533a901caf8dde8c": { "8d7859c724e55beb6d5d4d5b4572365184c81d60789e4f340118e2cd22893676": { "fr": { - "updatedAt": "2025-11-12T01:23:20.853Z" + "updatedAt": "2025-11-12T01:40:07.946Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.862Z" + "updatedAt": "2025-11-12T01:40:07.979Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.863Z" + "updatedAt": "2025-11-12T01:40:07.979Z" } } }, "5b401c0efa28903d4f1971ee23b5541f7b37987b2c73219dc01f5d54b551f1b9": { "22164f0c92c0a429e9eb1c0d4b480ab0a1f9f241abe6e110ee7c21a66124beec": { "fr": { - "updatedAt": "2025-11-12T01:23:20.854Z" + "updatedAt": "2025-11-12T01:40:07.946Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.859Z" + "updatedAt": "2025-11-12T01:40:07.975Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.860Z" + "updatedAt": "2025-11-12T01:40:07.976Z" } } }, "035f1659c83b73fee83f3a4a3d54cdb1622884948818b0c598bc5d3a6646c5af": { "6139d43eba9b072bd4c53db473291fc900ec7dfc0284ed4031d2f9321cd80203": { "fr": { - "updatedAt": "2025-11-12T01:23:20.854Z" + "updatedAt": "2025-11-12T01:40:07.948Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.858Z" + "updatedAt": "2025-11-12T01:40:07.975Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.859Z" + "updatedAt": "2025-11-12T01:40:07.976Z" } } }, "f6f8581fe6d947c9729dc9d773f920809355e6a606ae751c9567a09f8e289127": { "9825d82d8879e3a88779613086546b4188073bf94547e4d0b8d1427b6ed33e8e": { "zh": { - "updatedAt": "2025-11-12T01:23:20.855Z" + "updatedAt": "2025-11-12T01:40:07.949Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.855Z" + "updatedAt": "2025-11-12T01:40:07.950Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.861Z" + "updatedAt": "2025-11-12T01:40:07.978Z" } } }, "6200aeba9da471ce4e80adea5c8cb7dc61325fe088b2db8a8f4e0c5c4243102b": { "726a81eeca632370775f4bc89c19139e7a0e7524352d9481beafb4d5e46e0e13": { "fr": { - "updatedAt": "2025-11-12T01:23:20.858Z" + "updatedAt": "2025-11-12T01:40:07.974Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.858Z" + "updatedAt": "2025-11-12T01:40:07.975Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.861Z" + "updatedAt": "2025-11-12T01:40:07.977Z" } } }, "c405badc249cdaac57a9402f06c74b783615cad0bd9e1decfd8dd8d0d31f1221": { "834b1bbea78d5ff645a63058991a04d119aff55aeaac3de42120659801f1925f": { "zh": { - "updatedAt": "2025-11-12T01:23:20.863Z" + "updatedAt": "2025-11-12T01:40:07.980Z" }, "es": { - "updatedAt": "2025-11-12T01:23:20.863Z" + "updatedAt": "2025-11-12T01:40:07.980Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.864Z" + "updatedAt": "2025-11-12T01:40:07.980Z" } } }, "ee8ff7fec304805b60e60e89884f31476b87cd39d3b331bf3f35d1287b350cf0": { "c6365972480913af8d224c058033fa0aefabf05e934bd906dfedcdc43d2e2b4a": { "es": { - "updatedAt": "2025-11-12T01:23:20.864Z" + "updatedAt": "2025-11-12T01:40:07.981Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.864Z" + "updatedAt": "2025-11-12T01:40:07.981Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.865Z" + "updatedAt": "2025-11-12T01:40:07.981Z" } } }, "22974a1b3438d1b757718acd29b9309f5614f40f9d6cd4b044ae5c2e4f882974": { "d73113e57170f1553038d152d99abafd7628b6a11336bcf45a018e7c8851a88e": { "es": { - "updatedAt": "2025-11-12T01:23:20.865Z" + "updatedAt": "2025-11-12T01:40:07.982Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.866Z" + "updatedAt": "2025-11-12T01:40:07.982Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.866Z" + "updatedAt": "2025-11-12T01:40:07.982Z" } } }, "54ed70b779c2927bcac716672d1516ba1123c200ea378ac0abad62d7d4d122e8": { "9e6bb7597599ba130607c19418a7b00970f8318e842a9e26cfaaeb88d1d8b413": { "es": { - "updatedAt": "2025-11-12T01:23:20.737Z" + "updatedAt": "2025-11-12T01:40:07.827Z" }, "fr": { - "updatedAt": "2025-11-12T01:23:20.737Z" + "updatedAt": "2025-11-12T01:40:07.827Z" }, "zh": { - "updatedAt": "2025-11-12T01:23:20.738Z" + "updatedAt": "2025-11-12T01:40:07.828Z" } } } diff --git a/zh/ai/model-context-protocol.mdx b/zh/ai/model-context-protocol.mdx index 0dea4d90d..4b58b2964 100644 --- a/zh/ai/model-context-protocol.mdx +++ b/zh/ai/model-context-protocol.mdx @@ -32,26 +32,24 @@ Mintlify 会为你的文档自动生成一个 MCP 服务器,并将其托管在 ## 配置你的 MCP 服务器
-所有 MCP 服务器默认包含 `search` 工具,允许用户在其他工具中查询你文档中的信息。 +所有 MCP 服务器默认都包含 `search` 工具,它允许用户在其他工具中查询你文档中的信息。 -如果你使用 [Pro 或 Enterprise 方案](https://mintlify.com/pricing?ref=mcp),可以将 OpenAPI 规范中的端点公开为 MCP 工具。 +如果你订阅了 [Pro 或 Custom 方案](https://mintlify.com/pricing?ref=mcp),可以将 OpenAPI 规范中的端点暴露为 MCP 工具。 -要将端点公开为 MCP 工具,请在文件级或端点级的 `x-mint` 扩展中使用 `mcp` 对象。例如,Mintlify MCP 服务器包含用于创建 AI 助手会话、获取状态更新和触发更新的工具。 +要将端点暴露为 MCP 工具,请在文件级或端点级的 `x-mint` 扩展中使用 `mcp` 对象。比如,Mintlify 的 MCP 服务器包含用于创建 AI 助手会话、获取状态更新以及触发更新的工具。 -MCP 服务器遵循“安全优先”的原则,API 端点默认不公开。你必须显式启用端点,才能将其作为 MCP 工具使用。仅公开通过 AI 工具对外访问也安全的端点。 +MCP 服务器采用安全优先的策略,API 端点默认不对外暴露。你必须显式启用端点,才能将其作为 MCP 工具使用。仅暴露那些可通过 AI 工具公开访问且安全的端点。 该端点的 MCP 配置。 - 是否将该端点公开为 MCP 工具。优先于文件级配置。 + 是否将该端点暴露为 MCP 工具。优先于文件级配置。 - MCP 工具的名称。 - MCP 工具的说明。 diff --git a/zh/authentication-personalization/overview.mdx b/zh/authentication-personalization/overview.mdx index 688be41e0..c5cc14d3a 100644 --- a/zh/authentication-personalization/overview.mdx +++ b/zh/authentication-personalization/overview.mdx @@ -1,20 +1,20 @@ --- title: "概览" -description: "控制谁可以查看您的文档,并自定义其体验" +description: "控制谁可以查看你的文档,并自定义其使用体验" keywords: ["auth"] --- [Pro 方案](https://mintlify.com/pricing?ref=authentication) 包含密码认证。 - [Enterprise 方案](https://mintlify.com/pricing?ref=authentication) 包含所有认证方式。 + [Custom 方案](https://mintlify.com/pricing?ref=authentication) 包含所有认证方式。 -根据用户信息与您的安全需求,从以下三种方式中选择,用于管理访问并自定义您的文档: +根据用户信息和你的安全需求,从以下三种方式中选择,以管理访问并自定义你的文档: -* **完全认证**:为所有内容提供完整的隐私保护,并支持全面的内容自定义。 -* **部分认证**:逐页进行访问控制,并支持全面的内容自定义。 -* **个性化**:支持内容自定义,但**不提供任何安全保证**。所有内容仍对公众公开访问。 +* **完全认证**:为所有内容提供完整的隐私保护,并支持全面的内容定制。 +* **部分认证**:按页面进行访问控制,并支持全面的内容定制。 +* **个性化**:提供内容定制,但**不提供任何安全保证**。所有内容仍对公众可见。
### 用例示例 @@ -66,7 +66,7 @@ keywords: ["auth"] **Shared Session**:当你希望在应用与文档之间实现无缝登录时使用。适用于用户已在主应用中完成认证,且你希望个性化其文档体验的场景。
- ## 内容自定义 + ## 内容定制
-这三种方式均支持内容个性化功能,包括动态 MDX 内容、API key 预填充和页面可见性控制。有关详细的实现指南,请参见[个性化设置](/zh/deploy/personalization-setup)。 \ No newline at end of file +这三种方法均支持内容个性化,包括动态 MDX 内容、API key 预填,以及页面可见性控制。有关详细的实现指南,请参阅[个性化设置](/zh/deploy/personalization-setup)。 \ No newline at end of file diff --git a/zh/dashboard/roles.mdx b/zh/dashboard/roles.mdx index 488bfeba2..fe60e6a97 100644 --- a/zh/dashboard/roles.mdx +++ b/zh/dashboard/roles.mdx @@ -1,26 +1,26 @@ --- -title: "Roles" -description: "使用角色控制对你的控制台的访问。" +title: "角色" +description: "使用角色控制对控制台的访问。" --- - RBAC 功能适用于 [Enterprise 方案](https://mintlify.com/pricing?ref=rbac)。 + RBAC 功能适用于 [自定义方案](https://mintlify.com/pricing?ref=rbac)。 -Mintlify 提供两种控制台访问级别:Editor 和 Admin。 +Mintlify 提供两种控制台访问级别:编辑者(Editor)和管理员(Admin)。 -以下为仅限 Admin 角色执行的操作: +以下操作仅限管理员(Admin)执行: | | Editor | Admin | | ----------------------- | :----: | :---: | -| 更新用户角色 | ❌ | ✅ | -| 删除用户 | ❌ | ✅ | -| 邀请管理员 | ❌ | ✅ | -| 管理与更新计费 | ❌ | ✅ | -| 更新自定义 domain | ❌ | ✅ | -| 更新 Git source | ❌ | ✅ | -| 删除 org | ❌ | ✅ | +| Update user roles | ❌ | ✅ | +| Delete users | ❌ | ✅ | +| Invite admin users | ❌ | ✅ | +| Manage & update billing | ❌ | ✅ | +| Update custom domain | ❌ | ✅ | +| Update Git source | ❌ | ✅ | +| Delete org | ❌ | ✅ | -控制台上的其他操作两种角色均可执行。 +控制台中的其他操作两种角色均可使用。 -你可以邀请任意数量的管理员,但我们建议将管理员访问权限仅授予确有需要的用户。 \ No newline at end of file +你可以邀请任意数量的管理员,但建议仅向确有需要的用户授予管理员权限。 \ No newline at end of file diff --git a/zh/dashboard/sso.mdx b/zh/dashboard/sso.mdx index 25ab9c6b5..328ed00dc 100644 --- a/zh/dashboard/sso.mdx +++ b/zh/dashboard/sso.mdx @@ -4,10 +4,10 @@ description: "自定义团队登录管理控制台的方式" --- - SSO 功能适用于 [Enterprise 方案](https://mintlify.com/pricing?ref=sso)。 + SSO 功能适用于[自定义方案](https://mintlify.com/pricing?ref=sso)。 -通过 SAML 和 OIDC 使用单点登录访问控制台。若您使用 Okta、Google Workspace 或 Microsoft Entra,我们提供相应的提供商专用设置文档。若您使用其他提供商,请[联系我们](mailto:support@mintlify.com)。 +通过 SAML 和 OIDC 使用单点登录访问控制台。若使用 Okta、Google Workspace 或 Microsoft Entra,我们提供相应的供应商配置文档。若使用其他供应商,请[联系我们](mailto:support@mintlify.com)。
## Okta diff --git a/zh/deploy/ci.mdx b/zh/deploy/ci.mdx index a32135c89..4591b9e6e 100644 --- a/zh/deploy/ci.mdx +++ b/zh/deploy/ci.mdx @@ -1,13 +1,13 @@ --- title: "CI 检查" -description: "在更新流程中添加断链、代码规范和语法检查" +description: "在更新流程中添加失效链接、lint 与语法检查" --- - [Pro 和 Enterprise 方案](https://mintlify.com/pricing?ref=docs-ci) 包含针对 GitHub 仓库的 CI 检查。 + [Pro 和 Custom 套餐](https://mintlify.com/pricing?ref=docs-ci) 包含针对 GitHub 仓库的 CI 检查。 -使用 CI 检查对文档进行 lint,捕获错误,并在部署前提供 Warning。Mintlify 的 CI 检查会在针对已配置的部署用分支的拉取请求(PR)上运行。 +使用 CI 检查对文档进行 lint,捕捉错误,并在部署前提供 Warning。Mintlify 的 CI 检查会在针对已配置的 部署用分支 的拉取请求(PR;亦称“合并请求”/Merge Request)上运行。
## 安装 diff --git a/zh/deploy/preview-deployments.mdx b/zh/deploy/preview-deployments.mdx index baa88991c..afc2a0273 100644 --- a/zh/deploy/preview-deployments.mdx +++ b/zh/deploy/preview-deployments.mdx @@ -1,13 +1,13 @@ --- title: "预览部署" -description: "在实时部署中预览对文档的更改" +description: "在实时部署中预览文档的更改" --- - 预览部署适用于 [Pro 和 Enterprise 方案](https://mintlify.com/pricing?ref=preview-deployments)。 + 预览部署适用于[Pro 和 Custom 方案](https://mintlify.com/pricing?ref=preview-deployments)。 -通过预览部署,你可以在合并到生产环境之前先查看文档更改的实际效果。每次预览都会生成一个可分享的 URL,并会在你推送新更改时自动更新。 +预览部署可让你在合并到生产环境之前先查看文档更改的实际效果。每个预览都会生成一个可分享的 URL,并会在你推送新更改时自动更新。
## 创建预览部署 @@ -55,11 +55,11 @@ description: "在实时部署中预览对文档的更改"
- ## 共享预览部署 + ## 分享预览部署
-预览部署可以对所有人公开,或仅限通过认证的用户访问。 +预览部署可以公开访问,也可以仅限通过认证的用户访问。 -**公开访问**:预览 URL 默认对所有人可见。将预览链接分享给需要审阅你更改的任何人。 +**公开访问**:预览 URL 默认对所有人可见。将预览链接分享给需要审阅你更改的人员。 -**受限访问**:启用预览部署认证,将预览访问限制为仅已认证的 Mintlify 用户。更多信息参见 [Authentication Setup](/zh/deploy/authentication-setup)。 \ No newline at end of file +**受限访问**:启用预览部署认证,将预览的访问权限仅限于已通过认证的 Mintlify 用户。更多信息参见[认证设置](/zh/deploy/authentication-setup)。 \ No newline at end of file