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>
47 lines
No EOL
1.6 KiB
Text
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 |