From 5ede5d12879ff89aaa564d9f2f8699bcda232d77 Mon Sep 17 00:00:00 2001 From: Ruben Novelli <31356779+rdnovell@users.noreply.github.com> Date: Sun, 17 Nov 2024 14:11:02 +0100 Subject: [PATCH] Update get-started-code-steps.html.po --- .../_includes/get-started-code-steps.html.po | 95 +++++++++++++------ 1 file changed, 65 insertions(+), 30 deletions(-) diff --git a/l10n/po/es_ES/_includes/get-started-code-steps.html.po b/l10n/po/es_ES/_includes/get-started-code-steps.html.po index bd57146ef4..14cfb7041f 100644 --- a/l10n/po/es_ES/_includes/get-started-code-steps.html.po +++ b/l10n/po/es_ES/_includes/get-started-code-steps.html.po @@ -1,131 +1,155 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: 2024-06-09 08:12+0000\n" +"PO-Revision-Date: 2022-05-16 11:29+0800\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: es_ES\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Poedit 3.0.1\n" +"X-Poedit-SourceCharset: UTF-8\n" + #. type: Content of:

#: upstream/_includes/get-started-code-steps.html:5 msgid "Step 1" -msgstr "" +msgstr "Paso1" #. type: Content of:

#: upstream/_includes/get-started-code-steps.html:8 msgid "Install via Command Line Interface" -msgstr "" +msgstr "Instalar mediante la interfaz de línea de comando" #. type: Content of:

#: upstream/_includes/get-started-code-steps.html:9 msgid "Open your favorite terminal and use JBang to install the Quarkus CLI. You do not need to have Java installed first." -msgstr "" +msgstr "Abre tu terminal favorito y usa JBang para instalar Quarkus CLI. No necesitas tener Java instalado primero." #. type: Content of:

#: upstream/_includes/get-started-code-steps.html:10 msgid "For Linux, macOS, and Windows (using WSL or bash compatible shell like Cygwin or MinGW)" -msgstr "" +msgstr "Para Linux, macOS y Windows (use WSL o un shell compatible con bash como Cygwin o MinGW" #. type: Content of:
 #: upstream/_includes/get-started-code-steps.html:13
-#, no-wrap
+#, fuzzy, no-wrap
 msgid ""
 "curl -Ls https://sh.jbang.dev | bash -s - trust add https://repo1.maven.org/maven2/io/quarkus/quarkus-cli/\n"
 "curl -Ls https://sh.jbang.dev | bash -s - app install --fresh --force quarkus@quarkusio"
-msgstr ""
+msgstr "curl -Ls https://sh.jbang.dev | bash -s - trust add https://repo1.maven.org/maven2/io/quarkus/quarkus-cli/ curl -Ls https://sh.jbang.dev | bash -s - app install -fresh -force quarkus@quarkusio"
 
 #. type: Content of: 

#: upstream/_includes/get-started-code-steps.html:17 msgid "For Windows using Powershell" -msgstr "" +msgstr "Usar Powershell para Windows" #. type: Content of:
 #: upstream/_includes/get-started-code-steps.html:20
-#, no-wrap
+#, fuzzy, no-wrap
 msgid ""
 "iex \"& { $(iwr https://ps.jbang.dev) } trust add https://repo1.maven.org/maven2/io/quarkus/quarkus-cli/\"\n"
 "iex \"& { $(iwr https://ps.jbang.dev) } app install --fresh --force quarkus@quarkusio\""
-msgstr ""
+msgstr "iex \"& { $(iwr https://ps.jbang.dev } trust add https://repo1.maven.org/maven2/io/quarkus/quarkus-cli/ iex \"& { $(iwr https://ps.jbang.dev } app install --fresh --force quarkus@quarkusio\" "
 
 #. type: Content of: 

#: upstream/_includes/get-started-code-steps.html:24 +#, fuzzy msgid "If it's your first time to install, you'll need to restart your shell." -msgstr "" +msgstr "Si es la primera vez que realizas la instalación, necesitarás reiniciar tu shell." +msgstr" #. type: Content of:

#: upstream/_includes/get-started-code-steps.html:25 msgid "Or, you can also install the CLI with SDKMAN!" -msgstr "" +msgstr "O también puedes instalar la CLI con SDKMAN!" #. type: Content of:
 #: upstream/_includes/get-started-code-steps.html:28
