@rimelight/ui 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/package.json +5 -1
  2. package/src/components/carousel/carousel-script.ts +188 -188
  3. package/src/components/carousel/index.ts +1 -1
  4. package/src/components/input-otp/InputOtpTypes.ts +6 -6
  5. package/src/components/radio-group/RadioGroupTypes.ts +6 -6
  6. package/src/components/select/SelectTypes.ts +13 -13
  7. package/src/components/switch/SwitchTypes.ts +6 -6
  8. package/src/components/toast/index.ts +1 -1
  9. package/src/components/toast/toast-manager.ts +234 -234
  10. package/src/components/toggle/ToggleTypes.ts +14 -14
  11. package/src/config/cookies.ts +5 -5
  12. package/src/config/index.ts +3 -3
  13. package/src/config/links.ts +4 -4
  14. package/src/config/site.config.ts +45 -45
  15. package/src/domain/cms/index.ts +1 -1
  16. package/src/domain/cms/types.ts +20 -20
  17. package/src/domain/i18n/constants.ts +21 -21
  18. package/src/domain/i18n/cookie-storage.ts +13 -13
  19. package/src/domain/i18n/country-to-locale-map.ts +67 -67
  20. package/src/domain/i18n/fetcher.ts +268 -268
  21. package/src/domain/i18n/flags.ts +16 -16
  22. package/src/domain/i18n/format.ts +90 -90
  23. package/src/domain/i18n/index.ts +10 -10
  24. package/src/domain/i18n/middleware/i18n.ts +160 -160
  25. package/src/domain/i18n/resolve-locale.ts +55 -55
  26. package/src/domain/i18n/schema.ts +29 -29
  27. package/src/domain/index.ts +4 -4
  28. package/src/domain/seo/constants.ts +20 -20
  29. package/src/domain/seo/index.ts +3 -3
  30. package/src/domain/seo/services/index.ts +3 -3
  31. package/src/domain/seo/services/llms.ts +53 -53
  32. package/src/domain/seo/services/robots.ts +12 -12
  33. package/src/domain/seo/services/sitemap.ts +56 -56
  34. package/src/domain/seo/utils.ts +37 -37
  35. package/src/domain/theme/constants.ts +6 -6
  36. package/src/domain/theme/index.ts +2 -2
  37. package/src/domain/theme/schema.ts +10 -10
  38. package/src/env.d.ts +49 -49
  39. package/src/integrations/index.ts +1 -0
  40. package/src/integrations/sri.ts +92 -0
  41. package/src/lib/component-preview.ts +73 -73
  42. package/src/lib/index.ts +6 -6
  43. package/src/lib/remark/remark-modified-time.ts +13 -13
  44. package/src/lib/showcase-preview-elements.ts +408 -408
  45. package/src/lib/showcase-renderer.ts +218 -218
  46. package/src/lib/showcase-utils.ts +189 -189
  47. package/src/lib/turnstile.ts +35 -35
  48. package/src/lib/utils/starwind/positioning.ts +318 -318
  49. package/src/locales/de/blog.json +9 -9
  50. package/src/locales/de/common.json +19 -19
  51. package/src/locales/de/errors.json +6 -6
  52. package/src/locales/de/home.json +20 -20
  53. package/src/locales/de/messages.json +8 -8
  54. package/src/locales/de/nav.json +13 -13
  55. package/src/locales/de/projects.json +9 -9
  56. package/src/locales/de/services.json +43 -43
  57. package/src/locales/en/blog.json +9 -9
  58. package/src/locales/en/chat.json +29 -29
  59. package/src/locales/en/common.json +19 -19
  60. package/src/locales/en/cookie_notice.json +11 -11
  61. package/src/locales/en/editor.json +24 -24
  62. package/src/locales/en/errors.json +6 -6
  63. package/src/locales/en/home.json +20 -20
  64. package/src/locales/en/messages.json +8 -8
  65. package/src/locales/en/nav.json +13 -13
  66. package/src/locales/en/projects.json +9 -9
  67. package/src/locales/en/services.json +43 -43
  68. package/src/locales/es/blog.json +9 -9
  69. package/src/locales/es/common.json +19 -19
  70. package/src/locales/es/errors.json +6 -6
  71. package/src/locales/es/home.json +20 -20
  72. package/src/locales/es/messages.json +8 -8
  73. package/src/locales/es/nav.json +13 -13
  74. package/src/locales/es/projects.json +9 -9
  75. package/src/locales/es/services.json +43 -43
  76. package/src/locales/ja/blog.json +9 -9
  77. package/src/locales/ja/common.json +19 -19
  78. package/src/locales/ja/errors.json +6 -6
  79. package/src/locales/ja/home.json +20 -20
  80. package/src/locales/ja/messages.json +8 -8
  81. package/src/locales/ja/nav.json +13 -13
  82. package/src/locales/ja/projects.json +9 -9
  83. package/src/locales/ja/services.json +43 -43
  84. package/src/locales/pt/blog.json +9 -9
  85. package/src/locales/pt/chat.json +29 -29
  86. package/src/locales/pt/common.json +19 -19
  87. package/src/locales/pt/cookie_notice.json +11 -11
  88. package/src/locales/pt/editor.json +24 -24
  89. package/src/locales/pt/errors.json +6 -6
  90. package/src/locales/pt/home.json +20 -20
  91. package/src/locales/pt/messages.json +8 -8
  92. package/src/locales/pt/nav.json +13 -13
  93. package/src/locales/pt/projects.json +9 -9
  94. package/src/locales/pt/services.json +43 -43
  95. package/src/middleware/index.ts +1 -0
  96. package/src/middleware/sri.ts +76 -0
  97. package/src/utils/index.ts +2 -2
  98. package/src/utils/server/cookies.ts +98 -98
  99. package/src/utils/server/index.ts +1 -1
  100. package/src/utils/shared/deep-merge.ts +36 -36
  101. package/src/utils/shared/embed.ts +105 -105
  102. package/src/utils/shared/index.ts +3 -3
  103. package/src/utils/shared/parse-boolean.ts +14 -14
