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

[FR] localization of Microservice-architecture #2116

Merged

Conversation

guillaumebernard84
Copy link
Collaborator

Describe your changes

This PR localizes Microservice-architecture to French

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

Resolves #2115

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".

Signed-off-by: Guillaume Bernard <guillaume.bernard@live.fr>
@netlify
Copy link

netlify bot commented Jun 5, 2023

Deploy Preview for cncfglossary ready!

Name Link
🔨 Latest commit 1b215ed
🔍 Latest deploy log https://app.netlify.com/sites/cncfglossary/deploys/649b47430fcfd400086ea640
😎 Deploy Preview https://deploy-preview-2116--cncfglossary.netlify.app/fr/microservices-architecture
📱 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 configuration.

@github-actions github-actions bot added the lang/fr for French label Jun 5, 2023
Signed-off-by: Guillaume Bernard <guillaume.bernard@live.fr>
@sestegra sestegra self-requested a review June 6, 2023 17:15
@jihoon-seo jihoon-seo linked an issue Jun 7, 2023 that may be closed by this pull request
Signed-off-by: Guillaume Bernard <guillaume.bernard@live.fr>
content/fr/microservices-architecture.md Outdated Show resolved Hide resolved
content/fr/microservices-architecture.md Outdated Show resolved Hide resolved
content/fr/microservices-architecture.md Outdated Show resolved Hide resolved
content/fr/microservices-architecture.md Outdated Show resolved Hide resolved
content/fr/microservices-architecture.md Outdated Show resolved Hide resolved
content/fr/microservices-architecture.md Outdated Show resolved Hide resolved
content/fr/microservices-architecture.md Outdated Show resolved Hide resolved
content/fr/microservices-architecture.md Outdated Show resolved Hide resolved
Signed-off-by: Guillaume Bernard <guillaume.bernard@live.fr>
Signed-off-by: Guillaume Bernard <guillaume.bernard@live.fr>
Copy link
Collaborator

@sestegra sestegra left a comment

Choose a reason for hiding this comment

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

LGTM 🚀


La séparation des fonctionnalités en différents microservices facilite leur déploiement, leur mise à jour et leur mise à l'échelle de manière indépendante.
Cela permet également à différentes équipes de travailler simultanément sur une petite partie d'une application plus grande sans avoir d'impact involontairement négatif sur le reste de l'application.
Bien qu'une architecture en microservices résolve de nombreux problèmes, elle crée également des surcouts opérationnels - le nombre d'éléments que vous devez déployer et gérer augmente considérablement.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Il manque un ^sur le u de "surcoûts"

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Depuis la réforme de l'orthographe de 1990, les deux orthographes sont valides.
https://www.larousse.fr/dictionnaires/francais/surco%C3%BBt/75638
Moi je serais d'avis de laisser comme ça, mais je veux bien un autre avis.

Copy link
Collaborator

Choose a reason for hiding this comment

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

C'est vrai que c'est correct, mais j'avoue que je suis toujours choqué de le voir sans accent. Donc j'ai tendance à dire qu'il vaut mieux le mettre

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

OK, les deux sont corrects de toute façon 😄

Signed-off-by: Guillaume Bernard <guillaume.bernard@live.fr>
Copy link
Collaborator

@Krast76 Krast76 left a comment

Choose a reason for hiding this comment

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

LGTM

@Krast76 Krast76 merged commit 8281476 into cncf:dev-fr Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang/fr for French
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FR] Localization of Microservices Architecture into French
4 participants