mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
Also, cancel the popup scope when documentation popup is closed for any reason (not only when it is closed manually by our code). GitOrigin-RevId: 623cc68d101c3a7d12f88a3c785a41ca7d296886
73 lines
4.0 KiB
Properties
73 lines
4.0 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.EditorTabPopup.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.NewPredefinedSession.label=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.Copy.text=Copy
|
|
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
|
|
|
|
local.terminal.default.name=Local
|
|
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.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...
|
|
|
|
# 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...
|
|
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.show.application.title=Show application title
|
|
advanced.setting.terminal.character.encoding=Terminal character encoding
|
|
|
|
search.in.block=S&earch in block |