Skip to content

Commit 3a53c76

Browse files
authored
docs: guides examples page title applied in Korean (#791)
1 parent c390a4f commit 3a53c76

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

β€Ži18n/kr/docusaurus-plugin-content-docs/current/guides/examples/auth.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
sidebar_position: 1
3+
sidebar_label: 인증
34
---
45

5-
# Authentication
6+
# 인증
67

78
보톡 인증은 μ„Έ κ°€μ§€ μ£Όμš” λ‹¨κ³„λ‘œ μ΄λ£¨μ–΄μ§‘λ‹ˆλ‹€:
89

β€Ži18n/kr/docusaurus-plugin-content-docs/current/guides/examples/index.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ import NavCard from "@site/src/shared/ui/nav-card/tmpl.mdx"
1414
import { UserSwitchOutlined, LayoutOutlined, FontSizeOutlined } from "@ant-design/icons";
1515

1616
<NavCard
17-
title="Authentication"
17+
title="κΆŒν•œ"
1818
description="인증 둜직의 μ„ΈλΆ„ν™”"
1919
to="/docs/guides/examples/auth"
2020
Icon={UserSwitchOutlined}
2121
tags={["Forms", "2FA", "OAuth", "Token storage", "Token refresh"]}
2222
/>
2323
<NavCard
24-
title="Types"
24+
title="νƒ€μž…"
2525
description="νƒ€μž… μœ„μΉ˜ μ„ μ • 및 FSDμ—μ„œμ˜ νƒ€μž… μ’…λ₯˜"
2626
to="/docs/guides/examples/types"
2727
Icon={FontSizeOutlined}
2828
tags={["DTO", "Mappers", "Entity relationships", "Auto-generation", "Validation schemas"]}
2929
/>
3030
<NavCard
31-
title="Page layouts"
31+
title="νŽ˜μ΄μ§€ λ ˆμ΄μ•„μ›ƒ"
3232
description="λ ˆμ΄μ•„μ›ƒμ˜ ν™œμš© 사둀"
3333
to="/docs/guides/examples/page-layout"
3434
Icon={LayoutOutlined}

β€Ži18n/kr/docusaurus-plugin-content-docs/current/guides/examples/page-layout.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 3
33
---
44

5-
# Page layouts
5+
# νŽ˜μ΄μ§€ λ ˆμ΄μ•„μ›ƒ
66

77
이 κ°€μ΄λ“œλŠ” μ—¬λŸ¬ νŽ˜μ΄μ§€κ°€ 같은 κΈ°λ³Έ ꡬ쑰λ₯Ό κ³΅μœ ν•˜κ³ , μ£Όμš” λ‚΄μš©λ§Œ λ‹€λ₯Έ 경우 μ‚¬μš©ν•  수 μžˆλŠ” _νŽ˜μ΄μ§€ λ ˆμ΄μ•„μ›ƒ_ 에 λŒ€ν•΄ μ„€λͺ…ν•©λ‹ˆλ‹€.
88

β€Ži18n/kr/docusaurus-plugin-content-docs/current/guides/examples/types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 2
33
---
44

5-
# Types
5+
# νƒ€μž…
66

77
이 κ°€μ΄λ“œλŠ” Typescript와 같은 정적 νƒ€μž… μ–Έμ–΄μ˜ 데이터 νƒ€μž…μ„ λ‹€λ£¨λŠ” 방법과 FSD ꡬ쑰 λ‚΄μ—μ„œ νƒ€μž…μ΄ μ–΄λ–»κ²Œ ν™œμš©λ˜λŠ”μ§€ μ„€λͺ…ν•©λ‹ˆλ‹€.
88

0 commit comments

Comments
Β (0)