From d1fbb5e3c51b28dd1ac5ad2680ee795d22a49bb2 Mon Sep 17 00:00:00 2001 From: David Mueller <48686014+dmuelle@users.noreply.github.com> Date: Tue, 6 Jun 2023 10:32:33 -0400 Subject: [PATCH 01/12] Update en.json per ID review --- src/locales/en.json | 72 ++++++++++++++++++++++----------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 3375e38f..95612366 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -4,60 +4,60 @@ "liberty.ls.thumbs.up": "Liberty LS $(thumbsup)", "liberty.ls.thumbs.down": "Liberty LS $(thumbsdown)", "liberty.ls.starting": "Language Server for Liberty is starting...", - "liberty.ls.started": "Language Server for Liberty started", - "liberty.ls.failstart": "Language Server for Liberty failed to start", + "liberty.ls.started": "Language Server for Liberty started.", + "liberty.ls.failstart": "Language Server for Liberty failed to start.", "jakarta.ls": "LSP4Jakarta", "jakarta.ls.output.dropdown": "Language Support for Jakarta EE", "jakarta.ls.thumbs.up": "LSP4Jakarta $(thumbsup)", - "jakarta.ls.started": "Language Server for Jakarta started", + "jakarta.ls.started": "Language Server for Jakarta started.", "no.liberty.projects.found": "No liberty projects found.", - "starting.liberty.dev.on": "Starting liberty dev on {0}", - "cannot.start.liberty.dev": "Cannot start liberty dev on an undefined project", - "stopping.liverty.dev.on": "Stopping liberty dev on {0}", - "liberty.dev.not.started.on": "liberty dev has not been started on {0}", - "cannot.stop.liberty.dev.on.undefined": "Cannot stop liberty dev on an undefined project", + "starting.liberty.dev.on": "Starting liberty dev on {0}.", + "cannot.start.liberty.dev": "Cannot start liberty dev on an undefined project.", + "stopping.liverty.dev.on": "Stopping liberty dev on {0}.", + "liberty.dev.not.started.on": "liberty dev did not start on {0}.", + "cannot.stop.liberty.dev.on.undefined": "Cannot stop liberty dev on an undefined project.", "params.must.start.with.dash": "Parameters must start with -", - "starting.liberty.dev.with.custom.param": "Starting liberty dev with custom parameters on {0}", + "starting.liberty.dev.with.custom.param": "Starting liberty dev with custom parameters on {0}.", "specify.custom.parms.maven": "Specify custom parameters for 'mvn liberty:dev' command.", "specify.custom.parms.gradle": "Specify custom parameters for 'gradle libertyDev' command.", - "cannot.custom.start.liberty.dev": "Cannot custom start liberty dev on an undefined project", - "cannot.start.liberty.dev.in.container.on.undefined.project": "Cannot start liberty dev in a container on an undefined project", - "running.liberty.dev.tests.on": "Running liberty dev tests on {0}", - "liberty.dev.has.not.been.started.on": "liberty dev has not been started on {0}", - "cannot.run.test.on.undefined.project": "Cannot run tests on an undefined project", + "cannot.custom.start.liberty.dev": "Cannot custom start liberty dev on an undefined project.", + "cannot.start.liberty.dev.in.container.on.undefined.project": "Cannot start liberty dev in a container on an undefined project.", + "running.liberty.dev.tests.on": "Running liberty dev tests on {0}.", + "liberty.dev.has.not.been.started.on": "liberty dev did not start on {0}.", + "cannot.run.test.on.undefined.project": "Cannot run tests on an undefined project.", "test.report.does.not.exist.run.test.first": "Test report ({0}) does not exist. Run tests to generate a test report.", - "cannot.open.test.reports.on.undefined.project": "Cannot open test reports on an undefined project", - "unable.to.delete.terminal": "Unable to delete terminal: {0}", - "unable.to.parse.settings.gradle": "Unable to parse settings.gradle: {0}. The error is: {1}", - "unable.to.parse.build.gradle": "Unable to parse build.gradle: {0}. The error is {1}", - "error.parsing.pom": "Unable to parse pom file, the error is {0}", + "cannot.open.test.reports.on.undefined.project": "Cannot open test reports on an undefined project.", + "unable.to.delete.terminal": "Unable to delete terminal: {0}.", + "unable.to.parse.settings.gradle": "Unable to parse settings.gradle: {0}. The error is: {1}.", + "unable.to.parse.build.gradle": "Unable to parse build.gradle: {0}. The error is {1}.", + "error.parsing.pom": "Unable to parse pom file. The error is {0}.", "refreshing.liberty.dashboard": "Refreshing Liberty Dashboard projects...", - "no.liberty.project.found.in.empty.workspace": "No Liberty project found in empty workspace", - "add.project.manually.no.projects.available.to.add": "No workspace folders available to be added to Liberty Dashboard", - "add.project.manually.message.0": "The selected project at {0} has been successfully added to Liberty Dashboard", - "add.project.manually.message.1": "The selected project at {0} already exists in Liberty Dashboard", - "add.project.manually.message.2": "The selected project at {0} is not a Maven or Gradle project", + "no.liberty.project.found.in.empty.workspace": "No Liberty project was found in empty workspace.", + "add.project.manually.no.projects.available.to.add": "No workspace folders are available to be added to Liberty Dashboard.", + "add.project.manually.message.0": "The selected project at {0} is added to the Liberty Dashboard.", + "add.project.manually.message.1": "The selected project at {0} already exists in the Liberty Dashboard.", + "add.project.manually.message.2": "The selected project at {0} is not a Maven or Gradle project.", "confirmation.button.label.yes": "Yes", "confirmation.button.label.no": "No", "remove.custom.project.confirmation": "Are you sure you want to remove the project in {0} from the Liberty Dashboard?", - "remove.custom.project.successful": "The project has been successfully removed from Liberty Dashboard", - "remove.custom.project.empty.list": "User added project list is empty. Nothing to remove", - "remove.custom.project.not.in.list": "Select project does not exist in Liberty Dashboard, or it was not manually added to Liberty Dashboard. Nothing to remove.", - "attach.debugger.liverty.dev.in": "Attaching debugger to Liberty server in {0}", - "cannot.attach.debugger.to.undefined": "Cannot attach debugger to an undefined project", - "liberty.dev.attach.debugger.failed": "The Liberty server may not have been started. Please start the Liberty server using the 'Start' or 'Start...' command in the Liberty dashboard. If you have started the Liberty server, please wait until you see the dev mode start up message and try attaching the debugger again.", - "liberty.dev.attach.debugger.failed.with.error": "Failed to attach debugger to selected project. The error is: {0}", + "remove.custom.project.successful": "The project is removed from the Liberty Dashboard.", + "remove.custom.project.empty.list": "The user-added project list is empty. Nothing to remove.", + "remove.custom.project.not.in.list": "The selected project does not exist in Liberty Dashboard, or it was not manually added to Liberty Dashboard. Nothing to remove.", + "attach.debugger.liverty.dev.in": "Attaching debugger to Liberty server in {0}.", + "cannot.attach.debugger.to.undefined": "Cannot attach debugger to an undefined project.", + "liberty.dev.attach.debugger.failed": "The Liberty server might not be started. Start the Liberty server by using the 'Start' or 'Start...' command in the Liberty dashboard. If you already started the Liberty server, wait until you see the dev mode startup message and try to attach the debugger again.", + "liberty.dev.attach.debugger.failed.with.error": "Failed to attach debugger to selected project. The error is: {0}.", "liberty.dev.debug.label": "Debug {0}", "liberty.dev.attach.debugger.failed.no.port.in.server.env": "Failed to detect remote debug port in {0}.", - "check.java.runtime.version.outdated": "Java 17 or more recent is required to run 'Liberty Tools for VS Code'. Please download and install a recent JDK.", + "check.java.runtime.version.outdated": "Java 17 or later is required to run 'Liberty Tools for VS Code'. Download and install a recent JDK.", "check.java.runtime.vscode.java.home": "The java.home variable defined in VS Code settings", "check.java.runtime.env.jdk.home": "The JDK_HOME environment variable", "check.java.runtime.env.java.home": "The JAVA_HOME environment variable", - "define.xml.java.home.message": "The Liberty Config Language Server requires Java 17 for functionality. Please set 'xml.java.home' to point to Java 17 in VS Code settings or set the system JAVA_HOME environment variable to point to Java 17.", + "define.xml.java.home.message": "The Liberty Config Language Server requires Java 17. Please set 'xml.java.home' to point to Java 17 in the VS Code settings or set the system JAVA_HOME environment variable to point to Java 17.", "check.java.runtime.dismiss.label": "Dismiss", - "open.jdk.download.part.missing.folder": " points to a missing folder", + "open.jdk.download.part.missing.folder": " points to a missing folder.", "open.jdk.download.part.no.runtime": " does not point to a Java runtime.", - "open.jdk.download.label": "Get the Java Development Kit", + "open.jdk.download.label": "Get the Java Development Kit.", "check.java.runtime.failed.locate": "Java runtime could not be located.", "hotkey.commands.title.refresh": "Liberty: Refresh projects", "hotkey.commands.title.start": "Liberty: Start", @@ -72,4 +72,4 @@ "hotkey.commands.title.add.project": "Liberty: Add Project to Liberty Dashboard", "hotkey.commands.title.remove.project": "Liberty: Remove Project from Liberty Dashboard", "hotkey.commands.title.show.commands": "Liberty: Show Liberty commands" -} \ No newline at end of file +} From 3b19523000bce77f08f7ab5b2d4fc3a9d002d1a5 Mon Sep 17 00:00:00 2001 From: David Mueller <48686014+dmuelle@users.noreply.github.com> Date: Tue, 6 Jun 2023 10:33:34 -0400 Subject: [PATCH 02/12] Update en.json --- src/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en.json b/src/locales/en.json index 95612366..2942afed 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -41,7 +41,7 @@ "confirmation.button.label.no": "No", "remove.custom.project.confirmation": "Are you sure you want to remove the project in {0} from the Liberty Dashboard?", "remove.custom.project.successful": "The project is removed from the Liberty Dashboard.", - "remove.custom.project.empty.list": "The user-added project list is empty. Nothing to remove.", + "remove.custom.project.empty.list": "The user-added project list is empty. Nothing to remove.", "remove.custom.project.not.in.list": "The selected project does not exist in Liberty Dashboard, or it was not manually added to Liberty Dashboard. Nothing to remove.", "attach.debugger.liverty.dev.in": "Attaching debugger to Liberty server in {0}.", "cannot.attach.debugger.to.undefined": "Cannot attach debugger to an undefined project.", From 5c76c7f8cb8f3b191f98b32ef8d553ba9f524d28 Mon Sep 17 00:00:00 2001 From: David Mueller <48686014+dmuelle@users.noreply.github.com> Date: Fri, 8 Sep 2023 14:45:03 -0400 Subject: [PATCH 03/12] Update src/locales/en.json Co-authored-by: Trevor Crawford --- src/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en.json b/src/locales/en.json index 2942afed..93b1423f 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -53,7 +53,7 @@ "check.java.runtime.vscode.java.home": "The java.home variable defined in VS Code settings", "check.java.runtime.env.jdk.home": "The JDK_HOME environment variable", "check.java.runtime.env.java.home": "The JAVA_HOME environment variable", - "define.xml.java.home.message": "The Liberty Config Language Server requires Java 17. Please set 'xml.java.home' to point to Java 17 in the VS Code settings or set the system JAVA_HOME environment variable to point to Java 17.", + "define.xml.java.home.message": "The Liberty Config Language Server requires Java 17 or later. Please set 'xml.java.home' to point to Java 17 or later in the VS Code settings or set the system JAVA_HOME environment variable to point to Java 17 or later.", "check.java.runtime.dismiss.label": "Dismiss", "open.jdk.download.part.missing.folder": " points to a missing folder.", "open.jdk.download.part.no.runtime": " does not point to a Java runtime.", From 1914859d7619159d8e029738739d6f3fa5d8fe8a Mon Sep 17 00:00:00 2001 From: David Mueller <48686014+dmuelle@users.noreply.github.com> Date: Fri, 8 Sep 2023 14:45:43 -0400 Subject: [PATCH 04/12] Update src/locales/en.json Co-authored-by: Trevor Crawford --- src/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en.json b/src/locales/en.json index 93b1423f..b91f404b 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -33,7 +33,7 @@ "error.parsing.pom": "Unable to parse pom file. The error is {0}.", "refreshing.liberty.dashboard": "Refreshing Liberty Dashboard projects...", "no.liberty.project.found.in.empty.workspace": "No Liberty project was found in empty workspace.", - "add.project.manually.no.projects.available.to.add": "No workspace folders are available to be added to Liberty Dashboard.", + "add.project.manually.no.projects.available.to.add": "No workspace folders are available to be added to the Liberty Dashboard.", "add.project.manually.message.0": "The selected project at {0} is added to the Liberty Dashboard.", "add.project.manually.message.1": "The selected project at {0} already exists in the Liberty Dashboard.", "add.project.manually.message.2": "The selected project at {0} is not a Maven or Gradle project.", From e6c1e9c110dc5806eff1dc08f95d150e4e3c3f6c Mon Sep 17 00:00:00 2001 From: David Mueller <48686014+dmuelle@users.noreply.github.com> Date: Fri, 8 Sep 2023 14:45:55 -0400 Subject: [PATCH 05/12] Update src/locales/en.json Co-authored-by: Trevor Crawford --- src/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en.json b/src/locales/en.json index b91f404b..7617add4 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -42,7 +42,7 @@ "remove.custom.project.confirmation": "Are you sure you want to remove the project in {0} from the Liberty Dashboard?", "remove.custom.project.successful": "The project is removed from the Liberty Dashboard.", "remove.custom.project.empty.list": "The user-added project list is empty. Nothing to remove.", - "remove.custom.project.not.in.list": "The selected project does not exist in Liberty Dashboard, or it was not manually added to Liberty Dashboard. Nothing to remove.", + "remove.custom.project.not.in.list": "The selected project does not exist in the Liberty Dashboard, or it was not manually added to the Liberty Dashboard. Nothing to remove.", "attach.debugger.liverty.dev.in": "Attaching debugger to Liberty server in {0}.", "cannot.attach.debugger.to.undefined": "Cannot attach debugger to an undefined project.", "liberty.dev.attach.debugger.failed": "The Liberty server might not be started. Start the Liberty server by using the 'Start' or 'Start...' command in the Liberty dashboard. If you already started the Liberty server, wait until you see the dev mode startup message and try to attach the debugger again.", From a77960e2a9550ff2ad1b5badb157211b34bcacae Mon Sep 17 00:00:00 2001 From: David Mueller <48686014+dmuelle@users.noreply.github.com> Date: Fri, 8 Sep 2023 14:46:46 -0400 Subject: [PATCH 06/12] Update src/locales/en.json Co-authored-by: Trevor Crawford --- src/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en.json b/src/locales/en.json index 7617add4..4a429d8c 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -45,7 +45,7 @@ "remove.custom.project.not.in.list": "The selected project does not exist in the Liberty Dashboard, or it was not manually added to the Liberty Dashboard. Nothing to remove.", "attach.debugger.liverty.dev.in": "Attaching debugger to Liberty server in {0}.", "cannot.attach.debugger.to.undefined": "Cannot attach debugger to an undefined project.", - "liberty.dev.attach.debugger.failed": "The Liberty server might not be started. Start the Liberty server by using the 'Start' or 'Start...' command in the Liberty dashboard. If you already started the Liberty server, wait until you see the dev mode startup message and try to attach the debugger again.", + "liberty.dev.attach.debugger.failed": "The Liberty server might not be started. Start the Liberty server by using the 'Start' or 'Start...' command in the Liberty dashboard. If you already started the Liberty server, wait until you see the Liberty dev mode startup message and try to attach the debugger again.", "liberty.dev.attach.debugger.failed.with.error": "Failed to attach debugger to selected project. The error is: {0}.", "liberty.dev.debug.label": "Debug {0}", "liberty.dev.attach.debugger.failed.no.port.in.server.env": "Failed to detect remote debug port in {0}.", From 29ca1566b2fb6fae6465772ccac52bde98fc5d6a Mon Sep 17 00:00:00 2001 From: David Mueller <48686014+dmuelle@users.noreply.github.com> Date: Fri, 8 Sep 2023 14:47:13 -0400 Subject: [PATCH 07/12] Update src/locales/en.json --- src/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en.json b/src/locales/en.json index 4a429d8c..4c4b3b8c 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -11,7 +11,7 @@ "jakarta.ls.thumbs.up": "LSP4Jakarta $(thumbsup)", "jakarta.ls.started": "Language Server for Jakarta started.", "no.liberty.projects.found": "No liberty projects found.", - "starting.liberty.dev.on": "Starting liberty dev on {0}.", + "starting.liberty.dev.on": "Starting liberty dev mode on {0}.", "cannot.start.liberty.dev": "Cannot start liberty dev on an undefined project.", "stopping.liverty.dev.on": "Stopping liberty dev on {0}.", "liberty.dev.not.started.on": "liberty dev did not start on {0}.", From 1ef666f5d0fefba13d5dc0cfc1bca60c19296008 Mon Sep 17 00:00:00 2001 From: David Mueller <48686014+dmuelle@users.noreply.github.com> Date: Fri, 8 Sep 2023 14:47:44 -0400 Subject: [PATCH 08/12] Update src/locales/en.json --- src/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en.json b/src/locales/en.json index 4c4b3b8c..4e08ed89 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -12,7 +12,7 @@ "jakarta.ls.started": "Language Server for Jakarta started.", "no.liberty.projects.found": "No liberty projects found.", "starting.liberty.dev.on": "Starting liberty dev mode on {0}.", - "cannot.start.liberty.dev": "Cannot start liberty dev on an undefined project.", + "cannot.start.liberty.dev": "Cannot start liberty dev mode on an undefined project.", "stopping.liverty.dev.on": "Stopping liberty dev on {0}.", "liberty.dev.not.started.on": "liberty dev did not start on {0}.", "cannot.stop.liberty.dev.on.undefined": "Cannot stop liberty dev on an undefined project.", From 805cfcc78fbee506453aead077bed7da3061cdd9 Mon Sep 17 00:00:00 2001 From: David Mueller <48686014+dmuelle@users.noreply.github.com> Date: Fri, 8 Sep 2023 14:48:01 -0400 Subject: [PATCH 09/12] Update src/locales/en.json --- src/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en.json b/src/locales/en.json index 4e08ed89..679a9bd1 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -13,7 +13,7 @@ "no.liberty.projects.found": "No liberty projects found.", "starting.liberty.dev.on": "Starting liberty dev mode on {0}.", "cannot.start.liberty.dev": "Cannot start liberty dev mode on an undefined project.", - "stopping.liverty.dev.on": "Stopping liberty dev on {0}.", + "stopping.liverty.dev.on": "Stopping liberty dev mode on {0}.", "liberty.dev.not.started.on": "liberty dev did not start on {0}.", "cannot.stop.liberty.dev.on.undefined": "Cannot stop liberty dev on an undefined project.", "params.must.start.with.dash": "Parameters must start with -", From b71bcea7b5a491ae52a8e3ce86943b45acf72f61 Mon Sep 17 00:00:00 2001 From: David Mueller <48686014+dmuelle@users.noreply.github.com> Date: Fri, 8 Sep 2023 14:48:22 -0400 Subject: [PATCH 10/12] Update src/locales/en.json --- src/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en.json b/src/locales/en.json index 679a9bd1..c667a15c 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -14,7 +14,7 @@ "starting.liberty.dev.on": "Starting liberty dev mode on {0}.", "cannot.start.liberty.dev": "Cannot start liberty dev mode on an undefined project.", "stopping.liverty.dev.on": "Stopping liberty dev mode on {0}.", - "liberty.dev.not.started.on": "liberty dev did not start on {0}.", + "liberty.dev.not.started.on": "liberty dev mode did not start on {0}.", "cannot.stop.liberty.dev.on.undefined": "Cannot stop liberty dev on an undefined project.", "params.must.start.with.dash": "Parameters must start with -", "starting.liberty.dev.with.custom.param": "Starting liberty dev with custom parameters on {0}.", From 7f901d37f4014111496059d3864a7b0a3698f4c1 Mon Sep 17 00:00:00 2001 From: David Mueller <48686014+dmuelle@users.noreply.github.com> Date: Fri, 8 Sep 2023 14:50:03 -0400 Subject: [PATCH 11/12] Update en.json --- src/locales/en.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c667a15c..9675095d 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -11,19 +11,19 @@ "jakarta.ls.thumbs.up": "LSP4Jakarta $(thumbsup)", "jakarta.ls.started": "Language Server for Jakarta started.", "no.liberty.projects.found": "No liberty projects found.", - "starting.liberty.dev.on": "Starting liberty dev mode on {0}.", - "cannot.start.liberty.dev": "Cannot start liberty dev mode on an undefined project.", - "stopping.liverty.dev.on": "Stopping liberty dev mode on {0}.", + "starting.liberty.dev.on": "Starting Liberty dev mode on {0}.", + "cannot.start.liberty.dev": "Cannot start Liberty dev mode on an undefined project.", + "stopping.liverty.dev.on": "Stopping Liberty dev mode on {0}.", "liberty.dev.not.started.on": "liberty dev mode did not start on {0}.", - "cannot.stop.liberty.dev.on.undefined": "Cannot stop liberty dev on an undefined project.", + "cannot.stop.liberty.dev.on.undefined": "Cannot stop Liberty dev mode on an undefined project.", "params.must.start.with.dash": "Parameters must start with -", - "starting.liberty.dev.with.custom.param": "Starting liberty dev with custom parameters on {0}.", + "starting.liberty.dev.with.custom.param": "Starting Liberty dev mode with custom parameters on {0}.", "specify.custom.parms.maven": "Specify custom parameters for 'mvn liberty:dev' command.", "specify.custom.parms.gradle": "Specify custom parameters for 'gradle libertyDev' command.", - "cannot.custom.start.liberty.dev": "Cannot custom start liberty dev on an undefined project.", - "cannot.start.liberty.dev.in.container.on.undefined.project": "Cannot start liberty dev in a container on an undefined project.", - "running.liberty.dev.tests.on": "Running liberty dev tests on {0}.", - "liberty.dev.has.not.been.started.on": "liberty dev did not start on {0}.", + "cannot.custom.start.liberty.dev": "Cannot custom start Liberty dev mode on an undefined project.", + "cannot.start.liberty.dev.in.container.on.undefined.project": "Cannot start Liberty dev mode in a container on an undefined project.", + "running.liberty.dev.tests.on": "Running Liberty dev mode tests on {0}.", + "liberty.dev.has.not.been.started.on": "Liberty dev mode did not start on {0}.", "cannot.run.test.on.undefined.project": "Cannot run tests on an undefined project.", "test.report.does.not.exist.run.test.first": "Test report ({0}) does not exist. Run tests to generate a test report.", "cannot.open.test.reports.on.undefined.project": "Cannot open test reports on an undefined project.", From 22323de31965570ea4357311dafd0b83243d80eb Mon Sep 17 00:00:00 2001 From: David Mueller <48686014+dmuelle@users.noreply.github.com> Date: Fri, 8 Sep 2023 14:59:21 -0400 Subject: [PATCH 12/12] Update src/locales/en.json Co-authored-by: Trevor Crawford --- src/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en.json b/src/locales/en.json index 9675095d..265ec37b 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -14,7 +14,7 @@ "starting.liberty.dev.on": "Starting Liberty dev mode on {0}.", "cannot.start.liberty.dev": "Cannot start Liberty dev mode on an undefined project.", "stopping.liverty.dev.on": "Stopping Liberty dev mode on {0}.", - "liberty.dev.not.started.on": "liberty dev mode did not start on {0}.", + "liberty.dev.not.started.on": "Liberty dev mode did not start on {0}.", "cannot.stop.liberty.dev.on.undefined": "Cannot stop Liberty dev mode on an undefined project.", "params.must.start.with.dash": "Parameters must start with -", "starting.liberty.dev.with.custom.param": "Starting Liberty dev mode with custom parameters on {0}.",