릴리스: v1.4.4 화면 용어 정리 마무리

This commit is contained in:
2026-04-02 18:20:13 +09:00
parent 31613e4613
commit a733c97991
7 changed files with 14 additions and 7 deletions

View File

@@ -176,7 +176,7 @@ const routeMeta = computed(() => {
}
if (route.name === 'editEditor' || route.name === 'newEditor') {
return {
title: 'Deck Builder',
title: '티어표 만들기',
subtitle: '티어표 편집 및 공유',
contextTitle: '편집 패널',
contextText: '현재 편집 옵션은 중앙 화면 안에 유지되어 있습니다. 다음 단계에서 우측 패널로 정리해갈게요.',
@@ -186,7 +186,7 @@ const routeMeta = computed(() => {
}
if (isAdminRoute.value) {
return {
title: 'Admin Workspace',
title: '관리자 작업실',
subtitle: '템플릿·아이템·회원 관리',
contextTitle: '운영 노트',
contextText: '관리자 화면은 기능이 많아 우선 공통 셸 톤을 맞췄고, 세부 패널은 다음 단계에서 시안 방식으로 더 세밀하게 나눌 예정입니다.',
@@ -237,7 +237,7 @@ const routeMeta = computed(() => {
return {
title: 'Tier Maker',
subtitle: '주제 템플릿으로 만드는 티어표',
contextTitle: 'Workspace',
contextTitle: '작업 공간',
contextText: '현재 화면에 맞는 도구와 안내를 여기에 배치할 수 있습니다.',
actionLabel: '홈으로',
action: () => router.push('/'),