forked from kubernetes/website
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request kubernetes#489 from seokho-son/dev-zh
Update dev-zh branch with main branch
- Loading branch information
Showing
18 changed files
with
239 additions
and
113 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: Request to add a new term (Optional:Non-English) | ||
description: Issue to add a new term in other languages (not for localization) | ||
title: "[New term] `GlossaryTermHere` for `LanguageHere`" | ||
labels: ["new term non-english"] | ||
body: | ||
- type: textarea | ||
id: details | ||
attributes: | ||
label: Please describe why this term needs to be added | ||
value: | | ||
#### What this term is about? (briefly) | ||
- | ||
#### Why this term needs to be added? (briefly) | ||
- | ||
#### Languages that use this term? (briefly) | ||
- | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
--- | ||
## Thanks for taking the time to add a request to the glossary! | ||
To claim this issue, please ask for it below. | ||
The maintainers will assign a contributor to this issue. | ||
Before getting started, please refer to the [style guide](https://glossary.cncf.io/style-guide/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: Request to add a new term (Default:English) | ||
description: Issue to add a new term in English | ||
title: "[New term] `GlossaryTermHere` for `En`" | ||
labels: ["lang/en","new term"] | ||
body: | ||
- type: textarea | ||
id: details | ||
attributes: | ||
label: Please describe why this term needs to be added | ||
value: | | ||
#### What this term is about? (briefly) | ||
- | ||
#### Why this term needs to be added? (briefly) | ||
- | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
--- | ||
## Thanks for taking the time to add a request to the glossary! | ||
To claim this issue, please ask for it below. | ||
The maintainers will assign a contributor to this issue. | ||
Before getting started, please refer to the [style guide](https://glossary.cncf.io/style-guide/). |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Request to update existing term (Non-English) | ||
description: Issue to update existing term in non-English | ||
title: "[Update term] `GlossaryTermHere` for `LanguageHere`" | ||
labels: ["update term"] | ||
body: | ||
- type: textarea | ||
id: details | ||
attributes: | ||
label: Please describe why this term needs to be updated | ||
value: | | ||
#### Why this term needs to be updated? (briefly) | ||
- | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
--- | ||
## Thanks for taking the time to add a request to the glossary! | ||
To claim this issue, please ask for it below. | ||
The maintainers will assign a contributor to this issue. | ||
Before getting started, please refer to the [style guide](https://glossary.cncf.io/style-guide/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Request to update existing term (English) | ||
description: Issue to update existing term in English | ||
title: "[Update term] `GlossaryTermHere` for `En`" | ||
labels: ["lang/en","update term"] | ||
body: | ||
- type: textarea | ||
id: details | ||
attributes: | ||
label: Please describe why this term needs to be updated | ||
value: | | ||
#### Why this term needs to be updated? (briefly) | ||
- | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
--- | ||
## Thanks for taking the time to add a request to the glossary! | ||
To claim this issue, please ask for it below. | ||
The maintainers will assign a contributor to this issue. | ||
Before getting started, please refer to the [style guide](https://glossary.cncf.io/style-guide/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
lang/ar: | ||
- content/ar/* | ||
|
||
lang/bn: | ||
- content/bn/* | ||
|
||
lang/de: | ||
- content/de/* | ||
|
||
lang/en: | ||
- content/en/* | ||
|
||
lang/es: | ||
- content/es/* | ||
|
||
lang/fr: | ||
- content/fr/* | ||
|
||
lang/it: | ||
- content/it/* | ||
|
||
lang/hi: | ||
- content/hi/* | ||
|
||
lang/ko: | ||
- content/ko/* | ||
|
||
lang/pt: | ||
- content/pt-br/* | ||
|
||
lang/zh: | ||
- content/zh/* | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: "Pull Request Labeler" | ||
on: | ||
pull_request: | ||
types: [opened, synchronize] | ||
paths: | ||
- 'content/**' | ||
branches: | ||
- '**' | ||
|
||
jobs: | ||
triage: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/labeler@v3 | ||
with: | ||
repo-token: "${{ secrets.GITHUB_TOKEN }}" |
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,40 @@ | ||
# This CODEOWNERS file defines contributors that are | ||
# responsible for code in this repository. | ||
|
||
# These are the maintainers in the repo. | ||
# These owners will be the default owners for everything in the repo. | ||
# We require at least two maintainers to sign off on a new term. | ||
# Code owners are automatically requested for review | ||
# when someone opens a pull request that modifies code that they own. | ||
|
||
* @caniszczyk @CathPag @jasonmorgan @seokho-son | ||
# These owners will be default owners for everything in this repository. | ||
# These owners consist of Maintainers and English approvers. | ||
* @caniszczyk @CathPag @jasonmorgan @seokho-son @iamNoah1 @jihoon-seo | ||
|
||
|
||
# These are the owners for localization contents | ||
# These are the owners (approvers) for localization contents | ||
# in each `/content/language/` directory. | ||
|
||
# Owners of Korean contents | ||
# Approvers for Korean contents | ||
/content/ko/ @seokho-son @Eviekim @jihoon-seo @yunkon-kim | ||
|
||
# Owners of Portuguese contents | ||
/content/pt/ @edsoncelio @brunoguidone @jessicalins | ||
# Approvers for Portuguese contents | ||
/content/pt-br/ @edsoncelio @brunoguidone @jessicalins | ||
|
||
# Owners of Hindi contents | ||
# Approvers for Hindi contents | ||
/content/hi/ @Garima-Negi @sayantani11 @anubha-v-ardhan @jayesh-srivastava | ||
|
||
# Owners of German contents | ||
# Approvers for German contents | ||
/content/de/ @CathPag @iamNoah1 @DaveVentura | ||
|
||
# Owners of Italian contents | ||
# Approvers for Italian contents | ||
/content/it/ @Giulia-dipietro @meryem-ldn @annalisag-spark @sistella | ||
|
||
# Owners of Arabic contents | ||
# Approvers for Arabic contents | ||
/content/ar/ @TarekMSayed @same7ammar @AShabana @hacktron95 | ||
|
||
# Owners of Bengali contents | ||
# Approvers for Bengali contents | ||
/content/bn/ @mitul3737 @Mouly22 @ikramulkayes | ||
|
||
# Owners of Spanish contents | ||
# Approvers for Spanish contents | ||
/content/es/ @CathPag @raelga @electrocucaracha | ||
|
||
# Approvers for Chinese contents | ||
/content/zh/ @hanyuancheung @Jacob953 @Rocksnake @Submarinee |
Oops, something went wrong.