i18n: Update es_ES translations

Update the translations for the next 1.4 release
This commit is contained in:
José Miguel Sarasola
2026-08-13 21:39:40 +02:00
parent 613050ddff
commit 250a36fe6f

View File

@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: com.mitchellh.ghostty\n"
"Report-Msgid-Bugs-To: m@mitchellh.com\n"
"POT-Creation-Date: 2026-08-10 10:06-0500\n"
"PO-Revision-Date: 2026-02-18 10:57+0100\n"
"PO-Revision-Date: 2026-08-13 21:24+0200\n"
"Last-Translator: José Miguel Sarasola <alosarjos@gmail.com>\n"
"Language-Team: \n"
"Language: es_ES\n"
@@ -176,7 +176,7 @@ msgstr "Dividir a la derecha"
#: src/apprt/gtk/ui/1.2/surface.blp:377
msgid "Close Split"
msgstr ""
msgstr "Cerrar división"
#: src/apprt/gtk/ui/1.2/surface.blp:383
msgid "Tab"
@@ -204,7 +204,7 @@ msgstr "Ventana"
#: src/apprt/gtk/ui/1.2/surface.blp:406 src/apprt/gtk/ui/1.5/window.blp:215
msgid "Change Window Title…"
msgstr ""
msgstr "Cambiar el título de la ventana…"
#: src/apprt/gtk/ui/1.2/surface.blp:411 src/apprt/gtk/ui/1.5/window.blp:220
#: src/input/command.zig:421
@@ -222,11 +222,11 @@ msgstr "Configuración"
#: src/apprt/gtk/ui/1.2/surface.blp:427 src/apprt/gtk/ui/1.5/window.blp:306
msgid "Open Configuration in OS Editor"
msgstr ""
msgstr "Abrir configuración en el editor del sistema operativo"
#: src/apprt/gtk/ui/1.2/surface.blp:433 src/apprt/gtk/ui/1.5/window.blp:312
msgid "Open Configuration in New Window"
msgstr ""
msgstr "Abrir configuración en una nueva ventana"
#: src/apprt/gtk/ui/1.5/title-dialog.blp:5
msgid "Leave blank to restore the default title."
@@ -270,27 +270,27 @@ msgstr "Ejecutar un comando…"
#: src/apprt/gtk/class/application.zig:1767
msgid "The keybind was revoked by the system."
msgstr ""
msgstr "El atajo de teclado fue revocado por el sistema."
#: src/apprt/gtk/class/application.zig:1769
msgid "The keybind was denied by the system."
msgstr ""
msgstr "El atajo de teclado fue denegado por el sistema."
#: src/apprt/gtk/class/application.zig:1780
msgid "Global keybind unavailable"
msgstr ""
msgstr "Atajo de teclado global no disponible"
#: src/apprt/gtk/class/application.zig:2259
msgid "Export Terminal IO Events"
msgstr ""
msgstr "Exportar eventos de E/S del terminal"
#: src/apprt/gtk/class/application.zig:2262
msgid "Export"
msgstr ""
msgstr "Exportar"
#: src/apprt/gtk/class/application.zig:2783
msgid "Editing configuration file"
msgstr ""
msgstr "Editando el fichero de configuración"
#: src/apprt/gtk/class/clipboard_confirmation_dialog.zig:198
msgid ""
@@ -376,7 +376,7 @@ msgstr "Cambiar el título de la pestaña"
#: src/apprt/gtk/class/title_dialog.zig:229
msgid "Change Window Title"
msgstr ""
msgstr "Cambiar el título de la ventana"
#: src/apprt/gtk/class/window.zig:1153
msgid "Reloaded the configuration"
@@ -396,710 +396,759 @@ msgstr "Desarrolladores de Ghostty"
#: src/input/command.zig:149
msgid "Reset Terminal"
msgstr ""
msgstr "Restablecer terminal"
#: src/input/command.zig:150
msgid "Reset the terminal to a clean state."
msgstr ""
msgstr "Restablecer el terminal a un estado limpio."
#: src/input/command.zig:155
msgid "Copy to Clipboard"
msgstr ""
msgstr "Copiar al portapapeles"
#: src/input/command.zig:156
msgid ""
"Copy the selected text to the clipboard in both plain and styled formats."
msgstr ""
"Copiar el texto seleccionado al portapapeles, tanto en texto plano como con "
"estilo."
#: src/input/command.zig:159
msgid "Copy Selection as Plain Text to Clipboard"
msgstr ""
msgstr "Copiar selección como texto plano al portapapeles"
#: src/input/command.zig:160
msgid "Copy the selected text as plain text to the clipboard."
msgstr ""
msgstr "Copiar el texto seleccionado como texto plano al portapapeles."
#: src/input/command.zig:163
msgid "Copy Selection as ANSI Sequences to Clipboard"
msgstr ""
msgstr "Copiar selección como secuencias ANSI al portapapeles"
#: src/input/command.zig:164
msgid "Copy the selected text as ANSI escape sequences to the clipboard."
msgstr ""
"Copiar el texto seleccionado como secuencias de escape ANSI al portapapeles."
#: src/input/command.zig:167
msgid "Copy Selection as HTML to Clipboard"
msgstr ""
msgstr "Copiar selección como HTML al portapapeles"
#: src/input/command.zig:168
msgid "Copy the selected text as HTML to the clipboard."
msgstr ""
msgstr "Copiar el texto seleccionado como HTML al portapapeles."
#: src/input/command.zig:173
msgid "Copy URL to Clipboard"
msgstr ""
msgstr "Copiar URL al portapapeles"
#: src/input/command.zig:174
msgid "Copy the URL under the cursor to the clipboard."
msgstr ""
msgstr "Copiar la URL bajo el cursor al portapapeles."
#: src/input/command.zig:179
msgid "Copy Terminal Title to Clipboard"
msgstr ""
msgstr "Copiar título del terminal al portapapeles"
#: src/input/command.zig:180
msgid ""
"Copy the terminal title to the clipboard. If the terminal title is not set "
"this has no effect."
msgstr ""
"Copiar el título del terminal al portapapeles. Si el terminal no tiene "
"título, esta acción no tiene efecto."
#: src/input/command.zig:185
msgid "Paste from Clipboard"
msgstr ""
msgstr "Pegar desde el portapapeles"
#: src/input/command.zig:186
msgid "Paste the contents of the main clipboard."
msgstr ""
msgstr "Pegar el contenido del portapapeles principal."
#: src/input/command.zig:191
msgid "Paste from Selection"
msgstr ""
msgstr "Pegar desde la selección"
#: src/input/command.zig:192
msgid "Paste the contents of the selection clipboard."
msgstr ""
msgstr "Pegar el contenido del portapapeles de selección."
#: src/input/command.zig:197
msgid "Start Search"
msgstr ""
msgstr "Iniciar búsqueda"
#: src/input/command.zig:198
msgid "Start a search if one isn't already active."
msgstr ""
msgstr "Iniciar una búsqueda si no hay ninguna activa."
#: src/input/command.zig:203
msgid "Search Selection"
msgstr ""
msgstr "Buscar selección"
#: src/input/command.zig:204
msgid "Start a search for the current text selection."
msgstr ""
msgstr "Iniciar una búsqueda para el texto seleccionado actualmente."
#: src/input/command.zig:209
msgid "End Search"
msgstr ""
msgstr "Finalizar búsqueda"
#: src/input/command.zig:210
msgid "End the current search if any and hide any GUI elements."
msgstr ""
"Finalizar la búsqueda actual, si la hay, y ocultar los elementos de la "
"interfaz gráfica."
#: src/input/command.zig:215
msgid "Next Search Result"
msgstr ""
msgstr "Siguiente resultado de búsqueda"
#: src/input/command.zig:216
msgid "Navigate to the next search result, if any."
msgstr ""
msgstr "Ir al siguiente resultado de búsqueda, si lo hay."
#: src/input/command.zig:219
msgid "Previous Search Result"
msgstr ""
msgstr "Resultado de búsqueda anterior"
#: src/input/command.zig:220
msgid "Navigate to the previous search result, if any."
msgstr ""
msgstr "Ir al resultado de búsqueda anterior, si lo hay."
#: src/input/command.zig:225
msgid "Increase Font Size"
msgstr ""
msgstr "Aumentar el tamaño de la fuente"
#: src/input/command.zig:226
msgid "Increase the font size by 1 point."
msgstr ""
msgstr "Aumentar el tamaño de la fuente en 1 punto."
#: src/input/command.zig:231
msgid "Decrease Font Size"
msgstr ""
msgstr "Reducir el tamaño de la fuente"
#: src/input/command.zig:232
msgid "Decrease the font size by 1 point."
msgstr ""
msgstr "Reducir el tamaño de la fuente en 1 punto."
#: src/input/command.zig:237
msgid "Reset Font Size"
msgstr ""
msgstr "Restablecer tamaño de fuente"
#: src/input/command.zig:238
msgid "Reset the font size to the default."
msgstr ""
msgstr "Restablecer el tamaño de la fuente al valor predeterminado."
#: src/input/command.zig:243
msgid "Clear Screen"
msgstr ""
msgstr "Limpiar pantalla"
#: src/input/command.zig:244
msgid "Clear the screen and scrollback."
msgstr ""
msgstr "Limpiar la pantalla y el historial de desplazamiento."
#: src/input/command.zig:249
msgid "Select All"
msgstr ""
msgstr "Seleccionar todo"
#: src/input/command.zig:250
msgid "Select all text on the screen."
msgstr ""
msgstr "Seleccionar todo el texto de la pantalla."
#: src/input/command.zig:255
msgid "Scroll to Top"
msgstr ""
msgstr "Desplazar al inicio"
#: src/input/command.zig:256
msgid "Scroll to the top of the screen."
msgstr ""
msgstr "Desplazar hasta el inicio de la pantalla."
#: src/input/command.zig:261
msgid "Scroll to Bottom"
msgstr ""
msgstr "Desplazar al final"
#: src/input/command.zig:262
msgid "Scroll to the bottom of the screen."
msgstr ""
msgstr "Desplazar hasta el final de la pantalla."
#: src/input/command.zig:267
msgid "Scroll to Selection"
msgstr ""
msgstr "Desplazar hasta la selección"
#: src/input/command.zig:268
msgid "Scroll to the selected text."
msgstr ""
msgstr "Desplazar hasta el texto seleccionado."
#: src/input/command.zig:273
msgid "Scroll Page Up"
msgstr ""
msgstr "Desplazar una página hacia arriba"
#: src/input/command.zig:274
msgid "Scroll the screen up by a page."
msgstr ""
msgstr "Desplazar la pantalla una página hacia arriba."
#: src/input/command.zig:279
msgid "Scroll Page Down"
msgstr ""
msgstr "Desplazar una página hacia abajo"
#: src/input/command.zig:280
msgid "Scroll the screen down by a page."
msgstr ""
msgstr "Desplazar la pantalla una página hacia abajo."
#: src/input/command.zig:286
msgid "Copy Screen to Temporary File and Copy Path"
msgstr ""
msgstr "Copiar pantalla a un fichero temporal y copiar la ruta"
#: src/input/command.zig:287
msgid ""
"Copy the screen contents to a temporary file and copy the path to the "
"clipboard."
msgstr ""
"Copiar el contenido de la pantalla a un fichero temporal y copiar la ruta al "
"portapapeles."
#: src/input/command.zig:291
msgid "Copy Screen to Temporary File and Paste Path"
msgstr ""
msgstr "Copiar pantalla a fichero temporal y pegar la ruta"
#: src/input/command.zig:292
msgid ""
"Copy the screen contents to a temporary file and paste the path to the file."
msgstr ""
"Copiar el contenido de la pantalla a un fichero temporal y pegar la ruta del "
"fichero."
#: src/input/command.zig:296
msgid "Copy Screen to Temporary File and Open"
msgstr ""
msgstr "Copiar pantalla a fichero temporal y abrir"
#: src/input/command.zig:297
msgid "Copy the screen contents to a temporary file and open it."
msgstr ""
msgstr "Copiar el contenido de la pantalla a un fichero temporal y abrirlo."
#: src/input/command.zig:305
msgid "Copy Screen as HTML to Temporary File and Copy Path"
msgstr ""
msgstr "Copiar pantalla como HTML a fichero temporal y copiar la ruta"
#: src/input/command.zig:306
msgid ""
"Copy the screen contents as HTML to a temporary file and copy the path to "
"the clipboard."
msgstr ""
"Copiar el contenido de la pantalla como HTML a un fichero temporal y copiar "
"la ruta al portapapeles."
#: src/input/command.zig:313
msgid "Copy Screen as HTML to Temporary File and Paste Path"
msgstr ""
msgstr "Copiar pantalla como HTML a fichero temporal y pegar la ruta"
#: src/input/command.zig:314
msgid ""
"Copy the screen contents as HTML to a temporary file and paste the path to "
"the file."
msgstr ""
"Copiar el contenido de la pantalla como HTML a un fichero temporal y pegar "
"la ruta del fichero."
#: src/input/command.zig:321
msgid "Copy Screen as HTML to Temporary File and Open"
msgstr ""
msgstr "Copiar pantalla como HTML a fichero temporal y abrir"
#: src/input/command.zig:322
msgid "Copy the screen contents as HTML to a temporary file and open it."
msgstr ""
"Copiar el contenido de la pantalla como HTML a un fichero temporal y abrirlo."
#: src/input/command.zig:330
msgid "Copy Screen as ANSI Sequences to Temporary File and Copy Path"
msgstr ""
"Copiar pantalla como secuencias ANSI a fichero temporal y copiar la ruta"
#: src/input/command.zig:331
msgid ""
"Copy the screen contents as ANSI escape sequences to a temporary file and "
"copy the path to the clipboard."
msgstr ""
"Copiar el contenido de la pantalla como secuencias de escape ANSI a un "
"fichero temporal y copiar la ruta al portapapeles."
#: src/input/command.zig:338
msgid "Copy Screen as ANSI Sequences to Temporary File and Paste Path"
msgstr ""
"Copiar pantalla como secuencias ANSI a fichero temporal y pegar la ruta"
#: src/input/command.zig:339
msgid ""
"Copy the screen contents as ANSI escape sequences to a temporary file and "
"paste the path to the file."
msgstr ""
"Copiar el contenido de la pantalla como secuencias de escape ANSI a un "
"fichero temporal y pegar la ruta del fichero."
#: src/input/command.zig:346
msgid "Copy Screen as ANSI Sequences to Temporary File and Open"
msgstr ""
msgstr "Copiar pantalla como secuencias ANSI a fichero temporal y abrir"
#: src/input/command.zig:347
msgid ""
"Copy the screen contents as ANSI escape sequences to a temporary file and "
"open it."
msgstr ""
"Copiar el contenido de la pantalla como secuencias de escape ANSI a un "
"fichero temporal y abrirlo."
#: src/input/command.zig:354
msgid "Copy Selection to Temporary File and Copy Path"
msgstr ""
msgstr "Copiar selección a fichero temporal y copiar la ruta"
#: src/input/command.zig:355
msgid ""
"Copy the selection contents to a temporary file and copy the path to the "
"clipboard."
msgstr ""
"Copiar el contenido de la selección a un fichero temporal y copiar la ruta "
"al portapapeles."
#: src/input/command.zig:359
msgid "Copy Selection to Temporary File and Paste Path"
msgstr ""
msgstr "Copiar selección a fichero temporal y pegar la ruta"
#: src/input/command.zig:360
msgid ""
"Copy the selection contents to a temporary file and paste the path to the "
"file."
msgstr ""
"Copiar el contenido de la selección a un fichero temporal y pegar la ruta "
"del fichero."
#: src/input/command.zig:364
msgid "Copy Selection to Temporary File and Open"
msgstr ""
msgstr "Copiar selección a fichero temporal y abrir"
#: src/input/command.zig:365
msgid "Copy the selection contents to a temporary file and open it."
msgstr ""
msgstr "Copiar el contenido de la selección a un fichero temporal y abrirlo."
#: src/input/command.zig:373
msgid "Copy Selection as HTML to Temporary File and Copy Path"
msgstr ""
msgstr "Copiar selección como HTML a fichero temporal y copiar la ruta"
#: src/input/command.zig:374
msgid ""
"Copy the selection contents as HTML to a temporary file and copy the path to "
"the clipboard."
msgstr ""
"Copiar el contenido de la selección como HTML a un fichero temporal y copiar "
"la ruta al portapapeles."
#: src/input/command.zig:381
msgid "Copy Selection as HTML to Temporary File and Paste Path"
msgstr ""
msgstr "Copiar selección como HTML a fichero temporal y pegar la ruta"
#: src/input/command.zig:382
msgid ""
"Copy the selection contents as HTML to a temporary file and paste the path "
"to the file."
msgstr ""
"Copiar el contenido de la selección como HTML a un fichero temporal y pegar "
"la ruta del fichero."
#: src/input/command.zig:389
msgid "Copy Selection as HTML to Temporary File and Open"
msgstr ""
msgstr "Copiar selección como HTML a fichero temporal y abrir"
#: src/input/command.zig:390
msgid "Copy the selection contents as HTML to a temporary file and open it."
msgstr ""
"Copiar el contenido de la selección como HTML a un fichero temporal y "
"abrirlo."
#: src/input/command.zig:398
msgid "Copy Selection as ANSI Sequences to Temporary File and Copy Path"
msgstr ""
"Copiar selección como secuencias ANSI a fichero temporal y copiar la ruta"
#: src/input/command.zig:399
msgid ""
"Copy the selection contents as ANSI escape sequences to a temporary file and "
"copy the path to the clipboard."
msgstr ""
"Copiar el contenido de la selección como secuencias de escape ANSI a un "
"fichero temporal y copiar la ruta al portapapeles."
#: src/input/command.zig:406
msgid "Copy Selection as ANSI Sequences to Temporary File and Paste Path"
msgstr ""
"Copiar selección como secuencias ANSI a fichero temporal y pegar la ruta"
#: src/input/command.zig:407
msgid ""
"Copy the selection contents as ANSI escape sequences to a temporary file and "
"paste the path to the file."
msgstr ""
"Copiar el contenido de la selección como secuencias de escape ANSI a un "
"fichero temporal y pegar la ruta del fichero."
#: src/input/command.zig:414
msgid "Copy Selection as ANSI Sequences to Temporary File and Open"
msgstr ""
msgstr "Copiar selección como secuencias ANSI a fichero temporal y abrir"
#: src/input/command.zig:415
msgid ""
"Copy the selection contents as ANSI escape sequences to a temporary file and "
"open it."
msgstr ""
"Copiar el contenido de la selección como secuencias de escape ANSI a un "
"fichero temporal y abrirlo."
#: src/input/command.zig:422
msgid "Open a new window."
msgstr ""
msgstr "Abrir una nueva ventana."
#: src/input/command.zig:428
msgid "Open a new tab."
msgstr ""
msgstr "Abrir una nueva pestaña."
#: src/input/command.zig:434
msgid "Move Tab Left"
msgstr ""
msgstr "Mover pestaña a la izquierda"
#: src/input/command.zig:435
msgid "Move the current tab to the left."
msgstr ""
msgstr "Mover la pestaña actual hacia la izquierda."
#: src/input/command.zig:439
msgid "Move Tab Right"
msgstr ""
msgstr "Mover pestaña a la derecha"
#: src/input/command.zig:440
msgid "Move the current tab to the right."
msgstr ""
msgstr "Mover la pestaña actual hacia la derecha."
#: src/input/command.zig:446
msgid "Move Tab to New Window"
msgstr ""
msgstr "Mover pestaña a una nueva ventana"
#: src/input/command.zig:447
msgid "Move the current tab to a new window."
msgstr ""
msgstr "Mover la pestaña actual a una nueva ventana."
#: src/input/command.zig:452
msgid "Toggle Tab Overview"
msgstr ""
msgstr "Alternar vista general de pestañas"
#: src/input/command.zig:453
msgid "Toggle the tab overview."
msgstr ""
msgstr "Alternar la vista general de pestañas."
#: src/input/command.zig:458
msgid "Change Terminal Title…"
msgstr ""
msgstr "Cambiar el título del terminal…"
#: src/input/command.zig:459
msgid "Prompt for a new title for the current terminal."
msgstr ""
msgstr "Pedir un nuevo título para el terminal actual."
#: src/input/command.zig:465
msgid "Prompt for a new title for the current tab."
msgstr ""
msgstr "Pedir un nuevo título para la pestaña actual."
#: src/input/command.zig:478
msgid "Split the terminal to the left."
msgstr ""
msgstr "Dividir el terminal hacia la izquierda."
#: src/input/command.zig:483
msgid "Split the terminal to the right."
msgstr ""
msgstr "Dividir el terminal hacia la derecha."
#: src/input/command.zig:488
msgid "Split the terminal up."
msgstr ""
msgstr "Dividir el terminal hacia arriba."
#: src/input/command.zig:493
msgid "Split the terminal down."
msgstr ""
msgstr "Dividir el terminal hacia abajo."
#: src/input/command.zig:500
msgid "Focus Split: Previous"
msgstr ""
msgstr "Enfocar división: anterior"
#: src/input/command.zig:501
msgid "Focus the previous split, if any."
msgstr ""
msgstr "Dar foco a la división anterior, si existe."
#: src/input/command.zig:505
msgid "Focus Split: Next"
msgstr ""
msgstr "Enfocar división: siguiente"
#: src/input/command.zig:506
msgid "Focus the next split, if any."
msgstr ""
msgstr "Dar foco a la siguiente división, si existe."
#: src/input/command.zig:510
msgid "Focus Split: Left"
msgstr ""
msgstr "Enfocar división: izquierda"
#: src/input/command.zig:511
msgid "Focus the split to the left, if it exists."
msgstr ""
msgstr "Dar foco a la división de la izquierda, si existe."
#: src/input/command.zig:515
msgid "Focus Split: Right"
msgstr ""
msgstr "Enfocar división: derecha"
#: src/input/command.zig:516
msgid "Focus the split to the right, if it exists."
msgstr ""
msgstr "Dar foco a la división de la derecha, si existe."
#: src/input/command.zig:520
msgid "Focus Split: Up"
msgstr ""
msgstr "Enfocar división: arriba"
#: src/input/command.zig:521
msgid "Focus the split above, if it exists."
msgstr ""
msgstr "Dar foco a la división de arriba, si existe."
#: src/input/command.zig:525
msgid "Focus Split: Down"
msgstr ""
msgstr "Enfocar división: abajo"
#: src/input/command.zig:526
msgid "Focus the split below, if it exists."
msgstr ""
msgstr "Dar foco a la división de abajo, si existe."
#: src/input/command.zig:533
msgid "Focus Window: Previous"
msgstr ""
msgstr "Enfocar ventana: anterior"
#: src/input/command.zig:534
msgid "Focus the previous window, if any."
msgstr ""
msgstr "Dar foco a la ventana anterior, si existe."
#: src/input/command.zig:538
msgid "Focus Window: Next"
msgstr ""
msgstr "Enfocar ventana: siguiente"
#: src/input/command.zig:539
msgid "Focus the next window, if any."
msgstr ""
msgstr "Dar foco a la siguiente ventana, si existe."
#: src/input/command.zig:545
msgid "Toggle Split Zoom"
msgstr ""
msgstr "Alternar zoom de división"
#: src/input/command.zig:546
msgid "Toggle the zoom state of the current split."
msgstr ""
msgstr "Alternar el estado de zoom de la división actual."
#: src/input/command.zig:551
msgid "Toggle Read-Only Mode"
msgstr ""
msgstr "Alternar modo de solo lectura"
#: src/input/command.zig:552
msgid "Toggle read-only mode for the current surface."
msgstr ""
msgstr "Alternar el modo de solo lectura de la superficie actual."
#: src/input/command.zig:557
msgid "Equalize Splits"
msgstr ""
msgstr "Igualar divisiones"
#: src/input/command.zig:558
msgid "Equalize the size of all splits."
msgstr ""
msgstr "Igualar el tamaño de todas las divisiones."
#: src/input/command.zig:563
msgid "Reset Window Size"
msgstr ""
msgstr "Restablecer tamaño de ventana"
#: src/input/command.zig:564
msgid "Reset the window size to the default."
msgstr ""
msgstr "Restablecer el tamaño de la ventana al valor predeterminado."
#: src/input/command.zig:569
msgid "Toggle Inspector"
msgstr ""
msgstr "Alternar inspector"
#: src/input/command.zig:570
msgid "Toggle the inspector."
msgstr ""
msgstr "Alternar el inspector."
#: src/input/command.zig:575
msgid "Show the GTK Inspector"
msgstr ""
msgstr "Mostrar el inspector de GTK"
#: src/input/command.zig:576
msgid "Show the GTK inspector."
msgstr ""
msgstr "Mostrar el inspector de GTK."
#: src/input/command.zig:581
msgid "Show On-Screen Keyboard"
msgstr ""
msgstr "Mostrar teclado en pantalla"
#: src/input/command.zig:582
msgid "Show the on-screen keyboard if present."
msgstr ""
msgstr "Mostrar el teclado en pantalla si está disponible."
#: src/input/command.zig:588
msgid "Open Config Using OS editor"
msgstr ""
msgstr "Abrir configuración con el editor del sistema operativo"
#: src/input/command.zig:589
msgid "Open the config file with the OS's default editor."
msgstr ""
"Abrir el fichero de configuración con el editor predeterminado del sistema "
"operativo."
#: src/input/command.zig:593
msgid "Open Config in New Terminal Window"
msgstr ""
msgstr "Abrir configuración en una nueva ventana de terminal"
#: src/input/command.zig:594
msgid "Open the config file in a new window using $EDITOR or $VISUAL."
msgstr ""
"Abrir el fichero de configuración en una nueva ventana usando $EDITOR o "
"$VISUAL."
#: src/input/command.zig:600
msgid "Reload Config"
msgstr ""
msgstr "Recargar configuración"
#: src/input/command.zig:601
msgid "Reload the config file."
msgstr ""
msgstr "Recargar el fichero de configuración."
#: src/input/command.zig:606
msgid "Close Terminal"
msgstr ""
msgstr "Cerrar terminal"
#: src/input/command.zig:607
msgid "Close the current terminal."
msgstr ""
msgstr "Cerrar el terminal actual."
#: src/input/command.zig:614
msgid "Close the current tab."
msgstr ""
msgstr "Cerrar la pestaña actual."
#: src/input/command.zig:618
msgid "Close Other Tabs"
msgstr ""
msgstr "Cerrar otras pestañas"
#: src/input/command.zig:619
msgid "Close all tabs in this window except the current one."
msgstr ""
msgstr "Cerrar todas las pestañas de esta ventana excepto la actual."
#: src/input/command.zig:623
msgid "Close Tabs to the Right"
msgstr ""
msgstr "Cerrar pestañas a la derecha"
#: src/input/command.zig:624
msgid "Close all tabs to the right of the current one."
msgstr ""
msgstr "Cerrar todas las pestañas a la derecha de la actual."
#: src/input/command.zig:631
msgid "Close the current window."
msgstr ""
msgstr "Cerrar la ventana actual."
#: src/input/command.zig:636
msgid "Close All Windows"
msgstr ""
msgstr "Cerrar todas las ventanas"
#: src/input/command.zig:637
msgid "Close all windows."
msgstr ""
msgstr "Cerrar todas las ventanas."
#: src/input/command.zig:642
msgid "Toggle Maximize"
msgstr ""
msgstr "Alternar maximizado"
#: src/input/command.zig:643
msgid "Toggle the maximized state of the current window."
msgstr ""
msgstr "Alternar el estado de maximizado de la ventana actual."
#: src/input/command.zig:648
msgid "Toggle Fullscreen"
msgstr ""
msgstr "Alternar pantalla completa"
#: src/input/command.zig:649
msgid "Toggle the fullscreen state of the current window."
msgstr ""
msgstr "Alternar el estado de pantalla completa de la ventana actual."
#: src/input/command.zig:654
msgid "Toggle Window Decorations"
msgstr ""
msgstr "Alternar decoraciones de ventana"
#: src/input/command.zig:655
msgid "Toggle the window decorations."
msgstr ""
msgstr "Alternar las decoraciones de la ventana."
#: src/input/command.zig:660
msgid "Toggle Float on Top"
msgstr ""
msgstr "Alternar modo siempre encima"
#: src/input/command.zig:661
msgid "Toggle the float on top state of the current window."
msgstr ""
msgstr "Alternar si la ventana actual permanece siempre encima de las demás."
#: src/input/command.zig:666
msgid "Toggle Secure Input"
msgstr ""
msgstr "Alternar entrada segura"
#: src/input/command.zig:667
msgid "Toggle secure input mode."
msgstr ""
msgstr "Alternar el modo de entrada segura."
#: src/input/command.zig:672
msgid "Toggle Mouse Reporting"
msgstr ""
msgstr "Alternar informe del ratón"
#: src/input/command.zig:673
msgid "Toggle whether mouse events are reported to terminal applications."
msgstr ""
"Alternar si los eventos del ratón se envían a las aplicaciones del terminal."
#: src/input/command.zig:678
msgid "Toggle Background Opacity"
msgstr ""
msgstr "Alternar opacidad del fondo"
#: src/input/command.zig:679
msgid "Toggle the background opacity of a window that started transparent."
msgstr ""
"Alternar la opacidad del fondo de una ventana que se inició como "
"transparente."
#: src/input/command.zig:684
msgid "Check for Updates"
msgstr ""
msgstr "Buscar actualizaciones"
#: src/input/command.zig:685
msgid "Check for updates to the application."
msgstr ""
msgstr "Buscar actualizaciones de la aplicación."
#: src/input/command.zig:690
msgid "Undo"
msgstr ""
msgstr "Deshacer"
#: src/input/command.zig:691
msgid "Undo the last action."
msgstr ""
msgstr "Deshacer la última acción."
#: src/input/command.zig:696
msgid "Redo"
msgstr ""
msgstr "Rehacer"
#: src/input/command.zig:697
msgid "Redo the last undone action."
msgstr ""
msgstr "Rehacer la última acción deshecha."
#: src/input/command.zig:703
msgid "Quit the application."
msgstr ""
msgstr "Salir de la aplicación."
#: src/input/command.zig:708
msgid "Ghostty"
msgstr ""
msgstr "Ghostty"
#: src/input/command.zig:709
msgid "Put a little Ghostty in your terminal."
msgstr ""
msgstr "Pon un poco de Ghostty en tu terminal."