@@ -352,23 +352,23 @@ const config = {
352
352
link : '/ko/guide/' ,
353
353
} ,
354
354
{
355
- text : '동적 경로 매칭' ,
355
+ text : '동적 라우트 매칭' ,
356
356
link : '/ko/guide/essentials/dynamic-matching.html' ,
357
357
} ,
358
358
{
359
- text : '경로 매칭 문법' ,
359
+ text : '라우트 매칭 문법' ,
360
360
link : '/ko/guide/essentials/route-matching-syntax.html' ,
361
361
} ,
362
362
{
363
- text : '중첩 경로 ' ,
363
+ text : '중첩된 라우트 ' ,
364
364
link : '/ko/guide/essentials/nested-routes.html' ,
365
365
} ,
366
366
{
367
- text : '네비게이션' ,
367
+ text : '프로그래밍 방식 네비게이션' ,
368
368
link : '/ko/guide/essentials/navigation.html' ,
369
369
} ,
370
370
{
371
- text : '이름을 가지는 경로 ' ,
371
+ text : '이름을 가지는 라우트 ' ,
372
372
link : '/ko/guide/essentials/named-routes.html' ,
373
373
} ,
374
374
{
@@ -380,11 +380,11 @@ const config = {
380
380
link : '/ko/guide/essentials/redirect-and-alias.html' ,
381
381
} ,
382
382
{
383
- text : 'props 전달하기 ' ,
383
+ text : '라우트 컴포넌트에 속성 전달 ' ,
384
384
link : '/ko/guide/essentials/passing-props.html' ,
385
385
} ,
386
386
{
387
- text : '히스토리 모드' ,
387
+ text : 'HTML5 히스토리 모드' ,
388
388
link : '/ko/guide/essentials/history-mode.html' ,
389
389
} ,
390
390
] ,
@@ -398,7 +398,7 @@ const config = {
398
398
link : '/ko/guide/advanced/navigation-guards.html' ,
399
399
} ,
400
400
{
401
- text : '경로 메타 필드' ,
401
+ text : '라우트 메타 필드' ,
402
402
link : '/ko/guide/advanced/meta.html' ,
403
403
} ,
404
404
{
@@ -414,19 +414,19 @@ const config = {
414
414
link : '/ko/guide/advanced/transitions.html' ,
415
415
} ,
416
416
{
417
- text : '스크롤' ,
417
+ text : '스크롤 동작 ' ,
418
418
link : '/ko/guide/advanced/scroll-behavior.html' ,
419
419
} ,
420
420
{
421
- text : '지연 로딩' ,
421
+ text : '지연된 로딩' ,
422
422
link : '/ko/guide/advanced/lazy-loading.html' ,
423
423
} ,
424
424
{
425
425
text : 'RouterLink 확장하기' ,
426
426
link : '/ko/guide/advanced/extending-router-link.html' ,
427
427
} ,
428
428
{
429
- text : '네비게이션 실패' ,
429
+ text : '네비게이션 실패 처리하기 ' ,
430
430
link : '/ko/guide/advanced/navigation-failures.html' ,
431
431
} ,
432
432
{
0 commit comments