Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update en.json per ID review #263

Merged
merged 12 commits into from
Sep 11, 2023
72 changes: 36 additions & 36 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}.",
dmuelle marked this conversation as resolved.
Show resolved Hide resolved
"cannot.start.liberty.dev": "Cannot start liberty dev on an undefined project.",
dmuelle marked this conversation as resolved.
Show resolved Hide resolved
"stopping.liverty.dev.on": "Stopping liberty dev on {0}.",
dmuelle marked this conversation as resolved.
Show resolved Hide resolved
"liberty.dev.not.started.on": "liberty dev did not start on {0}.",
TrevCraw marked this conversation as resolved.
Show resolved Hide resolved
dmuelle marked this conversation as resolved.
Show resolved Hide resolved
"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 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.",
"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 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.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 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.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",
Expand All @@ -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"
}
}
Loading