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

Rebase dev-ja from main branch #2700

Closed
wants to merge 377 commits into from
Closed

Rebase dev-ja from main branch #2700

wants to merge 377 commits into from

Conversation

naonishijima
Copy link
Collaborator

Describe your changes

Rebase dev-ja from main branch and manual fix a conflict.

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

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

huats and others added 30 commits June 21, 2023 14:52
Signed-off-by: Guillaume Bernard <guillaume.bernard@live.fr>
Signed-off-by: Guillaume Bernard <guillaume.bernard@live.fr>
Signed-off-by: Guillaume Bernard <guillaume.bernard@live.fr>
Signed-off-by: Guillaume Bernard <guillaume.bernard@live.fr>
Signed-off-by: Guillaume Bernard <guillaume.bernard@live.fr>
Signed-off-by: Stéphane Este-Gracias <sestegra@gmail.com>
Signed-off-by: Stéphane Este-Gracias <sestegra@gmail.com>
Signed-off-by: Guillaume Bernard <guillaume.bernard@live.fr>
Signed-off-by: Stéphane Este-Gracias <sestegra@gmail.com>
Signed-off-by: Guillaume Bernard <guillaume.bernard@live.fr>
Signed-off-by: Guillaume Bernard <guillaume.bernard@live.fr>
Signed-off-by: Christophe Sauthier <christophe.sauthier@gmail.com>
Signed-off-by: Guillaume Bernard <guillaume.bernard@live.fr>
Signed-off-by: Guillaume Bernard <guillaume.bernard@live.fr>
Signed-off-by: Guillaume Bernard <guillaume.bernard@live.fr>
Signed-off-by: Stéphane Este-Gracias <sestegra@gmail.com>
[fr] Add sestegra as an fr approver in dev-fr branch
Signed-off-by: Guillaume Bernard <guillaume.bernard@live.fr>
Signed-off-by: Guillaume Bernard <guillaume.bernard@live.fr>
Signed-off-by: Guillaume Bernard <guillaume.bernard@live.fr>
…-architecture

[FR] localization of Microservice-architecture
@jihoon-seo jihoon-seo added maintainers Use this label if PR requires maintainers to take action lang/ja for Japanese and removed lang/es for Spanish lang/fr for French lang/tw for Traditional Chinese labels Dec 11, 2023
@jihoon-seo jihoon-seo mentioned this pull request Dec 11, 2023
2 tasks
Bumps [actions/stale](https://github.com/actions/stale) from 8.0.0 to 9.0.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@v8.0.0...v9.0.0)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@naonishijima
Copy link
Collaborator Author

Maybe config.toml is conflict a file but I can't find a conflict place in Files changed. What should I do?

@kaitoii11
Copy link
Collaborator

Maybe config.toml is conflict a file but I can't find a conflict place in Files changed. What should I do?

Looking at the file locally, we need to resolve the below. And maybe we need to fix the weight as well?

@@@ -140,12 -141,21 +141,30 @@@ weight = 1
  [languages.ur.params]
  description = "CNCF کلاؤڈ کی مقامی لغت کا مقصد کلاؤڈ مقامی ایپلی کیشنز کے بارے میں بات کرتے وقت استعمال ہونے والی عام اصطلاحات کے حوالے کے طور پر استعمال کرنا ہے۔"

++<<<<<<< HEAD
 +[languages.ja]
 +title = "クラウドネイティブ用語集"
 +description = "CNCF クラウドネイティブ用語集プロジェクトは、クラウドネイティブアプリケーションについて話すときに使われる一般的な用語のリファレンスとして使用することを目的としています。"
 +languageName ="日本語 (Japanese)"
 +contentDir = "content/ja"
 +weight = 11
++=======
+ [languages.fr]
+ title = "Glossaire Cloud Native"
+ languageName ="Français (French)"
+ contentDir = "content/fr"
+ weight = 11
+ [languages.fr.params]
+ description = "Le projet de Glossaire CNCF Cloud Native a pour objectif de référencer les termes courants utilisés dans les différentes applications Cloud Natives."
+
+ [languages.zh-tw]
+ title = "Cloud Native(雲端原生) Glossary"
+ languageName ="繁體中文 (Traditional Chinese)"
+ contentDir = "content/zh-tw"
+ weight = 12
+ [languages.zh-tw.params]
+ description = "CNCF 雲端原生 Glossary 專案旨在用作討論雲端原生應用程式時常用術語的參考"
++>>>>>>> main

@naonishijima
Copy link
Collaborator Author

@kaitoii11 Thank you for advice!
I was trying to fix a conflict following the "use the command line" instruction. however I got the following error when I pushed. Perhaps something is wrong.

# git push -u origin main
Enumerating objects: 13, done.
Counting objects: 100% (13/13), done.
Delta compression using up to 8 threads
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 819 bytes | 819.00 KiB/s, done.
Total 5 (delta 4), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (4/4), completed with 4 local objects.
remote: error: GH006: Protected branch update failed for refs/heads/main.
remote: error: Waiting on code owner review from caniszczyk, iamNoah1, inductor, jihoon-seo, kaitoii11, nate-double-u, seokho-so
n, and/or yuichi-nakamura. You're not authorized to push to this branch. Visit https://docs.github.com/articles/about-protected-
branches/ for more information.
To https://github.com/cncf/glossary.git
 ! [remote rejected] main -> main (protected branch hook declined)
error: failed to push some refs to 'https://github.com/cncf/glossary.git'

@kaitoii11
Copy link
Collaborator

I don't think you can push to main branch directly. You might want to fix changes on dev-ja branch.

…stale-9.0.0

Bump actions/stale from 8.0.0 to 9.0.0
@seokho-son
Copy link
Collaborator

Hi @naonishijima @kaitoii11
To help the Ja team, I've opened a PR that hopefully resolves the conflict here.

#2704

Signed-off-by: Rohan Kapse <112313349+rohan-kapse@users.noreply.github.com>
@kaitoii11
Copy link
Collaborator

Still having a merge conflict, unfortunately.

@naonishijima
Copy link
Collaborator Author

Do we need to create a new PR?

dependabot bot added 2 commits December 18, 2023 15:09
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2 to 3.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](dawidd6/action-download-artifact@v2...v3)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@Okabe-Junya Okabe-Junya mentioned this pull request Dec 21, 2023
2 tasks
iamNoah1 and others added 7 commits December 30, 2023 15:35
…upload-artifact-4

Bump actions/upload-artifact from 3 to 4
…action-download-artifact-3

Bump dawidd6/action-download-artifact from 2 to 3
Signed-off-by: Rohan Kapse <112313349+rohan-kapse@users.noreply.github.com>
Changes need to be applied for the Glossary for Bare Metal Server
Signed-off-by: Seokho Son <shsongist@gmail.com>
Signed-off-by: Seokho Son <shsongist@gmail.com>
@seokho-son
Copy link
Collaborator

Let's close this PR since this PR cannot resolve merge conflict.
We can use #2738 :)

@seokho-son seokho-son closed this Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang/ja for Japanese maintainers Use this label if PR requires maintainers to take action
Projects
Development

Successfully merging this pull request may close these issues.