Skip to content

Commit

Permalink
Polish text message
Browse files Browse the repository at this point in the history
  • Loading branch information
jShiwaniGupta committed Oct 20, 2024
1 parent e80cfe7 commit 532a80a
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions src/main/resources/io/github/jeddict/ai/settings/Bundle.properties
Original file line number Diff line number Diff line change
@@ -1,29 +1,24 @@

# Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
# Click nbfs://nbhost/SystemFileSystem/Templates/Other/properties.properties to edit this template


AIAssistancePanel.classContextComboBox.toolTipText=Select which classes to share with the AI assistant.
AIAssistancePanel.classContextComboBox.toolTipText=Select the classes to share with the AI assistant for enhanced context and more accurate suggestions.
AIAssistancePanel.aiAssistantActivationCheckBox.text=Activate AI Assistant
AIAssistancePanel.classContextHelp.text=
AIAssistancePanel.classContextLabel.text=Class Context Scope:
AIAssistancePanel.cleanDataButton.text=Clean cache
AIAssistancePanel.cleanDataButton.text=Clear Cache
AIAssistancePanel.gptModelHelp.text=
AIAssistancePanel.gptModelLabel.text=Model:
AIAssistancePanel.enableHintCheckBox.text=Enable Hints
AIAssistancePanel.aiAssistantActivationCheckBox.toolTipText=Enable or disable the AI assistant for smart code completion and suggestions.
AIAssistancePanel.enableHintCheckBox.toolTipText=Enable this option to receive hints and suggestions as you work.
AIAssistancePanel.enableSmartCodeCheckBox.toolTipText=Enable AI-powered smart code suggestions for improved development experience.
AIAssistancePanel.aiAssistantActivationCheckBox.toolTipText=Turn the AI assistant on or off to enable smart code completion and suggestions.
AIAssistancePanel.enableHintCheckBox.toolTipText=Activate hints and suggestions while you work to receive guidance in real time.
AIAssistancePanel.enableSmartCodeCheckBox.toolTipText=Enable inline AI-powered smart code suggestions for a smoother and faster coding experience.
AIAssistancePanel.enableSmartCodeCheckBox.text=Enable Inline Completion
AIAssistancePanel.showDescriptionCheckBox.toolTipText=Enable AI-powered smart code suggestions for improved development experience.
AIAssistancePanel.showDescriptionCheckBox.toolTipText=Show a description along with code snippets for improved understanding of AI-generated suggestions.
AIAssistancePanel.showDescriptionCheckBox.text=Show Snippet with Description
AIAssistancePanel.providerComboBox.toolTipText=Choose the GPT model for AI assistance. Different models may offer varied levels of complexity and speed.
AIAssistancePanel.modelComboBox.toolTipText=Choose the GPT model for AI assistance. Different models may offer varied levels of complexity and speed.
AIAssistancePanel.providerComboBox.toolTipText=Select the Provider for AI assistance. Providers can offer different types of models and capabilities.
AIAssistancePanel.modelComboBox.toolTipText=Choose the specific Model for AI assistance. Models may vary in complexity, speed, and token limits.
AIAssistancePanel.providerLabel.text=Provider:
AIAssistancePanel.providerLocationField.text=
AIAssistancePanel.apiKeyField.text=
AIAssistancePanel.apiKeyLabel.text=API Key:
AIAssistancePanel.providerLocationLabel.text=Url:
AIAssistancePanel.providerLocationLabel.text=URL:
AIAssistancePanel.modelsInfo.text=
AIAssistancePanel.apiKeyInfo.text=
AIAssistancePanel.classContextHelp1.text=
Expand All @@ -33,7 +28,7 @@ AIAssistancePanel.providersPane.TabConstraints.tabTitle=Providers
AIAssistancePanel.askAIPane.TabConstraints.tabTitle=Query Project & Package
AIAssistancePanel.inlineCompletionPane.TabConstraints.tabTitle=Inline Completion
AIAssistancePanel.excludeJavadocCommentsCheckBox.text=Exclude Javadoc Comments from Context Generation
AIAssistancePanel.excludeJavadocCommentsCheckBox.toolTipText=This feature lets you skip Javadoc comments when generating context. By concentrating only on the code, you can simplify your analysis and lower the number of tokens in the prompt, making it a more cost-effective choice.
AIAssistancePanel.excludeJavadocCommentsCheckBox.toolTipText=Exclude Javadoc comments when generating context to focus solely on code and reduce token usage for better performance.
AIAssistancePanel.hintPane.TabConstraints.tabTitle=Hints
AIAssistancePanel.testPromptLabel.text=Generate Test Case Prompt:
AIAssistancePanel.testPromptField.text=

0 comments on commit 532a80a

Please sign in to comment.