From 88403cfc775ef54a24bf19f692dff7f0dc909d3b Mon Sep 17 00:00:00 2001 From: "Mr. Erlison" Date: Thu, 21 Apr 2022 13:27:28 -0300 Subject: [PATCH 1/2] Add content/pt-br/docs/reference/glossary/annotation.md --- .../docs/reference/glossary/annotation.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 content/pt-br/docs/reference/glossary/annotation.md diff --git a/content/pt-br/docs/reference/glossary/annotation.md b/content/pt-br/docs/reference/glossary/annotation.md new file mode 100644 index 0000000000..ae54f3c86a --- /dev/null +++ b/content/pt-br/docs/reference/glossary/annotation.md @@ -0,0 +1,21 @@ +--- +title: Anotação +id: annotation +date: 2018-04-12 +full_link: /docs/concepts/overview/working-with-objects/annotations +short_description: > + Um par de chave-valor (key-value) é usado para anexar metadados arbitrários não identificáveis a objetos. + +aka: +tags: +- fundamental +--- + Um par de chave-valor (key-value) é usado para anexar metadados arbitrários não identificáveis a objetos. + + + +Os metadados em uma anotação podem ser pequenos ou grandes, estruturados ou não estruturados, e podem incluir caracteres não permitidos pelos {{< glossary_tooltip text="rótulos" term_id="label" >}}. Clientes como ferramentas e bibliotecas podem recuperar esses metadados. + + + + [-] \ No newline at end of file From 5dc71848c349e59e68e8f7d695e268f5a2d20d30 Mon Sep 17 00:00:00 2001 From: "Mr. Erlison" Date: Thu, 21 Apr 2022 19:34:57 -0300 Subject: [PATCH 2/2] Removed final line with this [-] --- content/pt-br/docs/reference/glossary/annotation.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/content/pt-br/docs/reference/glossary/annotation.md b/content/pt-br/docs/reference/glossary/annotation.md index ae54f3c86a..5e3ca07b31 100644 --- a/content/pt-br/docs/reference/glossary/annotation.md +++ b/content/pt-br/docs/reference/glossary/annotation.md @@ -16,6 +16,3 @@ tags: Os metadados em uma anotação podem ser pequenos ou grandes, estruturados ou não estruturados, e podem incluir caracteres não permitidos pelos {{< glossary_tooltip text="rótulos" term_id="label" >}}. Clientes como ferramentas e bibliotecas podem recuperar esses metadados. - - - [-] \ No newline at end of file