Skip to content

Commit

Permalink
Update .po files
Browse files Browse the repository at this point in the history
  • Loading branch information
rdnovell committed Jan 5, 2025
1 parent 9fc2aea commit 9f64e14
Show file tree
Hide file tree
Showing 7 changed files with 81 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48298,7 +48298,7 @@ msgid ""
"\n"
"[.description]\n"
"--\n"
"Configures the MongoDB server addressed (one if single mode). The addresses are passed as `host:port`.\n"
"Configures the MongoDB server addresses (one if single mode). The addresses are passed as `host:port`.\n"
"\n"
"\n"
"Environment variable: env_var_with_copy_button:+++QUARKUS_MONGODB_HOSTS+++[]\n"
Expand Down Expand Up @@ -48732,7 +48732,7 @@ msgid ""
"\n"
"[.description]\n"
"--\n"
"Configures the MongoDB server addressed (one if single mode). The addresses are passed as `host:port`.\n"
"Configures the MongoDB server addresses (one if single mode). The addresses are passed as `host:port`.\n"
"\n"
"\n"
"Environment variable: env_var_with_copy_button:+++QUARKUS_MONGODB__MONGO_CLIENT_CONFIGS__HOSTS+++[]\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ msgid ""
"\n"
"[.description]\n"
"--\n"
"Configures the MongoDB server addressed (one if single mode). The addresses are passed as `host:port`.\n"
"Configures the MongoDB server addresses (one if single mode). The addresses are passed as `host:port`.\n"
"\n"
"\n"
"Environment variable: env_var_with_copy_button:+++QUARKUS_MONGODB_HOSTS+++[]\n"
Expand Down Expand Up @@ -593,7 +593,7 @@ msgid ""
"\n"
"[.description]\n"
"--\n"
"Configures the MongoDB server addressed (one if single mode). The addresses are passed as `host:port`.\n"
"Configures the MongoDB server addresses (one if single mode). The addresses are passed as `host:port`.\n"
"\n"
"\n"
"Environment variable: env_var_with_copy_button:+++QUARKUS_MONGODB__MONGO_CLIENT_CONFIGS__HOSTS+++[]\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ msgid "Dev Services for MongoDB"
msgstr "Servicios de desarrollo para MongoDB"

#: _versions/main/guides/mongodb-dev-services.adoc
#, fuzzy
msgid ""
"Quarkus supports a feature called Dev Services that allows you to create various datasources without any config. In the case of MongoDB this support extends to the default MongoDB connection.\n"
"What that means practically, is that if you have not configured `quarkus.mongodb.connection-string`, Quarkus will automatically start a MongoDB container when running tests or in dev mode,\n"
"and automatically configure the connection."
msgstr "Quarkus soporta una característica llamada Dev Services que le permite crear varias fuentes de datos sin ninguna configuración. En el caso de MongoDB este soporte se extiende a la conexión MongoDB por defecto. Lo que esto significa en la práctica, es que si no ha configurado `quarkus.mongodb.connection-string` , Quarkus iniciará automáticamente un contenedor MongoDB al ejecutar pruebas o en modo dev, y configurará automáticamente la conexión."
"What that means practically, is that if you have not configured `quarkus.mongodb.connection-string` nor `quarkus.mongodb.hosts`, Quarkus will automatically start a MongoDB container when\n"
"running tests or in dev mode, and automatically configure the connection."
msgstr ""

#: _versions/main/guides/mongodb-dev-services.adoc
#, fuzzy
Expand Down
6 changes: 6 additions & 0 deletions l10n/po/es_ES/_versions/main/guides/resteasy.adoc.po
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,12 @@ msgstr "Si se establece en `false`, se crea una *nueva instancia* de la clase de
msgid "An explicit CDI scope annotation (`@RequestScoped`, `@ApplicationScoped`, etc.) always overrides the default behavior and specifies the lifecycle of resource instances."
msgstr "Una anotación explícita de ámbito CDI ( `@RequestScoped`, `@ApplicationScoped`, etc.) siempre anula el comportamiento predeterminado y especifica el ciclo de vida de las instancias de recursos."

#: _versions/main/guides/resteasy.adoc
msgid ""
"`@Context` elements are not injected via CDI and, as such, may not be injected via constructor injection.\n"
"Inject `@Context` elements in fields of your resources instead."
msgstr ""

