mirror of
https://github.com/Eugeny/tabby.git
synced 2026-08-24 10:14:31 -05:00
Add option to replace line breaks with spaces on paste (#11218)
This commit is contained in:
@@ -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 ""
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user