Skip to content

Commit

Permalink
Merge branch 'OpenLiberty:main' into Mac-Build-failure
Browse files Browse the repository at this point in the history
  • Loading branch information
aparnamichael authored Jan 23, 2025
2 parents 19aa64d + 421b35a commit cc4aec9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"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.",
"no.liberty.projects.found": "No liberty projects found.",
"jakarta.ls.started": "Language Server for Jakarta EE 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}.",
Expand Down Expand Up @@ -45,19 +45,19 @@
"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 Liberty 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}.",
"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.version.outdated": "Java 17 or later is required to run 'Liberty Tools for VS Code'. Download and install a recent Java SDK.",
"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 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.",
"define.xml.java.home.message": "The Liberty Config Language Server requires Java 17 or later. Set 'xml.java.home' in the VS Code settings or set the system JAVA_HOME environment variable to point to a Java 17 or later SDK.",
"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.",
"open.jdk.download.label": "Get the Java Development Kit.",
"open.jdk.download.label": "Get the Java SDK.",
"check.java.runtime.failed.locate": "Java runtime could not be located.",
"hotkey.commands.title.refresh": "Liberty: Refresh projects",
"hotkey.commands.title.start": "Liberty: Start",
Expand All @@ -72,5 +72,5 @@
"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",
"workspace.not.saved.projects.may.not.persist": "Please save the workspace first. Projects that are manually added to the Liberty dashboard may not persist in the next VS Code session if the workspace is not saved before adding the project."
"workspace.not.saved.projects.may.not.persist": "Save the workspace first. Projects that you manually add to the Liberty Dashboard might not persist in the next VS Code session if you don't save the workspace before you add the project."
}

0 comments on commit cc4aec9

Please sign in to comment.