|
1 | 1 | { |
| 2 | + "homepage.tagline": { |
| 3 | + "message": "Technical experiments, skills, and development documentation", |
| 4 | + "description": "Homepage hero tagline" |
| 5 | + }, |
| 6 | + "homepage.button.guides": { |
| 7 | + "message": "View Guides", |
| 8 | + "description": "Homepage primary CTA button" |
| 9 | + }, |
| 10 | + "homepage.button.blog": { |
| 11 | + "message": "Go to Blog", |
| 12 | + "description": "Homepage secondary CTA button" |
| 13 | + }, |
| 14 | + "homepage.feature.guides.title": { |
| 15 | + "message": "Guides", |
| 16 | + "description": "Homepage feature card title for Guides" |
| 17 | + }, |
| 18 | + "homepage.feature.guides.description": { |
| 19 | + "message": "Documentation on Clean Architecture, testing, and i18n patterns for Next.js and TypeScript projects.", |
| 20 | + "description": "Homepage feature card description for Guides" |
| 21 | + }, |
| 22 | + "homepage.feature.blog.title": { |
| 23 | + "message": "Blog", |
| 24 | + "description": "Homepage feature card title for Blog" |
| 25 | + }, |
| 26 | + "homepage.feature.blog.description": { |
| 27 | + "message": "Technical articles, experiments, and case studies on development, SaaS, and DevOps.", |
| 28 | + "description": "Homepage feature card description for Blog" |
| 29 | + }, |
| 30 | + "homepage.feature.portfolio.title": { |
| 31 | + "message": "Portfolio", |
| 32 | + "description": "Homepage feature card title for Portfolio" |
| 33 | + }, |
| 34 | + "homepage.feature.portfolio.description": { |
| 35 | + "message": "Production projects, skills, and contact. The main CV linked to this Lab.", |
| 36 | + "description": "Homepage feature card description for Portfolio" |
| 37 | + }, |
2 | 38 | "theme.ErrorPageContent.title": { |
3 | 39 | "message": "This page crashed.", |
4 | 40 | "description": "The title of the fallback page when the page crashed" |
|
0 commit comments