feat: Add Pro features discovery banner
Adds a dismissible banner in the topbar that informs users about PLANKA Pro features. - Dismissible per-user (stored in localStorage) - Reappears after 30 days - Rotates between main message and 3 feature highlights - Links to planka.app/pro (with ref parameter for anonymous source attribution)
This commit is contained in:
@@ -136,6 +136,13 @@ export default {
|
||||
customFieldGroups_title: '사용자 정의 필드 그룹들',
|
||||
customField_title: '사용자 정의 필드',
|
||||
customFields_title: '사용자 정의 필드들',
|
||||
discoverPlankaPro: '✨ 보드를 위한 더 많은 기능: PLANKA Pro 알아보기',
|
||||
discoverPlankaPro_title: 'PLANKA Pro 알아보기',
|
||||
upgradeTeamToPro_title: '팀을 Pro로 업그레이드',
|
||||
proFeatureCalendar: '✨ 보드용 캘린더 뷰',
|
||||
proFeatureRecurringCards: '✨ 반복 카드 및 자동화',
|
||||
proFeatureGuestRoles: '✨ 게스트 역할 및 외부 협업',
|
||||
dismissProBannerFor30Days: '30일 동안 닫기',
|
||||
customerPanel_title: '고객 패널',
|
||||
dangerZone_title: '위험 구역',
|
||||
date: '날짜',
|
||||
|
||||
Reference in New Issue
Block a user