- Update product name in README, backend docs, and design tokens - Rename Flutter root widget to CityPulseApp and update tests - Update dashboard brand strings and HTML title - Refresh i18n strings (en/ms) and welcome taglines - Adjust backend API title/description and root message - Minor formatting in ApiService comments; no logic changes - Update Android/iOS manifest comments and pubspec description No API endpoints or response schema changes.
41 lines
1.2 KiB
JSON
41 lines
1.2 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",
|
|
"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"
|
|
} |