Files
openide/plugins/terminal/resources/messages/TerminalBundle.properties
Gregory.Shrago 826de1168c Revert "drop MoveTerminalSessionToEditorAction"
This reverts commit 5403338dfadcd40f065b537a7101e0ffe35bdce1.

GitOrigin-RevId: 3db0426ce54b447d5d78492de6dcde6c7c565414
2024-10-29 23:06:03 +00:00

132 lines
7.2 KiB
Properties

action.Terminal.NewTab.text=New Tab
action.Terminal.NewTab.description=Create new session in new tab
action.Terminal.CloseTab.text=Close Tab
action.Terminal.SwitchFocusToEditor.text=Switch Focus To Editor
action.Terminal.MoveToolWindowTabRight.text=Move Tab Right
action.Terminal.MoveToolWindowTabLeft.text=Move Tab Left
action.Terminal.MoveToEditor.text=Move to Editor
action.Terminal.RenameSession.text=Rename Session
action.Terminal.OpenInTerminal.text=Open in Terminal
action.Terminal.OpenInTerminal.RevealInPopup.text=Terminal
action.Terminal.OpenInTerminal.description=Open current file location in terminal
action.Terminal.CopySelectedText.text=Copy
action.Terminal.CopySelectedText.description=Copy selected text to clipboard
action.Terminal.Paste.text=Paste
action.Terminal.Paste.description=Paste from clipboard
action.Terminal.SelectAll.text=Select All
action.Terminal.SelectAll.description=Select all
action.Terminal.SmartCommandExecution.Run.text=Run Highlighted Command Using IDE
action.Terminal.SmartCommandExecution.Run.description=Launches the highlighted action using the relevant IDE feature
action.Terminal.SmartCommandExecution.Debug.text=Debug Highlighted Command Using IDE
action.Terminal.SmartCommandExecution.Debug.description=Performs the highlighted action using the relevant IDE feature under debugger
action.RenameSession.newSessionName.label=Session name:
action.TerminalNewPredefinedSession.text=New Predefined Session
action.Terminal.Find.text=Find
action.Terminal.ClearBuffer.text=Clear Terminal
action.Terminal.CommandCompletion.text=Command Completion
action.Terminal.InsertInlineCompletionItem.text=Insert Inline Completion Item
action.Terminal.ShowDocumentation.text=Show Documentation
action.Terminal.Escape.text=Escape
action.Terminal.CloseSession.text=Close Session
action.Terminal.CloseSession.description=Close session if prompt is empty
action.Terminal.ClearPrompt.text=Clear Command Prompt
action.Terminal.CopyBlock.text=Copy Block
action.Terminal.InterruptCommand.text=Interrupt Command
action.Terminal.SelectLastBlock.text=Select Last Block
action.Terminal.SelectPrompt.text=Select Prompt
action.Terminal.SelectBlockAbove.text=Select Block Above
action.Terminal.SelectBlockBelow.text=Select Block Below
action.Terminal.ExpandBlockSelectionAbove.text=Expand Block Selection Above
action.Terminal.ExpandBlockSelectionBelow.text=Expand Block Selection Below
action.Terminal.MoveCaretToLineStart.text=Move Caret to Line Start
action.Terminal.MoveCaretToLineEnd.text=Move Caret to Line End
action.Terminal.DeletePreviousWord.text=Delete Previous Word
action.Terminal.SearchInCommandHistory.text=Search in Command History
action.Terminal.EnableNewUi.text=Enable New Terminal
action.Terminal.ShowFeedbackNotification.text=Show New Terminal Feedback Notification
# Use prompt actions are shown in the context menu of the prompt
group.Terminal.PromptStyle.text=Prompt Style
action.Terminal.UseSingleLinePrompt.text=IDE Single-Line Prompt
action.Terminal.UseDoubleLinePrompt.text=IDE Double-Line Prompt
action.Terminal.UseShellPrompt.text=Shell Prompt (PS1)
local.terminal.default.name=Local
settings.enable.new.ui=Enable New Terminal
settings.prompt.style=Prompt style:
settings.singleLine.prompt=IDE single-line prompt
settings.doubleLine.prompt=IDE double-line prompt
settings.shell.prompt=Shell prompt (PS1)
settings.shell.prompt.description=Use the prompt configured in the shell. Please note that since it is an experimental feature, \
some prompts, notably PowerLevel10K, may be not displayed properly.
settings.start.directory=Start &directory:
settings.start.directory.browseFolder.description=Starting directory
settings.environment.variables=&Environment variables:
settings.shell.path=&Shell path:
settings.tab.name=Default &tab name:
settings.audible.bell=Audible bell
settings.close.session.when.it.ends=Close session when it ends
settings.mouse.reporting=Mouse reporting
settings.copy.to.clipboard.on.selection=Copy to clipboard on selection
settings.paste.on.middle.mouse.button.click=Paste on middle mouse button click
settings.override.ide.shortcuts=Override IDE shortcuts
settings.configure.terminal.keybindings=Configure terminal keybindings
settings.keymap.plugins.terminal=Keymap | Plugins | Terminal
settings.shell.integration=Shell integration
settings.highlight.hyperlinks=Highlight hyperlinks
settings.use.option.as.meta.key.label=Use Option as Meta key
settings.cursor.shape.label=Cursor shape:
settings.terminal.project.settings=Project Settings
settings.terminal.application.settings=Application Settings
settings.terminal.shell.executable.path.browseFolder.description=Shell executable path
settings.shell.language=Shell Script
settings.terminal.smart.command.handling=Run Commands using IDE
smart_command_execution.notification.title=Run highlighted commands using IDE
smart_command_execution.notification.text=Press {0} to run the command using the corresponding IDE feature.<p/>Press {1} to debug if applicable.
smart_command_execution.notification.configure_link.text=Configure\u2026
# Accessed indirectly by com.intellij.openapi.wm.impl.ToolWindowManagerImplKt.getStripeTitleSupplier
toolwindow.stripe.Terminal=Terminal
progress.title.running.terminal=Running the Terminal
progress.text.running.terminal=Running the terminal\u2026
session.terminated.text=Session completed
see.ide.log.error.description=See IDE log (Help | {0}) for the details.
group.advanced.settings.terminal=Terminal
advanced.setting.terminal.character.encoding=Terminal character encoding
advanced.setting.new.terminal.output.capacity.kb=New terminal output capacity
advanced.setting.new.terminal.output.capacity.kb.trailingLabel=KB
search.in.block=S&earch in block
new.terminal.promotion.text=You can use this menu to enable the Beta version of the New Terminal with command completion, \
enhanced history, and visual blocks for each command output.
new.terminal.promotion.text.header=Try New Terminal
exit.code.label=Exit code {0}
terminal.prompt.lang.description=Terminal Prompt (internal)
doc.popup.alias.text=Alias for "{0}"
feedback.notification.title=Share feedback about New Terminal
feedback.notification.text=Please answer a few questions about your experience with New Terminal.
feedback.dialog.title=New Terminal Feedback
feedback.dialog.header=Tell us about your experience
feedback.dialog.description=It's been a while since you tried the New Terminal Beta, and your first impression is very valuable to us.
feedback.dialog.rating.title=How satisfied are you with:
feedback.dialog.rating.description=Where 1 is "very unsatisfied" and 5 is "very satisfied".
feedback.dialog.rating.interface=Interface/Usability:
feedback.dialog.rating.feature.set=Feature set:
feedback.dialog.rating.performance=Performance:
feedback.dialog.other=Is there anything else you'd like to share?
feedback.dialog.other.placeholder=For example, missing features or aspects you particularly like.
feedback.system.info.shell=Most used shell:
feedback.system.info.commands.number=Number of executed commands:
feedback.system.info.moment=Feedback moment:
cd.command.description=Change the shell working directory
cd.command.arg.displayName=path
cd.command.arg.dash.description=Switch to the last used folder
cd.command.arg.tilda.description=Switch to the home directory
make.command.description=Run Makefile target
make.command.arg.displayName=target