Skip to content

Commit 0b9fb52

Browse files
authored
Merge pull request #2259 from cncf/main
Update dev-pt from main branch
2 parents 045d8a1 + f7c04b5 commit 0b9fb52

File tree

152 files changed

+33676
-1003
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+33676
-1003
lines changed

.github/settings.yml

Lines changed: 46 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@ collaborators:
4141

4242
# English approvers (approver for all files in repository)
4343

44-
44+
- username: nate-double-u
45+
permission: admin
46+
47+
- username: castrojo
48+
permission: push
4549

4650
# Localization approvers
4751

@@ -114,16 +118,16 @@ collaborators:
114118
permission: push
115119

116120
# l10n bn approvers
117-
- username: mitul3737
121+
- username: Arindam200
118122
permission: push
119123

120-
- username: Mouly22
124+
- username: Imtiaz1234
121125
permission: push
122126

123-
- username: ikramulkayes
127+
- username: mitul3737
124128
permission: push
125129

126-
- username: Imtiaz1234
130+
- username: sajibAdhi
127131
permission: push
128132

129133
# l10n es approvers
@@ -192,6 +196,19 @@ collaborators:
192196
- username: naonishijima
193197
permission: push
194198

199+
# l10n tr approvers
200+
- username: aliok
201+
permission: push
202+
203+
- username: halil-bugol
204+
permission: push
205+
206+
- username: developer-guy
207+
permission: push
208+
209+
- username: eminalemdar
210+
permission: push
211+
195212
branches:
196213

197214
# Default branch of this repository for configurations and English contents
@@ -211,6 +228,8 @@ branches:
211228
- seokho-son
212229
- iamNoah1
213230
- jihoon-seo
231+
- nate-double-u
232+
- castrojo
214233
teams: []
215234
enforce_admins: null
216235
required_linear_history: null
@@ -338,10 +357,10 @@ branches:
338357
apps: []
339358
# bn approvers
340359
users:
341-
- mitul3737
342-
- Mouly22
343-
- ikramulkayes
360+
- Arindam200
344361
- Imtiaz1234
362+
- mitul3737
363+
- sajibAdhi
345364
teams: []
346365
enforce_admins: null
347366
required_linear_history: null
@@ -399,6 +418,7 @@ branches:
399418
- huats
400419
- fydrah
401420
- Krast76
421+
- sestegra
402422
teams: []
403423
enforce_admins: null
404424
required_linear_history: null
@@ -455,3 +475,21 @@ branches:
455475
enforce_admins: null
456476
required_linear_history: null
457477

478+
# l10n branch for tr contents only
479+
- name: dev-tr
480+
protection:
481+
required_pull_request_reviews:
482+
required_approving_review_count: 2
483+
require_code_owner_reviews: true
484+
required_status_checks: null
485+
restrictions:
486+
apps: []
487+
# tr approvers
488+
users:
489+
- aliok
490+
- halil-bugol
491+
- developer-guy
492+
- eminalemdar
493+
teams: []
494+
enforce_admins: null
495+
required_linear_history: null

.github/workflows/es-spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
set -o errexit
3030
diff content/es/.wordlist.txt <(LC_ALL= sort -f content/es/.wordlist.txt)
3131
- name: GitHub Spellcheck Action
32-
uses: rojopolis/spellcheck-github-actions@0.32.0
32+
uses: rojopolis/spellcheck-github-actions@0.33.1
3333
with:
3434
config_path: content/es/.spellcheck.yml

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- uses: actions/checkout@v3
2626

2727
- name: GitHub Spellcheck Action
28-
uses: rojopolis/spellcheck-github-actions@0.32.0
28+
uses: rojopolis/spellcheck-github-actions@0.33.1

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ resources/
44
node_modules/
55
.hugo_build.lock
66
.DS_Store
7+
8+
# Local Netlify folder
9+
.netlify

CODEOWNERS

Lines changed: 29 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,44 +6,55 @@
66

77
# These owners will be default owners for everything in this repository.
88
# These owners consist of Maintainers and English approvers.
9-
* @caniszczyk @CathPag @jasonmorgan @seokho-son @iamNoah1 @jihoon-seo
9+
* @caniszczyk @CathPag @jasonmorgan @seokho-son @iamNoah1 @jihoon-seo @nate-double-u
10+
11+
12+
# Approvers for English content
13+
/content/en/ @caniszczyk @CathPag @jasonmorgan @seokho-son @iamNoah1 @jihoon-seo @nate-double-u @castrojo
1014

1115

