mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
i18n CloudModuleBuilder
GitOrigin-RevId: b873b03dd13355c279e71bd06780206b6e8a007d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5ac1d6d79a
commit
d8ca0956f4
@@ -18,6 +18,7 @@ import com.intellij.openapi.roots.ui.configuration.projectRoot.LibrariesContaine
|
||||
import com.intellij.openapi.util.text.StringUtil;
|
||||
import com.intellij.remoteServer.ServerType;
|
||||
import com.intellij.remoteServer.configuration.RemoteServer;
|
||||
import com.intellij.remoteServer.util.CloudBundle;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
@@ -68,12 +69,12 @@ public class CloudModuleBuilder extends JavaModuleBuilder {
|
||||
|
||||
@Override
|
||||
public String getDescription() {
|
||||
return "Java module of PAAS cloud application";
|
||||
return CloudBundle.message("module.builder.description.java.module.of.paas.cloud.application");
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getPresentableName() {
|
||||
return "Clouds";
|
||||
return CloudBundle.message("presentable.name.clouds");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -25,3 +25,5 @@ create.new.deployment.configuration.generic=Create...
|
||||
create.new.deployment.configuration.for.singleton.type=Create {0} Deployment...
|
||||
action.presentation.DeployAction.text=Redeploy
|
||||
action.presentation.DeployAction.description=Redeploy the selected item
|
||||
presentable.name.clouds=Clouds
|
||||
module.builder.description.java.module.of.paas.cloud.application=Java module of PAAS cloud application
|
||||
|
||||
Reference in New Issue
Block a user