From a59c75421eedbc648a0866a7e631b2ece2bccbd4 Mon Sep 17 00:00:00 2001
From: "locadex-agent[bot]"
<217277504+locadex-agent[bot]@users.noreply.github.com>
Date: Mon, 23 Feb 2026 23:33:16 +0000
Subject: [PATCH] docs(locadex): add translations
---
es/organize/navigation.mdx | 46 ++
es/organize/settings.mdx | 74 ++-
fr/organize/navigation.mdx | 46 ++
fr/organize/settings.mdx | 41 +-
gt-lock.json | 1138 ++++++++++++++++++------------------
zh/organize/navigation.mdx | 46 ++
zh/organize/settings.mdx | 56 +-
7 files changed, 834 insertions(+), 613 deletions(-)
diff --git a/es/organize/navigation.mdx b/es/organize/navigation.mdx
index 9b73014b4..06a98d3b4 100644
--- a/es/organize/navigation.mdx
+++ b/es/organize/navigation.mdx
@@ -488,6 +488,52 @@ En el objeto `navigation`, `versions` es un array en el que cada entrada es un o
}
```
+
+ ### Etiquetas de versión
+
+
+Agrega una insignia a las entradas de versión en el menú desplegable del selector de versiones usando el campo opcional `tag`. Usa etiquetas para resaltar versiones específicas como «Última», «Recomendada» o «Beta».
+
+```json
+{
+ "navigation": {
+ "versions": [
+ {
+ "version": "2026_03",
+ "tag": "Latest",
+ "groups": [
+ {
+ "group": "Getting started",
+ "pages": ["getting-started", "quickstart"]
+ }
+ ]
+ },
+ {
+ "version": "2025_12",
+ "tag": "Recommended",
+ "groups": [
+ {
+ "group": "Getting started",
+ "pages": ["2025_12/getting-started", "2025_12/quickstart"]
+ }
+ ]
+ },
+ {
+ "version": "2025_09",
+ "tag": "Deprecated",
+ "groups": [
+ {
+ "group": "Getting started",
+ "pages": ["2025_09/getting-started", "2025_09/quickstart"]
+ }
+ ]
+ }
+ ]
+ }
+}
+```
+
+
## Idiomas
diff --git a/es/organize/settings.mdx b/es/organize/settings.mdx
index e896a54b2..aa36a1d99 100644
--- a/es/organize/settings.mdx
+++ b/es/organize/settings.mdx
@@ -266,7 +266,7 @@ Esta sección contiene la referencia completa del archivo `docs.json`.
[Google Fonts](https://fonts.google.com) se carga automáticamente cuando especificas un nombre de `family` de Google Fonts, por lo que no necesitas una URL de source.
-
+
Formato del archivo de fuente. Obligatorio cuando se usa el campo `source`.
@@ -291,7 +291,7 @@ Esta sección contiene la referencia completa del archivo `docs.json`.
[Google Fonts](https://fonts.google.com) se carga automáticamente cuando especificas un nombre de `family` de Google Fonts, por lo que no necesitas una URL de source.
-
+
Formato del archivo de fuente. Obligatorio cuando se usa el campo `source`.
@@ -318,7 +318,7 @@ Esta sección contiene la referencia completa del archivo `docs.json`.
[Google Fonts](https://fonts.google.com) se carga automáticamente cuando especificas un nombre de `family` de Google Fonts, por lo que no necesitas una URL de source.
-
+
Formato del archivo de fuente. Obligatorio cuando se usa el campo `source`.
@@ -330,7 +330,7 @@ Esta sección contiene la referencia completa del archivo `docs.json`.
Configuración del selector de modo claro/oscuro.
-
+
Modo de tema predeterminado. Elige `system` para ajustarse a la configuración del sistema operativo del usuario, o `light` o `dark` para forzar un modo específico. El valor predeterminado es `system`.
@@ -394,28 +394,34 @@ Esta sección contiene la referencia completa del archivo `docs.json`.
Enlaces que se mostrarán en la barra de navegación.
-
+
Tipo de enlace opcional. Omítelo para un enlace de texto estándar. Establécelo en `github` para enlazar a un repositorio de GitHub y mostrar el conteo de estrellas del repositorio. Establécelo en `discord` para enlazar a un servidor de Discord y mostrar el número de usuarios en línea en el servidor.
+
Texto del enlace. Obligatorio cuando `type` no está definido. Opcional para los tipos `github` y `discord`. Cuando se omite, el texto se completa automáticamente a partir de los datos de la API (nombre del repositorio para GitHub y nombre del servidor para Discord).
+
Destino del enlace. Debe ser una URL externa válida. Para el tipo `github`, debe ser la URL de un repositorio de GitHub. Para el tipo `discord`, debe ser una URL de invitación de Discord.
+
+
Botón principal en la barra de navegación.
-
+
Estilo del botón. Elige `button` para un botón estándar con un texto, `github` para un enlace a un repositorio de GitHub con conteo de estrellas en tiempo real o `discord` para una invitación a un servidor de Discord con conteo de usuarios en línea en tiempo real.
+
Texto del botón. Obligatorio cuando `type` es `button`. Opcional para los tipos `github` y `discord`; cuando se omite, el texto se completa automáticamente a partir de los datos de la API (nombre del repositorio para GitHub, nombre del servidor para Discord).
+
Destino del botón. Debe ser una URL externa. Si `type` es `github`, debe ser una URL de repositorio de GitHub. Si `type` es `discord`, debe ser una URL de invitación de Discord.
@@ -478,7 +484,7 @@ Esta sección contiene la referencia completa del archivo `docs.json`.
-
+
Pestañas de navegación de nivel superior para organizar las secciones principales.
@@ -500,7 +506,7 @@ Esta sección contiene la referencia completa del archivo `docs.json`.
-
+
Enlaces anclados que aparecen de forma destacada en la navegación de la barra lateral.
@@ -580,16 +586,22 @@ Esta sección contiene la referencia completa del archivo `docs.json`.
-
+
Selector de idioma para sitios [multilingües](/es/organize/navigation#languages).
-
+
Selector de versión para sitios con varias [versions](/es/organize/navigation#versions).
+
+
+
+ Etiqueta de la insignia que se muestra junto a la versión en el selector de versiones. Úsala para resaltar versiones específicas como "Latest", "Recommended" o "Beta."
+
+
-
- Pestañas de navigation de nivel superior [Tabs](/es/organize/navigation#tabs).
+
+ Pestañas de navegación principales [pestañas](/es/organize/navigation#tabs).
@@ -600,8 +612,8 @@ Esta sección contiene la referencia completa del archivo `docs.json`.
[Menús desplegables](/es/organize/navigation#dropdowns) para agrupar contenido relacionado.
-
- Selector de producto para sitios con varios [productos](/es/organize/navigation#products).
+
+ Selector de productos para sitios con varios [productos](/es/organize/navigation#products).
@@ -724,17 +736,17 @@ Esta sección contiene la referencia completa del archivo `docs.json`.
Menú contextual para contenido e integraciones optimizados con IA.
-
+
Acciones disponibles en el menú contextual. La primera opción aparece como opción predeterminada.
- - `copy`: Copia la página actual como Markdown en el portapapeles.
- - `view`: Muestra la página actual como Markdown en una nueva pestaña.
- - `chatgpt`: Envía el contenido de la página actual a ChatGPT.
- - `claude`: Envía el contenido de la página actual a Claude.
- - `perplexity`: Envía el contenido de la página actual a Perplexity.
- - `mcp`: Copia la URL de tu servidor MCP en el portapapeles.
- - `cursor`: Instala tu servidor MCP alojado en Cursor.
- - `vscode`: Instala tu servidor MCP alojado en VSCode.
+ * `copy`: Copia la página actual como Markdown en el portapapeles.
+ * `view`: Muestra la página actual como Markdown en una nueva pestaña.
+ * `chatgpt`: Envía el contenido de la página actual a ChatGPT.
+ * `claude`: Envía el contenido de la página actual a Claude.
+ * `perplexity`: Envía el contenido de la página actual a Perplexity.
+ * `mcp`: Copia la URL de tu servidor MCP en el portapapeles.
+ * `cursor`: Instala tu servidor MCP alojado en Cursor.
+ * `vscode`: Instala tu servidor MCP alojado en VSCode.
Define opciones personalizadas del menú contextual como objetos con las siguientes propiedades:
@@ -742,27 +754,27 @@ Esta sección contiene la referencia completa del archivo `docs.json`.
Título visible para la opción personalizada.
+
Texto de descripción para la opción personalizada.
+
Icono para la opción personalizada. Admite nombres de la librería de iconos, URLs, rutas o código SVG.
+
Destino del enlace para la opción personalizada. Puede ser una cadena de URL simple o un objeto con parámetros `base` y `query` opcional.
Valores de marcador de posición:
- - `$page`: Contenido de la página actual
- - `$path`: Ruta de la página actual
- - `$mcp`: URL del servidor MCP
+ * `$page`: Contenido de la página actual
+ * `$path`: Ruta de la página actual
+ * `$mcp`: URL del servidor MCP
-
+
+
El menú contextual solo está disponible en los despliegues de vista previa y producción.
diff --git a/fr/organize/navigation.mdx b/fr/organize/navigation.mdx
index 0ea174c13..e9e869267 100644
--- a/fr/organize/navigation.mdx
+++ b/fr/organize/navigation.mdx
@@ -488,6 +488,52 @@ Dans l’objet `navigation`, `versions` est un tableau dans lequel chaque entré
}
```
+
+ ### Tags de version
+
+
+Ajoutez un badge aux entrées de version dans le menu déroulant du sélecteur de version à l'aide du champ facultatif `tag`. Utilisez des tags pour mettre en avant des versions spécifiques comme « Dernière », « Recommandée » ou « Bêta ».
+
+```json
+{
+ "navigation": {
+ "versions": [
+ {
+ "version": "2026_03",
+ "tag": "Latest",
+ "groups": [
+ {
+ "group": "Getting started",
+ "pages": ["getting-started", "quickstart"]
+ }
+ ]
+ },
+ {
+ "version": "2025_12",
+ "tag": "Recommended",
+ "groups": [
+ {
+ "group": "Getting started",
+ "pages": ["2025_12/getting-started", "2025_12/quickstart"]
+ }
+ ]
+ },
+ {
+ "version": "2025_09",
+ "tag": "Deprecated",
+ "groups": [
+ {
+ "group": "Getting started",
+ "pages": ["2025_09/getting-started", "2025_09/quickstart"]
+ }
+ ]
+ }
+ ]
+ }
+}
+```
+
+
## Langues
diff --git a/fr/organize/settings.mdx b/fr/organize/settings.mdx
index 2a7906c0a..89e7a18f6 100644
--- a/fr/organize/settings.mdx
+++ b/fr/organize/settings.mdx
@@ -64,11 +64,13 @@ Cette section présente la référence complète du fichier `docs.json`.
Doit être un code hexadécimal commençant par `#`.
+
La couleur utilisée pour la mise en évidence en mode sombre.
Doit être un code hexadécimal commençant par `#`.
+
La couleur utilisée pour les boutons et les états de survol en modes clair et sombre, avec quelques variations selon le thème.
@@ -88,9 +90,11 @@ Cette section présente la référence complète du fichier `docs.json`.
Chemin vers votre fichier de logo pour le mode clair. Incluez l’extension du fichier. Exemple : `/logo.png`
+
Chemin vers votre fichier de logo pour le mode sombre. Incluez l’extension du fichier. Exemple : `/logo-dark.png`
+
L’URL vers laquelle rediriger lors d’un clic sur le logo. Si elle n’est pas fournie, le logo pointe vers votre page d’accueil. Exemple : `https://mintlify.com`
@@ -104,6 +108,7 @@ Cette section présente la référence complète du fichier `docs.json`.
Chemin vers votre fichier de favicon pour le mode clair. Incluez l’extension du fichier. Exemple : `/favicon.png`
+
Chemin vers votre fichier de favicon pour le mode sombre. Incluez l’extension du fichier. Exemple : `/favicon-dark.png`
@@ -114,12 +119,14 @@ Cette section présente la référence complète du fichier `docs.json`.
Personnalisation des vignettes pour les réseaux sociaux et les aperçus de page.
-
+
Le thème visuel de vos vignettes. S’il n’est pas renseigné, les vignettes utilisent le jeu de couleurs de votre site défini par le champ `colors`.
+
Image d’arrière-plan pour vos vignettes. Peut être un chemin relatif ou une URL absolue.
+
Configuration des polices pour les vignettes. Prend uniquement en charge les noms de familles Google Fonts.
@@ -259,7 +266,7 @@ Cette section présente la référence complète du fichier `docs.json`.
Les [Google Fonts](https://fonts.google.com) sont chargées automatiquement lorsque vous spécifiez un nom de `family` Google Font ; aucune URL source n’est donc nécessaire.
-
+
Format du fichier de police. Obligatoire lors de l’utilisation du champ `source`.
@@ -284,7 +291,7 @@ Cette section présente la référence complète du fichier `docs.json`.
Les [Google Fonts](https://fonts.google.com) sont chargées automatiquement lorsque vous spécifiez un nom de `family` Google Font ; aucune URL source n’est donc nécessaire.
-
+
Format du fichier de police. Obligatoire lors de l’utilisation du champ `source`.
@@ -311,7 +318,7 @@ Cette section présente la référence complète du fichier `docs.json`.
Les [Google Fonts](https://fonts.google.com) sont chargées automatiquement lorsque vous spécifiez un nom de `family` Google Font ; aucune URL source n’est donc nécessaire.
-
+
Format du fichier de police. Obligatoire lors de l’utilisation du champ `source`.
@@ -323,7 +330,7 @@ Cette section présente la référence complète du fichier `docs.json`.
Paramètres de l’interrupteur de mode clair/sombre.
-
+
Mode de thème par défaut. Choisissez `system` pour correspondre aux réglages de l’OS des utilisateurs, ou `light`/`dark` pour imposer un mode spécifique. Valeur par défaut : `system`.
@@ -387,28 +394,34 @@ Cette section présente la référence complète du fichier `docs.json`.
Liens à afficher dans la barre de navigation.
-
+
Type de lien facultatif. Omettez ce champ pour un lien textuel standard. Définissez `type` sur `github` pour créer un lien vers un référentiel GitHub et afficher le nombre d’étoiles du référentiel. Définissez `type` sur `discord` pour créer un lien vers un serveur Discord et afficher le nombre d’utilisateurs en ligne sur ce serveur.
+
Texte du lien. Requis lorsque `type` n’est pas défini. Facultatif pour les types `github` et `discord`. Lorsqu’il est omis, le champ `label` est automatiquement renseigné à partir des données de l’API (nom du référentiel pour GitHub et nom du serveur pour Discord).
+
Destination du lien. Doit être une URL externe valide. Pour le type `github`, il doit s’agir d’une URL de référentiel GitHub. Pour le type `discord`, il doit s’agir d’une URL d’invitation Discord.
+
+
Bouton principal dans la barre de navigation.
-
+
Style du bouton. Choisissez `button` pour un bouton standard avec un label, `github` pour un lien vers un référentiel GitHub avec nombre d’étoiles en temps réel, ou `discord` pour une invitation à un serveur Discord avec nombre d’utilisateurs en ligne en temps réel.
+
Texte du bouton. Requis lorsque `type` est `button`. Facultatif pour les types `github` et `discord` — lorsqu’il est omis, le champ `label` est automatiquement renseigné à partir des données de l’API (nom du référentiel pour GitHub, nom du serveur pour Discord).
+
Destination du bouton. Doit être une URL externe. Si `type` est `github`, il doit s’agir d’une URL de référentiel GitHub. Si `type` est `discord`, il doit s’agir d’une URL d’invitation Discord.
@@ -493,7 +506,7 @@ Cette section présente la référence complète du fichier `docs.json`.
-
+
Liens ancrés qui apparaissent en évidence dans la navigation de la barre latérale.
@@ -579,6 +592,12 @@ Cette section présente la référence complète du fichier `docs.json`.
Sélecteur de versions pour les sites ayant plusieurs [versions](/fr/organize/navigation#versions).
+
+
+
+ Intitulé du badge affiché à côté de la version dans le sélecteur de versions. À utiliser pour mettre en avant des versions spécifiques comme « Latest », « Recommended » ou « Beta ».
+
+
@@ -589,7 +608,7 @@ Cette section présente la référence complète du fichier `docs.json`.
Ancres de la barre latérale [anchors](/fr/organize/navigation#anchors).
-
+
[Menus déroulants](/fr/organize/navigation#dropdowns) pour regrouper du contenu connexe.
@@ -601,8 +620,8 @@ Cette section présente la référence complète du fichier `docs.json`.
[Groups](/fr/organize/navigation#groups) pour organiser le contenu en sections.
-
- [Pages](/fr/organize/navigation#pages) individuelles qui constituent votre documentation.
+
+ [Pages](/fr/organize/navigation#pages) individuelles qui composent votre documentation.
diff --git a/gt-lock.json b/gt-lock.json
index d6fb2a8af..c1e805995 100644
--- a/gt-lock.json
+++ b/gt-lock.json
@@ -2632,15 +2632,15 @@
},
"f1ba1f2cd77899ce3e3e7070f65bb9f71c980377b544aac7f05bd061d7f815f4": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.094Z",
+ "updatedAt": "2026-02-23T23:32:54.260Z",
"postProcessHash": "bae6a498bb6b59c155cc2cb54740335aa3fa2865e2c1116e5645a3b504cd1561"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.095Z",
+ "updatedAt": "2026-02-23T23:32:54.261Z",
"postProcessHash": "9ab9cae9e68812029e736f3e5c18693a06a10bb9ac22d5c3eb6bce630c0c71b4"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.095Z",
+ "updatedAt": "2026-02-23T23:32:54.262Z",
"postProcessHash": "c109057da412849de43fac220e38ff679623a2f931ef3a7c163ae824f860f6dc"
}
}
@@ -2916,15 +2916,15 @@
},
"13830aa8021dfb611232155bac87aee8372d1d8d95635879e0cf07e742569d13": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.078Z",
+ "updatedAt": "2026-02-23T23:32:54.233Z",
"postProcessHash": "a19f51ef21c41f338e3f7f597707acf217c39d83e1b80315aea186f3c1b49d6c"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.079Z",
+ "updatedAt": "2026-02-23T23:32:54.234Z",
"postProcessHash": "43dc7116bb41a374522fdba3c4242d56a867afafca041c58719104bbe6684fb0"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.079Z",
+ "updatedAt": "2026-02-23T23:32:54.235Z",
"postProcessHash": "6f154b09d992f0cc46a9e1cb5f2c7723c7fcecfb733744d9b87c1ca452fc96eb"
}
}
@@ -2973,15 +2973,15 @@
},
"61a824e0bb112ae9250c98207da118c0eb6336d68a84aed46677ef9039e84723": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.045Z",
+ "updatedAt": "2026-02-23T23:32:54.185Z",
"postProcessHash": "93b06bf09d420e2509a83627f36d55068ba3cfc9b76d1615a46c1caa7a204e4b"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.046Z",
+ "updatedAt": "2026-02-23T23:32:54.186Z",
"postProcessHash": "e276ef379d067d92bd25dc0019d30cc936ee3c2a3b6a4b9b7848fc05f5459ce5"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.046Z",
+ "updatedAt": "2026-02-23T23:32:54.187Z",
"postProcessHash": "455d21afe97d13f3bc4a80988c849109393a775c70d298645759b126a8c2ee82"
}
}
@@ -3145,15 +3145,15 @@
},
"62bd729f0f87b2890ac8490fdd220ca2c3205a638506af405aad8e331b614cb3": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.133Z",
+ "updatedAt": "2026-02-23T23:32:54.343Z",
"postProcessHash": "cdf90708df8d0fcc9c678c8eaef813e8e45a5c68a1c81018b15cf5392a11416a"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.133Z",
+ "updatedAt": "2026-02-23T23:32:54.344Z",
"postProcessHash": "6a82732add68666fdad64a81039f0d647b1328f9f082dbeb3e380007e87a7456"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.134Z",
+ "updatedAt": "2026-02-23T23:32:54.345Z",
"postProcessHash": "f63d24722f83930c271ac67af0c825bd33713460354539199006f69b76cb38fd"
}
}
@@ -3183,15 +3183,15 @@
},
"4bbec825257b2e44662cece56ea8f6d2a270af8295558ba8c49333d01f531512": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.035Z",
+ "updatedAt": "2026-02-23T23:32:54.151Z",
"postProcessHash": "e4ada9eb602ad5fdb51ee876050480b47fccc31953e905efe8f44011a48d5565"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.035Z",
+ "updatedAt": "2026-02-23T23:32:54.163Z",
"postProcessHash": "ebc1a190db69005bf50e4f2c8752f264c20f759797c7656057b619bb924e6937"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.039Z",
+ "updatedAt": "2026-02-23T23:32:54.170Z",
"postProcessHash": "73aad7b3e20eced796388977990b133e5e83bff0ac1873c62d3289b440d823d0"
}
}
@@ -3221,15 +3221,15 @@
},
"64a3699238f7091a57f32a304d4d6ea95e7b276b252acad469433afd381059d3": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.077Z",
+ "updatedAt": "2026-02-23T23:32:54.232Z",
"postProcessHash": "978df97f23c4f806289c979fd43e2fba15778522453710a70aae2b18d2e57cff"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.037Z",
+ "updatedAt": "2026-02-23T23:32:54.168Z",
"postProcessHash": "f3064f57a2d2b4c212fdf58658bf9e4ca38fe7e5f74250630abfa517d17be1f3"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.038Z",
+ "updatedAt": "2026-02-23T23:32:54.168Z",
"postProcessHash": "3f67b199792c8ebffc05370ede5870ebb5e3b0418ca6c2ef26cc564d8f25c918"
}
}
@@ -3322,15 +3322,15 @@
},
"e6a344d226f71ec9d74b139ad033dcf67bc7845e173faafb769737d5a53e20e0": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.041Z",
+ "updatedAt": "2026-02-23T23:32:54.175Z",
"postProcessHash": "81fc3568f3c86637333bdcb90c56f48b3f6af658bee62196b16e2a1a98442545"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.041Z",
+ "updatedAt": "2026-02-23T23:32:54.176Z",
"postProcessHash": "c6fb9315d254d49befeadbab24e28e02dc6c42ddc9a7f14abd005bff4d261b02"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.042Z",
+ "updatedAt": "2026-02-23T23:32:54.178Z",
"postProcessHash": "bc1ab086b0f83492f839de81e82dee958d7e38258f4973dafe1749135da3cb0e"
}
}
@@ -3371,15 +3371,15 @@
},
"9242b786b93718623d525ba9255744e28d36cba2b1a87db50bc7d4c700693c27": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.040Z",
+ "updatedAt": "2026-02-23T23:32:54.171Z",
"postProcessHash": "0dfce139955738c77a275458dd53278808d6fd24f3e701551150cdbbfbce5b01"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.040Z",
+ "updatedAt": "2026-02-23T23:32:54.172Z",
"postProcessHash": "28eceddc3cf9e7a65cce6084f46c71231a4d5add174ae3e6182a3c6b5a42d554"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.042Z",
+ "updatedAt": "2026-02-23T23:32:54.177Z",
"postProcessHash": "8546874971ef988b94a9f39dda6382b3c44b77bc52e6898f6fb159f55eb71f55"
}
}
@@ -3538,15 +3538,15 @@
},
"95a202f43480c443bf05bc38f59d55f00b2e683dd3372042b628fd1ceab4afda": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.082Z",
+ "updatedAt": "2026-02-23T23:32:54.241Z",
"postProcessHash": "cf67ac457ee51c662b6c5c103ba43a626b428b42e3cea49fb96b3ac55259b21e"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.083Z",
+ "updatedAt": "2026-02-23T23:32:54.241Z",
"postProcessHash": "f5428fda66d1dc8d87bf7496e51ab2c64a6f1f5629a3de2cf521b6ce0f72e685"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.083Z",
+ "updatedAt": "2026-02-23T23:32:54.242Z",
"postProcessHash": "93c7e884ddaed44e70292a9e4e358642ed3e4afadce6c6e01b19be3f32ec0b80"
}
}
@@ -3635,15 +3635,15 @@
},
"0cf28adbe17cdcfe3d427395d3cc9d1fc80c36d159416bb7dfe76aeceefd132b": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.129Z",
+ "updatedAt": "2026-02-23T23:32:54.335Z",
"postProcessHash": "5e11aa901acf1c76fb626e03c612f1efbf3bd16eb797f15df5b8b7b9b6a514cd"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.130Z",
+ "updatedAt": "2026-02-23T23:32:54.336Z",
"postProcessHash": "528f8e87118f0a10302bd5d7e139b20364340f1cb359a01cbc3819acb0fda0d8"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.130Z",
+ "updatedAt": "2026-02-23T23:32:54.337Z",
"postProcessHash": "5b596f0a15ed441fb828d6ade656e860333072fc7bf75da1fb608a79c46f41c5"
}
}
@@ -3709,15 +3709,15 @@
},
"0965ae28ece3d3c3d5e10a49890e4d424a7196e1cc325921cdee9f9d8775d554": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.043Z",
+ "updatedAt": "2026-02-23T23:32:54.179Z",
"postProcessHash": "e9079648372645beb581593ceb0ccf349132811088a022797123f24db8f8f028"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.043Z",
+ "updatedAt": "2026-02-23T23:32:54.179Z",
"postProcessHash": "fd8fa286ab5dc0f1c6f7034cf4f6fd87d3905e1adfe776a1967ff103526c2fcd"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.043Z",
+ "updatedAt": "2026-02-23T23:32:54.180Z",
"postProcessHash": "8557a5fd4a396c44eca8dda9ea37a70bfdb667aa8a2e081afd1dc7b0d10ce3f9"
}
}
@@ -3736,15 +3736,15 @@
},
"4ba815c35fc1d6ae05c075a25e63c14bb4f99030f6269e2e624b6a6cf7b40e43": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.032Z",
+ "updatedAt": "2026-02-23T23:32:54.146Z",
"postProcessHash": "5650fd1e5b54ca1f661e47670d18329aa1f7bffa14db3c976ac8c62b7d8f83db"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.033Z",
+ "updatedAt": "2026-02-23T23:32:54.149Z",
"postProcessHash": "7335a32222b237a0727718dba49a451bab788d164964f432fb24439da285b365"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.034Z",
+ "updatedAt": "2026-02-23T23:32:54.150Z",
"postProcessHash": "9564fd4e27315a68427db20238bfd5b1ef80c3cc44a87580e41f928358511c6c"
}
}
@@ -3788,15 +3788,15 @@
},
"c5a83a371b30901d8d282273c190a8d86aca3ef43496b3265e56bfa3bcb22499": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.080Z",
+ "updatedAt": "2026-02-23T23:32:54.236Z",
"postProcessHash": "cda0cd5f5451e390df09a910f271267259c6b94051db89b0cbf702a5c03ca95e"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.122Z",
+ "updatedAt": "2026-02-23T23:32:54.316Z",
"postProcessHash": "4913bf6a033cf5aeae7ff16be07a89c7908cef63306b0282a65c189572b2c368"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.123Z",
+ "updatedAt": "2026-02-23T23:32:54.321Z",
"postProcessHash": "2b2385eabe70d532fb9fd285d72e6b863fa5cfce0ec69264261c0435883e80be"
}
}
@@ -4234,15 +4234,15 @@
},
"2ce6ac5303fa9cd6d7471b5ccf1c806df9942c23c4d31d6d61f162fa6a395f85": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.130Z",
+ "updatedAt": "2026-02-23T23:32:54.338Z",
"postProcessHash": "d111d12c77f3c381b33920a6b38e2c44530763c22bbd1b1cd860c36f49ea41f5"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.131Z",
+ "updatedAt": "2026-02-23T23:32:54.339Z",
"postProcessHash": "662aaae78d87a067972f5716a6acd21d1278c15a49e3f67e0cae33f7a111bafb"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.131Z",
+ "updatedAt": "2026-02-23T23:32:54.340Z",
"postProcessHash": "8cdb153a681a21c76b0317ddb020b6615fbce4a8c1662d0115d40d2bfd0a2d34"
}
}
@@ -4484,15 +4484,15 @@
},
"ec0fcd4200f5e592bd4ca83309cb6dfbac4b8cb11beeabe9b22f9c239594f525": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.093Z",
+ "updatedAt": "2026-02-23T23:32:54.257Z",
"postProcessHash": "4c9c4925a71fd384894fe3cb46d2f20211aef9b1ec832eb2a4c0dce4d4434fb2"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.093Z",
+ "updatedAt": "2026-02-23T23:32:54.258Z",
"postProcessHash": "7492b210da6e748781bf805860fb6b2fc891bd6813cafedd1871d37973670359"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.094Z",
+ "updatedAt": "2026-02-23T23:32:54.259Z",
"postProcessHash": "37a77909a446cb6c1c6763ca951c4c976511672b16f7e80d1907b4be64984a92"
}
}
@@ -4909,15 +4909,15 @@
},
"10d93b3763c61de1eca4546b75142a343ae12a9dc211c38ad53a865ac42a6139": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.097Z",
+ "updatedAt": "2026-02-23T23:32:54.264Z",
"postProcessHash": "6952d425b3f502a0567841667c414219c6ef2a332c53a957fa79cea74dd45db9"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.098Z",
+ "updatedAt": "2026-02-23T23:32:54.266Z",
"postProcessHash": "97df7d15f98f70034c12b308a9788b4227c0aac913f10ab2b422c7b054e4c17f"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.101Z",
+ "updatedAt": "2026-02-23T23:32:54.272Z",
"postProcessHash": "c69455814a467741ad3f5c7b4a27ed2debe5477d0415a01f8ea2f21edd14b6b5"
}
}
@@ -5137,15 +5137,15 @@
},
"a3071fc0a70f9c98eebcb472c3f149fd5776dcc1418616ef18209bdca991cf36": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.096Z",
+ "updatedAt": "2026-02-23T23:32:54.263Z",
"postProcessHash": "9d2ad9852c728cce238fb01b470051dfbd651d3d3644c871d6df6189ccb60169"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.098Z",
+ "updatedAt": "2026-02-23T23:32:54.267Z",
"postProcessHash": "9c7dd556ce642e3dab9f2f3cbb84a370b7f5d574a21c6aaff8a2ecabfc59f3e4"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.100Z",
+ "updatedAt": "2026-02-23T23:32:54.270Z",
"postProcessHash": "9ac9505f1aec59bc58acbff9cc707c4524e5658ba40f01e40497f82520a50c89"
}
}
@@ -5175,15 +5175,15 @@
},
"239feca6504164e8bcbd82b2524a752018ed7a39e7c99c5bd82283b05ad42419": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.102Z",
+ "updatedAt": "2026-02-23T23:32:54.274Z",
"postProcessHash": "ecf86e0cda0ae341235df6b851ef4573dba152f96a2d7ae573b89a51176dd861"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.103Z",
+ "updatedAt": "2026-02-23T23:32:54.276Z",
"postProcessHash": "08ce82e18ad44239f39f8edeed8f61bd6e4414375d457afc6569d5c261ded3c1"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.104Z",
+ "updatedAt": "2026-02-23T23:32:54.279Z",
"postProcessHash": "f2a4fceea4e9f8d0dabbab77430230ebbbc6f7c99cc3c0a26f95428fa0bfcb61"
}
}
@@ -5213,15 +5213,15 @@
},
"6b6eb89e73eae4cff9d6413f91f2f4ce27e6b47013fb676bde0cdced959047d5": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.036Z",
+ "updatedAt": "2026-02-23T23:32:54.165Z",
"postProcessHash": "803b849c10972536e3c3f4efafbfdd1440ff1b2eccbaea67ecec345932e04bb6"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.036Z",
+ "updatedAt": "2026-02-23T23:32:54.166Z",
"postProcessHash": "d51ce93ab00e9613dc28df79c1214f96a300d0b730098afc58493ea1c3f80dfd"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.037Z",
+ "updatedAt": "2026-02-23T23:32:54.167Z",
"postProcessHash": "faa968f415d917b5ccb0b41591c9d744f7353d9738cf8eae88687cc50f5e5a8e"
}
}
@@ -5276,15 +5276,15 @@
},
"36ab4e016a4d55e0a939af5ca68231789efa259dfdc8da60d6372594276f5cbb": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.115Z",
+ "updatedAt": "2026-02-23T23:32:54.300Z",
"postProcessHash": "672cdc63fe64bf8aa4f62c52819fd8fabfcd006ea7cd8889ff3b45547131620f"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.115Z",
+ "updatedAt": "2026-02-23T23:32:54.302Z",
"postProcessHash": "823b254601138f98b98fd047cbf7473e1836b534a88c7e0b8c7a06bdb407d47b"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.116Z",
+ "updatedAt": "2026-02-23T23:32:54.304Z",
"postProcessHash": "8b32aa49852538af3b2f12113d4cf70fee3c2e860d033430ce6240f66378005b"
}
}
@@ -5341,15 +5341,15 @@
},
"1579230cd266b076718d44b00c6f2b14c604bd1468d47abd65c5b3f284ee238b": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.102Z",
+ "updatedAt": "2026-02-23T23:32:54.275Z",
"postProcessHash": "5a9e558f007c8216799e85d6928b6fa60a1215fe540ee35cdea429b4d19c2791"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.103Z",
+ "updatedAt": "2026-02-23T23:32:54.275Z",
"postProcessHash": "f7f2e7cda47e2a406adf5e7fc43ad3d6b8107d0b39726bf0e5e4ab5a44a52ab0"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.104Z",
+ "updatedAt": "2026-02-23T23:32:54.279Z",
"postProcessHash": "54ae54d4908aa6cb881c0abdbf013394d75bda9828f4008e0a1df9c56470041c"
}
}
@@ -5368,15 +5368,15 @@
},
"84e1f1ee89d0e933d7883bd51c19cc1497abc66ebb4cfc68cb7f690d71de87f5": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.105Z",
+ "updatedAt": "2026-02-23T23:32:54.282Z",
"postProcessHash": "33591395616a90822fbcd2632ebabcb49a8803494aba8a028b69dc51afdb0c54"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.105Z",
+ "updatedAt": "2026-02-23T23:32:54.283Z",
"postProcessHash": "5bf50d02759ee62bce8f381578b2d0eee1508437b88246e4189a66676257c9f8"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.106Z",
+ "updatedAt": "2026-02-23T23:32:54.285Z",
"postProcessHash": "f7b5fc36c896417e53f8535f588715f6086fbc9a8562db1d79b0aec3258dc0e4"
}
}
@@ -5420,15 +5420,15 @@
},
"896a599f30b625b0cd5cc5a252b0a43a7788d38666ab19d97740dff7487c952d": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.115Z",
+ "updatedAt": "2026-02-23T23:32:54.300Z",
"postProcessHash": "84eb90aa993c733684bb3b1123b54ac542e6b771489a2c2966480b34b616d90e"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.116Z",
+ "updatedAt": "2026-02-23T23:32:54.303Z",
"postProcessHash": "b0072042d31cd684f972d58a7e7b746c01896c85af04f919bcb31ae09a3dccc3"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.116Z",
+ "updatedAt": "2026-02-23T23:32:54.304Z",
"postProcessHash": "1d90fd431cac30216caacfd8fe56b461eb09e16e41467de3ec17d2ea34a67acf"
}
}
@@ -5486,15 +5486,15 @@
},
"e7072eed4b44b7418185a1a0891f134ec9d762b47c5b1a0501af06240ed971e0": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.118Z",
+ "updatedAt": "2026-02-23T23:32:54.307Z",
"postProcessHash": "9416901eebc51d86e2ffc9835ff07f40e067a2c044337516508dd311e1b9eceb"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.119Z",
+ "updatedAt": "2026-02-23T23:32:54.309Z",
"postProcessHash": "a5f619cbc49909737002e1b74d6c4a83941adcfb5dbc0f3743d268240b5f9932"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.119Z",
+ "updatedAt": "2026-02-23T23:32:54.309Z",
"postProcessHash": "96103a7624a22e48f8fa46f157cbc267bd1b97a8f87e4d0a8bb2517b6e97aa55"
}
}
@@ -5524,15 +5524,15 @@
},
"bc8397cc9a6ce325952185bd403e7322c795c94318958e9c38b0cbea30872f53": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.102Z",
+ "updatedAt": "2026-02-23T23:32:54.273Z",
"postProcessHash": "3dfe0b3a8adea57098cf6a28353cf3c877a5085cbd41a6e0e78c119243fd9156"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.103Z",
+ "updatedAt": "2026-02-23T23:32:54.277Z",
"postProcessHash": "7c29ebf872683033685b8098cffab0e516dfcc75434a8dac6c025d8c5cee4a61"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.104Z",
+ "updatedAt": "2026-02-23T23:32:54.280Z",
"postProcessHash": "8ba797a7b6f6ce48010f809e0f9c0a1d958f740c94e593f0b8cf0d296a6d44a5"
}
}
@@ -5579,15 +5579,15 @@
},
"07779cefc465e9c874ba0a49f7ffff5ef5343aff75633678e2b0e135006a45ad": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.128Z",
+ "updatedAt": "2026-02-23T23:32:54.331Z",
"postProcessHash": "d3af600abd546684b143e27175152b3ac250ebf0405f220176289fc8451e2ce0"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.128Z",
+ "updatedAt": "2026-02-23T23:32:54.333Z",
"postProcessHash": "9dc0f62949362a8f23197ec7b998c58c39d0f855c5cd4dfcc72adc9f9382f2ee"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.129Z",
+ "updatedAt": "2026-02-23T23:32:54.334Z",
"postProcessHash": "24e9eba8d06cd737cbe3d721778ace673b2d136e1f098dd4be4e870c646c05da"
}
}
@@ -5631,15 +5631,15 @@
},
"6fe5bd4a3d8f8eeaa129143a89b9005ee904d9a1c7f18436e8bca916cbda97c3": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.124Z",
+ "updatedAt": "2026-02-23T23:32:54.323Z",
"postProcessHash": "61f7e4af6d4c8e3dcf94f498625a00270ab0ca1f92762f49137f09028a1e43d1"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.125Z",
+ "updatedAt": "2026-02-23T23:32:54.325Z",
"postProcessHash": "9aa7d606bccc768f1ed1b144fb80e7a2256829d34db257d752fc6711bcbf31b4"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.126Z",
+ "updatedAt": "2026-02-23T23:32:54.326Z",
"postProcessHash": "6700d0b38cff243a7f32d2e42c6ceddb8ffee2571e111a2ffe030477908a5168"
}
}
@@ -5694,15 +5694,15 @@
},
"f2df2e6e275d1ec9ca40bafa8486ed9db0ec685525e1f452c93cac5db9cc389a": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.117Z",
+ "updatedAt": "2026-02-23T23:32:54.305Z",
"postProcessHash": "31db317d07b08d998de29f672d3b8a6c11a93dd3527ccc82a835e8612454ea55"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.117Z",
+ "updatedAt": "2026-02-23T23:32:54.306Z",
"postProcessHash": "197f2d56f6b9a71b77267b0cf82a22ac8846f2946a1c270ae26eecfe89c93083"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.118Z",
+ "updatedAt": "2026-02-23T23:32:54.306Z",
"postProcessHash": "c49ddca746710deee3c06650c0cfc43e6652067658dc7620f92db38d0aa248d5"
}
}
@@ -5749,15 +5749,15 @@
},
"f721dd97af3918b8f402e87b23e49fc5333042ae150f0e12aea80cde144aa80b": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.125Z",
+ "updatedAt": "2026-02-23T23:32:54.323Z",
"postProcessHash": "d07708b4fecaad8fc545e0903d6b49c286b3de9691d4208b44572b2b7fd2874c"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.125Z",
+ "updatedAt": "2026-02-23T23:32:54.324Z",
"postProcessHash": "20b73549e43b69d21915dcad667ace4cfc537a3a339756e08679869823766f36"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.126Z",
+ "updatedAt": "2026-02-23T23:32:54.327Z",
"postProcessHash": "0b24b14ded9ecd4061d3052ab4b6e1763e9f6d8e66684cca17300800fe57fdeb"
}
}
@@ -5801,15 +5801,15 @@
},
"a52c2530d96466d47f8cfaec6b11b530ead450bf5deb1c4e70d8b3db0000b418": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.138Z",
+ "updatedAt": "2026-02-23T23:32:54.353Z",
"postProcessHash": "9ed92e673ee47d0c1b3f458c85d7676d3ab124801b018b98f4b42d9e90abf95d"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.138Z",
+ "updatedAt": "2026-02-23T23:32:54.354Z",
"postProcessHash": "59456dc7616b39d88528c96907e897d871e0af175af1b8c7aeca67bbb05df028"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.139Z",
+ "updatedAt": "2026-02-23T23:32:54.355Z",
"postProcessHash": "ce4149622bd29926bcde30cda759b49412acb888e96127d088a59958ea76bc12"
}
}
@@ -5839,15 +5839,15 @@
},
"ff6db2e1d92370a81059bfc2de4d5a8e1f57d0325aba414f0579b5874c2f211c": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.103Z",
+ "updatedAt": "2026-02-23T23:32:54.277Z",
"postProcessHash": "68641cdacdd020c8dbaaf1b97877dd9c7c051bcf8df97cb41ec4f29dcd46f1df"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.105Z",
+ "updatedAt": "2026-02-23T23:32:54.284Z",
"postProcessHash": "548909345f09738e4c12e5ada740edfa12c3ba741627dd44bded6d3ba0157e98"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.105Z",
+ "updatedAt": "2026-02-23T23:32:54.281Z",
"postProcessHash": "499b29d6d13c9bf97ba8da19b96795e7c22aae097e67886ccd9fbb5ce7d46536"
}
}
@@ -5919,15 +5919,15 @@
},
"75bd39e3ef0abdd826497a15ca3278cad0f3013bb8ffae023f9f3a1091b47c0e": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.120Z",
+ "updatedAt": "2026-02-23T23:32:54.311Z",
"postProcessHash": "3037325744698f6a53e9600b9ac80a08201546a2156f7652c4fe60bc592e431b"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.120Z",
+ "updatedAt": "2026-02-23T23:32:54.312Z",
"postProcessHash": "d9eb35c389c630a7774094e1e38385e155940ad8cc5dd697aa16bac1ecf86a6c"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.121Z",
+ "updatedAt": "2026-02-23T23:32:54.314Z",
"postProcessHash": "dc435550b7162fc111bea4685f4f1585eedcbfdd62630259d49048929726709d"
}
}
@@ -5982,15 +5982,15 @@
},
"bc62f792cd67fb78b7c6451df7cebd153582d8036b217fc9e708234842b864f6": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.136Z",
+ "updatedAt": "2026-02-23T23:32:54.351Z",
"postProcessHash": "f9feb0311f9ec263645b9367a82c4b1d1e2e8af186d41c912807d47646e39898"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.137Z",
+ "updatedAt": "2026-02-23T23:32:54.351Z",
"postProcessHash": "ed33b116c600bf0e42f7ad60ad8a724b23a8f1c54ef0d6fd563090e2fabd8a12"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.137Z",
+ "updatedAt": "2026-02-23T23:32:54.352Z",
"postProcessHash": "d172f8b265b16d227a0baddaaed0c1c94c63244e3e59791d69cf6fdf55e57963"
}
}
@@ -6137,15 +6137,15 @@
},
"4b0ba0f4f34f826f8156c1f63a028605283e3179cd5877a303d46b79806552fb": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.139Z",
+ "updatedAt": "2026-02-23T23:32:54.355Z",
"postProcessHash": "eece6f05e669d499d3d60ecf2430615b96ce2827bf33962d5099080c2a14f617"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.140Z",
+ "updatedAt": "2026-02-23T23:32:54.356Z",
"postProcessHash": "1e28c1c909e201fbd60ef0272c980084f6386b0f08556f09fcde6a19b9917086"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.140Z",
+ "updatedAt": "2026-02-23T23:32:54.357Z",
"postProcessHash": "f088b483b3c6efba0d1444cc9ee7d749d72b2478f0ab356779b4166ed5883754"
}
}
@@ -6267,15 +6267,15 @@
},
"225a0ff28252ace0f2ddc75e18f65def954b8aa07efc606fc71b541576764b44": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.123Z",
+ "updatedAt": "2026-02-23T23:32:54.318Z",
"postProcessHash": "6121deebb6fb9473c373d5b1c0c6e8e943d8b7d6355a12f946f767d4065700e5"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.123Z",
+ "updatedAt": "2026-02-23T23:32:54.320Z",
"postProcessHash": "b2ba2e41d2d927f927c6de02dd0c3a29c887a5cea1e93f8f4b6225c955677882"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.124Z",
+ "updatedAt": "2026-02-23T23:32:54.322Z",
"postProcessHash": "e99f562703996b8d99969030aca1a743358ff35f3f4576ad911497fa78c149ad"
}
}
@@ -6333,15 +6333,15 @@
},
"d86c17b1142dd233dd711c26f0c3154d52a30236267c38ea12dff0bd94a947cb": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.055Z",
+ "updatedAt": "2026-02-23T23:32:54.202Z",
"postProcessHash": "ad899e20694a2daed2b5156c964f892c8b61fa6c6b711b0a60819233a71f62f6"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.120Z",
+ "updatedAt": "2026-02-23T23:32:54.310Z",
"postProcessHash": "d5a042d25df67a45eefbfe8298b032ff4ee768a1bdf20db9719c5e021f9cfcda"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.056Z",
+ "updatedAt": "2026-02-23T23:32:54.203Z",
"postProcessHash": "28d0d6246312c8002ee29f3eb53ca34885667ff28cbdc9967735c3c4d2c0194a"
}
}
@@ -6396,15 +6396,15 @@
},
"52b19024a144c7e0686c18d91e623665102d462a44cea462c8a002f9546d2274": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.132Z",
+ "updatedAt": "2026-02-23T23:32:54.340Z",
"postProcessHash": "d102219fd7a3848b30fad5258447ee9599eabe5416b2f93f716a1ddb410e7ecb"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.132Z",
+ "updatedAt": "2026-02-23T23:32:54.341Z",
"postProcessHash": "4526eb4250544d150435170c6a901ee32933add749146f4ad6e72729e0746c32"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.132Z",
+ "updatedAt": "2026-02-23T23:32:54.342Z",
"postProcessHash": "9e3e009dfa507614ef3b8baa777cc0285a0c36906001b3f19e5ce7d103cf8d31"
}
}
@@ -6470,15 +6470,15 @@
},
"3174b41b9ec842bbc78c540a781b3ea089109a03d4bccf17300cce86e14f38b8": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.149Z",
+ "updatedAt": "2026-02-23T23:32:54.372Z",
"postProcessHash": "c25433b4d89b1fa66968e8437270a78488840752321712181a2dcbb41e9de1cd"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.150Z",
+ "updatedAt": "2026-02-23T23:32:54.373Z",
"postProcessHash": "ba28bc66a8e00173dc7c8bd83367ff5d5dbeab9d2b2583ac10dc3cc9681c55dd"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.150Z",
+ "updatedAt": "2026-02-23T23:32:54.374Z",
"postProcessHash": "2e812c8c3aabde2b2df87041f6cb6f50c79e442d5dda38130851a40ce4b05b41"
}
}
@@ -6508,15 +6508,15 @@
},
"daac240f9481ada70f4ab82196cb275ec718d8c2d714eb60b5c567634c3e725a": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.189Z",
+ "updatedAt": "2026-02-23T23:32:54.458Z",
"postProcessHash": "cef778ece2656866f974984362d25317410be8bdac20f55a8a8f3426ee3644a8"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.190Z",
+ "updatedAt": "2026-02-23T23:32:54.459Z",
"postProcessHash": "3fb68cc6016006437b9b159efff45fa7d81eaf3924d82544042ea2e740009f34"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.190Z",
+ "updatedAt": "2026-02-23T23:32:54.459Z",
"postProcessHash": "747a1a67ef6492bbff4d4659f4a1faa894e9830ee7b848803844019d038affe8"
}
}
@@ -6697,15 +6697,15 @@
},
"912a6c756dc473824c24ac99e24ddab64036d2eabb7eb8372e922bf3084f278d": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.183Z",
+ "updatedAt": "2026-02-23T23:32:54.445Z",
"postProcessHash": "fc5e796d2c6d1288f7fa30955a7a3c6049fe06ae5c7020fa1c4ed9c37c3238b9"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.225Z",
+ "updatedAt": "2026-02-23T23:32:54.532Z",
"postProcessHash": "e87c48408d4d5c0221c157b91752e36794de185cb6994e5cfacf4798d20e3606"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.226Z",
+ "updatedAt": "2026-02-23T23:32:54.532Z",
"postProcessHash": "7795cabf654e79cab5055c01f031e029491f610c5d944c3c8a6d5f1bc7343962"
}
}
@@ -6749,15 +6749,15 @@
},
"2192269c54c3af90e7c565802d9aa8f6ef51409d7b2bc68ebcc06ee7b8a1ad44": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.154Z",
+ "updatedAt": "2026-02-23T23:32:54.383Z",
"postProcessHash": "a6da1471be0ba270179deed8fda50d9148c3ac5fd64d007059fe4016f2a4dfe7"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.154Z",
+ "updatedAt": "2026-02-23T23:32:54.384Z",
"postProcessHash": "95d87e4e1adffb9206ea6bbd027100f895b7eb767863e70056dd2e629c166b47"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.154Z",
+ "updatedAt": "2026-02-23T23:32:54.385Z",
"postProcessHash": "4c50ea7be10368dc9337bb93f742ec0b5956dd17b6fd1d58924513b2613563d7"
}
}
@@ -6814,15 +6814,15 @@
},
"a45a6dd4b1c9c8d543c6f5e73acbb7b6565f6f86085050f0a9bff17e2026d626": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.148Z",
+ "updatedAt": "2026-02-23T23:32:54.370Z",
"postProcessHash": "285b37a97f044c8c0e406af840bfaa9f0a7500f65c7a6504c7fa23c3fe10b6ac"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.148Z",
+ "updatedAt": "2026-02-23T23:32:54.371Z",
"postProcessHash": "44b12f400f5bd4673a70276dc83eca1680dc6169de2524c29f9a36223d83df2c"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.149Z",
+ "updatedAt": "2026-02-23T23:32:54.371Z",
"postProcessHash": "f2bf2a896296fa00ab960d420226acf234a1f2ecb485cf7bf34f3992d8a2c64c"
}
}
@@ -6866,15 +6866,15 @@
},
"86b8e097a9b0e46381251b330ee2994848fa61c2f11f64334905dbfc1ca8e17c": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.113Z",
+ "updatedAt": "2026-02-23T23:32:54.298Z",
"postProcessHash": "11bae015734e64879e0d11a17f951f92c9b15f7dccbba52fba05be561836220d"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.114Z",
+ "updatedAt": "2026-02-23T23:32:54.298Z",
"postProcessHash": "3e4f7108c4d0ecf5c5fddda1f03e971c3749a3376c5d9b686c3346ac98d9abdf"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.114Z",
+ "updatedAt": "2026-02-23T23:32:54.299Z",
"postProcessHash": "79cff003f9b18f62b1f0aa24cd6df20f42f8bcd8493c67ff57052d34b41e5e45"
}
}
@@ -6918,15 +6918,15 @@
},
"3c3a0cd2e49916d3a78ea9c30ca15a9dac71b0c58cfd39f5996949538af427f6": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.173Z",
+ "updatedAt": "2026-02-23T23:32:54.425Z",
"postProcessHash": "6ee8ced04c39f790f8e2790cc249d2d07ef97db7793619a501a18c64d883e6f5"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.174Z",
+ "updatedAt": "2026-02-23T23:32:54.427Z",
"postProcessHash": "f062e11080231a67a92c250ed17120e4e984d743ba158cedcb07b9f279828087"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.174Z",
+ "updatedAt": "2026-02-23T23:32:54.427Z",
"postProcessHash": "238d5c5023a1f00c966623b3bf24955cecddc48039d03b98ebbde4154f9ee431"
}
}
@@ -6984,15 +6984,15 @@
},
"15c320c1993e6e3bddb2a87e9131521dfe086c70529878b79c528812b2728c11": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.156Z",
+ "updatedAt": "2026-02-23T23:32:54.388Z",
"postProcessHash": "4a0e1d40b6ecdea29037677181688456523903dae07f42eb7873789758c0b852"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.157Z",
+ "updatedAt": "2026-02-23T23:32:54.390Z",
"postProcessHash": "260d570f040a591d3c8a37b8a4b42e0fe3d17de85f10463cbdf7fa27eb0693b5"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.157Z",
+ "updatedAt": "2026-02-23T23:32:54.391Z",
"postProcessHash": "0d539fe5a95dffa17d2e23f694408643a638905749143a2aa027264da4ec69c4"
}
}
@@ -7061,15 +7061,15 @@
},
"dc840019005efdf82cf09a2011702a45c02ba5bf5829e9d289536154327e953a": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.173Z",
+ "updatedAt": "2026-02-23T23:32:54.425Z",
"postProcessHash": "6e5154ab531de4873d9041b20a7924609b748e796bc332ebd5d2415a2a6dc163"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.174Z",
+ "updatedAt": "2026-02-23T23:32:54.426Z",
"postProcessHash": "813c6fe9ae6082430e11fe857037a0377f202d91a8040cd9f2ae0a7062ab0cf2"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.175Z",
+ "updatedAt": "2026-02-23T23:32:54.431Z",
"postProcessHash": "5175e1044dfc4b651b074bcd0c5e246a39f20f71460bdfc52462fe1b4aa4ccad"
}
}
@@ -7152,15 +7152,15 @@
},
"db598f5119770ed75385babf616e7e3eb1c178941401196eac1c483515f04e54": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.181Z",
+ "updatedAt": "2026-02-23T23:32:54.442Z",
"postProcessHash": "075bdf3c290253e9ab55080b98a7d8a8d89e4f6b0fa6432eba91a9e4e10292f7"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.182Z",
+ "updatedAt": "2026-02-23T23:32:54.443Z",
"postProcessHash": "5640d9fc7c5a458428b831f0885ec1849a97020178869973ad00650676e7f7ca"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.183Z",
+ "updatedAt": "2026-02-23T23:32:54.444Z",
"postProcessHash": "27738bb24d1af69669b771b9c602644e4e8e4a7263cb437131eb2a4b066dfe80"
}
}
@@ -7204,15 +7204,15 @@
},
"16ffb9f1c23dab6f47df9381a23e5d7e91e36132221c0b7f111e766fcff1f50f": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.112Z",
+ "updatedAt": "2026-02-23T23:32:54.296Z",
"postProcessHash": "b73cd584801252c7df5fdaa0f1340538b79a687b2478f2982a02d096b2eddaed"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.112Z",
+ "updatedAt": "2026-02-23T23:32:54.296Z",
"postProcessHash": "416e947039ecb7f48b8538ca3767057e50ac1f8a71ced0dec8ced92b6e2056d6"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.113Z",
+ "updatedAt": "2026-02-23T23:32:54.297Z",
"postProcessHash": "c1a3a89da04cb3e41c20b10019e39cc52710f4df1e6fe5c2211d77fabe368354"
}
}
@@ -7270,15 +7270,15 @@
},
"f69549d7d5889c401ca642235c9a41c1115b68e2df6e77343438866de2685dc5": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.179Z",
+ "updatedAt": "2026-02-23T23:32:54.438Z",
"postProcessHash": "ee63a083db8724cb9fe99b53642a57c4e8acbeb681a29874be84ce1663aa833c"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.180Z",
+ "updatedAt": "2026-02-23T23:32:54.440Z",
"postProcessHash": "72da3dafdfcf4b1c3df077c79e41d69a9c80c980ebc45f09288321b207ec7844"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.179Z",
+ "updatedAt": "2026-02-23T23:32:54.439Z",
"postProcessHash": "2035e74395351023a77f7b718ca6d2a7c3acb3615084c1b44fbfaade272be1d6"
}
}
@@ -7361,15 +7361,15 @@
},
"72b278f094b7ea2fd15648a004a0c9b4182d51ef2e8f7f3f767c13ff4b06c5dd": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.170Z",
+ "updatedAt": "2026-02-23T23:32:54.417Z",
"postProcessHash": "3026e816172a5338a5c3f09dbd31bc8c691288823b939d02272e45d0d9ef3f3a"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.170Z",
+ "updatedAt": "2026-02-23T23:32:54.418Z",
"postProcessHash": "b58c5853ef7a32550470d65fd7d9f6fae0049611c327f95b9f33614a01fe7775"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.170Z",
+ "updatedAt": "2026-02-23T23:32:54.419Z",
"postProcessHash": "1f2420f56bfeb6a227c955bcb5cbf6fe3ce84fdaaab10f2cb004282032f9224b"
}
}
@@ -7455,15 +7455,15 @@
},
"06aa7d4453fb4d8977d0e0c3aeffd9e1b32aa9f2045e38b9b094613b6b446664": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.152Z",
+ "updatedAt": "2026-02-23T23:32:54.380Z",
"postProcessHash": "3a955ec7658e1d1ee2f2098a00a1ac03aa3d6dfbbe567e37c44589120a8dbc6b"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.153Z",
+ "updatedAt": "2026-02-23T23:32:54.381Z",
"postProcessHash": "492d0d2c9e2625af4c5cf0c13d6350f8336bda47c9bb5c7c579533082224ed91"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.153Z",
+ "updatedAt": "2026-02-23T23:32:54.382Z",
"postProcessHash": "647228a90f03fd15e917c4a217d21c3f288e07d2ff0804954e9042666539ad26"
}
}
@@ -7493,15 +7493,15 @@
},
"9e6bd9dddc84ee56ab61dd51d66778954d94835fa02e115422354fbc956a4a8d": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.109Z",
+ "updatedAt": "2026-02-23T23:32:54.290Z",
"postProcessHash": "caa3e0316a4a3480a61d22d8cb5ebbab62d94b89282fb6bf718ae6d1ba46c992"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.108Z",
+ "updatedAt": "2026-02-23T23:32:54.290Z",
"postProcessHash": "9718fb7d06f4c55a514dffa5450cfefd8c1d27ceb38178a3ef96f0a2ef42bd69"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.104Z",
+ "updatedAt": "2026-02-23T23:32:54.278Z",
"postProcessHash": "aaaefa2927cd92debed8c8c6de6a5d4e5439e0c5b51b9a4217ce3367ef4249a4"
}
}
@@ -7556,15 +7556,15 @@
},
"dfa947328b11fc17c0cad3050b8e35efe0f07b6c6bc2508726a7f1cc558cefff": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.160Z",
+ "updatedAt": "2026-02-23T23:32:54.399Z",
"postProcessHash": "475c7a3e56193fadb4439d411b36d1b1d51713f649d087e3afca216731de61a9"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.161Z",
+ "updatedAt": "2026-02-23T23:32:54.400Z",
"postProcessHash": "405cdfa2b0bf55b348a80454dca03740bb3126337ba1b694939e48f3b27f0b06"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.161Z",
+ "updatedAt": "2026-02-23T23:32:54.400Z",
"postProcessHash": "e00a521d9fc52c8bba9c87c9e64c5921b7d7ac555b9ae9a3e51a72ad03b5f4e2"
}
}
@@ -7636,15 +7636,15 @@
},
"5473bc76ce10dc6ac0ddb4ea894b17895a40905c5cacb3ce426c3fac2697b915": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.178Z",
+ "updatedAt": "2026-02-23T23:32:54.436Z",
"postProcessHash": "37588968c9aa7ba9b20d08e7d717163c91d76062e9a36dfc466bb640aeffe0c2"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.178Z",
+ "updatedAt": "2026-02-23T23:32:54.437Z",
"postProcessHash": "5b0480596ad907a4f8fa938156884efa34d8ecf95a8d1ba2cf2d2223a51f93a6"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.178Z",
+ "updatedAt": "2026-02-23T23:32:54.438Z",
"postProcessHash": "3ae0a0c6aaa029d7497345d559e20d935a961e2c10ccdea1a866cfe4861ec323"
}
}
@@ -7696,15 +7696,15 @@
},
"ee4f96bff0470723b7a10737aa848e0d3cdf797351ac32229d9d22a82ed34e59": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.101Z",
+ "updatedAt": "2026-02-23T23:32:54.273Z",
"postProcessHash": "b2a3a01041ac45c7f19da38077fc68de811325262501feb9ca706478f72323a1"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.172Z",
+ "updatedAt": "2026-02-23T23:32:54.424Z",
"postProcessHash": "ea0867541b5f7bc4bcb097aebe603849a2516bd765999b2f6a5d7cd500097daf"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.172Z",
+ "updatedAt": "2026-02-23T23:32:54.423Z",
"postProcessHash": "45832b49f3e9ef16c461bb696718e592bdbb59ac7d23f2ae97ac1cadc6fb8149"
}
}
@@ -7787,15 +7787,15 @@
},
"8986222bbb89714f28dad19177c8fd2df364580bc467dd194365633674f8dae6": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.107Z",
+ "updatedAt": "2026-02-23T23:32:54.287Z",
"postProcessHash": "a5dd9406b7e126ef449734f7d0d990a1ca9fc011215bfe9b1d34e7e37d0d74af"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.108Z",
+ "updatedAt": "2026-02-23T23:32:54.288Z",
"postProcessHash": "db094fdf64c29de0afe691ba9dbb29b3c968fc7490f6c413340d8bad9b5e7fa1"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.108Z",
+ "updatedAt": "2026-02-23T23:32:54.289Z",
"postProcessHash": "91edb0905a3b4d17246736946b462290c26a15f030050bf6e9705433406644ae"
}
}
@@ -7853,15 +7853,15 @@
},
"54e4b646a7aeef3337c5984be618546382a380dab336a6d083b2f2799ba07459": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.175Z",
+ "updatedAt": "2026-02-23T23:32:54.432Z",
"postProcessHash": "7147d55724273260de815809ef1d136d01f215825c0867e23c1626a2d3dbd9d7"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.175Z",
+ "updatedAt": "2026-02-23T23:32:54.433Z",
"postProcessHash": "c93c629353b76bb850b9425e16259f6f9d52045fc9c7ab66e78225e6e303f6c8"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.176Z",
+ "updatedAt": "2026-02-23T23:32:54.434Z",
"postProcessHash": "a30819341ca1713467fb66bb70e6f5c2a323972cca6361ad64d4af3beb8cd55c"
}
}
@@ -8055,20 +8055,34 @@
"updatedAt": "2026-02-23T23:11:11.259Z",
"postProcessHash": "c492172672ebd607fce7bb8ad7450759765d7d623a373a3166a6ccbf2801d4a4"
}
+ },
+ "d5f6627db51ed77acaf6d24daccc4627e3150ff64b5a283808c295203394206c": {
+ "zh": {
+ "updatedAt": "2026-02-23T23:32:54.713Z",
+ "postProcessHash": "8ceb5436cd19a609a22c7f5ca739d7b1e5e9a8921e50173a10de2217b35b27e9"
+ },
+ "fr": {
+ "updatedAt": "2026-02-23T23:32:54.714Z",
+ "postProcessHash": "821ca57b8a1eb6fa9d698128760d3010d2e7f009420ea895c339d1a60e5755b3"
+ },
+ "es": {
+ "updatedAt": "2026-02-23T23:32:54.715Z",
+ "postProcessHash": "673f173b3948e68baaeed61a2edf2776871d34a514208ef1325cd4dfb332a170"
+ }
}
},
"53c3b9e499ef5bd5e368aa05a9a2484ab2e83e086a848e4dc65f744f4303c18f": {
"fc7569e7101cf497720e212cf9526dfda81c1a7301c1866a84396fb6339961ed": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.253Z",
+ "updatedAt": "2026-02-23T23:32:54.615Z",
"postProcessHash": "054bf9d6cb704aa2d953080de4788ec2f5a1e231bd8a86e7e2ca65b646063f48"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.253Z",
+ "updatedAt": "2026-02-23T23:32:54.615Z",
"postProcessHash": "88f78075b2ed06ff0170d6d66bad542dfe18ee6a1d591937ca9de4233b4c8652"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.253Z",
+ "updatedAt": "2026-02-23T23:32:54.614Z",
"postProcessHash": "baecd50b66903875691a139950151b911d09dda239e1f7cb1d39976cbbff674f"
}
}
@@ -8137,15 +8151,15 @@
},
"dd0f0cdf689bf972a294b4473946c20d0732010667c261aab77719b60134dcfd": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.203Z",
+ "updatedAt": "2026-02-23T23:32:54.478Z",
"postProcessHash": "409a7ad870aea23bccc57c3a62d4fd25cd5fdc903b933afe66c1dcad484b9792"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.204Z",
+ "updatedAt": "2026-02-23T23:32:54.479Z",
"postProcessHash": "1479dd56030106597dec3abb3dc89c0e931bd2a5ff2c66e0e8bab4ceeae75ca3"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.204Z",
+ "updatedAt": "2026-02-23T23:32:54.480Z",
"postProcessHash": "7cf5cb02e7cdf4d538557dae703fd007381a2ad7456108166fb108d3c227c129"
}
}
@@ -8217,15 +8231,15 @@
},
"567f6409363f3d8372798d08bf4298683cc200e43b0d67900f902c440979f8a3": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.218Z",
+ "updatedAt": "2026-02-23T23:32:54.502Z",
"postProcessHash": "702f2d9e31dbbbf255f485a76e5c5512c2bd44c6987144db5fddfdd4be49dbd2"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.219Z",
+ "updatedAt": "2026-02-23T23:32:54.503Z",
"postProcessHash": "6e7c0d1b2c765c76c55d73902b4552f077bc6db0611e1f1f568af8f42eb5ca44"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.220Z",
+ "updatedAt": "2026-02-23T23:32:54.504Z",
"postProcessHash": "196ca0559e69dd94c867140ed6e8be9f96f6a2aec66112838f7e587da504ede2"
}
}
@@ -8283,15 +8297,15 @@
},
"21a0b2deabfbaf3dac32c33102696e7f1e7d7f3c06f9dfd11ba79361689e8523": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.197Z",
+ "updatedAt": "2026-02-23T23:32:54.470Z",
"postProcessHash": "68a00808acfc77f5b20417d067f729eefa421a526ab40f860b2c2f5f5272da72"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.197Z",
+ "updatedAt": "2026-02-23T23:32:54.471Z",
"postProcessHash": "ba05cd6a5756d951f89fddb02b38e30ff9ba5d43ebb537d384fc4675987a357f"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.198Z",
+ "updatedAt": "2026-02-23T23:32:54.471Z",
"postProcessHash": "7379c5482c054de412421f901d3706f30b79d23a8b93ed69a78dc3e540e740ac"
}
}
@@ -8321,15 +8335,15 @@
},
"adbe9541002b1646c97b2808c84189ee9f023c72ad021051e865d9d5ef268ec9": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.142Z",
+ "updatedAt": "2026-02-23T23:32:54.358Z",
"postProcessHash": "4b0acbfe6598a091275b0e8bb0e204956606e3250e939e46c796cc67719609c4"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.143Z",
+ "updatedAt": "2026-02-23T23:32:54.359Z",
"postProcessHash": "9db8494b6a5fc6f8d035c978771fda3d0f622d7365996b5086201f7cea7ba409"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.144Z",
+ "updatedAt": "2026-02-23T23:32:54.363Z",
"postProcessHash": "113a8f8013e81920fc3346eb087306aefbe82ef33b8bc0648c4d0acf9bb7ce97"
}
}
@@ -8431,15 +8445,15 @@
},
"82f69dd034c3c33d7bf0708c622de83e32e2b8b39919e09a09fc19030267ed53": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.158Z",
+ "updatedAt": "2026-02-23T23:32:54.392Z",
"postProcessHash": "bb1578dd54b761c8efa05290b1742223c00f177b3ca4773b729dc546a6d38095"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.158Z",
+ "updatedAt": "2026-02-23T23:32:54.393Z",
"postProcessHash": "a0e8ba264f0786c42e6dcbd66aa74ffd9d5cb4db118e5f1153a447bfbb8fa54e"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.159Z",
+ "updatedAt": "2026-02-23T23:32:54.395Z",
"postProcessHash": "4c32d1c32d22bcb4ea9f0e2e1208a0f19ec306980c3a4de2e75f9006830ccb64"
}
}
@@ -8469,15 +8483,15 @@
},
"79ce9a01a754dff7caa2815c273adb26f9fa5e7a21f6e8e07fc94d1f85cdba74": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.141Z",
+ "updatedAt": "2026-02-23T23:32:54.448Z",
"postProcessHash": "4f3d9036b6c463c31d5d73da325be00fc2f397e1caacd8189f0ccc1ee8e14a33"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.188Z",
+ "updatedAt": "2026-02-23T23:32:54.456Z",
"postProcessHash": "fa4b69feb4a7ff9a420eb06a60cf2ee33443e29243043d54a564a6b12a4228d3"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.191Z",
+ "updatedAt": "2026-02-23T23:32:54.461Z",
"postProcessHash": "edb3a451e5f74672eb9931e14a85482d7ed3e838a1c45b58040fcdb8ca2a8243"
}
}
@@ -8521,15 +8535,15 @@
},
"d04ea1ad3bbe2eeb7a96a25194b8239531fe4c5e636707a4154501749193c9a7": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.195Z",
+ "updatedAt": "2026-02-23T23:32:54.468Z",
"postProcessHash": "093af0434c8409e5a5dcfad078a4202d4bb81d0389dbf33666459b35ff05c0e6"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.196Z",
+ "updatedAt": "2026-02-23T23:32:54.469Z",
"postProcessHash": "5cc9d07628a9f1fc167641e9f19f1e63b7b78500bea36939254343ca8b487e11"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.197Z",
+ "updatedAt": "2026-02-23T23:32:54.469Z",
"postProcessHash": "906803c7017b3eaa9af429eeef8d4f138637e686ace9ff03ff969aeb6c67ca5c"
}
}
@@ -8615,15 +8629,15 @@
},
"2db8745f155c5e3bb6e91def35eb08aafaf5f8f42456a04d9770801b2ab10f21": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.220Z",
+ "updatedAt": "2026-02-23T23:32:54.505Z",
"postProcessHash": "af3a22f8a2b65db7c287a3c0957cee075d990b227b4add5fff278916e3aaf2aa"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.220Z",
+ "updatedAt": "2026-02-23T23:32:54.506Z",
"postProcessHash": "73f88b68b25c53c7cc5b1ef66d5514cc7f3202fbb2e8e69e69ca881e6b6f6319"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.221Z",
+ "updatedAt": "2026-02-23T23:32:54.507Z",
"postProcessHash": "bc834ac23bfdc6c99900cc39da8d9330a110606cbe234acce450c66417902d06"
}
}
@@ -8653,15 +8667,15 @@
},
"9277c5d065b05d3f338e148bb8b9a7359baa986e51127a488155faacbc3c3a72": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.141Z",
+ "updatedAt": "2026-02-23T23:32:54.450Z",
"postProcessHash": "faee58249dd8a9113f3aba705d6dfaec41a3fe393600f29d7135705206db09fa"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.142Z",
+ "updatedAt": "2026-02-23T23:32:54.454Z",
"postProcessHash": "a60b72007a91b910277cefb0cfa09e751a90eb2e5b663cb1a1047689c6c50cb4"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.191Z",
+ "updatedAt": "2026-02-23T23:32:54.460Z",
"postProcessHash": "7f5ae4e82939f74154200b48db75a609911af14e320bcf71bdd1ed44ed4dffd7"
}
}
@@ -8796,15 +8810,15 @@
},
"967d283ada886b039699066a3259866fe1aa25360575ec5040eda09930e2d8aa": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.198Z",
+ "updatedAt": "2026-02-23T23:32:54.472Z",
"postProcessHash": "ef8621e9268023e8d7269a41ba7a99edf8b3ba85041ce046d96f58ac6eae5a22"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.199Z",
+ "updatedAt": "2026-02-23T23:32:54.472Z",
"postProcessHash": "e6122f1b04ee460f1614c92390ced11f1e7d17ded163bc5289d2ca0980980fd9"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.199Z",
+ "updatedAt": "2026-02-23T23:32:54.473Z",
"postProcessHash": "c0ee9bd57dbd708b85602cb7b74025d987d6ff500838c4e4383d95a86fa2c81b"
}
}
@@ -8848,15 +8862,15 @@
},
"3bf53e657d302e66c328eb8569155aac8b14a0076046efd03ed57e78fefe0b98": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.166Z",
+ "updatedAt": "2026-02-23T23:32:54.410Z",
"postProcessHash": "b580c591bd87d7d3a1333410ef2c89df193538ab6b1039d206ff16ab2c619b1b"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.166Z",
+ "updatedAt": "2026-02-23T23:32:54.411Z",
"postProcessHash": "644f39fac2d83222764f818828f154b69d949c7202c879416fbddbcdaff86609"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.167Z",
+ "updatedAt": "2026-02-23T23:32:54.412Z",
"postProcessHash": "fb116c8c60ff1488474e46773aa7e0b2b106bd96e4c5c6a1aa9ada5fcf1ed206"
}
}
@@ -8911,15 +8925,15 @@
},
"b6ea0c7a225755bacd477acbbc5b8dbd73479fed92ebf8f8efd929e0e8a8a9be": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.151Z",
+ "updatedAt": "2026-02-23T23:32:54.375Z",
"postProcessHash": "f53d39e4a7b80b8a9bedb81b3247069a4e81755a32d1bb1d8348096980c01cf2"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.151Z",
+ "updatedAt": "2026-02-23T23:32:54.376Z",
"postProcessHash": "a826efeec4fa4189192e630acfa71494cc692aa80dff0719168d716f84509286"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.151Z",
+ "updatedAt": "2026-02-23T23:32:54.377Z",
"postProcessHash": "e057cec31a86d8972d74e812f23ed9f74a802f8a7d8d8d80b6aeb41d398d17f7"
}
}
@@ -8977,15 +8991,15 @@
},
"ffe754492fb43c9ed081f9e4f675fa3f8b6213e56dafdc00640177d402d2b7f1": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.155Z",
+ "updatedAt": "2026-02-23T23:32:54.386Z",
"postProcessHash": "7758e49d49608814be15fe9e645b128575fc5515a7d45fb9be407ea99e666d78"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.155Z",
+ "updatedAt": "2026-02-23T23:32:54.387Z",
"postProcessHash": "196f10b3d47ebd0858ac5f1e958877a5eef97fc879051bad3479b5b02171224b"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.156Z",
+ "updatedAt": "2026-02-23T23:32:54.387Z",
"postProcessHash": "5b677cd74b13110306acdf349cb3e78fcb4e7abe66d7f54eb2e77b0a9c01a9bb"
}
}
@@ -9040,15 +9054,15 @@
},
"57acbb1d9210049a1b5d274e159dd03ec077e38a16ecb12170c2b811a1a17a74": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.193Z",
+ "updatedAt": "2026-02-23T23:32:54.463Z",
"postProcessHash": "ecddf4a7e0dc1dd24d9576f5dd84b97f584516b3e9c76aaf518146fb4b3a4c23"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.193Z",
+ "updatedAt": "2026-02-23T23:32:54.464Z",
"postProcessHash": "f3ab8c0c65e883e647dc8a21dafb074b1e7b72db738365e4cdb0b082450a84c2"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.194Z",
+ "updatedAt": "2026-02-23T23:32:54.465Z",
"postProcessHash": "ff395c97ce4c214a0e6b92177c2767df8997d4c8e270451fc73b6032227ce5a3"
}
}
@@ -9103,15 +9117,15 @@
},
"724fc99be53a1896b2cf93d63e59c328317af09f1661752503469d9a7030bd06": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.171Z",
+ "updatedAt": "2026-02-23T23:32:54.419Z",
"postProcessHash": "bae6438ff1d33e4cfc1694d8f2c5084af8bce770aae84786a6f4d1870601acfd"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.171Z",
+ "updatedAt": "2026-02-23T23:32:54.420Z",
"postProcessHash": "526616ad2a6ef4c92f94be4802a62f779caaf8ec5ce1aea6caef80fa78a19159"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.172Z",
+ "updatedAt": "2026-02-23T23:32:54.421Z",
"postProcessHash": "8aa134d755c87182a2a2c754987870ec6bef9069233c2afce67cf50dc6b0a46d"
}
}
@@ -9141,15 +9155,15 @@
},
"160f5f116c9fa308d3ec6a5259bbd3981661441ed3005e4cecde5805eb67d49f": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.143Z",
+ "updatedAt": "2026-02-23T23:32:54.360Z",
"postProcessHash": "b28d42a6f94c40653c2068e6658b348d192f91c3a4d711f865121c8cf9dd1130"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.144Z",
+ "updatedAt": "2026-02-23T23:32:54.361Z",
"postProcessHash": "b296312f68f318d7230611776108eea87a4b53ed201c8aabe3ee79bfd290c562"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.144Z",
+ "updatedAt": "2026-02-23T23:32:54.362Z",
"postProcessHash": "8510c54a3b69f2ef327f022a09fb5e0e960dbd13b0700a28548f682f8c98f3ec"
}
}
@@ -9201,15 +9215,15 @@
},
"c9b2cc3264dd28035c31174a00e7a3504fa6b70444ad3e472634e138afa04319": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.145Z",
+ "updatedAt": "2026-02-23T23:32:54.364Z",
"postProcessHash": "ea8bbcd89d42a8e2c0721a7ece139530b580b0c7cb371a1f34c26ded8e6d8813"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.146Z",
+ "updatedAt": "2026-02-23T23:32:54.365Z",
"postProcessHash": "b22782c350becf853cf1dc0dd62c4856f03f686ef279eac76dab13a900f8c16f"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.146Z",
+ "updatedAt": "2026-02-23T23:32:54.366Z",
"postProcessHash": "01a11811d746c3f84e24719f9c34d630e81333caa40a2d91251403b0c20ce425"
}
}
@@ -9320,15 +9334,15 @@
},
"e6339ce35542c0a5015ec2d55de7321f2a4d7ede56e917a83707b0214744813f": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.162Z",
+ "updatedAt": "2026-02-23T23:32:54.402Z",
"postProcessHash": "b5fa581694ecb201e289d13c1f059926e690969383c248805125350229253d42"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.162Z",
+ "updatedAt": "2026-02-23T23:32:54.402Z",
"postProcessHash": "4420cd00d566ef5ab3e1e5b1eda860d15f9c5cfa48e37a087c9fa8e3be19b3ee"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.162Z",
+ "updatedAt": "2026-02-23T23:32:54.403Z",
"postProcessHash": "770739c81b33d7b389ff8e5bbcd71fcd28d193e6ef7ada15010a72ac9174731d"
}
}
@@ -9419,15 +9433,15 @@
},
"461837da4f668683872393cfaa9f7e29e7e6a9fec6108db122cc6aedeb448294": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.211Z",
+ "updatedAt": "2026-02-23T23:32:54.493Z",
"postProcessHash": "60ea8f44f331b8de35c136a55f2f22018f1598d6b3c2944fce99db1078fd3973"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.212Z",
+ "updatedAt": "2026-02-23T23:32:54.494Z",
"postProcessHash": "1a430bbbaced04422d3c358202cc5626a59136a01e674b0e00a3c00297bd6113"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.212Z",
+ "updatedAt": "2026-02-23T23:32:54.495Z",
"postProcessHash": "8ff3ceb2d4873483b1234f8fc1691cbf5c87a0a387db638500e81736ca072c83"
}
}
@@ -9538,15 +9552,15 @@
},
"c213c5423e666efbb1c50467221bdf5d3fa0202b8234f4d37e7c6be0194588e7": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.207Z",
+ "updatedAt": "2026-02-23T23:32:54.486Z",
"postProcessHash": "872350122bb19af1dbad98175e54ac782141f738bf45b66c3ba6334779c0a775"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.207Z",
+ "updatedAt": "2026-02-23T23:32:54.486Z",
"postProcessHash": "8c9c6d16047ec8e8da1171a5029fffa8102ee547e0b9c3ffa47c9c526c4044f6"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.208Z",
+ "updatedAt": "2026-02-23T23:32:54.487Z",
"postProcessHash": "cb10ee4f7c0df2cd0d7b6d63a70cadeca36a2b790cfbcc9fb8fce7d50bce3b14"
}
}
@@ -9600,15 +9614,15 @@
},
"acfaa578e31469bba912c816947b7f178d4832f82c00d05c3e244edd94887e39": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.271Z",
+ "updatedAt": "2026-02-23T23:32:54.660Z",
"postProcessHash": "1bf805d28357fd4c6516184713411d605ca067fec74cc0d93dfe220ff49585bb"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.272Z",
+ "updatedAt": "2026-02-23T23:32:54.660Z",
"postProcessHash": "13005ac041b93bd857d8e59aaa93c6efd67ced33e802174e8b0d67f43e384265"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.273Z",
+ "updatedAt": "2026-02-23T23:32:54.663Z",
"postProcessHash": "792476f5828a03d073e4b19df36512d43f64747ae6d95f7ae3be63b9f4fec9e9"
}
}
@@ -9658,15 +9672,15 @@
},
"42b3b8e5f6df092aaed3104aae480cc47309e92cf65f63abfaab2dc4cf4110a5": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.290Z",
+ "updatedAt": "2026-02-23T23:32:54.707Z",
"postProcessHash": "1f051c2d961473d3929ef01ce5e21555b641625c8ee4adcc33b94b4ae10d9575"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.291Z",
+ "updatedAt": "2026-02-23T23:32:54.707Z",
"postProcessHash": "88211209eb0d899c8625e6edb38fffaa13abc1882abe21f89669ed79778061fd"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.291Z",
+ "updatedAt": "2026-02-23T23:32:54.708Z",
"postProcessHash": "d5ec3e46bab410f255ca0dc8499f3d0fdea710ff5293e44a601830294897e5a4"
}
}
@@ -9674,15 +9688,15 @@
"b75acb2803501aae1bc445e5c4671f7a1cb79a55d21e1658ded84494ddd40dd7": {
"2d3ea0369c9e0a1cae4d532293d6570f21f57b514c73f999de5c56c3a56fa419": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.246Z",
+ "updatedAt": "2026-02-23T23:32:54.592Z",
"postProcessHash": "2d3ea0369c9e0a1cae4d532293d6570f21f57b514c73f999de5c56c3a56fa419"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.246Z",
+ "updatedAt": "2026-02-23T23:32:54.595Z",
"postProcessHash": "2d3ea0369c9e0a1cae4d532293d6570f21f57b514c73f999de5c56c3a56fa419"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.246Z",
+ "updatedAt": "2026-02-23T23:32:54.596Z",
"postProcessHash": "2d3ea0369c9e0a1cae4d532293d6570f21f57b514c73f999de5c56c3a56fa419"
}
}
@@ -9726,15 +9740,15 @@
},
"b8d70d0929edaec96b60bbb25cc1040d466db569ce025509876a2e41d2613b1a": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.249Z",
+ "updatedAt": "2026-02-23T23:32:54.603Z",
"postProcessHash": "47a96bf2d4ad0056ee83f54fab521e3ea4ee92e249c505ddcc9173a4c26b3370"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.249Z",
+ "updatedAt": "2026-02-23T23:32:54.605Z",
"postProcessHash": "93fffd5d14828ceaed390cddf06e9a84f18fd66f0673870ded7ed23452210ddd"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.250Z",
+ "updatedAt": "2026-02-23T23:32:54.606Z",
"postProcessHash": "8f338ea7a9f38f19eb896fdaa38ebb0ab97cbd30446e76030183f4a79e1586a7"
}
}
@@ -9834,15 +9848,15 @@
},
"789b4f37793f77c4abe5b2712c02238ad63817d56b173e2c9b91018fdcebb721": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.264Z",
+ "updatedAt": "2026-02-23T23:32:54.640Z",
"postProcessHash": "f1f7efc214258b9cc8d40ffe9bd59f81ef83c40f74ea45a44c01f9e72ae4c5de"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.264Z",
+ "updatedAt": "2026-02-23T23:32:54.640Z",
"postProcessHash": "9a6f28b0dd8a496aaaa7fa3445cee5cb7ed3a5477e0037e5963f719987b7285e"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.266Z",
+ "updatedAt": "2026-02-23T23:32:54.643Z",
"postProcessHash": "fe431ffdf0542c5d8bcce2330390ccc473a793b20d7c49bc7fd938491db87f99"
}
}
@@ -9875,15 +9889,15 @@
},
"709f1e1b33eeed8ad53cb13ea4e727a8215b387114ecdb7e2c723297a4fd9289": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.259Z",
+ "updatedAt": "2026-02-23T23:32:54.627Z",
"postProcessHash": "627e70389bb5a0c6524205c3cae4ddaffbc564d35d567feabad9e8e4684440c4"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.260Z",
+ "updatedAt": "2026-02-23T23:32:54.629Z",
"postProcessHash": "153907d08def532246087a1aa48377e29692af601c662a98148da323a3bc34ec"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.260Z",
+ "updatedAt": "2026-02-23T23:32:54.630Z",
"postProcessHash": "d2ef4c0b13a67e2baeedbc29b455d87422ae7cc43858e689f6f72a50e8995af1"
}
}
@@ -9927,15 +9941,15 @@
},
"b64cf03f25317ba120cd970eec5c643eff2f4262269bdb2fab2b0dc841760017": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.196Z",
+ "updatedAt": "2026-02-23T23:32:54.581Z",
"postProcessHash": "d37f0f378968a73f55b39cc6ffde9b52759de18d49b897894aa4adc0303dccc1"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.242Z",
+ "updatedAt": "2026-02-23T23:32:54.582Z",
"postProcessHash": "a8188eceb129905ebd34ce0b5f53c690f5c73e1becd519d7dba8ed72662e019f"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.243Z",
+ "updatedAt": "2026-02-23T23:32:54.583Z",
"postProcessHash": "73b1c79ce04dedcda42e25bf73ee6b3212283260267522f88f58c4d6cc9c6d84"
}
}
@@ -10140,15 +10154,15 @@
},
"945fac1f5220acaaca85462f7fb71e7b29dcf6fc29a7717c49fb7791fd0646cb": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.255Z",
+ "updatedAt": "2026-02-23T23:32:54.621Z",
"postProcessHash": "53777496550ea713153b2f5d0194e71b76b60e01e696613a5054179fb0e5f337"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.256Z",
+ "updatedAt": "2026-02-23T23:32:54.622Z",
"postProcessHash": "c7857371261cc3ffb0781f611e54a6459342649e7fb6a90387f2c435413929e2"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.257Z",
+ "updatedAt": "2026-02-23T23:32:54.625Z",
"postProcessHash": "ef8ed2610d6993770b9ab9e2c4c73f75664781f3086c7648fe52fdcb96214b17"
}
}
@@ -10244,15 +10258,15 @@
},
"072b9eebedb71c24eff9121c4c3df35b97b1ed50e4d085469528c9d2de05859f": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.185Z",
+ "updatedAt": "2026-02-23T23:32:54.449Z",
"postProcessHash": "ce43cffea176a18739de24137e8ba8b295ef20048cbd87f374f43c64fd61f9af"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.189Z",
+ "updatedAt": "2026-02-23T23:32:54.457Z",
"postProcessHash": "1b7200c17e4a1a70668709828b6960c49d796b2e48aca1217fc3202d7cc8cb8f"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.189Z",
+ "updatedAt": "2026-02-23T23:32:54.458Z",
"postProcessHash": "d5f4acd37da75353c4da7775bb4d6dee19433308a0fd075916c41abca972b311"
}
}
@@ -10282,15 +10296,15 @@
},
"60410e8de452c7da325a02a1b113b5f41efda66701da3ba2c1c778a5bfcf1c6b": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.184Z",
+ "updatedAt": "2026-02-23T23:32:54.446Z",
"postProcessHash": "c07eadec087884b8c15f2c85ff82af42cb2fdb230d500a5dc8838286b934344d"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.185Z",
+ "updatedAt": "2026-02-23T23:32:54.450Z",
"postProcessHash": "df7ebd8d0dc810d993a8ec36837a627e2cd4f5155a567f52a32b301c2cc5c916"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.187Z",
+ "updatedAt": "2026-02-23T23:32:54.454Z",
"postProcessHash": "2865c5a4d907fe77512ad9ca6f0c87933ff18542dd9d7cbf4aa1183d103cefb1"
}
}
@@ -10342,15 +10356,15 @@
},
"4eae604426bf8aea4e211d29fbdb8293ad317b800322c61d893101024cdadff0": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.191Z",
+ "updatedAt": "2026-02-23T23:32:54.461Z",
"postProcessHash": "d050cda4da0cd6807b3671ca7719f9e4a3d0592935b40fe0b6e5776c08314ac8"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.192Z",
+ "updatedAt": "2026-02-23T23:32:54.462Z",
"postProcessHash": "74cd4f6452e34e9ff2ebedf20d2113f6b3e081a079084e5bc367a5a6ffc6d23a"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.193Z",
+ "updatedAt": "2026-02-23T23:32:54.559Z",
"postProcessHash": "d181d20d3d4ad8e044f5e7ad78b356a816c999b73cd5a336403e87ceae9f02e8"
}
}
@@ -10391,15 +10405,15 @@
},
"b50bec2f6fbc20f925edb6d286c9764aae8d9649421d2ee0556e6a4354954892": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.192Z",
+ "updatedAt": "2026-02-23T23:32:54.463Z",
"postProcessHash": "7c00710bb6230a11a5e4a58d7832cd1ac3a4880c965fc054693ba27f275a594d"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.192Z",
+ "updatedAt": "2026-02-23T23:32:54.557Z",
"postProcessHash": "e3d8dc2fccf2b0e4df0e27bea8ed2f4158fad71db1bcc9f7f3fe9f9d896d6532"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.192Z",
+ "updatedAt": "2026-02-23T23:32:54.558Z",
"postProcessHash": "268c9b1e68fd46219de27c7862aacdb2c2b9df92f8c7d05ecc8c5bfef95131e5"
}
}
@@ -10454,15 +10468,15 @@
},
"44358d94a6903811b0e4a4b4296bdf4f86f3d6b0a279f622cbe199007f4dd814": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.256Z",
+ "updatedAt": "2026-02-23T23:32:54.622Z",
"postProcessHash": "5067a97b672278d9d409ef9b49730e22d1c06d5c1aefb5ce41a3322a59c12245"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.256Z",
+ "updatedAt": "2026-02-23T23:32:54.623Z",
"postProcessHash": "ce9a68eca5615f805e1d0876fcd965dfe2196f240a3bbc598fed8e78b00696a7"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.256Z",
+ "updatedAt": "2026-02-23T23:32:54.624Z",
"postProcessHash": "46fc3304ee9d75baec0b2e1b484e80e6722719c94f0f38dabfb0016bc51093f0"
}
}
@@ -10506,15 +10520,15 @@
},
"0008399724b72aad7c0ee309355fcdfad054a47e3c381ab3f249430bd7fbab4a": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.260Z",
+ "updatedAt": "2026-02-23T23:32:54.631Z",
"postProcessHash": "55bd9d8bb428656557707f1916f8b20e7cea4717aaaf254752cbb6139f20f549"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.260Z",
+ "updatedAt": "2026-02-23T23:32:54.632Z",
"postProcessHash": "cb46b2a05f3b5821f1eb86d50386fa52ef26b7e704c6e999898aa1c667398eb2"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.261Z",
+ "updatedAt": "2026-02-23T23:32:54.633Z",
"postProcessHash": "c67f1fcd912415d2e1e5cdbf31ee33a09abc11496e16d2eba89b47aec4fcfce9"
}
}
@@ -10583,15 +10597,15 @@
},
"0a5cf282774169501138586032ba2e9e32d22021465523bd83360611aae61bee": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.202Z",
+ "updatedAt": "2026-02-23T23:32:54.475Z",
"postProcessHash": "bf6cdb9c480ba4cdfd2c7609d3ec39dce5126aec52471839b0ef63ff83065428"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.202Z",
+ "updatedAt": "2026-02-23T23:32:54.476Z",
"postProcessHash": "cec402b92b31544d837f8e85e3bdf3df70475ced1923fabb72b47d23489f8502"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.203Z",
+ "updatedAt": "2026-02-23T23:32:54.477Z",
"postProcessHash": "6806446adb3c493603b689f7c3059b3fea3e918dbc5aae7bd8882e72fccc5ac9"
}
}
@@ -10621,15 +10635,15 @@
},
"8868b228fc8a687b133035b70a0de2ce37b05bf402b2e01848c326ea1dea023f": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.187Z",
+ "updatedAt": "2026-02-23T23:32:54.453Z",
"postProcessHash": "2dfa29d17529516813e4f9d5cac8869f0e8443242aed5f9e9c371ff3ea3935ea"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.187Z",
+ "updatedAt": "2026-02-23T23:32:54.455Z",
"postProcessHash": "0df0fb5ee9eaeaf7bcbfac87a0997d52db99c11792c7b09d1d7df76d5be6b301"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.190Z",
+ "updatedAt": "2026-02-23T23:32:54.460Z",
"postProcessHash": "15cd17e2ec537cafb081a4ef7d7dc769843a0815247a25db22c877b1a3bba11e"
}
}
@@ -10723,15 +10737,15 @@
},
"fbaf7f39693860ba352f74453a560e9a7119858dc06718b22ba6ae29401a9d86": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.265Z",
+ "updatedAt": "2026-02-23T23:32:54.641Z",
"postProcessHash": "bda00a312c7387aaf719d5bf3cf490d2d26907b7ca23b6d028edc4084bd82fd0"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.265Z",
+ "updatedAt": "2026-02-23T23:32:54.642Z",
"postProcessHash": "0c514d4086be3560107c89fbd997c1cbd9346112751a192d7a987961d8bf6998"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.266Z",
+ "updatedAt": "2026-02-23T23:32:54.643Z",
"postProcessHash": "8eb43787d5f8f7c93eae537376d4ad004a5ada6f02085f26ef5e07354954604e"
}
}
@@ -11051,6 +11065,20 @@
"updatedAt": "2026-02-23T23:11:11.293Z",
"postProcessHash": "31b4394556066ebda7859470afb3a5c30b0bc7a61ea4216912c02813f1107039"
}
+ },
+ "0e93317b213841d4a42acf7ee2ba0abee6e030b74fe51fc267be5f523467905f": {
+ "fr": {
+ "updatedAt": "2026-02-23T23:32:54.712Z",
+ "postProcessHash": "f3395d3ef036d00f20feee54b368b76b1587384aba52ad2283199c03f5f18deb"
+ },
+ "es": {
+ "updatedAt": "2026-02-23T23:32:54.716Z",
+ "postProcessHash": "e69d48c0d28e85b62bd6c5270f0829f9a9b629b8aefcfc487e001da05a270865"
+ },
+ "zh": {
+ "updatedAt": "2026-02-23T23:32:54.717Z",
+ "postProcessHash": "ff4d7fbf81617cc7270708e5cf9ebd5c4554624b734109828e173b65ca9d317f"
+ }
}
},
"06cb030b3ffd741cf54d6e45d012198a88112770614d9f4e2d32906dc7d49280": {
@@ -11103,15 +11131,15 @@
},
"0b60bda01c93e0a8179a39fddd67d2bee6319344976d27ed4a03e4e89270ba3e": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.284Z",
+ "updatedAt": "2026-02-23T23:32:54.694Z",
"postProcessHash": "d53f2a7aaa4ca333a643154aaa28d7d93058e12222f53185b856d8ecedb8f6f3"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.285Z",
+ "updatedAt": "2026-02-23T23:32:54.696Z",
"postProcessHash": "9566558832cd6f57f004ec3f9ba1dce62438cf583cb68d1559e1393a1d56b4e3"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.286Z",
+ "updatedAt": "2026-02-23T23:32:54.697Z",
"postProcessHash": "9db25684d8c3c78e8ee3a8bbd0bc8548b99d20099f5c0a57cc2c9843fc10228e"
}
}
@@ -11141,15 +11169,15 @@
},
"e5f66a275721a9cc17c973319dccecc1dac2ac8dee59f4ab039032125acac1a5": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.231Z",
+ "updatedAt": "2026-02-23T23:32:54.547Z",
"postProcessHash": "957d17811fdc1a0a0bfefd536dc68c8a72663d76bf22cc3511d35a3c8684d9ef"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.230Z",
+ "updatedAt": "2026-02-23T23:32:54.545Z",
"postProcessHash": "fe0dc117f70e9942557c15b5cee3f12455c69e421e062504d8016ae6923bce50"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.272Z",
+ "updatedAt": "2026-02-23T23:32:54.661Z",
"postProcessHash": "cc22fdbc75d6087d1c7fe491329801246f9629ebcab8e7e68b078a8559e584b4"
}
}
@@ -11185,15 +11213,15 @@
},
"86089fad9f70f2674372c36d94b197335c68fe998f576bc45be728743b351cb9": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.289Z",
+ "updatedAt": "2026-02-23T23:32:54.706Z",
"postProcessHash": "29757b143089b41bd019314aaeed4bb973af055bc2931572b06589da7ef655be"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.290Z",
+ "updatedAt": "2026-02-23T23:32:54.706Z",
"postProcessHash": "b188ade5a94905236c76e7d32671e07fd3164eefaf10cf062b69b9c3523840ad"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.291Z",
+ "updatedAt": "2026-02-23T23:32:54.709Z",
"postProcessHash": "dcc5cc6056c9a2f1b8473cdb4906fb449f9754ef9d659dfe1365b5e58623ad53"
}
}
@@ -11271,15 +11299,15 @@
},
"ddeb7f2354190cbc31ab09c6f70e517fff11b85b0d95e50c7db0f94bb98f084b": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.189Z",
+ "updatedAt": "2026-02-23T23:32:54.551Z",
"postProcessHash": "caca14a7c8131127e6530e569eea0ea790aec3703ba1941af9282a54fa82f47c"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.232Z",
+ "updatedAt": "2026-02-23T23:32:54.553Z",
"postProcessHash": "01eb4ba640b3f9904e85a6843a95902dc1066cff0458214269390403563839a5"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.234Z",
+ "updatedAt": "2026-02-23T23:32:54.557Z",
"postProcessHash": "8b3091ec7ab69e425ed7b4bbefc8f04ef65ef0d90f8a803b446ad272a9ac04e7"
}
}
@@ -11309,15 +11337,15 @@
},
"f07a3c65b544b1b6c3631e472056dfd51f9fbc79e28fe7073271fa963f1355a2": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.186Z",
+ "updatedAt": "2026-02-23T23:32:54.451Z",
"postProcessHash": "4496ca98a01e7502324d30bf0469b59ce40c1db2b03a86b44353ea82fd7ea120"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.188Z",
+ "updatedAt": "2026-02-23T23:32:54.550Z",
"postProcessHash": "08ca06a1338ba7049b87366bddb334e923088a7206035d664245d22801820110"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.234Z",
+ "updatedAt": "2026-02-23T23:32:54.556Z",
"postProcessHash": "b563eb2cea6afc1153afe426a3ac992bd028ce5fa354232e994b9a3a5d449291"
}
}
@@ -11347,15 +11375,15 @@
},
"9af3d645babdeca987fedca80aae0b76816b37e30bf3a25fc1db00ead3f1bca8": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.184Z",
+ "updatedAt": "2026-02-23T23:32:54.447Z",
"postProcessHash": "33c20bd73a7a8748f16da13e403820f6f6966387d9cfea733ef5e68057ec6cc6"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.186Z",
+ "updatedAt": "2026-02-23T23:32:54.452Z",
"postProcessHash": "c6c4a678806e221fab1713a0b18cf048bbf05300f7c6c9308b94c8c30c47d297"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.267Z",
+ "updatedAt": "2026-02-23T23:32:54.644Z",
"postProcessHash": "fe0bdd6098714b57e215235c69b6041a271ff0bfd974868e95c18b57981c0836"
}
}
@@ -11385,15 +11413,15 @@
},
"6958bd474f6a4553c34c8b0c0941dc296fda94522707820277c2a5d0c951d3d9": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.268Z",
+ "updatedAt": "2026-02-23T23:32:54.646Z",
"postProcessHash": "9dab242a07567b150cbdce7d855a21d5ebbdde9ebbb61991d4d2d4e94dcdae59"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.269Z",
+ "updatedAt": "2026-02-23T23:32:54.655Z",
"postProcessHash": "098c8d43ec5bc487807f87a1cd4206ec9c2d8e3c3067e471dc14d0326bc4c134"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.270Z",
+ "updatedAt": "2026-02-23T23:32:54.656Z",
"postProcessHash": "57a5c14521091112adecddb1fe39f246022dbfcbb42091857316c42cc6437584"
}
}
@@ -11423,15 +11451,15 @@
},
"9a8eb49e54fa21c3ff613191e3d1b289989902d0fa2e4ba51397002c40e93870": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.270Z",
+ "updatedAt": "2026-02-23T23:32:54.657Z",
"postProcessHash": "266d3597b0059ee6955b0d5a84ddb285c34240690f93ba963cb973e895b61350"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.273Z",
+ "updatedAt": "2026-02-23T23:32:54.664Z",
"postProcessHash": "bfaf25829776d4049319ebbabd5c6a3537254d6aaded2c22d0e680e9258b9144"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.274Z",
+ "updatedAt": "2026-02-23T23:32:54.666Z",
"postProcessHash": "b1bd6004b9a39368ebbe1b63ed8f9eaaff34054d720e733d69021cbf3de77ce2"
}
}
@@ -11461,15 +11489,15 @@
},
"1154edcbe3fdbda2eae42bc99ecc5bb63cae52c0474d507872da2f6dc8e7f297": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.233Z",
+ "updatedAt": "2026-02-23T23:32:54.554Z",
"postProcessHash": "21b5b35c9c3d7707093d026952bafea8cc25dbf0bcff32e2aa86cb21e76afdec"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.232Z",
+ "updatedAt": "2026-02-23T23:32:54.552Z",
"postProcessHash": "5253edd586464bf07b7b09aac7caa2e58b0153736207e6f57a2100c7da6252cb"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.234Z",
+ "updatedAt": "2026-02-23T23:32:54.556Z",
"postProcessHash": "425623b37f056b00d0ac9ed37f587ef02be5d38f06c26325833f28d0297440d6"
}
}
@@ -11551,15 +11579,15 @@
},
"47078cd8f9ff78e32da0cc606cb1b8a1369628af9dabeee202c3253b7d159276": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.293Z",
+ "updatedAt": "2026-02-23T23:32:54.710Z",
"postProcessHash": "a2c3c0c201a06184803f5bc2b9a07d844f151e0758e4faabfcfcb9f080d6723a"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.294Z",
+ "updatedAt": "2026-02-23T23:32:54.711Z",
"postProcessHash": "e355bc324a685f173e97f4968b15ef777db9704cb025220347a41655810ee942"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.293Z",
+ "updatedAt": "2026-02-23T23:32:54.711Z",
"postProcessHash": "24d9d322ff152b6781e9c20c39fa79706b3f966c971508286211d9548fe79d08"
}
}
@@ -11606,15 +11634,15 @@
},
"c46494b3996003b007adaedfc4b41d29182d0e0f5b84b2b60152384a72e79e20": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.250Z",
+ "updatedAt": "2026-02-23T23:32:54.608Z",
"postProcessHash": "caca5abd5fa48f6cef6be25ae7a65ab9c00177382530050f0f4afd2849ecb976"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.251Z",
+ "updatedAt": "2026-02-23T23:32:54.609Z",
"postProcessHash": "344f26ae3d47271b73de499e7db4ef133c2627fe93bb8b0f07879ea45337ffe9"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.251Z",
+ "updatedAt": "2026-02-23T23:32:54.610Z",
"postProcessHash": "db4c0b9ba2d416e484c7b32510acadcc5eb488b28258e3c29db48b18efafc85a"
}
}
@@ -11647,15 +11675,15 @@
},
"9b2521d77dcb0f3a1b076db93f0fce6fa228d763d08823a4923240744a33b6e4": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.236Z",
+ "updatedAt": "2026-02-23T23:32:54.563Z",
"postProcessHash": "19cb440bb33042f18c726298f421e3819fa5b0ca02effb9d0d5be85cedc98a89"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.238Z",
+ "updatedAt": "2026-02-23T23:32:54.567Z",
"postProcessHash": "77901b25a20d95a27bcb867a38ef4a439703ca53fa9494b4c05e5867643b6320"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.240Z",
+ "updatedAt": "2026-02-23T23:32:54.573Z",
"postProcessHash": "35120c1e9cf62caebfce2e2bda8fae590f34a7eb6d3c526cbf7483ece98d2022"
}
}
@@ -11688,15 +11716,15 @@
},
"3b4d746118c03d3f1689a6484a77b1123bdb898858cfb21d0c74f7c7530e5106": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.237Z",
+ "updatedAt": "2026-02-23T23:32:54.566Z",
"postProcessHash": "158a03497834c5483055cd5500cb606f423c04906604f6c74b2ef8f9148dcbb0"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.239Z",
+ "updatedAt": "2026-02-23T23:32:54.569Z",
"postProcessHash": "3c2b6dee76f34f1e2629226e79b5f14c0ab4c6d2e3e2d2b908c29d99db767e6a"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.240Z",
+ "updatedAt": "2026-02-23T23:32:54.571Z",
"postProcessHash": "6b6b920d5ecd82b7877a7dbe1681ab8266680167e0ad75ba6deb04edf83d4477"
}
}
@@ -11729,15 +11757,15 @@
},
"1aa9d2a0f653714017d2595d9219aac463355da86f4c5a7d4c4696bbb1d4ae8b": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.235Z",
+ "updatedAt": "2026-02-23T23:32:54.560Z",
"postProcessHash": "3f48bc4b124ed5e38bd6e4cf974f80212f3b88b9d6e5a94f865c683fcb02fb03"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.238Z",
+ "updatedAt": "2026-02-23T23:32:54.567Z",
"postProcessHash": "f9c9a37d205e9ce823edc1797661247aba4f5671f1c2ca3abbca2854dd42d93a"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.239Z",
+ "updatedAt": "2026-02-23T23:32:54.570Z",
"postProcessHash": "70b7981c1bbd9db6da6a1d3373aa7a7cd5c2e77f7d949ca4e5da2b464597ee7d"
}
}
@@ -11770,15 +11798,15 @@
},
"08f9dd3e813bd43ed49aaa064fdf92cb93b24e9b4681dbe1662083f135aa7a56": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.235Z",
+ "updatedAt": "2026-02-23T23:32:54.561Z",
"postProcessHash": "5dd24fae76476de9d20ca64a3f04352c0f7810de566260ee53744ae54e1830c5"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.236Z",
+ "updatedAt": "2026-02-23T23:32:54.562Z",
"postProcessHash": "a2f32cd38d1c834c2b4da83b5fc62eba6e058c030fb2f1b09d8657793d3b702b"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.240Z",
+ "updatedAt": "2026-02-23T23:32:54.572Z",
"postProcessHash": "98d91777bf0ccb78f4c52da809daa5d58b3429bec7e47528e745662cdab00a15"
}
}
@@ -11825,15 +11853,15 @@
},
"a09d0a1e722492938d9985a7dafcbac1018303df26b2b14e58d6e331ac12d83a": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.237Z",
+ "updatedAt": "2026-02-23T23:32:54.563Z",
"postProcessHash": "544dd5f4200b70a1a9faffaf88ab001aef72abadccc1f942d5da1383e06bb58c"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.237Z",
+ "updatedAt": "2026-02-23T23:32:54.564Z",
"postProcessHash": "48c44a45ad6c6b96afc96eb3743d3c144fb8844b09bc89fcab0b3dbc71b8e544"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.239Z",
+ "updatedAt": "2026-02-23T23:32:54.568Z",
"postProcessHash": "1e0e3fe0cd240d987b48c2e297048e3e1331db5342a664ac82882f0e65daa4f3"
}
}
@@ -11961,15 +11989,15 @@
},
"5768e492c5b9d733ed7244e251eb00962e3d6c654afc0682f60a4fdc6247c591": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.252Z",
+ "updatedAt": "2026-02-23T23:32:54.611Z",
"postProcessHash": "4934ac7167618c9719912ac85e46d026dd80fe36230d61b2316047dc3724b9b7"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.252Z",
+ "updatedAt": "2026-02-23T23:32:54.612Z",
"postProcessHash": "4bb8c2a3aa3d5c8ea31c2e3323ec28371117cd031506ff1fefbba846a0161a35"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.252Z",
+ "updatedAt": "2026-02-23T23:32:54.613Z",
"postProcessHash": "3dc28e9e472a43f739850f7cf9cc1e62c0c89ba2ad8c000ee10ff396958901b6"
}
}
@@ -11991,15 +12019,15 @@
},
"51bcf4d81ac47aad8b4d4d0ee489e8af7924906fc1ffbc68bc7543d1c360bfdd": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.241Z",
+ "updatedAt": "2026-02-23T23:32:54.578Z",
"postProcessHash": "4a7fdbba23db103898b33138a2510ec97a20020fcf7c7a28701dfe98145ea486"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.241Z",
+ "updatedAt": "2026-02-23T23:32:54.579Z",
"postProcessHash": "4a7fdbba23db103898b33138a2510ec97a20020fcf7c7a28701dfe98145ea486"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.242Z",
+ "updatedAt": "2026-02-23T23:32:54.580Z",
"postProcessHash": "4a7fdbba23db103898b33138a2510ec97a20020fcf7c7a28701dfe98145ea486"
}
}
@@ -12054,15 +12082,15 @@
},
"9eb4b1c9fd2bfbc7a6af633185d350b7351f86a5af3afef2185bc98640b12c9c": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.110Z",
+ "updatedAt": "2026-02-23T23:32:54.293Z",
"postProcessHash": "7269105a5a473d96105acf21079f97316a9b6860c63e3a32b5f2cfdc204db8d7"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.147Z",
+ "updatedAt": "2026-02-23T23:32:54.368Z",
"postProcessHash": "62297e67780ea8029278b720cbda340eafe167025138ea9bfa59eca38575979f"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.147Z",
+ "updatedAt": "2026-02-23T23:32:54.369Z",
"postProcessHash": "0665f9a804cb1ba298ea6933f67bb07bdf9c92042f5671c26d0c604f06d82b06"
}
}
@@ -12103,15 +12131,15 @@
},
"eaf3b675306027bf04595dca52e74dd1614edc320fafff007530df01cbb22259": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.277Z",
+ "updatedAt": "2026-02-23T23:32:54.671Z",
"postProcessHash": "a3587b20ebaaff884bc5a71b020088e7cef33d8b63b3bd39058bea7096fd54d8"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.278Z",
+ "updatedAt": "2026-02-23T23:32:54.673Z",
"postProcessHash": "4171929429febde0247535e00c036a61f0a1d8975ce6750b115cb3065f6a98a5"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.278Z",
+ "updatedAt": "2026-02-23T23:32:54.673Z",
"postProcessHash": "1a90247d6776c6905777a0fadee52f8e5ba0dadaf221f8ec6bb0fe865ca109bd"
}
}
@@ -12141,15 +12169,15 @@
},
"df2826252d76bef142551e69ee162b565fd37e0e63cdd9159fb925f1f911f524": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.279Z",
+ "updatedAt": "2026-02-23T23:32:54.676Z",
"postProcessHash": "adde6a2d0fb1ee3bca85e28e51569c0f94aab798902466f85edb4b009a7fd7df"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.280Z",
+ "updatedAt": "2026-02-23T23:32:54.677Z",
"postProcessHash": "aa37022925bf21be39c3527ab3027b797f5665fafa64c76b81afff460fcc0ff6"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.279Z",
+ "updatedAt": "2026-02-23T23:32:54.674Z",
"postProcessHash": "27f8ce2d73d590a03d8a02df646039b494324138621ea9a0f03c25c3d4448950"
}
}
@@ -12193,15 +12221,15 @@
},
"f5c3316fcefa19720f42a456632dcf1ede4853619ce306f086eba5a492fe7c4f": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.286Z",
+ "updatedAt": "2026-02-23T23:32:54.698Z",
"postProcessHash": "effbd1d7ce33aca98fb60d5eaec6ec1afadddb3c45dd29b0359a2d76a765b588"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.286Z",
+ "updatedAt": "2026-02-23T23:32:54.699Z",
"postProcessHash": "5727160563f440230d266c44429089f5a932e8886ad0b225dc1ed8b9eadb1670"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.287Z",
+ "updatedAt": "2026-02-23T23:32:54.700Z",
"postProcessHash": "526f4175cde280ff4dddbe9990e96c030f9296385cfc85e5acdcad39611cb079"
}
}
@@ -12231,15 +12259,15 @@
},
"4bc387e1ff76fddd88238476d65b74ade4cc2f449ce36eb3bc8b85f770c3f490": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.231Z",
+ "updatedAt": "2026-02-23T23:32:54.550Z",
"postProcessHash": "052f957adbf550b514f0b00fb1c6ce4d1f05ee2a1e8c78c4450c7ef4515ce0c6"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.267Z",
+ "updatedAt": "2026-02-23T23:32:54.644Z",
"postProcessHash": "890f0487febc4d3a384c1258113cff8ca9f4897a21aa5f02b498f09c3c436a91"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.268Z",
+ "updatedAt": "2026-02-23T23:32:54.646Z",
"postProcessHash": "4c92ed5694ff42e4e0b3df5381b266d95cc2b19b95ff2b9ee323faed4f1b853b"
}
}
@@ -12280,15 +12308,15 @@
},
"2e6a80a1a0b8e8424f493d4c864eb475de15f72d6014090c74d48ecd2104428c": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.276Z",
+ "updatedAt": "2026-02-23T23:32:54.670Z",
"postProcessHash": "5ce156680db30f828548b0a9a8396e18e5a3af8bb9ff529252ac1fe1be223ce4"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.277Z",
+ "updatedAt": "2026-02-23T23:32:54.671Z",
"postProcessHash": "ad231391fa7696cac3044bf4464023ffe8859f8bc46a24de55c6d25a4e495ce0"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.278Z",
+ "updatedAt": "2026-02-23T23:32:54.672Z",
"postProcessHash": "e1ec1af3e9ff1ce8f3858e2cdb4ecba29883568556230feb2676ae4fbb4eb1b1"
}
}
@@ -12332,15 +12360,15 @@
},
"a44008273723fd04ac7e69e086eb43dcc6b98999b351cf6bbb00c93d86950ebc": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.282Z",
+ "updatedAt": "2026-02-23T23:32:54.686Z",
"postProcessHash": "15c687cde3d5141b8595af275d988a845142d38f96618c341c82a72cd00135df"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.282Z",
+ "updatedAt": "2026-02-23T23:32:54.689Z",
"postProcessHash": "2c67744772576b049509851e7540269c273f4a4d4460f1d07f30b72c4cd252e8"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.283Z",
+ "updatedAt": "2026-02-23T23:32:54.691Z",
"postProcessHash": "c85477b554dd59d278ac41e4c0d6643100a48b740b17f36e84c2f170504fec29"
}
}
@@ -12370,15 +12398,15 @@
},
"ec813e998591f0d4114ebde9d66a49f01a39db4bc9c058a1340c41d38731a456": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.230Z",
+ "updatedAt": "2026-02-23T23:32:54.546Z",
"postProcessHash": "79c7dd77372a39e9d196a3a3d40f9e8355b5def4f469e2919fb82965f86e63ce"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.272Z",
+ "updatedAt": "2026-02-23T23:32:54.662Z",
"postProcessHash": "53027cd6eda8c980f27d3105ee31e080fff8cf3e7c52f66c3cf8c698a6da648b"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.271Z",
+ "updatedAt": "2026-02-23T23:32:54.658Z",
"postProcessHash": "4c93a613201a4ab30ddb7f265310a03f56e70b0cb53860b0cb31413b79f02b6d"
}
}
@@ -12419,15 +12447,15 @@
},
"725c514c7f51a988e1a1f21ba6c44e514520aa57b3b2f7ba21b45751dcfac18d": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.275Z",
+ "updatedAt": "2026-02-23T23:32:54.667Z",
"postProcessHash": "40e11462937239fe1be662299aaf082d0eb693c84d4f87a1f7e93617b37d1ba4"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.275Z",
+ "updatedAt": "2026-02-23T23:32:54.669Z",
"postProcessHash": "8405da61923d3d0b0e0384ca625ed33901fb4282f909afad0a1f02c156f64188"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.276Z",
+ "updatedAt": "2026-02-23T23:32:54.669Z",
"postProcessHash": "82548bec5d746f41292cf2fc1449753856ce64e8ee5ab2186658edb2373af083"
}
}
@@ -12457,15 +12485,15 @@
},
"02a3f8a9c2b7bed0ca12b135d6610f9dd0567e2045b9486068c3fcc46e5e7b9f": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.229Z",
+ "updatedAt": "2026-02-23T23:32:54.544Z",
"postProcessHash": "9a95b5516fce01f14489a297d66bbca47b91f015d8332ce935f6e3302a3fbcd1"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.231Z",
+ "updatedAt": "2026-02-23T23:32:54.548Z",
"postProcessHash": "00e8294e32af03a56d151ca0fc87fd279d476d3bcca0ce5c26d509ecedf60ce3"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.269Z",
+ "updatedAt": "2026-02-23T23:32:54.649Z",
"postProcessHash": "bd2e02bcf312fa532b075d1b76a9166b8815072855d47d9d2ed6f8c440ce2227"
}
}
@@ -12640,15 +12668,15 @@
},
"99cd0aecdd225fb3e087d14c8c08316d0ff341e38ccfedf55852416c28a832a3": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.288Z",
+ "updatedAt": "2026-02-23T23:32:54.704Z",
"postProcessHash": "708ba51ea49919dcfda4d1c319de74887ff48b5297344033b2b19e3f81da5925"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.288Z",
+ "updatedAt": "2026-02-23T23:32:54.705Z",
"postProcessHash": "fe216c04508d391fa50feb4dd24422d74f8ab8ab51c6323fe5ad9d6d9302604e"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.289Z",
+ "updatedAt": "2026-02-23T23:32:54.705Z",
"postProcessHash": "11de047d268696450770cddc28f37ef7e18ca709fa52d0f84cc702337a4a4b76"
}
}
@@ -12692,15 +12720,15 @@
},
"b85bb5007e7deb7865d5b813a2c0c5ec688641c4b13448a178740389da412283": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.280Z",
+ "updatedAt": "2026-02-23T23:32:54.677Z",
"postProcessHash": "0c9882ea6d3ae01dc8e6353df56cccfc7e9f14c693b8f4b36faa7ff1e496a5ae"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.281Z",
+ "updatedAt": "2026-02-23T23:32:54.680Z",
"postProcessHash": "fa94ce937193dabe077a20a3de4dc18090bc1aab03488207448b489737ebdab7"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.281Z",
+ "updatedAt": "2026-02-23T23:32:54.682Z",
"postProcessHash": "9d1a036f1027d5108e7803529d3acd5348a1443ca061a4f7543a5d0479b66f40"
}
}
@@ -12744,15 +12772,15 @@
},
"d097e9c152be02a891d440d5353f6d3c0ffb1f5c7ab6b0cfa7515ae743fefd67": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.283Z",
+ "updatedAt": "2026-02-23T23:32:54.693Z",
"postProcessHash": "d8aced1839d5f060bb6febb1ecbcab8c26cd99ecf1a8938e972c23ad2799d55d"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.284Z",
+ "updatedAt": "2026-02-23T23:32:54.695Z",
"postProcessHash": "ebbf6dbfe62e90eb6070c59f0fcd8a101d046bdca76bc76b033b73ce3c04b3e2"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.285Z",
+ "updatedAt": "2026-02-23T23:32:54.697Z",
"postProcessHash": "4e3ba92a677942b11a77fb77e3638c86d7e8edaf8243776c6f148f7fcf3dc20c"
}
}
@@ -12824,15 +12852,15 @@
},
"d1b86bd27a9b3d0d191ff79562832185f526786562290f658da1fac515090cba": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.205Z",
+ "updatedAt": "2026-02-23T23:32:54.483Z",
"postProcessHash": "aba0d48f6a412996446421475acee49b420a75b36ac252edbcf23d1d6edee717"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.206Z",
+ "updatedAt": "2026-02-23T23:32:54.484Z",
"postProcessHash": "b12d2c38e90249dba3768af01013b75da5607fbe5a4135fb5c02bfae6ad9169b"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.207Z",
+ "updatedAt": "2026-02-23T23:32:54.485Z",
"postProcessHash": "33ee9ddd33ae51296497dc55bd4b54afe0d7c41fb72b982ba3e3476633a26aaa"
}
}
@@ -12862,15 +12890,15 @@
},
"b72d2b9d9ef504cbfecd6422d202a23f54cb213b4a6c7fbe372d2fe6c315757d": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.188Z",
+ "updatedAt": "2026-02-23T23:32:54.456Z",
"postProcessHash": "bbf4b3fc2fee65a6334d5b66c1603b7b6219e142b93e3db1fd55c60e81cc4fee"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.233Z",
+ "updatedAt": "2026-02-23T23:32:54.555Z",
"postProcessHash": "a2d361d2756d7fe746e60b623d07c14d40ae7115aaed3744a6540574ec8c2427"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.233Z",
+ "updatedAt": "2026-02-23T23:32:54.554Z",
"postProcessHash": "45babf5a62e66b6b4e205ccf73a62e99a96ed2c5c3062e56c1a45a8ec803e8b0"
}
}
@@ -12959,15 +12987,15 @@
},
"26a9b7caee79887d55f51aaa0ca76ae9864df8bd8cdbc913823bbd8459e64a8a": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.159Z",
+ "updatedAt": "2026-02-23T23:32:54.396Z",
"postProcessHash": "b284e0f934275ebd4417451db4bc9006ff7945848ebe71e604f99de77e01591b"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.159Z",
+ "updatedAt": "2026-02-23T23:32:54.397Z",
"postProcessHash": "1476c7d2e95ec2574e0f90caf5a3d93a0509f197102b1f1065d87e2b37d1397e"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.160Z",
+ "updatedAt": "2026-02-23T23:32:54.398Z",
"postProcessHash": "1e7778210fe538c0ef497fbcfd5403e9ecc77f4e63cffeca458198d674c4bec4"
}
}
@@ -12989,15 +13017,15 @@
},
"7495e3fb569b2c03c70be9168321c853593529b80da8d66d8168318b9c9d859a": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.044Z",
+ "updatedAt": "2026-02-23T23:32:54.181Z",
"postProcessHash": "0e6d023e6d304ef54fca436590806c65ef75fd69f39da00b7f62c105eb0016ad"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.044Z",
+ "updatedAt": "2026-02-23T23:32:54.182Z",
"postProcessHash": "aa61f4a8fc9c06c889f7b43ea17491303a0103c334778e7e109857a7eee65864"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.045Z",
+ "updatedAt": "2026-02-23T23:32:54.183Z",
"postProcessHash": "ba25dabff2e908bf4a1c11b73cfe18d65a0aae8a288f6dae67e481f8ae9a739f"
}
}
@@ -13005,15 +13033,15 @@
"5ee2c22c5f816bd2e9ccb18534d94c7d2d0d1fd48d15aea7d344871cc05d6b5d": {
"ab26030a2677e7aee15a1962ed36cc8690f9395c1234a20e05071c72dccaff07": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.078Z",
+ "updatedAt": "2026-02-23T23:32:54.232Z",
"postProcessHash": "c800ef09ae4adce36dc0d0c6c64378e180832b8895a27d3d652c0d3c42795a8c"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.039Z",
+ "updatedAt": "2026-02-23T23:32:54.171Z",
"postProcessHash": "496cda871f724559afe4e88467de9c87d069bf04e92fb8ee183b59b3d8ff838d"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.040Z",
+ "updatedAt": "2026-02-23T23:32:54.173Z",
"postProcessHash": "e4b8adc3ca76352c41e482b9724b6d91da3a3e92f053ab34bd57967ce19dafc2"
}
}
@@ -13049,15 +13077,15 @@
},
"e9f9902f925f5e2fa3c0bc5eceb0910a18446dc39da3b95b6923f8d6c87ad894": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.080Z",
+ "updatedAt": "2026-02-23T23:32:54.236Z",
"postProcessHash": "ab6aabf5981365015b470d060b9181dbec18c34f30444853d44d7836475b6baa"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.121Z",
+ "updatedAt": "2026-02-23T23:32:54.315Z",
"postProcessHash": "68839daa69d0aca558dd60626482c34eb1b7f9e00ed12edbbe2880b2009ad359"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.122Z",
+ "updatedAt": "2026-02-23T23:32:54.317Z",
"postProcessHash": "07de0bfe6f8174f7b4667568670c5fff7e2a69063b1bb83d36676bb7f2c87e9f"
}
}
@@ -13090,15 +13118,15 @@
},
"6803275364488ffc8473da56bb487e9587c52f8ff5487fe29c086e3ab51b7c71": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.076Z",
+ "updatedAt": "2026-02-23T23:32:54.229Z",
"postProcessHash": "7fdc174290d40bcd349ee3d30be23a4150451e0e4ff6b66103988199be656edb"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.077Z",
+ "updatedAt": "2026-02-23T23:32:54.230Z",
"postProcessHash": "191c5663faab715f3829b5845b11d8c87fd9771fec4b835b02a182baa29cc8a3"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.077Z",
+ "updatedAt": "2026-02-23T23:32:54.231Z",
"postProcessHash": "768e8a17d86b08374b9f8f66beab7d2f2543bda1b4c55b92230389379eeed672"
}
}
@@ -13131,15 +13159,15 @@
},
"84854a363cd08b0f59aa80f75f4fbc6b68223a05df6daceaf1e262036ee6340b": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.261Z",
+ "updatedAt": "2026-02-23T23:32:54.634Z",
"postProcessHash": "92130bdc4c7c27cdf4f74c2238ffaed43843217c2ccc55c8fd4f427ab1891f5b"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.261Z",
+ "updatedAt": "2026-02-23T23:32:54.635Z",
"postProcessHash": "a4c6749e0ec0bb3f0e891bba8e68736e18053ee17f6bed6e6b0622f4fcd2fa01"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.262Z",
+ "updatedAt": "2026-02-23T23:32:54.637Z",
"postProcessHash": "1ce84e2a94ed5a61f298620c97ca1ea2270c3c1f5f3cbf301156174eaffd5402"
}
}
@@ -13177,15 +13205,15 @@
},
"56a0fff60d373ab81aaae337cd83557ea71162d93fc68cc42701bc827f845bde": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.210Z",
+ "updatedAt": "2026-02-23T23:32:54.421Z",
"postProcessHash": "d8a50d6994a4e3f3c2e7388afa30408c3c10b2e4ed701b9248742f0228e39228"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.210Z",
+ "updatedAt": "2026-02-23T23:32:54.422Z",
"postProcessHash": "d1d19e3a81ec8b70cee2253ac3ad9021ca441876e0f0b00913247ec03c0274bd"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.211Z",
+ "updatedAt": "2026-02-23T23:32:54.423Z",
"postProcessHash": "bb3cda56bc96461f3c53b4a40fdfcb30675a623a6fbd037352bebc0325b4bad6"
}
}
@@ -13193,15 +13221,15 @@
"855860e7e2c378e03eeadd8be43d2e9195684a4803997d926d976b0ca4a456f3": {
"c8947be6ab36b3f78b0e6b92140f2cbbf957e4dda05b552df8d7a165e6c3943f": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.106Z",
+ "updatedAt": "2026-02-23T23:32:54.285Z",
"postProcessHash": "b9e1c0ea328bc8007066439cda482c4a9afc5e311613da3a01c1aac272fa039b"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.107Z",
+ "updatedAt": "2026-02-23T23:32:54.286Z",
"postProcessHash": "4d75060075656650e3912b90c0992b2dfb1127968f782c0577a593d9b4fce22e"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.107Z",
+ "updatedAt": "2026-02-23T23:32:54.286Z",
"postProcessHash": "5f119e31ab9fa3f6bdac6775d876168bfc9d925e1820a1b31c660a192204c4e2"
}
}
@@ -13265,15 +13293,15 @@
},
"9b06c9240cfbf8fe66ef12cc3374de63c4b0e3cb3a8856eb6dc18d7836c56cad": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.243Z",
+ "updatedAt": "2026-02-23T23:32:54.586Z",
"postProcessHash": "26f830229b591d5666f9a06bc35f45e2bb173e9a6d24f37d351230914737c724"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.243Z",
+ "updatedAt": "2026-02-23T23:32:54.587Z",
"postProcessHash": "f36b74d6b27c8ae5877f85e2d7f949546af67a183b05131c20fd708e81f817b3"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.244Z",
+ "updatedAt": "2026-02-23T23:32:54.588Z",
"postProcessHash": "3dc7af1258d14c035f3b630d482acfb0c2479938ddbe52364ae14cbd15d70992"
}
}
@@ -13376,15 +13404,15 @@
},
"69603a7b5bc59d76b2d81e0ad06f81c1fdb17fd82bcfc9af1fdb366e436d0cec": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.221Z",
+ "updatedAt": "2026-02-23T23:32:54.508Z",
"postProcessHash": "63501d660fc8198d77b721448a96c48bc02eab7e388c77f6ced615ae0156a022"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.222Z",
+ "updatedAt": "2026-02-23T23:32:54.509Z",
"postProcessHash": "f2dcffe800e1e7714be155d22c8d1cb0e406e57b9c17f71035dc470e34d4a9f2"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.222Z",
+ "updatedAt": "2026-02-23T23:32:54.525Z",
"postProcessHash": "b7784428c6660bc0496234c515198f7a4a2f32ce32a21b013bfe76b1d18f4358"
}
}
@@ -13406,15 +13434,15 @@
},
"53b5875c23ebd3fc6ab3e9fad6f660b34cf7874b97fd4d2abbceb0b7fe555999": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.111Z",
+ "updatedAt": "2026-02-23T23:32:54.294Z",
"postProcessHash": "1dd6e21695b6516e0355af6f151e9ccc72ffff811290a7a42d4fa998b95affcc"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.111Z",
+ "updatedAt": "2026-02-23T23:32:54.294Z",
"postProcessHash": "420c93371057865a79359c203f469080a820f68a3e262ce769826211d7566162"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.112Z",
+ "updatedAt": "2026-02-23T23:32:54.295Z",
"postProcessHash": "8b6ecee2a69b91fa777ab51b93f9c0958763f7ecc95b901666c384c9364f8630"
}
}
@@ -13422,15 +13450,15 @@
"9f724bcc4d486aa89f9c4e82c6e29422eb310398ae25cb142dacea64acf986b9": {
"ec0fbd61c3b28b15222a91c56220501a2b86ef5978bfb81db7207e9ca891b07a": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.145Z",
+ "updatedAt": "2026-02-23T23:32:54.364Z",
"postProcessHash": "477b0b97f30cb4534c7bad2fc0eb393dc166eefdae7c063dca631434f81ce334"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.146Z",
+ "updatedAt": "2026-02-23T23:32:54.366Z",
"postProcessHash": "852610162c25a79a86c3463eea02da8162bc0950da5c10e3a2ca5abbb4a3ce62"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.147Z",
+ "updatedAt": "2026-02-23T23:32:54.367Z",
"postProcessHash": "666adb45cc1ef7701db118a622a04aa960d7c51d809a9c48cfa64ff331c93356"
}
}
@@ -13480,15 +13508,15 @@
},
"19751f1f0b8505dfd8795e2d1a4ff262e78d0e7b3c0355d44c2c7c3bd2589221": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.213Z",
+ "updatedAt": "2026-02-23T23:32:54.500Z",
"postProcessHash": "2eafdcca9485255a99ae211c2dd53e3340bb49020caeb3c20df800d1b9dc9ecf"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.214Z",
+ "updatedAt": "2026-02-23T23:32:54.501Z",
"postProcessHash": "00f552fcf1134146205613edf1238178ebe342d491e72c33071d6f5bde659380"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.214Z",
+ "updatedAt": "2026-02-23T23:32:54.501Z",
"postProcessHash": "da1aaac3cb5349f91306039640c3d007129d5b9b0bfc5ae1ec7ceb5ed58289f6"
}
}
@@ -13566,15 +13594,15 @@
},
"4b54c0fc2c558be48d1c97fa9808aed7739ad40c237ff80b44f990c48bc3a00e": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.204Z",
+ "updatedAt": "2026-02-23T23:32:54.480Z",
"postProcessHash": "118feab5abdb3df06ee3a85a83a85f0848b170bb35bc66856fac9cbec98ab7c7"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.205Z",
+ "updatedAt": "2026-02-23T23:32:54.481Z",
"postProcessHash": "66c9c7db9b0dc696a779d3f9a5fbad3edb4c75b37ad22fab6fa77e7bf50116be"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.206Z",
+ "updatedAt": "2026-02-23T23:32:54.484Z",
"postProcessHash": "c94a1858b33e78e9b821a2b17f2f8ef50d74ec2ea5c406b18d24c4ba9e1d78ed"
}
}
@@ -13596,17 +13624,17 @@
},
"cb36618c2336212a5cf8c13576286c10078aac018ea786b19adbcd4d4fefc8a6": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.062Z",
+ "updatedAt": "2026-02-23T23:32:54.214Z",
"sourceHash": "ea3c89909bf1219c83982572a3053112571d292bb30f235ad0f862f9060ba22f",
"postProcessHash": "cc442a531a1644431cf1178f17b1b19e6b34006d9becf533706b14fed8fc201e"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.064Z",
+ "updatedAt": "2026-02-23T23:32:54.217Z",
"sourceHash": "ea3c89909bf1219c83982572a3053112571d292bb30f235ad0f862f9060ba22f",
"postProcessHash": "f41be3530176f9ca4d1e6d2a4d7cada150f12f3aa1da69455239ff6fe3237ec4"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.065Z",
+ "updatedAt": "2026-02-23T23:32:54.219Z",
"sourceHash": "ea3c89909bf1219c83982572a3053112571d292bb30f235ad0f862f9060ba22f",
"postProcessHash": "040deea5703739636a9af62d924db1afcddcd87c1df43ad626c51426de4430f8"
}
@@ -13657,17 +13685,17 @@
},
"7aab6b8e389015564d980c964289364034d29ee1cc08f110d95e4c1a4e758191": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.067Z",
+ "updatedAt": "2026-02-23T23:32:54.222Z",
"sourceHash": "85f113f910ef084a144da751af2f6db6c679cd5933df51de12c6f125854c9618",
"postProcessHash": "dfaa6a5967068ea013508a882d151061e015389568e379be474dd2b2c04e3a6a"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.068Z",
+ "updatedAt": "2026-02-23T23:32:54.224Z",
"sourceHash": "85f113f910ef084a144da751af2f6db6c679cd5933df51de12c6f125854c9618",
"postProcessHash": "ef889f97f89cd26b2fabbb6cb24d17f142b0a606492d34b5c3b5eb61211c3655"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.069Z",
+ "updatedAt": "2026-02-23T23:32:54.226Z",
"sourceHash": "85f113f910ef084a144da751af2f6db6c679cd5933df51de12c6f125854c9618",
"postProcessHash": "e918460c7b8504d5170c7967f3f6166f4b5e53945e2400e9f6420075f07ca8ec"
}
@@ -13746,17 +13774,17 @@
},
"39fe0744420d4f8df0d0457bbd9a08120da4f6297886b6d9454bbe204fa2e5ed": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.085Z",
+ "updatedAt": "2026-02-23T23:32:54.245Z",
"sourceHash": "376c09c290b6d7167235cf669e92f03c14b2857379d1119b189b258b71ef54d2",
"postProcessHash": "c6ccba9cf06d91b306cf9a2d8d6b18743253a73d0bfb5148340b70d7ff8bc0d0"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.087Z",
+ "updatedAt": "2026-02-23T23:32:54.248Z",
"sourceHash": "376c09c290b6d7167235cf669e92f03c14b2857379d1119b189b258b71ef54d2",
"postProcessHash": "4a71d88d8c41c3edc85d561b72f1d09caa7a46cf64466b131c18852fb1f8b910"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.088Z",
+ "updatedAt": "2026-02-23T23:32:54.250Z",
"sourceHash": "376c09c290b6d7167235cf669e92f03c14b2857379d1119b189b258b71ef54d2",
"postProcessHash": "45b4d6d7b7e1340a449e283a7ee23bc91da8d957030263947f553bfa928c6d3f"
}
@@ -13937,15 +13965,15 @@
},
"0372d54220cbc4c495ce8206ba72855b9fb0a681d433d41b00cf8bdd59c5f318": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.058Z",
+ "updatedAt": "2026-02-23T23:32:54.207Z",
"postProcessHash": "ad544ebdbf64564a36f71ec379ae2267ba2772ce680a14287448dd7f4af28a35"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.058Z",
+ "updatedAt": "2026-02-23T23:32:54.208Z",
"postProcessHash": "7284a3e20774edf3b14e189bd7571142fadcbe8d439f619ca16d1e51afd80fa4"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.059Z",
+ "updatedAt": "2026-02-23T23:32:54.210Z",
"postProcessHash": "dc891781400013aba94912536e4109feed8c1855871b994cb745a7eb74944258"
}
}
@@ -14065,15 +14093,15 @@
},
"189646bdc0ed9d9022e7ef66baaa48306eb4400b654246299eec52b7be9a8775": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.053Z",
+ "updatedAt": "2026-02-23T23:32:54.195Z",
"postProcessHash": "d041964f9726e9b5f58981772504d9bb8c152d9e265cfb9023e4e9b2174a3764"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.053Z",
+ "updatedAt": "2026-02-23T23:32:54.196Z",
"postProcessHash": "1e313d62b27282fa727d38976d285fd3188d9dccdc17753817bc4e970c8aa1ff"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.054Z",
+ "updatedAt": "2026-02-23T23:32:54.198Z",
"postProcessHash": "353a3f55dd963e1d3c33c4e4ed563ed4de1c4ec12f2ce488676152cf3354006e"
}
}
@@ -14081,15 +14109,15 @@
"edb50f189db7d5bfeac8f5d547b43e347fde48c9ea7d5e24ad491e9ae61ab75b": {
"00c09e65a79f72278711c9fb568e4e1f395e409f4598d44e32c21dc3116da422": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.109Z",
+ "updatedAt": "2026-02-23T23:32:54.291Z",
"postProcessHash": "395acb5224ac7bb78ec6cebf58f580beb49730e83685f45b43ff1b6abe810917"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.110Z",
+ "updatedAt": "2026-02-23T23:32:54.292Z",
"postProcessHash": "ee86c7337fe5fd18652f517a6fd69df62058a3805a009a94e9e7a54d6473b32f"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.110Z",
+ "updatedAt": "2026-02-23T23:32:54.293Z",
"postProcessHash": "2dbf13d1f2e674684e1ff5c412bfc3fd5e8937c9fe07114d6bc3849c70fd80c5"
}
}
@@ -14125,15 +14153,15 @@
},
"a87217ae39ffeef6d529ce8b6c773c9cc08ace144e46705e3203317bae79173f": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.134Z",
+ "updatedAt": "2026-02-23T23:32:54.346Z",
"postProcessHash": "7e33707027557a588477a791ec2e9e9a5b9bb89185f694cf01bd3067768cc33b"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.134Z",
+ "updatedAt": "2026-02-23T23:32:54.347Z",
"postProcessHash": "fe368bcd061be859a3a61be10aef79b6681c55381e1041b59ae65224533a7d51"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.135Z",
+ "updatedAt": "2026-02-23T23:32:54.348Z",
"postProcessHash": "294c359d992b752ea5c08263bd2793f78361ef1c3faa45b6d07c537bb4fad9b9"
}
}
@@ -14197,15 +14225,15 @@
},
"b397054acf30d7488f124a3d82a65cc4fff52f6f83db2c19845a8af7004df342": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.168Z",
+ "updatedAt": "2026-02-23T23:32:54.414Z",
"postProcessHash": "20ddd3ce2dc2e0e799cfff82d0585f6fb51b1dcf06f2af553dc5b55bdc35a511"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.168Z",
+ "updatedAt": "2026-02-23T23:32:54.415Z",
"postProcessHash": "d711b4f93dc6ee41ceba0c675af229c1f2c8b18e2337d36913b5a27286bd69b2"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.169Z",
+ "updatedAt": "2026-02-23T23:32:54.415Z",
"postProcessHash": "4026e3acd26086e0d3685b8c6da3dd71798a91b9b98529dbc330b2ba71a99308"
}
}
@@ -14269,15 +14297,15 @@
},
"c229aa7018f414a4c6c3c934f1e69c19ddbf558a66912c1b143cc647e1e7d02d": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.226Z",
+ "updatedAt": "2026-02-23T23:32:54.534Z",
"postProcessHash": "7405fba69b2e83b2dd276ba4f943956cf93dd858db950eed146a47082cf3e89f"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.227Z",
+ "updatedAt": "2026-02-23T23:32:54.534Z",
"postProcessHash": "2d488e0dec888b5c05245cce6f6e5a59883de36a569a3488e416d23651bf8121"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.227Z",
+ "updatedAt": "2026-02-23T23:32:54.535Z",
"postProcessHash": "3b27849aa2e611e823b7f5a0d91448a9f0d706feb2183b28b2be7444dc54fc7b"
}
}
@@ -14341,15 +14369,15 @@
},
"fa24d088160120aed642667b2be3d4a80a37ccb04ef3ef3787cc9dacb3e685c3": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.212Z",
+ "updatedAt": "2026-02-23T23:32:54.497Z",
"postProcessHash": "d99ce203327d66db51343ed23dd4ffea3ee41620247fa1201bc329e0e886f1b6"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.213Z",
+ "updatedAt": "2026-02-23T23:32:54.498Z",
"postProcessHash": "0e7d0027c0e46019b75d57e661bc255e90a0a16907df05cfce7e5cf32afa6a0d"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.213Z",
+ "updatedAt": "2026-02-23T23:32:54.499Z",
"postProcessHash": "424b7935491796cd40cda994c00221fdbff1912192b490db9b9aa9adc819d326"
}
}
@@ -14441,15 +14469,15 @@
},
"5263ce25fb3d5479ecd0fc0ea868c69229c56cf35460e76d823612b3dbb3941e": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.224Z",
+ "updatedAt": "2026-02-23T23:32:54.529Z",
"postProcessHash": "31806064719338fa0faa51fa207cecf77666319a41d90c1875daf861ebc18dda"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.224Z",
+ "updatedAt": "2026-02-23T23:32:54.530Z",
"postProcessHash": "b8e7273a1409899fbd747e9aee6c0b26a79662f20b19f0fddbe8dbbe60fd02b7"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.225Z",
+ "updatedAt": "2026-02-23T23:32:54.531Z",
"postProcessHash": "7673cd5c1c1303c236414c26eed74263427d34b3411a746be3f351a0821b8b2d"
}
}
@@ -14611,15 +14639,15 @@
},
"328f1b6b4074228e12740c5c65b62e0e5f0aa2a798207802fd057e5b870c0b7b": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.295Z",
+ "updatedAt": "2026-02-23T23:32:54.541Z",
"postProcessHash": "4b579e5128db56d0a7db62974ae9bb672ea0843196a0bcc00b52af5b14d031ee"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.296Z",
+ "updatedAt": "2026-02-23T23:32:54.543Z",
"postProcessHash": "5d05397ee2bfc49fbc20cd94945c02ccbfbfec65af03a99be060eeeea0501248"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.296Z",
+ "updatedAt": "2026-02-23T23:32:54.544Z",
"postProcessHash": "69705e8e846c4890f227f91a98f4654d33fba799060aa4999ce68a36d2d64072"
}
}
@@ -14655,15 +14683,15 @@
},
"178e9ec28788e9c7c06b96e4dba51a301d6ac12e4eeea7f1c4c1c94f36094d22": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.163Z",
+ "updatedAt": "2026-02-23T23:32:54.404Z",
"postProcessHash": "2f64868d2a76f666e8bbcbe1f662bec3312656a186a950c78329b0d297de7f1e"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.163Z",
+ "updatedAt": "2026-02-23T23:32:54.405Z",
"postProcessHash": "94b157f5055d1bc924953f066cf001a50e4af17733b8245dda455e4fc3b155a5"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.164Z",
+ "updatedAt": "2026-02-23T23:32:54.407Z",
"postProcessHash": "8202509b112264d6df352808e4e207d918d8c7787d7579efae56da778949cfb0"
}
}
@@ -14713,15 +14741,15 @@
},
"9f200018bd7e3892513b0021892b08ad4d45f7d7265740783fd37958cdcdd3d8": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.294Z",
+ "updatedAt": "2026-02-23T23:32:54.540Z",
"postProcessHash": "4ae8d7cdb158ce310208076905f2b1513357abeb7912b41d1e24d68ceac68421"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.295Z",
+ "updatedAt": "2026-02-23T23:32:54.542Z",
"postProcessHash": "9d5bf435f8369e1e9f14eed9ccd5ceb0f717b12a471870ea91e445e769d9c3e4"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.295Z",
+ "updatedAt": "2026-02-23T23:32:54.542Z",
"postProcessHash": "83b17aa8134ef885585a7add606ba9fae6ba4f2929651925cdf75cdc2f475cdd"
}
}
@@ -14799,15 +14827,15 @@
},
"d025bbffa46c785e0fd0683981f8d66381ac74a5f688c9a8395c84e3ca61ab90": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.208Z",
+ "updatedAt": "2026-02-23T23:32:54.488Z",
"postProcessHash": "5671352395d1b86064fbcfe1c2f8ef0dcc4c1e70ba3782aff729983ae3d820c1"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.209Z",
+ "updatedAt": "2026-02-23T23:32:54.491Z",
"postProcessHash": "7abfb41293a30404f67ed2abdcab22610b86392103ff66e0936e68dbb51689a6"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.210Z",
+ "updatedAt": "2026-02-23T23:32:54.492Z",
"postProcessHash": "b3d4c857c2d16428d3ec6e637059c2d8608136938391324b3ce780545c38a933"
}
}
@@ -14911,15 +14939,15 @@
"33ce5d47cc8e95b0ce358dbad963a5c3145dd475835b84a1bb2e90a59cfaebb4": {
"019ea707a1b3be3ec3bd1c9864886894617aa8f53cffbe6a28963d08f782e62a": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.194Z",
+ "updatedAt": "2026-02-23T23:32:54.465Z",
"postProcessHash": "40a1eb3d1cc38958a925555e2001b5639832dc494a04be38cb0be55d22a074e8"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.194Z",
+ "updatedAt": "2026-02-23T23:32:54.466Z",
"postProcessHash": "85dff9bed92e202d612ff2314b4757138514f3af7888a0e229271e7efee1880a"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.195Z",
+ "updatedAt": "2026-02-23T23:32:54.467Z",
"postProcessHash": "0aa1d4764c055dd0848c9efd108cd81f8e1c5ef4497b2ad9e4b293774d0297ad"
}
}
@@ -14969,15 +14997,15 @@
},
"0d6c77b28597cea53ab4ac916e4d89659b35eec4d3b8c225d02760d93d6d087f": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.228Z",
+ "updatedAt": "2026-02-23T23:32:54.537Z",
"postProcessHash": "38c9e71bf38f82b440adb8928b74b09aca525e2678400f3fda45ce7d8018c143"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.228Z",
+ "updatedAt": "2026-02-23T23:32:54.538Z",
"postProcessHash": "048508fa6bd2a67bf99b21c26dd9d3c4be532481b6f180f162cd0225ac19670c"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.229Z",
+ "updatedAt": "2026-02-23T23:32:54.539Z",
"postProcessHash": "e997b976818b287d616db406be152db707d5ca6683bb2b4ae964bb2fb1397794"
}
}
@@ -15013,15 +15041,15 @@
},
"f3ad9d6d459a2f296bb64e85960d79c64f616676161d1c8123e8b73485bbff5f": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.054Z",
+ "updatedAt": "2026-02-23T23:32:54.199Z",
"postProcessHash": "0a1c00568a257ace5443ac2b4dcbce56ea822cf2accaa7cfc6d89d24663419cf"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.055Z",
+ "updatedAt": "2026-02-23T23:32:54.201Z",
"postProcessHash": "7395dab23c68d9d20bad5f824b614772982a07b8a49d9f50dc970a1a8b045110"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.057Z",
+ "updatedAt": "2026-02-23T23:32:54.205Z",
"postProcessHash": "c2aa5e073812e65f96de2f6b07d1bcb24bdd9003589c5dab4388bda280270e83"
}
}
@@ -15127,15 +15155,15 @@
},
"1322c3a88a799eb9c31e12f84473104ccfb3b2a1090d28036f0bb46b4a1a1250": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.070Z",
+ "updatedAt": "2026-02-23T23:32:54.226Z",
"postProcessHash": "0bc3dcae243907875d4295269481a314527172c81df323a75a25bc00fdc8de1e"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.070Z",
+ "updatedAt": "2026-02-23T23:32:54.228Z",
"postProcessHash": "ecf4a2c357be6e2fa7a9e7feb7532782b62232b6cdc8390e6304f803a49222c4"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.071Z",
+ "updatedAt": "2026-02-23T23:32:54.228Z",
"postProcessHash": "07e9c47395a8da83bc71b34837a8cd479df78052d2ce363b3292f2d2bb67b895"
}
}
@@ -15157,15 +15185,15 @@
},
"66241b80c47311c2b355243772b50d6756e7beeeef6a56f06495a6636a55e8dd": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.057Z",
+ "updatedAt": "2026-02-23T23:32:54.206Z",
"postProcessHash": "fe191debfbbabd736ab4b0d8a0b287918f27cbebf89e6d051946452e92e654f9"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.059Z",
+ "updatedAt": "2026-02-23T23:32:54.209Z",
"postProcessHash": "a70de197ac8d57521975780a45f0cb186f91cdb3bb2fbe9569e8f5f441e56f2d"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.060Z",
+ "updatedAt": "2026-02-23T23:32:54.211Z",
"postProcessHash": "f7491d552ec06125beffdc64aac6aa5ac069bc52f57a83f13b99670727f9e0ef"
}
}
@@ -15173,15 +15201,15 @@
"70faccccd73a9dd61ce9b1bd9ff46301b2e624965165899ddeb0501dbfd990f9": {
"afde3f3e70cc7a58266bc02ee0a53613165e4f4427689fc0f79f7e244fde053a": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.047Z",
+ "updatedAt": "2026-02-23T23:32:54.189Z",
"postProcessHash": "f20c9920e15cc1ccc84f470fba7346c2acad1225611de1d1162b919566501ad8"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.048Z",
+ "updatedAt": "2026-02-23T23:32:54.190Z",
"postProcessHash": "bd7acdef766e5bff3d7a97f9644a1d0d6b7a6cc41ce5298c2f64038e3ddd9a87"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.050Z",
+ "updatedAt": "2026-02-23T23:32:54.192Z",
"postProcessHash": "37fa7464003cbfe5a6c6b467b57c80ddedbbc9615c94a61b1d032d84e97a8d69"
}
}
@@ -15203,15 +15231,15 @@
},
"0c7e2d114bfe3cf94ad5193da4d504b4dd1c4e44804fd3bd8c2bc9f22a399b7a": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.055Z",
+ "updatedAt": "2026-02-23T23:32:54.200Z",
"postProcessHash": "22b6692807304740d8d2b1613b0534cb86b60b7762f2dab6b8ff9cea74bdfbd6"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.056Z",
+ "updatedAt": "2026-02-23T23:32:54.204Z",
"postProcessHash": "7bd88e1baf1aeb12e776c84ae88974719f2123dbd571e93e943348b405e7dd1d"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.057Z",
+ "updatedAt": "2026-02-23T23:32:54.205Z",
"postProcessHash": "b9eb18f01ba127b6a945c84209b4049386e894942308413d2084bfae02cb5d7c"
}
}
@@ -15233,15 +15261,15 @@
},
"f2b440bda8d19f4dfea847c83bf37f2e1cbe8478268f093780630cbb5c6d8f8c": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.081Z",
+ "updatedAt": "2026-02-23T23:32:54.238Z",
"postProcessHash": "f14695e1d9c3ad002ba390cdb53028314896306060f1fc381a00c119105a7a6e"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.081Z",
+ "updatedAt": "2026-02-23T23:32:54.239Z",
"postProcessHash": "4f2e573c3e15e626754b20dd1e4aefa5c7688bdbe64dcb9da1fbb3c1b59d09a5"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.082Z",
+ "updatedAt": "2026-02-23T23:32:54.240Z",
"postProcessHash": "208424a7920d4d0cd8c8735f2310d574933697f14d3a607daf01a3e6af0917b3"
}
}
@@ -15249,15 +15277,15 @@
"5d08314e63d08f032dfb08da51396a73e3ad03b6bf41f2a05c8e44f690a872ce": {
"0ee03c46035c61c12ea7a34234572ee97ad7b5a4ff868d39161cf55f6039796e": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.051Z",
+ "updatedAt": "2026-02-23T23:32:54.193Z",
"postProcessHash": "5664c00b4e6cbc88d84a6190b8f024d956fe158f157dd2bf025a51af1c05df60"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.051Z",
+ "updatedAt": "2026-02-23T23:32:54.194Z",
"postProcessHash": "e8c312bc6b74dfe723c2bb891eb06c369fdb111038194bc9d135f48316d0caa8"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.052Z",
+ "updatedAt": "2026-02-23T23:32:54.194Z",
"postProcessHash": "8dcb1ed9d12975b400f20d92a39c23f09ae8521d9cd8e85802f77f0e89a1548c"
}
}
@@ -15321,15 +15349,15 @@
},
"b525364b3ff1d37d5480c89b4dd875fcf738360dda0a3e4ff6c2a2e018ee997e": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.209Z",
+ "updatedAt": "2026-02-23T23:32:54.490Z",
"postProcessHash": "8e3dfc4e0d63500d35c186527cf8491b0a3b03a0e3764b574616d4a3834fb878"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.164Z",
+ "updatedAt": "2026-02-23T23:32:54.406Z",
"postProcessHash": "cc1bd823b0a4726c8276cba9c6d646c1c2d25a322c4f18775b9fa49843c8c4b5"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.165Z",
+ "updatedAt": "2026-02-23T23:32:54.408Z",
"postProcessHash": "28e4a6203c3891641b964396f7a58352bef86276c63922ea821e8d2564f09e71"
}
}
@@ -15367,15 +15395,15 @@
"67b2976cb91ee4f8480cfe85e9ec0895c34c6b8af068b38e824529a0a12ea668": {
"38dedfae90f23be82c1679ffcf3dbe17731699d734dab8acf4bc6cb6335deaf8": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.201Z",
+ "updatedAt": "2026-02-23T23:32:54.474Z",
"postProcessHash": "9605c30375a12896881412ed2d6ba5247931b39b61c641ead9b0dc205026c63c"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.201Z",
+ "updatedAt": "2026-02-23T23:32:54.474Z",
"postProcessHash": "99fef70bd5d12536fa5b7c73796905f7fd745206f0937122d8e1788de869f15d"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.202Z",
+ "updatedAt": "2026-02-23T23:32:54.475Z",
"postProcessHash": "21a475f4091d276c5d0e333648fd18bfad610e1520f5210aad359551cc638013"
}
}
@@ -15411,15 +15439,15 @@
},
"fd8d507980de996b568e5edcb47fcd3b9f92f242abcfd69ee693c999c4aef272": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.244Z",
+ "updatedAt": "2026-02-23T23:32:54.589Z",
"postProcessHash": "0d75ca3247d5ca8ca9a153bf0fdc136fde620eda6f7f1bee16507206cd242ad7"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.245Z",
+ "updatedAt": "2026-02-23T23:32:54.589Z",
"postProcessHash": "63d4811365362f535d008aab9c1cf9626c2f3f1da09abc338f484ab9b1174be3"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.245Z",
+ "updatedAt": "2026-02-23T23:32:54.591Z",
"postProcessHash": "3c8fa17952368b4b98506dcc06d859b4451171edacc66eeefa54d8bbe6289861"
}
}
@@ -15469,15 +15497,15 @@
},
"7aec247c7251e50f0b7b73139d449cb6afeaf0b528eb2a9637555fcb76a78950": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.180Z",
+ "updatedAt": "2026-02-23T23:32:54.441Z",
"postProcessHash": "15b14136eb252813dc090ed33dd35e2cf72b2cee9e8d4eced0447cb5c570c273"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.181Z",
+ "updatedAt": "2026-02-23T23:32:54.442Z",
"postProcessHash": "a7d65e0f72a0302cc366beffaf7d2b58f9a6cc53e73b3d98e95b046d81451a26"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.182Z",
+ "updatedAt": "2026-02-23T23:32:54.444Z",
"postProcessHash": "35fd424ebedf22e225be3bed419fec2bf53cf09dd536b1cd4d99492a5810264c"
}
}
@@ -15555,15 +15583,15 @@
},
"c64d5f075e6781b782478722f9818c1441eaec0ff51a37084cfbd8f9720b1b66": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.127Z",
+ "updatedAt": "2026-02-23T23:32:54.327Z",
"postProcessHash": "41f3e32f1a515f2039394bbf778a78db70c7cdca5c839332293694c600be95b0"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.127Z",
+ "updatedAt": "2026-02-23T23:32:54.328Z",
"postProcessHash": "3fba0079d3c396dccff602c8a16dce0ad538d4ca410327a943ce5abebf64c5b3"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.128Z",
+ "updatedAt": "2026-02-23T23:32:54.330Z",
"postProcessHash": "0a6bbf7cefb352ab146c40781dddc3271dfda047071f20fd1f760a4490a784de"
}
}
@@ -15585,15 +15613,15 @@
},
"ded94849c0e2295cf017790ad2f3291ce2342a44b2bf60bacaf2845ea6ceea1f": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.257Z",
+ "updatedAt": "2026-02-23T23:32:54.625Z",
"postProcessHash": "beedd55d6012cc5f2a68402a3fcd3f594e03ce06fa9085895fcd9765c4946986"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.257Z",
+ "updatedAt": "2026-02-23T23:32:54.626Z",
"postProcessHash": "f441ea8d99894d0b75db858c6cba558e62bf77044a8557340a1bdb6fa19f3eed"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.257Z",
+ "updatedAt": "2026-02-23T23:32:54.627Z",
"postProcessHash": "e4533b72b6330180e2ad0db21b4d536635524720c0772a30e5dee8194587b97b"
}
}
@@ -15643,15 +15671,15 @@
},
"3fcb44e0c46a9a0919230de79ae45e43012e69652a46844f77039f558e84ff8e": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.099Z",
+ "updatedAt": "2026-02-23T23:32:54.268Z",
"postProcessHash": "da7404b28730c5af4a4e312e63498dda787bf988f0615585549986bb102bcc25"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.100Z",
+ "updatedAt": "2026-02-23T23:32:54.269Z",
"postProcessHash": "9a7b3e717d946bb6f2c46463cc5c576f266322dfbf2b18292abd5ba4062caaac"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.096Z",
+ "updatedAt": "2026-02-23T23:32:54.263Z",
"postProcessHash": "fdecb2ff4722da3da3d612db22ba55eaf6a59cf58b627053cd8d6c77c280f161"
}
}
@@ -15715,15 +15743,15 @@
},
"efcfdf04c357d0255b73975d68962dd84c4623a576fe5ae244b2abfa78d55dc1": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.254Z",
+ "updatedAt": "2026-02-23T23:32:54.616Z",
"postProcessHash": "893f834d727078cb827e54e4905dbfcef231814fdf2a9f3b5af689e8b64fa6aa"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.254Z",
+ "updatedAt": "2026-02-23T23:32:54.616Z",
"postProcessHash": "d91f21698bbcab139f79690475f6b63b4fe029435b8e5da4755afbc96d7a8490"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.255Z",
+ "updatedAt": "2026-02-23T23:32:54.619Z",
"postProcessHash": "552eef90ef9c915dcd8a66c83a89fcccb1dac894df483bbfbbeac7ae4d81d6d2"
}
}
@@ -15759,15 +15787,15 @@
},
"e5146fdb42a7bf1ecb3ede51d0689115c218b144a0c8f9868bcee0e9ead9d055": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.254Z",
+ "updatedAt": "2026-02-23T23:32:54.617Z",
"postProcessHash": "76da1cc8011a869604a05dd08ac37486d97662f7273cb9481da4933b25017b33"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.254Z",
+ "updatedAt": "2026-02-23T23:32:54.618Z",
"postProcessHash": "f4e9cbea20eaf3aab8c4191e1637047f6fe44dcf4ba81aa09ee777f2e300cb9a"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.255Z",
+ "updatedAt": "2026-02-23T23:32:54.620Z",
"postProcessHash": "3c456113480e40b46704575dbb3d791440d121e7c9649e8aada799a5ea5e14ad"
}
}
@@ -15775,15 +15803,15 @@
"5031719d6ee05f466233098ea67c5e7f4aa82d31d4ac9d284f383fc2425a7fb2": {
"9a9a28fd47f564be374a3131d6b39aa6d91805af8e12ba56fe147b01f4ccb2dd": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.247Z",
+ "updatedAt": "2026-02-23T23:32:54.598Z",
"postProcessHash": "584e1c7b532a25511173d6673eff42a2fc3d4234fdd2a360b4505130a05973c3"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.248Z",
+ "updatedAt": "2026-02-23T23:32:54.600Z",
"postProcessHash": "567cf764f8974afe36234b52f4340dbcc49a1b9089caba532418cb2c8125a2b7"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.248Z",
+ "updatedAt": "2026-02-23T23:32:54.602Z",
"postProcessHash": "e993e3b8dd01092eaf0e647ed7f8c59e5ba6758f569a4bc0422ae314a7075f2f"
}
}
@@ -15791,15 +15819,15 @@
"d544f6051cdad311024e0374928401a5de03b520162f767a31ea2670a1c15a56": {
"a185e7005cf968d4cc5fa020ec3012bbb6013b56c71b4e45adb00c23048b03d8": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.247Z",
+ "updatedAt": "2026-02-23T23:32:54.599Z",
"postProcessHash": "a711066913f7ec6e146a217ac90d3e3de760176a8a4249510d36bc1f550b478b"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.248Z",
+ "updatedAt": "2026-02-23T23:32:54.601Z",
"postProcessHash": "06b4c5a75fa0aa238142ffe609b49637409eeaa7a46765e1b0f2e5a50a1b5888"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.249Z",
+ "updatedAt": "2026-02-23T23:32:54.602Z",
"postProcessHash": "e2a46ad04506f9bfb57d9991286c14912e24d51d428df79a3183aef5a431bbb6"
}
}
@@ -15835,17 +15863,17 @@
},
"3bc3d42eacdb9e544df69c6d3de46acf8171e0e58b8eab9a4f45665736ad3c68": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.090Z",
+ "updatedAt": "2026-02-23T23:32:54.253Z",
"sourceHash": "c3663487f7a1f44aff2d3799d3a96e11861f6a7b93d86f86cc839c4cb1d8f2d5",
"postProcessHash": "4007cf3e184eb7d4e3f5c02863469bb6d7c96453fcb964ba9ca6b7fb63361cfd"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.091Z",
+ "updatedAt": "2026-02-23T23:32:54.255Z",
"sourceHash": "c3663487f7a1f44aff2d3799d3a96e11861f6a7b93d86f86cc839c4cb1d8f2d5",
"postProcessHash": "b259cba3bff04e952eb78344a3d4d4411efcc5d25b1f9cd063efdce5d51ea266"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.092Z",
+ "updatedAt": "2026-02-23T23:32:54.256Z",
"sourceHash": "c3663487f7a1f44aff2d3799d3a96e11861f6a7b93d86f86cc839c4cb1d8f2d5",
"postProcessHash": "246477fe784d0c1a4f8dd06671a3a3d6bbde2aef8746fd3fa49b90ab015287ed"
}
@@ -15882,15 +15910,15 @@
},
"1dfa54cacd60317b9f06c15fa97c58b3c22238179b04f29a8fcbd7d3586bae99": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.262Z",
+ "updatedAt": "2026-02-23T23:32:54.636Z",
"postProcessHash": "6cbd11756d7c6efeb43571703870f8f063102a04aefd7dd85619c5b44fdd5e69"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.262Z",
+ "updatedAt": "2026-02-23T23:32:54.638Z",
"postProcessHash": "79d771acdecf191b4b8072978a52ec3a487eecf4a07e5491574146d5f935c9b8"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.263Z",
+ "updatedAt": "2026-02-23T23:32:54.639Z",
"postProcessHash": "c4f1a765916ce19d2ddf1d28282bba5b8d4afc6894c5087e3bde90170e7c88b9"
}
}
@@ -15898,15 +15926,15 @@
"cd37325dcee18e9737492066e67e870b0f545631e7e5fcbda2abc86bf1e3a866": {
"491eb17e87e32f09b57d2721e3f2c64355d6c845704e5e03b708cd6376cc93d4": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.165Z",
+ "updatedAt": "2026-02-23T23:32:54.409Z",
"postProcessHash": "38564a502db95200d7caeb68ee4681c2955017959e522181a40c40daa4746edc"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.165Z",
+ "updatedAt": "2026-02-23T23:32:54.409Z",
"postProcessHash": "515802465019b9b121301f05e1556039bf9c66c7583ade0a524a49ae5e5659dd"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.166Z",
+ "updatedAt": "2026-02-23T23:32:54.410Z",
"postProcessHash": "af390aab86257905b34cfcf1711891e61d0a05745e9467a500231b5f93f3fbf5"
}
}
@@ -15942,15 +15970,15 @@
},
"f8a849aa102db1c482786ad1a317a0c8ed16b33c6560c2cb76ca8c483e0c382b": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.258Z",
+ "updatedAt": "2026-02-23T23:32:54.701Z",
"postProcessHash": "0334fe05e4c402851021d32a7bffb732dac4db371f3933329a61f304584a8d99"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.258Z",
+ "updatedAt": "2026-02-23T23:32:54.701Z",
"postProcessHash": "4082146841f1337d331d7e6711f0e966c57c2354aa7e68ac7778aa803da4b82b"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.287Z",
+ "updatedAt": "2026-02-23T23:32:54.703Z",
"postProcessHash": "baa0151bf0886d233e31b4605f42aec4ab5fd6327def99819761466bfb278e39"
}
}
@@ -15972,15 +16000,15 @@
},
"b15e5dabb90b8449182e9c9f0d078094a4c991be094912bb2768000384e55981": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.176Z",
+ "updatedAt": "2026-02-23T23:32:54.434Z",
"postProcessHash": "c9561e4f91d8b66e9230243f7754bf4bccc2bfb7c1d125af4ca236509b34c4ff"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.177Z",
+ "updatedAt": "2026-02-23T23:32:54.435Z",
"postProcessHash": "865bdfaf3c6e5a58d4b87fc1f6d6d7089ab476ba789484ced620b5c9ae61d26f"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.177Z",
+ "updatedAt": "2026-02-23T23:32:54.435Z",
"postProcessHash": "7b6c959fe9e886365a3fb1f61b89609a5eb5047d4a8f00edd82c84e9412b9c28"
}
}
@@ -15988,15 +16016,15 @@
"e3661f9d3d5acd4ab3cbfe59dd0badc71371b9067262486447f25332babc6cff": {
"9b127d2057c14eddcfec193913024d1ffbf8d565c50a21d0abef939a667e7537": {
"zh": {
- "updatedAt": "2026-02-23T23:11:11.134Z",
+ "updatedAt": "2026-02-23T23:32:54.347Z",
"postProcessHash": "49a9d92030d79b820888725f71a1c866909ec3b5b6c796d0e2ceabafbc303d10"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.135Z",
+ "updatedAt": "2026-02-23T23:32:54.349Z",
"postProcessHash": "35becb2d7cd729783c3e4a5fd9bf375da54a13eb6df6802dc12d79a69d92f5e6"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.136Z",
+ "updatedAt": "2026-02-23T23:32:54.350Z",
"postProcessHash": "3861c6e26d05e90d7584f26dea1f4ed8b465bccdf7a266d6b868eca143db28a0"
}
}
@@ -16004,15 +16032,15 @@
"40596eae1a2a1dad10689b2421fc2f389ecf02fbf78656fe752301a420af56d3": {
"e4fed848c6dd280df9a0c8d18df4115d0d23fd43e6a531ddaf33dbb4720ca2cd": {
"fr": {
- "updatedAt": "2026-02-23T23:11:11.167Z",
+ "updatedAt": "2026-02-23T23:32:54.413Z",
"postProcessHash": "a8c05cc79783fa881b8eae2fbe8b8f0ed9c143c889fc5f3afb402c4bd868d4ba"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.168Z",
+ "updatedAt": "2026-02-23T23:32:54.413Z",
"postProcessHash": "5de5a372fe3bf6302bab46123c4233c3bdb15470ca5abc72c7761b0f45f2a6e2"
},
"es": {
- "updatedAt": "2026-02-23T23:11:11.169Z",
+ "updatedAt": "2026-02-23T23:32:54.416Z",
"postProcessHash": "4b53c78debe7b5f03195fe361cdff919d109fc378b38b984c305c5e40162a75f"
}
}
@@ -16020,15 +16048,15 @@
"6cfbc759c7c541c3530f6208468c89340746f6f1989c23fcfedc5941bdb8b00e": {
"7741f8723bbaaeeb4de7097363e0e153dc0d06fda6d7d63fe78ce66cb9c96256": {
"es": {
- "updatedAt": "2026-02-23T23:11:11.223Z",
+ "updatedAt": "2026-02-23T23:32:54.526Z",
"postProcessHash": "608779ebcec626a6cf754e706ea4cdd8708d5e4585b428e15078067875488ff7"
},
"zh": {
- "updatedAt": "2026-02-23T23:11:11.223Z",
+ "updatedAt": "2026-02-23T23:32:54.527Z",
"postProcessHash": "f271328cc2310c3c2201c8251fe9ae21d4d06f6d1135803e51ec4b72d0fdc776"
},
"fr": {
- "updatedAt": "2026-02-23T23:11:11.224Z",
+ "updatedAt": "2026-02-23T23:32:54.528Z",
"postProcessHash": "5977c3a421348aa0059e2e0319d2e111ec82aa545e3526048d270ada0b0ea916"
}
}
diff --git a/zh/organize/navigation.mdx b/zh/organize/navigation.mdx
index f5f933476..a7cc256e4 100644
--- a/zh/organize/navigation.mdx
+++ b/zh/organize/navigation.mdx
@@ -488,6 +488,52 @@ keywords: ["导航结构", "侧边栏配置", "页面组织", "导航分组"]
}
```
+
+ ### 版本标签
+
+
+使用可选的 `tag` 字段,在版本选择器的下拉菜单中为各版本条目添加徽章标签。使用这些标签来突出显示特定版本,例如 “Latest”、“Recommended” 或 “Beta”。
+
+```json
+{
+ "navigation": {
+ "versions": [
+ {
+ "version": "2026_03",
+ "tag": "Latest",
+ "groups": [
+ {
+ "group": "Getting started",
+ "pages": ["getting-started", "quickstart"]
+ }
+ ]
+ },
+ {
+ "version": "2025_12",
+ "tag": "Recommended",
+ "groups": [
+ {
+ "group": "Getting started",
+ "pages": ["2025_12/getting-started", "2025_12/quickstart"]
+ }
+ ]
+ },
+ {
+ "version": "2025_09",
+ "tag": "Deprecated",
+ "groups": [
+ {
+ "group": "Getting started",
+ "pages": ["2025_09/getting-started", "2025_09/quickstart"]
+ }
+ ]
+ }
+ ]
+ }
+}
+```
+
+
## 语言
diff --git a/zh/organize/settings.mdx b/zh/organize/settings.mdx
index 765bc1e1f..5acf5a35e 100644
--- a/zh/organize/settings.mdx
+++ b/zh/organize/settings.mdx
@@ -252,20 +252,24 @@ import IconsOptional from "/snippets/zh/icons-optional.mdx";
字体系列,例如 “Open Sans”。支持 [Google Fonts](https://fonts.google.com) 的 family 名称。
+
字重,例如 400 或 700。可变字体支持精确字重,如 550。
+
取以下之一:
- - 托管字体的 URL,例如 https://mintlify-assets.b-cdn.net/fonts/Hubot-Sans.woff2。
- - 本地字体文件的路径,例如 `/fonts/Hubot-Sans.woff2`。
+ * 托管字体的 URL,例如 https://mintlify-assets.b-cdn.net/fonts/Hubot-Sans.woff2。
+ * 本地字体文件的路径,例如 `/fonts/Hubot-Sans.woff2`。
当你指定 Google 字体的 `family` 名称时,[Google Fonts](https://fonts.google.com) 会自动加载,因此无需提供 source URL。
-
+
+
字体文件格式。使用 `source` 字段时必填。
+
专用于标题的字体设置覆盖。
@@ -273,22 +277,26 @@ import IconsOptional from "/snippets/zh/icons-optional.mdx";
字体系列,例如 “Open Sans”、“Playfair Display”。支持 [Google Fonts](https://fonts.google.com) 的 family 名称。
+
字重,例如 400、700。可变字体支持精确字重,如 550。
+
取以下之一:
- - 托管字体的 URL,例如 https://mintlify-assets.b-cdn.net/fonts/Hubot-Sans.woff2。
- - 本地字体文件的路径,例如 `/fonts/Hubot-Sans.woff2`。
+ * 托管字体的 URL,例如 https://mintlify-assets.b-cdn.net/fonts/Hubot-Sans.woff2。
+ * 本地字体文件的路径,例如 `/fonts/Hubot-Sans.woff2`。
当你指定 Google 字体的 `family` 名称时,[Google Fonts](https://fonts.google.com) 会自动加载,因此无需提供 source URL。
-
+
+
字体文件格式。使用 `source` 字段时必填。
+
专用于正文的字体设置覆盖。
@@ -296,18 +304,21 @@ import IconsOptional from "/snippets/zh/icons-optional.mdx";
字体系列,例如 “Open Sans”、“Playfair Display”。支持 [Google Fonts](https://fonts.google.com) 的 family 名称。
+
字重,例如 400、700。可变字体支持精确字重,如 550。
+
取以下之一:
- - 托管字体的 URL,例如 https://mintlify-assets.b-cdn.net/fonts/Hubot-Sans.woff2。
- - 本地字体文件的路径,例如 `/fonts/Hubot-Sans.woff2`。
+ * 托管字体的 URL,例如 https://mintlify-assets.b-cdn.net/fonts/Hubot-Sans.woff2。
+ * 本地字体文件的路径,例如 `/fonts/Hubot-Sans.woff2`。
当你指定 Google 字体的 `family` 名称时,[Google Fonts](https://fonts.google.com) 会自动加载,因此无需提供 source URL。
-
+
+
字体文件格式。使用 `source` 字段时必填。
@@ -319,9 +330,10 @@ import IconsOptional from "/snippets/zh/icons-optional.mdx";
明/暗模式切换设置。
-
+
默认主题模式。选择 `system` 以匹配用户操作系统设置,或选择 `light`/`dark` 强制使用特定模式。默认为 `system`。
+
是否隐藏明/暗模式切换。默认为 `false`。
@@ -382,28 +394,34 @@ import IconsOptional from "/snippets/zh/icons-optional.mdx";
要在导航栏中显示的链接。
-
+
可选的链接类型。省略时为标准文本链接。设置为 `github` 时,将链接到一个 GitHub 存储库并显示该存储库的 star 数量。设置为 `discord` 时,将链接到一个 Discord 服务器并显示该服务器的在线用户数量。
+
链接文本。当未设置 `type` 时为必填。对于 `github` 和 `discord` 类型则为可选。省略时,标签会根据 API 数据自动填充(GitHub 为存储库名称,Discord 为服务器名称)。
+
链接目标。必须是有效的外部 URL。对于 `github` 类型,必须是 GitHub 存储库 URL。对于 `discord` 类型,必须是 Discord 邀请 URL。
+
+
导航栏中的主按钮。
-
+
按钮样式。选择 `button` 表示带标签的标准按钮,选择 `github` 表示链接到一个带实时 star 数量的 GitHub 存储库,选择 `discord` 表示链接到一个带实时在线用户数的 Discord 服务器邀请。
+
按钮文本。当 `type` 为 `button` 时为必填。对于 `github` 和 `discord` 类型则为可选——省略时,标签会根据 API 数据自动填充(GitHub 为存储库名称,Discord 为服务器名称)。
+
按钮目标。必须是外部 URL。如果 `type` 为 `github`,则必须是 GitHub 存储库 URL。如果 `type` 为 `discord`,则必须是 Discord 邀请 URL。
@@ -466,7 +484,7 @@ import IconsOptional from "/snippets/zh/icons-optional.mdx";
-
+
用于组织主要部分的顶级导航选项卡。
@@ -573,10 +591,16 @@ import IconsOptional from "/snippets/zh/icons-optional.mdx";
- 为拥有多个[版本](/zh/organize/navigation#versions)的网站提供版本切换器。
+ 为包含多个[版本](/zh/organize/navigation#versions)的网站提供版本切换器。
+
+
+
+ 在版本选择器中显示在版本名称旁边的徽章标签。用于突出显示特定版本,例如“Latest”、“Recommended”或“Beta”。
+
+
-
+
顶级导航的 [Tabs](/zh/organize/navigation#tabs)。
@@ -585,7 +609,7 @@ import IconsOptional from "/snippets/zh/icons-optional.mdx";
- 用于对相关内容进行分组的[下拉菜单](/zh/organize/navigation#dropdowns)。
+ 用于分组相关内容的[下拉菜单](/zh/organize/navigation#dropdowns)。