1216
# These are the owners (approvers) for localization contents
1317
# in each `/content/language/` directory.
1418

15-
# Approvers for Korean contents
16-
/content/ko/ @seokho-son @Eviekim @jihoon-seo @yunkon-kim
1719

18-
# Approvers for Portuguese contents
19-
/content/pt-br/ @edsoncelio @brunoguidone @jessicalins @MrErlison
20+
# Approvers for Arabic contents
21+
/content/ar/ @TarekMSayed @same7ammar @AShabana @arezk84
2022

21-
# Approvers for Hindi contents
22-
/content/hi/ @Garima-Negi @sayantani11 @anubha-v-ardhan @jayesh-srivastava
23+
# Approvers for Bengali contents
24+
/content/bn/ @Arindam200 @Imtiaz1234 @mitul3737 @sajibAdhi
2325

2426
# Approvers for German contents
2527
/content/de/ @iamNoah1 @DaveVentura @CathPag @bcubk
2628

29+
# Approvers for Spanish contents
30+
/content/es/ @raelga @ramrodo @electrocucaracha @krol3 @92nqb
31+
32+
# Approvers for French contents
33+
/content/fr/ @huats @fydrah @Krast76 @sestegra
34+
35+
# Approvers for Hindi contents
36+
/content/hi/ @Garima-Negi @sayantani11 @anubha-v-ardhan @jayesh-srivastava
37+
2738
# Approvers for Italian contents
2839
/content/it/ @fsbaraglia @ugho16 @annalisag-spark @sistella
2940

30-
# Approvers for Arabic contents
31-
/content/ar/ @TarekMSayed @same7ammar @AShabana @arezk84
32-
33-
# Approvers for Bengali contents
34-
/content/bn/ @mitul3737 @Mouly22 @ikramulkayes @Imtiaz1234
41+
# Approvers for Japanese contents
42+
/content/ja/ @inductor @naonishijima @kaitoii11
3543

36-
# Approvers for Spanish contents
37-
/content/es/ @raelga @ramrodo @electrocucaracha @krol3 @92nqb
44+
# Approvers for Korean contents
45+
/content/ko/ @seokho-son @jihoon-seo @yunkon-kim
3846

39-
# Approvers for Simplified Chinese contents
40-
/content/zh-cn/ @hanyuancheung @Jacob953 @Rocksnake @Submarinee
47+
# Approvers for Portuguese contents
48+
/content/pt-br/ @edsoncelio @brunoguidone @jessicalins @MrErlison
4149

42-
# Approvers for French contents
43-
/content/fr/ @huats @fydrah @Krast76 @sestegra
50+
# Approvers for Turkish contents
51+
/content/tr/ @aliok @halil-bugol @developer-guy @eminalemdar
4452

4553
# Approvers for Urdu contents
4654
/content/ur/ @Saim-Safdar @waleed318
4755

56+
# Approvers for Simplified Chinese contents
57+
/content/zh-cn/ @hanyuancheung @Jacob953 @Rocksnake @Submarinee
58+
4859
# Approvers for Traditional Chinese contents
4960
/content/zh-tw/ @pichuang @ydFu

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Below are the guidelines for how to contribute to the code that runs the CNCF Gl
99
## How can I contribute?
1010

