Skip to content

Commit 604bd6e

Browse files
AntonioCardenasSplaktargustavguez
authored
docs: traducido marketing/README (#283)
Co-authored-by: Michael Prentice <splaktar@gmail.com> Co-authored-by: Gustavo Rodríguez <47954465+gustavguez@users.noreply.github.com>
1 parent fdf572b commit 604bd6e

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

aio/content/marketing/README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
1-
# Contributors page
1+
# Página de colaboradores
22

3-
We have an official accounting of who is on the Angular Team, who are "trusted collaborators" (see https://team.angular.io/collaborators), and so on.
3+
Tenemos una contabilidad oficial de quiénes están en el Angular Team, quiénes son "colaboradores de confianza" (consulte https://team.angular.io/collaborators), etc.
44

5-
The `contributors.json` should be maintained to keep our "org chart" in a single consistent place.
5+
El `contributors.json` debe mantenerse para mantener nuestro" organigrama "en un solo lugar coherente.
66

7-
## GDE listings
7+
## Lista de GDE
88

9-
There are two pages:
9+
Hay dos páginas:
1010

1111
- https://developers.google.com/experts/all/technology/angular
12-
(Googlers: source at http://google3/googledata/devsite/content/en/experts/all/technology/angular.html)
13-
which is maintained by Dawid Ostrowski based on a spreadsheet
12+
(Empleados de Google: fuente en http://google3/googledata/devsite/content/en/experts/all/technology/angular.html)
13+
que es mantenido por Dawid Ostrowski basado en una hoja de cálculo
1414
https://docs.google.com/spreadsheets/d/1_Ls2Kle7NxPBIG8f3OEVZ4gJZ8OCTtBxGYwMPb1TUVE/edit#gid=0.
1515
<!-- gkalpak: That URL doesn't seem to work any more. New URL: https://developers.google.com/programs/experts/directory/ (?) -->
1616

17-
- Ours: https://angular.io/about?group=GDE which is derived from `contributors.json`.
17+
- Nuestro: https://angular.io/about?group=GDE que se deriva de `contributors.json`.
1818

19-
Alex Eagle is investigating how to reconcile these two lists.
19+
Alex Eagle está investigando cómo conciliar estas dos listas.
2020

21-
## About the data
21+
## Sobre los datos
2222

23-
- Keys in `contributors.json` should be GitHub handles. (Most currently are, but not all.)
24-
This will allow us to use GitHub as the default source for things like name, avatar, etc.
25-
- Pictures are stored in `aio/content/images/bios/<picture-filename>`.
23+
- Las llaves en `contributors.json` deben ser identificadores de GitHub. (La mayoría lo son actualmente, pero no todos).
24+
Esto nos permitirá usar GitHub como fuente predeterminada para cosas como nombre, avatar, etc.
25+
- Las imágenes se almacenan en `aio/content/images/bios/<picture-filename>`.
2626

27-
## Processing the data
27+
## Procesando los datos
2828

29-
Install https://stedolan.github.io/jq/ which is amazing.
29+
Instala https://stedolan.github.io/jq/ que es increíble.
3030

3131
```sh
3232
for handle in $(jq keys[] --raw-output < aio/content/marketing/contributors.json)
@@ -35,4 +35,4 @@ do echo -e "\n$handle\n---------\n"; curl --silent -H "Authorization: token ${TO
3535
done
3636
```
3737

38-
Relevant scripts are stored in `aio/scripts/contributors/`.
38+
Los scripts relevantes se almacenan en `aio/scripts/contributors/`.

0 commit comments

Comments
 (0)