-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i18n(es): translate src\content\nav\
es.ts
(#10570)
* 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
1 parent
b0371fc
commit 3364b21
Showing
1 changed file
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
}); |