Skip to content

Commit eaf87f7

Browse files
committed
docs: equalize translation terms
1 parent 23a9972 commit eaf87f7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/.vitepress/config.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -352,23 +352,23 @@ const config = {
352352
link: '/ko/guide/',
353353
},
354354
{
355-
text: '동적 경로 매칭',
355+
text: '동적 라우트 매칭',
356356
link: '/ko/guide/essentials/dynamic-matching.html',
357357
},
358358
{
359-
text: '경로 매칭 문법',
359+
text: '라우트 매칭 문법',
360360
link: '/ko/guide/essentials/route-matching-syntax.html',
361361
},
362362
{
363-
text: '중첩 경로',
363+
text: '중첩된 라우트',
364364
link: '/ko/guide/essentials/nested-routes.html',
365365
},
366366
{
367-
text: '네비게이션',
367+
text: '프로그래밍 방식 네비게이션',
368368
link: '/ko/guide/essentials/navigation.html',
369369
},
370370
{
371-
text: '이름을 가지는 경로',
371+
text: '이름을 가지는 라우트',
372372
link: '/ko/guide/essentials/named-routes.html',
373373
},
374374
{
@@ -380,11 +380,11 @@ const config = {
380380
link: '/ko/guide/essentials/redirect-and-alias.html',
381381
},
382382
{
383-
text: 'props 전달하기',
383+
text: '라우트 컴포넌트에 속성 전달',
384384
link: '/ko/guide/essentials/passing-props.html',
385385
},
386386
{
387-
text: '히스토리 모드',
387+
text: 'HTML5 히스토리 모드',
388388
link: '/ko/guide/essentials/history-mode.html',
389389
},
390390
],
@@ -398,7 +398,7 @@ const config = {
398398
link: '/ko/guide/advanced/navigation-guards.html',
399399
},
400400
{
401-
text: '경로 메타 필드',
401+
text: '라우트 메타 필드',
402402
link: '/ko/guide/advanced/meta.html',
403403
},
404404
{
@@ -414,19 +414,19 @@ const config = {
414414
link: '/ko/guide/advanced/transitions.html',
415415
},
416416
{
417-
text: '스크롤',
417+
text: '스크롤 동작',
418418
link: '/ko/guide/advanced/scroll-behavior.html',
419419
},
420420
{
421-
text: '지연 로딩',
421+
text: '지연된 로딩',
422422
link: '/ko/guide/advanced/lazy-loading.html',
423423
},
424424
{
425425
text: 'RouterLink 확장하기',
426426
link: '/ko/guide/advanced/extending-router-link.html',
427427
},
428428
{
429-
text: '네비게이션 실패',
429+
text: '네비게이션 실패 처리하기',
430430
link: '/ko/guide/advanced/navigation-failures.html',
431431
},
432432
{

0 commit comments

Comments
 (0)