-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i18n(ko-KR): update
configuration-reference.mdx
, `error-reference.m…
…dx`, `/reference/errors/` (#8991) * i18n(ko-KR): update `error-reference.mdx` * i18n(ko-KR): update error mdx files * i18n(ko-KR): update `configuration-reference.mdx` * i18n(ko-KR): update `error-reference.mdx` and add new error reference file --------- Co-authored-by: Yan <61414485+yanthomasdev@users.noreply.github.com>
- Loading branch information
1 parent
0775ced
commit 8189937
Showing
7 changed files
with
49 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
src/content/docs/ko/reference/errors/action-called-from-server-error.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: Action unexpected called from the server. | ||
i18nReady: true | ||
githubURL: https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts | ||
--- | ||
|
||
> **ActionCalledFromServerError**: Action called from a server page or endpoint without using `Astro.callAction()`. | ||
## 무엇이 잘못되었나요? | ||
`Astro.callAction()`을 사용하지 않고 서버 페이지 또는 엔드포인트에서 호출된 액션입니다. |
13 changes: 13 additions & 0 deletions
13
src/content/docs/ko/reference/errors/action-query-string-invalid-error.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: An invalid Action query string was passed by a form. | ||
i18nReady: true | ||
githubURL: https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts | ||
--- | ||
|
||
> **ActionQueryStringInvalidError**: The server received the query string `?_astroAction=ACTION_NAME`, but could not find an action with that name. If you changed an action's name in development, remove this query param from your URL and refresh. | ||
## 무엇이 잘못되었나요? | ||
서버가 쿼리 문자열 `?_astroAction=name`을 수신했지만 해당 이름의 액션을 찾을 수 없습니다. 액션 함수의 `.queryString` 속성을 사용하여 양식의 `action` URL을 검색하세요. | ||
|
||
**더 보기:** | ||
- [Actions RFC](https://github.com/withastro/roadmap/blob/actions/proposals/0046-actions.md) |
13 changes: 13 additions & 0 deletions
13
src/content/docs/ko/reference/errors/actions-used-with-for-get-error.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: An invalid Action query string was passed by a form. | ||
i18nReady: true | ||
githubURL: https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts | ||
--- | ||
|
||
> **ActionsUsedWithForGetError**: Action ACTION_NAME was called from a form using a GET request, but only POST requests are supported. This often occurs if `method="POST"` is missing on the form. | ||
## 무엇이 잘못되었나요? | ||
액션은 POST 요청만 지원하지만, 양식에서 GET 요청을 사용하여 호출되었습니다. 이 문제는 양식에 `method="POST"`가 누락된 경우에 자주 발생합니다. | ||
|
||
**더 보기:** | ||
- [Actions RFC](https://github.com/withastro/roadmap/blob/actions/proposals/0046-actions.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters