localization reports page
This commit is contained in:
@@ -1254,6 +1254,7 @@
|
||||
}
|
||||
},
|
||||
"all_shifts_title": "ALL SHIFTS",
|
||||
"no_shifts_today": "No shifts scheduled for today",
|
||||
"shift_item": {
|
||||
"time": "Time",
|
||||
"workers": "Workers",
|
||||
@@ -1289,6 +1290,7 @@
|
||||
"sun": "Sun"
|
||||
},
|
||||
"spend_by_industry": "Spend by Industry",
|
||||
"no_industry_data": "No industry data available",
|
||||
"industries": {
|
||||
"hospitality": "Hospitality",
|
||||
"events": "Events",
|
||||
@@ -1319,41 +1321,16 @@
|
||||
},
|
||||
"forecast_report": {
|
||||
"title": "Forecast Report",
|
||||
"subtitle": "Next 4 weeks projection",
|
||||
"summary": {
|
||||
"four_week": "4-Week Forecast",
|
||||
"avg_weekly": "Avg Weekly",
|
||||
"total_shifts": "Total Shifts",
|
||||
"total_hours": "Total Hours",
|
||||
"total_projected": "Total projected",
|
||||
"per_week": "Per week",
|
||||
"scheduled": "Scheduled",
|
||||
"worker_hours": "Worker hours"
|
||||
"subtitle": "Projected spend & staffing",
|
||||
"metrics": {
|
||||
"projected_spend": "Projected Spend",
|
||||
"workers_needed": "Workers Needed"
|
||||
},
|
||||
"spending_forecast": "Spending Forecast",
|
||||
"weekly_breakdown": "WEEKLY BREAKDOWN",
|
||||
"breakdown_headings": {
|
||||
"shifts": "Shifts",
|
||||
"hours": "Hours",
|
||||
"avg_shift": "Avg/Shift"
|
||||
},
|
||||
"insights": {
|
||||
"title": "Forecast Insights",
|
||||
"insight_1": {
|
||||
"prefix": "Demand is expected to spike by ",
|
||||
"highlight": "25%",
|
||||
"suffix": " in week 3"
|
||||
},
|
||||
"insight_2": {
|
||||
"prefix": "Projected spend for next month is ",
|
||||
"highlight": "USD 68.4k",
|
||||
"suffix": ""
|
||||
},
|
||||
"insight_3": {
|
||||
"prefix": "Consider increasing budget for ",
|
||||
"highlight": "Holiday Season",
|
||||
"suffix": " coverage"
|
||||
}
|
||||
"chart_title": "Spending Forecast",
|
||||
"daily_projections": "DAILY PROJECTIONS",
|
||||
"empty_state": "No projections available",
|
||||
"shift_item": {
|
||||
"workers_needed": "$count workers needed"
|
||||
},
|
||||
"placeholders": {
|
||||
"export_message": "Exporting Forecast Report (Placeholder)"
|
||||
@@ -1364,7 +1341,9 @@
|
||||
"subtitle": "Key metrics & benchmarks",
|
||||
"overall_score": {
|
||||
"title": "Overall Performance Score",
|
||||
"label": "Excellent"
|
||||
"excellent": "Excellent",
|
||||
"good": "Good",
|
||||
"needs_work": "Needs Work"
|
||||
},
|
||||
"kpis_title": "KEY PERFORMANCE INDICATORS",
|
||||
"kpis": {
|
||||
@@ -1373,8 +1352,11 @@
|
||||
"on_time_rate": "On-Time Rate",
|
||||
"avg_fill_time": "Avg Fill Time",
|
||||
"target_prefix": "Target: ",
|
||||
"target_hours": "$hours hrs",
|
||||
"target_percent": "$percent%",
|
||||
"met": "✓ Met",
|
||||
"close": "↗ Close"
|
||||
"close": "→ Close",
|
||||
"miss": "✗ Miss"
|
||||
},
|
||||
"additional_metrics_title": "ADDITIONAL METRICS",
|
||||
"additional_metrics": {
|
||||
@@ -1425,13 +1407,13 @@
|
||||
"title": "Reliability Insights",
|
||||
"insight_1": {
|
||||
"prefix": "Your no-show rate of ",
|
||||
"highlight": "1.2%",
|
||||
"suffix": " is below industry average"
|
||||
"highlight": "$rate%",
|
||||
"suffix": " is $comparison industry average"
|
||||
},
|
||||
"insight_2": {
|
||||
"prefix": "",
|
||||
"highlight": "1 worker",
|
||||
"suffix": " has multiple incidents this month"
|
||||
"highlight": "$count worker(s)",
|
||||
"suffix": " have multiple incidents this month"
|
||||
},
|
||||
"insight_3": {
|
||||
"prefix": "Consider implementing ",
|
||||
@@ -1439,6 +1421,7 @@
|
||||
"suffix": " 24hrs before shifts"
|
||||
}
|
||||
},
|
||||
"empty_state": "No workers flagged for no-shows",
|
||||
"placeholders": {
|
||||
"export_message": "Exporting No-Show Report (Placeholder)"
|
||||
}
|
||||
@@ -1452,9 +1435,11 @@
|
||||
"needs_help": "Needs Help"
|
||||
},
|
||||
"next_7_days": "NEXT 7 DAYS",
|
||||
"empty_state": "No shifts scheduled",
|
||||
"shift_item": {
|
||||
"confirmed_workers": "$confirmed/$needed workers confirmed",
|
||||
"spots_remaining": "$count spots remaining",
|
||||
"one_spot_remaining": "1 spot remaining",
|
||||
"fully_staffed": "Fully staffed"
|
||||
},
|
||||
"insights": {
|
||||
|
||||
Reference in New Issue
Block a user