mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-04-30 04:30:59 +00:00
feat: configurable screenshot detection
This commit is contained in:
parent
163758a2be
commit
c3fc404bf6
9 changed files with 390 additions and 30 deletions
|
|
@ -120,6 +120,19 @@ configurationConfigurable.table.action.revertToDefaults.text=Revert to Defaults
|
|||
configurationConfigurable.table.action.addKeymap.text=Add Shortcut
|
||||
configurationConfigurable.checkForPluginUpdates.label=Check for plugin updates automatically
|
||||
configurationConfigurable.checkForNewScreenshots.label=Check for new screenshots automatically
|
||||
|
||||
# Screenshot Configuration
|
||||
configurationConfigurable.section.screenshots.title=Screenshot Detection
|
||||
configurationConfigurable.screenshotPaths.label=Watch Paths:
|
||||
configurationConfigurable.screenshotPaths.add=Add Path
|
||||
configurationConfigurable.screenshotPaths.remove=Remove Path
|
||||
configurationConfigurable.screenshotPaths.edit=Edit Path
|
||||
configurationConfigurable.screenshotPaths.add.title=Add Screenshot Watch Path
|
||||
configurationConfigurable.screenshotPaths.edit.title=Edit Screenshot Watch Path
|
||||
configurationConfigurable.screenshotPaths.chooser.title=Select Directory to Watch for Screenshots
|
||||
configurationConfigurable.screenshotPaths.chooser.description=Choose a directory where screenshot files will be detected
|
||||
configurationConfigurable.screenshotPaths.dialog.path.label=Path:
|
||||
configurationConfigurable.screenshotPaths.comment=Add directories where screenshots are typically saved. The plugin monitors these directories for new image files.
|
||||
configurationConfigurable.openNewTabCheckBox.label=Open a new chat on each action
|
||||
configurationConfigurable.enableMethodNameGeneration.label=Enable method name lookup suggestions
|
||||
configurationConfigurable.autoFormatting.label=Enable automatic code formatting
|
||||
|
|
@ -371,7 +384,7 @@ settings.models.chat.label=Chat:
|
|||
settings.models.code.label=Autocomplete:
|
||||
settings.models.autoApply.label=Auto apply:
|
||||
settings.models.commitMessages.label=Commit messages:
|
||||
settings.models.editCode.label=Edit code:
|
||||
settings.models.inlineEdit.label=Inline edit:
|
||||
settings.models.nextEdit.label=Next edits:
|
||||
settings.models.nameLookups.label=Name lookups:
|
||||
settings.models.selectModel=Select a model
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue