63 lines
1.8 KiB
Text
63 lines
1.8 KiB
Text
|
|
# Example Theme Plugin - English Translations
|
||
|
|
# Analytics Dashboard UI strings
|
||
|
|
|
||
|
|
## Plugin Metadata
|
||
|
|
example-plugin-name = Example Analytics Theme
|
||
|
|
example-plugin-description = Professional theme for analytics dashboards with optimized data visualization
|
||
|
|
|
||
|
|
## Dashboard Headers
|
||
|
|
dashboard-title = Analytics Dashboard
|
||
|
|
dashboard-subtitle = Real-time performance metrics and insights
|
||
|
|
dashboard-refresh = Last updated { $time }
|
||
|
|
|
||
|
|
## Metrics Labels
|
||
|
|
metrics-total-users = Total Users
|
||
|
|
metrics-active-sessions = Active Sessions
|
||
|
|
metrics-page-views = Page Views
|
||
|
|
metrics-avg-session-duration = Avg Session Duration
|
||
|
|
metrics-bounce-rate = Bounce Rate
|
||
|
|
metrics-conversion-rate = Conversion Rate
|
||
|
|
|
||
|
|
## Chart Labels
|
||
|
|
chart-daily-activity = Daily Activity
|
||
|
|
chart-user-growth = User Growth
|
||
|
|
chart-traffic-sources = Traffic Sources
|
||
|
|
chart-conversion-funnel = Conversion Funnel
|
||
|
|
chart-device-breakdown = Device Breakdown
|
||
|
|
|
||
|
|
## Time Periods
|
||
|
|
period-today = Today
|
||
|
|
period-week = This Week
|
||
|
|
period-month = This Month
|
||
|
|
period-year = This Year
|
||
|
|
period-custom = Custom Range
|
||
|
|
|
||
|
|
## Actions
|
||
|
|
action-export = Export Report
|
||
|
|
action-download-csv = Download CSV
|
||
|
|
action-share = Share Dashboard
|
||
|
|
action-print = Print
|
||
|
|
action-refresh = Refresh Data
|
||
|
|
|
||
|
|
## Status Messages
|
||
|
|
status-loading = Loading analytics data...
|
||
|
|
status-error = Unable to load data
|
||
|
|
status-no-data = No data available for this period
|
||
|
|
status-success = Data loaded successfully
|
||
|
|
|
||
|
|
## Tooltips
|
||
|
|
tooltip-hover-for-details = Hover for more details
|
||
|
|
tooltip-click-to-filter = Click to filter
|
||
|
|
tooltip-drag-to-zoom = Drag to zoom
|
||
|
|
|
||
|
|
## Buttons
|
||
|
|
button-apply-filter = Apply Filter
|
||
|
|
button-clear-filters = Clear Filters
|
||
|
|
button-date-range = Select Date Range
|
||
|
|
button-compare = Compare Periods
|
||
|
|
|
||
|
|
## Accessibility
|
||
|
|
label-chart-analytics = Analytics chart
|
||
|
|
label-metric-card = Metric card showing { $metric }
|
||
|
|
label-data-table = Analytics data table
|