diff --git a/es/organize/navigation.mdx b/es/organize/navigation.mdx
index 1fabbeee7..a1d3d6123 100644
--- a/es/organize/navigation.mdx
+++ b/es/organize/navigation.mdx
@@ -365,20 +365,28 @@ En el objeto `navigation`, `products` es un arreglo donde cada entrada es un obj
## OpenAPI
-Integra especificaciones de OpenAPI directamente en tu estructura de navegación para generar automáticamente la documentación de tu API. Crea secciones de API dedicadas o coloca páginas de endpoints dentro de otros componentes de la navegación.
+Integra especificaciones de OpenAPI directamente en la estructura de navegación para generar automáticamente la documentación de tu API. Crea secciones de API dedicadas o coloca páginas de endpoints dentro de otros componentes de navegación.
-Configura una especificación de OpenAPI predeterminada en cualquier nivel de tu jerarquía de navegación. Los elementos descendientes heredarán esta especificación a menos que definan la suya propia.
+Configura una especificación de OpenAPI predeterminada en cualquier nivel de tu jerarquía de navegación. Los elementos secundarios heredarán esta especificación a menos que definan la suya propia.
+
+
+ Cuando agregas la propiedad `openapi` a un elemento de navegación (como un anchor, tab o group) sin especificar ninguna página, Mintlify genera automáticamente páginas para **todos los endpoints** definidos en tu especificación de OpenAPI.
+
+ Para controlar qué endpoints aparecen, enumera explícitamente los endpoints deseados en un arreglo `pages`.
+
+
+Para obtener más información sobre cómo hacer referencia a endpoints de OpenAPI en tu documentación, consulta la sección [Configuración de OpenAPI](/es/api-playground/openapi-setup).
```json
{
"navigation": {
"groups": [
{
- "group": "Referencia de API",
+ "group": "Referencia de la API",
"openapi": "/path/to/openapi-v1.json",
"pages": [
- "overview",
- "authentication",
+ "descripción-general",
+ "autenticación",
"GET /users",
"POST /users",
{
@@ -396,8 +404,6 @@ Configura una especificación de OpenAPI predeterminada en cualquier nivel de tu
}
```
-Para obtener más información sobre cómo hacer referencia a endpoints de OpenAPI en tu documentación, consulta la [configuración de OpenAPI](/es/api-playground/openapi-setup).
-
## Versiones
diff --git a/es/organize/settings.mdx b/es/organize/settings.mdx
index b02cf5026..fb367f0b2 100644
--- a/es/organize/settings.mdx
+++ b/es/organize/settings.mdx
@@ -140,32 +140,35 @@ Esta sección contiene la referencia completa del archivo `docs.json`.
- Configuraciones de estilo visual.
+ Configuración de estilo visual.
-
+
- El estilo del eyebrow de la página. Elige `section` para mostrar el nombre de la sección o `breadcrumbs` para mostrar la ruta de navegación completa. El valor predeterminado es `section`.
+ El estilo del eyebrow (encabezado superior) de la página. Elige `section` para mostrar el nombre de la sección o `breadcrumbs` para mostrar la ruta de navegación completa. El valor predeterminado es `section`.
- Controla si se incluyen las hojas de estilo de LaTeX, anulando la detección automática.
+ Controla si se incluyen las hojas de estilo de LaTeX, anulando la detección automática. De forma predeterminada, Mintlify detecta automáticamente el uso de LaTeX en tu contenido y carga las hojas de estilo necesarias.
+
+ * Establécelo en `true` para forzar la carga de las hojas de estilo de LaTeX cuando la detección automática no reconozca tus expresiones matemáticas.
+ * Establécelo en `false` para evitar cargar las hojas de estilo de LaTeX y mejorar el rendimiento si no usas expresiones matemáticas pero tienes contenido que activa una detección de falso positivo.
-
+
Configuración del tema de los bloques de código. El valor predeterminado es `"system"`.
**Configuración simple:**
- * `"system"`: Coincide con el modo actual del sitio (claro u oscuro)
- * `"system"`: Usa siempre el modo system
+ * `"system"`: Se ajusta al modo actual del sitio (claro u oscuro)
+ * `"dark"`: Usa siempre el modo oscuro
- **Configuración de tema personalizada:**
+ **Configuración de tema personalizado:**
* Usa una cadena para especificar un único [tema de Shiki](https://shiki.style/themes) para todos los bloques de código
- * Usa un objeto para especificar temas de [Shiki](https://shiki.style/themes) separados para los modos claro y system
+ * Usa un objeto para especificar [temas de Shiki](https://shiki.style/themes) separados para los modos claro y oscuro
- Un único nombre de tema de Shiki para usar en los modos claro y system.
+ Un único nombre de tema de Shiki que se usará tanto para los modos claro como oscuro.
```json
"styling": {
@@ -177,7 +180,7 @@ Esta sección contiene la referencia completa del archivo `docs.json`.
- Temas separados para los modos claro y system.
+ Temas separados para los modos claro y oscuro.
@@ -185,7 +188,7 @@ Esta sección contiene la referencia completa del archivo `docs.json`.
- Un nombre de tema de Shiki para el modo system.
+ Un nombre de tema de Shiki para el modo oscuro.
```json
@@ -193,7 +196,7 @@ Esta sección contiene la referencia completa del archivo `docs.json`.
"codeblocks": {
"theme": {
"light": "github-light",
- "dark": "github-system"
+ "dark": "github-dark"
}
}
}
@@ -205,14 +208,14 @@ Esta sección contiene la referencia completa del archivo `docs.json`.
- Configuración de la biblioteca de íconos.
+ Configuración de la biblioteca de iconos.
-
+
- Biblioteca de íconos que se usará en toda tu documentación. El valor predeterminado es `fontawesome`.
+ Biblioteca de iconos que se usará en toda tu documentación. El valor predeterminado es `fontawesome`.
- Puedes especificar una URL a un ícono alojado externamente, una ruta a un archivo de ícono en tu proyecto o código SVG compatible con JSX para cualquier ícono individual, independientemente de la configuración de la biblioteca.
+ Puedes especificar una URL de un icono alojado externamente, una ruta a un archivo de icono en tu proyecto o código SVG compatible con JSX para cualquier icono individual, independientemente de la configuración de la biblioteca.
diff --git a/fr/organize/navigation.mdx b/fr/organize/navigation.mdx
index a40d6f6e0..db35ced60 100644
--- a/fr/organize/navigation.mdx
+++ b/fr/organize/navigation.mdx
@@ -365,20 +365,28 @@ Dans l’objet `navigation`, `products` est un tableau où chaque entrée est un
## OpenAPI
-Intégrez des spécifications OpenAPI directement dans votre structure de navigation pour générer automatiquement la documentation de votre API. Créez des sections API dédiées ou placez des pages d’endpoints au sein d’autres éléments de navigation.
+Intégrez des spécifications OpenAPI directement dans votre structure de navigation afin de générer automatiquement la documentation de votre API. Créez des sections d’API dédiées ou placez des pages d’endpoints au sein d’autres composants de navigation.
-Définissez une spécification OpenAPI par défaut à n’importe quel niveau de votre hiérarchie de navigation. Les éléments enfants hériteront de cette spécification, sauf s’ils définissent la leur.
+Définissez une spécification OpenAPI par défaut à n’importe quel niveau de votre hiérarchie de navigation. Les éléments enfants hériteront de cette spécification, sauf s’ils définissent leur propre spécification.
+
+
+ Lorsque vous ajoutez la propriété `openapi` à un élément de navigation (comme une ancre, un onglet ou un groupe) sans spécifier de pages, Mintlify génère automatiquement des pages pour **tous les endpoints** définis dans votre spécification OpenAPI.
+
+ Pour contrôler les endpoints qui apparaissent, énumérez explicitement les endpoints souhaités dans un tableau `pages`.
+
+
+Pour plus d’informations sur la manière de référencer des endpoints OpenAPI dans votre documentation, consultez la page [Configuration d’OpenAPI](/fr/api-playground/openapi-setup).
```json
{
"navigation": {
"groups": [
{
- "group": "Référence API",
+ "group": "Référence de l'API",
"openapi": "/path/to/openapi-v1.json",
"pages": [
- "overview",
- "authentication",
+ "apercu",
+ "authentification",
"GET /users",
"POST /users",
{
@@ -396,8 +404,6 @@ Définissez une spécification OpenAPI par défaut à n’importe quel niveau de
}
```
-Pour en savoir plus sur la façon de référencer des endpoints OpenAPI dans votre documentation, consultez la page [OpenAPI setup](/fr/api-playground/openapi-setup).
-
## Versions
diff --git a/fr/organize/settings.mdx b/fr/organize/settings.mdx
index 9af6f7c16..cb580d05d 100644
--- a/fr/organize/settings.mdx
+++ b/fr/organize/settings.mdx
@@ -144,11 +144,14 @@ Cette section présente la référence complète du fichier `docs.json`.
- Style de l’« eyebrow » de la page. Choisissez `section` pour afficher le nom de la section ou `breadcrumbs` pour afficher le chemin de navigation complet. La valeur par défaut est `section`.
+ Le style de l’eyebrow de la page. Choisissez `section` pour afficher le nom de la section ou `breadcrumbs` pour afficher le chemin de navigation complet. Par défaut, la valeur est `section`.
- Indique si les feuilles de style LaTeX sont incluses, en remplaçant la détection automatique.
+ Contrôle si les feuilles de style LaTeX sont incluses, en remplaçant la détection automatique. Par défaut, Mintlify détecte automatiquement l’utilisation de LaTeX dans votre contenu et charge les feuilles de style nécessaires.
+
+ * Définissez sur `true` pour forcer le chargement des feuilles de style LaTeX lorsque la détection automatique ne reconnaît pas vos expressions mathématiques.
+ * Définissez sur `false` pour empêcher le chargement des feuilles de style LaTeX afin d’améliorer les performances si vous n’utilisez pas d’expressions mathématiques mais avez du contenu qui déclenche une détection faussement positive.
@@ -156,16 +159,16 @@ Cette section présente la référence complète du fichier `docs.json`.
**Configuration simple :**
- * `"system"` : correspond au mode actuel du site (clair ou sombre)
- * `"dark"` : utilise toujours le mode sombre
+ * `"system"` : Adapter le mode actuel du site (clair ou sombre)
+ * `"dark"` : Toujours utiliser le mode sombre
**Configuration de thème personnalisée :**
- * Utilisez une chaîne pour spécifier un seul [thème Shiki](https://shiki.style/themes) pour tous les blocs de code
+ * Utilisez une chaîne de caractères pour spécifier un seul [thème Shiki](https://shiki.style/themes) pour tous les blocs de code
* Utilisez un objet pour spécifier des [thèmes Shiki](https://shiki.style/themes) distincts pour les modes clair et sombre
- Un seul nom de thème Shiki à utiliser pour les modes clair et sombre.
+ Un nom de thème Shiki unique à utiliser pour les modes clair et sombre.
```json
"styling": {
diff --git a/gt-lock.json b/gt-lock.json
index 8a4dd2d3c..d5789452b 100644
--- a/gt-lock.json
+++ b/gt-lock.json
@@ -2576,13 +2576,13 @@
},
"df76a0eb48f3969fa97c0b9cb3c3f66431ff507911c97129b5ae5a7848619c74": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.112Z"
+ "updatedAt": "2025-12-01T19:45:46.191Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.114Z"
+ "updatedAt": "2025-12-01T19:45:46.192Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.115Z"
+ "updatedAt": "2025-12-01T19:45:46.194Z"
}
}
},
@@ -2622,26 +2622,26 @@
},
"dc9e7de93e53f25ee5d183c55b1bc0950aee1a8137ad88b26869ffae0c0f7803": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.116Z"
+ "updatedAt": "2025-12-01T19:45:46.195Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.117Z"
+ "updatedAt": "2025-12-01T19:45:46.196Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.118Z"
+ "updatedAt": "2025-12-01T19:45:46.197Z"
}
}
},
"23468f0552fb3e6e3e07f5ccc3f3267c1f9e3dde0f865e866f185cb2947d3700": {
"cf671b42a22bf53b553d52737aa0ebd2832efeeb3c4329997d454109b44b2d0b": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.122Z"
+ "updatedAt": "2025-12-01T19:45:46.201Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.123Z"
+ "updatedAt": "2025-12-01T19:45:46.202Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.124Z"
+ "updatedAt": "2025-12-01T19:45:46.204Z"
}
}
},
@@ -2659,13 +2659,13 @@
},
"33b27f6424e49160a6a8f7ca639a6ecabe4ccb6c81e109c16357715ed5705d59": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.083Z"
+ "updatedAt": "2025-12-01T19:45:46.153Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.085Z"
+ "updatedAt": "2025-12-01T19:45:46.155Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.086Z"
+ "updatedAt": "2025-12-01T19:45:46.156Z"
}
}
},
@@ -2716,13 +2716,13 @@
},
"27f53cd80f1d9d96ab5f1d15c7d4143a1faa63b80e35b5f57fa79bf4da0eaea4": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.119Z"
+ "updatedAt": "2025-12-01T19:45:46.197Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.120Z"
+ "updatedAt": "2025-12-01T19:45:46.198Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.121Z"
+ "updatedAt": "2025-12-01T19:45:46.199Z"
}
}
},
@@ -2751,13 +2751,13 @@
},
"4bbec825257b2e44662cece56ea8f6d2a270af8295558ba8c49333d01f531512": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.095Z"
+ "updatedAt": "2025-12-01T19:45:46.170Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.096Z"
+ "updatedAt": "2025-12-01T19:45:46.170Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.097Z"
+ "updatedAt": "2025-12-01T19:45:46.172Z"
}
}
},
@@ -2786,13 +2786,13 @@
},
"64a3699238f7091a57f32a304d4d6ea95e7b276b252acad469433afd381059d3": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.088Z"
+ "updatedAt": "2025-12-01T19:45:46.160Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.159Z"
+ "updatedAt": "2025-12-01T19:45:46.220Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.161Z"
+ "updatedAt": "2025-12-01T19:45:46.223Z"
}
}
},
@@ -2821,13 +2821,13 @@
},
"91728bc6b9b8b6139a0dd62305e5baa3b279f2b75c5da5884361f1d6921cd5a0": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.088Z"
+ "updatedAt": "2025-12-01T19:45:46.159Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.091Z"
+ "updatedAt": "2025-12-01T19:45:46.162Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.092Z"
+ "updatedAt": "2025-12-01T19:45:46.166Z"
}
}
},
@@ -2867,13 +2867,13 @@
},
"e6a344d226f71ec9d74b139ad033dcf67bc7845e173faafb769737d5a53e20e0": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.104Z"
+ "updatedAt": "2025-12-01T19:45:46.180Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.105Z"
+ "updatedAt": "2025-12-01T19:45:46.181Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.106Z"
+ "updatedAt": "2025-12-01T19:45:46.183Z"
}
}
},
@@ -2913,13 +2913,13 @@
},
"9242b786b93718623d525ba9255744e28d36cba2b1a87db50bc7d4c700693c27": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.183Z"
+ "updatedAt": "2025-12-01T19:45:46.244Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.184Z"
+ "updatedAt": "2025-12-01T19:45:46.244Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.187Z"
+ "updatedAt": "2025-12-01T19:45:46.247Z"
}
}
},
@@ -2937,13 +2937,13 @@
},
"1b5192704d8c87b7157e3ffb37e67740bf4db60592047855671eaa0de99fce67": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.093Z"
+ "updatedAt": "2025-12-01T19:45:46.167Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.099Z"
+ "updatedAt": "2025-12-01T19:45:46.175Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.100Z"
+ "updatedAt": "2025-12-01T19:45:46.177Z"
}
}
},
@@ -2961,13 +2961,13 @@
},
"7df72a5c83b1558be5c0fa2deec46e528d5f4d2df119cca457c97ad94568dafd": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.090Z"
+ "updatedAt": "2025-12-01T19:45:46.161Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.091Z"
+ "updatedAt": "2025-12-01T19:45:46.164Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.093Z"
+ "updatedAt": "2025-12-01T19:45:46.168Z"
}
}
},
@@ -2996,13 +2996,13 @@
},
"e71844c012c9eba781ce344458c88e183151a3faef835f82596821c65ff82f74": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.087Z"
+ "updatedAt": "2025-12-01T19:45:46.158Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.094Z"
+ "updatedAt": "2025-12-01T19:45:46.169Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.096Z"
+ "updatedAt": "2025-12-01T19:45:46.171Z"
}
}
},
@@ -3020,13 +3020,13 @@
},
"4ba815c35fc1d6ae05c075a25e63c14bb4f99030f6269e2e624b6a6cf7b40e43": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.082Z"
+ "updatedAt": "2025-12-01T19:45:46.152Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.084Z"
+ "updatedAt": "2025-12-01T19:45:46.154Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.085Z"
+ "updatedAt": "2025-12-01T19:45:46.156Z"
}
}
},
@@ -3055,13 +3055,13 @@
},
"eb20f767427fb4ce5134a35c35949a707ee0443db110d0b9778a731d5cfc0e82": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.086Z"
+ "updatedAt": "2025-12-01T19:45:46.157Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.098Z"
+ "updatedAt": "2025-12-01T19:45:46.174Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.099Z"
+ "updatedAt": "2025-12-01T19:45:46.176Z"
}
}
},
@@ -3134,13 +3134,13 @@
},
"29fb23315f9e3215bfc4ac804995debfba1c795e84d34ac0d94521da01f6415b": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.076Z"
+ "updatedAt": "2025-12-01T19:45:46.141Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.078Z"
+ "updatedAt": "2025-12-01T19:45:46.143Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.079Z"
+ "updatedAt": "2025-12-01T19:45:46.145Z"
}
}
},
@@ -3226,13 +3226,13 @@
},
"f2d2eba18f2d99a846a22e37f08013200d0d53bea29eed47e8ab65c63ea495d2": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.089Z"
+ "updatedAt": "2025-12-01T19:45:46.160Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.097Z"
+ "updatedAt": "2025-12-01T19:45:46.172Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.101Z"
+ "updatedAt": "2025-12-01T19:45:46.178Z"
}
}
},
@@ -3294,13 +3294,13 @@
},
"4b73e5b999837e785d4851e9a4713727aa81fdcf0df3810ce0200908c539c2e8": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.080Z"
+ "updatedAt": "2025-12-01T19:45:46.146Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.081Z"
+ "updatedAt": "2025-12-01T19:45:46.148Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.082Z"
+ "updatedAt": "2025-12-01T19:45:46.150Z"
}
}
},
@@ -3351,13 +3351,13 @@
},
"a1bd07d382165778edcabffa3686ed892ef439380ca48b8aebf9e4d4ec2cde92": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.107Z"
+ "updatedAt": "2025-12-01T19:45:46.185Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.108Z"
+ "updatedAt": "2025-12-01T19:45:46.186Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.111Z"
+ "updatedAt": "2025-12-01T19:45:46.190Z"
}
}
},
@@ -3419,13 +3419,13 @@
},
"acfd1336dcf680d032b0ef84cf77a43470b1dde210f0b38a1b958b5a1ee42592": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.030Z"
+ "updatedAt": "2025-12-01T19:45:46.105Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.032Z"
+ "updatedAt": "2025-12-01T19:45:46.138Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.033Z"
+ "updatedAt": "2025-12-01T19:45:46.139Z"
}
}
},
@@ -3476,13 +3476,13 @@
},
"6904efa9c49c5b4226e88b8dce7fa07fdf6e73618779f51eb37c002b666e5586": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.108Z"
+ "updatedAt": "2025-12-01T19:45:46.187Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.109Z"
+ "updatedAt": "2025-12-01T19:45:46.187Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.110Z"
+ "updatedAt": "2025-12-01T19:45:46.188Z"
}
}
},
@@ -3511,13 +3511,13 @@
},
"239feca6504164e8bcbd82b2524a752018ed7a39e7c99c5bd82283b05ad42419": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.206Z"
+ "updatedAt": "2025-12-01T19:45:46.309Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.210Z"
+ "updatedAt": "2025-12-01T19:45:46.313Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.215Z"
+ "updatedAt": "2025-12-01T19:45:46.324Z"
}
}
},
@@ -3546,13 +3546,13 @@
},
"6b6eb89e73eae4cff9d6413f91f2f4ce27e6b47013fb676bde0cdced959047d5": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.137Z"
+ "updatedAt": "2025-12-01T19:45:46.214Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.138Z"
+ "updatedAt": "2025-12-01T19:45:46.215Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.155Z"
+ "updatedAt": "2025-12-01T19:45:46.216Z"
}
}
},
@@ -3592,13 +3592,13 @@
},
"2142b34f605ba6b02fc694f8930d1d6a0068a69bd4e2f55d94bb3b33512bc21b": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.191Z"
+ "updatedAt": "2025-12-01T19:45:46.252Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.192Z"
+ "updatedAt": "2025-12-01T19:45:46.277Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.191Z"
+ "updatedAt": "2025-12-01T19:45:46.254Z"
}
}
},
@@ -3616,13 +3616,13 @@
},
"9b746c5834165dc199fdd794e1657e4116749bcc2ce014fa6bc5e7a59751e5e0": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.124Z"
+ "updatedAt": "2025-12-01T19:45:46.207Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.126Z"
+ "updatedAt": "2025-12-01T19:45:46.208Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.127Z"
+ "updatedAt": "2025-12-01T19:45:46.209Z"
}
}
},
@@ -3651,13 +3651,13 @@
},
"1579230cd266b076718d44b00c6f2b14c604bd1468d47abd65c5b3f284ee238b": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.136Z"
+ "updatedAt": "2025-12-01T19:45:46.213Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.137Z"
+ "updatedAt": "2025-12-01T19:45:46.214Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.160Z"
+ "updatedAt": "2025-12-01T19:45:46.222Z"
}
}
},
@@ -3675,13 +3675,13 @@
},
"84e1f1ee89d0e933d7883bd51c19cc1497abc66ebb4cfc68cb7f690d71de87f5": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.170Z"
+ "updatedAt": "2025-12-01T19:45:46.229Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.171Z"
+ "updatedAt": "2025-12-01T19:45:46.231Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.172Z"
+ "updatedAt": "2025-12-01T19:45:46.232Z"
}
}
},
@@ -3710,13 +3710,13 @@
},
"b0fc3fe18db44f5d5e3138970ce56042937cae027c36a20826e5e83b18448c2c": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.136Z"
+ "updatedAt": "2025-12-01T19:45:46.212Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.167Z"
+ "updatedAt": "2025-12-01T19:45:46.227Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.173Z"
+ "updatedAt": "2025-12-01T19:45:46.234Z"
}
}
},
@@ -3745,13 +3745,13 @@
},
"f6377bf2dbd5497b12e74eecdf1c1400c517c2aec35e1ac91f461cd4769214b4": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.212Z"
+ "updatedAt": "2025-12-01T19:45:46.321Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.233Z"
+ "updatedAt": "2025-12-01T19:45:46.354Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.236Z"
+ "updatedAt": "2025-12-01T19:45:46.357Z"
}
}
},
@@ -3780,13 +3780,13 @@
},
"bc8397cc9a6ce325952185bd403e7322c795c94318958e9c38b0cbea30872f53": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.135Z"
+ "updatedAt": "2025-12-01T19:45:46.211Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.157Z"
+ "updatedAt": "2025-12-01T19:45:46.218Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.168Z"
+ "updatedAt": "2025-12-01T19:45:46.228Z"
}
}
},
@@ -3804,13 +3804,13 @@
},
"53d7697aa5f590afda9685f76f9b36753da2903b860d4c937c9a58e10cac4877": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.135Z"
+ "updatedAt": "2025-12-01T19:45:46.212Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.159Z"
+ "updatedAt": "2025-12-01T19:45:46.221Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.172Z"
+ "updatedAt": "2025-12-01T19:45:46.233Z"
}
}
},
@@ -3839,13 +3839,13 @@
},
"6065a4c2de7e7a039acb75fd86ac55270b68e0a1c50cce78c38218d7e17332be": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.199Z"
+ "updatedAt": "2025-12-01T19:45:46.300Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.229Z"
+ "updatedAt": "2025-12-01T19:45:46.352Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.227Z"
+ "updatedAt": "2025-12-01T19:45:46.335Z"
}
}
},
@@ -3885,13 +3885,13 @@
},
"58530194580e1f232e86282b69ce2eca0690f31f7c0d6cace4af03fc68418734": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.026Z"
+ "updatedAt": "2025-12-01T19:45:46.205Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.028Z"
+ "updatedAt": "2025-12-01T19:45:46.205Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.029Z"
+ "updatedAt": "2025-12-01T19:45:46.206Z"
}
}
},
@@ -3909,13 +3909,13 @@
},
"fa529df5efd3bbc04a1b2491b1b102472a547fa0543ac8eb62229ff695e1e2b8": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.133Z"
+ "updatedAt": "2025-12-01T19:45:46.210Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.134Z"
+ "updatedAt": "2025-12-01T19:45:46.210Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.163Z"
+ "updatedAt": "2025-12-01T19:45:46.224Z"
}
}
},
@@ -3944,13 +3944,13 @@
},
"7af7098ed0591bb1b52aeda833b7c793c648c594ddc27001cc458732beb61d42": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.156Z"
+ "updatedAt": "2025-12-01T19:45:46.217Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.158Z"
+ "updatedAt": "2025-12-01T19:45:46.219Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.165Z"
+ "updatedAt": "2025-12-01T19:45:46.225Z"
}
}
},
@@ -3979,13 +3979,13 @@
},
"ff6db2e1d92370a81059bfc2de4d5a8e1f57d0325aba414f0579b5874c2f211c": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.211Z"
+ "updatedAt": "2025-12-01T19:45:46.314Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.230Z"
+ "updatedAt": "2025-12-01T19:45:46.353Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.227Z"
+ "updatedAt": "2025-12-01T19:45:46.336Z"
}
}
},
@@ -4014,13 +4014,13 @@
},
"d6a5a6940e86056dceb450ae7e7d83a0ff1ae53e967a7386f2ee6e1a51cb1919": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.208Z"
+ "updatedAt": "2025-12-01T19:45:46.310Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.209Z"
+ "updatedAt": "2025-12-01T19:45:46.311Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.235Z"
+ "updatedAt": "2025-12-01T19:45:46.357Z"
}
}
},
@@ -4060,13 +4060,13 @@
},
"7b5e31679e6dc64290dcbaf7ebdc38d509f113fac1106932fc5c382eae0f70f2": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.180Z"
+ "updatedAt": "2025-12-01T19:45:46.241Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.182Z"
+ "updatedAt": "2025-12-01T19:45:46.243Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.188Z"
+ "updatedAt": "2025-12-01T19:45:46.249Z"
}
}
},
@@ -4128,13 +4128,13 @@
},
"eb41c43939f88bd3938929ecf1ed929135f2aa5ad83f4775c2d2a29f1c9da37c": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.189Z"
+ "updatedAt": "2025-12-01T19:45:46.249Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.190Z"
+ "updatedAt": "2025-12-01T19:45:46.250Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.190Z"
+ "updatedAt": "2025-12-01T19:45:46.251Z"
}
}
},
@@ -4185,13 +4185,13 @@
},
"15dcc5bf8fe3a6cc2d7be853f5ea3001fbd0a4390995b0d89c4688a863d93554": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.185Z"
+ "updatedAt": "2025-12-01T19:45:46.246Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.186Z"
+ "updatedAt": "2025-12-01T19:45:46.247Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.188Z"
+ "updatedAt": "2025-12-01T19:45:46.248Z"
}
}
},
@@ -4220,13 +4220,13 @@
},
"4b669eac3d8af5dba744f7619f5f1d7a71791df3e93cb61cdd5f4efa1a49e7a8": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.160Z"
+ "updatedAt": "2025-12-01T19:45:46.221Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.162Z"
+ "updatedAt": "2025-12-01T19:45:46.223Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.170Z"
+ "updatedAt": "2025-12-01T19:45:46.230Z"
}
}
},
@@ -4266,13 +4266,13 @@
},
"a36886f4bb4adc67e3f0f6784b450b2375adaa18049fbf2130e009b7e3e6b136": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.166Z"
+ "updatedAt": "2025-12-01T19:45:46.226Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.225Z"
+ "updatedAt": "2025-12-01T19:45:46.332Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.169Z"
+ "updatedAt": "2025-12-01T19:45:46.229Z"
}
}
},
@@ -4312,13 +4312,13 @@
},
"3d8750f3f03847c95da6a8d5db91c3f2794f77900d3f5bbdb91dac2adf0a13e6": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.128Z"
+ "updatedAt": "2025-12-01T19:45:46.291Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.130Z"
+ "updatedAt": "2025-12-01T19:45:46.292Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.132Z"
+ "updatedAt": "2025-12-01T19:45:46.293Z"
}
}
},
@@ -4347,13 +4347,13 @@
},
"daac240f9481ada70f4ab82196cb275ec718d8c2d714eb60b5c567634c3e725a": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.284Z"
+ "updatedAt": "2025-12-01T19:45:46.399Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.371Z"
+ "updatedAt": "2025-12-01T19:45:46.508Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.373Z"
+ "updatedAt": "2025-12-01T19:45:46.509Z"
}
}
},
@@ -4393,13 +4393,13 @@
},
"5f164293a7b7d857847dd6724df827abe1235b34e02d3b3ff596ad6884d30fda": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.267Z"
+ "updatedAt": "2025-12-01T19:45:46.373Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.296Z"
+ "updatedAt": "2025-12-01T19:45:46.420Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.309Z"
+ "updatedAt": "2025-12-01T19:45:46.429Z"
}
}
},
@@ -4428,13 +4428,13 @@
},
"c0ecdfc77f161f9ec951eeea61e89d87be13c8dcbf63cc28240bc8e495f7e7f4": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.197Z"
+ "updatedAt": "2025-12-01T19:45:46.296Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.200Z"
+ "updatedAt": "2025-12-01T19:45:46.301Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.224Z"
+ "updatedAt": "2025-12-01T19:45:46.331Z"
}
}
},
@@ -4476,13 +4476,13 @@
},
"b40c60718a227589b2b21319224942654b402d349ebeb430217cefce50203dd1": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.207Z"
+ "updatedAt": "2025-12-01T19:45:46.309Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.220Z"
+ "updatedAt": "2025-12-01T19:45:46.329Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.221Z"
+ "updatedAt": "2025-12-01T19:45:46.329Z"
}
}
},
@@ -4511,13 +4511,13 @@
},
"1c0a8202856d2630d58fdd9440e8b59dc16e2e0d0df716f94c1c61506b0abf73": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.206Z"
+ "updatedAt": "2025-12-01T19:45:46.308Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.210Z"
+ "updatedAt": "2025-12-01T19:45:46.312Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.217Z"
+ "updatedAt": "2025-12-01T19:45:46.326Z"
}
}
},
@@ -4546,13 +4546,13 @@
},
"2a0f0b7a4c2e97c104841a7ca775cb7ea2d904d3c58797b4df16f21bed656cbf": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.287Z"
+ "updatedAt": "2025-12-01T19:45:46.403Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.290Z"
+ "updatedAt": "2025-12-01T19:45:46.414Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.297Z"
+ "updatedAt": "2025-12-01T19:45:46.421Z"
}
}
},
@@ -4581,13 +4581,13 @@
},
"cc2a087cfe19f368db8940e1369be0e2b08997d401eb3bafcb63ce4b0c545328": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.204Z"
+ "updatedAt": "2025-12-01T19:45:46.306Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.213Z"
+ "updatedAt": "2025-12-01T19:45:46.322Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.211Z"
+ "updatedAt": "2025-12-01T19:45:46.320Z"
}
}
},
@@ -4627,13 +4627,13 @@
},
"1e5e24c5831011296eb0d6e6dbb9c228554eb4545d985aa2aabfa4b2eb8010b6": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.288Z"
+ "updatedAt": "2025-12-01T19:45:46.404Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.303Z"
+ "updatedAt": "2025-12-01T19:45:46.425Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.310Z"
+ "updatedAt": "2025-12-01T19:45:46.430Z"
}
}
},
@@ -4673,13 +4673,13 @@
},
"2202aa02e9ae341447ee588b80ce34cf38f9e450be559627fb28845418cd4906": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.301Z"
+ "updatedAt": "2025-12-01T19:45:46.423Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.293Z"
+ "updatedAt": "2025-12-01T19:45:46.417Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.312Z"
+ "updatedAt": "2025-12-01T19:45:46.431Z"
}
}
},
@@ -4708,13 +4708,13 @@
},
"8b3eb4d91a03437fdb577ff828b7858bed1d4efbac277fcc00b6de4d73556b7a": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.216Z"
+ "updatedAt": "2025-12-01T19:45:46.324Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.222Z"
+ "updatedAt": "2025-12-01T19:45:46.330Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.234Z"
+ "updatedAt": "2025-12-01T19:45:46.356Z"
}
}
},
@@ -4743,13 +4743,13 @@
},
"717ba6ec955149d36b641a29e243d1a562bc0a4a45246ea8f00e97a12de033a2": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.290Z"
+ "updatedAt": "2025-12-01T19:45:46.406Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.313Z"
+ "updatedAt": "2025-12-01T19:45:46.432Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.313Z"
+ "updatedAt": "2025-12-01T19:45:46.433Z"
}
}
},
@@ -4789,13 +4789,13 @@
},
"4933445bff862f003961a7d56f1c800fc218b7e831b9c7182f9698938ea39796": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.237Z"
+ "updatedAt": "2025-12-01T19:45:46.359Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.239Z"
+ "updatedAt": "2025-12-01T19:45:46.362Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.240Z"
+ "updatedAt": "2025-12-01T19:45:46.363Z"
}
}
},
@@ -4824,13 +4824,13 @@
},
"490447ff6751bd36032615f87abdbbf88d8fbe2abb4e3a562a822148c6c24722": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.203Z"
+ "updatedAt": "2025-12-01T19:45:46.304Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.214Z"
+ "updatedAt": "2025-12-01T19:45:46.323Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.217Z"
+ "updatedAt": "2025-12-01T19:45:46.325Z"
}
}
},
@@ -4859,13 +4859,13 @@
},
"9e6bd9dddc84ee56ab61dd51d66778954d94835fa02e115422354fbc956a4a8d": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.198Z"
+ "updatedAt": "2025-12-01T19:45:46.297Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.199Z"
+ "updatedAt": "2025-12-01T19:45:46.298Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.213Z"
+ "updatedAt": "2025-12-01T19:45:46.322Z"
}
}
},
@@ -4905,13 +4905,13 @@
},
"ce6876fe5f22e2c6437a4d497bad2b008231a76eb534358aeec83c667205144a": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.261Z"
+ "updatedAt": "2025-12-01T19:45:46.367Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.262Z"
+ "updatedAt": "2025-12-01T19:45:46.368Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.263Z"
+ "updatedAt": "2025-12-01T19:45:46.369Z"
}
}
},
@@ -4940,13 +4940,13 @@
},
"f3c2f45fd08c00d6549d66c81c11f1b2851ec3db49e4c254e5b05f87b192bfa8": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.201Z"
+ "updatedAt": "2025-12-01T19:45:46.302Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.219Z"
+ "updatedAt": "2025-12-01T19:45:46.328Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.228Z"
+ "updatedAt": "2025-12-01T19:45:46.351Z"
}
}
},
@@ -4986,13 +4986,13 @@
},
"b256b87b867d66b2e8ce15ea04a50b663764eaa4205962c11ff9132e72c4daee": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.259Z"
+ "updatedAt": "2025-12-01T19:45:46.365Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.260Z"
+ "updatedAt": "2025-12-01T19:45:46.365Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.261Z"
+ "updatedAt": "2025-12-01T19:45:46.366Z"
}
}
},
@@ -5032,13 +5032,13 @@
},
"ecf8a04b3e44574002cf2d4e9de7760b9f518ea76315815e9bba74ebf4f3e229": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.237Z"
+ "updatedAt": "2025-12-01T19:45:46.358Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.238Z"
+ "updatedAt": "2025-12-01T19:45:46.360Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.241Z"
+ "updatedAt": "2025-12-01T19:45:46.363Z"
}
}
},
@@ -5067,13 +5067,13 @@
},
"f8b9a9d106b121e6ddbc9bb70445ad03bea3db43afdce8ba3db21e5f8bb27def": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.204Z"
+ "updatedAt": "2025-12-01T19:45:46.305Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.218Z"
+ "updatedAt": "2025-12-01T19:45:46.327Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.226Z"
+ "updatedAt": "2025-12-01T19:45:46.334Z"
}
}
},
@@ -5132,18 +5132,29 @@
"fr": {
"updatedAt": "2025-12-01T19:22:41.443Z"
}
+ },
+ "3e2d6ff2afcf96170a7f4d1fc6193149a9d669eeef11ad753364bb0f5f1d6b66": {
+ "fr": {
+ "updatedAt": "2025-12-01T19:45:46.538Z"
+ },
+ "es": {
+ "updatedAt": "2025-12-01T19:45:46.539Z"
+ },
+ "zh": {
+ "updatedAt": "2025-12-01T19:45:46.540Z"
+ }
}
},
"53c3b9e499ef5bd5e368aa05a9a2484ab2e83e086a848e4dc65f744f4303c18f": {
"fc7569e7101cf497720e212cf9526dfda81c1a7301c1866a84396fb6339961ed": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.458Z"
+ "updatedAt": "2025-12-01T19:45:46.583Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.459Z"
+ "updatedAt": "2025-12-01T19:45:46.584Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.461Z"
+ "updatedAt": "2025-12-01T19:45:46.585Z"
}
}
},
@@ -5172,13 +5183,13 @@
},
"9aae22f3f7200ef0bfedfcf0f68534a5899dfeca3533861b826b08df4f7c4601": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.276Z"
+ "updatedAt": "2025-12-01T19:45:46.377Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.280Z"
+ "updatedAt": "2025-12-01T19:45:46.380Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.266Z"
+ "updatedAt": "2025-12-01T19:45:46.372Z"
}
}
},
@@ -5207,13 +5218,13 @@
},
"0228942914d7754379a163a3e9fd8dbd1c314df31b406d2df877d274d0fb8282": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.289Z"
+ "updatedAt": "2025-12-01T19:45:46.405Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.307Z"
+ "updatedAt": "2025-12-01T19:45:46.428Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.315Z"
+ "updatedAt": "2025-12-01T19:45:46.434Z"
}
}
},
@@ -5242,13 +5253,13 @@
},
"fa3c99c7b63408c3050a1074fce5edf8c4b0f834acd9219844bb6b030cfb03fd": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.355Z"
+ "updatedAt": "2025-12-01T19:45:46.492Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.357Z"
+ "updatedAt": "2025-12-01T19:45:46.495Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.388Z"
+ "updatedAt": "2025-12-01T19:45:46.524Z"
}
}
},
@@ -5277,13 +5288,13 @@
},
"adbe9541002b1646c97b2808c84189ee9f023c72ad021051e865d9d5ef268ec9": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.274Z"
+ "updatedAt": "2025-12-01T19:45:46.377Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.280Z"
+ "updatedAt": "2025-12-01T19:45:46.380Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.294Z"
+ "updatedAt": "2025-12-01T19:45:46.419Z"
}
}
},
@@ -5345,13 +5356,13 @@
},
"2702dc29268a55216eb689e28babe1a4e0ec75fdf1c5bc35380277b1324fac22": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.328Z"
+ "updatedAt": "2025-12-01T19:45:46.447Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.328Z"
+ "updatedAt": "2025-12-01T19:45:46.448Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.329Z"
+ "updatedAt": "2025-12-01T19:45:46.448Z"
}
}
},
@@ -5380,13 +5391,13 @@
},
"79ce9a01a754dff7caa2815c273adb26f9fa5e7a21f6e8e07fc94d1f85cdba74": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.337Z"
+ "updatedAt": "2025-12-01T19:45:46.456Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.352Z"
+ "updatedAt": "2025-12-01T19:45:46.474Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.387Z"
+ "updatedAt": "2025-12-01T19:45:46.522Z"
}
}
},
@@ -5415,13 +5426,13 @@
},
"cb332adcfe09bedb087e499ecf60d6a233e8053ca49c78bb30ca1add261b4ea8": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.341Z"
+ "updatedAt": "2025-12-01T19:45:46.460Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.350Z"
+ "updatedAt": "2025-12-01T19:45:46.470Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.373Z"
+ "updatedAt": "2025-12-01T19:45:46.510Z"
}
}
},
@@ -5450,13 +5461,13 @@
},
"0d47285825c7ae55984e6f9c3d7528dd673f95650add2cbb567f8c29315f01d5": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.278Z"
+ "updatedAt": "2025-12-01T19:45:46.379Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.286Z"
+ "updatedAt": "2025-12-01T19:45:46.401Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.306Z"
+ "updatedAt": "2025-12-01T19:45:46.426Z"
}
}
},
@@ -5485,13 +5496,13 @@
},
"9277c5d065b05d3f338e148bb8b9a7359baa986e51127a488155faacbc3c3a72": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.338Z"
+ "updatedAt": "2025-12-01T19:45:46.458Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.345Z"
+ "updatedAt": "2025-12-01T19:45:46.464Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.380Z"
+ "updatedAt": "2025-12-01T19:45:46.516Z"
}
}
},
@@ -5531,13 +5542,13 @@
},
"c957730742bfb92e2dc7fb525f717a4437abf5f9440efbbac1db614a1b98a392": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.319Z"
+ "updatedAt": "2025-12-01T19:45:46.438Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.323Z"
+ "updatedAt": "2025-12-01T19:45:46.443Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.324Z"
+ "updatedAt": "2025-12-01T19:45:46.444Z"
}
}
},
@@ -5566,13 +5577,13 @@
},
"ede4781ac253b215e63e85bc6df9f6b663c66406f6357aa7af4eeffb8d1a98cf": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.354Z"
+ "updatedAt": "2025-12-01T19:45:46.492Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.362Z"
+ "updatedAt": "2025-12-01T19:45:46.501Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.383Z"
+ "updatedAt": "2025-12-01T19:45:46.519Z"
}
}
},
@@ -5601,13 +5612,13 @@
},
"077aa8e71ac9b1ad9784f1fdb2f0f2272d89aef4e499c387a943a032aa224732": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.283Z"
+ "updatedAt": "2025-12-01T19:45:46.383Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.299Z"
+ "updatedAt": "2025-12-01T19:45:46.422Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.314Z"
+ "updatedAt": "2025-12-01T19:45:46.434Z"
}
}
},
@@ -5636,13 +5647,13 @@
},
"da016517371e5e7db181469b550eca247e51f3bf4b86713715fc068a333414c0": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.283Z"
+ "updatedAt": "2025-12-01T19:45:46.384Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.284Z"
+ "updatedAt": "2025-12-01T19:45:46.386Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.292Z"
+ "updatedAt": "2025-12-01T19:45:46.416Z"
}
}
},
@@ -5671,13 +5682,13 @@
},
"09e6faacedcffff953e51c59a6092cbbe84f4d0578d592bc9decaa2ea769e610": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.277Z"
+ "updatedAt": "2025-12-01T19:45:46.378Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.302Z"
+ "updatedAt": "2025-12-01T19:45:46.424Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.311Z"
+ "updatedAt": "2025-12-01T19:45:46.430Z"
}
}
},
@@ -5706,13 +5717,13 @@
},
"920a037cf6ef3d11b598424d40e30e4fb7ed552c10735b7bd0019d1f3fec22ed": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.349Z"
+ "updatedAt": "2025-12-01T19:45:46.470Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.347Z"
+ "updatedAt": "2025-12-01T19:45:46.468Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.367Z"
+ "updatedAt": "2025-12-01T19:45:46.504Z"
}
}
},
@@ -5741,13 +5752,13 @@
},
"73e97e9550aca0ead247a8d29bb6dac2a50383ac82c0b2865048005b70d66c61": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.271Z"
+ "updatedAt": "2025-12-01T19:45:46.375Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.291Z"
+ "updatedAt": "2025-12-01T19:45:46.414Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.299Z"
+ "updatedAt": "2025-12-01T19:45:46.423Z"
}
}
},
@@ -5776,13 +5787,13 @@
},
"160f5f116c9fa308d3ec6a5259bbd3981661441ed3005e4cecde5805eb67d49f": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.281Z"
+ "updatedAt": "2025-12-01T19:45:46.381Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.282Z"
+ "updatedAt": "2025-12-01T19:45:46.382Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.285Z"
+ "updatedAt": "2025-12-01T19:45:46.400Z"
}
}
},
@@ -5822,13 +5833,13 @@
},
"3a6e4acbcd42d698efb48d6af496659276249a22773b9cb50fd36f7d928647d0": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.194Z"
+ "updatedAt": "2025-12-01T19:45:46.370Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.195Z"
+ "updatedAt": "2025-12-01T19:45:46.371Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.196Z"
+ "updatedAt": "2025-12-01T19:45:46.371Z"
}
}
},
@@ -5868,13 +5879,13 @@
},
"d5f72a1068546e50a8769f65162ffc337c9b76d937e24eaec2c75f7a648f9644": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.316Z"
+ "updatedAt": "2025-12-01T19:45:46.435Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.317Z"
+ "updatedAt": "2025-12-01T19:45:46.436Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.318Z"
+ "updatedAt": "2025-12-01T19:45:46.437Z"
}
}
},
@@ -5936,13 +5947,13 @@
},
"b2941acc9defbd3d9c3b300b73704cac0dd2fb86b77e667eb6cde4d0fa6c5495": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.320Z"
+ "updatedAt": "2025-12-01T19:45:46.439Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.321Z"
+ "updatedAt": "2025-12-01T19:45:46.440Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.322Z"
+ "updatedAt": "2025-12-01T19:45:46.442Z"
}
}
},
@@ -5982,13 +5993,13 @@
},
"8eb623e940a3abc55e0cc140c54772a2a4b80f55ad501dc7ccd26ebad8a88170": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.265Z"
+ "updatedAt": "2025-12-01T19:45:46.453Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.331Z"
+ "updatedAt": "2025-12-01T19:45:46.454Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.332Z"
+ "updatedAt": "2025-12-01T19:45:46.455Z"
}
}
},
@@ -6041,39 +6052,39 @@
},
"acfaa578e31469bba912c816947b7f178d4832f82c00d05c3e244edd94887e39": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.552Z"
+ "updatedAt": "2025-12-01T19:45:46.637Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.554Z"
+ "updatedAt": "2025-12-01T19:45:46.638Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.561Z"
+ "updatedAt": "2025-12-01T19:45:46.645Z"
}
}
},
"d94f062276e8ad0d42732979d06ce717dd7311616fe48748e00dba55829e49e7": {
"38383b08735a5cb0e05fd23251b27a3ee86198c1e15186670fc6283782cd16ac": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.464Z"
+ "updatedAt": "2025-12-01T19:45:46.590Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.466Z"
+ "updatedAt": "2025-12-01T19:45:46.591Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.465Z"
+ "updatedAt": "2025-12-01T19:45:46.590Z"
}
}
},
"b75acb2803501aae1bc445e5c4671f7a1cb79a55d21e1658ded84494ddd40dd7": {
"2d3ea0369c9e0a1cae4d532293d6570f21f57b514c73f999de5c56c3a56fa419": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.467Z"
+ "updatedAt": "2025-12-01T19:45:46.592Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.468Z"
+ "updatedAt": "2025-12-01T19:45:46.593Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.468Z"
+ "updatedAt": "2025-12-01T19:45:46.594Z"
}
}
},
@@ -6102,13 +6113,13 @@
},
"70ae68e58bd169fcaad5883e12866d9623dd08aeda647b33d080900e63da30ae": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.401Z"
+ "updatedAt": "2025-12-01T19:45:46.545Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.406Z"
+ "updatedAt": "2025-12-01T19:45:46.551Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.431Z"
+ "updatedAt": "2025-12-01T19:45:46.570Z"
}
}
},
@@ -6137,13 +6148,13 @@
},
"abd558ca5dff83fea0f652890cb390fbf5a7818d903e464a8407cbac75b6926b": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.406Z"
+ "updatedAt": "2025-12-01T19:45:46.551Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.417Z"
+ "updatedAt": "2025-12-01T19:45:46.559Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.432Z"
+ "updatedAt": "2025-12-01T19:45:46.571Z"
}
}
},
@@ -6161,13 +6172,13 @@
},
"14c735b1f5d231158fc82ee047c2c33adf31bf94b27796f516f1287a5bcec0be": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.333Z"
+ "updatedAt": "2025-12-01T19:45:46.540Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.335Z"
+ "updatedAt": "2025-12-01T19:45:46.542Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.334Z"
+ "updatedAt": "2025-12-01T19:45:46.541Z"
}
}
},
@@ -6196,13 +6207,13 @@
},
"6b0824d08f834f9a5d538b3b8632f9b239036b14491d42acebef6408dc7ec637": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.342Z"
+ "updatedAt": "2025-12-01T19:45:46.462Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.352Z"
+ "updatedAt": "2025-12-01T19:45:46.488Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.384Z"
+ "updatedAt": "2025-12-01T19:45:46.520Z"
}
}
},
@@ -6231,13 +6242,13 @@
},
"69541fe204b62627117cad380d521083fbbbf9f2aa883d6f7c32d9483e435d8a": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.353Z"
+ "updatedAt": "2025-12-01T19:45:46.490Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.370Z"
+ "updatedAt": "2025-12-01T19:45:46.507Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.375Z"
+ "updatedAt": "2025-12-01T19:45:46.511Z"
}
}
},
@@ -6277,13 +6288,13 @@
},
"a579b00d949d1eb971a0e0020a4684cc68ba269d7c6744518b1e9d92ca3b0d2e": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.444Z"
+ "updatedAt": "2025-12-01T19:45:46.574Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.448Z"
+ "updatedAt": "2025-12-01T19:45:46.575Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.449Z"
+ "updatedAt": "2025-12-01T19:45:46.576Z"
}
}
},
@@ -6312,13 +6323,13 @@
},
"be04206c1c53f3a25f69fae280dd277b9bde36158b2e9b21967acc980f632e3e": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.364Z"
+ "updatedAt": "2025-12-01T19:45:46.503Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.378Z"
+ "updatedAt": "2025-12-01T19:45:46.513Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.379Z"
+ "updatedAt": "2025-12-01T19:45:46.514Z"
}
}
},
@@ -6347,13 +6358,13 @@
},
"072b9eebedb71c24eff9121c4c3df35b97b1ed50e4d085469528c9d2de05859f": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.338Z"
+ "updatedAt": "2025-12-01T19:45:46.457Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.356Z"
+ "updatedAt": "2025-12-01T19:45:46.494Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.359Z"
+ "updatedAt": "2025-12-01T19:45:46.497Z"
}
}
},
@@ -6382,13 +6393,13 @@
},
"60410e8de452c7da325a02a1b113b5f41efda66701da3ba2c1c778a5bfcf1c6b": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.336Z"
+ "updatedAt": "2025-12-01T19:45:46.455Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.342Z"
+ "updatedAt": "2025-12-01T19:45:46.462Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.345Z"
+ "updatedAt": "2025-12-01T19:45:46.465Z"
}
}
},
@@ -6417,13 +6428,13 @@
},
"dde578357b2aa8dc9ec91b7416fd9f8749254ddcf457dc7de9da32aa6e56b9c8": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.361Z"
+ "updatedAt": "2025-12-01T19:45:46.498Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.368Z"
+ "updatedAt": "2025-12-01T19:45:46.505Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.369Z"
+ "updatedAt": "2025-12-01T19:45:46.505Z"
}
}
},
@@ -6452,13 +6463,13 @@
},
"d17d77e9a77034275d7299a408936de7d84a9217ba3d17dc5229aa6378688f5b": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.346Z"
+ "updatedAt": "2025-12-01T19:45:46.466Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.339Z"
+ "updatedAt": "2025-12-01T19:45:46.459Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.358Z"
+ "updatedAt": "2025-12-01T19:45:46.496Z"
}
}
},
@@ -6498,13 +6509,13 @@
},
"0fc1c97ac1271e56711c24a8e174f746e5aba365ae68c766dfc386de28b68758": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.390Z"
+ "updatedAt": "2025-12-01T19:45:46.525Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.391Z"
+ "updatedAt": "2025-12-01T19:45:46.527Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.392Z"
+ "updatedAt": "2025-12-01T19:45:46.529Z"
}
}
},
@@ -6533,13 +6544,13 @@
},
"61916a309506445f20e4979e2a04f18a825fc867a7af92e1e9f217840401ff61": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.351Z"
+ "updatedAt": "2025-12-01T19:45:46.472Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.372Z"
+ "updatedAt": "2025-12-01T19:45:46.508Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.377Z"
+ "updatedAt": "2025-12-01T19:45:46.512Z"
}
}
},
@@ -6568,13 +6579,13 @@
},
"2a73cd0326763c7348f44dc1cc2e1d20ce60a6c28804faf8200b562081183243": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.348Z"
+ "updatedAt": "2025-12-01T19:45:46.469Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.350Z"
+ "updatedAt": "2025-12-01T19:45:46.471Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.361Z"
+ "updatedAt": "2025-12-01T19:45:46.500Z"
}
}
},
@@ -6603,13 +6614,13 @@
},
"8868b228fc8a687b133035b70a0de2ce37b05bf402b2e01848c326ea1dea023f": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.344Z"
+ "updatedAt": "2025-12-01T19:45:46.463Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.346Z"
+ "updatedAt": "2025-12-01T19:45:46.467Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.376Z"
+ "updatedAt": "2025-12-01T19:45:46.512Z"
}
}
},
@@ -6649,13 +6660,13 @@
},
"bfac87d61aea2f8e15396ac217d71bbe13d58d2b1fb4788051f80b104c12dcfb": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.454Z"
+ "updatedAt": "2025-12-01T19:45:46.580Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.455Z"
+ "updatedAt": "2025-12-01T19:45:46.581Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.456Z"
+ "updatedAt": "2025-12-01T19:45:46.582Z"
}
}
},
@@ -6725,6 +6736,17 @@
"es": {
"updatedAt": "2025-12-01T19:22:41.450Z"
}
+ },
+ "cb3a445ff15ab664aaa7573b3804df7267822e8f74a5741b942177057a17cb66": {
+ "zh": {
+ "updatedAt": "2025-12-01T19:45:46.597Z"
+ },
+ "es": {
+ "updatedAt": "2025-12-01T19:45:46.667Z"
+ },
+ "fr": {
+ "updatedAt": "2025-12-01T19:45:46.668Z"
+ }
}
},
"06cb030b3ffd741cf54d6e45d012198a88112770614d9f4e2d32906dc7d49280": {
@@ -6763,13 +6785,13 @@
},
"b45bae404e19ce4bf3d7eef53d482ed6ef014f4e3fa1a95ce29fa233498d3100": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.582Z"
+ "updatedAt": "2025-12-01T19:45:46.658Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.583Z"
+ "updatedAt": "2025-12-01T19:45:46.659Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.584Z"
+ "updatedAt": "2025-12-01T19:45:46.660Z"
}
}
},
@@ -6798,26 +6820,26 @@
},
"e5f66a275721a9cc17c973319dccecc1dac2ac8dee59f4ab039032125acac1a5": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.520Z"
+ "updatedAt": "2025-12-01T19:45:46.607Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.401Z"
+ "updatedAt": "2025-12-01T19:45:46.600Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.558Z"
+ "updatedAt": "2025-12-01T19:45:46.642Z"
}
}
},
"9f010ac20bb43e57e5a7e4090f5201d7cb2a2c159a75dcd9dc8c8fec762bdb2f": {
"ddf56b843c9eb02243bfeecfd91aaaa2ec31066e8332e46c84e6e2e13605c21f": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.462Z"
+ "updatedAt": "2025-12-01T19:45:46.587Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.463Z"
+ "updatedAt": "2025-12-01T19:45:46.588Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.464Z"
+ "updatedAt": "2025-12-01T19:45:46.589Z"
}
}
},
@@ -6894,13 +6916,13 @@
},
"ddeb7f2354190cbc31ab09c6f70e517fff11b85b0d95e50c7db0f94bb98f084b": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.535Z"
+ "updatedAt": "2025-12-01T19:45:46.620Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.551Z"
+ "updatedAt": "2025-12-01T19:45:46.635Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.575Z"
+ "updatedAt": "2025-12-01T19:45:46.653Z"
}
}
},
@@ -6929,13 +6951,13 @@
},
"f07a3c65b544b1b6c3631e472056dfd51f9fbc79e28fe7073271fa963f1355a2": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.343Z"
+ "updatedAt": "2025-12-01T19:45:46.544Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.418Z"
+ "updatedAt": "2025-12-01T19:45:46.560Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.435Z"
+ "updatedAt": "2025-12-01T19:45:46.574Z"
}
}
},
@@ -6964,13 +6986,13 @@
},
"9af3d645babdeca987fedca80aae0b76816b37e30bf3a25fc1db00ead3f1bca8": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.400Z"
+ "updatedAt": "2025-12-01T19:45:46.599Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.516Z"
+ "updatedAt": "2025-12-01T19:45:46.604Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.525Z"
+ "updatedAt": "2025-12-01T19:45:46.610Z"
}
}
},
@@ -6999,13 +7021,13 @@
},
"6958bd474f6a4553c34c8b0c0941dc296fda94522707820277c2a5d0c951d3d9": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.529Z"
+ "updatedAt": "2025-12-01T19:45:46.613Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.536Z"
+ "updatedAt": "2025-12-01T19:45:46.622Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.541Z"
+ "updatedAt": "2025-12-01T19:45:46.623Z"
}
}
},
@@ -7034,13 +7056,13 @@
},
"9a8eb49e54fa21c3ff613191e3d1b289989902d0fa2e4ba51397002c40e93870": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.550Z"
+ "updatedAt": "2025-12-01T19:45:46.634Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.568Z"
+ "updatedAt": "2025-12-01T19:45:46.651Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.572Z"
+ "updatedAt": "2025-12-01T19:45:46.652Z"
}
}
},
@@ -7069,13 +7091,13 @@
},
"1154edcbe3fdbda2eae42bc99ecc5bb63cae52c0474d507872da2f6dc8e7f297": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.557Z"
+ "updatedAt": "2025-12-01T19:45:46.641Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.547Z"
+ "updatedAt": "2025-12-01T19:45:46.632Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.566Z"
+ "updatedAt": "2025-12-01T19:45:46.650Z"
}
}
},
@@ -7128,13 +7150,13 @@
},
"0ea9b1d6e66497b1210bfe5724c2f7510c6e6d56377ada39d875c6fcfe0f87c8": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.553Z"
+ "updatedAt": "2025-12-01T19:45:46.637Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.557Z"
+ "updatedAt": "2025-12-01T19:45:46.640Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.567Z"
+ "updatedAt": "2025-12-01T19:45:46.650Z"
}
}
},
@@ -7152,13 +7174,13 @@
},
"a4977444f0f815bce050c7b0c40b95d2b90dad17b3590fe6a21f53bc81615877": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.340Z"
+ "updatedAt": "2025-12-01T19:45:46.543Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.416Z"
+ "updatedAt": "2025-12-01T19:45:46.558Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.428Z"
+ "updatedAt": "2025-12-01T19:45:46.568Z"
}
}
},
@@ -7176,13 +7198,13 @@
},
"431c7d877cd968680654f3ba3199018c65f3067f181556f6c17cb6fc23a09b95": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.413Z"
+ "updatedAt": "2025-12-01T19:45:46.556Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.424Z"
+ "updatedAt": "2025-12-01T19:45:46.563Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.427Z"
+ "updatedAt": "2025-12-01T19:45:46.566Z"
}
}
},
@@ -7200,13 +7222,13 @@
},
"6271866faf9d02d817186ae34b2d3eab2cf36cf06b76aef6099a4b150a1b7a29": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.426Z"
+ "updatedAt": "2025-12-01T19:45:46.565Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.428Z"
+ "updatedAt": "2025-12-01T19:45:46.567Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.430Z"
+ "updatedAt": "2025-12-01T19:45:46.569Z"
}
}
},
@@ -7224,13 +7246,13 @@
},
"2b5cfbd867ca905528ea813143cb7cd4d779ff3e6af7fc85478477cde375d7b4": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.402Z"
+ "updatedAt": "2025-12-01T19:45:46.546Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.404Z"
+ "updatedAt": "2025-12-01T19:45:46.548Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.420Z"
+ "updatedAt": "2025-12-01T19:45:46.561Z"
}
}
},
@@ -7248,13 +7270,13 @@
},
"81dc63a56ed47eb6d5074a9077653870c724bb93134e76ca204752ffda496a52": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.403Z"
+ "updatedAt": "2025-12-01T19:45:46.547Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.411Z"
+ "updatedAt": "2025-12-01T19:45:46.554Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.434Z"
+ "updatedAt": "2025-12-01T19:45:46.572Z"
}
}
},
@@ -7272,13 +7294,13 @@
},
"12bcbe0047512bda33bb98c07f650993bb355469a42885552917c1f1369c09a6": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.405Z"
+ "updatedAt": "2025-12-01T19:45:46.549Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.419Z"
+ "updatedAt": "2025-12-01T19:45:46.560Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.425Z"
+ "updatedAt": "2025-12-01T19:45:46.564Z"
}
}
},
@@ -7307,26 +7329,26 @@
},
"03347655354b5e353b408c7a4beb3218145489a16062547e3b6ae4ca52dab02f": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.408Z"
+ "updatedAt": "2025-12-01T19:45:46.553Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.420Z"
+ "updatedAt": "2025-12-01T19:45:46.561Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.422Z"
+ "updatedAt": "2025-12-01T19:45:46.562Z"
}
}
},
"dc269fa38a9f70dcc0dcdd446172ce680441082b0cba035e0d7d22453651fb4c": {
"841108bbf6e1733b36d68418b8096f6505ae3769ebe6bb0939b9862f7ee905ae": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.470Z"
+ "updatedAt": "2025-12-01T19:45:46.594Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.470Z"
+ "updatedAt": "2025-12-01T19:45:46.595Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.471Z"
+ "updatedAt": "2025-12-01T19:45:46.596Z"
}
}
},
@@ -7355,13 +7377,13 @@
},
"1a8ae0e522de475d50ceb2c3d930ab75e0a9c7cb448a33d5a9aafaa5717b2770": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.197Z"
+ "updatedAt": "2025-12-01T19:45:46.295Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.201Z"
+ "updatedAt": "2025-12-01T19:45:46.301Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.233Z"
+ "updatedAt": "2025-12-01T19:45:46.355Z"
}
}
},
@@ -7401,13 +7423,13 @@
},
"eaf3b675306027bf04595dca52e74dd1614edc320fafff007530df01cbb22259": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.587Z"
+ "updatedAt": "2025-12-01T19:45:46.663Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.588Z"
+ "updatedAt": "2025-12-01T19:45:46.665Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.589Z"
+ "updatedAt": "2025-12-01T19:45:46.666Z"
}
}
},
@@ -7436,13 +7458,13 @@
},
"df2826252d76bef142551e69ee162b565fd37e0e63cdd9159fb925f1f911f524": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.515Z"
+ "updatedAt": "2025-12-01T19:45:46.603Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.535Z"
+ "updatedAt": "2025-12-01T19:45:46.620Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.546Z"
+ "updatedAt": "2025-12-01T19:45:46.631Z"
}
}
},
@@ -7471,13 +7493,13 @@
},
"3db39b6f8aead15f7b8dbe6824e173913fabaf7b510406e0124e1b2be61ca3de": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.533Z"
+ "updatedAt": "2025-12-01T19:45:46.617Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.549Z"
+ "updatedAt": "2025-12-01T19:45:46.633Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.555Z"
+ "updatedAt": "2025-12-01T19:45:46.639Z"
}
}
},
@@ -7506,13 +7528,13 @@
},
"4bc387e1ff76fddd88238476d65b74ade4cc2f449ce36eb3bc8b85f770c3f490": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.524Z"
+ "updatedAt": "2025-12-01T19:45:46.609Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.526Z"
+ "updatedAt": "2025-12-01T19:45:46.611Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.528Z"
+ "updatedAt": "2025-12-01T19:45:46.612Z"
}
}
},
@@ -7552,13 +7574,13 @@
},
"2e6a80a1a0b8e8424f493d4c864eb475de15f72d6014090c74d48ecd2104428c": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.585Z"
+ "updatedAt": "2025-12-01T19:45:46.662Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.586Z"
+ "updatedAt": "2025-12-01T19:45:46.662Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.587Z"
+ "updatedAt": "2025-12-01T19:45:46.665Z"
}
}
},
@@ -7587,13 +7609,13 @@
},
"62faf6816da4cc899a87cf65d8cdedfb2984c52d91929ff74e1ff826d2f3edf2": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.518Z"
+ "updatedAt": "2025-12-01T19:45:46.605Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.543Z"
+ "updatedAt": "2025-12-01T19:45:46.629Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.570Z"
+ "updatedAt": "2025-12-01T19:45:46.651Z"
}
}
},
@@ -7622,13 +7644,13 @@
},
"ec813e998591f0d4114ebde9d66a49f01a39db4bc9c058a1340c41d38731a456": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.514Z"
+ "updatedAt": "2025-12-01T19:45:46.601Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.559Z"
+ "updatedAt": "2025-12-01T19:45:46.643Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.552Z"
+ "updatedAt": "2025-12-01T19:45:46.636Z"
}
}
},
@@ -7668,13 +7690,13 @@
},
"725c514c7f51a988e1a1f21ba6c44e514520aa57b3b2f7ba21b45751dcfac18d": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.579Z"
+ "updatedAt": "2025-12-01T19:45:46.655Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.581Z"
+ "updatedAt": "2025-12-01T19:45:46.656Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.582Z"
+ "updatedAt": "2025-12-01T19:45:46.657Z"
}
}
},
@@ -7703,13 +7725,13 @@
},
"02a3f8a9c2b7bed0ca12b135d6610f9dd0567e2045b9486068c3fcc46e5e7b9f": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.399Z"
+ "updatedAt": "2025-12-01T19:45:46.598Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.522Z"
+ "updatedAt": "2025-12-01T19:45:46.608Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.532Z"
+ "updatedAt": "2025-12-01T19:45:46.616Z"
}
}
},
@@ -7771,13 +7793,13 @@
},
"054f6571273d2558bdb64b68da5622eadbb8e039eb02cdf5f4f5e82f029dced1": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.396Z"
+ "updatedAt": "2025-12-01T19:45:46.534Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.397Z"
+ "updatedAt": "2025-12-01T19:45:46.535Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.398Z"
+ "updatedAt": "2025-12-01T19:45:46.537Z"
}
}
},
@@ -7806,13 +7828,13 @@
},
"da2fe203fd6263e2f728a6d0927c4acfae11b86bb47b86a53209988c7f12a9b8": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.531Z"
+ "updatedAt": "2025-12-01T19:45:46.613Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.538Z"
+ "updatedAt": "2025-12-01T19:45:46.622Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.577Z"
+ "updatedAt": "2025-12-01T19:45:46.654Z"
}
}
},
@@ -7841,13 +7863,13 @@
},
"d6087277997107007f0e8bb1fa131196a7db7e155e4fff201da51c38c12cdea4": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.534Z"
+ "updatedAt": "2025-12-01T19:45:46.618Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.562Z"
+ "updatedAt": "2025-12-01T19:45:46.647Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.563Z"
+ "updatedAt": "2025-12-01T19:45:46.648Z"
}
}
},
@@ -7876,13 +7898,13 @@
},
"83bea4f26ff686307b770bfaca74faddccd854e05ce6462eefc4c2832e6d3813": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.269Z"
+ "updatedAt": "2025-12-01T19:45:46.374Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.273Z"
+ "updatedAt": "2025-12-01T19:45:46.376Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.305Z"
+ "updatedAt": "2025-12-01T19:45:46.425Z"
}
}
},
@@ -7911,13 +7933,13 @@
},
"b72d2b9d9ef504cbfecd6422d202a23f54cb213b4a6c7fbe372d2fe6c315757d": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.532Z"
+ "updatedAt": "2025-12-01T19:45:46.614Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.565Z"
+ "updatedAt": "2025-12-01T19:45:46.649Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.564Z"
+ "updatedAt": "2025-12-01T19:45:46.648Z"
}
}
},
@@ -7935,52 +7957,52 @@
},
"63edc9f8eced556d538a11fa6698380e9a743ce1de62b85c73cccb6a91d3af3e": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.202Z"
+ "updatedAt": "2025-12-01T19:45:46.303Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.208Z"
+ "updatedAt": "2025-12-01T19:45:46.311Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.205Z"
+ "updatedAt": "2025-12-01T19:45:46.307Z"
}
}
},
"39825e960dc329e7e701846853ea8b2c69eccee5c036c82edfdf9a06020a9fbb": {
"c2e28964d6bf27dad509a1169a25e67dcb784e72bd2b52b810d9fba2f2c5a82b": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.174Z"
+ "updatedAt": "2025-12-01T19:45:46.235Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.175Z"
+ "updatedAt": "2025-12-01T19:45:46.236Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.176Z"
+ "updatedAt": "2025-12-01T19:45:46.236Z"
}
}
},
"5ee2c22c5f816bd2e9ccb18534d94c7d2d0d1fd48d15aea7d344871cc05d6b5d": {
"ab26030a2677e7aee15a1962ed36cc8690f9395c1234a20e05071c72dccaff07": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.179Z"
+ "updatedAt": "2025-12-01T19:45:46.240Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.181Z"
+ "updatedAt": "2025-12-01T19:45:46.242Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.184Z"
+ "updatedAt": "2025-12-01T19:45:46.245Z"
}
}
},
"fd46ee9a7c4d77ed4c1a2b9efb3f8f7f2964363b03115970bf43dd58e197f08c": {
"935322d7360b64d9326d5f92a1858bc47136cff17d63784a0d3cd82ba099c65a": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.103Z"
+ "updatedAt": "2025-12-01T19:45:46.179Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.105Z"
+ "updatedAt": "2025-12-01T19:45:46.182Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.107Z"
+ "updatedAt": "2025-12-01T19:45:46.184Z"
}
}
},
@@ -7998,13 +8020,13 @@
},
"ad85637acb660ea365744e7a0e4d5c9af14dd3d61d032245a55b39a025dc998b": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.193Z"
+ "updatedAt": "2025-12-01T19:45:46.279Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.193Z"
+ "updatedAt": "2025-12-01T19:45:46.289Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.194Z"
+ "updatedAt": "2025-12-01T19:45:46.289Z"
}
}
},
@@ -8022,78 +8044,78 @@
},
"6f7ef54468b886002503e049fe014aeecf19dbca85d972b5cc1aeb4f5cbcd259": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.330Z"
+ "updatedAt": "2025-12-01T19:45:46.533Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.264Z"
+ "updatedAt": "2025-12-01T19:45:46.449Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.265Z"
+ "updatedAt": "2025-12-01T19:45:46.450Z"
}
}
},
"be5e892f6c4f67bd81fe0cb2eb2c6926b3e1aed86319263030ba6de5aef81643": {
"2d45a98943adcf6323d8b9bd963e1a68b9c6d584fe97c7f01e9a6f37e4268f9c": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.393Z"
+ "updatedAt": "2025-12-01T19:45:46.530Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.394Z"
+ "updatedAt": "2025-12-01T19:45:46.531Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.395Z"
+ "updatedAt": "2025-12-01T19:45:46.532Z"
}
}
},
"77ea8b1235af73346c74a76d9c806e3bb004764d3a0d8aa467b0cd38785523c1": {
"11572668be0bfa5784f337f06ff8b84bd549b35ba8986840db7e54a31ffd864f": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.325Z"
+ "updatedAt": "2025-12-01T19:45:46.445Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.326Z"
+ "updatedAt": "2025-12-01T19:45:46.445Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.327Z"
+ "updatedAt": "2025-12-01T19:45:46.446Z"
}
}
},
"855860e7e2c378e03eeadd8be43d2e9195684a4803997d926d976b0ca4a456f3": {
"c8947be6ab36b3f78b0e6b92140f2cbbf957e4dda05b552df8d7a165e6c3943f": {
"fr": {
- "updatedAt": "2025-12-01T19:22:41.177Z"
+ "updatedAt": "2025-12-01T19:45:46.237Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.178Z"
+ "updatedAt": "2025-12-01T19:45:46.238Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.179Z"
+ "updatedAt": "2025-12-01T19:45:46.239Z"
}
}
},
"a5c468b6498da2c316c98668072c03efdbfa8272c08faa011785e3964a47d851": {
"5b118493330040eb4fa1e91872fc7151da0f61bd1dadf9ac789122823e0fb425": {
"es": {
- "updatedAt": "2025-12-01T19:22:41.451Z"
+ "updatedAt": "2025-12-01T19:45:46.577Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.452Z"
+ "updatedAt": "2025-12-01T19:45:46.578Z"
},
"zh": {
- "updatedAt": "2025-12-01T19:22:41.453Z"
+ "updatedAt": "2025-12-01T19:45:46.579Z"
}
}
},
"16b84961a0a754c727f7526703032ff2a576e88ac75779ca1c059337db5858f5": {
"6c46d20ebba76a27c245d503282a32ae63ab6be259f5a5d9dda9633a7367cc70": {
"zh": {
- "updatedAt": "2025-12-01T19:22:41.512Z"
+ "updatedAt": "2025-12-01T19:45:46.451Z"
},
"es": {
- "updatedAt": "2025-12-01T19:22:41.590Z"
+ "updatedAt": "2025-12-01T19:45:46.451Z"
},
"fr": {
- "updatedAt": "2025-12-01T19:22:41.590Z"
+ "updatedAt": "2025-12-01T19:45:46.452Z"
}
}
}
diff --git a/zh/organize/navigation.mdx b/zh/organize/navigation.mdx
index 54f6ed546..88e1f84fa 100644
--- a/zh/organize/navigation.mdx
+++ b/zh/organize/navigation.mdx
@@ -365,9 +365,17 @@ keywords: ["导航结构", "侧边栏配置", "页面组织", "导航分组"]
## OpenAPI
-将 OpenAPI 规范直接集成到导航结构中,可自动生成 API 文档。可以创建专用的 API 区域,或将端点页面放入其他导航组件中。
+将 OpenAPI 规范直接集成到导航结构中,以自动生成 API 文档。你可以创建专门的 API 部分,或将端点(endpoint)页面放入其他导航组件中。
-可在导航层级的任意级别设置默认的 OpenAPI 规范。子元素将继承该规范,除非它们定义了自己的规范。
+可以在导航层级的任意级别设置一个默认的 OpenAPI 规范。子元素将继承该规范,除非它们定义了自己的规范。
+
+
+ 当你在某个导航元素(例如 anchor、tab 或 group)上添加 `openapi` 属性且未指定任何页面时,Mintlify 会自动为 OpenAPI 规范中定义的 **所有端点** 生成页面。
+
+ 若要控制显示哪些端点,请在 `pages` 数组中显式列出所需的端点。
+
+
+有关在文档中引用 OpenAPI 端点的更多信息,请参阅 [OpenAPI 设置](/zh/api-playground/openapi-setup)。
```json
{
@@ -377,8 +385,8 @@ keywords: ["导航结构", "侧边栏配置", "页面组织", "导航分组"]
"group": "API 参考",
"openapi": "/path/to/openapi-v1.json",
"pages": [
- "overview",
- "authentication",
+ "概述",
+ "认证",
"GET /users",
"POST /users",
{
@@ -396,8 +404,6 @@ keywords: ["导航结构", "侧边栏配置", "页面组织", "导航分组"]
}
```
-有关在文档中引用 OpenAPI 端点的更多信息,请参阅[OpenAPI 设置](/zh/api-playground/openapi-setup)。
-
## 版本
diff --git a/zh/organize/settings.mdx b/zh/organize/settings.mdx
index 633b8a591..82fcaa805 100644
--- a/zh/organize/settings.mdx
+++ b/zh/organize/settings.mdx
@@ -144,28 +144,31 @@ import IconsOptional from "/snippets/fr/icons-optional.mdx";
- 页面 eyebrow 的样式。选择 `section` 显示所属章节名称,或选择 `breadcrumbs` 显示完整导航路径。默认值为 `section`。
+ 页面 eyebrow 区域的样式。选择 `section` 显示所属章节名称,选择 `breadcrumbs` 显示完整导航路径。默认为 `section`。
- 控制是否包含 LaTeX 样式表,并覆盖自动检测。
+ 控制是否包含 LaTeX 样式表,并覆盖自动检测。默认情况下,Mintlify 会自动检测内容中的 LaTeX 使用情况并加载所需的样式表。
+
+ * 设置为 `true`:当自动检测未能识别你的数学表达式时,强制加载 LaTeX 样式表。
+ * 设置为 `false`:如果你不使用数学表达式,但内容会触发误检,可阻止加载 LaTeX 样式表,以提升性能。
- 代码块主题配置。默认值为 `"system"`。
+ 代码块主题配置。默认为 `"system"`。
**简单配置:**
- * `"system"`:匹配当前站点模式(浅色或深色)
- * `"dark"`:始终使用深色模式
+ * `"system"`:匹配当前站点模式(light 或 dark)
+ * `"dark"`:始终使用 dark 模式
**自定义主题配置:**
* 使用字符串为所有代码块指定单个 [Shiki 主题](https://shiki.style/themes)
- * 使用对象为浅色和深色模式分别指定 [Shiki 主题](https://shiki.style/themes)
+ * 使用对象为 light 和 dark 模式分别指定不同的 [Shiki 主题](https://shiki.style/themes)
- 同时用于浅色和深色模式的单个 Shiki 主题名称。
+ 一个同时用于 light 和 dark 两种模式的 Shiki 主题名称。
```json
"styling": {
@@ -177,15 +180,15 @@ import IconsOptional from "/snippets/fr/icons-optional.mdx";
- 分别用于浅色和深色模式的不同主题。
+ 为 light 和 dark 模式分别指定不同的主题。
- 浅色模式下使用的 Shiki 主题名称。
+ light 模式下使用的 Shiki 主题名称。
- 深色模式下使用的 Shiki 主题名称。
+ dark 模式下使用的 Shiki 主题名称。
```json
@@ -209,10 +212,10 @@ import IconsOptional from "/snippets/fr/icons-optional.mdx";
- 在整个文档中使用的图标库。默认值为 `fontawesome`。
+ 在整个文档中使用的图标库。默认为 `fontawesome`。
- 对于任意单个图标,无论库设置如何,你都可以指定外部托管图标的 URL、项目中图标文件的路径,或兼容 JSX 的 SVG 代码。
+ 无论库设置为何,你都可以为任意单个图标指定指向外部托管图标的 URL、项目中图标文件的路径,或 JSX 兼容的 SVG 代码。