@@ -1,43 +1,43 @@
1
- {
2
- "meta_title": "Services | Daniel Marchi",
3
- "hero_title": "Premium Services",
4
- "hero_description": "I provide high-quality development and design services to help your business grow and stand out in the digital landscape.",
5
- "capabilities_title": "Capabilities",
6
- "capabilities_description": "An overview of the core services I provide to my clients.",
7
- "web_dev_title": "Web Development",
8
- "web_dev_description": "Crafting high-performance, accessible, and scalable web applications using modern technologies like Astro, Vue, and Nuxt.",
9
- "ui_ux_title": "UI/UX Design",
10
- "ui_ux_description": "Creating intuitive and visually stunning user interfaces focusing on user experience and brand identity.",
11
- "perf_title": "Performance Optimization",
12
- "perf_description": "Audit and optimize your website for speed, SEO, and accessibility to achieve perfect Lighthouse scores.",
13
- "perf_security_title": "Performance & Security",
14
- "perf_security_description": "Your users deserve a fast and secure experience. I build websites that load instantly and perform flawlessly across all devices.",
15
- "testimonials_title": "What Our Users Say",
16
- "testimonials_description": "Join thousands of developers building the next generation of the web with Astronaut.",
17
- "faq_title": "Frequently Asked Questions",
18
- "faq_description": "Everything you need to know about Astronaut and how to build amazing things with it.",
19
- "cta_title": "Ready to Start?",
20
- "cta_description": "Let's collaborate on your next big project. I'm currently available for freelance work and consulting.",
21
- "cta_contact": "Get in Touch",
22
- "cta_portfolio": "View Portfolio",
23
- "badge_ceo": "CEO",
24
- "badge_founder": "Founder",
25
- "badge_cto": "CTO",
26
- "badge_senior_ui": "Senior UI Engineer",
27
- "badge_chef": "Chef",
28
- "badge_product_designer": "Product Designer",
29
- "testimonial_1": "Astronaut is hands down the best boilerplate I've ever used. The speed and clean architecture matching perfectly with how I want to build.",
30
- "testimonial_2": "The component library and the way it handles Tailwind 4 is a game changer. I was able to launch my project in record time.",
31
- "testimonial_3": "Finally a boilerplate that doesn't feel bloated but gives me all the tools I need. The SSR support on Cloudflare is flawless.",
32
- "testimonial_4": "The best starting point for any modern web project. The developer experience is world-class and the performance is unbeatable.",
33
- "testimonial_5": "Incredible attention to detail in the structure. It follows all the best practices without adding unnecessary complexity.",
34
- "testimonial_6": "Everything is so smooth! Transitions, components, logic - it all just clicks. Best decision for my latest startup.",
35
- "faq_category_general": "General",
36
- "faq_q1": "What is Astronaut?",
37
- "faq_a1": "Astronaut is a production-ready boilerplate for Astro, designed with speed, performance, and best practices in mind. It uses Tailwind CSS 4, Nuxt UI patterns, and a clean architecture.",
38
- "faq_q2": "How do I get started?",
39
- "faq_a2": "You can simply clone the repository, install dependencies with pnpm, and run the dev server. The project structure is standard Astro, so you'll feel right at home.",
40
- "faq_category_technical": "Technical",
41
- "faq_q3": "Does it support Server-Side Rendering (SSR)?",
42
- "faq_a3": "Yes, Astronaut fully supports SSR and is configured for deployment on Cloudflare Workers by default, giving you the best of both worlds: static speed and dynamic power."
43
- }
1
+ {
2
+ "meta_title": "Services | Daniel Marchi",
3
+ "hero_title": "Premium Services",
4
+ "hero_description": "I provide high-quality development and design services to help your business grow and stand out in the digital landscape.",
5
+ "capabilities_title": "Capabilities",
6
+ "capabilities_description": "An overview of the core services I provide to my clients.",
7
+ "web_dev_title": "Web Development",
8
+ "web_dev_description": "Crafting high-performance, accessible, and scalable web applications using modern technologies like Astro, Vue, and Nuxt.",
9
+ "ui_ux_title": "UI/UX Design",
10
+ "ui_ux_description": "Creating intuitive and visually stunning user interfaces focusing on user experience and brand identity.",
11
+ "perf_title": "Performance Optimization",
12
+ "perf_description": "Audit and optimize your website for speed, SEO, and accessibility to achieve perfect Lighthouse scores.",
13
+ "perf_security_title": "Performance & Security",
14
+ "perf_security_description": "Your users deserve a fast and secure experience. I build websites that load instantly and perform flawlessly across all devices.",
15
+ "testimonials_title": "What Our Users Say",
16
+ "testimonials_description": "Join thousands of developers building the next generation of the web with Astronaut.",
17
+ "faq_title": "Frequently Asked Questions",
18
+ "faq_description": "Everything you need to know about Astronaut and how to build amazing things with it.",
19
+ "cta_title": "Ready to Start?",
20
+ "cta_description": "Let's collaborate on your next big project. I'm currently available for freelance work and consulting.",
21
+ "cta_contact": "Get in Touch",
22
+ "cta_portfolio": "View Portfolio",
23
+ "badge_ceo": "CEO",
24
+ "badge_founder": "Founder",
25
+ "badge_cto": "CTO",
26
+ "badge_senior_ui": "Senior UI Engineer",
27
+ "badge_chef": "Chef",
28
+ "badge_product_designer": "Product Designer",
29
+ "testimonial_1": "Astronaut is hands down the best boilerplate I've ever used. The speed and clean architecture matching perfectly with how I want to build.",
30
+ "testimonial_2": "The component library and the way it handles Tailwind 4 is a game changer. I was able to launch my project in record time.",
31
+ "testimonial_3": "Finally a boilerplate that doesn't feel bloated but gives me all the tools I need. The SSR support on Cloudflare is flawless.",
32
+ "testimonial_4": "The best starting point for any modern web project. The developer experience is world-class and the performance is unbeatable.",
33
+ "testimonial_5": "Incredible attention to detail in the structure. It follows all the best practices without adding unnecessary complexity.",
34
+ "testimonial_6": "Everything is so smooth! Transitions, components, logic - it all just clicks. Best decision for my latest startup.",
35
+ "faq_category_general": "General",
36
+ "faq_q1": "What is Astronaut?",
37
+ "faq_a1": "Astronaut is a production-ready boilerplate for Astro, designed with speed, performance, and best practices in mind. It uses Tailwind CSS 4, Nuxt UI patterns, and a clean architecture.",
38
+ "faq_q2": "How do I get started?",
39
+ "faq_a2": "You can simply clone the repository, install dependencies with pnpm, and run the dev server. The project structure is standard Astro, so you'll feel right at home.",
40
+ "faq_category_technical": "Technical",
41
+ "faq_q3": "Does it support Server-Side Rendering (SSR)?",
42
+ "faq_a3": "Yes, Astronaut fully supports SSR and is configured for deployment on Cloudflare Workers by default, giving you the best of both worlds: static speed and dynamic power."
43
+ }
@@ -1,9 +1,9 @@
1
- {
2
- "meta_title": "Blog | Daniel Marchi",
3
- "hero_title": "Blog",
4
- "hero_description": "Mis reflexiones a lo largo de mi viaje como desarrollador.",
5
- "latest_article": "Último artículo",
6
- "latest": "Último",
7
- "read_article": "Leer artículo",
8
- "all_posts": "Todos los artículos"
9
- }
1
+ {
2
+ "meta_title": "Blog | Daniel Marchi",
3
+ "hero_title": "Blog",
4
+ "hero_description": "Mis reflexiones a lo largo de mi viaje como desarrollador.",
5
+ "latest_article": "Último artículo",
6
+ "latest": "Último",
7
+ "read_article": "Leer artículo",
8
+ "all_posts": "Todos los artículos"
9
+ }
@@ -1,19 +1,19 @@
1
- {
2
- "seo": {
3
- "title": "Zero-JS i18n Astro Starter para Cloudflare Workers",
4
- "description": "Lance aplicaciones multilingües más rápido sin el peso de la hidratación. Integración total con Cloudflare Workers & KV, generación TypeScript automatizada y caché en el edge configurado."
5
- },
6
- "nav": {
7
- "home": "Componentes e islas de Astro",
8
- "blog": "Ejemplos de i18n con Markdown",
9
- "mobileButton": "Menú"
10
- },
11
- "footer": {
12
- "license": "Bajo la licencia MIT."
13
- },
14
- "notFound": {
15
- "title": "404 — Página no encontrada",
16
- "message": "La página que buscas no existe o ha sido movida.",
17
- "backToHome": "Volver a la página de inicio"
18
- }
19
- }
1
+ {
2
+ "seo": {
3
+ "title": "Zero-JS i18n Astro Starter para Cloudflare Workers",
4
+ "description": "Lance aplicaciones multilingües más rápido sin el peso de la hidratación. Integración total con Cloudflare Workers & KV, generación TypeScript automatizada y caché en el edge configurado."
5
+ },
6
+ "nav": {
7
+ "home": "Componentes e islas de Astro",
8
+ "blog": "Ejemplos de i18n con Markdown",
9
+ "mobileButton": "Menú"
10
+ },
11
+ "footer": {
12
+ "license": "Bajo la licencia MIT."
13
+ },
14
+ "notFound": {
15
+ "title": "404 — Página no encontrada",
16
+ "message": "La página que buscas no existe o ha sido movida.",
17
+ "backToHome": "Volver a la página de inicio"
18
+ }
19
+ }
@@ -1,6 +1,6 @@
1
- {
2
- "404_title": "Página no encontrada",
3
- "404_description": "La página que busca no existe.",
4
- "500_title": "Error interno del servidor",
5
- "500_description": "Algo salió mal de nuestro lado. Por favor, inténtelo de nuevo más tarde."
6
- }
1
+ {
2
+ "404_title": "Página no encontrada",
3
+ "404_description": "La página que busca no existe.",
4
+ "500_title": "Error interno del servidor",
5
+ "500_description": "Algo salió mal de nuestro lado. Por favor, inténtelo de nuevo más tarde."
6
+ }
@@ -1,20 +1,20 @@
1
- {
2
- "meta_title": "Daniel Marchi | Desarrollador Web",
3
- "meta_description": "Soy un desarrollador web especializado en Astro y sitios web de alto rendimiento.",
4
- "hero_title": "Hola, soy Daniel Marchi",
5
- "hero_description": "Soy un desarrollador web especializado en Astro y sitios web de alto rendimiento.",
6
- "hero_view_components": "Ver Componentes",
7
- "hero_contact_me": "Contáctame",
8
- "stack_title": "Web Moderna, Stack Moderno",
9
- "stack_description": "Ayudo a individuos y empresas a construir aplicaciones web de alto rendimiento desplegadas en el edge. Desde la arquitectura hasta el despliegue, me aseguro de que su proyecto esté construido para escalar.",
10
- "stack_view_services": "Ver Servicios",
11
- "stack_resume": "Currículum",
12
- "marquee_title": "Construido y desplegado con estas increíbles tecnologías:",
13
- "projects_title": "Proyectos Recientes",
14
- "projects_description": "Una selección de mis trabajos técnicos más recientes y proyectos de código abierto.",
15
- "projects_view_all": "Ver Todos los Proyectos",
16
- "cta_title": "¿Listo para Construir Algo Increíble?",
17
- "cta_description": "Actualmente estoy disponible para nuevos proyectos y consultoría. Trabajemos juntos para dar vida a su visión.",
18
- "cta_contact": "Ponerse en Contacto",
19
- "cta_resume": "Descargar Currículum"
20
- }
1
+ {
2
+ "meta_title": "Daniel Marchi | Desarrollador Web",
3
+ "meta_description": "Soy un desarrollador web especializado en Astro y sitios web de alto rendimiento.",
4
+ "hero_title": "Hola, soy Daniel Marchi",
5
+ "hero_description": "Soy un desarrollador web especializado en Astro y sitios web de alto rendimiento.",
6
+ "hero_view_components": "Ver Componentes",
7
+ "hero_contact_me": "Contáctame",
8
+ "stack_title": "Web Moderna, Stack Moderno",
9
+ "stack_description": "Ayudo a individuos y empresas a construir aplicaciones web de alto rendimiento desplegadas en el edge. Desde la arquitectura hasta el despliegue, me aseguro de que su proyecto esté construido para escalar.",
10
+ "stack_view_services": "Ver Servicios",
11
+ "stack_resume": "Currículum",
12
+ "marquee_title": "Construido y desplegado con estas increíbles tecnologías:",
13
+ "projects_title": "Proyectos Recientes",
14
+ "projects_description": "Una selección de mis trabajos técnicos más recientes y proyectos de código abierto.",
15
+ "projects_view_all": "Ver Todos los Proyectos",
16
+ "cta_title": "¿Listo para Construir Algo Increíble?",
17
+ "cta_description": "Actualmente estoy disponible para nuevos proyectos y consultoría. Trabajemos juntos para dar vida a su visión.",
18
+ "cta_contact": "Ponerse en Contacto",
19
+ "cta_resume": "Descargar Currículum"
20
+ }
@@ -1,8 +1,8 @@
1
- {
2
- "errors": {
3
- "ui": {
4
- "MISSING_TRANSLATED_UI": "Lo sentimos, esta página aún no está totalmente disponible en el idioma seleccionado.",
5
- "MISSING_TRANSLATED_CONTENT": "Lo sentimos, este artículo aún no está disponible en el idioma seleccionado."
6
- }
7
- }
8
- }
1
+ {
2
+ "errors": {
3
+ "ui": {
4
+ "MISSING_TRANSLATED_UI": "Lo sentimos, esta página aún no está totalmente disponible en el idioma seleccionado.",
5
+ "MISSING_TRANSLATED_CONTENT": "Lo sentimos, este artículo aún no está disponible en el idioma seleccionado."
6
+ }
7
+ }
8
+ }
@@ -1,13 +1,13 @@
1
- {
2
- "home": "Inicio",
3
- "projects": "Proyectos",
4
- "blog": "Blog",
5
- "about": "Sobre mí",
6
- "services": "Servicios",
7
- "resume": "Currículum",
8
- "contact": "Contacto",
9
- "components": "Componentes",
10
- "privacy_policy": "Política de Privacidad",
11
- "terms_of_service": "Términos de Servicio",
12
- "cookie_policy": "Política de Cookies"
13
- }
1
+ {
2
+ "home": "Inicio",
3
+ "projects": "Proyectos",
4
+ "blog": "Blog",
5
+ "about": "Sobre mí",
6
+ "services": "Servicios",
7
+ "resume": "Currículum",
8
+ "contact": "Contacto",
9
+ "components": "Componentes",
10
+ "privacy_policy": "Política de Privacidad",
11
+ "terms_of_service": "Términos de Servicio",
12
+ "cookie_policy": "Política de Cookies"
13
+ }
@@ -1,9 +1,9 @@
1
- {
2
- "meta_title": "Proyectos | Daniel Marchi",
3
- "hero_title": "Proyectos",
4
- "hero_description": "Una muestra de mi trabajo y contribuciones de código abierto.",
5
- "latest": "Último proyecto",
6
- "latest_badge": "Último",
7
- "view_project": "Ver proyecto",
8
- "all": "Todos los proyectos"
9
- }
1
+ {
2
+ "meta_title": "Proyectos | Daniel Marchi",
3
+ "hero_title": "Proyectos",
4
+ "hero_description": "Una muestra de mi trabajo y contribuciones de código abierto.",
5
+ "latest": "Último proyecto",
6
+ "latest_badge": "Último",
7
+ "view_project": "Ver proyecto",
8
+ "all": "Todos los proyectos"
9
+ }
@@ -1,43 +1,43 @@
1
- {
2
- "meta_title": "Servicios | Daniel Marchi",
3
- "hero_title": "Servicios Premium",
4
- "hero_description": "Proporciono servicios de desarrollo y diseño de alta calidad para ayudar a que su negocio crezca y se destaque en el panorama digital.",
5
- "capabilities_title": "Capacidades",
6
- "capabilities_description": "Una visión general de los servicios principales que ofrezco a mis clientes.",
7
- "web_dev_title": "Desarrollo Web",
8
- "web_dev_description": "Creación de aplicaciones web de alto rendimiento, accesibles y escalables utilizando tecnologías modernas como Astro, Vue y Nuxt.",
9
- "ui_ux_title": "Diseño UI/UX",
10
- "ui_ux_description": "Creación de interfaces de usuario intuitivas y visualmente impresionantes enfocándose en la experiencia del usuario y la identidad de la marca.",
11
- "perf_title": "Optimización del Rendimiento",
12
- "perf_description": "Auditoría y optimización de su sitio web para velocidad, SEO y accesibilidad para lograr puntuaciones perfectas en Lighthouse.",
13
- "perf_security_title": "Rendimiento y Seguridad",
14
- "perf_security_description": "Sus usuarios merecen una experiencia rápida y segura. Construyo sitios web que se cargan instantáneamente y funcionan perfectamente en todos los dispositivos.",
15
- "testimonials_title": "Lo Que Dicen Nuestros Usuarios",
16
- "testimonials_description": "Únase a miles de desarrolladores que construyen la próxima generación de la web con Astronaut.",
17
- "faq_title": "Preguntas Frecuentes (FAQ)",
18
- "faq_description": "Todo lo que necesita saber sobre Astronaut y cómo construir cosas increíbles con él.",
19
- "cta_title": "¿Listo para Comenzar?",
20
- "cta_description": "Colaboremos en su próximo gran proyecto. Actualmente estoy disponible para trabajos independientes y consultoría.",
21
- "cta_contact": "Ponerse en Contacto",
22
- "cta_portfolio": "Ver Portafolio",
23
- "badge_ceo": "CEO",
24
- "badge_founder": "Fundador",
25
- "badge_cto": "CTO",
26
- "badge_senior_ui": "Ingeniero UI Sénior",
27
- "badge_chef": "Chef",
28
- "badge_product_designer": "Diseñador de Producto",
29
- "testimonial_1": "Astronaut es sin duda el mejor boilerplate que he usado. La velocidad y la arquitectura limpia encajan perfectamente con cómo quiero construir.",
30
- "testimonial_2": "La biblioteca de componentes y la forma en que maneja Tailwind 4 es un cambio de juego. Pude lanzar mi proyecto en un tiempo récord.",
31
- "testimonial_3": "Finalmente, un boilerplate que no se siente inflado pero que me brinda todas las herramientas que necesito. El soporte de SSR en Cloudflare es impecable.",
32
- "testimonial_4": "El mejor punto de partida para cualquier proyecto web moderno. La experiencia del desarrollador es de clase mundial y el rendimiento es insuperable.",
33
- "testimonial_5": "Increíble atención al detalle en la estructura. Sigue todas las mejores prácticas sin agregar complejidad innecesaria.",
34
- "testimonial_6": "¡Todo es tan fluido! Transiciones, componentes, lógica: todo simplemente funciona. La mejor decisión para nuestra última startup.",
35
- "faq_category_general": "General",
36
- "faq_q1": "¿Qué es Astronaut?",
37
- "faq_a1": "Astronaut es un boilerplate listo para producción para Astro, diseñado con la velocidad, el rendimiento y las mejores prácticas en mente. Utiliza Tailwind CSS 4, patrones de Nuxt UI y una arquitectura limpia.",
38
- "faq_q2": "¿Cómo empiezo?",
39
- "faq_a2": "Simplemente puede clonar el repositorio, instalar las dependências con pnpm y arrancar el servidor dev. La estructura del proyecto es estándar de Astro, así que se sentirá como en casa.",
40
- "faq_category_technical": "Técnico",
41
- "faq_q3": "¿Admite Renderizado en el Lado del Servidor (SSR)?",
42
- "faq_a3": "Sí, Astronaut admite totalmente SSR y está configurado para despliegue en Cloudflare Workers por defecto, ofreciéndole lo mejor de ambos mundos: velocidad de estático y potencia de dinâmico."
43
- }
1
+ {
2
+ "meta_title": "Servicios | Daniel Marchi",
3
+ "hero_title": "Servicios Premium",
4
+ "hero_description": "Proporciono servicios de desarrollo y diseño de alta calidad para ayudar a que su negocio crezca y se destaque en el panorama digital.",
5
+ "capabilities_title": "Capacidades",
6
+ "capabilities_description": "Una visión general de los servicios principales que ofrezco a mis clientes.",
7
+ "web_dev_title": "Desarrollo Web",
8
+ "web_dev_description": "Creación de aplicaciones web de alto rendimiento, accesibles y escalables utilizando tecnologías modernas como Astro, Vue y Nuxt.",
9
+ "ui_ux_title": "Diseño UI/UX",
10
+ "ui_ux_description": "Creación de interfaces de usuario intuitivas y visualmente impresionantes enfocándose en la experiencia del usuario y la identidad de la marca.",
11
+ "perf_title": "Optimización del Rendimiento",
12
+ "perf_description": "Auditoría y optimización de su sitio web para velocidad, SEO y accesibilidad para lograr puntuaciones perfectas en Lighthouse.",
13
+ "perf_security_title": "Rendimiento y Seguridad",
14
+ "perf_security_description": "Sus usuarios merecen una experiencia rápida y segura. Construyo sitios web que se cargan instantáneamente y funcionan perfectamente en todos los dispositivos.",
15
+ "testimonials_title": "Lo Que Dicen Nuestros Usuarios",
16
+ "testimonials_description": "Únase a miles de desarrolladores que construyen la próxima generación de la web con Astronaut.",
17
+ "faq_title": "Preguntas Frecuentes (FAQ)",
18
+ "faq_description": "Todo lo que necesita saber sobre Astronaut y cómo construir cosas increíbles con él.",
19
+ "cta_title": "¿Listo para Comenzar?",
20
+ "cta_description": "Colaboremos en su próximo gran proyecto. Actualmente estoy disponible para trabajos independientes y consultoría.",
21
+ "cta_contact": "Ponerse en Contacto",
22
+ "cta_portfolio": "Ver Portafolio",
23
+ "badge_ceo": "CEO",
24
+ "badge_founder": "Fundador",
25
+ "badge_cto": "CTO",
26
+ "badge_senior_ui": "Ingeniero UI Sénior",
27
+ "badge_chef": "Chef",
28
+ "badge_product_designer": "Diseñador de Producto",
29
+ "testimonial_1": "Astronaut es sin duda el mejor boilerplate que he usado. La velocidad y la arquitectura limpia encajan perfectamente con cómo quiero construir.",
30
+ "testimonial_2": "La biblioteca de componentes y la forma en que maneja Tailwind 4 es un cambio de juego. Pude lanzar mi proyecto en un tiempo récord.",
31
+ "testimonial_3": "Finalmente, un boilerplate que no se siente inflado pero que me brinda todas las herramientas que necesito. El soporte de SSR en Cloudflare es impecable.",
32
+ "testimonial_4": "El mejor punto de partida para cualquier proyecto web moderno. La experiencia del desarrollador es de clase mundial y el rendimiento es insuperable.",
33
+ "testimonial_5": "Increíble atención al detalle en la estructura. Sigue todas las mejores prácticas sin agregar complejidad innecesaria.",
34
+ "testimonial_6": "¡Todo es tan fluido! Transiciones, componentes, lógica: todo simplemente funciona. La mejor decisión para nuestra última startup.",
35
+ "faq_category_general": "General",
36
+ "faq_q1": "¿Qué es Astronaut?",
37
+ "faq_a1": "Astronaut es un boilerplate listo para producción para Astro, diseñado con la velocidad, el rendimiento y las mejores prácticas en mente. Utiliza Tailwind CSS 4, patrones de Nuxt UI y una arquitectura limpia.",
38
+ "faq_q2": "¿Cómo empiezo?",
39
+ "faq_a2": "Simplemente puede clonar el repositorio, instalar las dependências con pnpm y arrancar el servidor dev. La estructura del proyecto es estándar de Astro, así que se sentirá como en casa.",
40
+ "faq_category_technical": "Técnico",
41
+ "faq_q3": "¿Admite Renderizado en el Lado del Servidor (SSR)?",
42
+ "faq_a3": "Sí, Astronaut admite totalmente SSR y está configurado para despliegue en Cloudflare Workers por defecto, ofreciéndole lo mejor de ambos mundos: velocidad de estático y potencia de dinâmico."
43
+ }
@@ -1,9 +1,9 @@
1
- {
2
- "meta_title": "ブログ | Daniel Marchi",
3
- "hero_title": "ブログ",
4
- "hero_description": "デベロッパーとしての歩みの中での気づきなどを発信しています。",
5
- "latest_article": "最新の記事",
6
- "latest": "最新",
7
- "read_article": "記事を読む",
8
- "all_posts": "すべての記事"
9
- }
1
+ {
2
+ "meta_title": "ブログ | Daniel Marchi",
3
+ "hero_title": "ブログ",
4
+ "hero_description": "デベロッパーとしての歩みの中での気づきなどを発信しています。",
5
+ "latest_article": "最新の記事",
6
+ "latest": "最新",
7
+ "read_article": "記事を読む",
8
+ "all_posts": "すべての記事"
9
+ }
@@ -1,19 +1,19 @@
1
- {
2
- "seo": {
3
- "title": "Cloudflare Workers 用 Zero-JS i18n Astro スターター",
4
- "description": "ハイドレーションの肥大化なしで、多言語アプリをより速く提供します。Cloudflare Workers & KV との完全な統合、自動化された TypeScript 生成、およびエッジキャッシングを標準装備しています。"
5
- },
6
- "nav": {
7
- "home": "Astro コンポーネント & アイランド",
8
- "blog": "Markdown による i18n の例",
9
- "mobileButton": "メニュー"
10
- },
11
- "footer": {
12
- "license": "MIT ライセンスの下で提供されています。"
13
- },
14
- "notFound": {
15
- "title": "404 — ページが見つかりません",
16
- "message": "お探しのページは存在しないか、移動されました。",
17
- "backToHome": "ホームページに戻る"
18
- }
19
- }
1
+ {
2
+ "seo": {
3
+ "title": "Cloudflare Workers 用 Zero-JS i18n Astro スターター",
4
+ "description": "ハイドレーションの肥大化なしで、多言語アプリをより速く提供します。Cloudflare Workers & KV との完全な統合、自動化された TypeScript 生成、およびエッジキャッシングを標準装備しています。"
5
+ },
6
+ "nav": {
7
+ "home": "Astro コンポーネント & アイランド",
8
+ "blog": "Markdown による i18n の例",
9
+ "mobileButton": "メニュー"
10
+ },
11
+ "footer": {
12
+ "license": "MIT ライセンスの下で提供されています。"
13
+ },
14
+ "notFound": {
15
+ "title": "404 — ページが見つかりません",
16
+ "message": "お探しのページは存在しないか、移動されました。",
17
+ "backToHome": "ホームページに戻る"
18
+ }
19
+ }
@@ -1,6 +1,6 @@
1
- {
2
- "404_title": "ページが見つかりません",
3
- "404_description": "お探しのページは存在しません。",
4
- "500_title": "内部サーバーエラー",
5
- "500_description": "サーバー側で問題が発生しました。しばらくしてからもう一度お試しください。"
6
- }
1
+ {
2
+ "404_title": "ページが見つかりません",
3
+ "404_description": "お探しのページは存在しません。",
4
+ "500_title": "内部サーバーエラー",
5
+ "500_description": "サーバー側で問題が発生しました。しばらくしてからもう一度お試しください。"
6
+ }
@@ -1,20 +1,20 @@
1
- {
2
- "meta_title": "Daniel Marchi | Web Developer",
3
- "meta_description": "私はAstroとハイパフォーマンスなウェブサイトを専門とするウェブデベロッパーです。",
4
- "hero_title": "こんにちは、ダニエル・マルキです",
5
- "hero_description": "私はAstroとハイパフォーマンスなウェブサイトを専門とするウェブデベロッパーです。",
6
- "hero_view_components": "コンポーネントを表示",
7
- "hero_contact_me": "お問い合わせ",
8
- "stack_title": "モダンウェブ、モダンスタック",
9
- "stack_description": "エッジにデプロイされたハイパフォーマンスなウェブアプリケーションの構築を、個人および企業向けにサポートしています。アーキテクチャからデプロイまで、プロジェクトがスケールするように構築します。",
10
- "stack_view_services": "サービスを表示",
11
- "stack_resume": "履歴書",
12
- "marquee_title": "これらの素晴らしいテクノロジーで構築・デプロイされています:",
13
- "projects_title": "最近のプロジェクト",
14
- "projects_description": "最新の技術的な仕事とオープンソースプロジェクトのセレクション。",
15
- "projects_view_all": "すべてのプロジェクトを表示",
16
- "cta_title": "素晴らしいものを一緒に作りませんか?",
17
- "cta_description": "現在、新しいプロジェクトやコンサルティングを受け付けています。あなたのビジョンを形にするために一緒に働きましょう。",
18
- "cta_contact": "連絡を取る",
19
- "cta_resume": "履歴書をダウンロード"
20
- }
1
+ {
2
+ "meta_title": "Daniel Marchi | Web Developer",
3
+ "meta_description": "私はAstroとハイパフォーマンスなウェブサイトを専門とするウェブデベロッパーです。",
4
+ "hero_title": "こんにちは、ダニエル・マルキです",
5
+ "hero_description": "私はAstroとハイパフォーマンスなウェブサイトを専門とするウェブデベロッパーです。",
6
+ "hero_view_components": "コンポーネントを表示",
7
+ "hero_contact_me": "お問い合わせ",
8
+ "stack_title": "モダンウェブ、モダンスタック",
9
+ "stack_description": "エッジにデプロイされたハイパフォーマンスなウェブアプリケーションの構築を、個人および企業向けにサポートしています。アーキテクチャからデプロイまで、プロジェクトがスケールするように構築します。",
10
+ "stack_view_services": "サービスを表示",
11
+ "stack_resume": "履歴書",
12
+ "marquee_title": "これらの素晴らしいテクノロジーで構築・デプロイされています:",
13
+ "projects_title": "最近のプロジェクト",
14
+ "projects_description": "最新の技術的な仕事とオープンソースプロジェクトのセレクション。",
15
+ "projects_view_all": "すべてのプロジェクトを表示",
16
+ "cta_title": "素晴らしいものを一緒に作りませんか?",
17
+ "cta_description": "現在、新しいプロジェクトやコンサルティングを受け付けています。あなたのビジョンを形にするために一緒に働きましょう。",
18
+ "cta_contact": "連絡を取る",
19
+ "cta_resume": "履歴書をダウンロード"
20
+ }
@@ -1,8 +1,8 @@
1
- {
2
- "errors": {
3
- "ui": {
4
- "MISSING_TRANSLATED_UI": "申し訳ありませんが、このページは選択された言語でまだ完全に利用可能ではありません。",
5
- "MISSING_TRANSLATED_CONTENT": "申し訳ありませんが、この記​​事は選択された言語でまだ利用可能ではありません。"
6
- }
7
- }
8
- }
1
+ {
2
+ "errors": {
3
+ "ui": {
4
+ "MISSING_TRANSLATED_UI": "申し訳ありませんが、このページは選択された言語でまだ完全に利用可能ではありません。",
5
+ "MISSING_TRANSLATED_CONTENT": "申し訳ありませんが、この記​​事は選択された言語でまだ利用可能ではありません。"
6
+ }
7
+ }
8
+ }
@@ -1,13 +1,13 @@
1
- {
2
- "home": "ホーム",
3
- "projects": "プロジェクト",
4
- "blog": "ブログ",
5
- "about": "私について",
6
- "services": "サービス",
7
- "resume": "履歴書",
8
- "contact": "お問い合わせ",
9
- "components": "コンポーネント",
10
- "privacy_policy": "プライバシーポリシー",
11
- "terms_of_service": "利用規約",
12
- "cookie_policy": "クッキーポリシー"
13
- }
1
+ {
2
+ "home": "ホーム",
3
+ "projects": "プロジェクト",
4
+ "blog": "ブログ",
5
+ "about": "私について",
6
+ "services": "サービス",
7
+ "resume": "履歴書",
8
+ "contact": "お問い合わせ",
9
+ "components": "コンポーネント",
10
+ "privacy_policy": "プライバシーポリシー",
11
+ "terms_of_service": "利用規約",
12
+ "cookie_policy": "クッキーポリシー"
13
+ }
@@ -1,9 +1,9 @@
1
- {
2
- "meta_title": "プロジェクト | Daniel Marchi",
3
- "hero_title": "プロジェクト",
4
- "hero_description": "私の仕事とオープンソースの貢献事例を展示します。",
5
- "latest": "最新のプロジェクト",
6
- "latest_badge": "最新",
7
- "view_project": "プロジェクトを見る",
8
- "all": "すべてのプロジェクト"
9
- }
1
+ {
2
+ "meta_title": "プロジェクト | Daniel Marchi",
3
+ "hero_title": "プロジェクト",
4
+ "hero_description": "私の仕事とオープンソースの貢献事例を展示します。",
5
+ "latest": "最新のプロジェクト",
6
+ "latest_badge": "最新",
7
+ "view_project": "プロジェクトを見る",
8
+ "all": "すべてのプロジェクト"
9
+ }