Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial TAG Env website into Spanish #340

Merged
merged 46 commits into from
Mar 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
b4dc408
wip: translation of articles
shlopezm4 Feb 3, 2024
38b92dc
reduce reuse rebase article translated to spanish
shlopezm4 Feb 4, 2024
d0ff1b2
Traduccion de glosario
jossiebk Feb 5, 2024
a754d8e
feat: added Sergio Méndez Spanish translation
sergioarmgpl Feb 7, 2024
2627ed5
Merge branch 'main' into main
sergioarmgpl Feb 7, 2024
0fc6459
Merge pull request #1 from shlopezm4/main
sergioarmgpl Feb 7, 2024
b00941b
Se ha traducido del ingles al español el archivo 2023-09-cloud-native…
JuanPabloGarciaMonzon Feb 7, 2024
23340d6
Se tradujo el archivo 2023-10-embracing-edge-computing-with-kepler
JuanPabloGarciaMonzon Feb 8, 2024
e167a01
Se tradujo el archivo 2023-10-welcome-cloud-native-sustainability-wee…
JuanPabloGarciaMonzon Feb 8, 2024
13f6c19
Se tradujo el archivo 2023-Kubecon-na y se arreglaron los titulos y u…
JuanPabloGarciaMonzon Feb 8, 2024
599b3d2
feat: Added Traslation by Jefferson Molina
MRJeff99 Feb 9, 2024
665ebe9
Merge pull request #3 from JF1799/main
sergioarmgpl Feb 9, 2024
a18387e
Merge pull request #2 from JuanPabloGarciaMonzon/main
sergioarmgpl Feb 9, 2024
82f7d07
feat: added Juan Pablo changes
sergioarmgpl Feb 9, 2024
b5aa409
Translation From EN to ES of landscape-index.md
Dianmz Feb 9, 2024
0dcf5e2
contents modification
Dianmz Feb 9, 2024
19b4f52
accents corection
Dianmz Feb 9, 2024
427d557
accents corection2
Dianmz Feb 9, 2024
636b951
Traduccion de documento 2
jossiebk Feb 11, 2024
a2f0b0e
Tercer documento
jossiebk Feb 11, 2024
826e2d4
Merge branch 'main' into main
jossiebk Feb 11, 2024
15da533
Merge pull request #4 from jossiebk/main
sergioarmgpl Feb 11, 2024
8e76e3b
translation of website/content/es/events/2023-kubecon-eu
Dianmz Feb 13, 2024
12ba701
translation of website/content/es/blog/2023-05-kubecon-wrap-up
Dianmz Feb 13, 2024
1ca0c15
Merge pull request #5 from Dianmz/main
sergioarmgpl Feb 14, 2024
d4e443d
feat: update tag project meeting
sergioarmgpl Feb 14, 2024
df415ec
The page 'getting-started-as-a-tag-env-contributor', the 'blog index …
yimmirp Feb 14, 2024
842e75e
Merge pull request #6 from yimmirp/main
sergioarmgpl Feb 15, 2024
55d5d6c
feat: changed reunión to evento word
sergioarmgpl Feb 15, 2024
3751a72
feat: removed unnecessary enters
sergioarmgpl Feb 15, 2024
7499a51
Merge branch 'cncf:main' into main
sergioarmgpl Feb 15, 2024
0477a13
fix: Cuantificación de Carbono/Energía
sergioarmgpl Feb 15, 2024
ae9a5a5
fix: code block style
sergioarmgpl Feb 15, 2024
ebe93a1
feat: test remove test spell
sergioarmgpl Feb 15, 2024
6f037b3
chore: update locale in cspell.json
guidemetothemoon Feb 21, 2024
efcf35f
chore: enable Spanish lang support in cspell.json
guidemetothemoon Feb 25, 2024
f3cd3f5
chore: add usePnP to cspell.json
guidemetothemoon Feb 25, 2024
6f83011
chore: install Spanish lang package for cSpell
guidemetothemoon Feb 25, 2024
8883a2b
chore: update cspell.json
guidemetothemoon Feb 25, 2024
63d3d84
chore: change order in cspell.json
guidemetothemoon Feb 25, 2024
6253f6b
chore: update cspell.json
guidemetothemoon Feb 25, 2024
dd1de11
chore: use latest cspell GH action
guidemetothemoon Feb 25, 2024
f0a0d86
chore: fix broken links
guidemetothemoon Feb 25, 2024
9e38007
chore: fix one more broken link
guidemetothemoon Feb 25, 2024
c63b74a
chore: fix one more broken link
guidemetothemoon Feb 25, 2024
afa0eda
Update website/content/en/about/working-groups.md
sergioarmgpl Feb 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,16 @@ jobs:
config: '.markdownlint.json'
fix: true
continue-on-error: false


- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 18

- run: npm install -g @cspell/dict-es-es

- name: Validate spelling
uses: streetsidesoftware/cspell-action@v4.0.1
uses: streetsidesoftware/cspell-action@v5.4.0
with:
config: 'cspell.json'
files: '**/*.md'
Expand Down
9 changes: 5 additions & 4 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"version": "0.2",
"language": "en",
"caseSensitive": false,
"dictionaries": ["en_US", "en-gb", "companies", "softwareTerms", "misc", "filetypes", "tag", "html", "cpp", "k8s"],
"import": ["@cspell/dict-es-es/cspell-ext.json"],
"language": "en,es",
"caseSensitive": false,
"dictionaries": ["en_US", "en-gb", "es-es", "companies", "softwareTerms", "misc", "filetypes", "tag", "html", "cpp", "k8s"],
"ignorePaths": [],
"dictionaryDefinitions": [
{ "name": "tag", "path": "./tag-custom-dictionary-cspell.txt"}
Expand Down Expand Up @@ -43,4 +44,4 @@
"pattern": "/-{3}(.*)\n([\\s\\S]*?)-{3}/g"
}
]
}
}
7 changes: 5 additions & 2 deletions link-config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"aliveStatusCodes": [200, 206, 402],
"fallbackRetryDelay": "5s",
"ignorePatterns": [
{
"pattern": "^(http|https):\/\/(www\\.)?(linkedin|twitter)"
"pattern": "^(http|https):\/\/(www\\.)?(linkedin|twitter|slack)"
},
{
"pattern": "https:\/\/communityinviter.com\/apps\/cloud-native\/cncf"
},
{
"pattern": "^/landscape(.+)?/"
Expand All @@ -29,5 +31,6 @@
],
"retryCount": 3,
"retryOn429": true,
"fallbackRetryDelay": "60s",
"timeout": "20s"
}
7 changes: 7 additions & 0 deletions website/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ languageName ="中文"
# Weight used for sorting.
weight = 2
contentDir = "content/zh"
[languages.es]
title = "CNCF TAG Environmental Sustainability"
description = "TAG Sostenibilidad Ambiental se enfoca en habilitar proyectos e iniciativas para entregar aplicaciones cloud-native, incluyendo la construcción, despliegue, administración y las operaciones de las mismas."
languageName ="Español"
# Weight used for sorting.
weight = 3
contentDir = "content/es"


[markup]
Expand Down
59 changes: 59 additions & 0 deletions website/content/es/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
title: TAG Environmental Sustainability
toc_hide: true
---

<div class="row mt-5 mb-3">
<div class="col-lg-6">
<div class="lead">
TAG Environmental Sustainability apoya proyectos e iniciativas relacionados con la entrega de aplicaciones nativas de la nube, incluyendo su creación, empaquetado, despliegue, gestión y funcionamiento.
</div>
</div>
<div class="col-lg-6">
<img src="/images/tag-environmental-sustainability_color.svg" alt="Tag Environmental Sustainability logo" style="max-width: 300px;">
</div>
</div>

<p class="mt-5 mb-5"><img src="/images/tag-env-sustainability-header.webp" alt="TAG Environmental Sustainability"></p>

El objetivo de este TAG es defender, desarrollar, apoyar y ayudar a evaluar iniciativas de sostenibilidad medioambiental en tecnologías nativas de la nube. Este TAG identificará valores y posibles incentivos para que los proveedores de servicios reduzcan su consumo y su huella de carbono mediante herramientas nativas de la nube.

