Skip to content

Commit

Permalink
i18n(es): translate src\content\nav\es.ts (#10570)
Browse files Browse the repository at this point in the history
* i18n(es): Update `es.ts` translation

* Cambios de es.ts

---------

Co-authored-by: Fabián Cárdenas Sancho <[email protected]>
Co-authored-by: Paul Valladares <[email protected]>
  • Loading branch information
3 people authored Jan 3, 2025
1 parent b0371fc commit 3364b21
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion src/content/nav/es.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
import { navDictionary } from '../../util/navDictionary';

export default navDictionary({
// Add translations of English labels here
start: 'Inicio',
'start.welcome': '!Bienvenidos, Mundo!',
'start.newProject': 'Comienza un nuevo proyecto',
'start.config': 'Configuración',
'start.migrate': 'Migrar a Astro',

guides: 'Guías y Recetas',
'guides.routing': 'Enrutamiento y navegación',
'guides.ui': 'Construye tu UI',
'guides.content': 'Agrega contenido a tu sitio',
'guides.serverRendering': 'Renderizado en servidor',
'guides.upgrade': 'Actualizar',
'guides.upgrade.major': 'Guías de actualizaciones importantes',
'guides.recipes': 'Recetas prácticas',

reference: 'Referencia',
'reference.runtime': 'API de ejecución',
'reference.other': 'Otras APIs de desarrollo',
'reference.syntax': 'Sintaxis de Plantillas de Astro',
'reference.experimental': 'Características experimentales',

integrations: 'Integraciones',
'integrations.ui': 'UI frameworks',
'integrations.adapters': 'Adaptadores',
'integrations.other': 'Otras integraciones oficiales',

thirdParty: 'Servicios de Terceros',
'thirdParty.deployment': 'Guías de despliegue',
'thirdParty.cms': 'Sistemas de gestión de contenido',
'thirdParty.backend': 'Servicios Backend',
'thirdParty.media': 'Alojamiento media & DAM',
});

0 comments on commit 3364b21

Please sign in to comment.