#. type: Title ==
#: _versions/main/guides/resteasy.adoc
#, fuzzy, no-wrap
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1157,6 +1157,28 @@ msgstr ""
msgid "Get the response data as String."
msgstr ""

#: _versions/main/guides/security-oidc-bearer-token-authentication.adoc
msgid "Programmatic OIDC start-up"
msgstr ""

#: _versions/main/guides/security-oidc-bearer-token-authentication.adoc
msgid "OIDC tenants can be created programmatically like in the example below:"
msgstr ""

#: _versions/main/guides/security-oidc-bearer-token-authentication.adoc
msgid "The code above is a programmatic equivalent to the following configuration in the `application.properties` file:"
msgstr ""

#: _versions/main/guides/security-oidc-bearer-token-authentication.adoc
msgid "Should you need to configure more OIDC tenant properties, use the `OidcTenantConfig` builder like in the example below:"
msgstr ""

#: _versions/main/guides/security-oidc-bearer-token-authentication.adoc
msgid ""
"For more complex setup involving multiple tenants please see the xref:security-openid-connect-multitenancy.adoc#programmatic-startup[Programmatic OIDC start-up for multitenant application]\n"
"section of the OpenID Connect Multi-Tenancy guide."
msgstr ""

#. type: Title ==
#: _versions/main/guides/security-oidc-bearer-token-authentication.adoc
#, no-wrap
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2329,6 +2329,28 @@ msgstr "Para ver detalles sobre los errores de inicialización del cliente OidcP
msgid "From the `quarkus dev` console, type `j` to change the application global log level."
msgstr "Desde la consola `quarkus dev` , escriba `j` para cambiar el nivel de registro global de la aplicación."

#: _versions/main/guides/security-oidc-code-flow-authentication.adoc
msgid "Programmatic OIDC start-up"
msgstr ""

#: _versions/main/guides/security-oidc-code-flow-authentication.adoc
msgid "OIDC tenants can be created programmatically like in the example below:"
msgstr ""

#: _versions/main/guides/security-oidc-code-flow-authentication.adoc
msgid "The code above is a programmatic equivalent to the following configuration in the `application.properties` file:"
msgstr ""

#: _versions/main/guides/security-oidc-code-flow-authentication.adoc
msgid "Should you need to configure more OIDC tenant properties, use the `OidcTenantConfig` builder like in the example below:"
msgstr ""

#: _versions/main/guides/security-oidc-code-flow-authentication.adoc
msgid ""
"For more complex setup involving multiple tenants please see the xref:security-openid-connect-multitenancy.adoc#programmatic-startup[Programmatic OIDC start-up for multitenant application]\n"
"section of the OpenID Connect Multi-Tenancy guide."
msgstr ""

#. type: Title ==
#: _versions/main/guides/security-oidc-code-flow-authentication.adoc
#, no-wrap
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -956,6 +956,30 @@ msgstr "La configuración de inquilinos por defecto se desactiva automáticament
msgid "Be aware that tenant-specific configurations can also be disabled, for example: `quarkus.oidc.tenant-a.tenant-enabled=false`."
msgstr "Tenga en cuenta que las configuraciones específicas de los inquilinos también pueden desactivarse, por ejemplo: `quarkus.oidc.tenant-a.tenant-enabled=false` ."

#: _versions/main/guides/security-openid-connect-multitenancy.adoc
msgid "Programmatic OIDC start-up for multiple tenants"
msgstr ""

#: _versions/main/guides/security-openid-connect-multitenancy.adoc
msgid "Static OIDC tenants can be created programmatically like in the example below:"
msgstr ""

#: _versions/main/guides/security-openid-connect-multitenancy.adoc
msgid "Observe OIDC event."
msgstr ""

#: _versions/main/guides/security-openid-connect-multitenancy.adoc
msgid "Create OIDC tenant 'tenant-one'."
msgstr ""

#: _versions/main/guides/security-openid-connect-multitenancy.adoc
msgid "Create OIDC tenant 'tenant-two'."
msgstr ""

#: _versions/main/guides/security-openid-connect-multitenancy.adoc
msgid "The code above is a programmatic equivalent to the following configuration in the `application.properties` file:"
msgstr ""

#. type: Title ==
#: _versions/main/guides/security-openid-connect-multitenancy.adoc
#, no-wrap
Expand Down

0 comments on commit 9f64e14

Please sign in to comment.