Files
citypulse/dashboard/i18n/en.json
Zahar fd7d3a9635 refactor(dashboard,styles): improve layout and styling; update database
- Enhanced item actions layout in dashboard for better alignment and usability.
- Updated CSS styles for queue items, buttons, and filter groups to improve responsiveness and aesthetics.
- Modified database to reflect recent changes in the application.
2025-09-27 14:06:31 +08:00

44 lines
1.3 KiB
JSON

{
"dashboard.brand": "CityPulse",
"dashboard.filters": "Filters",
"queue.title": "Tickets",
"drawer.details": "Details",
"drawer.changeStatus": "Change Status",
"drawer.openMap": "Open Map",
"drawer.noNotes": "No additional notes",
"btn.apply": "Apply",
"btn.reset": "Reset",
"btn.view": "View",
"btn.viewDetails": "View details",
"label.language": "Language",
"label.location": "Location",
"label.createdAt": "Created At",
"label.submittedBy": "Submitted by",
"label.place": "Place",
"label.anonymous": "Anonymous User",
"filter.category": "Category",
"filter.severity": "Severity",
"filter.status": "Status",
"filter.dateRange": "Date Range",
"filter.dateFrom": "From",
"filter.dateTo": "To",
"map.noReports": "No reports match filters",
"stats.total": "Total",
"stats.heatmap": "Heatmap",
"severity.high": "High",
"severity.medium": "Medium",
"severity.low": "Low",
"status.submitted": "Submitted",
"status.in_progress": "In Progress",
"status.fixed": "Fixed",
"category.pothole": "Pothole",
"category.streetlight": "Streetlight",
"category.signage": "Signage",
"category.trash": "Trash",
"category.drainage": "Drainage",
"category.other": "Other",
"nav.map": "Map",
"nav.settings": "Settings",
"label.viewOnMap": "View on Map",
"map.legend": "Legend"
}