From b74819cf6c6307561bab568c34007944efa5a204 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Sun, 31 Dec 2023 16:01:27 +0000 Subject: [PATCH] lang --- src/main/resources/messages_en_GB.properties | 22 ++++++++++ src/main/resources/templates/pipeline.html | 44 +++++++++++++------- 2 files changed, 50 insertions(+), 16 deletions(-) diff --git a/src/main/resources/messages_en_GB.properties b/src/main/resources/messages_en_GB.properties index 3a21736d..e44aeaf4 100644 --- a/src/main/resources/messages_en_GB.properties +++ b/src/main/resources/messages_en_GB.properties @@ -42,6 +42,7 @@ red=Red green=Green blue=Blue custom=Custom... +WorkInProgess=Work in progress, May not work or be buggy, Please report any ploblems! changedCredsMessage=Credentials changed! notAuthenticatedMessage=User not authenticated. @@ -50,6 +51,27 @@ incorrectPasswordMessage=Current password is incorrect. usernameExistsMessage=New Username already exists. +############### +# Pipeline # +############### +pipeline.header=Pipeline Menu (Alpha) +pipeline.uploadButton=Upload Custom +pipeline.configureButton=Configure +pipeline.defaultOption=Custom +pipeline.submitButton=Submit + +###################### +# Pipeline Options # +###################### +pipelineOptions.header=Pipeline Configuration +pipelineOptions.pipelineNameLabel=Pipeline Name +pipelineOptions.addOperationButton=Add operation +pipelineOptions.pipelineHeader=Pipeline: +pipelineOptions.saveButton=Download +pipelineOptions.validateButton=Validate + + + ############# # NAVBAR # diff --git a/src/main/resources/templates/pipeline.html b/src/main/resources/templates/pipeline.html index a4af72b3..af3581fd 100644 --- a/src/main/resources/templates/pipeline.html +++ b/src/main/resources/templates/pipeline.html @@ -38,13 +38,16 @@