1111
1. **Report a bug**. If you see a technical issue with the CNCF Glossary site or something that doesn't look right, search [the existing issues](https://github.com/cncf/glossary/issues) to see if it has been reported already. If not, please [create a new issue](https://github.com/cncf/glossary/issues/new) describing the bug. Please provide all steps necessary to reproduce the bug and screenshots if applicable.
12-
2. **Fix a bug**. Find [an issue](https://github.com/cncf/glossary/issues) you want to fix and submit a PR for approval.
12+
2. **Fix a bug**. Find [an issue](https://github.com/cncf/glossary/issues) you want to fix and submit a PR for approval.
1313

1414
Read [more about the code that runs the Glossary site](https://github.com/cncf/glossary/blob/main/spin-new-glossary.md) and [how to set up your own local development instance](https://github.com/cncf/glossary#setting-up-a-local-instance). To connect with our community and ask questions, please join [the #glossary channel on the CNCF slack](https://cloud-native.slack.com/archives/C02TX20MQBB).

LOCALIZATION.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ If the team seems inactive (no response after several days), reach out to @Seokh
138138
---
139139

140140
# Localization team guidelines
141+
141142
Every localization team may have its own process of working on localizing terms. However, here are some guidelines that are common for all localization teams:
142143

143144
1. Only terms with the status `Completed` in the English version are ready to be localized.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Committee (Business Value Subcommittee) and includes contributions
1717
from [Catherine Paganini](https://www.linkedin.com/in/catherinepaganini/en/), [Chris Aniszczyk](https://www.linkedin.com/in/caniszczyk/),
1818
[Daniel Jones](https://www.linkedin.com/in/danieljoneseb/?originalSubdomain=uk), [Jason Morgan](https://www.linkedin.com/in/jasonmorgan2/), [Katelin Ramer](https://www.linkedin.com/in/katelinramer/) and [Mike Foster](https://www.linkedin.com/in/mfosterche/?originalSubdomain=ca).
1919

20-
## License
20+
## License
2121

2222
All code contributions are under the Apache 2.0 license. Documentation is distributed under CC BY 4.0.
2323

@@ -32,6 +32,6 @@ git submodule update --init --recursive
3232
npm install
3333
```
3434

35-
You can then run the site using `hugo server`.
35+
You can then run the site using `npm run serve` (select "[Hugo]").
3636

3737
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?repo=cncf/glossary)

assets/json/offline-search-index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{- $.Scratch.Add "offline-search-index" slice -}}
22
{{- range where .Site.AllPages ".Params.exclude_search" "!=" true -}}
33
{{/* We have to apply `htmlUnescape` again after `truncate` because `truncate` applies `html.EscapeString` if the argument is not HTML. */}}
4-
{{/* Indvidual taxonomies can be added in the next line by add '"taxonomy-name" (.Params.taxonomy-name | default "")' to the dict (as seen for categories and tags). */}}
4+
{{/* Individual taxonomies can be added in the next line by add '"taxonomy-name" (.Params.taxonomy-name | default "")' to the dict (as seen for categories and tags). */}}
55
{{- $.Scratch.Add "offline-search-index" (dict "ref" .RelPermalink "title" .Title "status" (.Params.status | default "") "body" (.Plain | htmlUnescape) "excerpt" ((.Description | default .Plain) | htmlUnescape | truncate (.Site.Params.offlineSearchSummaryLength | default 70) | htmlUnescape)) -}}
66
{{- end -}}
77
{{- $.Scratch.Get "offline-search-index" | jsonify -}}

config.toml

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,11 @@ id = "UA-140890431-2"
5454
[languages]
5555
[languages.en]
5656
title = "Cloud Native Glossary"
57-
description = "The CNCF Cloud Native Glossary Project is intended to be used as a reference for common terms used when talking about cloud native applications."
5857
languageName ="English"
5958
# Weight used for sorting.
6059
weight = 1
60+
[languages.en.params]
61+
description = "The CNCF Cloud Native Glossary Project is intended to be used as a reference for common terms used when talking about cloud native applications."
6162

6263
#[languages.no]
6364
#title = "CNCF Glossary"
@@ -69,66 +70,75 @@ weight = 1
6970

7071
[languages.hi]
7172
title = "क्लाउड नेटिव शब्दावली"
72-
description = "CNCF क्लाउड नेटिव शब्दावली परियोजना का उद्देश्य क्लाउड नेटिव एप्लिकेशन के बारे में बात करते समय प्रयोग किए जाने वाले सामान्य शब्दों के संदर्भ के रूप में उपयोग किया जाना है।"
7373
languageName ="हिन्दी (Hindi)"
7474
contentDir = "content/hi"
7575
weight = 2
76+
[languages.hi.params]
77+
description = "CNCF क्लाउड नेटिव शब्दावली परियोजना का उद्देश्य क्लाउड नेटिव एप्लिकेशन के बारे में बात करते समय प्रयोग किए जाने वाले सामान्य शब्दों के संदर्भ के रूप में उपयोग किया जाना है।"
7678

7779
[languages.pt-br]
7880
title = "Glossário Cloud Native"
79-
description = "O Projeto CNCF Glossário Cloud Native se destina a ser usado como uma referência para termos comuns usados ao falar sobre aplicações nativas de nuvem."
8081
languageName = "Português"
8182
contentDir = "content/pt-br"
8283
weight = 3
84+
[languages.pt-br.params]
85+
description = "O Projeto CNCF Glossário Cloud Native se destina a ser usado como uma referência para termos comuns usados ao falar sobre aplicações nativas de nuvem."
8386

8487
[languages.it]
8588
title = "Glossario Cloud Native"
86-
description = "Il progetto del Glossario CNCF Cloud Native è pensato per essere un riferimento per i termini comuni, usati nell'ambito delle applicazioni cloud native."
8789
languageName = "Italiano"
8890
contentDir = "content/it"
8991
weight = 4
92+
[languages.it.params]
93+
description = "Il progetto del Glossario CNCF Cloud Native è pensato per essere un riferimento per i termini comuni, usati nell'ambito delle applicazioni cloud native."
9094

9195
[languages.ko]
9296
title = "클라우드 네이티브(Cloud Native) 용어집"
93-
description = "CNCF 클라우드 네이티브 용어집 프로젝트는 클라우드 네이티브 애플리케이션을 주제로 대화를 나눌 때 참조할 수 있는 공통의 용어 제공을 목표로 한다."
9497
languageName ="한국어 (Korean)"
9598
contentDir = "content/ko"
9699
weight = 5
100+
[languages.ko.params]
101+
description = "CNCF 클라우드 네이티브 용어집 프로젝트는 클라우드 네이티브 애플리케이션을 주제로 대화를 나눌 때 참조할 수 있는 공통의 용어 제공을 목표로 한다."
97102

98103
[languages.es]
99104
title = "Cloud Native Glosario"
100-
description = "El proyecto de CNCF Cloud Native Glosario pretende ser usado como una referencia para los terminos comunes usados cuando se habla acerca de las aplicaciones nativas para la nube."
101105
languageName ="Español (Spanish)"
102106
contentDir = "content/es"
103107
weight = 6
108+
[languages.es.params]
109+
description = "El proyecto de CNCF Cloud Native Glosario pretende ser usado como una referencia para los terminos comunes usados cuando se habla acerca de las aplicaciones nativas para la nube."
104110

105111
[languages.zh-cn]
106112
title = "Cloud Native(云原生) Glossary"
107-
description = "CNCF 云原生 Glossary 项目旨在用作讨论云原生应用程序时常用术语的参考"
108113
languageName ="简体中文 (Simplified Chinese)"
109114
contentDir = "content/zh-cn"
110115
weight = 7
116+
[languages.zh-cn.params]
117+
description = "CNCF 云原生 Glossary 项目旨在用作讨论云原生应用程序时常用术语的参考"
111118

112119
[languages.bn]
113120
title = "ক্লাউড নেটিভ শব্দকোষ"
114-
description = "CNCF ক্লাউড নেটিভ শব্দকোষ প্রকল্পটি ক্লাউড নেটিভ অ্যাপ্লিকেশন সম্পর্কে কথা বলার সময় ব্যবহৃত সাধারণ পদগুলির জন্য একটি রেফারেন্স হিসাবে ব্যবহার করার উদ্দেশ্যে।"
115121
languageName = "বাংলা (Bengali)"
116122
contentDir = "content/bn"
117123
weight = 8
124+
[languages.bn.params]
125+
description = "CNCF ক্লাউড নেটিভ শব্দকোষ প্রকল্পটি ক্লাউড নেটিভ অ্যাপ্লিকেশন সম্পর্কে কথা বলার সময় ব্যবহৃত সাধারণ পদগুলির জন্য একটি রেফারেন্স হিসাবে ব্যবহার করার উদ্দেশ্যে।"
118126

119127
[languages.de]
120128
title = "Cloud Native Glossar"
121-
description = "Das CNCF Cloud Native Glossar soll als Referenz für gängige Begriffe dienen, die im Zusammenhang mit Cloud Native Anwendungen verwendet werden."
122129
languageName ="Deutsch"
123130
contentDir = "content/de"
124131
weight = 9
132+
[languages.de.params]
133+
description = "Das CNCF Cloud Native Glossar soll als Referenz für gängige Begriffe dienen, die im Zusammenhang mit Cloud Native Anwendungen verwendet werden."
125134

126135
[languages.ur]
127136
title = "کلاؤڈ کی مقامی لغت"
128-
description = "CNCF کلاؤڈ کی مقامی لغت کا مقصد کلاؤڈ مقامی ایپلی کیشنز کے بارے میں بات کرتے وقت استعمال ہونے والی عام اصطلاحات کے حوالے کے طور پر استعمال کرنا ہے۔"
129137
languageName ="اردو (Urdu)"
130138
contentDir = "content/ur"
131139
weight = 10
140+
[languages.ur.params]
141+
description = "CNCF کلاؤڈ کی مقامی لغت کا مقصد کلاؤڈ مقامی ایپلی کیشنز کے بارے میں بات کرتے وقت استعمال ہونے والی عام اصطلاحات کے حوالے کے طور پر استعمال کرنا ہے۔"
132142

133143

134144
[markup]

0 commit comments

Comments
 (0)