| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- {
- "title": "Demos",
- "access": {
- "frontendPermissions": "Frontend Permissions",
- "backendPermissions": "Backend Permissions",
- "pageAccess": "Page Access",
- "buttonControl": "Button Control",
- "menuVisible403": "Menu Visible(403)",
- "superVisible": "Visible to Super",
- "adminVisible": "Visible to Admin",
- "userVisible": "Visible to User"
- },
- "nested": {
- "title": "Nested Menu",
- "menu1": "Menu 1",
- "menu2": "Menu 2",
- "menu2_1": "Menu 2-1",
- "menu3": "Menu 3",
- "menu3_1": "Menu 3-1",
- "menu3_2": "Menu 3-2",
- "menu3_2_1": "Menu 3-2-1"
- },
- "outside": {
- "title": "External Pages",
- "embedded": "Embedded",
- "externalLink": "External Link"
- },
- "badge": {
- "title": "Menu Badge",
- "dot": "Dot Badge",
- "text": "Text Badge",
- "color": "Badge Color"
- },
- "activeIcon": {
- "title": "Active Menu Icon",
- "children": "Children Active Icon"
- },
- "fallback": {
- "title": "Fallback Page"
- },
- "features": {
- "title": "Features",
- "hideChildrenInMenu": "Hide Menu Children",
- "loginExpired": "Login Expired",
- "icons": "Icons",
- "watermark": "Watermark",
- "preferencesExtension": "Preferences Extension",
- "tabs": "Tabs",
- "tabDetail": "Tab Detail Page",
- "fullScreen": "FullScreen",
- "clipboard": "Clipboard",
- "menuWithQuery": "Menu With Query",
- "openInNewWindow": "Open in New Window",
- "fileDownload": "File Download"
- },
- "preferencesExtensionDemo": {
- "description": "This page directly uses extension preferences defined in the playground app. You can modify them in “Preferences → Playground Extension” at the top right, or click the preset buttons below to see the page update in real time.",
- "currentConfig": "Current Extension Preferences",
- "currentTitle": "Current Title: {title}",
- "currentDescription": "Displaying {count} tasks by default; quick actions are {quickActionText}; the current highlight tone is “{tone}”.",
- "showQuickActions": "shown",
- "hideQuickActions": "hidden",
- "boardDescription": "This is a real usage example: the page title, action area, visible row count, and highlight styles are all driven by extension preferences.",
- "quickActionsEnabled": "Quick actions are currently disabled, so the page only keeps the read-only information view.",
- "quickActions": {
- "create": "Create Task",
- "export": "Batch Export",
- "refresh": "Refresh Data"
- },
- "presetTitle": "Quick Presets (demonstrates updateCustomPreferences)",
- "presetButtons": {
- "default": "Reset Default",
- "compact": "Switch to Compact",
- "review": "Switch to Review"
- },
- "presetTitles": {
- "compact": "Compact Dashboard",
- "default": "Weekly Operations Overview",
- "review": "Review Dashboard"
- },
- "tones": {
- "default": "Default",
- "success": "Success",
- "warning": "Warning"
- },
- "owner": "Owner"
- },
- "preferencesExtensionConfig": {
- "tabLabel": "Playground Extension",
- "title": "Playground Business Preferences",
- "fields": {
- "reportTitle": {
- "label": "Report Title",
- "placeholder": "Please enter the report title"
- },
- "defaultVisibleRows": {
- "label": "Default Visible Rows",
- "tip": "Controls how many task items are rendered by default on the demo page."
- },
- "enableQuickActions": {
- "label": "Show Quick Actions"
- },
- "highlightTone": {
- "label": "Highlight Tone",
- "options": {
- "default": "Default",
- "success": "Success",
- "warning": "Warning"
- }
- }
- }
- },
- "breadcrumb": {
- "navigation": "Breadcrumb Navigation",
- "lateral": "Lateral Mode",
- "lateralDetail": "Lateral Mode Detail",
- "level": "Level Mode",
- "levelDetail": "Level Mode Detail"
- },
- "vben": {
- "title": "Project",
- "about": "About",
- "document": "Document",
- "antdv": "Ant Design Vue Version",
- "antdv-next": "Antdv Next Version",
- "naive-ui": "Naive UI Version",
- "element-plus": "Element Plus Version",
- "tdesign": "TDesign Vue Version"
- }
- }
|