Skip to content

Commit

Permalink
Update tmx
Browse files Browse the repository at this point in the history
  • Loading branch information
rdnovell committed Oct 15, 2023
1 parent 0206e24 commit 5f8c846
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions l10n/tmx/quarkus.tmx
Original file line number Diff line number Diff line change
Expand Up @@ -1465,6 +1465,22 @@ https://download.jboss.org/jbosstools/intellij/snapshots/intellij-quarkus/[Devel
<seg>Easy Launch debug/dev:mode</seg>
</tuv>
</tu>
<tu>
<tuv xml:lang="en">
<seg>pom.xml</seg>
</tuv>
<tuv xml:lang="es_ES">
<seg>pom.xml</seg>
</tuv>
</tu>
<tu>
<tuv xml:lang="en">
<seg>build.gradle</seg>
</tuv>
<tuv xml:lang="es_ES">
<seg>build.gradle</seg>
</tuv>
</tu>
<tu>
<tuv xml:lang="en">
<seg>All three approaches need to be aware of the port that Heroku assigns to it to handle traffic. Luckily, there's a dynamic configuration property for it.</seg>
Expand Down Expand Up @@ -1529,22 +1545,6 @@ https://download.jboss.org/jbosstools/intellij/snapshots/intellij-quarkus/[Devel
<seg>Gradle (Groovy DSL)</seg>
</tuv>
</tu>
<tu>
<tuv xml:lang="en">
<seg>pom.xml</seg>
</tuv>
<tuv xml:lang="es_ES">
<seg>pom.xml</seg>
</tuv>
</tu>
<tu>
<tuv xml:lang="en">
<seg>build.gradle</seg>
</tuv>
<tuv xml:lang="es_ES">
<seg>build.gradle</seg>
</tuv>
</tu>
<tu>
<tuv xml:lang="en">
<seg>https://camel.apache.org/[Apache Camel] is the Swiss knife of integrating heterogeneous systems with more than a decade of history and a lively community of users and developers.</seg>
Expand Down Expand Up @@ -2222,14 +2222,6 @@ Type: _string_</seg>
<seg>Se puede configurar el Dev Services for Kafka para que cree temas una vez que se inicie el broker. Los temas se crean con un número determinado de particiones y 1 réplica.</seg>
</tuv>
</tu>
<tu>
<tuv xml:lang="en">
<seg>Liquibase MongoDB extension support relies on the Quarkus MongoDB client config. For the time being, it does not support multiple clients. First, you need to add the MongoDB config to the `{config-file}` file in order to allow Liquibase to manage the schema.</seg>
</tuv>
<tuv xml:lang="es_ES">
<seg>El soporte de la extensión de Liquibase MongoDB depende de la configuración del cliente Quarkus MongoDB. Por el momento, no soporta múltiples clientes. En primer lugar, es necesario añadir la configuración de MongoDB al archivo `{config-file}` para permitir que Liquibase gestione el esquema.</seg>
</tuv>
</tu>
<tu>
<tuv xml:lang="en">
<seg>There is nothing special about the code and more importantly nothing AWS specific. Funqy functions can be deployed to many environments and AWS Lambda is one of them. The Java code is actually the same exact code as the link:{quickstarts-tree-url}/funqy-quickstarts/funqy-http-quickstart[funqy-http-quickstart].</seg>
Expand All @@ -2254,6 +2246,14 @@ Type: _string_</seg>
<seg>Interfaz de usuario</seg>
</tuv>
</tu>
<tu>
<tuv xml:lang="en">
<seg>Health UI</seg>
</tuv>
<tuv xml:lang="es_ES">
<seg>IU de la Salud</seg>
</tuv>
</tu>
<tu>
<tuv xml:lang="en">
<seg>Quarkus Funqy is part of Quarkus's serverless strategy and aims to provide a portable Java API to write functions deployable to various FaaS environments like AWS Lambda, Azure Functions, Google Cloud Functions, Knative, and Knative Events (Cloud Events). It is also usable as a standalone service.</seg>
Expand Down Expand Up @@ -2704,14 +2704,6 @@ Type: _string_</seg>
<seg>GraphQL UI</seg>
</tuv>
</tu>
<tu>
<tuv xml:lang="en">
<seg>Health UI</seg>
</tuv>
<tuv xml:lang="es_ES">
<seg>IU de la Salud</seg>
</tuv>
</tu>
<tu>
<tuv xml:lang="en">
<seg>In contrast, in a production application the main objective for Quarkus is to consume the least amount of memory and startup in the smallest amount of time. Thus, when running the production application, build time operations are not performed (by definition) and various infrastructure classes needed at build time are not present at all at runtime. Furthermore, the purpose built ClassLoader that comes with the xref:maven-tooling.adoc#fast-jar[fast-jar] package type ensures that class lookup is done as fast as possible while also keeping the minimum amount of jars in memory.</seg>
Expand Down Expand Up @@ -4948,6 +4940,14 @@ IntelliJ Ultimate</seg>
<seg>Por defecto, el broker Red Panda no actúa como coordinador de transacciones. Para habilitar las transacciones, configure:</seg>
</tuv>
</tu>
<tu>
<tuv xml:lang="en">
<seg>Liquibase MongoDB extension support relies on the Quarkus MongoDB client config. For the time being, it does not support multiple clients. First, you need to add the MongoDB config to the `{config-file}` file in order to allow Liquibase to manage the schema.</seg>
</tuv>
<tuv xml:lang="es_ES">
<seg>El soporte de la extensión de Liquibase MongoDB depende de la configuración del cliente Quarkus MongoDB. Por el momento, no soporta múltiples clientes. En primer lugar, es necesario añadir la configuración de MongoDB al archivo `{config-file}` para permitir que Liquibase gestione el esquema.</seg>
</tuv>
</tu>
<tu>
<tuv xml:lang="en">
<seg>The purpose of Funqy is to allow you to write cross-provider functions so that you can move off of your current function provider if, for instance, they start charging you a lot more for their service. Another reason you might not want to use Funqy is if you need access specific APIs of the target function environment. For example, developers often want access to the AWS Context on Lambda. In this case, we tell them they may be better off using the xref:amazon-lambda.adoc[Quarkus Amazon Lambda] integration instead.</seg>
Expand Down

0 comments on commit 5f8c846

Please sign in to comment.