Skip to content

Commit def02c5

Browse files
committed
docs: update translation docs
1 parent 334c8eb commit def02c5

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

apps/docs/content/zh-hans/docs/01-app/05-api-reference/03-file-conventions/not-found.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ source-updated-at: 2025-05-16T04:52:11.000Z
33
translation-updated-at: 2025-05-20T22:26:37.434Z
44
title: not-found.js
55
description: not-found.js 文件的 API 参考文档。
6+
---
67

78
**not-found** 文件用于在路由段中抛出 [`notFound`](/docs/app/api-reference/functions/not-found) 函数时渲染 UI。除了提供自定义 UI 外,Next.js 会为流式响应返回 `200` HTTP 状态码,非流式响应则返回 `404`
89

apps/docs/content/zh-hans/docs/01-app/05-api-reference/03-file-conventions/template.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ source-updated-at: 2025-05-19T22:31:51.000Z
33
translation-updated-at: 2025-05-20T22:25:50.491Z
44
title: template.js
55
description: template.js 文件的 API 参考文档。
6+
---
67

78
**模板 (template)** 文件与 [布局 (layout)](/docs/app/building-your-application/routing/layouts-and-templates#layouts) 类似,用于包裹布局或页面。与跨路由保持状态的布局不同,模板会被赋予唯一键值,这意味着子级客户端组件 (Client Components) 在导航时会重置其状态。
89

apps/docs/content/zh-hans/docs/01-app/05-api-reference/04-functions/not-found.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ source-updated-at: 2025-05-16T04:52:11.000Z
33
translation-updated-at: 2025-05-20T22:24:18.509Z
44
title: notFound
55
description: 关于 notFound 函数的 API 参考文档。
6+
---
67

78
`notFound` 函数允许您在路由段内渲染 [`not-found 文件`](/docs/app/api-reference/file-conventions/not-found),并自动注入 `<meta name="robots" content="noindex" />` 标签。
89

apps/docs/content/zh-hans/docs/02-pages/03-building-your-application/03-data-fetching/03-forms-and-mutations.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ translation-updated-at: 2025-05-20T22:21:21.860Z
44
title: 表单与数据变更
55
nav_title: 表单与数据变更
66
description: 学习如何使用 Next.js 处理表单提交与数据变更操作。
7+
---
78

89
表单使您能够在网页应用中创建和更新数据。Next.js 通过 **API 路由 (API Routes)** 提供了一种强大的方式来处理表单提交和数据变更。
910

0 commit comments

Comments
 (0)