<!-- cSpell:ignore Linktree -->
Todos los enlaces más importantes para la sostenibilidad medioambiental de TAG también están disponibles desde una única página Linktree: [cncfenvtag](https://linktr.ee/cncfenvtag).

- [GitHub Repository](https://github.com/cncf/tag-env-sustainability)
- [TAG Charter](https://github.com/cncf/tag-env-sustainability/blob/main/charter.md)
- [Events](https://tag-env-sustainability.cncf.io/events/)
- Slack channels:
- [#tag-environmental-sustainability](https://cloud-native.slack.com/archives/C03F270PDU6)
- [#tag-env-wg-comms](https://cloud-native.slack.com/archives/C068XUD9AEA)
- [#tag-env-wg-green-reviews](https://cloud-native.slack.com/archives/C060EDHN431)
- [Invite yourself to the CNCF Slack](https://slack.cncf.io/)
- Cuentas en redes sociales:
- [LinkedIn](https://www.linkedin.com/company/cncf-tag-environmental-sustainability)
- [Twitter/X](https://twitter.com/CNCFEnvTAG)
- [Mailing list](https://lists.cncf.io/g/cncf-tag-env-sustainability/topics)
- [Surveys](https://github.com/cncf/tag-env-sustainability/tree/main/artifacts/surveys)

## Reuniones

Primer y tercer miércoles de cada mes a las 16:00 UTC ([conviértalo a su hora local](https://dateful.com/convert/utc?t=16)).

Las reuniones aparecen en el [calendario principal del CNCF](https://www.cncf.io/calendar/)
y en el [calendario del TAG ENV](https://calendar.google.com/calendar/embed?src=72e93a411f02e5664bb4485c04311b83dae6a62574e4ab882a1ccf8526aa9bf1%40group.calendar.google.com&ctz=America%2FChicago).

Puede añadir series de reuniones de grupos de trabajo añadiendo el feed del Calendario TAG ENV a su calendario.

Importe la fuente del calendario TAG ENV a su calendario desde la siguiente URL: [Calendario TAG ENV](https://calendar.google.com/calendar/embed?src=72e93a411f02e5664bb4485c04311b83dae6a62574e4ab882a1ccf8526aa9bf1%40group.calendar.google.com).Aquí tienes una guía sobre cómo hacerlo en Google Calendar: [Suscríbete al calendario de Google de otra persona](https://support.google.com/calendar/answer/37100?hl=en&co=GENIE.Platform%3DDesktop). En este caso, su calendario se actualizará automáticamente cuando se publiquen nuevos eventos.

* [Agenda y notas](https://bit.ly/cncf-tag-env-meeting-notes)
* [Reunión Zoom](https://zoom.us/my/cncftagenvsustainability) (Passcode: `77777`)
* [Grabaciones de reuniones anteriores ](https://www.youtube.com/@CNCFEnvTAG/playlists) (se suben por lotes a final de mes)

## Líderes

- [Leonard Pahlke](https://github.com/leonardpahlke) (Chair)
- [Marlow Weston](https://github.com/catblade) (Chair)
- [Max Körbächer](https://github.com/mkorbi) (Chair)
- [Cara Delia](https://github.com/caradelia) (TL)
- [Kristina Devochko](https://github.com/guidemetothemoon) (TL)
10 changes: 10 additions & 0 deletions website/content/es/about/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Acerca de TAG Environmental Sustainability
linkTitle: Acerca de
toc_hide: true
list_pages: true
menu:
main:
weight: 20
description: Grupos de trabajo y Proyectos mantenidos por TAG Environmental Sustainability
---
16 changes: 16 additions & 0 deletions website/content/es/about/working-groups.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Grupos de trabajo
description: Esta sección provee información sobre los grupos de trabajo que operan sobre el TAG de Environmental Sustainability.
slug: working-groups
---
<!-- cSpell:disable -->
El TAG de Environmental Sustainability tiene grupos de trabajo y equipos para colaborar efectivamente y coordinar esfuerzos para alcanzar metas comunes y objetivos, así como distribuir tareas y responsabilidades a sus miembros para una ejecución eficiente. has working groups and teams to effectively collaborate and coordinate efforts towards achieving common goals and objectives, as well as to distribute tasks and responsibilities among its members for efficient execution. Este enfoque permite un enfoque más ágil y organizado para gestionar proyectos complejos dentro del ecosistema CNCF. Puedes leer más sobre la intención de los grupos de trabajo y el proceso general detrás de la presentación de una propuesta de grupo de trabajo en el Technical Oversight Committee (TOC) GitHub: [CNCF Grupos de Trabajo](https://github.com/cncf/toc/blob/main/workinggroups/README.md).

Following working groups operate under the

Los siguientes grupos de trabajo operan bajo el TAG Environmental Sustainability:

| Nombre | Alcance y Objetivos | Meeting Time |
|---------------------|----------------------------|---------------------------------------|
| [Green Reviews](https://github.com/cncf/tag-env-sustainability/tree/main/working-groups/green-reviews) | [Green Reviews Working Group Charter](https://github.com/cncf/tag-env-sustainability/tree/main/working-groups/green-reviews/charter.md) | [Green Reviews Working Group - Meetings and Contact](https://github.com/cncf/tag-env-sustainability/tree/main/working-groups/green-reviews/README.md#meetings-and-contact) |
| [Communications](https://github.com/cncf/tag-env-sustainability/tree/main/working-groups/communications)| [Communications Working Group Charter](https://github.com/cncf/tag-env-sustainability/tree/main/working-groups/communications/charter.md) | [Communications Working Group - Meetings and Contact](https://github.com/cncf/tag-env-sustainability/blob/main/working-groups/communications/README.md#meetings-and-contact) |
Loading
Loading