Skip to content

Commit 1273a14

Browse files
dhasani23David Hasani
authored andcommitted
fix(amazonq): minor string updates (aws#5245)
Co-authored-by: David Hasani <[email protected]>
1 parent 5bea616 commit 1273a14

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

plugins/core/resources/resources/software/aws/toolkits/resources/MessagesBundle.properties

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ codemodernizer.chat.message.button.select_sql_metadata=Select metadata file
624624
codemodernizer.chat.message.button.stop_transform=Stop transformation
625625
codemodernizer.chat.message.button.view_build=View build progress
626626
codemodernizer.chat.message.button.view_diff=View diff
627-
codemodernizer.chat.message.button.view_failure_build_log=View Failure Build Log
627+
codemodernizer.chat.message.button.view_failure_build_log=View build log
628628
codemodernizer.chat.message.button.view_summary=View summary
629629
codemodernizer.chat.message.changes_applied=I applied the changes to your project.
630630
codemodernizer.chat.message.choose_objective=I can help you with the following tasks:\n- Upgrade your Java 8 and Java 11 codebases to Java 17, or upgrade Java 17 code with up to date libraries and other dependencies.\n- Convert embedded SQL code for Oracle to PostgreSQL database migrations in AWS DMS.\n\nWhat would you like to do? You can enter "language upgrade" or "sql conversion".
@@ -696,10 +696,10 @@ codemodernizer.chat.message.validation.error.invalid_target_db=I can only conver
696696
codemodernizer.chat.message.validation.error.missing_sct_file=An .sct file is required for transformation. Make sure that you've uploaded the .zip file you retrieved from your schema conversion in AWS DMS.
697697
codemodernizer.chat.message.validation.error.more_info=For more information, see the [Amazon Q documentation]({0}).
698698
codemodernizer.chat.message.validation.error.no_java_project=Sorry, I could not find an open Java module with embedded Oracle SQL statements. Make sure you have a Java module open that has at least 1 content root.
699-
codemodernizer.chat.message.validation.error.no_pom=I couldn't find a module that I can upgrade. Your Java project must be built on Maven and contain a pom.xml file. For more information, see the [Amazon Q documentation]({0}).
700-
codemodernizer.chat.message.validation.error.other=I couldn't find a module that I can upgrade. Currently, I support Java 8, Java 11, and Java 17 projects built on Maven. Make sure your project is open in the IDE. If you have a Java 8, Java 11, or Java 17 module in your workspace, you might need to configure your project so that I can find it. Go to File and choose Project Structure. In the Projects tab, set the correct project JDK and the correct language level. In the Modules tab, set the correct module JDK and language level.
701-
codemodernizer.chat.message.validation.error.unsupported_java_version=I couldn't find a module that I can upgrade. Currently, I support Java 8, Java 11, and Java 17 projects built on Maven. Make sure your project is open in the IDE. If you have a Java 8, Java 11, or Java 17 in your workspace, you might need to configure your project so that I can find it. Go to File and choose Project Structure. In the Projects tab, set the correct project JDK and the correct language level. In the Modules tab, set the correct module JDK and language level.
702-
codemodernizer.chat.message.validation.no_jdk=I couldn't build your project with your current JDK configuration. To update your JDK, go to File and choose Project Structure. In the Projects tab, set the correct project JDK in the SDK field. In the Modules tab, set the correct module JDK in the SDK field. In Maven Runner settings, set the correct JDK in the JRE field.
699+
codemodernizer.chat.message.validation.error.no_pom=I couldn't find a module that I can upgrade. Your Java module must be built on Maven and contain a pom.xml file. For more information, see the [Amazon Q documentation]({0}).
700+
codemodernizer.chat.message.validation.error.other=I couldn't find a module that I can upgrade. Currently, I support Java 8, Java 11, and Java 17 modules built on Maven. Make sure your module is open in the IDE. If you have a Java 8, Java 11, or Java 17 module in your workspace, you might need to configure your module so that I can find it. Go to File and choose Project Structure. In the Projects tab, set the correct project JDK and the correct language level. In the Modules tab, set the correct module JDK and language level.
701+
codemodernizer.chat.message.validation.error.unsupported_java_version=I couldn't find a module that I can upgrade. Currently, I support Java 8, Java 11, and Java 17 projects built on Maven. Make sure your project is open in the IDE. If you have a Java 8, Java 11, or Java 17 module in your workspace, you might need to configure your module so that I can find it. Go to File and choose Project Structure. In the Projects tab, set the correct project JDK and the correct language level. In the Modules tab, set the correct module JDK and language level.
702+
codemodernizer.chat.message.validation.no_jdk=I couldn't build your module with your current JDK configuration. To update your JDK, go to File and choose Project Structure. In the Projects tab, set the correct project JDK in the SDK field. In the Modules tab, set the correct module JDK in the SDK field. In Maven Runner settings, set the correct JDK in the JRE field.
703703
codemodernizer.chat.prompt.label.dependency_current_version=Current version
704704
codemodernizer.chat.prompt.label.dependency_name=Dependency name
705705
codemodernizer.chat.prompt.label.dependency_selected_version=Target version
@@ -737,7 +737,7 @@ codemodernizer.migration_plan.body.steps_name=<html><body>{0}</body></html>
737737
codemodernizer.migration_plan.body.steps_scroll_top=<html><body style="font-family: Arial, sans-serif; font-size: 14;"><a href="#top">Scroll to top</a></body></html>
738738
codemodernizer.migration_plan.header.awsq=<html><body style="line-height:2; font-family: Arial, sans-serif; font-size: 14;">Amazon Q reviewed your code and generated a transformation plan. Amazon Q will suggest code changes according to the plan, and you can review the updated code before accepting changes to your files.</body></html>
739739
codemodernizer.migration_plan.header.billing_text=<html><body style="line-height:2; font-family: Arial, sans-serif; font-size: 14;"><br>{0} lines of code were submitted for transformation. If you reach the quota for lines of code included in your subscription, you will be charged ${1} for each additional line of code. You might be charged up to ${2} for this transformation. To avoid being charged, stop the transformation job before it completes. For more information on pricing and quotas, see <a href="https://aws.amazon.com/q/developer/pricing/">Amazon Q Developer pricing</a>.</p>
740-
codemodernizer.migration_plan.header.description=Plan to Transform your project
740+
codemodernizer.migration_plan.header.description=Plan to transform your module
741741
codemodernizer.migration_plan.header.title=Code Transformation plan by Amazon Q
742742
codemodernizer.migration_plan.substeps.description_failed=Build failed
743743
codemodernizer.migration_plan.substeps.description_stopped=Job is stopped
@@ -754,7 +754,7 @@ codemodernizer.notification.info.modernize_failed.unknown_failure_reason=Unknown
754754
codemodernizer.notification.info.modernize_ongoing.view_status=View status
755755
codemodernizer.notification.info.modernize_partial_complete.content=Amazon Q transformed part of your code. You can review the diff to see my proposed changes and accept or reject them. The transformation summary has details about the files I updated and the errors that prevented a complete transformation.
756756
codemodernizer.notification.info.modernize_partial_complete.title=Transformation partially successful!
757-
codemodernizer.notification.info.transformation_resume.content=Amazon Q was unable to resume polling for the job you started before closing the project.
757+
codemodernizer.notification.info.transformation_resume.content=Amazon Q was unable to resume polling for the job you started before closing the module.
758758
codemodernizer.notification.info.transformation_resume.title=Unable to resume polling for job updates.
759759
codemodernizer.notification.info.transformation_start_stopping.as_no_response=Amazon Q could not stop the transformation.
760760
codemodernizer.notification.info.transformation_start_stopping.content=Amazon Q is stopping your transformation. This might take a few seconds.
@@ -772,9 +772,9 @@ codemodernizer.notification.warn.download_failed_other.content=Amazon Q ran into
772772
codemodernizer.notification.warn.download_failed_ssl.content=Please make sure all your certificates for your proxy client have been set up correctly for your IDE.
773773
codemodernizer.notification.warn.download_failed_wildcard.content=Check your IDE proxy settings and remove any wildcard (*) references, and then try viewing the diff again.
774774
codemodernizer.notification.warn.expired_credentials.title=Your connection to Q has expired
775-
codemodernizer.notification.warn.invalid_project.description.reason.missing_content_roots=None of your open modules are supported for code transformation with Amazon Q. Amazon Q can upgrade Java 8, Java 11, and Java 17 projects built on Maven, with content roots configured.
775+
codemodernizer.notification.warn.invalid_project.description.reason.missing_content_roots=None of your open modules are supported for code transformation with Amazon Q. Amazon Q can upgrade Java 8, Java 11, and Java 17 modules built on Maven, with content roots configured.
776776
codemodernizer.notification.warn.invalid_project.description.reason.not_logged_in=Amazon Q cannot start the transformation as you are not logged in with Identity Center or Builder ID. Also ensure that you are not using IntelliJ version 232.8660.185 and that you are not developing on a remote host (uncommon).
777-
codemodernizer.notification.warn.invalid_project.description.reason.remote_backend=None of your open modules are supported for code transformation with Amazon Q. Amazon Q cannot transform projects running on a remote host.
777+
codemodernizer.notification.warn.invalid_project.description.reason.remote_backend=None of your open modules are supported for code transformation with Amazon Q. Amazon Q cannot transform modules running on a remote host.
778778
codemodernizer.notification.warn.maven_failed.content=Amazon Q could not run the Maven clean install command to build your module.
779779
codemodernizer.notification.warn.maven_failed.title=Amazon Q Code Transform unable to zip dependencies
780780
codemodernizer.notification.warn.on_resume.unknown_status_response.content=We received data from Amazon Q in a format that the plugin cannot handle. You may need to update the plugin and then try again.
@@ -783,9 +783,9 @@ codemodernizer.notification.warn.submit_feedback=Submit feedback
783783
codemodernizer.notification.warn.unable_to_start_job=Amazon Q could not begin the transformation. Try starting the transformation again. {0}
784784
codemodernizer.notification.warn.unknown_start_failure=Amazon Q could not begin the transformation. Try starting the transformation again.
785785
codemodernizer.notification.warn.unknown_status_response=Amazon Q could not complete the transformation. Try starting the transformation again.
786-
codemodernizer.notification.warn.upload_failed=Amazon Q could not upload your project. Try starting the transformation again. {0}
786+
codemodernizer.notification.warn.upload_failed=Amazon Q could not upload your module. Try starting the transformation again. {0}
787787
codemodernizer.notification.warn.upload_failed_expired_credentials.content=Unable to upload results as your credentials expired, please reauthenticate to Q and try again.
788-
codemodernizer.notification.warn.validation.no_jdk=Amazon Q couldn't build your project with your JDK configuration. Go to File and choose Project Structure to update your project SDK and module SDK.
788+
codemodernizer.notification.warn.validation.no_jdk=Amazon Q couldn't build your module with your JDK configuration. Go to File and choose Project Structure to update your project SDK and module SDK.
789789
codemodernizer.notification.warn.view_build_log_failed.content=Unable to display the failure build log due to an error.
790790
codemodernizer.notification.warn.view_build_log_failed.title=Unable to display failure build log
791791
codemodernizer.notification.warn.view_diff_failed.content=Amazon Q could not download and parse the diff with your upgraded code. {0}
@@ -794,8 +794,8 @@ codemodernizer.notification.warn.view_summary_failed.content=Unable to display t
794794
codemodernizer.notification.warn.view_summary_failed.title=Unable to display transformation summary
795795
codemodernizer.notification.warn.zip_creation_failed=Amazon Q could not zip the selected module and begin the transformation. Try starting the transformation again. {0}
796796
codemodernizer.notification.warn.zip_creation_failed.reasons.unknown=An unexpected error occurred
797-
codemodernizer.notification.warn.zip_too_large.content=Sorry, your project size exceeds the Amazon Q Code Transformation upload limit of 2GB.
798-
codemodernizer.notification.warn.zip_too_large.title=Project size exceeds limit
797+
codemodernizer.notification.warn.zip_too_large.content=Sorry, your module size exceeds the Amazon Q Code Transformation upload limit of 2GB.
798+
codemodernizer.notification.warn.zip_too_large.title=Module size exceeds limit
799799
codemodernizer.toolwindow.banner.action.feedback=Provide Feedback
800800
codemodernizer.toolwindow.banner.action.plan=View transformation plan
801801
codemodernizer.toolwindow.banner.action.summary=View transformation summary

0 commit comments

Comments
 (0)