Add option to replace line breaks with spaces on paste (#11218)

This commit is contained in:
iroaK
2026-05-07 22:19:00 +02:00
committed by GitHub
parent 4c4b1f04c8
commit 220f7197d9
5 changed files with 30 additions and 0 deletions
+8
View File
@@ -2313,6 +2313,14 @@ msgstr ""
msgid "Trim whitespace and newlines"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:120
msgid "Replace line breaks with spaces"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:121
msgid "Flatten pasted text into a single line for terminals that do not support multiline paste"
msgstr ""
#: tabby-core/src/services/config.service.ts:428
msgid "Try again"
msgstr ""
+8
View File
@@ -1720,6 +1720,14 @@ msgstr "Recordar por {time}"
msgid "Remote"
msgstr "Remoto"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:120
msgid "Replace line breaks with spaces"
msgstr "Reemplazar los saltos de línea por espacios"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:121
msgid "Flatten pasted text into a single line for terminals that do not support multiline paste"
msgstr "Aplanar el texto pegado en una sola línea para terminales que no admiten pegado multilínea"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124
msgid "Remove whitespace and newlines around the copied text"
msgstr "Eliminar espacios en blanco y nuevas líneas alrededor del texto copiado"