You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqFeatureDev/controller/FeatureDevControllerExtensions.kt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ suspend fun FeatureDevController.onCodeGeneration(
amazonqFeatureDev.code_generation.iteration_counts=Would you like me to add this code to your project, or provide feedback for new code? You have {0} out of {1} code generations left.
88
88
amazonqFeatureDev.code_generation.iteration_limit.error_text=Sorry, you've reached the quota for number of iterations on code generation. You can insert this code in your files or discuss a new plan. For more information on quotas, see the [Amazon Q Developer documentation](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/software-dev.html#quotas).
89
-
amazonqFeatureDev.code_generation.iteration_or_feedback=Would you like me to add this code to your project, or provide feedback for new code?
90
-
amazonqFeatureDev.code_generation.iteration_no_display=Would you like me to add this code to your project?
89
+
amazonqFeatureDev.code_generation.ask_to_add_code_or_feedback=Would you like me to add this code to your project, or provide feedback for new code?
90
+
amazonqFeatureDev.code_generation.ask_to_add_code=Would you like me to add this code to your project?
91
91
amazonqFeatureDev.code_generation.no_file_changes=Unable to generate any file changes
92
92
amazonqFeatureDev.code_generation.no_retries.error_message=I'm sorry, I'm having trouble generating your code and can't continue at the moment. Please try again later, and share feedback to help me improve.
93
93
amazonqFeatureDev.code_generation.notification_message=Your code suggestions from Amazon Q are ready to review
amazonqFeatureDev.code_generation.notification_title=Amazon Q Developer Agent for software development
96
96
amazonqFeatureDev.code_generation.provide_code_feedback=How can I improve the code for your use case?
97
97
amazonqFeatureDev.code_generation.stopped_code_generation=I stopped generating your code. If you want to continue working on this task, provide another description. You have {0} out of {1} code generations left.
98
-
amazonqFeatureDev.code_generation.stopped_code_generation_no_display=I stopped generating your code. If you want to continue working on this task, provide another description.
98
+
amazonqFeatureDev.code_generation.stopped_code_generation_no_iteration_count_display=I stopped generating your code. If you want to continue working on this task, provide another description.
99
99
amazonqFeatureDev.code_generation.stopped_code_generation_no_iterations=I stopped generating your code. You don't have more iterations left, however, you can start a new session.
0 commit comments