mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-04-30 04:30:59 +00:00
feat: inline edit quick question
This commit is contained in:
parent
3a5ca4edf8
commit
e7e9a2d9d8
28 changed files with 1029 additions and 391 deletions
|
|
@ -291,6 +291,7 @@ shared.copyCode=Copy Code
|
|||
shared.copyMessageContents=Copy Message Contents
|
||||
shared.copyToClipboard=Copy to clipboard
|
||||
shared.copiedToClipboard=Copied to clipboard
|
||||
shared.thinking=Thinking…
|
||||
shared.configuration=Configuration
|
||||
shared.delete=Delete Message
|
||||
shared.deleteDescription=Delete message
|
||||
|
|
@ -436,3 +437,31 @@ inlineEdit.hint.searchingFor=Searching for: {0}
|
|||
inlineEdit.status.waiting=Waiting for model response…
|
||||
inlineEdit.status.noChanges=No applicable changes found
|
||||
inlineEdit.action.openInChat=Open in Chat
|
||||
shared.apply="Apply"
|
||||
|
||||
# Inline Edit / Ask related
|
||||
inlineEdit.conversation.title=Inline Edit ({0})
|
||||
inlineEdit.conversation.untitled=untitled
|
||||
inlineEdit.closeWarning.message=You have pending changes that will be lost. Do you want to close anyway?
|
||||
inlineEdit.closeWarning.title=Pending Changes
|
||||
inlineEdit.closeWarning.closeAnyway=Close Anyway
|
||||
inlineEdit.applying=Applying…
|
||||
inlineEdit.undo.acceptAll.commandTitle=Accept All Inline Edit Changes
|
||||
inlineEdit.undo.commandGroup=InlineEdit
|
||||
inlineEdit.apply.description=Apply changes to the editor
|
||||
inlineEdit.apply.changesTo=Apply changes to {0}
|
||||
inlineEdit.apply.noChanges=No changes to apply
|
||||
inlineEdit.apply.toFile=Apply to {0}
|
||||
|
||||
# Errors
|
||||
error.askRequestFailed=Ask mode request failed
|
||||
error.inlineEditRequestFailed=Inline Edit request failed
|
||||
|
||||
# User input panel
|
||||
userInput.quickQuestion=Quick question
|
||||
userInput.noContextIncluded=No context included
|
||||
userInput.addContextTooltip=Add Context
|
||||
|
||||
# Thought process panel
|
||||
thoughtProcess.thinking=Thinking...
|
||||
thoughtProcess.title=Thought Process
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue