mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-04-30 04:30:59 +00:00
feat: inline edit
This commit is contained in:
parent
80ba956c5e
commit
fdfde4243d
55 changed files with 4274 additions and 696 deletions
|
|
@ -255,6 +255,7 @@ notification.compilationError.okLabel=Resolve errors
|
|||
notification.completionError.description=Completion failed:<br/>%s
|
||||
statusBar.widget.tooltip=ProxyAI: Status
|
||||
shared.acceptAll=Accept All
|
||||
shared.rejectAll=Reject All
|
||||
shared.promptTemplate=Prompt template:
|
||||
shared.infillPromptTemplate=Infill template:
|
||||
shared.apiVersion=API version:
|
||||
|
|
@ -404,3 +405,9 @@ conversation.status.sortedBy=Sorted by: {0}
|
|||
conversation.deleteConfirmation.message=Are you sure you want to delete this conversation?
|
||||
conversation.deleteConfirmation.title=Delete Conversation
|
||||
chat.message.welcome=Hi <strong>{0}</strong>, I'm ProxyAI! You can ask me anything, but most people request help with their code. Here are a few examples of what you can ask me:
|
||||
inlineEdit.status.preparingReplacement=Preparing replacement...
|
||||
inlineEdit.tooltip.ready=Ready to apply changes
|
||||
inlineEdit.tooltip.searching=Searching for pattern...
|
||||
inlineEdit.hint.searchingFor=Searching for: {0}
|
||||
inlineEdit.status.waiting=Waiting for model response…
|
||||
inlineEdit.status.noChanges=No applicable changes found
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue