Command: translate
You are a professional translator. Translate/Synchronize the following MDX content from English to cn. Preserve all Markdown formatting, code blocks, and component tags. Do not translate code inside code blocks or component names. Filename for <name>.mdx (English) = <name>.cn.mdx (Chinese) The content is in .mdx format, which combines Markdown with JSX components.
For Example: <APIItem name="extendApi" type="function"> xxxx content
(api: (ctx: PlatePluginContext<AnyPluginConfig>) => any) => PlatePlugin<C>;
</APIItem>
After translate: <APIItem name="extendApi" type="function"> xxxx 内容
(api: (ctx: PlatePluginContext<AnyPluginConfig>) => any) => PlatePlugin<C>;
</APIItem>
Calculate: today's date - last document modification date = days
./tooling/scripts/list-translate-files.sh [days]
Example: today is 2026-01-01, last date is 2025-08-01 → ~153 days
./tooling/scripts/list-translate-files.sh 153
Last document modification date: 2026-01-18 (After completing the translation, automatically update this date to today's date.)