-#, no-wrap
+#, fuzzy, no-wrap
 msgid "sdk install quarkus"
-msgstr ""
+msgstr "sdk install quarkus"
 
 #. type: Content of: 

#: upstream/_includes/get-started-code-steps.html:31 msgid "For more options, such as Homebrew or Chocolatey, see the Quarkus CLI guide." -msgstr "" +msgstr "Para más opciones, como Homebrew o Chocolatey,consultela guía CLI de Quarkus。" #. type: Content of:

#: upstream/_includes/get-started-code-steps.html:34 msgid "Step 2" -msgstr "" +msgstr "Paso2" #. type: Content of:

#: upstream/_includes/get-started-code-steps.html:37 msgid "Create the Getting Started Application" -msgstr "" +msgstr "Crear la aplicación de introducción" #. type: Content of:

#: upstream/_includes/get-started-code-steps.html:38 #: upstream/_includes/get-started-code-steps.html:54 msgid "Run this script in your CLI:" -msgstr "" +msgstr "Ejecute este script en su CLI:" #. type: Content of:

 #: upstream/_includes/get-started-code-steps.html:43
-#, no-wrap
+#, fuzzy, no-wrap
 msgid "quarkus create && cd code-with-quarkus"
-msgstr ""
+msgstr "quarkus create && cd code-with-quarkus"
 
 #. type: Content of: 

#: upstream/_includes/get-started-code-steps.html:50 msgid "Step 3" -msgstr "" +msgstr "Paso3" #. type: Content of:

#: upstream/_includes/get-started-code-steps.html:53 msgid "Run the Getting Started Application" -msgstr "" +msgstr "Ejecutar la aplicación de introducción" #. type: Content of:
 #: upstream/_includes/get-started-code-steps.html:59
-#, no-wrap
+#, fuzzy, no-wrap
 msgid "quarkus dev"
-msgstr ""
+msgstr "quarkus dev"
 
 #. type: Content of: 

#: upstream/_includes/get-started-code-steps.html:64 msgid "Boom! Your Quarkus app is now running at localhost:8080" -msgstr "" +msgstr "¡Boom! Tu aplicación Quarkus ahora se está ejecutando en localhost:8080" #. type: Content of:

#: upstream/_includes/get-started-code-steps.html:67 msgid "Step 4" -msgstr "" +msgstr "Paso4" #. type: Content of:

#: upstream/_includes/get-started-code-steps.html:70 msgid "Live Coding with Quarkus" -msgstr "" +msgstr "Codificación en tiempo real usando Quarkus" #. type: Content of:

#: upstream/_includes/get-started-code-steps.html:71 +#, fuzzy msgid "Quarkus makes it easy to change your code on the fly. Let's modify the RESTful endpoint" -msgstr "" +msgstr "Quarkus facilita la modificación de su código sobre la marcha. Modifiquemos elRESTful endpoint" #. type: Content of:


#: upstream/_includes/get-started-code-steps.html:73 +#, fuzzy msgid "Open src/main/java/org/acme/GreetingResource.java in a text editor or your favorite IDE and change \"Hello from RESTEasy Reactive\" to \"Hola from RESTEasy Reactive\". Then refresh the browser and see the changes." -msgstr "" +msgstr "Abre src/main/java/org/acme/GreetingResource.java en un editor de texto o en tu IDE favorito y cambie \"Hola de RESTEasy Reactive\" a \"Hola de RESTEasy Reactive\". Luego actualice el navegador y vea los cambios." #. type: Content of:


 #: upstream/_includes/get-started-code-steps.html:77
-#, no-wrap
+#, fuzzy, no-wrap
 msgid ""
 "\n"
 "@Path(\"/hello\")\n"
@@ -139,8 +163,19 @@ msgid ""
 "}\n"
 ""
 msgstr ""
+"\n"
+"@Path(\"/hello\")\n"
+"public class GreetingResource {\n"
+"\n"
+"    @GET\n"
+"    @Produces(MediaType.TEXT_PLAIN)\n"
+"    public String hello() {\n"
+"        return \"Hello RESTEasy\";\n"
+"    }\n"
+"}\n"
+""
 
 #. type: Content of: 

#: upstream/_includes/get-started-code-steps.html:90 msgid "Cool stuff right? Learn more about Quarkus's dev mode." -msgstr "" +msgstr "¿Cosas interesantes, verdad?Obtén más información sobre el modo de desarrollo de Quarkus"