diff --git a/es/organize/navigation.mdx b/es/organize/navigation.mdx
index 716990e99..c8fabe13d 100644
--- a/es/organize/navigation.mdx
+++ b/es/organize/navigation.mdx
@@ -488,6 +488,40 @@ En el objeto `navigation`, `versions` es un array en el que cada entrada es un o
}
```
+
+ ### Versión predeterminada
+
+
+La primera versión de la matriz `versions` se utiliza como versión predeterminada. Usa el campo `default` para especificar una versión diferente como predeterminada.
+
+```json
+{
+ "navigation": {
+ "versions": [
+ {
+ "version": "1.0.0",
+ "groups": [
+ {
+ "group": "Getting started",
+ "pages": ["v1/overview", "v1/quickstart"]
+ }
+ ]
+ },
+ {
+ "version": "2.0.0",
+ "default": true,
+ "groups": [
+ {
+ "group": "Getting started",
+ "pages": ["v2/overview", "v2/quickstart"]
+ }
+ ]
+ }
+ ]
+ }
+}
+```
+
### Etiquetas de versión
diff --git a/es/organize/pages.mdx b/es/organize/pages.mdx
index 06cf4f2c6..f3fc488f6 100644
--- a/es/organize/pages.mdx
+++ b/es/organize/pages.mdx
@@ -20,8 +20,10 @@ Usa el frontmatter para controlar:
* Metatags de SEO
* Metadatos personalizados
-
+
El título de tu página que aparece en la navegación y en las pestañas del navegador.
+
+ Si se omite, Mintlify genera un título a partir de la ruta del archivo. El último segmento de la ruta se convierte en el título, con los guiones y guiones bajos reemplazados por espacios y la primera letra en mayúscula. Por ejemplo, `guides/getting-started.md` se convierte en **Primeros pasos**.
diff --git a/es/organize/settings.mdx b/es/organize/settings.mdx
index 0c50d2f65..23a9f8f58 100644
--- a/es/organize/settings.mdx
+++ b/es/organize/settings.mdx
@@ -448,7 +448,7 @@ Esta sección contiene la referencia completa del archivo `docs.json`.
Elementos de navegación globales que aparecen en todas las páginas y secciones.
-
+
Configuración del selector de idioma para sitios localizados.
@@ -494,7 +494,7 @@ Esta sección contiene la referencia completa del archivo `docs.json`.
-
+
Tabs de navegación de nivel superior para organizar las secciones principales.
@@ -516,7 +516,7 @@ Esta sección contiene la referencia completa del archivo `docs.json`.
-
+
Enlaces con ancla que aparecen de forma destacada en la navegación de la barra lateral.
@@ -630,6 +630,10 @@ Esta sección contiene la referencia completa del archivo `docs.json`.
Selector de versiones para sitios con múltiples [versions](/es/organize/navigation#versions).
+
+ Si esta es la versión predeterminada. Si se omite o es `false`, la primera versión del array es la predeterminada.
+
+
Etiqueta de 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."
diff --git a/fr/organize/navigation.mdx b/fr/organize/navigation.mdx
index cfa7168e7..44334b4eb 100644
--- a/fr/organize/navigation.mdx
+++ b/fr/organize/navigation.mdx
@@ -488,6 +488,40 @@ Dans l’objet `navigation`, `versions` est un tableau dans lequel chaque entré
}
```
+
+ ### Version par défaut
+
+
+La première version du tableau `versions` est utilisée comme version par défaut. Utilisez le champ `default` pour définir une autre version comme version par défaut.
+
+```json
+{
+ "navigation": {
+ "versions": [
+ {
+ "version": "1.0.0",
+ "groups": [
+ {
+ "group": "Getting started",
+ "pages": ["v1/overview", "v1/quickstart"]
+ }
+ ]
+ },
+ {
+ "version": "2.0.0",
+ "default": true,
+ "groups": [
+ {
+ "group": "Getting started",
+ "pages": ["v2/overview", "v2/quickstart"]
+ }
+ ]
+ }
+ ]
+ }
+}
+```
+
### Tags de version
diff --git a/fr/organize/pages.mdx b/fr/organize/pages.mdx
index bbce7daef..61bb022aa 100644
--- a/fr/organize/pages.mdx
+++ b/fr/organize/pages.mdx
@@ -20,8 +20,10 @@ Utilisez le frontmatter pour contrôler :
* Balises méta SEO
* Métadonnées personnalisées
-
+
Le titre de votre page qui apparaît dans la navigation et les onglets du navigateur.
+
+ S’il est omis, Mintlify génère un titre à partir du chemin du fichier. Le dernier segment du chemin devient le titre, avec les tirets et les traits de soulignement remplacés par des espaces et la première lettre mise en majuscule. Par exemple, `guides/getting-started.md` devient **Premiers pas**.
diff --git a/fr/organize/settings.mdx b/fr/organize/settings.mdx
index 2a7e489dc..12e731953 100644
--- a/fr/organize/settings.mdx
+++ b/fr/organize/settings.mdx
@@ -630,13 +630,17 @@ Cette section présente la référence complète du fichier `docs.json`.
Sélecteur de versions pour les sites avec plusieurs [versions](/fr/organize/navigation#versions).
+
+ Définissez cette valeur sur `true` pour faire de cette version la version par défaut. Si ce champ est omis ou défini sur `false`, la première version du tableau sera la version par défaut.
+
+
Libellé 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."
-
+
Onglets de navigation de niveau supérieur [tabs](/fr/organize/navigation#tabs).
@@ -644,7 +648,7 @@ Cette section présente la référence complète du fichier `docs.json`.
[Ancres](/fr/organize/navigation#anchors) de la barre latérale.
-
+
[Menus déroulants](/fr/organize/navigation#dropdowns) pour regrouper le contenu connexe.
diff --git a/gt-lock.json b/gt-lock.json
index b22fc4de4..2901042ec 100644
--- a/gt-lock.json
+++ b/gt-lock.json
@@ -2688,15 +2688,15 @@
},
"d6c8901cb063f002e43574be8cc97f33468e2754983bbf892ef2bddca9babc3b": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.161Z",
+ "updatedAt": "2026-03-11T18:33:55.577Z",
"postProcessHash": "571fd5a3c82ab53e4e785931a9177add2532d011559b15062b21b941e802e430"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.162Z",
+ "updatedAt": "2026-03-11T18:33:55.578Z",
"postProcessHash": "f2bceae964c2437d42d8b14f3dd9e195e479c0ac66c4675a3106cb06d9b0cae5"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.164Z",
+ "updatedAt": "2026-03-11T18:33:55.579Z",
"postProcessHash": "a63d2bb539109bb02a6c445dae10cdd3841c3457fb38c753a26bf4dc6b0a6e46"
}
}
@@ -3028,15 +3028,15 @@
},
"0562e1fbf82ff136ba4ba36bf5c945ff082734c77bccdde4718ee69e9e414c31": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.127Z",
+ "updatedAt": "2026-03-11T18:33:55.538Z",
"postProcessHash": "d05f25e69db3127781cb80b2afb3958ff67c287f1d1f7b293e0f9a5fc9a62df5"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.131Z",
+ "updatedAt": "2026-03-11T18:33:55.539Z",
"postProcessHash": "64102ac297c9e21dbef26364a87936d7720a132305d9680efa1263387c03b260"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.132Z",
+ "updatedAt": "2026-03-11T18:33:55.540Z",
"postProcessHash": "b79e0da6f7e1d47e7148e43eeb5ec68b74ae540b7108fe0e11a0a0abbea5356a"
}
}
@@ -3099,15 +3099,15 @@
},
"5f07b2f8dcf554a1d38012610619caa8feeb055ee27735ed6d0fce7e24ee9f12": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.145Z",
+ "updatedAt": "2026-03-11T18:33:55.551Z",
"postProcessHash": "1bcbf98aaa67cd31eff85b7708552fa34a1ba488c58ea7b89d03851d9901e153"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.146Z",
+ "updatedAt": "2026-03-11T18:33:55.551Z",
"postProcessHash": "d43b0a239cb94d6f0966854c826dcdc42e611df7d470c88f0202287d6153544c"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.147Z",
+ "updatedAt": "2026-03-11T18:33:55.552Z",
"postProcessHash": "8f3d0ec99f584395411d6f86cd21257760ddde5aa5669334d4f4a60d54deeae8"
}
}
@@ -3313,15 +3313,15 @@
},
"5ca44380e06241ec87951b6f65038547e5cb96009820cf1614e1681c0317d92d": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.249Z",
+ "updatedAt": "2026-03-11T18:33:55.732Z",
"postProcessHash": "6ddd808ab28bbf1f9d6922b040badc9e74ff6b39b1de40978b34a4d3d54b196b"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.265Z",
+ "updatedAt": "2026-03-11T18:33:55.732Z",
"postProcessHash": "88f69763b72902f592a3795bc55b33fdf452f294a7af7e3ef6803dbea0d54db8"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.267Z",
+ "updatedAt": "2026-03-11T18:33:55.734Z",
"postProcessHash": "51c5245bb85dbc62518e66747fad921b2abbab4835b38b22ea0a06a8d233ef38"
}
}
@@ -3351,15 +3351,15 @@
},
"4bbec825257b2e44662cece56ea8f6d2a270af8295558ba8c49333d01f531512": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.035Z",
+ "updatedAt": "2026-03-11T18:33:55.460Z",
"postProcessHash": "e4ada9eb602ad5fdb51ee876050480b47fccc31953e905efe8f44011a48d5565"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.037Z",
+ "updatedAt": "2026-03-11T18:33:55.461Z",
"postProcessHash": "ebc1a190db69005bf50e4f2c8752f264c20f759797c7656057b619bb924e6937"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.040Z",
+ "updatedAt": "2026-03-11T18:33:55.464Z",
"postProcessHash": "73aad7b3e20eced796388977990b133e5e83bff0ac1873c62d3289b440d823d0"
}
}
@@ -3389,15 +3389,15 @@
},
"64a3699238f7091a57f32a304d4d6ea95e7b276b252acad469433afd381059d3": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.066Z",
+ "updatedAt": "2026-03-11T18:33:55.488Z",
"postProcessHash": "978df97f23c4f806289c979fd43e2fba15778522453710a70aae2b18d2e57cff"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.038Z",
+ "updatedAt": "2026-03-11T18:33:55.462Z",
"postProcessHash": "f3064f57a2d2b4c212fdf58658bf9e4ca38fe7e5f74250630abfa517d17be1f3"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.039Z",
+ "updatedAt": "2026-03-11T18:33:55.463Z",
"postProcessHash": "3f67b199792c8ebffc05370ede5870ebb5e3b0418ca6c2ef26cc564d8f25c918"
}
}
@@ -3504,15 +3504,15 @@
},
"d6981951a39e89e7e114569390ff80f437b2051da7077d1947b027a0ac5c804a": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.220Z",
+ "updatedAt": "2026-03-11T18:33:55.696Z",
"postProcessHash": "65bb8b0df8c06de6702773b0b9dd6aae898a47a04c774067a470c4dae7df2e38"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.226Z",
+ "updatedAt": "2026-03-11T18:33:55.699Z",
"postProcessHash": "caf561a53c106613b03ded5cb0c00d4f61688a6b56d48c3797da2fc484b051de"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.227Z",
+ "updatedAt": "2026-03-11T18:33:55.701Z",
"postProcessHash": "b560a810636a58bea3527ae3746f1f2d29e82edd072311b8aebe825438890d3a"
}
}
@@ -3567,15 +3567,15 @@
},
"31208fd7eb8499c2ca798ca6e3f74c8adcac6b115828fb88f54980683b0e69c9": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.083Z",
+ "updatedAt": "2026-03-11T18:33:55.499Z",
"postProcessHash": "6604c90d94a00eb7658f1880541bbb701925408fb507b7678d7f152c4caa09e7"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.083Z",
+ "updatedAt": "2026-03-11T18:33:55.499Z",
"postProcessHash": "d0b16b527055840c4722821d48885910205c9ed74b3267134c44a286ca6c1c0f"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.086Z",
+ "updatedAt": "2026-03-11T18:33:55.502Z",
"postProcessHash": "d930f27dc1dd96e16b1a640b6ecf974829f81104f9571ed54ad263b6745e0592"
}
}
@@ -3762,15 +3762,15 @@
},
"d65eb28fd926b44b4acc1737969b96d81f3b3e7c34bb93527019a4f2b62d3d4e": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.112Z",
+ "updatedAt": "2026-03-11T18:33:55.523Z",
"postProcessHash": "cd8bae05021fa5c2684bc63ed51da45b615106f68cba9f8a0ff2711c6bcf70ad"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.113Z",
+ "updatedAt": "2026-03-11T18:33:55.524Z",
"postProcessHash": "81bb39e7cfe1ea03254d753788d873f860d80d89c013e2f08e6a5d2dc1b915f9"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.116Z",
+ "updatedAt": "2026-03-11T18:33:55.525Z",
"postProcessHash": "11852df789359d446604f73eadf0d68e79a0a6170b32dbcb68bed7ca0020f2f9"
}
}
@@ -3859,15 +3859,15 @@
},
"0cf28adbe17cdcfe3d427395d3cc9d1fc80c36d159416bb7dfe76aeceefd132b": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.070Z",
+ "updatedAt": "2026-03-11T18:33:55.491Z",
"postProcessHash": "5e11aa901acf1c76fb626e03c612f1efbf3bd16eb797f15df5b8b7b9b6a514cd"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.072Z",
+ "updatedAt": "2026-03-11T18:33:55.492Z",
"postProcessHash": "528f8e87118f0a10302bd5d7e139b20364340f1cb359a01cbc3819acb0fda0d8"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.076Z",
+ "updatedAt": "2026-03-11T18:33:55.493Z",
"postProcessHash": "5b596f0a15ed441fb828d6ade656e860333072fc7bf75da1fb608a79c46f41c5"
}
}
@@ -3933,15 +3933,15 @@
},
"0965ae28ece3d3c3d5e10a49890e4d424a7196e1cc325921cdee9f9d8775d554": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.041Z",
+ "updatedAt": "2026-03-11T18:33:55.465Z",
"postProcessHash": "e9079648372645beb581593ceb0ccf349132811088a022797123f24db8f8f028"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.042Z",
+ "updatedAt": "2026-03-11T18:33:55.465Z",
"postProcessHash": "fd8fa286ab5dc0f1c6f7034cf4f6fd87d3905e1adfe776a1967ff103526c2fcd"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.043Z",
+ "updatedAt": "2026-03-11T18:33:55.466Z",
"postProcessHash": "8557a5fd4a396c44eca8dda9ea37a70bfdb667aa8a2e081afd1dc7b0d10ce3f9"
}
}
@@ -3960,15 +3960,15 @@
},
"4ba815c35fc1d6ae05c075a25e63c14bb4f99030f6269e2e624b6a6cf7b40e43": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.029Z",
+ "updatedAt": "2026-03-11T18:33:55.456Z",
"postProcessHash": "5650fd1e5b54ca1f661e47670d18329aa1f7bffa14db3c976ac8c62b7d8f83db"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.031Z",
+ "updatedAt": "2026-03-11T18:33:55.458Z",
"postProcessHash": "7335a32222b237a0727718dba49a451bab788d164964f432fb24439da285b365"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.033Z",
+ "updatedAt": "2026-03-11T18:33:55.459Z",
"postProcessHash": "9564fd4e27315a68427db20238bfd5b1ef80c3cc44a87580e41f928358511c6c"
}
}
@@ -4068,15 +4068,15 @@
},
"53213f4fad5f4d385acc1384aad2974d6b8a2703049ab2fb8da14a25d4c6f0f3": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.247Z",
+ "updatedAt": "2026-03-11T18:33:55.729Z",
"postProcessHash": "1249719f5580cb5c971f9991bd57038833c9c5d67283e5396ace129865b82f71"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.247Z",
+ "updatedAt": "2026-03-11T18:33:55.730Z",
"postProcessHash": "369a8005420a82862be2d9d0e1ed3394fd85c9200f4c8671cbba3f8b6e7d30d2"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.248Z",
+ "updatedAt": "2026-03-11T18:33:55.731Z",
"postProcessHash": "a6e07cc096337570dcb03940bef411713cef86f244c7fb8191cfe9a2fb31899e"
}
}
@@ -4556,15 +4556,15 @@
},
"12bbe19158f8bd3876dfba2cbdb70cdaba3f0a5eb91cbc59b63743e06ce6c482": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.238Z",
+ "updatedAt": "2026-03-11T18:33:55.715Z",
"postProcessHash": "6dbaf730f941f5b3eae6b45a2879c8a8ef87c8016a865bc0905d29a2fc52f492"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.239Z",
+ "updatedAt": "2026-03-11T18:33:55.717Z",
"postProcessHash": "10436ce76a060d5a15f0a4366b309d84347470f3f1e3b15c57aa39210b5a0761"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.240Z",
+ "updatedAt": "2026-03-11T18:33:55.718Z",
"postProcessHash": "3f99ae639bafd26ada2e0e5365679c59d279356a98d39c1828933531820e3132"
}
}
@@ -4834,15 +4834,15 @@
},
"f44679d154d44aa7aabb1cb2c7a17d1f1a3735e5b37ff7407d83e965318fcf9b": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.125Z",
+ "updatedAt": "2026-03-11T18:33:55.535Z",
"postProcessHash": "ccce01a4850b0a089ace8cc1424d3d90cc1fb81b5fdbcf9e10e73ff43beb0139"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.126Z",
+ "updatedAt": "2026-03-11T18:33:55.536Z",
"postProcessHash": "ada9a9ed05d961218fbd79c323d5c5a9b577399bab0ce71ed5a40b4effb688b7"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.126Z",
+ "updatedAt": "2026-03-11T18:33:55.536Z",
"postProcessHash": "e323c176a93e98e45e9978c69726d269dd38859f41f4bab8df343f24488e63dc"
}
}
@@ -5343,15 +5343,15 @@
},
"3d8e0d7f6428b40737d37119dffe17360fa743071f660b50893119134ad7941a": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.149Z",
+ "updatedAt": "2026-03-11T18:33:55.553Z",
"postProcessHash": "96f1473b097476027124aa6e1179ebebce348199cdbcffe953bdc1f69e649fad"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.150Z",
+ "updatedAt": "2026-03-11T18:33:55.565Z",
"postProcessHash": "7f2d4432f39d07ae9464d88d93ec8597bc9a2b3fad8b4c24f259800dd1000f3c"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.151Z",
+ "updatedAt": "2026-03-11T18:33:55.568Z",
"postProcessHash": "04f78f89cdb48fe936fa3a0db5eebf25301c053f41ef633dfbbe4269781febc7"
}
}
@@ -5655,15 +5655,15 @@
},
"6cf0135d5f6d9e71b45f179045a2c4d92b1fba4d6385471f510dbf4b319492d4": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.165Z",
+ "updatedAt": "2026-03-11T18:33:55.586Z",
"postProcessHash": "d226ce0ed1927b5e744b6395436c1aaf8c1359651f0eb1a710fdff99c2fd36a2"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.166Z",
+ "updatedAt": "2026-03-11T18:33:55.590Z",
"postProcessHash": "26ef365e7118396473a2cdac10b3bff72552ce9cabfb67af22631fe81148124a"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.168Z",
+ "updatedAt": "2026-03-11T18:33:55.593Z",
"postProcessHash": "2cfcae12b0ea4f7a1a417f3924152a987ba18e46400e9f11342617e525115206"
}
}
@@ -5721,15 +5721,15 @@
},
"46d99587945a98c7a4b031665731b68f8de3169f64362e8c504d1d31ed914e0e": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.216Z",
+ "updatedAt": "2026-03-11T18:33:55.691Z",
"postProcessHash": "c3ed4590d266e04dfa1ad4790e2e1da166c52ab7e740f10cfecbc9631f32d714"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.224Z",
+ "updatedAt": "2026-03-11T18:33:55.698Z",
"postProcessHash": "1e6aa99eb123eb2c90071cb13e2e42552f7e2cb4921c54ba6dd2deb5cc5d5102"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.229Z",
+ "updatedAt": "2026-03-11T18:33:55.702Z",
"postProcessHash": "414f9380bdb6578cd5b7fdcb08ac08c2032e7f4be9dd0023326b5e925ead02fc"
}
}
@@ -5773,15 +5773,15 @@
},
"f4c17ce87dad801a9b8a117638e418692b12c152ed7451dfc0d5d9899288d99c": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.234Z",
+ "updatedAt": "2026-03-11T18:33:55.709Z",
"postProcessHash": "9e01066a931a797e04ece7070c9d616e36648710e7146036eef7385b4f48cd11"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.234Z",
+ "updatedAt": "2026-03-11T18:33:55.710Z",
"postProcessHash": "7ea6e6df1d4e281e146d99950bf5050614571566424425d68441d8d362b3e8c0"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.235Z",
+ "updatedAt": "2026-03-11T18:33:55.712Z",
"postProcessHash": "6db547e68fcefd2304fbe4f78ff9c6f7a9f6624cd60ab093340be3ff3e934b17"
}
}
@@ -5836,15 +5836,15 @@
},
"36ab4e016a4d55e0a939af5ca68231789efa259dfdc8da60d6372594276f5cbb": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.183Z",
+ "updatedAt": "2026-03-11T18:33:55.623Z",
"postProcessHash": "672cdc63fe64bf8aa4f62c52819fd8fabfcd006ea7cd8889ff3b45547131620f"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.183Z",
+ "updatedAt": "2026-03-11T18:33:55.626Z",
"postProcessHash": "8ecde71d5b102ab00d805a6d968414c4e2fbab13141a944e7878fd3295ab9c3e"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.184Z",
+ "updatedAt": "2026-03-11T18:33:55.648Z",
"postProcessHash": "8b32aa49852538af3b2f12113d4cf70fee3c2e860d033430ce6240f66378005b"
}
}
@@ -5915,15 +5915,15 @@
},
"0f98aa27de91c2ab51f51e253588c66b9e6efb3908d7b8b36433b3f1a7a09e40": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.221Z",
+ "updatedAt": "2026-03-11T18:33:55.697Z",
"postProcessHash": "072ccb2d6137668f3b01d4e2c79e805f1e0e2b38b59a4d3a925c734897e5cb1a"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.228Z",
+ "updatedAt": "2026-03-11T18:33:55.702Z",
"postProcessHash": "07fb9db89ea516446287b9cd79e0e663f67cdb94981d27384c41a2dff5234e69"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.231Z",
+ "updatedAt": "2026-03-11T18:33:55.704Z",
"postProcessHash": "42fbf0ad16120486831300b5f14ee8a93ab29fb2c622cc0d6bc151986d944645"
}
}
@@ -5970,15 +5970,15 @@
},
"2e0ceabd52567729afbcd81d1b3cb6ab52770ca952aca7efc493b3379c44cc1f": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.211Z",
+ "updatedAt": "2026-03-11T18:33:55.682Z",
"postProcessHash": "6e94acb2fcef4c524ab579f70f502ba4170475443fe78353a5c91e1ff56ecd00"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.212Z",
+ "updatedAt": "2026-03-11T18:33:55.684Z",
"postProcessHash": "1a06e5e4b384c1222f90b5f378384553c1ad0001c488b97fcb365846a6ae9714"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.216Z",
+ "updatedAt": "2026-03-11T18:33:55.690Z",
"postProcessHash": "67af3d24cd00a24db0f60ea59e48730deb0e579db129de9ffd89e8cd3d8bb760"
}
}
@@ -6036,15 +6036,15 @@
},
"fdc491981ad27e8a2869b04cbb6be6360e60a6076f8ffac174cabbaa66ec7c4f": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.206Z",
+ "updatedAt": "2026-03-11T18:33:55.675Z",
"postProcessHash": "097b803c0d628923d94357f23445fdc34201f669bb537937ead69b6ad4508a4d"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.210Z",
+ "updatedAt": "2026-03-11T18:33:55.680Z",
"postProcessHash": "a5c3f67f2e248da4b257ed8c5378971f71d78c6c415532bf6774ec43bbb2745f"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.210Z",
+ "updatedAt": "2026-03-11T18:33:55.681Z",
"postProcessHash": "3f5846f4036d4b0008ed1434621e80fb4de28caef77c17a926662bf7e4030a54"
}
}
@@ -6116,15 +6116,15 @@
},
"8f5ca72463ca2ad2ba338a246aa396a3da9e7e666420907c4b610088849b22e2": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.203Z",
+ "updatedAt": "2026-03-11T18:33:55.672Z",
"postProcessHash": "f12cf9a344f8027d27dc04a3c61d83a375626d3fa7254ac0ffe46912d2f08e76"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.204Z",
+ "updatedAt": "2026-03-11T18:33:55.673Z",
"postProcessHash": "a6af898dc48a895012020da072501fba3b27e4193a31dd0f59ed00fd7a8d389d"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.205Z",
+ "updatedAt": "2026-03-11T18:33:55.674Z",
"postProcessHash": "8cf7a6604a6ee8b811888e846ccfd9be715a6555ab9d82ca30604c3da6aa05ce"
}
}
@@ -6154,15 +6154,15 @@
},
"bc8397cc9a6ce325952185bd403e7322c795c94318958e9c38b0cbea30872f53": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.172Z",
+ "updatedAt": "2026-03-11T18:33:55.600Z",
"postProcessHash": "3dfe0b3a8adea57098cf6a28353cf3c877a5085cbd41a6e0e78c119243fd9156"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.173Z",
+ "updatedAt": "2026-03-11T18:33:55.601Z",
"postProcessHash": "7c29ebf872683033685b8098cffab0e516dfcc75434a8dac6c025d8c5cee4a61"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.173Z",
+ "updatedAt": "2026-03-11T18:33:55.604Z",
"postProcessHash": "8ba797a7b6f6ce48010f809e0f9c0a1d958f740c94e593f0b8cf0d296a6d44a5"
}
}
@@ -6223,15 +6223,15 @@
},
"6a397a34591df905afcf4155cf301e392a70cadcc63d96749be10f7464e12372": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.223Z",
+ "updatedAt": "2026-03-11T18:33:55.698Z",
"postProcessHash": "54edfe29e5a066c43c061ac2fb781e6b8424271eb258016a5befcf1c6e615b3c"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.225Z",
+ "updatedAt": "2026-03-11T18:33:55.699Z",
"postProcessHash": "727094abaed6cd03e9d3282aecd4b828f1b690d27c70c242f50b45e44a23a0d3"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.226Z",
+ "updatedAt": "2026-03-11T18:33:55.700Z",
"postProcessHash": "723aa87af415fca3e69c28644570a43450d1e27c6a3a21c3f01979b824e5c01f"
}
}
@@ -6289,15 +6289,15 @@
},
"dfbe892e9933f71eaeb2d3e5944c1deb448e49e540e9d32187056b9b1943747a": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.201Z",
+ "updatedAt": "2026-03-11T18:33:55.668Z",
"postProcessHash": "a3da1888ba0b1a06b13e2950304e32a1ffc26d4b365c7d9b3d803bf17d13a390"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.202Z",
+ "updatedAt": "2026-03-11T18:33:55.669Z",
"postProcessHash": "361756d690e7a1ed16d6f2e41df283bdc18399c2516196d0c1eb663d56c86612"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.203Z",
+ "updatedAt": "2026-03-11T18:33:55.671Z",
"postProcessHash": "e709a7a8189d69fa88ff87df3c443aa4ad01055da6b26f7ebe13a0d919dafb12"
}
}
@@ -6352,15 +6352,15 @@
},
"f2df2e6e275d1ec9ca40bafa8486ed9db0ec685525e1f452c93cac5db9cc389a": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.188Z",
+ "updatedAt": "2026-03-11T18:33:55.655Z",
"postProcessHash": "31db317d07b08d998de29f672d3b8a6c11a93dd3527ccc82a835e8612454ea55"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.188Z",
+ "updatedAt": "2026-03-11T18:33:55.656Z",
"postProcessHash": "197f2d56f6b9a71b77267b0cf82a22ac8846f2946a1c270ae26eecfe89c93083"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.189Z",
+ "updatedAt": "2026-03-11T18:33:55.656Z",
"postProcessHash": "c49ddca746710deee3c06650c0cfc43e6652067658dc7620f92db38d0aa248d5"
}
}
@@ -6421,15 +6421,15 @@
},
"5d68c2bd672ddf7e080ba42337aa13b1d4298d5ac63500812deed217577180b6": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.207Z",
+ "updatedAt": "2026-03-11T18:33:55.677Z",
"postProcessHash": "f95e4b30bc1a29f76f2779665ca06572411a3f956d5fd454d5c7408fc114e903"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.208Z",
+ "updatedAt": "2026-03-11T18:33:55.678Z",
"postProcessHash": "4a118d80be8671e1095cb87431d17f22cffc04b9baf8bda44b6a2b353067c80a"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.209Z",
+ "updatedAt": "2026-03-11T18:33:55.679Z",
"postProcessHash": "9d4db8425749cf63614b9529907f4fec07f642182e704ee73d8e545a8f8cfbc9"
}
}
@@ -6501,15 +6501,15 @@
},
"5a3ff3745924ae0e90565a884cfd5cefa37dadb93ad90e4216932d64a9089ffc": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.241Z",
+ "updatedAt": "2026-03-11T18:33:55.720Z",
"postProcessHash": "e6dbd3915eb3065ae388f852a924baa0f8a22d7a15fc57439c41f9373b8c98b9"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.243Z",
+ "updatedAt": "2026-03-11T18:33:55.723Z",
"postProcessHash": "b9d76cb27c0de9c459a664ecc4986dffbf87c8cbf13eec7a63852a770343132d"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.243Z",
+ "updatedAt": "2026-03-11T18:33:55.723Z",
"postProcessHash": "e4eec23df3282aae267f130ca8b5a27989e4c95f96ba93c66d1aea4bab459d70"
}
}
@@ -6567,15 +6567,15 @@
},
"bec68c8eb4242c09c7c96f53e90961914bd892ffa379ee82587186b884f42d7a": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.242Z",
+ "updatedAt": "2026-03-11T18:33:55.722Z",
"postProcessHash": "a6fbd887ee2327e6484f0c7a4c13852ebef073d7ff1f44d510d4568252d862e1"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.244Z",
+ "updatedAt": "2026-03-11T18:33:55.724Z",
"postProcessHash": "e3d3c9c15c1a949be8e0f3d844098859d35fb6af76855ded33c40a68be3d55e6"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.245Z",
+ "updatedAt": "2026-03-11T18:33:55.728Z",
"postProcessHash": "ee27be734e7c5392b52567caa81ecf269ae110add1d969049164eb4676dad1d6"
}
}
@@ -6661,15 +6661,15 @@
},
"46de939f2fd829f421abc4e697851e94f1369c1eef05eddf09141dee15165c92": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.241Z",
+ "updatedAt": "2026-03-11T18:33:55.719Z",
"postProcessHash": "2f66331e112cb768e0cbc704e14426c89c30136b9fa36ebb4316608b0d2c39fe"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.244Z",
+ "updatedAt": "2026-03-11T18:33:55.726Z",
"postProcessHash": "6eee87cd890ec51ae2488d6be37ae75445a07598130e14cdd7e8547b42b2fcb3"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.246Z",
+ "updatedAt": "2026-03-11T18:33:55.729Z",
"postProcessHash": "b9b84229bf40a3eede9fc1c7d9ca2ad1c926ec998b3d4466cfb4a4fb268f6377"
}
}
@@ -6752,15 +6752,15 @@
},
"04f97b24d8f32aef53891a1a33ab7db30f36538131dd0434af251796b5698daf": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.103Z",
+ "updatedAt": "2026-03-11T18:33:55.516Z",
"postProcessHash": "694334affb6affcb16eeee6acd819715c84c8729aaff8225d8d808a649df2b1a"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.105Z",
+ "updatedAt": "2026-03-11T18:33:55.517Z",
"postProcessHash": "13671b69ce8922f66b3c622d62bae89c9e291f7b7322e53c62493c5fa4b89cd4"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.106Z",
+ "updatedAt": "2026-03-11T18:33:55.518Z",
"postProcessHash": "505aea29b1bd786920af5522f285cbab58e55c4fca6c3df9657879c9d62f5652"
}
}
@@ -6935,15 +6935,15 @@
},
"adfe3e5c7edd5a80851bc74f15d3c3a590a422ea8b8745b53ea182f3ed0800f0": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.236Z",
+ "updatedAt": "2026-03-11T18:33:55.713Z",
"postProcessHash": "8f7e1c4ab2505c3959f2e2adeb10480f80e521a5d6a8362c24c2cde98ce5d35d"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.237Z",
+ "updatedAt": "2026-03-11T18:33:55.713Z",
"postProcessHash": "816ac83ed6730f6080d6a1fd20d32d3cc43ad13dbea632ba09d60cd9b8d5cf0c"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.237Z",
+ "updatedAt": "2026-03-11T18:33:55.714Z",
"postProcessHash": "cac84d83bf092c873cd01e5183b2800864923ef45bd17fae1170b14d5a244da6"
}
}
@@ -7121,15 +7121,15 @@
},
"6d3c6804356faace62935e0771564ca1b5877a4ee8cea7d1d8dbab674e276dae": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.141Z",
+ "updatedAt": "2026-03-11T18:33:55.548Z",
"postProcessHash": "4a9c550dea2151b8cd494a131d3a1ff960af6a49fea09c6270e7ae2ab178a894"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.213Z",
+ "updatedAt": "2026-03-11T18:33:55.686Z",
"postProcessHash": "c52fbc5776dcddb7021bcacb9d2836c198a94627c3363ad40acb16b9468d0bf0"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.214Z",
+ "updatedAt": "2026-03-11T18:33:55.687Z",
"postProcessHash": "c04ffa66069c83600ed5f44cd25652a776d6a8e83d5e909909e07c202154f1f0"
}
}
@@ -7201,15 +7201,15 @@
},
"1ca7b74ca7d6b3b41f91c0f8c270804b9d9c1435d3b317c1d5a08d56386ac7b4": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.227Z",
+ "updatedAt": "2026-03-11T18:33:55.701Z",
"postProcessHash": "3e6d002c138ab8346cdc401ac5347884b6555e8a1ca0c067f9fc655e0a34247e"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.232Z",
+ "updatedAt": "2026-03-11T18:33:55.707Z",
"postProcessHash": "dee748f5570608666e98a2d597e98cc2aa9d7fa1d4ae3c41087a72b5edc9c29a"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.233Z",
+ "updatedAt": "2026-03-11T18:33:55.708Z",
"postProcessHash": "6e9530d14e3bfc886a58380c5ac0300a29451b578aecff7f97d0348d522f9de7"
}
}
@@ -7264,15 +7264,15 @@
},
"52b19024a144c7e0686c18d91e623665102d462a44cea462c8a002f9546d2274": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.193Z",
+ "updatedAt": "2026-03-11T18:33:55.661Z",
"postProcessHash": "d102219fd7a3848b30fad5258447ee9599eabe5416b2f93f716a1ddb410e7ecb"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.195Z",
+ "updatedAt": "2026-03-11T18:33:55.662Z",
"postProcessHash": "4526eb4250544d150435170c6a901ee32933add749146f4ad6e72729e0746c32"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.195Z",
+ "updatedAt": "2026-03-11T18:33:55.662Z",
"postProcessHash": "9e3e009dfa507614ef3b8baa777cc0285a0c36906001b3f19e5ce7d103cf8d31"
}
}
@@ -7366,15 +7366,15 @@
},
"43a0eb727a4aff8670edd72e4ca6084abc10a266ee7218adc6b43ed994d6406a": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.335Z",
+ "updatedAt": "2026-03-11T18:33:55.849Z",
"postProcessHash": "66e390055e245713af55c1d73a337fab0609e9f12e6e8b38787c833514434540"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.337Z",
+ "updatedAt": "2026-03-11T18:33:55.851Z",
"postProcessHash": "4dca9409bb0c577b3533b8f68e372442b7c40f50119abfb73c36e9c550eb9b86"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.338Z",
+ "updatedAt": "2026-03-11T18:33:55.853Z",
"postProcessHash": "8f8e5b366f3cb5e2711b5a12883874e3e509d9d39efb4413b38bee67838c6f8d"
}
}
@@ -7418,15 +7418,15 @@
},
"2bdf2ef85e8b544cca6075074a3bc7cae7ca06232bb8783e29c2ddfb27b3368d": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.394Z",
+ "updatedAt": "2026-03-11T18:33:55.939Z",
"postProcessHash": "747a1a67ef6492bbff4d4659f4a1faa894e9830ee7b848803844019d038affe8"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.395Z",
+ "updatedAt": "2026-03-11T18:33:55.939Z",
"postProcessHash": "d7ec3f4ea916056419cdfa2dbe18407df249b166464c51adcb6414e91ba9c747"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.395Z",
+ "updatedAt": "2026-03-11T18:33:55.940Z",
"postProcessHash": "4a6c74b3320c81b1a7af5f22cc61baa03cd61bf5136b427cf8ff4f818782fb3e"
}
}
@@ -7635,15 +7635,15 @@
},
"f12b81113778edc8a4c83c856235b91772782d1b6168778859803cf5d40c7295": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.356Z",
+ "updatedAt": "2026-03-11T18:33:55.880Z",
"postProcessHash": "38bea0e7e4cc0e6fa1fe766ec9c47d40da67612fdab0643057cca5f59b5d3f7a"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.446Z",
+ "updatedAt": "2026-03-11T18:33:56.008Z",
"postProcessHash": "38139bfd643400ba687f956888c747a4722115d86b0db62957b25f4508b23167"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.447Z",
+ "updatedAt": "2026-03-11T18:33:56.009Z",
"postProcessHash": "94d8b8a18a1537ca1cee25571e0f4e69efc4abf87b97f4093ea2f86020b3b0ba"
}
}
@@ -7701,15 +7701,15 @@
},
"618f7df0569b227b97f62010e40dca52b5eeaab98708880982cb2b9062b4ea3a": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.329Z",
+ "updatedAt": "2026-03-11T18:33:55.832Z",
"postProcessHash": "d194ff3ab3acd439512453acc1ee7d126003af9166812ecebc09adb7fc8eac23"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.331Z",
+ "updatedAt": "2026-03-11T18:33:55.833Z",
"postProcessHash": "58a4c32f0e9dc1cd1ae98c182e610e05516dad868d8ac794427fd546496de144"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.336Z",
+ "updatedAt": "2026-03-11T18:33:55.851Z",
"postProcessHash": "4eb4020e416f5d395df05036a152d9a455403d2931cd808b4de5ff10e8d5697c"
}
}
@@ -7780,15 +7780,15 @@
},
"df814b0e0a68e3a140bf4bfe47b4f3aa21651a1198593aab4cf11e394ffed370": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.315Z",
+ "updatedAt": "2026-03-11T18:33:55.820Z",
"postProcessHash": "e609e081823569b0674219c6348db5d75f758b70fb93239a20671e85b86175f7"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.315Z",
+ "updatedAt": "2026-03-11T18:33:55.820Z",
"postProcessHash": "b019a197fff74cb12b3449b2794b378f3e99af15849d9c26e4371ddf7b71ca17"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.316Z",
+ "updatedAt": "2026-03-11T18:33:55.820Z",
"postProcessHash": "694fb7e8556c8e4af0a3fd2985c76008fb41fdecd01c559b20993a626ef252a9"
}
}
@@ -7832,15 +7832,15 @@
},
"86b8e097a9b0e46381251b330ee2994848fa61c2f11f64334905dbfc1ca8e17c": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.181Z",
+ "updatedAt": "2026-03-11T18:33:55.619Z",
"postProcessHash": "11bae015734e64879e0d11a17f951f92c9b15f7dccbba52fba05be561836220d"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.181Z",
+ "updatedAt": "2026-03-11T18:33:55.619Z",
"postProcessHash": "3e4f7108c4d0ecf5c5fddda1f03e971c3749a3376c5d9b686c3346ac98d9abdf"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.182Z",
+ "updatedAt": "2026-03-11T18:33:55.622Z",
"postProcessHash": "79cff003f9b18f62b1f0aa24cd6df20f42f8bcd8493c67ff57052d34b41e5e45"
}
}
@@ -7884,15 +7884,15 @@
},
"3c3a0cd2e49916d3a78ea9c30ca15a9dac71b0c58cfd39f5996949538af427f6": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.290Z",
+ "updatedAt": "2026-03-11T18:33:55.779Z",
"postProcessHash": "d05585aef1fe86fbbe8eadbdf7ae92906bc2f2e452944101aa12cccd58a2513b"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.293Z",
+ "updatedAt": "2026-03-11T18:33:55.789Z",
"postProcessHash": "f062e11080231a67a92c250ed17120e4e984d743ba158cedcb07b9f279828087"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.294Z",
+ "updatedAt": "2026-03-11T18:33:55.790Z",
"postProcessHash": "238d5c5023a1f00c966623b3bf24955cecddc48039d03b98ebbde4154f9ee431"
}
}
@@ -7950,15 +7950,15 @@
},
"15c320c1993e6e3bddb2a87e9131521dfe086c70529878b79c528812b2728c11": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.189Z",
+ "updatedAt": "2026-03-11T18:33:55.657Z",
"postProcessHash": "4a0e1d40b6ecdea29037677181688456523903dae07f42eb7873789758c0b852"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.190Z",
+ "updatedAt": "2026-03-11T18:33:55.658Z",
"postProcessHash": "260d570f040a591d3c8a37b8a4b42e0fe3d17de85f10463cbdf7fa27eb0693b5"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.191Z",
+ "updatedAt": "2026-03-11T18:33:55.659Z",
"postProcessHash": "0d539fe5a95dffa17d2e23f694408643a638905749143a2aa027264da4ec69c4"
}
}
@@ -8027,15 +8027,15 @@
},
"dc840019005efdf82cf09a2011702a45c02ba5bf5829e9d289536154327e953a": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.291Z",
+ "updatedAt": "2026-03-11T18:33:55.780Z",
"postProcessHash": "6e5154ab531de4873d9041b20a7924609b748e796bc332ebd5d2415a2a6dc163"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.292Z",
+ "updatedAt": "2026-03-11T18:33:55.787Z",
"postProcessHash": "813c6fe9ae6082430e11fe857037a0377f202d91a8040cd9f2ae0a7062ab0cf2"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.295Z",
+ "updatedAt": "2026-03-11T18:33:55.791Z",
"postProcessHash": "5175e1044dfc4b651b074bcd0c5e246a39f20f71460bdfc52462fe1b4aa4ccad"
}
}
@@ -8132,15 +8132,15 @@
},
"43be7fc62ddb4f7e0d9269f11e2cf2cf73e6f2cc68c8e96742a05a4e8e155aee": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.342Z",
+ "updatedAt": "2026-03-11T18:33:55.866Z",
"postProcessHash": "432e6aba97c6d4a92f414451573eb4afe86198cee00f44da98927d6a22392bfb"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.344Z",
+ "updatedAt": "2026-03-11T18:33:55.868Z",
"postProcessHash": "f76590c6eb1dcca18d047ff277e19edbee6252259f828fab1481fe7fe463c614"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.345Z",
+ "updatedAt": "2026-03-11T18:33:55.868Z",
"postProcessHash": "1b0610e48c149b4494466dff6fff740deb685da1e06838b2c1ada45c08bad2c1"
}
}
@@ -8184,15 +8184,15 @@
},
"16ffb9f1c23dab6f47df9381a23e5d7e91e36132221c0b7f111e766fcff1f50f": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.179Z",
+ "updatedAt": "2026-03-11T18:33:55.614Z",
"postProcessHash": "b73cd584801252c7df5fdaa0f1340538b79a687b2478f2982a02d096b2eddaed"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.179Z",
+ "updatedAt": "2026-03-11T18:33:55.616Z",
"postProcessHash": "416e947039ecb7f48b8538ca3767057e50ac1f8a71ced0dec8ced92b6e2056d6"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.180Z",
+ "updatedAt": "2026-03-11T18:33:55.617Z",
"postProcessHash": "c1a3a89da04cb3e41c20b10019e39cc52710f4df1e6fe5c2211d77fabe368354"
}
}
@@ -8292,15 +8292,15 @@
},
"035f3ca10a98bab35bb1c5106bd5157f681d0ca45134b47f0596bdbefaab3aa2": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.330Z",
+ "updatedAt": "2026-03-11T18:33:55.832Z",
"postProcessHash": "bba921b34ffa633f63520bfe9b789b7763269e9eff904779d8d755148d07ad8b"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.339Z",
+ "updatedAt": "2026-03-11T18:33:55.854Z",
"postProcessHash": "6da52b4eed47c76249171d3ed56f8f6bc7eef7d35293dffc3b6e0d4f77209c81"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.340Z",
+ "updatedAt": "2026-03-11T18:33:55.855Z",
"postProcessHash": "9b98e6e3ec79050a2bfc1ea3575d72d3cd434a545a390877bdf4881221540b52"
}
}
@@ -8383,15 +8383,15 @@
},
"72b278f094b7ea2fd15648a004a0c9b4182d51ef2e8f7f3f767c13ff4b06c5dd": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.286Z",
+ "updatedAt": "2026-03-11T18:33:55.775Z",
"postProcessHash": "45552e7681290583409fd0638375f1c841eab621ffa007611ea2f5858c1af05b"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.288Z",
+ "updatedAt": "2026-03-11T18:33:55.776Z",
"postProcessHash": "b58c5853ef7a32550470d65fd7d9f6fae0049611c327f95b9f33614a01fe7775"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.289Z",
+ "updatedAt": "2026-03-11T18:33:55.778Z",
"postProcessHash": "1f2420f56bfeb6a227c955bcb5cbf6fe3ce84fdaaab10f2cb004282032f9224b"
}
}
@@ -8477,15 +8477,15 @@
},
"06aa7d4453fb4d8977d0e0c3aeffd9e1b32aa9f2045e38b9b094613b6b446664": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.185Z",
+ "updatedAt": "2026-03-11T18:33:55.650Z",
"postProcessHash": "3a955ec7658e1d1ee2f2098a00a1ac03aa3d6dfbbe567e37c44589120a8dbc6b"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.186Z",
+ "updatedAt": "2026-03-11T18:33:55.652Z",
"postProcessHash": "492d0d2c9e2625af4c5cf0c13d6350f8336bda47c9bb5c7c579533082224ed91"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.187Z",
+ "updatedAt": "2026-03-11T18:33:55.654Z",
"postProcessHash": "647228a90f03fd15e917c4a217d21c3f288e07d2ff0804954e9042666539ad26"
}
}
@@ -8529,15 +8529,15 @@
},
"5b24493244d0710ac99f217f58a892434b35852b99d223ed615c968c942924d9": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.348Z",
+ "updatedAt": "2026-03-11T18:33:55.871Z",
"postProcessHash": "ac775f638e5cc784ac22f1cc82926812d23c3a07cc423c8a4c0e08d0d250f7d5"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.349Z",
+ "updatedAt": "2026-03-11T18:33:55.872Z",
"postProcessHash": "4cf1fd9c97eb4825d667f8af374be13a1919d622048b1179f581c788bc16ca92"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.351Z",
+ "updatedAt": "2026-03-11T18:33:55.875Z",
"postProcessHash": "3135c5e445af90b73ac8c38dee71526899a99a4f655e5b29fdd76e3cced188a5"
}
}
@@ -8606,15 +8606,15 @@
},
"d86a9ecba8bf5a96bc39bea9794f6732c85c706caa36949aa0a4c0e6d4fbc74c": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.331Z",
+ "updatedAt": "2026-03-11T18:33:55.832Z",
"postProcessHash": "7c4ac9cf3090fdad0b3ae5032cb15b37b540bd6e8d1d73dbdbbe942849bee304"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.333Z",
+ "updatedAt": "2026-03-11T18:33:55.835Z",
"postProcessHash": "c872d858a4f7255cb5cec3332626d3446654d9169a40e04592e697a57c1b2d0b"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.334Z",
+ "updatedAt": "2026-03-11T18:33:55.836Z",
"postProcessHash": "09d5a98792b8c8a0df22113ba988c48d2d2242415ceae451aba8b9d1c5d406cf"
}
}
@@ -8714,15 +8714,15 @@
},
"64dd0af474976e1a6897664f948bacb071551402b35682bf26ed5450cecc7102": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.332Z",
+ "updatedAt": "2026-03-11T18:33:55.834Z",
"postProcessHash": "076f80660b72de8338956172cc5be73a4de1772a2bcacd1f980f382bfe97e224"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.336Z",
+ "updatedAt": "2026-03-11T18:33:55.850Z",
"postProcessHash": "c73ae46a907d08189289f418b56dc143952c279641e5eef8b1a5aaaa2ba5853d"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.337Z",
+ "updatedAt": "2026-03-11T18:33:55.852Z",
"postProcessHash": "6e5f023bf6cfca7eed8d4a33c39027a809dcae0f8c6ac6ff8c2c5eda2516341c"
}
}
@@ -8802,15 +8802,15 @@
},
"89f25a461000b4bbf13ee0f59fc30fdd1231590e5a603346f4ab56c0aa3ba9f4": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.340Z",
+ "updatedAt": "2026-03-11T18:33:55.856Z",
"postProcessHash": "13e70933e35421d6d11ea7b963720af4bf1e9627d64ed05a3e1c846489516387"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.343Z",
+ "updatedAt": "2026-03-11T18:33:55.866Z",
"postProcessHash": "b4fb1ac9b37a904b14cc5b17045265c48155a84dade5b3fc8f3df2f3af94bf45"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.347Z",
+ "updatedAt": "2026-03-11T18:33:55.870Z",
"postProcessHash": "293034cf88109f22fc0ba94d5f1eaa87ad2b76f9c51179d90d986e67b9e0ce6a"
}
}
@@ -8921,15 +8921,15 @@
},
"a29f97b7803eef659b6e80de93ddeb5d7c915130424c0c4f70eeaa60807fe35a": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.341Z",
+ "updatedAt": "2026-03-11T18:33:55.865Z",
"postProcessHash": "2a5b3da2d72833df40590852a7fada712fecd55a74a7ad01c00048da795f27aa"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.344Z",
+ "updatedAt": "2026-03-11T18:33:55.867Z",
"postProcessHash": "af264dab22044df11a14a6d83c9fa051a211601318d1184b8ae25bd21d0ba386"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.346Z",
+ "updatedAt": "2026-03-11T18:33:55.869Z",
"postProcessHash": "21a514c35f23e3c16dc556714cfaf4477d8dc39ef3305ee0d9097fa6d099a181"
}
}
@@ -9015,15 +9015,15 @@
},
"495c2e1296e22d57c3d47d06c7529e8b550155f25c86fc855737fdff65980f23": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.352Z",
+ "updatedAt": "2026-03-11T18:33:55.876Z",
"postProcessHash": "5429504927a1ddfb06c4ab5a755c61adf91fb47fe5fef5f5f2c4accaf30319de"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.352Z",
+ "updatedAt": "2026-03-11T18:33:55.877Z",
"postProcessHash": "7822b290f118f02a14179ccf624a47f009c557dd8c5d865ceb4c8a83ebb8c051"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.353Z",
+ "updatedAt": "2026-03-11T18:33:55.878Z",
"postProcessHash": "932a3e04601cbd130094d6d8a5cc78d47311a4f5473c633b435698a2dbab489f"
}
}
@@ -9287,20 +9287,34 @@
"updatedAt": "2026-03-11T18:24:35.634Z",
"postProcessHash": "20afdf23ab55294b6b65c06cdd2b073fdc8d8a29839a2470624e804ad568e803"
}
+ },
+ "d9e0743f0306b4cf10aa737a2bfc15079bff8c2cc42e9270197db20790e64ae5": {
+ "fr": {
+ "updatedAt": "2026-03-11T18:33:56.121Z",
+ "postProcessHash": "5161c34df53482af45976b8e01b27ea16a8e58fb681d1c680699b22a27b9b26b"
+ },
+ "es": {
+ "updatedAt": "2026-03-11T18:33:56.202Z",
+ "postProcessHash": "fcf3501f0fa0044d53d92b2402c2bb8f8efbc2943296567b9314243ca90f907a"
+ },
+ "zh": {
+ "updatedAt": "2026-03-11T18:33:56.205Z",
+ "postProcessHash": "87f922b0d6c0c7d2e6cfaa327d68d77d76352edba8ab2b51cfe6f1968bbd4826"
+ }
}
},
"53c3b9e499ef5bd5e368aa05a9a2484ab2e83e086a848e4dc65f744f4303c18f": {
"fc7569e7101cf497720e212cf9526dfda81c1a7301c1866a84396fb6339961ed": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.458Z",
+ "updatedAt": "2026-03-11T18:33:56.027Z",
"postProcessHash": "054bf9d6cb704aa2d953080de4788ec2f5a1e231bd8a86e7e2ca65b646063f48"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.457Z",
+ "updatedAt": "2026-03-11T18:33:56.027Z",
"postProcessHash": "88f78075b2ed06ff0170d6d66bad542dfe18ee6a1d591937ca9de4233b4c8652"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.457Z",
+ "updatedAt": "2026-03-11T18:33:56.026Z",
"postProcessHash": "baecd50b66903875691a139950151b911d09dda239e1f7cb1d39976cbbff674f"
}
}
@@ -9383,15 +9397,15 @@
},
"6879f711d6801e13f4a0294947ec1f1b60192fb73f4ecbc7a5df453e739dd588": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.391Z",
+ "updatedAt": "2026-03-11T18:33:55.934Z",
"postProcessHash": "409a7ad870aea23bccc57c3a62d4fd25cd5fdc903b933afe66c1dcad484b9792"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.392Z",
+ "updatedAt": "2026-03-11T18:33:55.936Z",
"postProcessHash": "1479dd56030106597dec3abb3dc89c0e931bd2a5ff2c66e0e8bab4ceeae75ca3"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.393Z",
+ "updatedAt": "2026-03-11T18:33:55.938Z",
"postProcessHash": "7cf5cb02e7cdf4d538557dae703fd007381a2ad7456108166fb108d3c227c129"
}
}
@@ -9463,15 +9477,15 @@
},
"567f6409363f3d8372798d08bf4298683cc200e43b0d67900f902c440979f8a3": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.302Z",
+ "updatedAt": "2026-03-11T18:33:55.800Z",
"postProcessHash": "702f2d9e31dbbbf255f485a76e5c5512c2bd44c6987144db5fddfdd4be49dbd2"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.302Z",
+ "updatedAt": "2026-03-11T18:33:55.801Z",
"postProcessHash": "6e7c0d1b2c765c76c55d73902b4552f077bc6db0611e1f1f568af8f42eb5ca44"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.303Z",
+ "updatedAt": "2026-03-11T18:33:55.802Z",
"postProcessHash": "196ca0559e69dd94c867140ed6e8be9f96f6a2aec66112838f7e587da504ede2"
}
}
@@ -9529,15 +9543,15 @@
},
"21a0b2deabfbaf3dac32c33102696e7f1e7d7f3c06f9dfd11ba79361689e8523": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.365Z",
+ "updatedAt": "2026-03-11T18:33:55.894Z",
"postProcessHash": "68a00808acfc77f5b20417d067f729eefa421a526ab40f860b2c2f5f5272da72"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.365Z",
+ "updatedAt": "2026-03-11T18:33:55.894Z",
"postProcessHash": "ba05cd6a5756d951f89fddb02b38e30ff9ba5d43ebb537d384fc4675987a357f"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.366Z",
+ "updatedAt": "2026-03-11T18:33:55.895Z",
"postProcessHash": "7379c5482c054de412421f901d3706f30b79d23a8b93ed69a78dc3e540e740ac"
}
}
@@ -9567,15 +9581,15 @@
},
"adbe9541002b1646c97b2808c84189ee9f023c72ad021051e865d9d5ef268ec9": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.269Z",
+ "updatedAt": "2026-03-11T18:33:55.735Z",
"postProcessHash": "4b0acbfe6598a091275b0e8bb0e204956606e3250e939e46c796cc67719609c4"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.270Z",
+ "updatedAt": "2026-03-11T18:33:55.738Z",
"postProcessHash": "9db8494b6a5fc6f8d035c978771fda3d0f622d7365996b5086201f7cea7ba409"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.274Z",
+ "updatedAt": "2026-03-11T18:33:55.758Z",
"postProcessHash": "113a8f8013e81920fc3346eb087306aefbe82ef33b8bc0648c4d0acf9bb7ce97"
}
}
@@ -9691,15 +9705,15 @@
},
"e82790c3849cc945326d64deaa58103dee138b606ce25e1b8bf5ab9f856e7e45": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.309Z",
+ "updatedAt": "2026-03-11T18:33:55.813Z",
"postProcessHash": "7b6306bce094cb6d0218e6b51dc9b19fe8f157a6bf9dee3f4c0fb3100697c799"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.310Z",
+ "updatedAt": "2026-03-11T18:33:55.816Z",
"postProcessHash": "0d6aa088048cf1f695535a37c5df06c15984124dcc87f405e08909a292b8900c"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.311Z",
+ "updatedAt": "2026-03-11T18:33:55.817Z",
"postProcessHash": "cc9de746565df57cbc0359a38ec056ffc29f06991a57b1b2725faf5eea6bdf77"
}
}
@@ -9743,15 +9757,15 @@
},
"6d7be3ed6cf6cf73f9dd1ee0abc3410acd15f4d0a2a470488617ae408c442353": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.418Z",
+ "updatedAt": "2026-03-11T18:33:55.960Z",
"postProcessHash": "d62ced0603d05bc2c13799de191ff58a6b05610eb2e1842a2dc904f500edab45"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.419Z",
+ "updatedAt": "2026-03-11T18:33:55.961Z",
"postProcessHash": "58eb308fc3e11af3d6fd10447760d6b5d4e58325fdee5f4f3431da7084771fe5"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.421Z",
+ "updatedAt": "2026-03-11T18:33:55.962Z",
"postProcessHash": "96184caed94904990dd4c23d0a60a34ceb343db7858695ef91d27e61f038a2c3"
}
}
@@ -9823,15 +9837,15 @@
},
"f3c88312a44c6f521f6212ad26b85b83bf162afb226276edd0cd36e7ce7b27c1": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.406Z",
+ "updatedAt": "2026-03-11T18:33:55.950Z",
"postProcessHash": "028862758fb98e17a4eb3e520fb6fc6ae56bc9e9f3eb5c38d1efdb27029f3f3c"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.406Z",
+ "updatedAt": "2026-03-11T18:33:55.950Z",
"postProcessHash": "8de1b19273026513ff0d90a18fea8a01fcb8fb0f45de756d5980b89eea7e9103"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.407Z",
+ "updatedAt": "2026-03-11T18:33:55.951Z",
"postProcessHash": "c3c3e818652cb3920206155de91e7eb45645c9a55d3d44a98df7c4381012123b"
}
}
@@ -9931,15 +9945,15 @@
},
"6e8c592a9308620b4bd26d8a0693c79f3f4615661ac4decb072480ecf9ae837d": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.415Z",
+ "updatedAt": "2026-03-11T18:33:55.958Z",
"postProcessHash": "621fc860da6f085a100bdd3483a34bb74ed16ed15f234beff5838bf4cc07a898"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.417Z",
+ "updatedAt": "2026-03-11T18:33:55.959Z",
"postProcessHash": "b11b00cf7d37ca1bc0977c86d91b31276fc104855655e303c49f7292af3b619a"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.424Z",
+ "updatedAt": "2026-03-11T18:33:55.968Z",
"postProcessHash": "5da1959aee65551c39116896bbe516f1b1d943487ac1a5f35ec5def199441976"
}
}
@@ -9983,15 +9997,15 @@
},
"6e6dc4bf8a784178938fc8940b19d12840b4dfc0616cfcffd389c1dbf6b169cb": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.389Z",
+ "updatedAt": "2026-03-11T18:33:55.933Z",
"postProcessHash": "82c9ed346972417a9d7662ea34e3ac36db6755a80a947b37067fe61ae2000b28"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.391Z",
+ "updatedAt": "2026-03-11T18:33:55.935Z",
"postProcessHash": "66084a8f055207dbb271ebc1e9c53b3e4eab4dd4375a4849ae86ed370c9b20e4"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.396Z",
+ "updatedAt": "2026-03-11T18:33:55.941Z",
"postProcessHash": "a60b72007a91b910277cefb0cfa09e751a90eb2e5b663cb1a1047689c6c50cb4"
}
}
@@ -10126,15 +10140,15 @@
},
"967d283ada886b039699066a3259866fe1aa25360575ec5040eda09930e2d8aa": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.367Z",
+ "updatedAt": "2026-03-11T18:33:55.896Z",
"postProcessHash": "ef8621e9268023e8d7269a41ba7a99edf8b3ba85041ce046d96f58ac6eae5a22"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.367Z",
+ "updatedAt": "2026-03-11T18:33:55.897Z",
"postProcessHash": "e6122f1b04ee460f1614c92390ced11f1e7d17ded163bc5289d2ca0980980fd9"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.368Z",
+ "updatedAt": "2026-03-11T18:33:55.898Z",
"postProcessHash": "09be7d1d144a7e2e42d67867a5398f528ae7abfcb6a1e8a11a6d3af9c5b21ed3"
}
}
@@ -10178,15 +10192,15 @@
},
"3bf53e657d302e66c328eb8569155aac8b14a0076046efd03ed57e78fefe0b98": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.278Z",
+ "updatedAt": "2026-03-11T18:33:55.765Z",
"postProcessHash": "b580c591bd87d7d3a1333410ef2c89df193538ab6b1039d206ff16ab2c619b1b"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.280Z",
+ "updatedAt": "2026-03-11T18:33:55.766Z",
"postProcessHash": "644f39fac2d83222764f818828f154b69d949c7202c879416fbddbcdaff86609"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.281Z",
+ "updatedAt": "2026-03-11T18:33:55.767Z",
"postProcessHash": "fb116c8c60ff1488474e46773aa7e0b2b106bd96e4c5c6a1aa9ada5fcf1ed206"
}
}
@@ -10255,15 +10269,15 @@
},
"d6811b6275db22f4ea6eead8944fbe9131f97fd66fdf14b1a7bdf0c6c4e243ed": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.408Z",
+ "updatedAt": "2026-03-11T18:33:55.952Z",
"postProcessHash": "34f38dbc77cc61ce6224aff453ea3487fc9a49ab2b2d7854588f584fd5b470e8"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.410Z",
+ "updatedAt": "2026-03-11T18:33:55.953Z",
"postProcessHash": "a1d26273bc3945c5d167a889312fb1700fee1912e52e4f4a1105ee75fbf05f22"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.414Z",
+ "updatedAt": "2026-03-11T18:33:55.956Z",
"postProcessHash": "daea170594beebcf007e81aa8622d9d5b55287ce1fed0445b18444ed94d07e1c"
}
}
@@ -10335,15 +10349,15 @@
},
"49456905e6ee7a0f99b1ac047e3c865e9474e2346312c549c24ca8224e0af576": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.316Z",
+ "updatedAt": "2026-03-11T18:33:55.821Z",
"postProcessHash": "4a44f6e4a310b8d8c89d3f01caf5b19a041c3cf9bfc752c0c5f628c06f08a02d"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.318Z",
+ "updatedAt": "2026-03-11T18:33:55.822Z",
"postProcessHash": "24428d8d1cb7af4208485c3878340841946bf2d15ec26fd7c4cc0a1070952afa"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.324Z",
+ "updatedAt": "2026-03-11T18:33:55.825Z",
"postProcessHash": "731b1d3c8cb9f2576fd5ddb14add6dcb0178dfba9fc4b8f0db4a121039f4fdca"
}
}
@@ -10426,15 +10440,15 @@
},
"aaac413d73c778b1c130dbf4991589b6f93c401a02a489098c86cb2ab6fdeda2": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.399Z",
+ "updatedAt": "2026-03-11T18:33:55.944Z",
"postProcessHash": "b07c6eb592cef13834d68093eb5046e0d406e5eab7be20321d41f0ef10be6e24"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.400Z",
+ "updatedAt": "2026-03-11T18:33:55.945Z",
"postProcessHash": "0c971ee7f1b337fafb311c32ff80ff109258f22f0986567fc5c124b48c527de9"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.401Z",
+ "updatedAt": "2026-03-11T18:33:55.947Z",
"postProcessHash": "291b10cf877e4af5c871eb712f526a377783b86af10d0452ddbc4c2f13b8dcf5"
}
}
@@ -10545,15 +10559,15 @@
},
"9790bd084157b01dd5f2a2091794237cc27e82b4bb48f760550baf3fb57f4756": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.429Z",
+ "updatedAt": "2026-03-11T18:33:55.981Z",
"postProcessHash": "bf150f0101d1109d5016a29dd78a9b8658b1ac882faf7324f74225a84cf78d8e"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.430Z",
+ "updatedAt": "2026-03-11T18:33:55.983Z",
"postProcessHash": "ca029f7e15ef31199ce1da23284cc2f92d96590a0d18ffa295d1c18b4d1d9b5e"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.432Z",
+ "updatedAt": "2026-03-11T18:33:55.987Z",
"postProcessHash": "cece8feae70ecff21efc8c129226fe8fe822a571698b7f141eed0bb8fe8b37e6"
}
}
@@ -10583,15 +10597,15 @@
},
"160f5f116c9fa308d3ec6a5259bbd3981661441ed3005e4cecde5805eb67d49f": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.271Z",
+ "updatedAt": "2026-03-11T18:33:55.741Z",
"postProcessHash": "b28d42a6f94c40653c2068e6658b348d192f91c3a4d711f865121c8cf9dd1130"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.272Z",
+ "updatedAt": "2026-03-11T18:33:55.753Z",
"postProcessHash": "b296312f68f318d7230611776108eea87a4b53ed201c8aabe3ee79bfd290c562"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.273Z",
+ "updatedAt": "2026-03-11T18:33:55.756Z",
"postProcessHash": "8510c54a3b69f2ef327f022a09fb5e0e960dbd13b0700a28548f682f8c98f3ec"
}
}
@@ -10671,15 +10685,15 @@
},
"1e4dcdf85b5daa3b3c298126ffb69381238676ace895ac4afa0c773230b90989": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.423Z",
+ "updatedAt": "2026-03-11T18:33:55.965Z",
"postProcessHash": "6f81c9d157da818503db2f1bf05fc04ede2247c13c5a00b10f6732a0940f1858"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.427Z",
+ "updatedAt": "2026-03-11T18:33:55.975Z",
"postProcessHash": "f0a77d80b710084711e8b49528ed466d1b9d74da2be490bf0289e6e6decb97d4"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.431Z",
+ "updatedAt": "2026-03-11T18:33:55.985Z",
"postProcessHash": "f5c7875b3d0944bfac2e4ef5196e9e9b7a3f5c3aee1741f938507913e544138d"
}
}
@@ -10790,15 +10804,15 @@
},
"e6339ce35542c0a5015ec2d55de7321f2a4d7ede56e917a83707b0214744813f": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.275Z",
+ "updatedAt": "2026-03-11T18:33:55.760Z",
"postProcessHash": "b5fa581694ecb201e289d13c1f059926e690969383c248805125350229253d42"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.276Z",
+ "updatedAt": "2026-03-11T18:33:55.761Z",
"postProcessHash": "4420cd00d566ef5ab3e1e5b1eda860d15f9c5cfa48e37a087c9fa8e3be19b3ee"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.277Z",
+ "updatedAt": "2026-03-11T18:33:55.762Z",
"postProcessHash": "770739c81b33d7b389ff8e5bbcd71fcd28d193e6ef7ada15010a72ac9174731d"
}
}
@@ -10931,15 +10945,15 @@
},
"ff36ee39eb5293219d576c54a4c87bdef33a3e810bead20879934f255a24df2e": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.432Z",
+ "updatedAt": "2026-03-11T18:33:55.989Z",
"postProcessHash": "7a6bba2a474e40eca7dc74d371cab27d219fba7952c1eb65569b5975deee0d3b"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.433Z",
+ "updatedAt": "2026-03-11T18:33:55.990Z",
"postProcessHash": "a76242e3aa298da11ab6697057cf21d5f68a007ce18e3fd085c6e2d74f99f7d9"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.434Z",
+ "updatedAt": "2026-03-11T18:33:55.991Z",
"postProcessHash": "d19d3ca64cb249ee95a34862a0adc0ac4c04be8d9d804e0070a3ad83891c3fe4"
}
}
@@ -11078,15 +11092,15 @@
},
"62434d86c9f82cb6600911a3ee1e2fbe8ab106ddcd9940e0c2b88266f4d47193": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.426Z",
+ "updatedAt": "2026-03-11T18:33:55.969Z",
"postProcessHash": "adfa60d018ee9088a750397b46307135e41c3c14e4dd9d10eb1a825bbdd4f89f"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.427Z",
+ "updatedAt": "2026-03-11T18:33:55.976Z",
"postProcessHash": "3f8e554a180c6b341ff6bb83c9219a6505e222142cef445c53f7ca5c2926f913"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.428Z",
+ "updatedAt": "2026-03-11T18:33:55.978Z",
"postProcessHash": "0f0082995ae67f0b051fb5c3efd4e599ff84f96e941093966514af6e310b930f"
}
}
@@ -11168,15 +11182,15 @@
},
"ed382700c5634bf039b12cd71259b200cc772f5008ba98928de302dc48f0e02b": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.592Z",
+ "updatedAt": "2026-03-11T18:33:56.171Z",
"postProcessHash": "e23c013bbc01481370d699048f6ca8b8a58372364593b2ea60a143914fd4103a"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.604Z",
+ "updatedAt": "2026-03-11T18:33:56.176Z",
"postProcessHash": "7e8d2dac0233e6d2c824b8410b73b23416a22d338e54a21e8aaa6addcc84e77d"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.606Z",
+ "updatedAt": "2026-03-11T18:33:56.178Z",
"postProcessHash": "cabd3beff9b6887c68de00f5c1a6ba30388c80dac238357609f9a59689f17734"
}
}
@@ -11226,15 +11240,15 @@
},
"42b3b8e5f6df092aaed3104aae480cc47309e92cf65f63abfaab2dc4cf4110a5": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.460Z",
+ "updatedAt": "2026-03-11T18:33:56.030Z",
"postProcessHash": "991760f30aa7e33b76cd6bc4eac27e0b96238e44396231230a65b52418bbcc0e"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.461Z",
+ "updatedAt": "2026-03-11T18:33:56.032Z",
"postProcessHash": "88211209eb0d899c8625e6edb38fffaa13abc1882abe21f89669ed79778061fd"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.461Z",
+ "updatedAt": "2026-03-11T18:33:56.032Z",
"postProcessHash": "d5ec3e46bab410f255ca0dc8499f3d0fdea710ff5293e44a601830294897e5a4"
}
}
@@ -11242,15 +11256,15 @@
"b75acb2803501aae1bc445e5c4671f7a1cb79a55d21e1658ded84494ddd40dd7": {
"2d3ea0369c9e0a1cae4d532293d6570f21f57b514c73f999de5c56c3a56fa419": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.455Z",
+ "updatedAt": "2026-03-11T18:33:56.025Z",
"postProcessHash": "2d3ea0369c9e0a1cae4d532293d6570f21f57b514c73f999de5c56c3a56fa419"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.455Z",
+ "updatedAt": "2026-03-11T18:33:56.025Z",
"postProcessHash": "2d3ea0369c9e0a1cae4d532293d6570f21f57b514c73f999de5c56c3a56fa419"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.456Z",
+ "updatedAt": "2026-03-11T18:33:56.026Z",
"postProcessHash": "2d3ea0369c9e0a1cae4d532293d6570f21f57b514c73f999de5c56c3a56fa419"
}
}
@@ -11350,15 +11364,15 @@
},
"b17b15a58a2e9f9bf086ae32d661d7b1911b0b5a29563eb33d8058fb4d83888f": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.524Z",
+ "updatedAt": "2026-03-11T18:33:56.111Z",
"postProcessHash": "e244c38b10be95f8deb3e549dfde3c6727618fd7bb7b4b62108de074e9ee2002"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.526Z",
+ "updatedAt": "2026-03-11T18:33:56.112Z",
"postProcessHash": "a33e75ed84f06a3824b8dff9acf4bb50f45bd1ab43fee1e43eadd6ea4b4dc369"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.528Z",
+ "updatedAt": "2026-03-11T18:33:56.113Z",
"postProcessHash": "4b5c93bc6910c1ba7a9b9cb1b5262218630a11ed53ecb01268209f4e58094985"
}
}
@@ -11458,15 +11472,15 @@
},
"789b4f37793f77c4abe5b2712c02238ad63817d56b173e2c9b91018fdcebb721": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.387Z",
+ "updatedAt": "2026-03-11T18:33:55.932Z",
"postProcessHash": "f1f7efc214258b9cc8d40ffe9bd59f81ef83c40f74ea45a44c01f9e72ae4c5de"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.463Z",
+ "updatedAt": "2026-03-11T18:33:56.034Z",
"postProcessHash": "9a6f28b0dd8a496aaaa7fa3445cee5cb7ed3a5477e0037e5963f719987b7285e"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.464Z",
+ "updatedAt": "2026-03-11T18:33:56.036Z",
"postProcessHash": "fe431ffdf0542c5d8bcce2330390ccc473a793b20d7c49bc7fd938491db87f99"
}
}
@@ -11513,15 +11527,15 @@
},
"043227150cb7efbeaa5527dae3048ba594a912b0a3b6fd998c8f97d8087d0ae3": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.492Z",
+ "updatedAt": "2026-03-11T18:33:56.072Z",
"postProcessHash": "4ac6a64495ce2d6d5f02a0d977ca9f1c496095648bbbbfb4f50a87697ad5ca24"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.494Z",
+ "updatedAt": "2026-03-11T18:33:56.075Z",
"postProcessHash": "6accb6efb91830392215e72501ce43117aef51e485c1f6787248f2751667e44d"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.521Z",
+ "updatedAt": "2026-03-11T18:33:56.103Z",
"postProcessHash": "0594365031d8b11386090d6193bb44bcff032721c6c3c3bd37b158f5f1789d39"
}
}
@@ -11593,15 +11607,15 @@
},
"5b0d7529c38389d0a5fee2c0227c50e17b80f52605c935e8544411af4c70cec9": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.497Z",
+ "updatedAt": "2026-03-11T18:33:56.077Z",
"postProcessHash": "7ef61ef0ac8af5d0491cff198e3e94589f24ce025ccb5b793078898e74a0dead"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.511Z",
+ "updatedAt": "2026-03-11T18:33:56.087Z",
"postProcessHash": "aa13d622dac6388d4a256feaa732632916ca6b922d2b69ef6a7ff1d01a051aae"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.523Z",
+ "updatedAt": "2026-03-11T18:33:56.104Z",
"postProcessHash": "cfccac69a646fb68446e077fd705b1135027a827bad5cdde541dfbaeb6c8c12c"
}
}
@@ -11845,6 +11859,20 @@
"updatedAt": "2026-03-11T18:24:35.631Z",
"postProcessHash": "ca972145748bf0936b6005d15c7802e71a6508100af79051c94fd2e4355fb215"
}
+ },
+ "c634973c0f40c98034141ec0645a85404099b1fe0c8289aa9a4c3b4d43f4bb61": {
+ "zh": {
+ "updatedAt": "2026-03-11T18:33:56.206Z",
+ "postProcessHash": "4ce4068b7b80fe3685b0f78e9dc564487016463afb76c40c731432f96e5c4b91"
+ },
+ "es": {
+ "updatedAt": "2026-03-11T18:33:56.207Z",
+ "postProcessHash": "746df76c4198e45a22672acf0254e771f5eacdd1e1346f3b8b6045883e41b71d"
+ },
+ "fr": {
+ "updatedAt": "2026-03-11T18:33:56.208Z",
+ "postProcessHash": "2c583fe8cb6707ba29092fcf0093ef969e4c6d2291babc67c0a725c59d0a0418"
+ }
}
},
"5af79c39d71a50d0e2da421584ef1fef607068e75adfe2d1b2067d5f86795436": {
@@ -11952,15 +11980,15 @@
},
"5694ef7b8d52ae3b15cb65d6c4f1a56d28cf19bfa475241ca02f27202ec8ec5d": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.477Z",
+ "updatedAt": "2026-03-11T18:33:56.047Z",
"postProcessHash": "568101b6034984ac536a422c484e63f12c22b2f7c85df293806c78024157215b"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.477Z",
+ "updatedAt": "2026-03-11T18:33:56.048Z",
"postProcessHash": "188cdea9a69147614bc3eaa6a2b031cac6e5967bf692d2dca1b6a03ddf5ee312"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.478Z",
+ "updatedAt": "2026-03-11T18:33:56.048Z",
"postProcessHash": "1b7200c17e4a1a70668709828b6960c49d796b2e48aca1217fc3202d7cc8cb8f"
}
}
@@ -12004,15 +12032,15 @@
},
"c889b5cf6462e6a9e6b4ef3de28af6ce73aa33fa297f4923adc0c9fc3f347e5c": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.469Z",
+ "updatedAt": "2026-03-11T18:33:56.041Z",
"postProcessHash": "57f6be4d50de9a1b69d3c6fbdd935a54c91806d93fdcaf9f3e32f93a00fd55de"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.470Z",
+ "updatedAt": "2026-03-11T18:33:56.042Z",
"postProcessHash": "e8d6f339a381143a0f4bdda97e7b5327947e4827b1395dc5d58b5f1cf2a5ae26"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.472Z",
+ "updatedAt": "2026-03-11T18:33:56.043Z",
"postProcessHash": "2865c5a4d907fe77512ad9ca6f0c87933ff18542dd9d7cbf4aa1183d103cefb1"
}
}
@@ -12064,15 +12092,15 @@
},
"4eae604426bf8aea4e211d29fbdb8293ad317b800322c61d893101024cdadff0": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.357Z",
+ "updatedAt": "2026-03-11T18:33:55.881Z",
"postProcessHash": "d050cda4da0cd6807b3671ca7719f9e4a3d0592935b40fe0b6e5776c08314ac8"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.358Z",
+ "updatedAt": "2026-03-11T18:33:55.883Z",
"postProcessHash": "74cd4f6452e34e9ff2ebedf20d2113f6b3e081a079084e5bc367a5a6ffc6d23a"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.361Z",
+ "updatedAt": "2026-03-11T18:33:55.889Z",
"postProcessHash": "d181d20d3d4ad8e044f5e7ad78b356a816c999b73cd5a336403e87ceae9f02e8"
}
}
@@ -12113,15 +12141,15 @@
},
"b50bec2f6fbc20f925edb6d286c9764aae8d9649421d2ee0556e6a4354954892": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.359Z",
+ "updatedAt": "2026-03-11T18:33:55.883Z",
"postProcessHash": "7c00710bb6230a11a5e4a58d7832cd1ac3a4880c965fc054693ba27f275a594d"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.359Z",
+ "updatedAt": "2026-03-11T18:33:55.884Z",
"postProcessHash": "e3d8dc2fccf2b0e4df0e27bea8ed2f4158fad71db1bcc9f7f3fe9f9d896d6532"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.360Z",
+ "updatedAt": "2026-03-11T18:33:55.886Z",
"postProcessHash": "268c9b1e68fd46219de27c7862aacdb2c2b9df92f8c7d05ecc8c5bfef95131e5"
}
}
@@ -12190,15 +12218,15 @@
},
"20b7347758388583c203f0052281d7a6bdf78dc88359401240a1477a2f4815db": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.472Z",
+ "updatedAt": "2026-03-11T18:33:56.043Z",
"postProcessHash": "bd2f14232c7c825533dc429202a7353178b231a2ac4271747af673a1d2b1fe08"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.473Z",
+ "updatedAt": "2026-03-11T18:33:56.044Z",
"postProcessHash": "f6ce4c36e3d5ba566a42b03a89f09e6b2897de42de570a80be655da2f83c3193"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.473Z",
+ "updatedAt": "2026-03-11T18:33:56.044Z",
"postProcessHash": "5067a97b672278d9d409ef9b49730e22d1c06d5c1aefb5ce41a3322a59c12245"
}
}
@@ -12256,15 +12284,15 @@
},
"3e5624c4db5f017e44ecc8f54c4cd49c8e131a33434b6766352cad02115167d0": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.468Z",
+ "updatedAt": "2026-03-11T18:33:56.039Z",
"postProcessHash": "dd9ea99bfe41b4f6ef150b2ccab717ee8f2a77a3b9cc5d1c0e63b472a9eceb56"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.468Z",
+ "updatedAt": "2026-03-11T18:33:56.040Z",
"postProcessHash": "cb46b2a05f3b5821f1eb86d50386fa52ef26b7e704c6e999898aa1c667398eb2"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.471Z",
+ "updatedAt": "2026-03-11T18:33:56.042Z",
"postProcessHash": "2dd3d34542780272abad73926a5ddfaa990c3fbcd4b03e1049b2ae376d40b5d2"
}
}
@@ -12347,15 +12375,15 @@
},
"7931a0b5032dae2c5ebc4072b79335333578b62c35e36190d0b81f6fd890b50f": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.422Z",
+ "updatedAt": "2026-03-11T18:33:55.964Z",
"postProcessHash": "6ab28e5d96a5152826a4c52da0381d63879917fe320e878633a22f749fc114f4"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.423Z",
+ "updatedAt": "2026-03-11T18:33:55.964Z",
"postProcessHash": "84a2630e606efbe9cbee301ddbccd4477fdcc8dc9c4deeb1c8fefe97b416f55a"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.429Z",
+ "updatedAt": "2026-03-11T18:33:55.979Z",
"postProcessHash": "75e3605e84e363ce269e8c1372dea3bd910df1fd1e8e1a6199fa89deb09575ab"
}
}
@@ -12399,15 +12427,15 @@
},
"724ff97df7818051c4ba5adc9159a6df1beb18176377b5bd77809094fc55202f": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.486Z",
+ "updatedAt": "2026-03-11T18:33:56.063Z",
"postProcessHash": "15cd17e2ec537cafb081a4ef7d7dc769843a0815247a25db22c877b1a3bba11e"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.487Z",
+ "updatedAt": "2026-03-11T18:33:56.064Z",
"postProcessHash": "2dfa29d17529516813e4f9d5cac8869f0e8443242aed5f9e9c371ff3ea3935ea"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.487Z",
+ "updatedAt": "2026-03-11T18:33:56.065Z",
"postProcessHash": "0df0fb5ee9eaeaf7bcbfac87a0997d52db99c11792c7b09d1d7df76d5be6b301"
}
}
@@ -12515,15 +12543,15 @@
},
"0db9b7a456ba4b8d78f21ef96eec4717f0605bb2b2c1e806c6584306a149c877": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.488Z",
+ "updatedAt": "2026-03-11T18:33:56.066Z",
"postProcessHash": "5007c65f20d06554bdcf029f565f8c7a25cc9263c95e0d8c94722b1e85328588"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.489Z",
+ "updatedAt": "2026-03-11T18:33:56.067Z",
"postProcessHash": "2f4c5b0ee81ea98df5ea05f5e8db9132a75741eb0a28c72502447e4376cc0a56"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.489Z",
+ "updatedAt": "2026-03-11T18:33:56.068Z",
"postProcessHash": "990ba4f107a33b111681886ea177fa98e9715f9208e1a6ca377dceb1b825299d"
}
}
@@ -12997,6 +13025,20 @@
"updatedAt": "2026-03-11T18:24:35.635Z",
"postProcessHash": "ad73d5087da4c82f1e4225c55e78c3c3f69d063b0dcfdc4d1df71a03ae7fefde"
}
+ },
+ "b1445b159ce803d30f0fcb28d969e01b6db9aace7a4dde22748fc3c1c7b0e4ce": {
+ "fr": {
+ "updatedAt": "2026-03-11T18:33:56.203Z",
+ "postProcessHash": "77a7499b4ca4f43f9b6d0660601d3b865f480e1159735fdddde8d936d292cc6e"
+ },
+ "es": {
+ "updatedAt": "2026-03-11T18:33:56.204Z",
+ "postProcessHash": "d07c8275fd2d3774e5802231efca6e5150b52eaac32095fb55e612f5d5a23f99"
+ },
+ "zh": {
+ "updatedAt": "2026-03-11T18:33:56.205Z",
+ "postProcessHash": "2080048c643729ed0555ea94eac4814f23f7f4ece08b3150d714a534b2d94561"
+ }
}
},
"06cb030b3ffd741cf54d6e45d012198a88112770614d9f4e2d32906dc7d49280": {
@@ -13063,15 +13105,15 @@
},
"a356819e337851e5431e85c0a882277fa228f070d5d5c5d9a18e79ab0b50643f": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.570Z",
+ "updatedAt": "2026-03-11T18:33:56.145Z",
"postProcessHash": "f6d64b08e5e627f16374c657a166bdcdac8b73b7abe14e6ef2422f47474e2d7d"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.570Z",
+ "updatedAt": "2026-03-11T18:33:56.146Z",
"postProcessHash": "4ab55c43bd4fb8d90f9f5cc74a8fd09f606506caf443694681d66b9176da217d"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.571Z",
+ "updatedAt": "2026-03-11T18:33:56.147Z",
"postProcessHash": "e87fa0da7243a8e25d9122541c9c2d96c083a6333f88b3bd01be63f6d66aca68"
}
}
@@ -13115,15 +13157,15 @@
},
"55bf104d1720c6ecdf78ff46104d389cde1dd80ed29186153bcf312479363473": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.578Z",
+ "updatedAt": "2026-03-11T18:33:56.154Z",
"postProcessHash": "94d3a1d1bb48ab490674b381024814c63ddc03ce48969861f3ee56e311559a5f"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.585Z",
+ "updatedAt": "2026-03-11T18:33:56.161Z",
"postProcessHash": "f8a752e368236824f388a666922c91e7120d9fafb49866e7985a5817799e19cd"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.587Z",
+ "updatedAt": "2026-03-11T18:33:56.165Z",
"postProcessHash": "f4150c35c7e041adf2b5761fd5af147083399a33e0b924414146bc73a196adc4"
}
}
@@ -13159,15 +13201,15 @@
},
"86089fad9f70f2674372c36d94b197335c68fe998f576bc45be728743b351cb9": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.458Z",
+ "updatedAt": "2026-03-11T18:33:56.028Z",
"postProcessHash": "29757b143089b41bd019314aaeed4bb973af055bc2931572b06589da7ef655be"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.459Z",
+ "updatedAt": "2026-03-11T18:33:56.029Z",
"postProcessHash": "b188ade5a94905236c76e7d32671e07fd3164eefaf10cf062b69b9c3523840ad"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.462Z",
+ "updatedAt": "2026-03-11T18:33:56.033Z",
"postProcessHash": "dcc5cc6056c9a2f1b8473cdb4906fb449f9754ef9d659dfe1365b5e58623ad53"
}
}
@@ -13259,15 +13301,15 @@
},
"53f68b2e92c0ae32388bb12dd19f6f88ce5fe23ed21bae8de43f0646b762c647": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.585Z",
+ "updatedAt": "2026-03-11T18:33:56.162Z",
"postProcessHash": "f2704e1fd2c11201f128997caaefe56e6bbdce171ebcc2a4ab3eb699fe1dfd6d"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.512Z",
+ "updatedAt": "2026-03-11T18:33:56.095Z",
"postProcessHash": "90a8269c5cb1cb7c9405e8e73697d2d67a28da5dae464490fc068d5eb740fd45"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.514Z",
+ "updatedAt": "2026-03-11T18:33:56.098Z",
"postProcessHash": "f84176e4a63e889c560a619d27e891ed590c09567bf00ee0b5b918360d710e7e"
}
}
@@ -13297,15 +13339,15 @@
},
"f07a3c65b544b1b6c3631e472056dfd51f9fbc79e28fe7073271fa963f1355a2": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.448Z",
+ "updatedAt": "2026-03-11T18:33:56.014Z",
"postProcessHash": "4496ca98a01e7502324d30bf0469b59ce40c1db2b03a86b44353ea82fd7ea120"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.450Z",
+ "updatedAt": "2026-03-11T18:33:56.017Z",
"postProcessHash": "08ca06a1338ba7049b87366bddb334e923088a7206035d664245d22801820110"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.452Z",
+ "updatedAt": "2026-03-11T18:33:56.019Z",
"postProcessHash": "b563eb2cea6afc1153afe426a3ac992bd028ce5fa354232e994b9a3a5d449291"
}
}
@@ -13335,15 +13377,15 @@
},
"9af3d645babdeca987fedca80aae0b76816b37e30bf3a25fc1db00ead3f1bca8": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.548Z",
+ "updatedAt": "2026-03-11T18:33:56.013Z",
"postProcessHash": "33c20bd73a7a8748f16da13e403820f6f6966387d9cfea733ef5e68057ec6cc6"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.549Z",
+ "updatedAt": "2026-03-11T18:33:56.015Z",
"postProcessHash": "c6c4a678806e221fab1713a0b18cf048bbf05300f7c6c9308b94c8c30c47d297"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.553Z",
+ "updatedAt": "2026-03-11T18:33:56.124Z",
"postProcessHash": "fe0bdd6098714b57e215235c69b6041a271ff0bfd974868e95c18b57981c0836"
}
}
@@ -13387,15 +13429,15 @@
},
"2b7a8bb5b3928990f1ebc283402e10832b939f4fd9e6b0cdb4b91279bf8e8ee0": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.579Z",
+ "updatedAt": "2026-03-11T18:33:56.155Z",
"postProcessHash": "c15656b3c4f8b5f8a095c4a691628911c9411e5255bae0f5b47e7a19604a76f8"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.586Z",
+ "updatedAt": "2026-03-11T18:33:56.163Z",
"postProcessHash": "a6465baf7e528021ebc5854703fa6c4e192e9e52079aa56f2de413edad6ce46e"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.588Z",
+ "updatedAt": "2026-03-11T18:33:56.167Z",
"postProcessHash": "32e1edc8b631e72f8a24d95a7a5ec84213a865bc35d0b2c70a7c97fcf1f29b12"
}
}
@@ -13439,15 +13481,15 @@
},
"1a17a7bba41507a621519edf2992bc919483aaee7ea0fb1d16f6abb5da38a2ed": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.573Z",
+ "updatedAt": "2026-03-11T18:33:56.148Z",
"postProcessHash": "1dc87cafde7b50dc4bab2e80d4ac1366c0fcb7250f652db745e1972142228f0d"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.584Z",
+ "updatedAt": "2026-03-11T18:33:56.159Z",
"postProcessHash": "017f1100538a0960ea70961f04cc89eb4f43e917aab331ce41cb625624d901d5"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.591Z",
+ "updatedAt": "2026-03-11T18:33:56.170Z",
"postProcessHash": "d767977c91dd67984f74bc656d34ef70b1ba618e11434133e7a28d6f96ac5d9a"
}
}
@@ -13491,15 +13533,15 @@
},
"5b130f85ca130631ef6025ea667ffc485ee9968aa3781e730db73034434cf3a9": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.574Z",
+ "updatedAt": "2026-03-11T18:33:56.150Z",
"postProcessHash": "af6684820397686776b9f56ea3e62a7448b834e01ae69a285d94b1b181665bb9"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.574Z",
+ "updatedAt": "2026-03-11T18:33:56.152Z",
"postProcessHash": "8afd82ee43ab20f9361e0b6f317bfb37577cdce94038f91aab28fb9659b33b3b"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.587Z",
+ "updatedAt": "2026-03-11T18:33:56.166Z",
"postProcessHash": "39c22eee5babda457d92ec18aacb15658235540b39334e9f08a20173d8db483f"
}
}
@@ -13623,15 +13665,15 @@
},
"056f782dbc9a5715d5037f87983eb03b48c7732f64186135e16e3ac23037bb9f": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.594Z",
+ "updatedAt": "2026-03-11T18:33:56.173Z",
"postProcessHash": "5846095fd82ab355bb88c232e3ab4097e172ffc242d20c7b363384e32b0a19de"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.603Z",
+ "updatedAt": "2026-03-11T18:33:56.174Z",
"postProcessHash": "a4d7ca34398216c41a85ade9a2bf7ab8408ac6780688c143652e5c13fa965cc8"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.605Z",
+ "updatedAt": "2026-03-11T18:33:56.176Z",
"postProcessHash": "a7aee7f23a6ab42d7f985c31240c40e1a5909207f1a6e0a4df000c4ab5cffcd6"
}
}
@@ -13692,15 +13734,15 @@
},
"3aa9481914f8fcd268324716d721454f34ca08bcac34564a2dd2da2d0011ff1d": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.495Z",
+ "updatedAt": "2026-03-11T18:33:56.075Z",
"postProcessHash": "a6020899983c2d9c74174cbc259782260a7270d6c6395e8106e95907c5d01afb"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.500Z",
+ "updatedAt": "2026-03-11T18:33:56.081Z",
"postProcessHash": "37a1af81c00fc3a571c0d59df71ddde840abd02e9a6617a541fec1d13a046277"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.522Z",
+ "updatedAt": "2026-03-11T18:33:56.103Z",
"postProcessHash": "5c413a01078e9fcafb726e6fd67ee7059211c1266a3d5ac5180389acfae64480"
}
}
@@ -13747,15 +13789,15 @@
},
"b0b65d65cea086b3620f765aca2c35d5df10ceaea2acacdd57ed4be16199374f": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.498Z",
+ "updatedAt": "2026-03-11T18:33:56.079Z",
"postProcessHash": "b81490b2865235ee3a4ef58e373b25a65e71dd1f9d404aa7a1b289ec75060515"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.500Z",
+ "updatedAt": "2026-03-11T18:33:56.080Z",
"postProcessHash": "d57ad1609391ce025dc993d36828fe33376550ec249439d94e5ef9adbefd0094"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.517Z",
+ "updatedAt": "2026-03-11T18:33:56.101Z",
"postProcessHash": "c34261803021a0d6c3df689586645b6c04d0cf46feacd4151e9f419bd0a84a2e"
}
}
@@ -13802,15 +13844,15 @@
},
"56dcd46b9a2051ab1e53b266903defd9a38d1193ee0b1bc12883739e6954f21a": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.491Z",
+ "updatedAt": "2026-03-11T18:33:56.070Z",
"postProcessHash": "18a8f4bebde626d80d0f7d2e7e7bbc08604ead7ef5dad94c0c2fa0290d5e5252"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.498Z",
+ "updatedAt": "2026-03-11T18:33:56.078Z",
"postProcessHash": "48ab36474ce1079f9c7010e487fb4986d0b8328fed2677b40c499c59e0b4fa9a"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.510Z",
+ "updatedAt": "2026-03-11T18:33:56.086Z",
"postProcessHash": "810ed99dc8c859f6548e3f259ef905b4b3209c4a84460beca3d8bc3d66fa56f9"
}
}
@@ -13871,15 +13913,15 @@
},
"171b3f8af43ca82aca5127dd60ea986aadd37a96782901467fda66f496b4dc00": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.536Z",
+ "updatedAt": "2026-03-11T18:33:56.198Z",
"postProcessHash": "63c73e3d224a62fd2a70bb9db51870ec83e3347dc474c33d2777c5a68173f111"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.627Z",
+ "updatedAt": "2026-03-11T18:33:56.198Z",
"postProcessHash": "3de147424c7705eee43cc9dfcd66d4bbcb761017c50e05935e747572774cf2dc"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.628Z",
+ "updatedAt": "2026-03-11T18:33:56.201Z",
"postProcessHash": "73f170e67066888ca77b3112d58c7440a6c0ebe4cc84441737b2e72212cc668f"
}
}
@@ -13940,15 +13982,15 @@
},
"8839b5096396f50bb26729d50008353d9518f981c30df536ac3618bc0b696a26": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.535Z",
+ "updatedAt": "2026-03-11T18:33:56.197Z",
"postProcessHash": "31d120fd7000f268cee4ec859b32267064dc0ab82f6bd272bbbec486913448af"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.627Z",
+ "updatedAt": "2026-03-11T18:33:56.199Z",
"postProcessHash": "23ac3a4651d137cf5660636ae3fac81531ccaec26f44ade3f62afb5c4c943d84"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.636Z",
+ "updatedAt": "2026-03-11T18:33:56.202Z",
"postProcessHash": "d9c0e5d54e0e0810012f2f1a4e49f126ae9167f542b176a2f4e4cc63af2326f8"
}
}
@@ -14023,15 +14065,15 @@
},
"0c5b58dcdddc8bd3253bd765a95cd11020b992bc3dd21729e8831b0df2e8d071": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.531Z",
+ "updatedAt": "2026-03-11T18:33:56.116Z",
"postProcessHash": "4689849dccef348792b61d114f913f2776eeb5b8206cf3d72b716321c5d635ad"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.533Z",
+ "updatedAt": "2026-03-11T18:33:56.117Z",
"postProcessHash": "99e63ac5eae3b7e9db5851fbaccf5bd3a4ff858d34e9392db687beb378ce7cc1"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.534Z",
+ "updatedAt": "2026-03-11T18:33:56.196Z",
"postProcessHash": "b1ebd1ebc10164ca7d1aaa059536d77c1badcd711ee1385e41a69a27bc438fbd"
}
}
@@ -14187,15 +14229,15 @@
},
"cb2d910293b767c34dd3fb539d6a668ab1f984670372e28dfaa9927963e29467": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.515Z",
+ "updatedAt": "2026-03-11T18:33:56.099Z",
"postProcessHash": "e2ca1ffb92ad9b0861aeeca1e900db240bad8fb146191521b1fd8e5214f8bc98"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.516Z",
+ "updatedAt": "2026-03-11T18:33:56.100Z",
"postProcessHash": "5a61fb98c19575dd0b9a1ed7a968fac83930302ec6fe5a16df7aa291b70eadf7"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.524Z",
+ "updatedAt": "2026-03-11T18:33:56.110Z",
"postProcessHash": "72bbaef66c7b3bd94ca719f3773de18aa214b82b56cc0f5968e83004f82f3034"
}
}
@@ -14217,15 +14259,15 @@
},
"51bcf4d81ac47aad8b4d4d0ee489e8af7924906fc1ffbc68bc7543d1c360bfdd": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.453Z",
+ "updatedAt": "2026-03-11T18:33:56.021Z",
"postProcessHash": "4a7fdbba23db103898b33138a2510ec97a20020fcf7c7a28701dfe98145ea486"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.453Z",
+ "updatedAt": "2026-03-11T18:33:56.023Z",
"postProcessHash": "4a7fdbba23db103898b33138a2510ec97a20020fcf7c7a28701dfe98145ea486"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.454Z",
+ "updatedAt": "2026-03-11T18:33:56.024Z",
"postProcessHash": "4a7fdbba23db103898b33138a2510ec97a20020fcf7c7a28701dfe98145ea486"
}
}
@@ -14294,15 +14336,15 @@
},
"d105f05c082a3d197f6e5df69d51463c104e388b130286bf01f3a361621acdea": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.306Z",
+ "updatedAt": "2026-03-11T18:33:55.807Z",
"postProcessHash": "0665f9a804cb1ba298ea6933f67bb07bdf9c92042f5671c26d0c604f06d82b06"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.306Z",
+ "updatedAt": "2026-03-11T18:33:55.808Z",
"postProcessHash": "ffb5d7b69b4b53866f2b28a5429a4cd74e1a766f82545dafb482a26c880a4d73"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.307Z",
+ "updatedAt": "2026-03-11T18:33:55.808Z",
"postProcessHash": "62297e67780ea8029278b720cbda340eafe167025138ea9bfa59eca38575979f"
}
}
@@ -14343,15 +14385,15 @@
},
"eaf3b675306027bf04595dca52e74dd1614edc320fafff007530df01cbb22259": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.559Z",
+ "updatedAt": "2026-03-11T18:33:56.128Z",
"postProcessHash": "a3587b20ebaaff884bc5a71b020088e7cef33d8b63b3bd39058bea7096fd54d8"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.561Z",
+ "updatedAt": "2026-03-11T18:33:56.131Z",
"postProcessHash": "4171929429febde0247535e00c036a61f0a1d8975ce6750b115cb3065f6a98a5"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.561Z",
+ "updatedAt": "2026-03-11T18:33:56.132Z",
"postProcessHash": "1a90247d6776c6905777a0fadee52f8e5ba0dadaf221f8ec6bb0fe865ca109bd"
}
}
@@ -14409,15 +14451,15 @@
},
"54c5a0687c8b4934ef287d9a7adfb1329dd007e94be6f24a25b7e8a3c2b2600a": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.610Z",
+ "updatedAt": "2026-03-11T18:33:56.180Z",
"postProcessHash": "427d54d2394f6d958fb551214cb37858d47d473fdf117b5f4bde4110deee3b60"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.612Z",
+ "updatedAt": "2026-03-11T18:33:56.182Z",
"postProcessHash": "5d6d730282eaa3580b627675e96c5b13f33cbaf43b628c27b1298b0f062d799f"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.613Z",
+ "updatedAt": "2026-03-11T18:33:56.184Z",
"postProcessHash": "ec7a44fd0348b94504352c76f9a8ce6fb60d2ccde10c4145d8b70ca71ed1c817"
}
}
@@ -14503,15 +14545,15 @@
},
"90e1f598ed5de559a4f6cd40e245d2d43d7c98d9ce9ba78c0d69f1ec8193900f": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.588Z",
+ "updatedAt": "2026-03-11T18:33:56.166Z",
"postProcessHash": "3c5490a6871e390c7a9209400a7dea4a5efc13df61b88fcb783c66adc6dff7e9"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.589Z",
+ "updatedAt": "2026-03-11T18:33:56.168Z",
"postProcessHash": "9a65b465a243f19b97e7620e1a7d9c614e8574d7429d75e8c5c4bbc0258d7d11"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.590Z",
+ "updatedAt": "2026-03-11T18:33:56.168Z",
"postProcessHash": "b4aa468315331d6fa6cb52709c5e215e37367ac530d72a8606d1c6c34a89cb8f"
}
}
@@ -14541,15 +14583,15 @@
},
"4bc387e1ff76fddd88238476d65b74ade4cc2f449ce36eb3bc8b85f770c3f490": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.552Z",
+ "updatedAt": "2026-03-11T18:33:56.123Z",
"postProcessHash": "052f957adbf550b514f0b00fb1c6ce4d1f05ee2a1e8c78c4450c7ef4515ce0c6"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.554Z",
+ "updatedAt": "2026-03-11T18:33:56.125Z",
"postProcessHash": "890f0487febc4d3a384c1258113cff8ca9f4897a21aa5f02b498f09c3c436a91"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.555Z",
+ "updatedAt": "2026-03-11T18:33:56.126Z",
"postProcessHash": "4c92ed5694ff42e4e0b3df5381b266d95cc2b19b95ff2b9ee323faed4f1b853b"
}
}
@@ -14590,15 +14632,15 @@
},
"2e6a80a1a0b8e8424f493d4c864eb475de15f72d6014090c74d48ecd2104428c": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.557Z",
+ "updatedAt": "2026-03-11T18:33:56.127Z",
"postProcessHash": "5ce156680db30f828548b0a9a8396e18e5a3af8bb9ff529252ac1fe1be223ce4"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.557Z",
+ "updatedAt": "2026-03-11T18:33:56.128Z",
"postProcessHash": "ad231391fa7696cac3044bf4464023ffe8859f8bc46a24de55c6d25a4e495ce0"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.560Z",
+ "updatedAt": "2026-03-11T18:33:56.129Z",
"postProcessHash": "e1ec1af3e9ff1ce8f3858e2cdb4ecba29883568556230feb2676ae4fbb4eb1b1"
}
}
@@ -14642,15 +14684,15 @@
},
"a44008273723fd04ac7e69e086eb43dcc6b98999b351cf6bbb00c93d86950ebc": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.565Z",
+ "updatedAt": "2026-03-11T18:33:56.137Z",
"postProcessHash": "15c687cde3d5141b8595af275d988a845142d38f96618c341c82a72cd00135df"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.565Z",
+ "updatedAt": "2026-03-11T18:33:56.138Z",
"postProcessHash": "2c67744772576b049509851e7540269c273f4a4d4460f1d07f30b72c4cd252e8"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.566Z",
+ "updatedAt": "2026-03-11T18:33:56.139Z",
"postProcessHash": "c85477b554dd59d278ac41e4c0d6643100a48b740b17f36e84c2f170504fec29"
}
}
@@ -14694,15 +14736,15 @@
},
"3890a0f4b738917a541d60521dd484732c433fb64b01211e108581b3d085c568": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.582Z",
+ "updatedAt": "2026-03-11T18:33:56.156Z",
"postProcessHash": "873a647d0b2a42f721c920e853df6a2d9413441c3fc9f5ef8f834c414ef43a88"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.583Z",
+ "updatedAt": "2026-03-11T18:33:56.157Z",
"postProcessHash": "7a78bb2a5a73abd4a453870b0b7f04e486b22f24ca4157a2f96b04df735a13a5"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.587Z",
+ "updatedAt": "2026-03-11T18:33:56.165Z",
"postProcessHash": "35a23c826f59b0a22637642dba64f31fb2e99ee99db62da2aa2b042e9395bc65"
}
}
@@ -14757,15 +14799,15 @@
},
"d135e1d69e224e2731fbca8902563893f181f3127ab1d27fb91f593a8bbfd2da": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.572Z",
+ "updatedAt": "2026-03-11T18:33:56.147Z",
"postProcessHash": "9fc1868f907d8274d0e209f7a78c58c9e8db235d2ad25d034f327ba13880a7b4"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.576Z",
+ "updatedAt": "2026-03-11T18:33:56.153Z",
"postProcessHash": "ad0c08ca085f7ad7adf83c00d7599755e60b62447f1b18e59edd2f417e7ea3d5"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.581Z",
+ "updatedAt": "2026-03-11T18:33:56.155Z",
"postProcessHash": "3d5c56df1340a88ed7e4a55ac3a760980fcbf3d61bffdf9311aa637e2039a9bd"
}
}
@@ -14795,15 +14837,15 @@
},
"02a3f8a9c2b7bed0ca12b135d6610f9dd0567e2045b9486068c3fcc46e5e7b9f": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.546Z",
+ "updatedAt": "2026-03-11T18:33:56.011Z",
"postProcessHash": "9a95b5516fce01f14489a297d66bbca47b91f015d8332ce935f6e3302a3fbcd1"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.550Z",
+ "updatedAt": "2026-03-11T18:33:56.122Z",
"postProcessHash": "00e8294e32af03a56d151ca0fc87fd279d476d3bcca0ce5c26d509ecedf60ce3"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.556Z",
+ "updatedAt": "2026-03-11T18:33:56.126Z",
"postProcessHash": "bd2e02bcf312fa532b075d1b76a9166b8815072855d47d9d2ed6f8c440ce2227"
}
}
@@ -15020,15 +15062,15 @@
},
"f18e710800c1a7b41eac0997b53e76b5e17e9e63b7f51d97b012801b04355b1a": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.594Z",
+ "updatedAt": "2026-03-11T18:33:56.172Z",
"postProcessHash": "2cee4f80f4ea7a156c8612feff8de20682541646af3d34ed8cd8b8ef6bad05c0"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.607Z",
+ "updatedAt": "2026-03-11T18:33:56.178Z",
"postProcessHash": "efe6c3bc79a2b920d1839bd0f010764e866e6599ed31b36ea7d30d7fb9f6c5cb"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.610Z",
+ "updatedAt": "2026-03-11T18:33:56.179Z",
"postProcessHash": "91b4465bb0f96e7f77edff302eca6aa68215df0717fec64cfac1aa1a68c646ed"
}
}
@@ -15072,15 +15114,15 @@
},
"b85bb5007e7deb7865d5b813a2c0c5ec688641c4b13448a178740389da412283": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.562Z",
+ "updatedAt": "2026-03-11T18:33:56.134Z",
"postProcessHash": "0c9882ea6d3ae01dc8e6353df56cccfc7e9f14c693b8f4b36faa7ff1e496a5ae"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.563Z",
+ "updatedAt": "2026-03-11T18:33:56.135Z",
"postProcessHash": "fa94ce937193dabe077a20a3de4dc18090bc1aab03488207448b489737ebdab7"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.564Z",
+ "updatedAt": "2026-03-11T18:33:56.136Z",
"postProcessHash": "9d1a036f1027d5108e7803529d3acd5348a1443ca061a4f7543a5d0479b66f40"
}
}
@@ -15124,15 +15166,15 @@
},
"d097e9c152be02a891d440d5353f6d3c0ffb1f5c7ab6b0cfa7515ae743fefd67": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.567Z",
+ "updatedAt": "2026-03-11T18:33:56.140Z",
"postProcessHash": "d8aced1839d5f060bb6febb1ecbcab8c26cd99ecf1a8938e972c23ad2799d55d"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.568Z",
+ "updatedAt": "2026-03-11T18:33:56.141Z",
"postProcessHash": "ebbf6dbfe62e90eb6070c59f0fcd8a101d046bdca76bc76b033b73ce3c04b3e2"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.569Z",
+ "updatedAt": "2026-03-11T18:33:56.144Z",
"postProcessHash": "4e3ba92a677942b11a77fb77e3638c86d7e8edaf8243776c6f148f7fcf3dc20c"
}
}
@@ -15204,15 +15246,15 @@
},
"d1b86bd27a9b3d0d191ff79562832185f526786562290f658da1fac515090cba": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.374Z",
+ "updatedAt": "2026-03-11T18:33:55.910Z",
"postProcessHash": "aba0d48f6a412996446421475acee49b420a75b36ac252edbcf23d1d6edee717"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.374Z",
+ "updatedAt": "2026-03-11T18:33:55.911Z",
"postProcessHash": "b12d2c38e90249dba3768af01013b75da5607fbe5a4135fb5c02bfae6ad9169b"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.375Z",
+ "updatedAt": "2026-03-11T18:33:55.911Z",
"postProcessHash": "33ee9ddd33ae51296497dc55bd4b54afe0d7c41fb72b982ba3e3476633a26aaa"
}
}
@@ -15242,15 +15284,15 @@
},
"b72d2b9d9ef504cbfecd6422d202a23f54cb213b4a6c7fbe372d2fe6c315757d": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.449Z",
+ "updatedAt": "2026-03-11T18:33:56.016Z",
"postProcessHash": "bbf4b3fc2fee65a6334d5b66c1603b7b6219e142b93e3db1fd55c60e81cc4fee"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.451Z",
+ "updatedAt": "2026-03-11T18:33:56.019Z",
"postProcessHash": "a2d361d2756d7fe746e60b623d07c14d40ae7115aaed3744a6540574ec8c2427"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.450Z",
+ "updatedAt": "2026-03-11T18:33:56.018Z",
"postProcessHash": "45babf5a62e66b6b4e205ccf73a62e99a96ed2c5c3062e56c1a45a8ec803e8b0"
}
}
@@ -15367,15 +15409,15 @@
},
"ca65e1e72e1b8a001faf4301528bff474b80c9d40c335b68ff61fb59c56b5154": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.354Z",
+ "updatedAt": "2026-03-11T18:33:55.878Z",
"postProcessHash": "80f574b44d54ead0bb664194d874169e3017b017e030ee71d9b3f761620e20c6"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.354Z",
+ "updatedAt": "2026-03-11T18:33:55.879Z",
"postProcessHash": "7d6c5a9a3d25fd35a293e21c17704b938a549b0e373369d90211b256f969b6ef"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.355Z",
+ "updatedAt": "2026-03-11T18:33:55.879Z",
"postProcessHash": "fdc9832c58db74d019ef7b28db77ff4f2e5eb346d4088a22b833e4cc2981ae46"
}
}
@@ -15411,15 +15453,15 @@
},
"df7db1f2c49ee27aad070ec4e16b55670d14c7e0a7ff17045a272fa87faad5fe": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.217Z",
+ "updatedAt": "2026-03-11T18:33:55.692Z",
"postProcessHash": "2086535f309a7d60ec931b7df6c5ada7cbc59cfbd91bf2177f73231b63b9d2d5"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.230Z",
+ "updatedAt": "2026-03-11T18:33:55.703Z",
"postProcessHash": "b12e415fe2b87d988882e9c82b36764de70eb3b33d0c33e206a22763ab8e8009"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.232Z",
+ "updatedAt": "2026-03-11T18:33:55.706Z",
"postProcessHash": "fac9cfc79d9a8b4090b34a3cc18837914c9ad7876b745abe9f79e6011f02db6a"
}
}
@@ -15441,15 +15483,15 @@
},
"9164e060f2af0b5a66c5c1a0472aaa3e627141077af6025a130ac3bbc4e80179": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.135Z",
+ "updatedAt": "2026-03-11T18:33:55.542Z",
"postProcessHash": "da0f36431f1d7c6c20cb6efb2b54b1971e5a11ccd9f61bb4e919c146d39205fc"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.136Z",
+ "updatedAt": "2026-03-11T18:33:55.543Z",
"postProcessHash": "421222b0f2e66fd85ab50ea8286c47f4676c26f04cfd4e90fb9af5e519137f3b"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.141Z",
+ "updatedAt": "2026-03-11T18:33:55.547Z",
"postProcessHash": "5676d6d012fcf80b7f33a66155cdae06ee06fa98d9b7e4ace21e26d3889ac531"
}
}
@@ -15499,15 +15541,15 @@
},
"5a238f841df8b1dfb8f1a7960d5cb6521feed3e5d9b1365f0c90ad01991588a9": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.080Z",
+ "updatedAt": "2026-03-11T18:33:55.497Z",
"postProcessHash": "cacaad41da0a1c985c98d24f55be2e1d39f1e2c8be5a901d58333d5629d95bbf"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.081Z",
+ "updatedAt": "2026-03-11T18:33:55.498Z",
"postProcessHash": "d55489dc40ed86932350a0f8f79ea5f16e4536651e5e5230fd884ffc3868ce38"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.085Z",
+ "updatedAt": "2026-03-11T18:33:55.501Z",
"postProcessHash": "d223c2103799456e869f173a15ff5049a337492d0f4a75a8c70ae9b9fcb6d363"
}
}
@@ -15554,15 +15596,15 @@
},
"be6b871e134c07d764a2c5329aebc96a5528c0a7eaa720d39430b3530309adf1": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.133Z",
+ "updatedAt": "2026-03-11T18:33:55.541Z",
"postProcessHash": "188509b9f4fc6d61e366ac0400fba50a29d99bd1121bfa0f70bcc06ca78185aa"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.139Z",
+ "updatedAt": "2026-03-11T18:33:55.545Z",
"postProcessHash": "54b89eb3b2bfb0a23c87b7f1331af091f7cc487f36a1d65390023ce839640f80"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.140Z",
+ "updatedAt": "2026-03-11T18:33:55.546Z",
"postProcessHash": "b00b76683fa4917a0905b1f5116bd20f4acb2f52896b7b4b90578a2bc0d13324"
}
}
@@ -15609,15 +15651,15 @@
},
"f1424459f70c9ad23b7b04877e13591cd159d4e650a821d2ee908dd60721e9e6": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.465Z",
+ "updatedAt": "2026-03-11T18:33:56.037Z",
"postProcessHash": "cc1a618e750e396eea46dddbdc1fadde4b205da857c2a44fc98549831adc1e9f"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.466Z",
+ "updatedAt": "2026-03-11T18:33:56.038Z",
"postProcessHash": "a4c6749e0ec0bb3f0e891bba8e68736e18053ee17f6bed6e6b0622f4fcd2fa01"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.467Z",
+ "updatedAt": "2026-03-11T18:33:56.039Z",
"postProcessHash": "e4d914ccb3409a650dc3252eb481557f07931e37ffe3d7d6950a401c5db50b5b"
}
}
@@ -15683,15 +15725,15 @@
},
"602aff6bbfeb35200e97174f32af0bd9a4357dabca9516364cb7ca448451163a": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.321Z",
+ "updatedAt": "2026-03-11T18:33:55.823Z",
"postProcessHash": "7f5e13988a1eb0f4ab68f61757c22ba80e62955c68caacd86075fd4879b457df"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.322Z",
+ "updatedAt": "2026-03-11T18:33:55.824Z",
"postProcessHash": "a768e922e0e07c329d92fa61e5c6b90580d21b7b4d223941e9299100a974d127"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.323Z",
+ "updatedAt": "2026-03-11T18:33:55.824Z",
"postProcessHash": "d89f59ecec5a9fa914ec49d285da3ecd92ea9ef9752f92cc0428d614d3ac0a00"
}
}
@@ -15727,15 +15769,15 @@
},
"33c130f04d60340b4d35dee4b11161a1f2dd3abb4bda92d403c9dacd1ad48c64": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.215Z",
+ "updatedAt": "2026-03-11T18:33:55.688Z",
"postProcessHash": "8c4efb15a0cc4cd34bb4d3dc2729d7238658fff19012b5f93002aa1bd22c150e"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.218Z",
+ "updatedAt": "2026-03-11T18:33:55.693Z",
"postProcessHash": "b062f10fe270aea5c30c5c8fc44e4c97b8f31983a23c388cc31692e624b1478f"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.219Z",
+ "updatedAt": "2026-03-11T18:33:55.694Z",
"postProcessHash": "7c959dbcf18a8346068c044b4190a334ab08e5d2c2ed56dc2b96ebe17f2abe24"
}
}
@@ -15799,15 +15841,15 @@
},
"9b06c9240cfbf8fe66ef12cc3374de63c4b0e3cb3a8856eb6dc18d7836c56cad": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.361Z",
+ "updatedAt": "2026-03-11T18:33:55.889Z",
"postProcessHash": "968cb8ebb229da50b550fbd534b193fc611f6cf37ff43b092a15256cf9a2321f"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.362Z",
+ "updatedAt": "2026-03-11T18:33:55.890Z",
"postProcessHash": "f36b74d6b27c8ae5877f85e2d7f949546af67a183b05131c20fd708e81f817b3"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.364Z",
+ "updatedAt": "2026-03-11T18:33:55.892Z",
"postProcessHash": "3dc7af1258d14c035f3b630d482acfb0c2479938ddbe52364ae14cbd15d70992"
}
}
@@ -15910,15 +15952,15 @@
},
"69603a7b5bc59d76b2d81e0ad06f81c1fdb17fd82bcfc9af1fdb366e436d0cec": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.383Z",
+ "updatedAt": "2026-03-11T18:33:55.920Z",
"postProcessHash": "30b33ac4826b930c194087aaa9ed3f876aeacbb675ead443221bdcaf0d5c5493"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.385Z",
+ "updatedAt": "2026-03-11T18:33:55.922Z",
"postProcessHash": "f2dcffe800e1e7714be155d22c8d1cb0e406e57b9c17f71035dc470e34d4a9f2"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.386Z",
+ "updatedAt": "2026-03-11T18:33:55.923Z",
"postProcessHash": "b7784428c6660bc0496234c515198f7a4a2f32ce32a21b013bfe76b1d18f4358"
}
}
@@ -15940,15 +15982,15 @@
},
"53b5875c23ebd3fc6ab3e9fad6f660b34cf7874b97fd4d2abbceb0b7fe555999": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.176Z",
+ "updatedAt": "2026-03-11T18:33:55.610Z",
"postProcessHash": "1dd6e21695b6516e0355af6f151e9ccc72ffff811290a7a42d4fa998b95affcc"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.177Z",
+ "updatedAt": "2026-03-11T18:33:55.611Z",
"postProcessHash": "420c93371057865a79359c203f469080a820f68a3e262ce769826211d7566162"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.178Z",
+ "updatedAt": "2026-03-11T18:33:55.613Z",
"postProcessHash": "8b6ecee2a69b91fa777ab51b93f9c0958763f7ecc95b901666c384c9364f8630"
}
}
@@ -15970,15 +16012,15 @@
},
"0a476bb8a619c607ee41046b0d42be40f8b390711886b04394117bd059fddd41": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.305Z",
+ "updatedAt": "2026-03-11T18:33:55.806Z",
"postProcessHash": "bc37f8b005a1fa3f12c246a89bd17411eb4538486679197c8741ad3effb23b92"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.308Z",
+ "updatedAt": "2026-03-11T18:33:55.811Z",
"postProcessHash": "4ca4d337d14bee11d080d9a151a1cfd61dea8e40156444e483f87c362b746df4"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.309Z",
+ "updatedAt": "2026-03-11T18:33:55.812Z",
"postProcessHash": "8c40b4bbad8294898e38da83b400e2aa837485adff978e62c052583ec91e793b"
}
}
@@ -16028,15 +16070,15 @@
},
"19751f1f0b8505dfd8795e2d1a4ff262e78d0e7b3c0355d44c2c7c3bd2589221": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.299Z",
+ "updatedAt": "2026-03-11T18:33:55.797Z",
"postProcessHash": "2eafdcca9485255a99ae211c2dd53e3340bb49020caeb3c20df800d1b9dc9ecf"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.300Z",
+ "updatedAt": "2026-03-11T18:33:55.798Z",
"postProcessHash": "00f552fcf1134146205613edf1238178ebe342d491e72c33071d6f5bde659380"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.301Z",
+ "updatedAt": "2026-03-11T18:33:55.799Z",
"postProcessHash": "da1aaac3cb5349f91306039640c3d007129d5b9b0bfc5ae1ec7ceb5ed58289f6"
}
}
@@ -16142,15 +16184,15 @@
},
"719a7f032faf77ea167de830e266012494ca61f1da4f5d76017d0df4c8a295a7": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.483Z",
+ "updatedAt": "2026-03-11T18:33:56.054Z",
"postProcessHash": "8f95ceea4aa11817e9184ecb22ca7ad8a4275693d026b6846720062c812ec008"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.481Z",
+ "updatedAt": "2026-03-11T18:33:56.051Z",
"postProcessHash": "3ae0948c2b92abd2e943bc5397344962fb3299da6286d4dc6ce5af7a93d064cb"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.482Z",
+ "updatedAt": "2026-03-11T18:33:56.052Z",
"postProcessHash": "84abdce124960c0cd75bb8583a53c6e95db9b6877d95b797e549fdf561dd01a2"
}
}
@@ -16172,17 +16214,17 @@
},
"cb36618c2336212a5cf8c13576286c10078aac018ea786b19adbcd4d4fefc8a6": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.061Z",
+ "updatedAt": "2026-03-11T18:33:55.481Z",
"sourceHash": "ea3c89909bf1219c83982572a3053112571d292bb30f235ad0f862f9060ba22f",
"postProcessHash": "cc442a531a1644431cf1178f17b1b19e6b34006d9becf533706b14fed8fc201e"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.063Z",
+ "updatedAt": "2026-03-11T18:33:55.485Z",
"sourceHash": "ea3c89909bf1219c83982572a3053112571d292bb30f235ad0f862f9060ba22f",
"postProcessHash": "f41be3530176f9ca4d1e6d2a4d7cada150f12f3aa1da69455239ff6fe3237ec4"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.065Z",
+ "updatedAt": "2026-03-11T18:33:55.487Z",
"sourceHash": "ea3c89909bf1219c83982572a3053112571d292bb30f235ad0f862f9060ba22f",
"postProcessHash": "040deea5703739636a9af62d924db1afcddcd87c1df43ad626c51426de4430f8"
}
@@ -16284,17 +16326,17 @@
},
"f95cc2f5ffb5b4fe5fe339f641fe291bc3bc9c7e0ca07f4665c29da61f77311b": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.155Z",
+ "updatedAt": "2026-03-11T18:33:55.571Z",
"sourceHash": "2a52ec3422663a2fc49d4510c5ef405c7b1214908882f626b41eed9656b4ff63",
"postProcessHash": "1be41dc554a71f96a8d896f8ce28ac92b2b58d0265a8068e5c1b7efdd263a186"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.158Z",
+ "updatedAt": "2026-03-11T18:33:55.573Z",
"sourceHash": "2a52ec3422663a2fc49d4510c5ef405c7b1214908882f626b41eed9656b4ff63",
"postProcessHash": "5902b2568b3280c3e1a6604c10e317a61de8535eff8a516ba4fcfe8555f2338b"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.160Z",
+ "updatedAt": "2026-03-11T18:33:55.576Z",
"sourceHash": "2a52ec3422663a2fc49d4510c5ef405c7b1214908882f626b41eed9656b4ff63",
"postProcessHash": "27a37145bee672adb3792bf6f529ab825f2ada7c3ed2cdbd7e67dafdc0e3d6b3"
}
@@ -16390,17 +16432,17 @@
},
"3659c68ef916ed3ea11705c7aeb0b2c298f0ccf6176b611ad12a69d09f333a1c": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.119Z",
+ "updatedAt": "2026-03-11T18:33:55.528Z",
"sourceHash": "2d31803f8e4bdbf057144beb38bba5cf5a69a2908b2480268fc78dc2a9b14743",
"postProcessHash": "ad3654633c4fa54d72fd5d41c67ade7f1402cfb45290f94195a40bff3ea186e0"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.121Z",
+ "updatedAt": "2026-03-11T18:33:55.530Z",
"sourceHash": "2d31803f8e4bdbf057144beb38bba5cf5a69a2908b2480268fc78dc2a9b14743",
"postProcessHash": "dead1ff35b79fda46f07c1ac58b90bcf237250cd5b6a67ef8b53b5696b722ae9"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.123Z",
+ "updatedAt": "2026-03-11T18:33:55.534Z",
"sourceHash": "2d31803f8e4bdbf057144beb38bba5cf5a69a2908b2480268fc78dc2a9b14743",
"postProcessHash": "fd323bbccf701900ae5c6f0fc3b706dfac6685dbf3cbdfc5e03452379bbb57b0"
}
@@ -16595,15 +16637,15 @@
},
"0f8e22051637264211d79388f2597b5e56b3649d5737260426476243c3ccf445": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.084Z",
+ "updatedAt": "2026-03-11T18:33:55.500Z",
"postProcessHash": "35637738162e1d6abd94b1557d441a3297c4d000afba63d343c4a3546534a7c4"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.086Z",
+ "updatedAt": "2026-03-11T18:33:55.501Z",
"postProcessHash": "7284a3e20774edf3b14e189bd7571142fadcbe8d439f619ca16d1e51afd80fa4"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.088Z",
+ "updatedAt": "2026-03-11T18:33:55.503Z",
"postProcessHash": "ea91962fcda925599540fc3d6c2ff0fae319af6dbd71fbb7b4f64272bc7d4ca9"
}
}
@@ -16723,15 +16765,15 @@
},
"189646bdc0ed9d9022e7ef66baaa48306eb4400b654246299eec52b7be9a8775": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.049Z",
+ "updatedAt": "2026-03-11T18:33:55.469Z",
"postProcessHash": "d041964f9726e9b5f58981772504d9bb8c152d9e265cfb9023e4e9b2174a3764"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.049Z",
+ "updatedAt": "2026-03-11T18:33:55.470Z",
"postProcessHash": "1e313d62b27282fa727d38976d285fd3188d9dccdc17753817bc4e970c8aa1ff"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.050Z",
+ "updatedAt": "2026-03-11T18:33:55.470Z",
"postProcessHash": "353a3f55dd963e1d3c33c4e4ed563ed4de1c4ec12f2ce488676152cf3354006e"
}
}
@@ -16739,15 +16781,15 @@
"edb50f189db7d5bfeac8f5d547b43e347fde48c9ea7d5e24ad491e9ae61ab75b": {
"00c09e65a79f72278711c9fb568e4e1f395e409f4598d44e32c21dc3116da422": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.174Z",
+ "updatedAt": "2026-03-11T18:33:55.606Z",
"postProcessHash": "395acb5224ac7bb78ec6cebf58f580beb49730e83685f45b43ff1b6abe810917"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.174Z",
+ "updatedAt": "2026-03-11T18:33:55.607Z",
"postProcessHash": "ee86c7337fe5fd18652f517a6fd69df62058a3805a009a94e9e7a54d6473b32f"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.175Z",
+ "updatedAt": "2026-03-11T18:33:55.609Z",
"postProcessHash": "2dbf13d1f2e674684e1ff5c412bfc3fd5e8937c9fe07114d6bc3849c70fd80c5"
}
}
@@ -16783,15 +16825,15 @@
},
"a87217ae39ffeef6d529ce8b6c773c9cc08ace144e46705e3203317bae79173f": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.196Z",
+ "updatedAt": "2026-03-11T18:33:55.663Z",
"postProcessHash": "7e33707027557a588477a791ec2e9e9a5b9bb89185f694cf01bd3067768cc33b"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.197Z",
+ "updatedAt": "2026-03-11T18:33:55.665Z",
"postProcessHash": "fe368bcd061be859a3a61be10aef79b6681c55381e1041b59ae65224533a7d51"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.199Z",
+ "updatedAt": "2026-03-11T18:33:55.666Z",
"postProcessHash": "294c359d992b752ea5c08263bd2793f78361ef1c3faa45b6d07c537bb4fad9b9"
}
}
@@ -16869,15 +16911,15 @@
},
"10940008136806aa4f377f09e68ff9dc883a7373e56e90389d6277d08f484d1f": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.326Z",
+ "updatedAt": "2026-03-11T18:33:55.828Z",
"postProcessHash": "178a58c9ebe5e7033eee77e836ac4c77ebc34e47330838956a1f5f7a91b3ea47"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.327Z",
+ "updatedAt": "2026-03-11T18:33:55.829Z",
"postProcessHash": "0eb9176474be46085ca888e383765b4e82d3fa76beae99ed45c6f8ae4696ffc0"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.327Z",
+ "updatedAt": "2026-03-11T18:33:55.831Z",
"postProcessHash": "1afcf6235f9257a9114c88e9cdbde98e6ca4ba70ddd47b2617d674368549a558"
}
}
@@ -16955,15 +16997,15 @@
},
"4b46acab3e3e441d3ddac0b82ef17734ab1e173eb405df0de3e8510fdab51b6d": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.441Z",
+ "updatedAt": "2026-03-11T18:33:56.001Z",
"postProcessHash": "d011449d733502225a6b6b48eb5b4a40ba68ba853a2ca93821bc3b3c869cea9e"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.442Z",
+ "updatedAt": "2026-03-11T18:33:56.002Z",
"postProcessHash": "c163b84f71cb3ba0c0957776faff2f2c5e0116ea3e0de181b4fcb54da05c04d9"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.443Z",
+ "updatedAt": "2026-03-11T18:33:56.003Z",
"postProcessHash": "47d70cb0069821df4d79c6e8f5cc5d2393e9ffc3b55b5c2cdd18ebae1415a018"
}
}
@@ -17027,15 +17069,15 @@
},
"fa24d088160120aed642667b2be3d4a80a37ccb04ef3ef3787cc9dacb3e685c3": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.296Z",
+ "updatedAt": "2026-03-11T18:33:55.791Z",
"postProcessHash": "d99ce203327d66db51343ed23dd4ffea3ee41620247fa1201bc329e0e886f1b6"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.297Z",
+ "updatedAt": "2026-03-11T18:33:55.792Z",
"postProcessHash": "0e7d0027c0e46019b75d57e661bc255e90a0a16907df05cfce7e5cf32afa6a0d"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.298Z",
+ "updatedAt": "2026-03-11T18:33:55.792Z",
"postProcessHash": "6d5025a2b2a829e6a592a26f7b14d978b36c3f427b1c7cdcaa63e1287c27fd38"
}
}
@@ -17155,15 +17197,15 @@
},
"4cdfacbeca48081e737a9e9ac569a9f1235c273631b29580c9d02d722237cc44": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.416Z",
+ "updatedAt": "2026-03-11T18:33:55.958Z",
"postProcessHash": "7b40e2c42d42ca9d5754355e48d83fd4415d859145cb220c927dc6032d3bec0a"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.420Z",
+ "updatedAt": "2026-03-11T18:33:55.962Z",
"postProcessHash": "115bd48e5658b6dfae6eed291cdeabfe7f8542faf9120b15e0129433ff736ed3"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.421Z",
+ "updatedAt": "2026-03-11T18:33:55.963Z",
"postProcessHash": "8b19528ef40e551f221ad99cbf507a4fde891c5cc52d34c94fdccbc27306f789"
}
}
@@ -17367,15 +17409,15 @@
},
"a36609770ec70fffdb96eb55b2641f7f586c9ade50d3a135db2fe00965d1214c": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.435Z",
+ "updatedAt": "2026-03-11T18:33:55.993Z",
"postProcessHash": "628db0caa28f6d7ac25fb81d0cb506fec65b7870b3c6b8b7254c61fb64a97fa7"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.439Z",
+ "updatedAt": "2026-03-11T18:33:55.997Z",
"postProcessHash": "eb9d6b4ea0438bebd267b04e34c0f627ff3ed5ebf79b46a97e576db9ab00439a"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.439Z",
+ "updatedAt": "2026-03-11T18:33:55.998Z",
"postProcessHash": "399b4f078787306b22ca9b31b02afcdfd981d955d0a62c9d832d3da170650c8c"
}
}
@@ -17425,15 +17467,15 @@
},
"23ee0f50489578507b16a38d4602e8d190b5602f9ca3b67db8777cc8502aa651": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.404Z",
+ "updatedAt": "2026-03-11T18:33:55.948Z",
"postProcessHash": "169518661c73b6749321026987018195cb619c6e16df41d149b0163dc3406e3f"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.404Z",
+ "updatedAt": "2026-03-11T18:33:55.949Z",
"postProcessHash": "35b1c25fbfb0a5e47fdca044c1e396636f4a822d17f2bd5ecd2f6c3409851e66"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.411Z",
+ "updatedAt": "2026-03-11T18:33:55.954Z",
"postProcessHash": "0897c291bdfdef759adfa589763f1012a4af153a474b6ba66442796ab8431588"
}
}
@@ -17525,15 +17567,15 @@
},
"fe3aaade6508f425286df3d0d197dcdfe9f2c594594ff9fbf52483e1fa130c2c": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.325Z",
+ "updatedAt": "2026-03-11T18:33:55.826Z",
"postProcessHash": "b21605aa5ae89c944e684d01291c6ad51635e4b941b58ed2ddf8d0f899a86666"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.326Z",
+ "updatedAt": "2026-03-11T18:33:55.827Z",
"postProcessHash": "676a9c5e2bfe112aab5f69a642348f229ffddddea9a8204c8bcc20ded08c15ad"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.402Z",
+ "updatedAt": "2026-03-11T18:33:55.947Z",
"postProcessHash": "938b963ef239d2e45663b1ddb3ae24a4a8f108b9461f2483f15f4a650afa3218"
}
}
@@ -17625,15 +17667,15 @@
},
"c00b6ca7233e02e72247f333256495d514e614602d95243c73471473f45d6048": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.435Z",
+ "updatedAt": "2026-03-11T18:33:55.994Z",
"postProcessHash": "018024ba9a3a4b8b5c1dd817d8d2009fba2876dfc170949e766c1c0fa474a005"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.436Z",
+ "updatedAt": "2026-03-11T18:33:55.996Z",
"postProcessHash": "c30041456b2c5ff04a16389b82328b205e07615b0048ccb4babb0eeb046281dd"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.440Z",
+ "updatedAt": "2026-03-11T18:33:56.000Z",
"postProcessHash": "23460b881c5390c475174f0254de4bf1060fd20d45ec8a490dec3f4d84dc87ca"
}
}
@@ -17779,15 +17821,15 @@
},
"7bd8ad664990dda959bee54789645853c82ec6b5fcf79d9879dfa1b32495844c": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.409Z",
+ "updatedAt": "2026-03-11T18:33:55.952Z",
"postProcessHash": "f796871f9140ab5ed210eccb7250d6ea314c3855e8ee5a6c33645a7077d3a4e0"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.413Z",
+ "updatedAt": "2026-03-11T18:33:55.955Z",
"postProcessHash": "5fbe854045b106a89e763603684dfedba7e16b8662631898b9969e925a1e66c4"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.414Z",
+ "updatedAt": "2026-03-11T18:33:55.956Z",
"postProcessHash": "7f50f873148268a5a0cbeded11e489a8d1940cf410e6359fe51c62e9c4c547ea"
}
}
@@ -17879,15 +17921,15 @@
},
"d35e28c1b2a21b9aa9052497385079628e41b7e08287c3e5537f33ad734f468c": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.542Z",
+ "updatedAt": "2026-03-11T18:33:56.118Z",
"postProcessHash": "5a44ca9adc7accb2ad6eb747cb257379f24c13f87379490f253e2e8519e2cf1e"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.543Z",
+ "updatedAt": "2026-03-11T18:33:56.119Z",
"postProcessHash": "23e1c192bd78bd89bccccbad7e464d646dd4a4f155020d6606138ac275d4c45b"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.545Z",
+ "updatedAt": "2026-03-11T18:33:56.120Z",
"postProcessHash": "b5f2e71b4ec63e1c843c56033aa64399599feafb588180ec7f50dba78abf1cc4"
}
}
@@ -17923,15 +17965,15 @@
},
"f3ad9d6d459a2f296bb64e85960d79c64f616676161d1c8123e8b73485bbff5f": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.051Z",
+ "updatedAt": "2026-03-11T18:33:55.471Z",
"postProcessHash": "0a1c00568a257ace5443ac2b4dcbce56ea822cf2accaa7cfc6d89d24663419cf"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.052Z",
+ "updatedAt": "2026-03-11T18:33:55.476Z",
"postProcessHash": "7395dab23c68d9d20bad5f824b614772982a07b8a49d9f50dc970a1a8b045110"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.053Z",
+ "updatedAt": "2026-03-11T18:33:55.477Z",
"postProcessHash": "c2aa5e073812e65f96de2f6b07d1bcb24bdd9003589c5dab4388bda280270e83"
}
}
@@ -18079,15 +18121,15 @@
},
"0a2c4cef86ee3c589c3ce29f2dfa618b103b680fee6e4e04e09aac95d87de56a": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.142Z",
+ "updatedAt": "2026-03-11T18:33:55.549Z",
"postProcessHash": "d8f5874c7b4d2c39e65417f1134f58e3468eac4152e70f8a4dc08237b04c696c"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.143Z",
+ "updatedAt": "2026-03-11T18:33:55.549Z",
"postProcessHash": "308b8ad51d5921ee93e69b18e5fe9a2a3d8ca46750789ac6691c89fe1c41f799"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.144Z",
+ "updatedAt": "2026-03-11T18:33:55.550Z",
"postProcessHash": "88d0748920c6eec423278901a608ffd53a44ab23da0f3a80a667ad2cc4e13125"
}
}
@@ -18125,15 +18167,15 @@
"70faccccd73a9dd61ce9b1bd9ff46301b2e624965165899ddeb0501dbfd990f9": {
"afde3f3e70cc7a58266bc02ee0a53613165e4f4427689fc0f79f7e244fde053a": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.044Z",
+ "updatedAt": "2026-03-11T18:33:55.467Z",
"postProcessHash": "f20c9920e15cc1ccc84f470fba7346c2acad1225611de1d1162b919566501ad8"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.045Z",
+ "updatedAt": "2026-03-11T18:33:55.468Z",
"postProcessHash": "bd7acdef766e5bff3d7a97f9644a1d0d6b7a6cc41ce5298c2f64038e3ddd9a87"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.047Z",
+ "updatedAt": "2026-03-11T18:33:55.468Z",
"postProcessHash": "37fa7464003cbfe5a6c6b467b57c80ddedbbc9615c94a61b1d032d84e97a8d69"
}
}
@@ -18253,15 +18295,15 @@
},
"b6adc61f527c484734132a46337dc5dc3bd7e3348ce372b742960e0731220897": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.169Z",
+ "updatedAt": "2026-03-11T18:33:55.595Z",
"postProcessHash": "307fbe52ecdd22f26fe5e634cae840501c7a752acd7f9f46d7d31b81ef88ca52"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.170Z",
+ "updatedAt": "2026-03-11T18:33:55.597Z",
"postProcessHash": "f55d3391ac0350072e5de97d106efcd33445a126afa56f66209b42d6152acfed"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.171Z",
+ "updatedAt": "2026-03-11T18:33:55.598Z",
"postProcessHash": "aa8a308bdfdbe2f1c4762831325de759d3d7ccb0b211634bf6ea03e3f5157c8e"
}
}
@@ -18283,15 +18325,15 @@
},
"f2b440bda8d19f4dfea847c83bf37f2e1cbe8478268f093780630cbb5c6d8f8c": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.067Z",
+ "updatedAt": "2026-03-11T18:33:55.489Z",
"postProcessHash": "f14695e1d9c3ad002ba390cdb53028314896306060f1fc381a00c119105a7a6e"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.068Z",
+ "updatedAt": "2026-03-11T18:33:55.489Z",
"postProcessHash": "4f2e573c3e15e626754b20dd1e4aefa5c7688bdbe64dcb9da1fbb3c1b59d09a5"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.069Z",
+ "updatedAt": "2026-03-11T18:33:55.490Z",
"postProcessHash": "208424a7920d4d0cd8c8735f2310d574933697f14d3a607daf01a3e6af0917b3"
}
}
@@ -18371,15 +18413,15 @@
},
"b525364b3ff1d37d5480c89b4dd875fcf738360dda0a3e4ff6c2a2e018ee997e": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.375Z",
+ "updatedAt": "2026-03-11T18:33:55.912Z",
"postProcessHash": "8e3dfc4e0d63500d35c186527cf8491b0a3b03a0e3764b574616d4a3834fb878"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.377Z",
+ "updatedAt": "2026-03-11T18:33:55.913Z",
"postProcessHash": "cc1bd823b0a4726c8276cba9c6d646c1c2d25a322c4f18775b9fa49843c8c4b5"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.378Z",
+ "updatedAt": "2026-03-11T18:33:55.917Z",
"postProcessHash": "28e4a6203c3891641b964396f7a58352bef86276c63922ea821e8d2564f09e71"
}
}
@@ -18417,15 +18459,15 @@
"67b2976cb91ee4f8480cfe85e9ec0895c34c6b8af068b38e824529a0a12ea668": {
"38dedfae90f23be82c1679ffcf3dbe17731699d734dab8acf4bc6cb6335deaf8": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.369Z",
+ "updatedAt": "2026-03-11T18:33:55.899Z",
"postProcessHash": "c86fa1f858be9bc0bc1b703dd4291d97365e609f4378d48e83d3b9ebb8aa070f"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.370Z",
+ "updatedAt": "2026-03-11T18:33:55.901Z",
"postProcessHash": "99fef70bd5d12536fa5b7c73796905f7fd745206f0937122d8e1788de869f15d"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.371Z",
+ "updatedAt": "2026-03-11T18:33:55.902Z",
"postProcessHash": "21a475f4091d276c5d0e333648fd18bfad610e1520f5210aad359551cc638013"
}
}
@@ -18461,15 +18503,15 @@
},
"fd8d507980de996b568e5edcb47fcd3b9f92f242abcfd69ee693c999c4aef272": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.371Z",
+ "updatedAt": "2026-03-11T18:33:55.904Z",
"postProcessHash": "0d75ca3247d5ca8ca9a153bf0fdc136fde620eda6f7f1bee16507206cd242ad7"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.372Z",
+ "updatedAt": "2026-03-11T18:33:55.905Z",
"postProcessHash": "63d4811365362f535d008aab9c1cf9626c2f3f1da09abc338f484ab9b1174be3"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.373Z",
+ "updatedAt": "2026-03-11T18:33:55.906Z",
"postProcessHash": "3c8fa17952368b4b98506dcc06d859b4451171edacc66eeefa54d8bbe6289861"
}
}
@@ -18547,15 +18589,15 @@
},
"2e8d16bf9fbbce41b68355535588b15df0513a1b104b19d9ea7d5c20ab98fe60": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.348Z",
+ "updatedAt": "2026-03-11T18:33:55.870Z",
"postProcessHash": "aa83efae856972c551c10c858f12651557133b818341463035d6f288834680b5"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.349Z",
+ "updatedAt": "2026-03-11T18:33:55.874Z",
"postProcessHash": "908cf1653328605ebc4dad0fed54819e87e907563e88f9ecf64eaaa637e6648c"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.350Z",
+ "updatedAt": "2026-03-11T18:33:55.875Z",
"postProcessHash": "78f2d10ea2820ed22862a1977bd22057e768014741a14fdbd4b4f695b6f3ca6b"
}
}
@@ -18647,15 +18689,15 @@
},
"33b24d6404eb7ff2de045788279be5f864d744988eb5ede20ac4fefc45a0cd7e": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.134Z",
+ "updatedAt": "2026-03-11T18:33:55.541Z",
"postProcessHash": "b0107132163a5a1984b1d2cc811eab9b81156cb7a6f697b8c10ffe0d3ad0cae2"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.137Z",
+ "updatedAt": "2026-03-11T18:33:55.544Z",
"postProcessHash": "e0c49799711d31224fce3002a501110c36cedf6a38cdf6e942d49baa24dc1187"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.138Z",
+ "updatedAt": "2026-03-11T18:33:55.545Z",
"postProcessHash": "9254fa5dc74c7124ec4b2c584156d7004ff3dad99dab0923c7e79b676151f7bf"
}
}
@@ -18705,15 +18747,15 @@
},
"934524b3cce24965a951f3324e7b9aac101433cf6952252a2f571ac001192e60": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.475Z",
+ "updatedAt": "2026-03-11T18:33:56.045Z",
"postProcessHash": "9bbcfbf9ad7edc91818084d23080b96030805351b08145219754eb7fb3a00622"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.476Z",
+ "updatedAt": "2026-03-11T18:33:56.046Z",
"postProcessHash": "53593eb5aa02627bda77f81a4316211f8cd0ed4c574a584cdc0f1d445d233534"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.476Z",
+ "updatedAt": "2026-03-11T18:33:56.046Z",
"postProcessHash": "96bc07a565889bc62e8ec2017c14d6912f85f7c4681a7d1ae341a84c7438d9b3"
}
}
@@ -18763,15 +18805,15 @@
},
"3fcb44e0c46a9a0919230de79ae45e43012e69652a46844f77039f558e84ff8e": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.078Z",
+ "updatedAt": "2026-03-11T18:33:55.494Z",
"postProcessHash": "da7404b28730c5af4a4e312e63498dda787bf988f0615585549986bb102bcc25"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.079Z",
+ "updatedAt": "2026-03-11T18:33:55.495Z",
"postProcessHash": "9a7b3e717d946bb6f2c46463cc5c576f266322dfbf2b18292abd5ba4062caaac"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.077Z",
+ "updatedAt": "2026-03-11T18:33:55.493Z",
"postProcessHash": "fdecb2ff4722da3da3d612db22ba55eaf6a59cf58b627053cd8d6c77c280f161"
}
}
@@ -18835,15 +18877,15 @@
},
"efcfdf04c357d0255b73975d68962dd84c4623a576fe5ae244b2abfa78d55dc1": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.379Z",
+ "updatedAt": "2026-03-11T18:33:55.918Z",
"postProcessHash": "13f2517b27b2c57b3b6b564191585efcb04f63d453d1a0bff3fbc8ec381cdffd"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.381Z",
+ "updatedAt": "2026-03-11T18:33:55.918Z",
"postProcessHash": "d91f21698bbcab139f79690475f6b63b4fe029435b8e5da4755afbc96d7a8490"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.382Z",
+ "updatedAt": "2026-03-11T18:33:55.919Z",
"postProcessHash": "552eef90ef9c915dcd8a66c83a89fcccb1dac894df483bbfbbeac7ae4d81d6d2"
}
}
@@ -18921,15 +18963,15 @@
},
"015c5e1351e8f2d2f8b7064872c0d05379bd014fa7ea7781b6a4ba0479f5c2c5": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.528Z",
+ "updatedAt": "2026-03-11T18:33:56.114Z",
"postProcessHash": "70b109cf30bc518cd4479813fc7babc491e35c4b7e3cd9dd65bc61089c4a9815"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.529Z",
+ "updatedAt": "2026-03-11T18:33:56.114Z",
"postProcessHash": "9e2e7d3ff8e6c1c1a64dc222ff0c32f6f40a4a11b05d1fa005b3ad5fa466ca32"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.530Z",
+ "updatedAt": "2026-03-11T18:33:56.115Z",
"postProcessHash": "6f599df98e6e11054020e89630028723a82e34a6e2c193bbf6e632b547f8ede8"
}
}
@@ -18965,15 +19007,15 @@
},
"b05be7570594af00135d04056c65075bdbe3cd580a6033a021e1328726f93bf1": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.496Z",
+ "updatedAt": "2026-03-11T18:33:56.077Z",
"postProcessHash": "fde596aefcab875c0026298167f37e494b22446d16c2812845d81b425a566637"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.504Z",
+ "updatedAt": "2026-03-11T18:33:56.084Z",
"postProcessHash": "8423dd4bf6e570c8b598782a6e81161e07ed43ee18e600f0080b4f0430a8d672"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.516Z",
+ "updatedAt": "2026-03-11T18:33:56.101Z",
"postProcessHash": "f99a83957b43403a1c6c6724fb8a145fbb9395789da95f73d006361066daed8c"
}
}
@@ -19009,15 +19051,15 @@
},
"4953dc63c030e27cc04fd3c09c2f5fa2f79477fe02a6094337c3f9adc92659ca": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.493Z",
+ "updatedAt": "2026-03-11T18:33:56.073Z",
"postProcessHash": "a3350934235092c0606a6072383091a96f54879376f851989a1161a80cc6608e"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.494Z",
+ "updatedAt": "2026-03-11T18:33:56.074Z",
"postProcessHash": "a326a5ecf719261e9193e05be82c4c310bd3ec4cf1c9bffc4f5fb780f07a903e"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.503Z",
+ "updatedAt": "2026-03-11T18:33:56.083Z",
"postProcessHash": "8912c40fbf709db22eedf452be72f6d27f88c3c7f11c859a7698d72f3e923a76"
}
}
@@ -19070,17 +19112,17 @@
},
"8c3f100e3bd9fce5b5c713d02987071cb8332f9e0820ab5ebce9cd4b0a24e63a": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.095Z",
+ "updatedAt": "2026-03-11T18:33:55.505Z",
"sourceHash": "18bbf29053f1595886bce9006159ef8219b026e8bf42cd137c26fd3030b1e11c",
"postProcessHash": "88fa18bdcebbcecf813183f246b2efea6a1ba9a3545e7627aff3c933d98d3113"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.098Z",
+ "updatedAt": "2026-03-11T18:33:55.508Z",
"sourceHash": "18bbf29053f1595886bce9006159ef8219b026e8bf42cd137c26fd3030b1e11c",
"postProcessHash": "2dfc2c742efce9c1a8826b6e5aa933f754ce34915d5eda90ddb18e78b5c5b52b"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.102Z",
+ "updatedAt": "2026-03-11T18:33:55.515Z",
"sourceHash": "18bbf29053f1595886bce9006159ef8219b026e8bf42cd137c26fd3030b1e11c",
"postProcessHash": "b8a6bd22cfbd41776600a578d5a8faa806d29cb304ff840c98811c4cbede9a8c"
}
@@ -19145,15 +19187,15 @@
},
"69a6edb4a45f1dca47eab93ac04417735dbbd5071643b10c4711235c69a565ae": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.484Z",
+ "updatedAt": "2026-03-11T18:33:56.057Z",
"postProcessHash": "ef5f4cd865a5443e4f70cec0aa3ae2d3501546dd8e2dd1dc9124611d0ef8ba2b"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.484Z",
+ "updatedAt": "2026-03-11T18:33:56.058Z",
"postProcessHash": "0786d6f0a7a13c78216487f1dc733eb6c84054687226611db0bea8381e622b96"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.485Z",
+ "updatedAt": "2026-03-11T18:33:56.058Z",
"postProcessHash": "c4f1a765916ce19d2ddf1d28282bba5b8d4afc6894c5087e3bde90170e7c88b9"
}
}
@@ -19161,15 +19203,15 @@
"cd37325dcee18e9737492066e67e870b0f545631e7e5fcbda2abc86bf1e3a866": {
"491eb17e87e32f09b57d2721e3f2c64355d6c845704e5e03b708cd6376cc93d4": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.192Z",
+ "updatedAt": "2026-03-11T18:33:55.659Z",
"postProcessHash": "38564a502db95200d7caeb68ee4681c2955017959e522181a40c40daa4746edc"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.192Z",
+ "updatedAt": "2026-03-11T18:33:55.660Z",
"postProcessHash": "515802465019b9b121301f05e1556039bf9c66c7583ade0a524a49ae5e5659dd"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.278Z",
+ "updatedAt": "2026-03-11T18:33:55.764Z",
"postProcessHash": "af390aab86257905b34cfcf1711891e61d0a05745e9467a500231b5f93f3fbf5"
}
}
@@ -19233,15 +19275,15 @@
},
"58ea4ac44d3420958e5602d96e51bc89d7cc794aef5b31089700760f6fa0fefe": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.490Z",
+ "updatedAt": "2026-03-11T18:33:56.069Z",
"postProcessHash": "81070304b426909322b73de457bb4f64356854cd793deb324ed25376cf3f1bcb"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.499Z",
+ "updatedAt": "2026-03-11T18:33:56.079Z",
"postProcessHash": "bbd840acd2ae6d1f3fb2d538178114572389689b693fc9203a4d85bedde54452"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.501Z",
+ "updatedAt": "2026-03-11T18:33:56.083Z",
"postProcessHash": "15b417d7f007116530f47d0fa7beb269997b8b2a9bf65c6d6aa0e70c939f3dca"
}
}
@@ -19263,15 +19305,15 @@
},
"b15e5dabb90b8449182e9c9f0d078094a4c991be094912bb2768000384e55981": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.303Z",
+ "updatedAt": "2026-03-11T18:33:55.803Z",
"postProcessHash": "c9561e4f91d8b66e9230243f7754bf4bccc2bfb7c1d125af4ca236509b34c4ff"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.304Z",
+ "updatedAt": "2026-03-11T18:33:55.804Z",
"postProcessHash": "865bdfaf3c6e5a58d4b87fc1f6d6d7089ab476ba789484ced620b5c9ae61d26f"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.304Z",
+ "updatedAt": "2026-03-11T18:33:55.805Z",
"postProcessHash": "7b6c959fe9e886365a3fb1f61b89609a5eb5047d4a8f00edd82c84e9412b9c28"
}
}
@@ -19279,15 +19321,15 @@
"e3661f9d3d5acd4ab3cbfe59dd0badc71371b9067262486447f25332babc6cff": {
"9b127d2057c14eddcfec193913024d1ffbf8d565c50a21d0abef939a667e7537": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.198Z",
+ "updatedAt": "2026-03-11T18:33:55.665Z",
"postProcessHash": "49a9d92030d79b820888725f71a1c866909ec3b5b6c796d0e2ceabafbc303d10"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.200Z",
+ "updatedAt": "2026-03-11T18:33:55.667Z",
"postProcessHash": "35becb2d7cd729783c3e4a5fd9bf375da54a13eb6df6802dc12d79a69d92f5e6"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.200Z",
+ "updatedAt": "2026-03-11T18:33:55.667Z",
"postProcessHash": "3861c6e26d05e90d7584f26dea1f4ed8b465bccdf7a266d6b868eca143db28a0"
}
}
@@ -19295,15 +19337,15 @@
"40596eae1a2a1dad10689b2421fc2f389ecf02fbf78656fe752301a420af56d3": {
"e4fed848c6dd280df9a0c8d18df4115d0d23fd43e6a531ddaf33dbb4720ca2cd": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.282Z",
+ "updatedAt": "2026-03-11T18:33:55.769Z",
"postProcessHash": "a8c05cc79783fa881b8eae2fbe8b8f0ed9c143c889fc5f3afb402c4bd868d4ba"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.283Z",
+ "updatedAt": "2026-03-11T18:33:55.772Z",
"postProcessHash": "5de5a372fe3bf6302bab46123c4233c3bdb15470ca5abc72c7761b0f45f2a6e2"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.285Z",
+ "updatedAt": "2026-03-11T18:33:55.774Z",
"postProcessHash": "4b53c78debe7b5f03195fe361cdff919d109fc378b38b984c305c5e40162a75f"
}
}
@@ -19353,15 +19395,15 @@
},
"931a83e4fb3dac28263434b43a8d3f6acfe80060ce57adfc9d8db06aa8959a84": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.444Z",
+ "updatedAt": "2026-03-11T18:33:56.004Z",
"postProcessHash": "ed8fd4cfd3e78ab91670cc0effb430acaab7a7dc462a2e48bba3903a1dca7ca3"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.444Z",
+ "updatedAt": "2026-03-11T18:33:56.006Z",
"postProcessHash": "ad52153988ba607ec325ade2242a5662a8f370dcf88ff62512cec2ea2cd28246"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.445Z",
+ "updatedAt": "2026-03-11T18:33:56.007Z",
"postProcessHash": "8d7417fe4cfa0aeeb589a02408e60e8311e4c56bc8d5beac305c24acec119931"
}
}
@@ -19369,15 +19411,15 @@
"33b78ddcb669475fe5730abe069afeb8a101804826f137ad1c3a9f411275e48c": {
"90baae772a98343f65c426eede4774f14c9224f73cf1e631e1c939d9d8efe9d5": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.397Z",
+ "updatedAt": "2026-03-11T18:33:55.942Z",
"postProcessHash": "26f564adf051b9e41278468972a0dc363b78cc6f97f33438da2defd13509d6c7"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.398Z",
+ "updatedAt": "2026-03-11T18:33:55.942Z",
"postProcessHash": "cc30e302189917b334dc38e93cec49628949872073b310a9bd19c337a7b2551a"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.398Z",
+ "updatedAt": "2026-03-11T18:33:55.943Z",
"postProcessHash": "c01eebcf5505c48f58fb727de06b2d211543e2743835540e2ce39edacf8f9ccc"
}
}
@@ -19385,15 +19427,15 @@
"2bc3575c889bc3b9a5a6f43ec008f99c7ec03483e2231a2f6126017d18532c25": {
"6e9d369a2e5e03319704f2b22738528e1681fb0ef4a2ccb38728dada5f08a360": {
"es": {
- "updatedAt": "2026-03-11T18:24:35.312Z",
+ "updatedAt": "2026-03-11T18:33:55.818Z",
"postProcessHash": "c5990fb54f50fbfc3050b576f1a92dffe1aa32aae5aba312be804b623ed3bc69"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.313Z",
+ "updatedAt": "2026-03-11T18:33:55.819Z",
"postProcessHash": "27da59cbe9ed0eb403df6f45d2abd0f7ca807d5e1b866b2af1b0b9ecf14889de"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.314Z",
+ "updatedAt": "2026-03-11T18:33:55.819Z",
"postProcessHash": "e233093e8ab1d0a978200f0201f301ee0930ee6ee552109d403c0bd43ae2ec21"
}
}
@@ -19415,15 +19457,15 @@
},
"be21baa6a9a0b476f8eac9ee801ffe13cdc5262fce9e67d9fc1398b3e73d10fb": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.107Z",
+ "updatedAt": "2026-03-11T18:33:55.519Z",
"postProcessHash": "846cef951f433f5211507f51352c7ccd1a932f68ef7b0ef6e97b37735c2b6fd7"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.108Z",
+ "updatedAt": "2026-03-11T18:33:55.520Z",
"postProcessHash": "59f664e746687247db137d8217bb7c0ea40b6ac6d2af90aab13e76a7918b4005"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.109Z",
+ "updatedAt": "2026-03-11T18:33:55.520Z",
"postProcessHash": "d5cd9ed69db5663cafaaf75da84270c1a980deac5252cd4a1a6b74d7298ff482"
}
}
@@ -19431,15 +19473,15 @@
"e1a9142591f68cbf45b4493a42c720b92379126eab07472503491f565e2fb773": {
"663f896c29a6c3bcf7df268b419eafd2d938f52c46336671ff0139bc0fc9e082": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.479Z",
+ "updatedAt": "2026-03-11T18:33:56.049Z",
"postProcessHash": "8f64a018f92998a24d87504a5e13c1ee3a481c63aca2cc037708bafc95b21a41"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.480Z",
+ "updatedAt": "2026-03-11T18:33:56.049Z",
"postProcessHash": "d87e1e576413b90c447fec7b87379c2674e0d96f3bc1f29797805968a809bac7"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.481Z",
+ "updatedAt": "2026-03-11T18:33:56.050Z",
"postProcessHash": "a0207908adb2d79e47ed2c9f80161a36ee5f0ab07af7042130b33540e066a336"
}
}
@@ -19447,15 +19489,15 @@
"f7f4f352b30d5baf00e6bdaa3a412cf512c33c2acf086b348cb4447275754f0e": {
"029b6ddc9c87cfa4314ce7049d68b2fdcbffecfa3a31941140b3c41c4d79bdcb": {
"zh": {
- "updatedAt": "2026-03-11T18:24:35.110Z",
+ "updatedAt": "2026-03-11T18:33:55.521Z",
"postProcessHash": "9b9ff16cf0b7b4be9d95a3e3f1862db9829d54cbf88d2eb4881cee947f9b5d54"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.111Z",
+ "updatedAt": "2026-03-11T18:33:55.522Z",
"postProcessHash": "0ab2f34381be3f6c3102d37ed1bcef85b2c85698f5ce6cd9bee58e818c57bc5c"
},
"fr": {
- "updatedAt": "2026-03-11T18:24:35.112Z",
+ "updatedAt": "2026-03-11T18:33:55.523Z",
"postProcessHash": "4f21ee27ea8d573489fa29686aa31a07d6d73513b399c5dfede6d3f0864e853c"
}
}
@@ -19463,15 +19505,15 @@
"e0f7c89c6813c12e0699372985c3f41d6b225753e9edbe4c75b72485009dba9e": {
"1934c063c2ef0b6008adc01c39edd76e6737c7bee56ba08a4f765bcff88d443d": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.615Z",
+ "updatedAt": "2026-03-11T18:33:56.185Z",
"postProcessHash": "c38aecd848e5415f26797700f8c13c977faee50ea21ef22f783a4df794e309d4"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.621Z",
+ "updatedAt": "2026-03-11T18:33:56.191Z",
"postProcessHash": "d19f4c467260e46501f3eb7d585d64ad4faad0974155124de17d192690e39539"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.623Z",
+ "updatedAt": "2026-03-11T18:33:56.193Z",
"postProcessHash": "8354519b0e96c8fc1f21a570fa12053a3fcc8aec96ab5accccc604a199885d59"
}
}
@@ -19479,15 +19521,15 @@
"b026cebd9ca897f4437f612808f33bf6e4d4fe1390f25a34508dfe9b0429ddb0": {
"8c6518a9f639c93a45e921bb20e3a92cbe28cba035a4cef824438afba69666ee": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.616Z",
+ "updatedAt": "2026-03-11T18:33:56.186Z",
"postProcessHash": "20c30d14f142add54529a0754d29abeb13b7e2adf1329af802e7e84776a0fa87"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.618Z",
+ "updatedAt": "2026-03-11T18:33:56.188Z",
"postProcessHash": "a63e2212d99bd33d7754c663b0b168cb0911c4b72fa6c937ac8e5a84201e422a"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.624Z",
+ "updatedAt": "2026-03-11T18:33:56.195Z",
"postProcessHash": "9b71493b31dbaea5765c74fd86438af68d89d57b9395d7b540c3a85e2aced871"
}
}
@@ -19495,15 +19537,15 @@
"a85270e8e880dc07623b17f299f7bb8fae016ee283ea3a0539ecf6daff308043": {
"9fb2eae5fcc97d1278d21bae087769a2b30d6f319b5a2c411ccc8773daa5754e": {
"fr": {
- "updatedAt": "2026-03-11T18:24:35.619Z",
+ "updatedAt": "2026-03-11T18:33:56.190Z",
"postProcessHash": "bba13c575f29516de2134e3801ae25b2452af99573a444443570dc53ef28266e"
},
"es": {
- "updatedAt": "2026-03-11T18:24:35.620Z",
+ "updatedAt": "2026-03-11T18:33:56.190Z",
"postProcessHash": "12580b3e5c94ae99cc5bf7cae8419a98632b0e4f42e5c34b0cc9b38bdc8eab8d"
},
"zh": {
- "updatedAt": "2026-03-11T18:24:35.623Z",
+ "updatedAt": "2026-03-11T18:33:56.193Z",
"postProcessHash": "f5e933835423d416f5a8d7a8c0c4640f6a8465e368ff003302042d1aa8321cf7"
}
}
diff --git a/zh/organize/navigation.mdx b/zh/organize/navigation.mdx
index fb000d727..046f10433 100644
--- a/zh/organize/navigation.mdx
+++ b/zh/organize/navigation.mdx
@@ -488,6 +488,40 @@ keywords: ["导航结构", "侧边栏配置", "页面组织", "导航分组"]
}
```
+
+ ### 默认版本
+
+
+`versions` 数组中的第一个版本会作为默认版本。使用 `default` 字段可将其他版本指定为默认版本。
+
+```json
+{
+ "navigation": {
+ "versions": [
+ {
+ "version": "1.0.0",
+ "groups": [
+ {
+ "group": "入门",
+ "pages": ["v1/overview", "v1/quickstart"]
+ }
+ ]
+ },
+ {
+ "version": "2.0.0",
+ "default": true,
+ "groups": [
+ {
+ "group": "入门",
+ "pages": ["v2/overview", "v2/quickstart"]
+ }
+ ]
+ }
+ ]
+ }
+}
+```
+
### 版本标签
diff --git a/zh/organize/pages.mdx b/zh/organize/pages.mdx
index 2b7fd6e95..19f0db5eb 100644
--- a/zh/organize/pages.mdx
+++ b/zh/organize/pages.mdx
@@ -20,8 +20,10 @@ keywords: ["tags", "tag", "frontmatter", "metadata", "layout"]
* SEO (搜索引擎优化) meta 标签
* 自定义 metadata
-
+
显示在导航和浏览器标签页中的页面标题。
+
+ 如果省略,Mintlify 会根据文件路径生成标题。路径的最后一段会作为标题,其中的短横线和下划线会被替换为空格,且首字母会大写。例如,`guides/getting-started.md` 会变为 **入门**。
diff --git a/zh/organize/settings.mdx b/zh/organize/settings.mdx
index 7dfad9bff..589a1c21a 100644
--- a/zh/organize/settings.mdx
+++ b/zh/organize/settings.mdx
@@ -448,7 +448,7 @@ import IconsOptional from "/snippets/zh/icons-optional.mdx";
显示在所有页面和分区中的全局导航元素。
-
+
本地化站点的语言切换器配置。
@@ -630,6 +630,10 @@ import IconsOptional from "/snippets/zh/icons-optional.mdx";
具有多个 [versions](/zh/organize/navigation#versions) 的站点的版本切换器。
+
+ 设为 `true` 可将此版本设为默认版本。如果省略此项或设为 `false`,则数组中的第一个版本为默认版本。
+
+
在版本选择器中显示于版本旁边的徽章标签。用于突出显示特定版本,例如“Latest”“Recommended”或“Beta”。