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

[Spanish] localize 'Platform as a Service (PaaS)' #1400 #1424

Merged

Conversation

mdf-ido
Copy link
Contributor

@mdf-ido mdf-ido commented Oct 28, 2022

Describe your changes

Adding the description of PaaS in spanish.

Related issue number or link (ex: resolves #issue-number)

Resolves #1400

Checklist before opening this PR (put x in the checkboxes)

  • This PR does not contain plagiarism
    • don’t copy other people’s work unless you are quoting and contributing it to them.
  • I have signed off on all commits
    • signing off (ex: git commit -s) is to affirm that commits comply DCO. If you are working locally, you could add an alias to your gitconfig by running git config --global alias.ci "commit -s".

@netlify
Copy link

netlify bot commented Oct 28, 2022

Deploy Preview for cncfglossary ready!

Name Link
🔨 Latest commit 2ed578a
🔍 Latest deploy log https://app.netlify.com/sites/cncfglossary/deploys/6362dca901bf5900075a9e96
😎 Deploy Preview https://deploy-preview-1424--cncfglossary.netlify.app/es/platform-as-a-service
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Copy link
Contributor Author

@mdf-ido mdf-ido left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added the opening question marks

Copy link
Collaborator

@electrocucaracha electrocucaracha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mdf-ido muchas gracias por realizar la traducción de este término. He realizado un par de sugerencias necesarias en este cambio. Algo importante a notar es que este PR debe apuntar al branch dev-es . Tambien es necesario que los commits sean firmados para que puedan pasar las validaciones del CI.

content/es/platform-as-a-service.md Outdated Show resolved Hide resolved
content/es/platform-as-a-service.md Outdated Show resolved Hide resolved
content/es/platform-as-a-service.md Outdated Show resolved Hide resolved
content/es/platform-as-a-service.md Outdated Show resolved Hide resolved
content/es/platform-as-a-service.md Outdated Show resolved Hide resolved
content/es/platform-as-a-service.md Outdated Show resolved Hide resolved
content/es/platform-as-a-service.md Outdated Show resolved Hide resolved
content/es/platform-as-a-service.md Outdated Show resolved Hide resolved
@mdf-ido
Copy link
Contributor Author

mdf-ido commented Oct 31, 2022

@electrocucaracha - Pregunta: Sera que mejor hago un pull de dev-es en vez de forking el repo?

@electrocucaracha
Copy link
Collaborator

electrocucaracha commented Oct 31, 2022

@electrocucaracha - Pregunta: Sera que mejor hago un pull de dev-es en vez de forking el repo?

El fork es necesario, el detalle es que cuando creas tu branch local debe ser utilizando dev-es como base.

$ git clone git@github.com:mdf-ido/glossary.git
...
$ cd glossary
$ git switch dev-es
$ git branch 1400-spanish-localize-platform-as-service
$ git switch 1400-spanish-localize-platform-as-service

Y de igual manera, al crear el PR, este debe de ir dirigido hacia dev-es.

Por último, es necesario agregar varias palabras en el diccionario para evitar errores en el CI, estas palabras están ordenadas alfabéticamente para detectar duplicidad fácilmente.

@mdf-ido
Copy link
Contributor Author

mdf-ido commented Oct 31, 2022

@electrocucaracha - Pregunta: Sera que mejor hago un pull de dev-es en vez de forking el repo?

El fork es necesario, el detalle es que cuando creas tu branch local debe ser utilizando dev-es como base.

$ git clone git@github.com:mdf-ido/glossary.git
...
$ cd glossary
$ git switch dev-es
$ git branch 1400-spanish-localize-platform-as-service
$ git switch 1400-spanish-localize-platform-as-service

Y de igual manera, al crear el PR, este debe de ir dirigido hacia dev-es.

Por último, es necesario agregar varias palabras en el diccionario para evitar errores en el CI, estas palabras están ordenadas alfabéticamente para detectar duplicidad fácilmente.

Gracias por su ayuda, las palabras que tengo que añadir al diccionario son las que el Spell check encontró?

@electrocucaracha
Copy link
Collaborator

Gracias por su ayuda, las palabras que tengo que añadir al diccionario son las que el Spell check encontró?

Asi es, basicamente son:

  • PaaS
  • fundamentals
  • platform
  • App
  • Engine
  • Foundry
  • Heroku

y luego ordenarlas en orden alfabético

$ sort -f -o content/es/.wordlist.txt content/es/.wordlist.txt

Copy link
Contributor Author

@mdf-ido mdf-ido left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@electrocucaracha - Ya cambie el branch y actualize el diccionario. Gracias por su ayuda y espero aprender en esta para hacer otras y ayudarles!

@electrocucaracha
Copy link
Collaborator

@electrocucaracha - Ya cambie el branch y actualize el diccionario. Gracias por su ayuda y espero aprender en esta para hacer otras y ayudarles!

Lo único que no cuadra en este PR es que hay cambios en otros archivos no relacionados, podrías hacer rebase de los cambios?

@mdf-ido
Copy link
Contributor Author

mdf-ido commented Nov 2, 2022

@electrocucaracha - Vi el último error del spell checker. Crees que necesito añadir la palabra true y asi al diccionario?

@electrocucaracha
Copy link
Collaborator

@electrocucaracha - Vi el último error del spell checker. Crees que necesito añadir la palabra true y asi al diccionario?

Parece ser que la eliminaste de la lista original.

Por otra parte, quizá sea necesario recrear este PR ya que tienes algunos cambios de main o al menos aparecen otros cambios de archivos no relacionados. Cualquier duda puedes contactarme via slack

@electrocucaracha electrocucaracha force-pushed the 1400-spanish-localize-platform-as-service branch 2 times, most recently from 177a71b to e4003f2 Compare November 2, 2022 21:07
* Adding signoff
* Adding opening question marks
* Update content/es/platform-as-a-service.md

Co-authored-by: Victor Morales <chipahuac@hotmail.com>
Signed-off-by: moises0077 <moisesdfigueroa@gmail.com>
@electrocucaracha electrocucaracha force-pushed the 1400-spanish-localize-platform-as-service branch from e4003f2 to 2ed578a Compare November 2, 2022 21:09
Copy link
Collaborator

@ramrodo ramrodo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@electrocucaracha
Copy link
Collaborator

@seokho-son @jihoon-seo can you help us to merge this PR?

@raelga raelga merged commit efb5492 into cncf:dev-es Nov 11, 2022
vasucp1207 added a commit to vasucp1207/glossary that referenced this pull request Dec 5, 2022
ramrodo pushed a commit to ramrodo/glossary that referenced this pull request Dec 13, 2022
* Update content/es/platform-as-a-service.md

Co-authored-by: Victor Morales <chipahuac@hotmail.com>
Signed-off-by: moises0077 <moisesdfigueroa@gmail.com>
seokho-son pushed a commit to seokho-son/glossary that referenced this pull request Mar 20, 2023
* Update content/es/platform-as-a-service.md

Co-authored-by: Victor Morales <chipahuac@hotmail.com>
Signed-off-by: moises0077 <moisesdfigueroa@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang/es for Spanish
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Spanish] localize 'Platform as a Service (PaaS)'
5 participants