Skip to content

Commit

Permalink
Update fuzzy tmx
Browse files Browse the repository at this point in the history
  • Loading branch information
rdnovell committed Nov 10, 2024
1 parent c2e8f14 commit 3b96827
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions l10n/tmx/fuzzy.tmx
Original file line number Diff line number Diff line change
Expand Up @@ -12858,34 +12858,6 @@ Another use case might be when the OIDC provider does not have a logout endpoint
<seg>&amp;lt;código class="language-text hljs" data-lang="text"&amp;gt;elemento-servicio/mp-rest/url=http://localhost:9001&amp;lt;/código&amp;gt;</seg>
</tuv>
</tu>
<tu>
<tuv xml:lang="en">
<seg>&lt;code&gt;
@Path("/hello")
public class GreetingResource {

@GET
@Produces(MediaType.TEXT_PLAIN)
public String hello() {
return "Hello RESTEasy";
}
}
&lt;/code&gt;</seg>
</tuv>
<tuv xml:lang="es_ES">
<seg>&lt;code&gt;
@Path("/hello")
public class GreetingsResource {

@GET
@Produces(MediaType.TEXT_PLAIN)
public String hello() {
return "Hello RESTEasy";
}
}
&lt;/code&gt;</seg>
</tuv>
</tu>
<tu>
<tuv xml:lang="en">
<seg>&lt;code&gt;@Channel("kafka") Multi&amp;lt;String&amp;gt; events;
Expand Down Expand Up @@ -165638,14 +165610,6 @@ If you try to access this endpoint with the previously-issued access token, you
<seg>Adelante...</seg>
</tuv>
</tu>
<tu>
<tuv xml:lang="en">
<seg>Open &lt;code&gt;src/main/java/org/acme/GreetingResource.java&lt;/code&gt; in a text editor or your &lt;a href="https://quarkus.io/guides/ide-tooling"&gt;favorite IDE&lt;/a&gt; and change "Hello from RESTEasy Reactive" to "Hola from RESTEasy Reactive". Then refresh the browser and see the changes.</seg>
</tuv>
<tuv xml:lang="es_ES">
<seg>Abre &lt;code&gt;src/main/java/GreetingsResource.java&lt;/code&gt; en un editor de texto o en tu &lt;a href="https://quarkus.io/guides/ide-tooling"&gt;IDE favorito&lt;/a&gt; y cambia "hello RESTEasy" por "hola RESTEasy". Luego actualiza el navegador y verás los cambios.</seg>
</tuv>
</tu>
<tu>
<tuv xml:lang="en">
<seg>Open JFR dump file</seg>
Expand Down

0 comments on commit 3b96827

Please sign in to comment.