-
-
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.
Merge branch 'main' into sarah11918-patch-2
- Loading branch information
Showing
5 changed files
with
36 additions
and
6 deletions.
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
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
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
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
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', | ||
}); |