Rocky_Mountain_Vending/.pnpm-store/v10/files/37/03f5e4d9725e2d8f5b1b0036528707e0ef03cf391ee50af64ebca87350b3fb586515ace05837de04622c05ae0e13d1ad451826bfa11e510215d18e17d5c324
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

47 lines
No EOL
1.6 KiB
Text

export namespace UIStrings {
let navigationDescription: string;
let timespanDescription: string;
let snapshotDescription: string;
let navigationLongDescription: string;
let timespanLongDescription: string;
let snapshotLongDescription: string;
let navigationReport: string;
let timespanReport: string;
let snapshotReport: string;
let summary: string;
let allReports: string;
let title: string;
let categories: string;
let categoryPerformance: string;
let categoryAccessibility: string;
let categoryBestPractices: string;
let categorySeo: string;
let desktop: string;
let mobile: string;
let ratingPass: string;
let ratingAverage: string;
let ratingFail: string;
let ratingError: string;
let navigationReportCount: string;
let timespanReportCount: string;
let snapshotReportCount: string;
let save: string;
let helpLabel: string;
let helpDialogTitle: string;
let helpUseCaseInstructionNavigation: string;
let helpUseCaseInstructionTimespan: string;
let helpUseCaseInstructionSnapshot: string;
let helpUseCaseNavigation1: string;
let helpUseCaseNavigation2: string;
let helpUseCaseNavigation3: string;
let helpUseCaseTimespan1: string;
let helpUseCaseTimespan2: string;
let helpUseCaseSnapshot1: string;
let helpUseCaseSnapshot2: string;
let passedAuditCount: string;
let passableAuditCount: string;
let informativeAuditCount: string;
let highestImpact: string;
}
export type UIStringsType = typeof UIStrings;
//# sourceMappingURL=ui-strings.d.ts.map