Skip to content

Commit 6ee3601

Browse files
i18n(ko-KR): update error-reference and errors/ (#13815)
Co-authored-by: Yan <61414485+yanthomasdev@users.noreply.github.com>
1 parent 2a809e9 commit 6ee3601

6 files changed

Lines changed: 43 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,11 @@ import DontEditWarning from '~/components/DontEditWarning.astro'
9494
- [**CannotDetermineWeightAndStyleFromFontFile**](/ko/reference/errors/cannot-determine-weight-and-style-from-font-file/)<br/>글꼴 파일에서 굵기와 스타일을 결정할 수 없습니다.
9595
- [**CannotFetchFontFile**](/ko/reference/errors/cannot-fetch-font-file/)<br/>제공된 글꼴 파일을 가져올 수 없습니다.
9696
- [**FontFamilyNotFound**](/ko/reference/errors/font-family-not-found/)<br/>글꼴 패밀리를 찾을 수 없습니다.
97+
- [**FontFileUrlNotFound**](/ko/reference/errors/font-file-url-not-found/)<br/>글꼴 파일 URL을 찾을 수 없습니다.
98+
- [**MissingGetFontFileRequestUrl**](/ko/reference/errors/missing-get-font-file-request-url/)<br/>온디맨드 렌더링 시 `experimental_getFontFileURL()`에 요청 URL이 필요합니다.
9799
- [**UnavailableAstroGlobal**](/ko/reference/errors/unavailable-astro-global/)<br/>getStaticPaths()에서 Astro 전역을 사용할 수 없습니다.
100+
- [**UnableToLoadLogger**](/ko/reference/errors/unable-to-load-logger/)<br/>로거를 로드할 수 없습니다.
101+
- [**LoggerConfigurationNotSerializable**](/ko/reference/errors/logger-configuration-not-serializable/)<br/>로거 구성을 직렬화할 수 없습니다.
98102

99103
## CSS 오류
100104

src/content/docs/ko/reference/errors/cannot-optimize-svg.mdx

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

7-
> An error occurred while optimizing the SVG file with SVGO.
7+
> An error occurred while optimizing the SVG file with the optimizer.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Font file URL not found
3+
i18nReady: true
4+
githubURL: https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts
5+
---
6+
7+
> The URL passed to the `experimental_getFontFileURL()` function is invalid.
8+
9+
## 무엇이 잘못 되었나요?
10+
폰트 파일 URL을 찾을 수 없습니다.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: The configuration of the logger is not serializable
3+
i18nReady: true
4+
githubURL: https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts
5+
---
6+
7+
> The configuration of the logger is not serializable.
8+
9+
## 무엇이 잘못 되었나요?
10+
로거의 구성을 직렬화할 수 없습니다.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: experimental_getFontFileURL() requires the request URL with on-demand rendering.
3+
i18nReady: true
4+
githubURL: https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts
5+
---
6+
7+
## 무엇이 잘못 되었나요?
8+
`experimental_getFontFileURL()`은 온디맨드 렌더링 시 요청 URL이 필요합니다.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Unable to load the logger.
3+
i18nReady: true
4+
githubURL: https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts
5+
---
6+
7+
> Couldn't load the logger at the given path.
8+
9+
## 무엇이 잘못 되었나요?
10+
로거를 불러올 수 없습니다.

0 commit comments

Comments
 (0)