Skip to content

Commit c435a86

Browse files
committed
Add machine translation
1 parent 74f27d5 commit c435a86

File tree

5 files changed

+24
-15
lines changed

5 files changed

+24
-15
lines changed

l10n/po/pt_BR/_data/1kcontributor-list.yaml.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11246,25 +11246,25 @@ msgstr "https://github.com/teruik"
1124611246
#: upstream/_data/1kcontributor-list.yaml:0
1124711247
#, no-wrap
1124811248
msgid "https://avatars.githubusercontent.com/u/42640385?u=79bf0d6cca6dabe9f805aaff98e15541db325d80&v=4"
11249-
msgstr ""
11249+
msgstr "https://avatars.githubusercontent.com/u/42640385?u=79bf0d6cca6dabe9f805aaff98e15541db325d80&v=4"
1125011250

1125111251
#. type: Hash Value: links login
1125211252
#: upstream/_data/1kcontributor-list.yaml:0
1125311253
#, no-wrap
1125411254
msgid "bogedal"
11255-
msgstr ""
11255+
msgstr "bogedal"
1125611256

1125711257
#. type: Hash Value: links name
1125811258
#: upstream/_data/1kcontributor-list.yaml:0
1125911259
#, no-wrap
1126011260
msgid "Kenneth Bøgedal"
11261-
msgstr ""
11261+
msgstr "Kenneth Bøgedal"
1126211262

1126311263
#. type: Hash Value: links url
1126411264
#: upstream/_data/1kcontributor-list.yaml:0
1126511265
#, no-wrap
1126611266
msgid "https://github.com/bogedal"
11267-
msgstr ""
11267+
msgstr "https://github.com/bogedal"
1126811268

1126911269
#. type: Hash Value: links avatar
1127011270
#: upstream/_data/1kcontributor-list.yaml:0

l10n/po/pt_BR/_data/wg.yaml.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ msgstr "https://github.com/orgs/quarkusio/projects/32"
9090

9191
#. type: Hash Value: working-groups last-activity
9292
#: upstream/_data/wg.yaml:0
93-
#, no-wrap
93+
#, fuzzy, no-wrap
9494
msgid "2024-10-03"
95-
msgstr ""
95+
msgstr "2024-10-03"
9696

9797
#. type: Hash Value: working-groups readme
9898
#: upstream/_data/wg.yaml:0

l10n/po/pt_BR/_versions/main/guides/cdi-reference.adoc.po

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1607,30 +1607,35 @@ msgid "The argument is the bindings source class."
16071607
msgstr "O argumento é a classe de origem dos vínculos."
16081608

16091609
#: _versions/main/guides/cdi-reference.adoc
1610+
#, fuzzy
16101611
msgid "`Instance.Handle.close()` Behavior"
1611-
msgstr ""
1612+
msgstr "`Instance.Handle.close()` Comportamento"
16121613

16131614
#: _versions/main/guides/cdi-reference.adoc
1615+
#, fuzzy
16141616
msgid ""
16151617
"Per the CDI specification, the `Instance.Handle.close()` method always delegates to `destroy()`.\n"
16161618
"In ArC, this is only true in the <<strict_mode>>."
1617-
msgstr ""
1619+
msgstr "De acordo com a especificação do CDI, o método `Instance.Handle.close()` sempre delega para `destroy()` . No ArC, isso só é verdade no <<strict_mode>> ."
16181620

16191621
#: _versions/main/guides/cdi-reference.adoc
1622+
#, fuzzy
16201623
msgid ""
16211624
"In the default mode, the `close()` method only delegates to `destroy()` when the bean is `@Dependent` (or when the instance handle does not represent a CDI contextual object).\n"
16221625
"When the instance handle represents a bean of any other scope, the `close()` method does nothing; the bean is left as is and will be destroyed whenever its context is destroyed."
1623-
msgstr ""
1626+
msgstr "No modo padrão, o método `close()` só delega para `destroy()` quando o bean é `@Dependent` (ou quando o identificador de instância não representa um objeto contextual CDI). Quando o identificador de instância representa um bean de qualquer outro escopo, o método `close()` não faz nada; o bean é deixado como está e será destruído sempre que seu contexto for destruído."
16241627

16251628
#: _versions/main/guides/cdi-reference.adoc
1629+
#, fuzzy
16261630
msgid "This is to make the following code behave as one would naively expect:"
1627-
msgstr ""
1631+
msgstr "Isso serve para fazer com que o código a seguir se comporte como seria ingenuamente esperado:"
16281632

