Wizard: fix layout & text problems
This commit is contained in:
+16
-16
@@ -1,6 +1,6 @@
|
||||
buildsystem.type.gradle.groovy=Gradle Groovy
|
||||
buildsystem.type.gradle.kotlin=Gradle Kotlin
|
||||
buildsystem.type.intellij=IntelliJ
|
||||
buildsystem.type.intellij=IntelliJ build system
|
||||
buildsystem.type.maven=Maven
|
||||
|
||||
error.template.not.found=Template with an id {0} is not found
|
||||
@@ -21,7 +21,7 @@ module.kind.module=Module
|
||||
module.kind.mpp.module=MPP Module
|
||||
module.kind.target=Target
|
||||
|
||||
plugin.buildsystem.setting.type=Build System
|
||||
plugin.buildsystem.setting.type=Build system
|
||||
plugin.buildsystem.setting.type.error.wrong.project.kind={0} cannot be generated using {1}
|
||||
|
||||
plugin.kotlin.downloading.kotlin.versions=Downloading list of Kotlin versions
|
||||
@@ -47,7 +47,7 @@ plugin.structure.setting.version=Version
|
||||
plugin.android.setting.sdk=Android SDK
|
||||
|
||||
|
||||
validation.should.not.be.blank={0} should not be blank
|
||||
validation.should.not.be.blank=Specify {0}
|
||||
validation.identifier={0} should consist only of letters, digits{1}
|
||||
validation.identifier.additional.symbols=, and symbols: {0}
|
||||
validation.file.should.exists=File for {0} should exists
|
||||
@@ -69,14 +69,14 @@ module.name.with.name=Module name {0}
|
||||
module.configurator.js=JS for Browser
|
||||
|
||||
module.configurator.android=Android
|
||||
module.configurator.android.setting.android.plugin=Android Plugin
|
||||
module.configurator.android.setting.android.plugin=Android plugin
|
||||
module.configurator.android.setting.android.plugin.application=Android Application
|
||||
module.configurator.android.setting.android.plugin.library=Android
|
||||
|
||||
module.configurator.common=Common
|
||||
|
||||
module.configurator.jvm=JVM
|
||||
module.configurator.jvm.setting.target.jvm.version=Target JVM Version
|
||||
module.configurator.jvm.setting.target.jvm.version=Target JVM version
|
||||
module.configurator.jvm.setting.java.support=Java language support
|
||||
|
||||
module.configurator.mpp=Multiplatform
|
||||
@@ -86,40 +86,40 @@ module.configurator.ios.requires.xcode=Requires Xcode
|
||||
module.configurator.js.browser=Browser
|
||||
module.configurator.js.node=Node.js
|
||||
|
||||
module.configurator.tests.setting.framework=Test Framework
|
||||
module.configurator.tests.setting.framework=Test framework
|
||||
module.configurator.tests.setting.framework.junit4=JUnit 4
|
||||
module.configurator.tests.setting.framework.junit5=JUnit 5
|
||||
module.configurator.tests.setting.framework.test.ng=Test NG
|
||||
module.configurator.tests.setting.framework.test.ng=TestNG
|
||||
module.configurator.tests.setting.framework.js=JavaScript
|
||||
module.configurator.tests.setting.framework.common=common
|
||||
module.configurator.native.for.current.system=Your system
|
||||
|
||||
project.template.empty.singleplatform.title=Backend Application
|
||||
project.template.empty.singleplatform.description=Create a backend application with Kotlin/JVM.
|
||||
project.template.empty.singleplatform.description=Backend application with Kotlin/JVM.
|
||||
|
||||
project.template.empty.mpp.title=Multiplatform Application
|
||||
project.template.empty.mpp.description=Create applications for different platforms that support sharing common code.
|
||||
project.template.empty.mpp.description=Applications for different platforms that support sharing common code.
|
||||
|
||||
project.template.empty.jvm.console.title=Console Application
|
||||
project.template.empty.jvm.console.description=Create a console application with Kotlin/JVM. Use it for prototyping or testing purposes.
|
||||
project.template.empty.jvm.console.description=Console application with Kotlin/JVM. Use it for prototyping or testing purposes.
|
||||
|
||||
project.template.mpp.lib.title=Multiplatform Library
|
||||
project.template.mpp.lib.description=Create a library for sharing common code among different platforms.
|
||||
project.template.mpp.lib.description=Library for sharing common code among different platforms.
|
||||
|
||||
project.template.full.stack.title=Full-Stack Web Application
|
||||
project.template.full.stack.description=Create a fully-functional web application using Kotlin/JS for the frontend and Kotlin/JVM for the backend.
|
||||
project.template.full.stack.description=Fully-functional web application using Kotlin/JS for the frontend and Kotlin/JVM for the backend.
|
||||
|
||||
project.template.native.console.title=Native Application
|
||||
project.template.native.console.description=Create an application with Kotlin/Native that works as a standalone application under a specific platform.
|
||||
project.template.native.console.description=Application with Kotlin/Native that works as a standalone application under a specific platform.
|
||||
|
||||
project.template.frontend.title=Frontend Application
|
||||
project.template.frontend.description=Create a frontend application with Kotlin/JS if you already have a backend.
|
||||
project.template.frontend.description=Frontend application with Kotlin/JS if you already have a backend.
|
||||
|
||||
project.template.mpp.mobile.title=Multiplatform Mobile Application
|
||||
project.template.mpp.mobile.description=Create mobile applications for iOS and Android with Kotlin Multiplatform Mobile, which supports sharing common code between platforms.
|
||||
project.template.mpp.mobile.description=Mobile applications for iOS and Android with Kotlin Multiplatform Mobile, which supports sharing common code between platforms.
|
||||
|
||||
project.template.mpp.mobile.lib.title=Multiplatform Mobile Library
|
||||
project.template.mpp.mobile.lib.description=Create a library that supports sharing code between iOS and Android.
|
||||
project.template.mpp.mobile.lib.description=Library that supports sharing code between iOS and Android.
|
||||
|
||||
|
||||
module.template.console.jvm.title=Console Application
|
||||
|
||||
Reference in New Issue
Block a user