Skip to content

Commit 8f9f630

Browse files
i18n(ko-KR): update errors/ (#12428)
Co-authored-by: Yan <[email protected]>
1 parent 7c89977 commit 8f9f630

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

src/content/docs/ko/reference/error-reference.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ import DontEditWarning from '~/components/DontEditWarning.astro'
4242
- [**UnsupportedImageFormat**](/ko/reference/errors/unsupported-image-format/)<br/>지원되지 않는 이미지 형식
4343
- [**UnsupportedImageConversion**](/ko/reference/errors/unsupported-image-conversion/)<br/>지원되지 않는 이미지 변환
4444
- [**PrerenderDynamicEndpointPathCollide**](/ko/reference/errors/prerender-dynamic-endpoint-path-collide/)<br/>사전 렌더링된 동적 엔드포인트에 경로 충돌이 있습니다.
45+
- [**PrerenderRouteConflict**](/ko/reference/errors/prerender-route-conflict/)<br/>사전 렌더링된 라우트가 다른 라우트와 동일한 경로를 생성합니다.
4546
- [**ExpectedImage**](/ko/reference/errors/expected-image/)<br/>src는 이미지일 것으로 예상됩니다.
4647
- [**ExpectedImageOptions**](/ko/reference/errors/expected-image-options/)<br/>예상되는 이미지 옵션.
4748
- [**ExpectedNotESMImage**](/ko/reference/errors/expected-not-esmimage/)<br/>ESM에서 가져온 이미지가 아닌 예상되는 이미지 옵션.

src/content/docs/ko/reference/errors/font-family-not-found.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ i18nReady: true
44
githubURL: https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts
55
---
66

7-
> No data was found for the family passed to the Font component.
7+
> No data was found for the `cssVariable` passed to the `<Font />` component or to the `getFontData()` function.
88
99
## 무엇이 잘못 되었나요?
1010
글꼴 패밀리를 찾을 수 없습니다.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Prerendered route generates the same path as another route.
3+
i18nReady: true
4+
githubURL: https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts
5+
---
6+
7+
## 무엇이 잘못되었나요?
8+
9+
두 개의 사전 렌더링된 라우트가 동일한 경로를 생성하여 충돌이 발생합니다.
10+
정적 경로는 하나의 라우트에 의해서만 생성될 수 있습니다.
11+
12+
**더 보기:**
13+
- [`getStaticPaths()`](/ko/reference/routing-reference/#getstaticpaths)
14+
- [`params`](/ko/reference/api-reference/#params)

0 commit comments

Comments
 (0)