16291633
#: _versions/main/guides/cdi-reference.adoc
1634+
#, fuzzy
16301635
msgid ""
16311636
"The `@Dependent` beans are destroyed immediately, while other beans are not destroyed at all.\n"
16321637
"This is important when multiple beans of different scopes might be returned by the `Instance`."
1633-
msgstr ""
1638+
msgstr "Os beans `@Dependent` são destruídos imediatamente, enquanto outros beans não são destruídos. Isso é importante quando vários beans de escopos diferentes podem ser retornados pelo `Instance` ."
16341639

16351640
#: _versions/main/guides/cdi-reference.adoc
16361641
#, fuzzy

l10n/po/pt_BR/_versions/main/guides/tls-registry-reference.adoc.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,14 @@ msgid ""
2727
msgstr "O TLS Registry consolida as configurações e oferece suporte a várias configurações nomeadas. Portanto, o senhor pode personalizar as configurações de TLS para diferentes partes do aplicativo. Essa flexibilidade é particularmente útil quando diferentes componentes exigem configurações de segurança distintas."
2828

2929
#: _versions/main/guides/tls-registry-reference.adoc
30+
#, fuzzy
3031
msgid ""
3132
"The TLS Registry extension is automatically included in your project when you use compatible extensions, such as Quarkus REST, gRPC\n"
3233
", or Reactive Routes\n"
3334
".\n"
3435
"As a result, applications that use the TLS Registry can be ready to handle secure communications out of the box.\n"
3536
"TLS Registry also provides features like automatic certificate reloading, Let's Encrypt (ACME) integration, Kubernetes Cert-Manager support, and compatibility with various keystore formats, such as PKCS12, PEM, and JKS."
36-
msgstr ""
37+
msgstr "A extensão TLS Registry é incluída automaticamente no projeto quando o usuário usa extensões compatíveis, como Quarkus REST, gRPC ou Reactive Routes. Como resultado, os aplicativos que usam o TLS Registry podem estar prontos para lidar com comunicações seguras imediatamente. O TLS Registry também oferece recursos como recarregamento automático de certificados, integração com o Let's Encrypt (ACME), suporte ao Kubernetes Cert-Manager e compatibilidade com vários formatos de keystore, como PKCS12, PEM e JKS."
3738

3839
#: _versions/main/guides/tls-registry-reference.adoc
3940
#, fuzzy
@@ -1589,8 +1590,9 @@ msgid "Keep the application running and request your first Let's Encrypt certifi
15891590
msgstr "Mantenha o aplicativo em execução e solicite seu primeiro certificado Let's Encrypt."
15901591

15911592
#: _versions/main/guides/tls-registry-reference.adoc
1593+
#, fuzzy
15921594
msgid "Issue a certificate"
1593-
msgstr ""
1595+
msgstr "Emitir um certificado"
15941596

15951597
#: _versions/main/guides/tls-registry-reference.adoc
15961598
#, fuzzy
@@ -1688,8 +1690,9 @@ msgid ""
16881690
msgstr "Depois que a cadeia de certificados e a chave privada da Let's Encrypt forem renovadas com êxito, elas serão convertidas para o formato PEM e copiadas para a pasta `.letsencrypt` do seu aplicativo. O registro TLS é notificado quando um novo certificado e uma nova chave privada estão prontos e os recarrega automaticamente."
16891691

16901692
#: _versions/main/guides/tls-registry-reference.adoc
1693+
#, fuzzy
16911694
msgid "Testing with ngrok"
1692-
msgstr ""
1695+
msgstr "Testes com o ngrok"
16931696

16941697
#: _versions/main/guides/tls-registry-reference.adoc
16951698
#, fuzzy

l10n/po/pt_BR/_versions/main/guides/web.adoc.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,9 @@ msgid "src/main/java/rest/Todos.java"
162162
msgstr "src/main/java/rest/Todos.java"
163163

164164
#: _versions/main/guides/web.adoc
165+
#, fuzzy
165166
msgid "Check out https://www.youtube.com/watch?v=JNmHNSmK180[Quarkus Insights Episode #178]. First part is a hands-on demonstration of creating a CMS with Renarde. You can also give it a try using https://github.com/quarkusio/quarkus-web-lab[the web-lab repo])."
166-
msgstr ""
167+
msgstr "Confira o link:https://www.youtube.com/watch?v=JNmHNSmK180[episódio #178 do Quarkus Insights] . A primeira parte é uma demonstração prática da criação de um CMS com a Renarde. O senhor também pode experimentar usando link:https://github.com/quarkusio/quarkus-web-lab[o repositório do web-lab] )."
167168

168169
#: _versions/main/guides/web.adoc
169170
#, fuzzy

0 commit comments

Comments
 (0)