nadment commented on code in PR #7572:
URL: https://github.com/apache/hop/pull/7572#discussion_r3611099874
##########
plugins/misc/projects/src/main/resources/org/apache/hop/projects/environment/messages/messages_en_US.properties:
##########
@@ -17,17 +17,34 @@
#
LifecycleEnvironmentDialog.Button.Edit=Edit...
+LifecycleEnvironmentDialog.Button.ImportVariables=Import variables
LifecycleEnvironmentDialog.Button.New=New...
LifecycleEnvironmentDialog.Button.Select=Select...
LifecycleEnvironmentDialog.DetailTable.Label.Filename=Filename
LifecycleEnvironmentDialog.Group.Label.ConfigurationFiles=Configuration files:
LifecycleEnvironmentDialog.Label.EnvironmentName=Name
LifecycleEnvironmentDialog.Label.EnvironmentPurpose=Purpose
LifecycleEnvironmentDialog.Label.ReferencedProject=Project
+LifecycleEnvironmentDialog.Label.CanvasText=Canvas text
+LifecycleEnvironmentDialog.ToolTip.CanvasText=Large text drawn in the
top-right of pipeline and workflow canvases when this environment is active
LifecycleEnvironmentDialog.Purpose.Text.Acceptance=Acceptance
LifecycleEnvironmentDialog.Purpose.Text.CB=Common Build
LifecycleEnvironmentDialog.Purpose.Text.CI=Continuous Integration
LifecycleEnvironmentDialog.Purpose.Text.Development=Development
LifecycleEnvironmentDialog.Purpose.Text.Production=Production
LifecycleEnvironmentDialog.Purpose.Text.Testing=Testing
LifecycleEnvironmentDialog.Shell.Name=Environment Properties
+LifecycleEnvironmentDialog.ImportVariables.ProjectRequired.Title=Project
required
+LifecycleEnvironmentDialog.ImportVariables.ProjectRequired.Message=Please
select the project associated with this environment before importing variables.
+LifecycleEnvironmentDialog.ImportVariables.NoneFound.Title=No variables to
import
+LifecycleEnvironmentDialog.ImportVariables.NoneFound.Message=No ${VARIABLE}
expressions were found in the project that are not already defined in the
environment configuration files.
Review Comment:
Enclose the text in quotation marks: Do not use '${VARIABLE}' expressions,
otherwise it will not be found
<img width="515" height="136" alt="Image"
src="https://github.com/user-attachments/assets/2f960580-db4a-46a4-b8e0-83e37b0ddaf6"
/>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]